@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&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; } }
fieldset,
legend,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  margin: 0;
  padding: 8px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
      width: 100% !important; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
      width: 100% !important; } }
  @media only screen and (max-width: 320px) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
      width: 100% !important; } }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="week"],
textarea,
select {
  margin-right: 0;
  margin-left: 0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: #FAFAFA;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  width: 100%;
  height: 100px;
  overflow: auto; }

select {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 8px center; }

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff; }

.select select {
  width: 100%;
  padding-right: 24px;
  border: 1px solid #ccc;
  background: none;
  text-overflow: "";
  cursor: pointer; }

.select::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none; }

/* radio & checkbox */
input[type="radio"],
input[type="checkbox"] {
  display: none; }

input[type="radio"] + span,
input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 10px 20px;
  color: #555;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  cursor: pointer; }

input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 16px;
  height: 16px;
  content: "";
  margin-top: -8px;
  border: 1px solid #ccc;
  background: #fff; }

/* fieldset */
fieldset {
  padding: 8px 16px;
  border: 1px solid #ccc; }

legend {
  padding: 0 8px; }

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  border: 0;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  background: #3F6EBC;
  color: #FFF;
  cursor: pointer;
  font-weight: bold; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

*:focus {
  outline: none; }

/* ブラウザ対策
---------------------------------------------------------------------------- */
/* Firefox */
/* IE */
select::-ms-expand {
  display: none; }

/* webkit */
/* iOS */
input[type="submit"]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none; }

::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  appearance: none;
  background: none;
  outline: none;
  font-size: 16px; }

/* 挙動
---------------------------------------------------------------------------- */
/* hover */
input:hover,
textarea:hover,
select:hover {
  border-color: #666; }

input[type="radio"] + span:hover,
input[type="checkbox"] + span:hover {
  color: #000; }

input[type="radio"] + span:hover::before,
input[type="checkbox"] + span:hover::before {
  border-color: #000; }

input[type="radio"] + span:hover::after,
input[type="checkbox"] + span:hover::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ccc; }

/* checked */
input[type="radio"]:checked + span,
input[type="checkbox"]:checked + span {
  color: #00AF9D; }

input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before {
  border-color: #00AF9D; }

input[type="radio"]:checked + span::after,
input[type="checkbox"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #00AF9D; }

/* radio */
input[type="radio"] + span::before,
input[type="radio"] + span:hover::after,
input[type="radio"]:checked + span::after {
  border-radius: 50%; }

/* button */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  border: none;
  background: #3F6EBC;
  color: #fff; }

/* focus */
input:focus,
textarea:focus {
  border-color: #00AF9D; }

input[type="submit"]:focus,
input[type=reset]:focus,
input[type="button"]:focus,
input[type="search"]:focus {
  outline-offset: -2px; }

/* disabled */
input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
  border: none;
  background: #eee;
  cursor: not-allowed; }

input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span {
  color: #ccc;
  cursor: not-allowed; }

input[type="radio"]:disabled + span::before,
input[type="checkbox"]:disabled + span::before {
  border-color: #ccc;
  cursor: not-allowed; }

/* バリデーション */
/* placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCC; }

input::-moz-placeholder {
  color: #CCC; }

input:-ms-input-placeholder {
  color: #CCC; }

/* ------------------------------------------------------------------
wp-pagenavi
-------------------------------------------------------------------*/
.p-pagenavi {
  position: relative;
  margin-bottom: 4rem;
  min-height: 1.3em;
  font-size: 0.9em; }

.p-pagenavi .wp-pagenavi {
  position: relative;
  left: 0;
  text-align: center; }
  .p-pagenavi .wp-pagenavi a {
    color: #0B1A44 !important; }

.p-pagenavi .wp-pagenavi span.pages {
  position: absolute;
  top: 0;
  left: 0; }

.p-pagenavi .wp-pagenavi span {
  color: #FFF; }

.p-pagenavi .wp-pagenavi a {
  padding: 0.5em 1em;
  border: 1px solid #0B1A44;
  text-decoration: none; }

.p-pagenavi .wp-pagenavi span.current {
  padding: 0.5em 1em;
  background: #0B1A44;
  border: 1px solid #0B1A44; }

.nextpostslink {
  margin-left: 6px;
  border: 1px solid #0B1A44 !important; }

.previouspostslink {
  margin-right: 6px;
  background: #FFF !important;
  border: 1px solid #0B1A44 !important; }

.current {
  margin: 0 6px; }

.p-count {
  text-align: right;
  font-size: 0.8em; }
  .p-count span {
    color: #0B1A44; }

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #444444;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.6;
  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: 1040px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1039px) 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 {
  word-break: break-all;
  color: #0B1A44;
  text-decoration: underline;
  font-weight: bold; }
  a:hover {
    color: #0B1A44;
    text-decoration: none; }
  a:visited {
    color: #0B1A44;
    text-decoration: underline; }
  a:active {
    color: #0B1A44;
    text-decoration: none; }

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

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

#js-slide {
  overflow: hidden;
  width: 100%;
  height: 800px;
  position: relative; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    #js-slide {
      height: 400px; } }
  @media only screen and (max-width: 320px) {
    #js-slide {
      height: 400px; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    #js-slide {
      height: 500px; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    #js-slide {
      height: 600px; } }

.l-container {
  position: relative;
  width: 100%;
  padding-top: 57px; }
  @media only screen and (min-width: 1480px) {
    .l-container {
      margin: 0 auto;
      padding-top: 100px;
      background-attachment: fixed;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-container {
      margin: 0 auto;
      padding-top: 100px;
      background-attachment: fixed;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; } }

.l-contents {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 2rem; }
  @media only screen and (min-width: 1480px) {
    .l-contents {
      min-height: 800px;
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-contents {
      min-height: 800px;
      padding: 4rem 2rem; } }
  .l-contents hr {
    border: 0;
    border-bottom: 1px solid #CCC;
    height: 1px;
    margin-top: 3rem;
    margin-bottom: 3rem; }

.l-list {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 2rem; }
  @media only screen and (min-width: 1480px) {
    .l-list {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-list {
      padding: 4rem 2rem; } }

.l-slider {
  padding: 6rem 0 6rem;
  overflow: hidden; }

.l-instagram__inner {
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (min-width: 1480px) {
    .l-instagram__inner {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-instagram__inner {
      padding: 4rem 2rem; } }

#page-home .l-header {
  background: white; }
  #page-home .l-header.fixed {
    position: fixed;
    background: white; }

.l-header {
  background: white;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 10000; }
  .l-header.fixed {
    position: fixed;
    background: white;
    box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.06); }
  .l-header__inner {
    transition: .3s;
    padding: 1rem;
    margin: 0 auto; }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-header__inner {
        padding: 2.5rem 2rem; } }
    @media only screen and (min-width: 1480px) {
      .l-header__inner {
        padding: 2rem 3rem; } }
    .l-header__inner__top {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }

@media only screen and (min-width: 1480px) {
  .fixed .l-header__inner {
    padding: 1rem 1em; } }
@media only screen and (max-width: 1479px) and (min-width: 1040px) {
  .fixed .l-header__inner {
    padding: 1rem 1em; } }

#page-home .l-header {
  box-shadow: none; }
  #page-home .l-header .p-navigation__item--top {
    display: none; }
  #page-home .l-header.fixed {
    box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.06); }

.l-hero-wrap {
  background: linear-gradient(white 70%, rgba(255, 255, 255, 0)); }

.l-hero {
  background: #2D366D;
  padding: 4rem 0 2rem;
  width: 100%;
  background-size: cover;
  position: relative; }

.l-breadcrumbs {
  width: 100%;
  background: #F4F6FD;
  font-size: 0.9em; }
  .l-breadcrumbs__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem 2rem; }

.l-sub-hero {
  position: relative;
  width: 100%;
  background: transparent linear-gradient(284deg, #E4E9F4 0%, #F0F4FC 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  position: relative;
  display: flex;
  display: -webkit-flex;
  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 {
      min-height: 140px; } }
  @media only screen and (max-width: 320px) {
    .l-sub-hero {
      min-height: 140px; } }
  .l-sub-hero__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 4rem; }

.l-detail-hero {
  margin: 0 auto;
  max-width: 1440px;
  position: relative; }
  .l-detail-hero__inner {
    width: 100%;
    max-width: 1100px;
    background: #FFF;
    padding: 2rem;
    margin: 0 auto -5rem;
    z-index: 1000; }
    @media only screen and (min-width: 1480px) {
      .l-detail-hero__inner {
        padding: 3rem 4rem 0 4rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-detail-hero__inner {
        padding: 3rem 4rem 0 4rem; } }

.l-interview-hero {
  position: relative; }
  @media only screen and (min-width: 1480px) {
    .l-interview-hero {
      margin: 4rem auto; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-interview-hero {
      margin: 4rem auto; } }
  .l-interview-hero__image {
    max-width: 1440px;
    margin: 0 auto; }
  .l-interview-hero__inner {
    width: 100%;
    max-width: 1100px;
    background: #FFF;
    padding: 2rem;
    margin: 0 auto -5rem;
    z-index: 1000; }
    @media only screen and (min-width: 1480px) {
      .l-interview-hero__inner {
        padding: 3rem 4rem 0 4rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-interview-hero__inner {
        padding: 3rem 4rem 0 4rem; } }

.l-article {
  line-height: 1.8;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 2rem; }
  .l-article .aligncenter {
    display: block;
    margin: 4rem auto; }
  .l-article .alignright {
    float: right; }
  .l-article .alignleft {
    float: left; }
  @media only screen and (min-width: 1480px) {
    .l-article {
      padding: 6rem 4rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-article {
      padding: 6rem 4rem; } }
  .l-article img {
    display: block;
    max-width: 640px;
    margin: 4rem 0; }
  .l-article strong {
    background: linear-gradient(transparent 60%, #ff6 60%); }
  .l-article p {
    margin-bottom: 1em; }
  .l-article h2 {
    padding-left: 0.6em;
    border-left: 3px #203C78 solid;
    color: #203C78 !important;
    font-size: 1.4em;
    margin-top: 6rem;
    margin-bottom: 1rem; }
  .l-article h3 {
    background: transparent linear-gradient(311deg, #0B1A44 0%, #203C78 100%) 0% 0% no-repeat padding-box;
    color: #FFF !important;
    font-size: 1em;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 0.4em 1em;
    border-radius: 4px; }
  .l-article h4 {
    color: #000;
    text-decoration: underline;
    margin-bottom: 1rem; }

.l-interview {
  background: #F8F4F0;
  text-align: center;
  margin: 0 auto;
  padding: 3rem 0; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-interview {
      padding: 3rem 0; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .l-interview {
      padding: 4rem 0; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-interview {
      padding: 6rem 0; } }
  @media only screen and (min-width: 1480px) {
    .l-interview {
      padding: 8rem 0; } }
  .l-interview__inner {
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-interview__inner {
        padding: 0 2rem; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .l-interview__inner {
        padding: 0 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-interview__inner {
        padding: 0 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-interview__inner {
        max-width: 1240px;
        padding: 0 1rem; } }

.l-column {
  background: #FFF; }
  .l-column__inner {
    text-align: center;
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-column__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .l-column__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-column__inner {
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-column__inner {
        max-width: 1240px;
        padding: 8rem 1rem; } }

.l-benefits {
  color: #FFF;
  padding: 8rem 0;
  background: transparent linear-gradient(344deg, #0B1A44 0%, #2D366D 100%) 0% 0% no-repeat padding-box; }
  .l-benefits__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem; }

.l-contact {
  background: -moz-linear-gradient(top left, #F0F3F6, #DDE6EB);
  background: -webkit-linear-gradient(top left, #F0F3F6, #DDE6EB);
  background: linear-gradient(to bottom right, #F0F3F6, #DDE6EB); }
  .l-contact__inner {
    text-align: center;
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-contact__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .l-contact__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-contact__inner {
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-contact__inner {
        max-width: 1240px;
        padding: 8rem 1rem; } }

.l-relation {
  background: #F7F7F7; }
  .l-relation__inner {
    text-align: center;
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-relation__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .l-relation__inner {
        padding: 4rem 3rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .l-relation__inner {
        padding: 6rem 4rem; } }
    @media only screen and (min-width: 1480px) {
      .l-relation__inner {
        max-width: 1240px;
        padding: 8rem 4rem; } }

.l-footer {
  padding: 4rem 2rem;
  border-top: #EEE solid 1px;
  text-align: center; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .l-footer {
      padding: 4rem 2rem 10rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-footer {
      padding: 4rem 2rem 10rem; } }
  @media only screen and (max-width: 320px) {
    .l-footer {
      padding: 4rem 2rem 10rem; } }
  @media only screen and (min-width: 1480px) {
    .l-footer {
      padding: 4rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .l-footer {
      padding: 4rem; } }

.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-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: 1040px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 1039px) 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: 10000; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .c-pagetop {
      bottom: 20px;
      right: 20px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 20px;
      right: 20px; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 20px;
      right: 20px; } }
  .c-pagetop a {
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover;
    width: 100px;
    height: 100px; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .c-pagetop a {
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .c-pagetop a {
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 60px;
        height: 60px; } }

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

.c-breadcrumbs {
  font-size: 0.8em; }
  .c-breadcrumbs a {
    color: #0B1A44;
    font-weight: bold;
    text-decoration: none; }
    .c-breadcrumbs a:hover {
      text-decoration: underline; }

.p-loading {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px; }
  @media only screen and (min-width: 1480px) {
    .p-loading {
      width: 400px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -81px;
      margin-left: -200px; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-loading {
      width: 400px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -81px;
      margin-left: -200px; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-loading {
      width: 400px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -81px;
      margin-left: -200px; } }

@media only screen and (min-width: 1480px) {
  .p-dropdown {
    position: absolute;
    background: #0F1627;
    padding: 2rem;
    border-radius: 8px;
    top: 44px;
    left: -30px;
    width: auto;
    min-width: 320px;
    box-shadow: 0px 3px 20px #0000001C;
    z-index: 1000;
    display: none; }
    .p-dropdown:after {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #0F1627;
      border-width: 14px;
      margin-left: -14px; }
    .p-dropdown.fadein {
      display: block;
      animation-name: fade-in;
      animation-duration: .7s; } }
@media only screen and (max-width: 1479px) and (min-width: 1040px) {
  .p-dropdown {
    position: absolute;
    background: #0F1627;
    padding: 2rem;
    border-radius: 8px;
    top: 44px;
    left: -30px;
    width: auto;
    min-width: 320px;
    box-shadow: 0px 3px 20px #0000001C;
    z-index: 1000;
    display: none; }
    .p-dropdown:after {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #0F1627;
      border-width: 14px;
      margin-left: -14px; }
    .p-dropdown.fadein {
      display: block;
      animation-name: fade-in;
      animation-duration: .7s; } }
@media only screen and (max-width: 1039px) and (min-width: 560px) {
  .p-dropdown {
    display: block !important; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-dropdown {
    display: block !important; } }
@media only screen and (max-width: 320px) {
  .p-dropdown {
    display: block !important; } }
.p-dropdown__title {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold; }
  @media only screen and (min-width: 1480px) {
    .p-dropdown__title {
      display: none; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-dropdown__title {
      display: none; } }
@media only screen and (min-width: 1480px) {
  .p-dropdown__link {
    font-size: 0.9em; }
    .p-dropdown__link:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .p-dropdown__link__item {
      letter-spacing: 0;
      font-size: 0.9em;
      line-height: 1.5;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: #333948 solid 1px; }
      .p-dropdown__link__item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .p-dropdown__link__item a {
        display: block !important;
        text-decoration: none;
        color: #FFF !important;
        font-weight: normal !important; }
        .p-dropdown__link__item a:hover {
          opacity: 0.8; } }
@media only screen and (max-width: 1479px) and (min-width: 1040px) {
  .p-dropdown__link {
    font-size: 0.9em; }
    .p-dropdown__link:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .p-dropdown__link__item {
      letter-spacing: 0;
      font-size: 0.9em;
      line-height: 1.5;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: #333948 solid 1px; }
      .p-dropdown__link__item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .p-dropdown__link__item a {
        display: block !important;
        text-decoration: none;
        color: #FFF !important;
        font-weight: normal !important; }
        .p-dropdown__link__item a:hover {
          opacity: 0.8; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p-header__logo__normal {
  display: block; }
@media only screen and (max-width: 320px) {
  .p-header__logo img {
    width: 160px;
    height: auto; } }
@media only screen and (max-width: 1039px) and (min-width: 560px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 1479px) and (min-width: 1040px) {
  .p-header__logo img {
    width: 190px;
    height: auto; } }
@media only screen and (min-width: 1480px) {
  .p-header__logo img {
    width: 240px;
    height: auto; } }

.p-controls {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.p-logo img {
  max-width: 140px; }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-logo img {
      max-width: 150px; } }
  @media only screen and (min-width: 1480px) {
    .p-logo img {
      max-width: 180px; } }

@media only screen and (min-width: 1480px) {
  .fixed .p-logo {
    max-width: 180px; } }
@media only screen and (max-width: 1479px) and (min-width: 1040px) {
  .fixed .p-logo {
    max-width: 180px; } }

.p-toggle {
  display: none; }

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

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

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

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

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

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

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

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

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

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

.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: 1040px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (min-width: 1480px) {
  .p-navigation-wrap {
    width: 100%;
    bottom: 0; } }
@media only screen and (max-width: 1479px) and (min-width: 1040px) {
  .p-navigation-wrap {
    width: 100%;
    bottom: 0; } }
@media only screen and (max-width: 1039px) and (min-width: 560px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    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;
    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;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: white;
    width: 100%;
    height: 100%; } }

.p-navigation {
  font-weight: 700;
  list-style: none;
  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: 1039px) and (min-width: 560px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-navigation__item {
    position: relative; }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-navigation__item {
        margin: 0 1rem; } }
    @media only screen and (min-width: 1480px) {
      .p-navigation__item {
        margin: 0 2rem; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-navigation__item {
        width: 100%;
        font-size: 0.9em;
        padding: 0.4em 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-navigation__item {
        width: 100%;
        font-size: 0.9em;
        padding: 0.4em 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 320px) {
      .p-navigation__item {
        width: 100%;
        font-size: 0.9em;
        padding: 0.4em 1em;
        font-size: 1.4em; } }
    .p-navigation__item > a {
      color: #000;
      display: inline-block;
      font-size: 1em;
      width: 100%;
      height: 100%;
      line-height: 1.6;
      vertical-align: middle;
      text-decoration: none;
      text-align: center; }
      @media only screen and (max-width: 1479px) and (min-width: 1040px) {
        .p-navigation__item > a {
          font-size: 0.9em; } }
      .p-navigation__item > a:hover {
        opacity: 0.8; }
      .p-navigation__item > a span {
        font-family: "Lexend Deca", sans-serif;
        color: #2D366D;
        font-weight: 300;
        display: block;
        font-size: 0.6em; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-navigation__item--search {
        background: #E1E4E7;
        border-radius: 4px;
        margin: 1em; }
        .p-navigation__item--search a {
          display: none; }
        .p-navigation__item--search .p-dropdown a {
          font-weight: normal;
          display: block;
          font-size: 0.8em;
          text-align: center;
          text-decoration: none;
          line-height: 1.5;
          margin-bottom: 1rem;
          color: #021934; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-navigation__item--search {
        background: #E1E4E7;
        border-radius: 4px;
        margin: 1em; }
        .p-navigation__item--search a {
          display: none; }
        .p-navigation__item--search .p-dropdown a {
          font-weight: normal;
          display: block;
          font-size: 0.8em;
          text-align: center;
          text-decoration: none;
          line-height: 1.5;
          margin-bottom: 1rem;
          color: #021934; } }
    @media only screen and (max-width: 320px) {
      .p-navigation__item--search {
        background: #E1E4E7;
        border-radius: 4px;
        margin: 1em; }
        .p-navigation__item--search a {
          display: none; }
        .p-navigation__item--search .p-dropdown a {
          font-weight: normal;
          display: block;
          font-size: 0.8em;
          text-align: center;
          text-decoration: none;
          line-height: 1.5;
          margin-bottom: 1rem;
          color: #021934; } }
    .p-navigation__item--contact a {
      background: transparent linear-gradient(311deg, #0B1A44 0%, #2D366D 100%) 0% 0% no-repeat padding-box;
      border-radius: 3px;
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 2rem;
      color: #FFF !important;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      font-size: 1em; }
      @media only screen and (max-width: 1479px) and (min-width: 1040px) {
        .p-navigation__item--contact a {
          font-size: 0.9em;
          letter-spacing: 0;
          padding: 1.4rem 1rem;
          line-height: 1em; } }
      @media only screen and (min-width: 1480px) {
        .p-navigation__item--contact a {
          font-size: 1em;
          line-height: 1em; } }
    @media only screen and (min-width: 1480px) {
      .p-navigation__item--sumai {
        margin-right: 0em; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-navigation__item--sumai {
        margin-right: 0em; } }
    .p-navigation__item--sumai a {
      background: orange;
      border-radius: 3px;
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 2rem;
      color: #FFF !important;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      font-size: 1em; }
      @media only screen and (max-width: 1479px) and (min-width: 1040px) {
        .p-navigation__item--sumai a {
          font-size: 0.9em;
          padding: 1.4rem 1rem;
          letter-spacing: 0;
          line-height: 1em; } }
      @media only screen and (min-width: 1480px) {
        .p-navigation__item--sumai a {
          font-size: 1em;
          line-height: 1em; } }

.p-blank {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 0.1em; }

.p-image-wrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  height: auto; }

.p-image-wrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.p-image-wrap img:hover {
  transform: scale(1.04);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.p-url {
  margin-top: 0.6em;
  font-weight: bold;
  text-decoration: underline; }

.c-link figure {
  overflow: hidden; }
.c-link figure img {
  transition: .3s; }
.c-link:hover {
  text-decoration: none; }
.c-link:hover figure img {
  transform: scale(1.03);
  filter: brightness(80%); }

.p-anchor-wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.p-anchor {
  width: 100%;
  margin: 0 2rem;
  margin-top: -20px;
  z-index: 90; }
  .p-anchor__button {
    font-size: 1em;
    padding: 1rem;
    font-weight: bold;
    border-radius: 3px;
    color: #FFF;
    background: #191F25;
    cursor: pointer;
    text-align: center; }
    .p-anchor__button::after {
      content: "";
      cursor: pointer;
      display: inline-block;
      width: 10px;
      height: 10px;
      background-image: url(../images/common/icon_plus.svg);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-left: 0.6em; }
      @media only screen and (min-width: 1480px) {
        .p-anchor__button::after {
          width: 12px;
          height: 12px; } }
      @media only screen and (max-width: 1479px) and (min-width: 1040px) {
        .p-anchor__button::after {
          width: 12px;
          height: 12px; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-anchor__button {
        display: block; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-anchor__button {
        display: block; } }
    @media only screen and (max-width: 320px) {
      .p-anchor__button {
        display: block; } }
    @media only screen and (min-width: 1480px) {
      .p-anchor__button {
        display: none; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-anchor__button {
        display: none; } }

.p-anchor-list {
  list-style: none;
  background: #000;
  padding: 2rem;
  border-radius: 3px;
  max-width: 1140px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-anchor-list {
      display: none; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-anchor-list {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .p-anchor-list {
      display: none; } }
  @media only screen and (min-width: 1480px) {
    .p-anchor-list {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-anchor-list {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  .p-anchor-list__item {
    font-size: 0.8em;
    letter-spacing: 0;
    margin: 0 1rem; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-anchor-list__item {
        width: 100%;
        margin: 1rem;
        text-align: center; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-anchor-list__item {
        width: 100%;
        margin: 1rem;
        text-align: center; } }
    @media only screen and (max-width: 320px) {
      .p-anchor-list__item {
        width: 100%;
        margin: 1rem;
        text-align: center; } }
    .p-anchor-list__item a {
      color: #FFF;
      text-decoration: none; }
      @media only screen and (max-width: 1039px) and (min-width: 560px) {
        .p-anchor-list__item a {
          font-size: 1.4em; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-anchor-list__item a {
          font-size: 1.4em; } }
      @media only screen and (max-width: 320px) {
        .p-anchor-list__item a {
          font-size: 1.4em; } }
      .p-anchor-list__item a::after {
        content: "";
        cursor: pointer;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(../images/common/icon_anchor.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left: 0.6em; }
        @media only screen and (min-width: 1480px) {
          .p-anchor-list__item a::after {
            width: 12px;
            height: 12px; } }
        @media only screen and (max-width: 1479px) and (min-width: 1040px) {
          .p-anchor-list__item a::after {
            width: 12px;
            height: 12px; } }

.p-footer__contact {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: #EEE solid 1px; }
  .p-footer__contact__title {
    font-size: 0.9em;
    font-weight: bold; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__contact__title {
        text-align: left; } }
    @media only screen and (max-width: 320px) {
      .p-footer__contact__title {
        text-align: left; } }
  .p-footer__contact__mail {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 0.1;
    margin: 1rem 0 1rem 0; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__contact__mail {
        text-align: left;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-footer__contact__mail {
        text-align: left;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    .p-footer__contact__mail a {
      line-height: 1;
      text-decoration: none;
      line-height: 1.4; }
      .p-footer__contact__mail a:hover {
        opacity: 0.7; }
    @media only screen and (min-width: 1480px) {
      .p-footer__contact__mail {
        font-size: 1.5em; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__contact__mail {
        font-size: 1.2em;
        justify-content: left;
        -webkit-justify-content: left; } }
    @media only screen and (max-width: 320px) {
      .p-footer__contact__mail {
        font-size: 1.2em;
        justify-content: left;
        -webkit-justify-content: left; } }
    .p-footer__contact__mail span {
      vertical-align: middle;
      margin: 0;
      padding: 0.2em 0.4em;
      line-height: 1;
      border: #0B1A44 solid 2px;
      font-size: 0.6em;
      margin-right: 1rem; }
  .p-footer__contact__name {
    font-size: 0.8em;
    color: #444;
    margin-bottom: 0.2em; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__contact__name {
        text-align: left; } }
    @media only screen and (max-width: 320px) {
      .p-footer__contact__name {
        text-align: left; } }
  .p-footer__contact__time {
    font-size: 0.8em;
    color: #444;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center; }
    .p-footer__contact__time p {
      margin-right: 1em; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__contact__time {
        text-align: left;
        justify-content: left;
        -webkit-justify-content: left;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-footer__contact__time {
        text-align: left;
        justify-content: left;
        -webkit-justify-content: left;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
.p-footer__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
  font-size: 0.8em; }
  @media only screen and (min-width: 1480px) {
    .p-footer__inner {
      padding-right: 10rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-footer__inner {
      padding-right: 10rem; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-footer__inner {
      flex-direction: column;
      flex-direction: -webkit-column;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-footer__inner {
      flex-direction: column;
      flex-direction: -webkit-column;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 320px) {
    .p-footer__inner {
      flex-direction: column;
      flex-direction: -webkit-column;
      justify-content: center;
      -webkit-justify-content: center; } }
  .p-footer__inner__logo {
    max-width: 200px; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-footer__inner__logo {
        margin: 0 auto 2rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__inner__logo {
        margin: 0 auto 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-footer__inner__logo {
        margin: 0 auto 2rem; } }
  .p-footer__inner__link {
    list-style: none;
    display: flex;
    display: -webkit-flex; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-footer__inner__link {
        flex-direction: column;
        flex-direction: -webkit-column;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__inner__link {
        flex-direction: column;
        flex-direction: -webkit-column;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    @media only screen and (max-width: 320px) {
      .p-footer__inner__link {
        flex-direction: column;
        flex-direction: -webkit-column;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    .p-footer__inner__link li {
      margin: 0.4rem 2rem; }
.p-footer__credit {
  margin-top: 1rem;
  font-size: 0.6em; }
  @media only screen and (min-width: 1480px) {
    .p-footer__credit {
      text-align: center; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-footer__credit {
      text-align: center; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-footer__credit {
      text-align: center; } }

.p-single-title {
  color: #000; }

.p-rules-list {
  margin-bottom: 5rem; }
  .p-rules-list dt {
    font-weight: bold;
    color: #000;
    font-size: 1.1em;
    margin-bottom: 0.2em; }
  .p-rules-list ol li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1em;
    margin-left: 1em; }
  .p-rules-list ol li::before {
    content: "(" counter(cnt) ") "; }

.p-column-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 4rem 0 0;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-column-list__item {
    list-style: none;
    width: 48%;
    margin-bottom: 4%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-column-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 320px) {
      .p-column-list__item {
        width: 100%;
        margin-bottom: 4%; } }
  .p-column-list--top:after {
    display: block;
    content: "";
    width: 30%; }
  .p-column-list--top .p-column-list__item {
    width: 30%;
    margin-bottom: 4%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-column-list--top .p-column-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 320px) {
      .p-column-list--top .p-column-list__item {
        width: 100%;
        margin-bottom: 4%; } }

.p-interview-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 4rem 0 0;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-interview-list__item {
    list-style: none;
    width: 100%;
    margin-bottom: 4%; }
  .p-interview-list .p-interview-list__item {
    width: 48%;
    margin-bottom: 4%; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-interview-list .p-interview-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-interview-list .p-interview-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 320px) {
      .p-interview-list .p-interview-list__item {
        width: 100%;
        margin-bottom: 4%; } }

.p-qa-box {
  background: #F4EFEA;
  position: relative; }
  .p-qa-box dt {
    color: #A68857;
    font-size: 1.2em; }

.p-benefits-box__content__number {
  color: #C4C19B; }
.p-benefits-box__content__title {
  font-size: 1.6em; }

.p-benefits-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-benefits-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-benefits-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-benefits-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (min-width: 1480px) {
    .p-benefits-box {
      margin-bottom: 10rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-benefits-box {
      margin-bottom: 10rem; } }
  .p-benefits-box__content {
    width: 100%;
    padding: 6% 4% 6% 6%; }
    @media only screen and (min-width: 1480px) {
      .p-benefits-box__content {
        width: 40%; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-benefits-box__content {
        width: 40%; } }
  .p-benefits-box__image {
    width: 100%; }
    @media only screen and (min-width: 1480px) {
      .p-benefits-box__image {
        width: 60%; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-benefits-box__image {
        width: 60%; } }
  .p-benefits-box--reverse {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; }

.p-sp-button-wrap {
  z-index: 1000;
  text-align: center;
  position: fixed;
  padding: 3rem;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  @media only screen and (min-width: 1480px) {
    .p-sp-button-wrap {
      display: none; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-sp-button-wrap {
      display: none; } }

.p-sp-button {
  background: transparent linear-gradient(311deg, #0B1A44 0%, #2D366D 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  z-index: 1;
  display: inline-block;
  padding: 1rem 2rem;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
  margin: 0 auto; }

.p-register-button {
  background: transparent linear-gradient(311deg, #0B1A44 0%, #2D366D 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 2rem;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em; }
  @media only screen and (min-width: 1480px) {
    .p-register-button {
      font-size: 1.2em;
      line-height: 1em; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-register-button {
      font-size: 1.2em;
      line-height: 1em; } }

.p-contract-box {
  background: transparent linear-gradient(146deg, #A7A372 0%, #D5CE87 52%, #868469 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 4rem 2rem;
  color: #071433;
  max-width: 1140px;
  margin: 0 auto 3rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-contract-box {
      padding: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-contract-box {
      padding: 2rem; } }
  @media only screen and (min-width: 1480px) {
    .p-contract-box {
      text-align: center; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-contract-box {
      text-align: center; } }
  .p-contract-box__title {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 1rem; }
  .p-contract-box__image {
    max-width: 940px;
    margin: 2rem auto; }

.p-register-box {
  background: #FFF;
  border-radius: 7px;
  padding: 4rem;
  color: #071433;
  max-width: 1140px;
  margin: 0 auto 3rem; }
  .p-register-box__logo {
    max-width: 340px;
    margin: 0 auto 2rem; }
  .p-register-box__text {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1rem; }

.p-card {
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-weight: normal;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-direction: -webkit-column; }
  .p-card img {
    transition: all 0.4s; }
  .p-card:hover {
    color: #000000; }
    .p-card:hover img {
      transform: scale(1.04, 1.04); }
  .p-card__image {
    overflow: hidden; }
  .p-card__content {
    z-index: 1000;
    background: #FFF;
    padding: 1rem 2rem;
    margin-left: 2rem;
    margin-top: -2rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-direction: -webkit-column; }
  .p-card__date {
    color: #939393; }

.p-slider {
  margin-bottom: 6rem !important; }

.p-slider__navi {
  display: none !important; }

#page-home .p-interview-card {
  margin: 2rem; }

.p-interview-card {
  background: #000;
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-direction: -webkit-column; }
  .p-interview-card img {
    transition: all 0.4s; }
  .p-interview-card:hover img {
    transform: scale(1.04, 1.04); }
  .p-interview-card__image {
    position: relative; }
    .p-interview-card__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent 40px, rgba(0, 0, 0, 0.5) 100%); }
  .p-interview-card__content {
    color: #FFF;
    padding: 1rem;
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 1000; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-interview-card__content {
        padding: 3rem; } }
    @media only screen and (min-width: 1480px) {
      .p-interview-card__content {
        padding: 4rem 4rem;
        font-size: 1.2em; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-interview-card__content {
        padding: 4rem 4rem;
        font-size: 1.2em; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-interview-card__content__title {
        font-size: 0.9em;
        line-height: 1.4; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-interview-card__content__title {
        font-size: 0.9em;
        line-height: 1.4; } }
    @media only screen and (max-width: 320px) {
      .p-interview-card__content__title {
        font-size: 1em;
        line-height: 1.4; } }
    @media only screen and (min-width: 1480px) {
      .p-interview-card__content__title {
        font-size: 1.4em; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-interview-card__content__title {
        font-size: 1.4em; } }

#page-home .p-interview-card02 {
  margin: 1rem !important; }
  #page-home .p-interview-card02__content {
    background: #FFF; }

.l-detail-hero__inner .p-module-interview {
  font-size: 1.1em; }

.p-interview-card02 {
  background: #F4F6FD;
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-direction: -webkit-column;
  align-items: stretch;
  -webkit-align-items: stretch; }
  .p-interview-card02 .p-module-interview {
    font-size: 0.7em; }
  .p-interview-card02 img {
    transition: all 0.4s;
    overflow: hidden; }
  .p-interview-card02:hover img {
    transform: scale(1.04, 1.04); }
  .p-interview-card02__image {
    position: relative;
    overflow: hidden; }
  .p-interview-card02__content {
    color: #000;
    padding: 1rem;
    display: block;
    z-index: 1000; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-interview-card02__content {
        padding: 2rem; } }
    @media only screen and (min-width: 1480px) {
      .p-interview-card02__content {
        padding: 2rem 3rem;
        font-size: 1.2em; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-interview-card02__content {
        padding: 2rem 3rem;
        font-size: 1.2em; } }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-interview-card02__content__title {
        font-size: 0.9em;
        line-height: 1.4; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-interview-card02__content__title {
        font-size: 0.9em;
        line-height: 1.4; } }
    @media only screen and (max-width: 320px) {
      .p-interview-card02__content__title {
        font-size: 1em;
        line-height: 1.4; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-interview-card02__content__title {
        font-size: 0.8em; } }
    @media only screen and (min-width: 1480px) {
      .p-interview-card02__content__title {
        font-size: 0.8em; } }

.p-interview-list--other .p-interview-card02 {
  background: #FFF; }

.p-main-text {
  color: #2D366D;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: center; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-main-text {
      text-align: left;
      font-size: 1.2em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-main-text {
      text-align: left;
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    .p-main-text {
      text-align: left;
      font-size: 1.2em; } }

.p-single-title {
  font-size: 1.6em; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-single-title {
      font-size: 1.4em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-single-title {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    .p-single-title {
      font-size: 1.4em; } }

.p-section-title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #1A1311;
  margin-bottom: 1em; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-section-title {
      font-size: 0.8em;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-title {
      font-size: 0.8em;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 320px) {
    .p-section-title {
      font-size: 0.8em;
      justify-content: center;
      -webkit-justify-content: center; } }
  .p-section-title--column {
    font-size: 1.6em; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-section-title--column {
        font-size: 1.2em; } }
    @media only screen and (max-width: 320px) {
      .p-section-title--column {
        font-size: 1.2em; } }
    .p-section-title--column p {
      font-family: "Nanum Myeongjo", serif;
      font-weight: normal !important; }
    .p-section-title--column h2 {
      font-size: 0.6em;
      display: inline-block;
      padding: 0.4em 0;
      letter-spacing: 0.3em;
      margin-left: 1rem; }
  .p-section-title--interview {
    font-size: 1.6em;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    flex-direction: -webkit-column; }
    .p-section-title--interview p {
      font-family: "Nanum Myeongjo", serif;
      font-weight: normal !important; }
    .p-section-title--interview h2 {
      font-size: 0.6em;
      display: inline-block;
      padding: 0.4em 0;
      letter-spacing: 0.3em;
      margin-left: 1rem; }
  .p-section-title--benefits {
    font-size: 1.6em;
    color: #FFF;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    flex-direction: -webkit-column; }
    .p-section-title--benefits h2 {
      font-weight: normal !important;
      letter-spacing: 0.2em; }
    .p-section-title--benefits p {
      border-top: #FFF solid 1px;
      border-bottom: #FFF solid 1px;
      font-size: 0.6em;
      display: inline-block;
      padding: 0.2em 0;
      margin-bottom: 1rem; }

.p-theme-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 4rem 0 0;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-theme-list__item {
    background: #F2F5F7;
    list-style: none;
    width: 48%;
    margin-bottom: 4%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-theme-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    @media only screen and (max-width: 320px) {
      .p-theme-list__item {
        width: 100%;
        margin-bottom: 4%; } }
    .p-theme-list__item__head {
      padding: 2rem;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; }
      @media only screen and (max-width: 1039px) and (min-width: 560px) {
        .p-theme-list__item__head {
          justify-content: center;
          -webkit-justify-content: center;
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-theme-list__item__head {
          justify-content: center;
          -webkit-justify-content: center;
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 320px) {
        .p-theme-list__item__head {
          justify-content: center;
          -webkit-justify-content: center;
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (min-width: 1480px) {
        .p-theme-list__item__head__num {
          width: 90px;
          border-right: #00AF9D solid 1px;
          margin-right: 1rem;
          padding-right: 1rem; } }
      @media only screen and (max-width: 1479px) and (min-width: 1040px) {
        .p-theme-list__item__head__num {
          width: 90px;
          border-right: #00AF9D solid 1px;
          margin-right: 1rem;
          padding-right: 1rem; } }
      @media only screen and (max-width: 1039px) and (min-width: 560px) {
        .p-theme-list__item__head__num {
          width: 50px;
          border-bottom: #00AF9D solid 1px;
          margin-bottom: 1rem;
          padding-bottom: 1rem; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-theme-list__item__head__num {
          width: 50px;
          border-bottom: #00AF9D solid 1px;
          margin-bottom: 1rem;
          padding-bottom: 1rem; } }
      @media only screen and (max-width: 320px) {
        .p-theme-list__item__head__num {
          width: 50px;
          border-bottom: #00AF9D solid 1px;
          margin-bottom: 1rem;
          padding-bottom: 1rem; } }
      .p-theme-list__item__head__text {
        text-align: left;
        margin-left: 1rem;
        color: #00AF9D;
        font-weight: bold;
        font-size: 1.2em; }
        @media only screen and (max-width: 1039px) and (min-width: 560px) {
          .p-theme-list__item__head__text {
            text-align: center;
            width: 100%;
            font-size: 1em; } }
        @media only screen and (max-width: 559px) and (min-width: 321px) {
          .p-theme-list__item__head__text {
            text-align: center;
            width: 100%;
            font-size: 1em; } }
        @media only screen and (max-width: 320px) {
          .p-theme-list__item__head__text {
            text-align: center;
            width: 100%;
            font-size: 1em; } }
  .p-theme-list--detail .p-theme-list__item {
    background: #FFF;
    text-align: center; }

.p-table {
  width: 100%;
  margin: 2rem auto;
  background: #FFF; }
  .p-table__head {
    background: #98A8B2 !important;
    color: #FFF !important;
    font-weight: bold !important;
    padding: 1rem 2rem !important; }
    .p-table__head:first-child {
      border-right: #FFF solid 2px; }
  .p-table th {
    background: #D3DDE3;
    padding: 1rem 2rem;
    font-size: 1.1em; }
  .p-table td {
    padding: 2rem; }
  @media only screen and (min-width: 1480px) {
    .p-table tr {
      border-bottom: #F2F5F7 solid 5px; }
    .p-table th {
      width: 24%;
      vertical-align: middle;
      text-align: left; }
    .p-table td {
      vertical-align: middle; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-table tr {
      border-bottom: #F2F5F7 solid 5px; }
    .p-table th {
      width: 24%;
      vertical-align: middle;
      text-align: left; }
    .p-table td {
      vertical-align: middle; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-table tr {
      border-bottom: #F2F5F7 solid 5px; }
    .p-table th {
      width: 24%;
      vertical-align: middle;
      text-align: left; }
    .p-table td {
      vertical-align: middle; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-table thead {
      display: none; }
    .p-table td:last-child {
      margin-bottom: 0;
      width: 100%; }
    .p-table tr {
      border-bottom: 10px #F2F5F7 solid; }
    .p-table .tbl-r02 {
      width: 80%; }
    .p-table th,
    .p-table td {
      　　border-bottom: none;
      display: block;
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-table thead {
      display: none; }
    .p-table td:last-child {
      margin-bottom: 0;
      width: 100%; }
    .p-table tr {
      border-bottom: 10px #F2F5F7 solid; }
    .p-table .tbl-r02 {
      width: 80%; }
    .p-table th,
    .p-table td {
      　　border-bottom: none;
      display: block;
      width: 100%; } }

.p-form-table {
  width: 100%;
  margin: 2rem auto 1rem; }
  .p-form-table th {
    padding: 1rem 0 0.2rem;
    vertical-align: top;
    text-align: left; }
    @media only screen and (min-width: 1480px) {
      .p-form-table th {
        width: 24%; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-form-table th {
        width: 24%; } }
  .p-form-table td {
    padding: 0.4rem 0; }
    @media only screen and (min-width: 1480px) {
      .p-form-table td {
        padding: 1rem 0;
        width: 76%; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-form-table td {
        padding: 1rem 0;
        width: 76%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-form-table thead {
      display: none; }
    .p-form-table td:last-child {
      margin-bottom: 0;
      width: 100%; }
    .p-form-table tr {
      width: 100%;
      border-bottom: 10px #F2F5F7 solid; }
    .p-form-table .tbl-r02 {
      width: 80%; }
    .p-form-table th,
    .p-form-table td {
      　　border-bottom: none;
      display: block;
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-form-table thead {
      display: none; }
    .p-form-table td:last-child {
      margin-bottom: 0;
      width: 100%; }
    .p-form-table tr {
      width: 100%;
      border-bottom: 10px #F2F5F7 solid; }
    .p-form-table .tbl-r02 {
      width: 80%; }
    .p-form-table th,
    .p-form-table td {
      　　border-bottom: none;
      display: block;
      width: 100%; } }

.p-page-title {
  font-size: 1.8em;
  font-weight: normal; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-page-title {
      font-size: 1.6em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-page-title {
      font-size: 1.6em; } }
  @media only screen and (max-width: 320px) {
    .p-page-title {
      font-size: 1.6em; } }
  .p-page-title span {
    display: inline-block;
    margin-left: 1rem;
    font-size: 0.5em;
    color: #2D366D;
    font-weight: 300;
    margin-right: 1em;
    font-family: "Lexend Deca", sans-serif; }

.p-category-title {
  font-size: 1.4em;
  text-align: center;
  font-weight: normal; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-category-title {
      font-size: 1.6em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-category-title {
      font-size: 1.6em; } }
  @media only screen and (max-width: 320px) {
    .p-category-title {
      font-size: 1.6em; } }
  .p-category-title span {
    display: inline-block;
    margin-left: 1rem;
    font-size: 0.5em;
    color: #2D366D;
    font-weight: 300;
    margin-right: 1em;
    font-family: "Lexend Deca", sans-serif; }

.p-like-box {
  margin: 4rem auto;
  border: #CCCCCC solid 3px;
  border-radius: 8px;
  padding: 1rem 4rem;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .p-like-box p {
    margin-bottom: 0 !important; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-like-box {
      padding: 1rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-like-box {
      padding: 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-like-box {
      padding: 1rem; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-like-box {
      flex-direction: column;
      flex-direction: -webkit-column;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-like-box {
      flex-direction: column;
      flex-direction: -webkit-column;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 320px) {
    .p-like-box {
      flex-direction: column;
      flex-direction: -webkit-column;
      justify-content: center;
      -webkit-justify-content: center; } }
  .p-like-box__title {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 0 !important;
    margin-right: 1rem; }

.p-point-box {
  font-size: 0.9em;
  background: #F8F4F0;
  margin-top: 3rem;
  padding: 3rem;
  border-radius: 4px; }
  .p-point-box p {
    margin-bottom: 0 !important; }
  .p-point-box__title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.2em; }

.p-user {
  display: inline-block;
  border: #000 solid 2px;
  padding: 0 0.4em;
  margin-top: 3rem;
  font-weight: bold; }

.p-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11000; }
  .p-modal__bg {
    background: rgba(6, 48, 0, 0.6);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .p-modal__content {
    background: #fff;
    border-radius: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    -moz-box-shadow: 2px 9px 35px -27px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 2px 9px 35px -27px rgba(0, 0, 0, 0.36);
    -ms-box-shadow: 2px 9px 35px -27px rgba(0, 0, 0, 0.36);
    box-shadow: 2px 9px 35px -27px rgba(0, 0, 0, 0.36); }
    @media only screen and (min-width: 1480px) {
      .p-modal__content {
        width: 60%;
        max-width: 900px; } }
    @media only screen and (max-width: 1479px) and (min-width: 1040px) {
      .p-modal__content {
        width: 60%;
        max-width: 900px; } }
    .p-modal__content__inner {
      position: relative;
      padding: 2rem; }
  .p-modal__close {
    position: absolute;
    top: -60px;
    right: -10px;
    width: 30px;
    height: 30px; }

.p-module-interview {
  line-height: 1;
  display: inline-block;
  background: #2FADBA;
  padding: 0.4em 0.46em;
  margin-bottom: 0.4rem;
  color: #FFF;
  font-size: 0.8em; }
  .p-module-interview span {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 300 !important; }

.p-module-column {
  font-size: 0.8em;
  margin-bottom: 0.2em;
  color: #939393 !important; }
  .p-module-column__time {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 300 !important; }

.p-movie {
  width: 100%;
  aspect-ratio: 16 / 9; }

.p-movie iframe {
  width: 100%;
  height: 100%; }

.p-faq-box-wrap {
  margin-top: 8rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.p-faq-box {
  width: 100%;
  background: #F4EFEA;
  padding: 4rem;
  border-radius: 6px;
  margin-bottom: 4rem;
  position: relative; }
  @media only screen and (min-width: 1480px) {
    .p-faq-box {
      width: 48%; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-faq-box {
      width: 48%; } }
  .p-faq-box::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -1rem;
    display: inline-block;
    content: "";
    width: 22px;
    height: 48px;
    background: url(../images/common/icon_question.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-faq-box::before {
        width: 18px;
        height: 44px; } }
    @media only screen and (max-width: 320px) {
      .p-faq-box::before {
        width: 18px;
        height: 44px; } }
  .p-faq-box__title {
    letter-spacing: 0;
    color: #A68857;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: #A68857 dashed 1px;
    position: relative; }

.p-icon-category {
  font-size: 0.8em;
  border-radius: 100px;
  background: #3FA21B;
  display: inline-block;
  padding: 0.2em 0.4em;
  color: #FFF;
  line-height: 1;
  margin-left: 0.4em; }
  .p-icon-category--house {
    background: #5FAFD9; }
  .p-icon-category--money {
    background: #DEB861; }
  .p-icon-category--interior {
    background: #BA64A0; }
  .p-icon-category--life {
    background: #76BA26; }

.p-single-box p {
  margin-bottom: 1em;
  line-height: 1.8; }
.p-single-box h2, .p-single-box h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1rem;
  margin-top: 3rem; }
.p-single-box img {
  display: block;
  max-width: 800px; }
.p-single-box img.alignright {
  display: block;
  margin: 0 0 0 auto; }
.p-single-box img.alignleft {
  display: block;
  margin: 0 auto 0 0; }
.p-single-box img.aligncenter {
  display: block;
  margin: 0 auto; }

.p-single-date {
  color: #00AF9D;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Lexend Deca", sans-serif; }

.p-link-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1.6; }

.l-link .p-link-title {
  font-size: 1.8em; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-link .p-link-title {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    .l-link .p-link-title {
      font-size: 1.4em; } }

.p-link-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-link-list__item {
    list-style: none;
    margin: 0 1rem; }
    .p-link-list__item a {
      padding: 2rem;
      display: block; }

.p-company-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-company-box__item {
    -moz-box-shadow: 3px 4px 55px -31px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 55px -31px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 4px 55px -31px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 55px -31px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    width: 48%;
    background: #FFF;
    padding: 4rem 3rem;
    margin-bottom: 4%; }
    @media only screen and (max-width: 1039px) and (min-width: 560px) {
      .p-company-box__item {
        width: 100%;
        margin-bottom: 8%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-company-box__item {
        width: 100%;
        margin-bottom: 8%;
        padding: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-company-box__item {
        width: 100%;
        margin-bottom: 8%;
        padding: 2rem; } }
    .p-company-box__item__logo {
      max-width: 60%;
      margin: 0 auto 2rem; }
      @media only screen and (max-width: 1039px) and (min-width: 560px) {
        .p-company-box__item__logo {
          max-width: 300px; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-company-box__item__logo {
          max-width: 300px; } }
      @media only screen and (max-width: 320px) {
        .p-company-box__item__logo {
          max-width: 300px; } }
    .p-company-box__item__company {
      color: #000;
      font-weight: bold;
      margin-bottom: 0.4em; }
    .p-company-box__item__name {
      font-size: 0.8em; }
    .p-company-box__item__address {
      font-size: 0.8em;
      border-bottom: #CCC solid 1px;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
    .p-company-box__item__service {
      color: #000;
      font-weight: bold; }

.p-add-textarea {
  display: none; }

.too-long {
  color: #DB2564 !important;
  font-weight: bold; }

.wpcf7-field-group-remove {
  background: none !important;
  padding: 0; }
  .wpcf7-field-group-remove::before {
    display: inline-block;
    content: "";
    width: 38px;
    height: 30px;
    background: url(../images/common/icon_remove.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.2em; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .wpcf7-field-group-remove::before {
        width: 24px;
        height: 16px; } }
    @media only screen and (max-width: 320px) {
      .wpcf7-field-group-remove::before {
        width: 24px;
        height: 16px; } }

tbody {
  width: 100%; }

table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all; }

.wpcf7-field-group-add {
  background: none !important;
  padding: 0;
  color: #00AF9D !important;
  font-size: 1em;
  display: inline-block;
  margin-bottom: 2rem auto;
  text-decoration: none; }
  .wpcf7-field-group-add::before {
    display: inline-block;
    content: "";
    width: 38px;
    height: 30px;
    background: url(../images/common/icon_add.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.2em; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .wpcf7-field-group-add::before {
        width: 24px;
        height: 16px; } }
    @media only screen and (max-width: 320px) {
      .wpcf7-field-group-add::before {
        width: 24px;
        height: 16px; } }

.wpcf7-list-item {
  margin: 0 !important; }

.p-input--full {
  width: 100%; }
.p-input--long {
  width: 22rem; }
.p-input--medium {
  width: 14rem; }
.p-input--mini {
  width: 4em; }

.p-privacy-mark-box {
  display: inline-block;
  border-radius: 3px;
  margin: 0 auto 6rem;
  font-size: 0.8em;
  max-width: 600px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (min-width: 1480px) {
    .p-privacy-mark-box {
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-privacy-mark-box {
      justify-content: center;
      -webkit-justify-content: center; } }
  .p-privacy-mark-box__logo {
    width: 12%;
    max-width: 74px; }
  .p-privacy-mark-box__text {
    margin-left: 1rem;
    width: 88%; }

.p-center-text {
  text-align: center;
  margin: 6rem 0 10rem; }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-center-text {
      text-align: left;
      margin: 2rem 0 4rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-center-text {
      text-align: left;
      margin: 2rem 0 4rem; } }
  @media only screen and (max-width: 320px) {
    .p-center-text {
      text-align: left;
      margin: 2rem 0 4rem; } }

.p-link-button {
  display: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1.8rem 2rem;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 1rem auto;
  font-size: 1em; }
  .p-link-button span {
    font-size: 0.8em; }
  @media only screen and (min-width: 1480px) {
    .p-link-button {
      font-size: 1.2em; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-link-button {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    .p-link-button {
      padding: 1.4rem 1rem 1.4rem 2.4rem;
      font-size: 0.9em;
      letter-spacing: 0; } }
  .p-link-button:hover {
    opacity: 0.8; }
  .p-link-button--mini {
    margin-top: 2rem;
    font-size: 1em;
    padding: 1.4rem 1.6rem 1.4rem 2rem; }

.p-link-button--entry::before {
  transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #004E9E; }

.p-submit-button input {
  padding: 2rem 4rem;
  font-size: 1.2em; }
  .p-submit-button input:hover {
    opacity: 0.8; }

.p-link-index {
  padding: 2rem;
  border: #C9C9C9 solid 1px;
  text-align: center;
  display: block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  text-decoration: none; }
  .p-link-index:hover {
    opacity: 0.8; }

.p-more-button {
  padding: 2rem;
  border: #C9C9C9 solid 1px;
  text-align: center;
  display: block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  text-decoration: none; }
  .p-more-button:hover {
    opacity: 0.8; }

.p-hero {
  opacity: 0;
  transition: opacity .3s linear; }

.p-hero.slick-initialized {
  opacity: 1; }

.hero img {
  max-width: 100%;
  max-height: 100%; }

.p-hero-wrap {
  overflow: hidden;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1480px) {
    .p-hero-wrap {
      margin-bottom: 4em; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-hero-wrap {
      margin-bottom: 4em; } }

.p-hero__item {
  margin: 0 1rem; }
  .p-hero__item img {
    border-radius: 10px; }
  @media only screen and (min-width: 1480px) {
    .p-hero__item {
      margin: 0 2rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-hero__item {
      margin: 0 2rem; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .p-hero__item {
      margin: 0 2rem; } }
  .p-hero__item__caption {
    height: 30px !important;
    text-align: right;
    margin-top: 0.4em;
    font-size: 0.9em; }
    .p-hero__item__caption p {
      display: inline-block; }
.p-hero__arrow--prev {
  z-index: 1000;
  position: absolute;
  left: 24px;
  bottom: 46%;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 1480px) {
    .p-hero__arrow--prev {
      left: 130px;
      bottom: 46%;
      width: 60px;
      height: 60px; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-hero__arrow--prev {
      left: 130px;
      bottom: 46%;
      width: 60px;
      height: 60px; } }
.p-hero__arrow--next {
  z-index: 1000;
  position: absolute;
  right: 24px;
  bottom: 46%;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 1480px) {
    .p-hero__arrow--next {
      right: 130px;
      bottom: 46%;
      width: 60px;
      height: 60px; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .p-hero__arrow--next {
      right: 130px;
      bottom: 46%;
      width: 60px;
      height: 60px; } }

.slick-dots {
  bottom: -34px !important; }
  .slick-dots li button:before {
    color: #FFF !important; }

.p-category-icon {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  border-radius: 10px; }
  .p-category-icon--money {
    background: #DEB861;
    color: #FFF; }
  .p-category-icon--money {
    background: #5FAFD9;
    color: #FFF; }
  .p-category-icon--room {
    background: #BA64A0;
    color: #FFF; }
  .p-category-icon--life {
    background: #76BA26;
    color: #FFF; }

@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: 1040px) {
    .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: 1040px) {
    .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: 1040px) {
  .u-br-pc {
    display: block; }

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

  .u-br-sp {
    display: block; } }
@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-br-small-sp {
  display: none; }

@media only screen and (max-width: 320px) {
  .u-br-small-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 !important; }

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

.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-mt-3em {
  margin-top: 3em !important; }

.u-mt-4em {
  margin-top: 4em !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; }

.u-movie {
  position: relative;
  margin: 4rem auto;
  width: 100%;
  padding-top: 56.25%; }

.u-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.u-map {
  position: relative;
  margin: 4rem auto;
  width: 100%;
  height: 400px;
  padding-top: 56.25%; }
  .u-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.u-map--square {
  position: relative;
  margin: 4rem auto;
  width: 100%;
  height: 800px;
  padding-top: 56.25%; }
  @media only screen and (min-width: 1480px) {
    .u-map--square {
      height: 1200px; } }
  @media only screen and (max-width: 1479px) and (min-width: 1040px) {
    .u-map--square {
      height: 800px; } }
  @media only screen and (max-width: 1039px) and (min-width: 560px) {
    .u-map--square {
      height: 600px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .u-map--square {
      height: 440px; } }
  @media only screen and (max-width: 320px) {
    .u-map--square {
      height: 440px; } }
  .u-map--square iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
