@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
  border: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

html {
  font-size: 62.5%;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 16px;
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px);
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: #e9eeef;
}
body::-webkit-scrollbar-thumb {
  background: #355662;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.is-visible {
  opacity: 1;
}

html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

* {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #333;
  text-underline-offset: 0.2em;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

.l-wrapper {
  position: relative;
  overflow: clip;
}

.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
.l-header_in {
  position: relative;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 24vw;
  }
}
.l-header_logo {
  position: absolute;
  z-index: 999;
  pointer-events: auto;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header_logo {
    width: 120px;
    left: 80px;
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 32vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.l-header_logo[data-page-id=top] {
  opacity: 0;
}
.l-header_logo[data-page-id=top].is-visible {
  opacity: 1;
}
.l-header_logo.is-hidden {
  pointer-events: none;
  opacity: 0;
}
.l-header_gnav {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: #fff;
}
.l-header_gnav * {
  pointer-events: none;
}
.l-header_gnav.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header_gnav.is-open * {
  pointer-events: auto;
}
.l-header_gnav_in {
  width: 100%;
  height: 100vh;
  padding: 30px;
  height: 100dvh;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header_gnav_in::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.l-header_gnav_in::-webkit-scrollbar-track {
  background: #e9eeef;
}
.l-header_gnav_in::-webkit-scrollbar-thumb {
  background: #355662;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in {
    padding: 33.8666666667vw 5.8666666667vw 9.8666666667vw;
  }
}
.l-header_btn {
  position: absolute;
  z-index: 1001;
  pointer-events: auto;
  pointer-events: auto;
  display: block;
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 40px;
}
@media screen and (min-width: 769px) {
  .l-header_btn {
    right: 75px;
    top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    top: 6.6666666667vw;
    right: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    width: 16vw;
    height: 10.6666666667vw;
  }
}
.l-header_btn[data-page-id=top] {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
}
.l-header_btn[data-page-id=top].is-visible {
  opacity: 1;
}
.l-header_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header_btn > div {
    top: 2.6666666667vw;
  }
}
.l-header_btn > div span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  background: #A7B8BF;
  height: 1px;
  width: 46px;
  left: -23px;
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span {
    width: 12.2666666667vw;
    left: -6.1333333333vw;
  }
}
.l-header_btn > div span:nth-child(1) {
  -webkit-transform: translate(-2px, -5px);
          transform: translate(-2px, -5px);
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(1) {
    -webkit-transform: translate(-0.5333333333vw, -1.3333333333vw);
            transform: translate(-0.5333333333vw, -1.3333333333vw);
  }
}
.l-header_btn > div span:nth-child(2) {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(2) {
    -webkit-transform: translate(2.1333333333vw, 0);
            transform: translate(2.1333333333vw, 0);
  }
}
.l-header_btn > div span:nth-child(3) {
  -webkit-transform: translate(-2px, 5px);
          transform: translate(-2px, 5px);
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(3) {
    -webkit-transform: translate(-0.5333333333vw, 1.3333333333vw);
            transform: translate(-0.5333333333vw, 1.3333333333vw);
  }
}
.l-header_btn > span {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  color: #333;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 769px) {
  .l-header_btn > span {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn > span {
    font-size: 3.7333333333vw;
  }
}
.l-header_btn > span::before {
  content: "MENU";
}
@media screen and (min-width: 769px) {
  .l-header_btn:hover > div span:nth-child(1) {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  .l-header_btn:hover > div span:nth-child(2) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-header_btn:hover > div span:nth-child(3) {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
.l-header_btn.is-white > div {
  background: #fff;
}
.l-header_btn.is-white > div span {
  background: #fff;
}
.l-header_btn.is-white > span {
  color: #fff;
}
.l-header_btn.is-open div span {
  background: #A7B8BF !important;
}
.l-header_btn.is-open div span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(50px, -5px);
          transform: translate(50px, -5px);
}
.l-header_btn.is-open div span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.l-header_btn.is-open div span:nth-child(3) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.l-header_btn.is-open > span {
  color: #333 !important;
}
.l-header_btn.is-open > span::before {
  content: "CLOSE";
}

.p-gnav {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-gnav {
    max-width: 1215px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_nav {
    width: 75.7201646091%;
    border-right: 1px solid #DCE2E3;
    padding-right: 6.5843621399%;
    padding-right: 4.9382716049%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .p-gnav_nav {
    padding-right: 3.29218107%;
  }
}
.p-gnav_nav_item {
  border-top: 1px solid #DCE2E3;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item {
    -ms-flex-preferred-size: 47.619047619%;
        flex-basis: 47.619047619%;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item:nth-of-type(2) {
    border-top: none;
  }
}
.p-gnav_nav_item > dl {
  border-bottom: 1px solid #DCE2E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.p-gnav_nav_item > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl > dt {
    width: 230px;
    width: 56.0975609756%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .p-gnav_nav_item > dl > dt {
    width: 48.7804878049%;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl > dt {
    width: 44vw;
    width: 38.6666666667vw;
  }
}
.p-gnav_nav_item > dl > dt::before {
  content: "―";
  margin-right: 10px;
  color: #a7b8bf;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl > dt::before {
    margin-right: 1.3333333333vw;
  }
}
.p-gnav_nav_item > dl > dt a {
  display: block;
  text-decoration: none;
}
.p-gnav_nav_item > dl > dt a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl > dt a:hover {
    color: #A7B8BF;
  }
}
.p-gnav_nav_item > dl > dt a span {
  display: block;
}
.p-gnav_nav_item > dl > dt a span._en {
  line-height: 1.2;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl > dt a span._en {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl > dt a span._en {
    font-size: 5.3333333333vw;
  }
}
.p-gnav_nav_item > dl > dt a span._jp {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A7B8BF;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl > dt a span._jp {
    margin-top: 10px;
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl > dt a span._jp {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-gnav_nav_item > dl > dd ul {
  margin-top: -0.2em;
}
.p-gnav_nav_item > dl > dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}
.p-gnav_nav_item > dl > dd ul li::before {
  content: "―";
  margin-right: 10px;
  color: #A7B8BF;
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl > dd ul li::before {
    margin-right: 1.3333333333vw;
  }
}
.p-gnav_nav_item > dl > dd ul li a {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl > dd ul li a {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > dl > dd ul li a {
    font-size: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-gnav_nav_item > dl > dd ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > dl > dd ul li a:hover {
    color: #A7B8BF;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > ul {
    margin-top: 8vw;
  }
}
.p-gnav_nav_item > ul > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > ul > li + li {
    margin-top: 2.6666666667vw;
  }
}
.p-gnav_nav_item > ul > li > a {
  display: inline-block;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.p-gnav_nav_item > ul > li > a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > ul > li > a:hover {
    color: #A7B8BF;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_nav_item > ul > li > a {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_nav_item > ul > li > a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_info {
    width: 24.2798353909%;
    padding-left: 6.5843621399%;
    padding-left: 4.9382716049%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .p-gnav_info {
    padding-left: 3.29218107%;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_info {
    margin: 36vw auto 0;
    width: 57.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._logo {
    width: 96.2790697674%;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_info ._logo {
    width: 55.2vw;
  }
}
.p-gnav_info ._tagline {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._tagline {
    width: 64.1860465116%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_info ._tagline {
    margin-top: 4vw;
    width: 36.8vw;
  }
}
.p-gnav_info ._tagline svg {
  width: 100%;
  height: 100%;
}
.p-gnav_info ._tagline svg path {
  fill: #000;
}
.p-gnav_info ._link {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.p-gnav_info ._link:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._link:hover {
    color: #A7B8BF;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._link {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
    margin-left: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_info ._link {
    font-size: 3.7333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.p-gnav_info ._link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-gnav_info ._link::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.p-gnav_info ._address {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._address {
    margin-top: 50px;
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_info ._address {
    margin-top: 16vw;
    font-size: 3.7333333333vw;
  }
}
.p-gnav_info ._address a {
  text-decoration: none;
}
.p-gnav_info ._address a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._address a:hover {
    color: #A7B8BF;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav_info ._btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_info ._btn {
    margin-top: 12vw;
  }
}
.p-gnav_info ._btn .c-btnStyle1 {
  width: 100%;
}
.p-gnav_copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-gnav_copyright {
    position: absolute;
    right: 0px;
    margin-right: 31.2757201646%;
    margin-right: 27.9835390947%;
    bottom: 0;
    font-size: clamp(12px * 0.8, 0.8333333333vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-gnav_copyright {
    margin-top: 11.7333333333vw;
    text-align: center;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}

.l-content {
  position: relative;
  z-index: 0;
  width: 100%;
}
.l-sec {
  position: relative;
  z-index: 1;
  padding: 110px 30px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 24vw 5.3333333333vw;
  }
}
.l-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-sec_in {
    max-width: 1280px;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 80px 85px 85px 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .l-footer {
    padding: 80px 60px 85px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 23.2vw 5.8666666667vw 9.8666666667vw;
  }
}
.l-footer_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer_in {
    max-width: 1280px;
  }
}

.c-btnStyle1 {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #355662;
  border: 1px solid #355662;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 100px;
  padding: 0 50px 0 20px;
  min-width: 200px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    height: 13.3333333333vw;
    border-radius: 26.6666666667vw;
    padding: 0 13.3333333333vw 0 5.3333333333vw;
    min-width: 53.3333333333vw;
  }
}
.c-btnStyle1 span {
  color: #fff;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.c-btnStyle1 i {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 i {
    right: 3.2vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.c-btnStyle1 i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #355662;
  border-right: 1px solid #355662;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -1px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 i::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.c-btnStyle1:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1:hover {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px 0 20px;
    background: #FFFFFF;
    border: 1px solid #355662;
  }
  .c-btnStyle1:hover span {
    color: #333;
  }
  .c-btnStyle1:hover i {
    opacity: 0;
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }
}
.c-btnStyle1.-white {
  background: #fff;
  border: 1px solid #fff;
}
.c-btnStyle1.-white span {
  color: #333;
}
.c-btnStyle1.-white i {
  background: #A7B8BF;
}
.c-btnStyle1.-white i::after {
  border-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-white:hover {
    background: #355662;
    border: 1px solid #355662;
  }
  .c-btnStyle1.-white:hover span {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-gnav {
    min-width: auto;
    width: 100%;
    max-width: 200px;
  }
}
.c-btnStyle1.-back {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-back {
    min-width: 69.3333333333vw;
    padding: 0 13.3333333333vw 0 6.6666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-btnStyle1.-back span {
  color: #355662;
}
.c-btnStyle1.-back i {
  background: transparent;
}
.c-btnStyle1.-back i::after {
  border-color: #355662;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-back:hover {
    background: #355662;
  }
  .c-btnStyle1.-back:hover span {
    color: #fff;
  }
}

.c-btnStyle2 {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  color: #355662;
}
.c-btnStyle2 i {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 40px;
  height: 40px;
  background: #355662;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 i {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.c-btnStyle2:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btnStyle2:hover {
    color: #A7B8BF;
  }
  .c-btnStyle2:hover i {
    background: #355662 !important;
  }
}
.c-btnStyle2.-gray i {
  background: #A7B8BF;
}
.c-btnStyle2.-top {
  display: inline-block;
  text-align: center;
}
.c-btnStyle2.-top span {
  display: block;
  margin-top: 15px;
}
.c-btnStyle2.-top i::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url(../img/news/ico_top.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-top i::after {
    width: 4.2666666667vw;
    height: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-next {
    display: inline-block;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-next span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-next span {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-next i {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 15px;
  }
}
.c-btnStyle2.-next i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-next i::after {
    left: -0.5333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-prev {
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-prev span {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-prev i {
    margin-right: 15px;
  }
}
.c-btnStyle2.-prev i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  right: -1px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-prev i::after {
    right: -0.5333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

.c-titleStyle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-titleStyle1 > span {
  color: #333;
  line-height: 1;
}
.c-titleStyle1 > span._jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._jp {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._jp {
    padding-bottom: 1.3333333333vw;
  }
}
.c-titleStyle1 > span._en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > span._en {
    margin-top: clamp(30px * 0.8, 2.0833333333vw, 30px);
    font-size: clamp(50px * 0.8, 3.4722222222vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > span._en {
    margin-top: 8vw;
    font-size: 13.3333333333vw;
  }
}

.c-titleStyle2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-titleStyle2 > span {
  color: #333;
  line-height: 1;
}
.c-titleStyle2 > span._en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle2 > span._en {
    font-size: clamp(32px * 0.8, 2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._en {
    font-size: 6.9333333333vw;
  }
}
.c-titleStyle2 > span._jp {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._jp {
    margin-top: 4.2666666667vw;
  }
}

.c-titleStyle3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-titleStyle3 > span {
  color: #fff;
  text-align: center;
  line-height: 1;
}
.c-titleStyle3 > span._en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle3 > span._en {
    font-size: clamp(50px * 0.8, 3.4722222222vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > span._en {
    font-size: 10.6666666667vw;
  }
}
.c-titleStyle3 > span._jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-titleStyle3 > span._jp {
    margin-top: clamp(15px * 0.8, 1.0416666667vw, 15px);
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > span._jp {
    margin-top: 4vw;
    font-size: 5.3333333333vw;
  }
}

.c-titleStyle4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-titleStyle4 {
    margin-bottom: 10.6666666667vw;
  }
}
.c-titleStyle4 > span {
  color: #333;
  line-height: 1;
}
.c-titleStyle4 > span._en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle4 > span._en {
    font-size: clamp(50px * 0.8, 3.4722222222vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle4 > span._en {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle4 > span._jp {
    margin-top: clamp(25px * 0.8, 1.7361111111vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle4 > span._jp {
    margin-top: 5.3333333333vw;
  }
}

.c-titleStyle5 {
  color: #A7B8BF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle5 {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle5 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.c-titleStyle6 {
  margin-top: -0.3em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.c-titleStyle6 ._num {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-titleStyle6 ._num {
    top: -0.4em;
    margin-right: 20px;
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle6 ._num {
    display: block;
    font-size: 3.7333333333vw;
  }
}
.c-titleStyle6 ._txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .c-titleStyle6 ._txt {
    line-height: 1.8125;
    font-size: clamp(32px * 0.8, 2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle6 ._txt {
    display: block;
    font-size: 7.4666666667vw;
    line-height: 0.6086956522;
    margin-top: 2.6666666667vw;
  }
}

.c-titleStyle7 {
  margin-top: -0.3em;
}
.c-titleStyle7 ._num {
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle7 ._num {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle7 ._num {
    font-size: 3.7333333333vw;
  }
}
.c-titleStyle7 ._txt {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .c-titleStyle7 ._txt {
    margin-top: 10px;
    font-size: clamp(32px * 0.8, 2.2222222222vw, 32px);
    line-height: 1.8125;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle7 ._txt {
    margin-top: 2.6666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.6428571429;
    margin-bottom: 13.3333333333vw;
  }
}

.c-listStyle1 {
  border-top: 1px solid #DCE2E3;
}
@media screen and (min-width: 769px) {
  .c-listStyle1Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-listStyle1Wrap .c-listStyle1 {
    -ms-flex-preferred-size: 47.2440944882%;
        flex-basis: 47.2440944882%;
  }
}
@media screen and (max-width: 768px) {
  .c-listStyle1Wrap .c-listStyle1 + .c-listStyle1 {
    border-top: none;
  }
}
.c-listStyle1 li {
  padding: 12px 0;
  border-bottom: 1px solid #DCE2E3;
}
@media screen and (max-width: 768px) {
  .c-listStyle1 li {
    padding: 3.2vw 0;
  }
}

.c-copyStyle1 {
  margin-top: -0.3em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.8125;
}
@media screen and (min-width: 769px) {
  .c-copyStyle1 {
    font-size: clamp(32px * 0.8, 2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-copyStyle1 {
    font-size: 6.4vw;
    font-size: 6.1333333333vw;
    letter-spacing: 0.02em;
  }
}

.c-copyStyle2 {
  margin-top: -0.3em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .c-copyStyle2 {
    font-size: clamp(24px * 0.8, 1.6666666667vw, 24px);
    line-height: 1.8333333333;
  }
}
@media screen and (max-width: 768px) {
  .c-copyStyle2 {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
  }
}

.c-copyStyle3 {
  margin-top: -0.3em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .c-copyStyle3 {
    font-size: clamp(26px * 0.8, 1.8055555556vw, 26px);
    line-height: 1.5384615385;
  }
}
@media screen and (max-width: 768px) {
  .c-copyStyle3 {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
  }
}

.c-copyStyle4 {
  margin-top: -0.3em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .c-copyStyle4 {
    font-size: clamp(28px * 0.8, 1.9444444444vw, 28px);
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 768px) {
  .c-copyStyle4 {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    letter-spacing: 0;
  }
}

.c-copyStyle5 {
  margin-top: -0.3em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .c-copyStyle5 {
    font-size: clamp(32px * 0.8, 2.2222222222vw, 32px);
    line-height: 1.8125;
  }
}
@media screen and (max-width: 768px) {
  .c-copyStyle5 {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    letter-spacing: 0;
  }
}

.c-txtStyle1 {
  margin-top: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.c-txtStyle2 {
  position: relative;
}
.c-txtStyle2::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-top: 1px solid #666666;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .c-txtStyle2::before {
    width: 16vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.c-blank::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .c-blank::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 4vw;
  }
}

.c-instagram::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_instagram.svg) no-repeat center/contain;
  margin-left: 15px;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .c-instagram::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 4vw;
  }
}

.c-bnrStyle1 {
  text-decoration: none;
}
.c-bnrStyle1 ._img {
  background: #000;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-bnrStyle1 ._img {
    max-width: 354px;
  }
}
.c-bnrStyle1 ._img img {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.c-bnrStyle1 ._txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-bnrStyle1 ._txt {
    margin-top: 5.3333333333vw;
  }
}
.c-bnrStyle1 ._txt i {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  background: #A7B8BF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-bnrStyle1 ._txt i {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.c-bnrStyle1 ._txt i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -1px;
}
@media screen and (max-width: 768px) {
  .c-bnrStyle1 ._txt i::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c-bnrStyle1:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-bnrStyle1:hover ._img img {
    opacity: 0.9;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-crossName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-crossName li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .c-crossName li {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-crossName li {
    font-size: 3.2vw;
  }
}
.c-crossName li:first-child {
  padding-right: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .c-crossName li:first-child {
    padding-right: 8vw;
    margin-right: 2.6666666667vw;
  }
}
.c-crossName li:first-child::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #A7B8BF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-crossName li:first-child::before {
    width: 5.3333333333vw;
  }
}
.c-crossName li:first-child::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #A7B8BF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-crossName li:first-child::after {
    width: 5.3333333333vw;
  }
}

.c-readMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-readMore span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #A7B8BF;
}
@media screen and (min-width: 769px) {
  .c-readMore span {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-readMore span {
    font-size: 3.7333333333vw;
  }
}
.c-readMore i {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 28px;
  height: 28px;
  background: #A7B8BF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-readMore i {
    margin-right: 2.6666666667vw;
    right: 3.2vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.c-readMore i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -1px;
}
@media screen and (max-width: 768px) {
  .c-readMore i::after {
    left: -0.5333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

.c-imgHover ._img {
  position: relative;
  z-index: 0;
  background: #fff;
}
.c-imgHover ._img img {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.c-imgHover ._img img:not(._over) {
  z-index: 1;
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
  opacity: 1;
}
.c-imgHover ._img img._over {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  z-index: 0;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .c-imgHover:hover ._img img:not(._over) {
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-imgHover:hover ._img img._over {
    -webkit-transition: opacity 0.75s ease-out;
    transition: opacity 0.75s ease-out;
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
    opacity: 1;
  }
}

.c-input {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  background: #F5F8F8;
  line-height: 1.6;
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-input {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.c-input::-webkit-input-placeholder {
  color: #333;
}
.c-input::-moz-placeholder {
  color: #333;
}
.c-input:-ms-input-placeholder {
  color: #333;
}
.c-input::-ms-input-placeholder {
  color: #333;
}
.c-input::placeholder {
  color: #333;
}
.c-input::-ms-input-placeholder {
  color: #333;
}
.c-input:-ms-input-placeholder {
  color: #333;
}
.c-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F8F8 inset;
}

.c-textarea {
  padding: 10px 20px;
  width: 100%;
  min-height: 277px;
  background: #F5F8F8;
  line-height: 1.6;
  border-radius: 5px;
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .c-textarea {
    min-height: 73.8666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.c-textarea::-webkit-input-placeholder {
  color: #333;
}
.c-textarea::-moz-placeholder {
  color: #333;
}
.c-textarea:-ms-input-placeholder {
  color: #333;
}
.c-textarea::-ms-input-placeholder {
  color: #333;
}
.c-textarea::placeholder {
  color: #333;
}
.c-textarea::-ms-input-placeholder {
  color: #333;
}
.c-textarea:-ms-input-placeholder {
  color: #333;
}
.c-textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F8F8 inset;
}

.c-select {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.c-select::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  border-bottom: 1px solid #A7B8BF;
  border-right: 1px solid #A7B8BF;
}
@media screen and (max-width: 768px) {
  .c-select::after {
    width: 4vw;
    height: 4vw;
    top: 3.2vw;
    right: 5.3333333333vw;
  }
}
.c-select select {
  position: relative;
  width: 100%;
  padding: 10px 50px 10px 20px;
  background: #F5F8F8;
  border-radius: 5px;
  cursor: pointer;
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .c-select select {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 13.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.c-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-checkbox label > input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.c-checkbox label > span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-checkbox label > span {
    padding-left: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-checkbox label > span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .c-checkbox label > span:before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-checkbox label > span:after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #A7B8BF;
  border-left: 4px solid #A7B8BF;
  opacity: 0;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .c-checkbox label > span:after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
    left: 1.6vw;
    border-bottom: 1.0666666667vw solid #A7B8BF;
    border-left: 1.0666666667vw solid #A7B8BF;
    margin-top: -0.8vw;
  }
}
.c-checkbox label > input[type=checkbox]:checked + span:after {
  opacity: 1;
}

body[data-page-id=contact] .wpcf7-not-valid-tip {
  color: #c00;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  body[data-page-id=contact] .wpcf7-not-valid-tip {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=contact] .wpcf7-not-valid-tip {
    font-size: 3.7333333333vw;
  }
}
body[data-page-id=contact] .wpcf7 form.invalid .wpcf7-response-output,
body[data-page-id=contact] .wpcf7 form.unaccepted .wpcf7-response-output,
body[data-page-id=contact] .wpcf7 form.payment-required .wpcf7-response-output,
body[data-page-id=contact] .wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #c00;
  background-color: #fff;
  border-radius: 5px;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  body[data-page-id=contact] .wpcf7 form.invalid .wpcf7-response-output,
  body[data-page-id=contact] .wpcf7 form.unaccepted .wpcf7-response-output,
  body[data-page-id=contact] .wpcf7 form.payment-required .wpcf7-response-output,
  body[data-page-id=contact] .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 16vw;
  }
}
body[data-page-id=contact] .wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #355662;
}
body[data-page-id=contact] .wpcf7-spinner {
  display: none !important;
}

.c-btnSubmit {
  position: relative;
  display: inline-block;
}
.c-btnSubmit input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #355662;
  border: 1px solid #355662;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 100px;
  padding: 0 50px 0 20px;
  min-width: 200px;
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px);
  color: #fff;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-btnSubmit input[type=submit] {
    height: 13.3333333333vw;
    border-radius: 26.6666666667vw;
    padding: 0 13.3333333333vw 0 5.3333333333vw;
    min-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnSubmit input[type=submit] {
    font-size: 4.2666666667vw;
  }
}
.c-btnSubmit i {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-btnSubmit i {
    right: 3.2vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.c-btnSubmit i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #355662;
  border-right: 1px solid #355662;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -1px;
}
@media screen and (max-width: 768px) {
  .c-btnSubmit i::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnSubmit:hover input[type=submit] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px 0 20px;
    background: #FFFFFF;
    border: 1px solid #355662;
    color: #333;
  }
  .c-btnSubmit:hover i {
    opacity: 0;
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }
}

.p-topicpath {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 280px;
}
@media screen and (max-width: 768px) {
  .p-topicpath {
    display: none;
  }
}
.p-topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topicpath ul li {
  color: #A7B8BF;
}
.p-topicpath ul li::before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
.p-topicpath ul li:first-child::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-topicpath ul li {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
.p-topicpath ul li a {
  color: #333;
}
@media screen and (min-width: 769px) {
  .p-topicpath ul li a:hover {
    text-decoration: underline;
  }
}

.p-bgMovie {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed; /* fixed の場合。absolute でも同じ */
  inset: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-bgMovie {
    height: 100vh;
    height: 100lvh;
  }
}
[data-page-id=top] .p-bgMovie {
  background: url(../img/index/movie_bg.png) no-repeat center center/cover;
}

.p-bgMovie_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-bgMovie_movie {
    height: 102%;
    height: 102vh;
    height: 102lvh;
  }
}
[data-page-id=top] .p-bgMovie_movie {
  opacity: 0;
}

body:not([data-page-id=top]) .p-bgMovie_movie {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(80%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(80%, #000), to(transparent));
          mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%);
}

.p-bgMovie_movie iframe {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
.p-bgMovie_movie iframe#bg_movie1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
  height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  min-height: 100%;
  min-width: 100%;
}
@media screen and (min-width: 769px) {
  .p-bgMovie_movie iframe#bg_movie2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
    height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    min-height: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-bgMovie_movie iframe#bg_movie2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-bgMovie_movie iframe#bg_movie3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-bgMovie_movie iframe#bg_movie3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 66.66vh;
    height: 150vw;
    min-height: 100%;
    min-width: 100%;
    aspect-ratio: 2/3;
  }
}
.p-bgMovie_movie iframe#bg_movie4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
  height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  min-height: 100%;
  min-width: 100%;
}

.p-head {
  pointer-events: none;
  position: relative;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(90%, #F5F8F8), to(#F5F8F8));
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #F5F8F8 90%, #F5F8F8 100%);
}
@media screen and (min-width: 769px) {
  body[data-page-id=feature] .p-head {
    aspect-ratio: 1440/1096;
  }
}

body[data-page-id="404"] .p-head, body[data-page-id=interview] .p-head, body[data-page-id=news] .p-head, body[data-page-id=contact] .p-head {
  background: none;
}

.p-head_in {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  body[data-page-id=interview] .p-head_in {
    max-width: 1280px;
  }
}
.p-head_title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-head_title {
    padding-top: 210px;
    margin-left: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-head_title {
    padding-top: 38.4vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 32vw;
  }
}
body[data-page-id=interview] .p-head_title {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  body[data-page-id=interview] .p-head_title {
    margin-left: 0px;
  }
}

.p-head_nav {
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .p-head_nav {
    position: absolute;
    z-index: 2;
    top: 260px;
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-head_nav {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  body[data-page-id=feature] .p-head_nav {
    top: 140px;
  }
}

@media screen and (min-width: 769px) {
  body[data-page-id=training] .p-head_nav {
    top: 220px;
  }
}

@media screen and (min-width: 769px) {
  body[data-page-id=company] .p-head_nav {
    top: 170px;
  }
}

@media screen and (min-width: 769px) {
  body[data-page-id=recruit] .p-head_nav {
    top: 250px;
    top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body[data-page-id=recruit] .p-head_nav ul:first-child {
    margin-right: 55px;
  }
}

.p-head_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-head_nav ul li a {
    padding: 2.6666666667vw 0;
  }
}
.p-head_nav ul li a i {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  background: #A7B8BF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-head_nav ul li a i {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 26.6666666667vw;
    margin-right: 2.4vw;
  }
}
.p-head_nav ul li a i::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
}
@media screen and (max-width: 768px) {
  .p-head_nav ul li a i::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.p-head_nav ul li a span {
  line-height: 1;
}
.p-head_nav ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-head_nav ul li a:hover span {
    color: #A7B8BF;
  }
  .p-head_nav ul li a:hover i {
    background: #355662;
  }
}
.p-head_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-head_img {
    border-radius: 5px 0 0 5px;
    width: 78.8888888889%;
    margin-top: 80px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-head_img {
    margin-top: 8vw;
    margin-left: 5.3333333333vw;
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
  }
}
.p-head_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-head_img img {
    aspect-ratio: 1136/550;
    max-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .p-head_img img {
    aspect-ratio: 355/269;
  }
}
.p-head_copy {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-head_copy {
    margin-top: 150px;
    margin-left: 80px;
    width: 343px;
  }
}
@media screen and (max-width: 768px) {
  .p-head_copy {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    width: 66.6666666667vw;
  }
}
.p-head_gallery {
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-head_gallery {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 65.2777777778%;
    aspect-ratio: 940/1096;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery {
    position: relative;
    margin-top: 10.6666666667vw;
    aspect-ratio: 375/755;
  }
}
.p-head_gallery ul {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-head_gallery ul li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li {
    border-radius: 1.3333333333vw;
  }
}
.p-head_gallery ul li:nth-of-type(1) {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(1) {
    width: 23.829787234%;
    margin-top: -2.0212765957%;
    margin-left: 42.0212765957%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(1) {
    width: 31.4666666667vw;
    margin-top: 0vw;
    margin-left: 61.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(2) {
    width: 24.6808510638%;
    margin-top: 3.5106382979%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(2) {
    width: 32.5333333333vw;
    margin-top: 7.4666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(3) {
    width: 15.1063829787%;
    margin-top: 21.0638297872%;
    margin-left: 23.5106382979%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(3) {
    width: 19.7333333333vw;
    margin-top: 30.4vw;
    margin-left: 36.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(4) {
    width: 23.829787234%;
    margin-top: 31.914893617%;
    margin-left: 49.5744680851%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(4) {
    width: 31.4666666667vw;
    margin-top: 45.3333333333vw;
    margin-left: 70.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(5) {
    width: 16.0638297872%;
    margin-top: 44.3617021277%;
    margin-left: 76.5957446809%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(5) {
    width: 21.3333333333vw;
    margin-top: 133.3333333333vw;
    margin-left: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(6) {
    z-index: 1;
    width: 30.1063829787%;
    margin-top: 47.1276595745%;
    margin-left: 13.2978723404%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(6) {
    width: 40vw;
    margin-top: 65.0666666667vw;
    margin-left: 22.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(7) {
    width: 23.829787234%;
    margin-top: 72.1276595745%;
    margin-left: 41.0638297872%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(7) {
    width: 32vw;
    margin-top: 98.1333333333vw;
    margin-left: 59.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-head_gallery ul li:nth-of-type(8) {
    width: 29.0425531915%;
    margin-top: 72.1276595745%;
    margin-left: 71.4893617021%;
  }
}
@media screen and (max-width: 768px) {
  .p-head_gallery ul li:nth-of-type(8) {
    width: 38.1333333333vw;
    margin-top: 142.4vw;
    margin-left: 41.0666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .p-secPage {
    padding-top: 0;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-secPage {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-secPage_cnt1 {
  padding-top: 7.8125%;
  padding-bottom: 12.890625%;
}
.p-secPage_cnt1::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-secPage_cnt1::before {
    left: -40px;
    right: -40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-secPage_cnt1::before {
    left: -5.3333333333vw;
    right: -5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPage_cnt1 {
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secPage_cnt1_txt {
    max-width: 780px;
    margin: 0 auto;
  }
}
.p-secPage_cnt1_txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-secPage_cnt1_txt h3 {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-secPage_cnt1_txt h3 {
    font-size: 5.3333333333vw;
  }
}
.p-secPage_cnt1_txt p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-secPage_cnt1_txt p {
    margin-top: 8vw;
  }
}
.p-secPage_cnt1_btn {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secPage_cnt1_btn {
    margin-top: 16vw;
  }
}

.p-form {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-form {
    max-width: 780px;
  }
}
.p-form ._form {
  margin-top: 100px;
  border-top: 1px solid #DCE2E3;
}
@media screen and (max-width: 768px) {
  .p-form ._form {
    margin-top: 10.6666666667vw;
  }
}
.p-form ._form dl {
  border-bottom: 1px solid #DCE2E3;
}
@media screen and (min-width: 769px) {
  .p-form ._form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-form ._form dl:last-child {
    border-bottom: none;
  }
  .p-form ._form dl:last-child dd {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-form ._form dl dt {
    -ms-flex-preferred-size: 35.8974358974%;
        flex-basis: 35.8974358974%;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-form ._form dl dt {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .p-form ._form dl dd {
    -ms-flex-preferred-size: 64.1025641026%;
        flex-basis: 64.1025641026%;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-form ._form dl dd {
    margin-top: 1.3333333333vw;
    padding-bottom: 8vw;
  }
}
.p-form ._privacy {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form ._privacy {
    margin-top: 9.3333333333vw;
  }
}
.p-form ._privacy a {
  color: #A7B8BF;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-form ._privacy a:hover {
    text-decoration: none;
  }
}
.p-form ._agree {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form ._agree {
    margin-top: 9.3333333333vw;
  }
}
.p-form ._btn {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form ._btn {
    margin-top: 9.3333333333vw;
  }
}

body[data-page-id=top] .p-secRelated2 {
  background: #F5F8F8;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body[data-page-id=top] .p-secRelated2 {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

body:not([data-page-id=top]) .p-secRelated2 {
  padding-top: 76px;
  padding-bottom: 66px;
}

@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1 ul li {
    -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li + li {
    margin-top: 13.3333333333vw;
  }
}
.p-secRelated2_cnt1 ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
.p-secRelated2_cnt1 ul li a ._img {
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
.p-secRelated2_cnt1 ul li a ._img img {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secRelated2_cnt1 ul li a ._txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li a ._txt {
    margin-top: 10.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-secRelated2_cnt1 ul li a ._txt ._arrow {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
  background: #A7B8BF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li a ._txt ._arrow {
    width: 16vw;
    height: 16vw;
  }
}
.p-secRelated2_cnt1 ul li a ._txt ._arrow::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -2px;
}
@media screen and (max-width: 768px) {
  .p-secRelated2_cnt1 ul li a ._txt ._arrow::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated2_cnt1 ul li a:hover ._img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.9;
  }
  .p-secRelated2_cnt1 ul li a:hover ._arrow {
    background: #355662;
  }
  .p-secRelated2_cnt1 ul li a:hover ._arrow::after {
    border-color: #fff;
  }
}
.p-secRelated2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 234px;
  background: #F5F8F8;
}
body[data-page-id=top] .p-secRelated2::before {
  display: none;
}

.p-secRelated2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-secRelated2_bg {
    height: 424px;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated2_bg {
    height: 100%;
  }
}
.p-secRelated2_bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-secRelated2_bg img {
    -o-object-position: top center;
       object-position: top center;
  }
}

@media screen and (min-width: 769px) {
  .p-secRelated1 {
    padding-top: 40px;
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated1 {
    padding-bottom: 10.6666666667vw;
  }
}
.p-secRelated1_cnt1 a {
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 a {
    display: block;
  }
}
.p-secRelated1_cnt1 a ._img {
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 a ._img {
    -ms-flex-preferred-size: 43.75%;
        flex-basis: 43.75%;
  }
}
.p-secRelated1_cnt1 a ._img img {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 a ._txt {
    -ms-flex-preferred-size: 56.25%;
        flex-basis: 56.25%;
    padding-left: 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 a ._txt {
    margin-top: 5.3333333333vw;
  }
}
.p-secRelated1_cnt1 a ._txt ._arrow {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: absolute;
  width: 66px;
  height: 66px;
  background: #A7B8BF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 a ._txt ._arrow {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 a ._txt ._arrow {
    width: 16vw;
    height: 16vw;
    right: 0;
    bottom: 0;
  }
}
.p-secRelated1_cnt1 a ._txt ._arrow::after {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -2px;
}
@media screen and (max-width: 768px) {
  .p-secRelated1_cnt1 a ._txt ._arrow::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRelated1_cnt1 a:hover ._img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.9;
  }
  .p-secRelated1_cnt1 a:hover ._arrow {
    background: #355662;
  }
  .p-secRelated1_cnt1 a:hover ._arrow::after {
    border-color: #fff;
  }
}
.p-secRelated1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100px;
  background: #F5F8F8;
}
@media screen and (max-width: 768px) {
  .p-secRelated1::before {
    height: 51.2vw;
  }
}

.p-contactBnr > a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-contactBnr > a {
    aspect-ratio: 1440/400;
    width: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBnr > a {
    aspect-ratio: 375/400;
  }
}
@media screen and (min-width: 769px) {
  .p-contactBnr > a:hover ._bg img {
    opacity: 0.9;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-contactBnr > a .c-titleStyle3 {
  position: relative;
  z-index: 1;
}
.p-contactBnr > a ._bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #000;
}
.p-contactBnr > a ._bg img {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.p-pageTop {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-pageTop {
    right: -70px;
    top: 250px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .p-pageTop {
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageTop {
    right: -13.3333333333vw;
    bottom: 108vw;
  }
}
@media screen and (min-width: 769px) {
  .p-pageTop:hover {
    opacity: 0.8;
  }
}
.p-pageTop span {
  font-family: "Marcellus", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-pageTop span {
    font-size: clamp(14px * 0.8, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .p-pageTop span {
    font-size: 3.7333333333vw;
  }
}
.p-pageTop::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #333;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-pageTop::before {
    width: 12vw;
    margin-right: 2.6666666667vw;
  }
}

.is-landscape .l-wrapper {
  display: none !important;
}

.p-orientation {
  display: none;
}
.is-landscape {
  background: #fff;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
}
.is-landscape body {
  opacity: 1;
  width: inherit;
  height: inherit;
}

.is-landscape .p-orientation {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-landscape .p-orientation ._txt1 {
  color: #4BA6CA;
  font-size: 5.2132701422vw;
  line-height: 1;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.is-landscape .p-orientation ._txt2 {
  margin-top: 2.9620853081vw;
  color: #4BA6CA;
  font-size: 2.0142180095vw;
  line-height: 1;
}
.is-landscape .p-orientation ._img1 {
  margin-top: 4.7393364929vw;
  width: 17.7725118483vw;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

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

.u-pb0 {
  padding-bottom: 0px !important;
}

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

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1440px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */