@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul,
dl,
ol {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  color: #000;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

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

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  margin: 0;
  padding: 0;
}

textarea {
  display: block;
  overflow-y: auto;
  resize: vertical;
}

[type=submit],
[type=button],
button,
select {
  cursor: pointer;
}

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

[hidden] {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(.focus-visible) {
  outline: 0;
}

html,
body {
  height: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Times New Roman", "Shippori Mincho", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 1.4rem;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

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

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

::placeholder {
  color: #ccc;
}

/* スライダーちらつき防止 */
strong,
b {
  font-weight: 700;
}

.u-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden-tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

/*----------------------------------------
	Media
----------------------------------------*/
@media screen and (max-width: 1024px) {
  .is-pc,
  .pc,
  .u-visible-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc,
  .pc,
  .u-visible-pc {
    display: none !important;
  }
}

.is-tablet,
.tablet,
.u-visible-tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .is-tablet,
  .tablet,
  .u-visible-tab {
    display: block !important;
  }
}

.is-sp,
.sp,
.u-visible-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp,
  .sp,
  .u-visible-sp {
    display: block !important;
  }
}

body[data-status=loading] .l-loader-lower {
  opacity: 1;
  pointer-events: auto;
}

body[data-status=loadstart] .l-loader-lower {
  opacity: 1;
  pointer-events: auto;
}

.l-loader-lower {
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  z-index: 99999;
}
.l-loader-lower__bg {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

/*----------------------------------------
l-loader
----------------------------------------*/
body[data-status=loading] .l-loader {
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  opacity: 1;
  pointer-events: auto;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
body[data-status=loading] .l-loader__progress {
  -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  opacity: 1;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.l-loader {
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  z-index: 99999;
}
.l-loader__bg {
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-animation: cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
          animation: cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  z-index: 99999;
}
.l-loader__inner {
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  z-index: 999999;
}
.l-loader__progress {
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  background: rgb(255, 255, 255);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  z-index: 1;
}
.l-loader__logo {
  max-width: 280px;
}
.l-loader__logo img {
  height: auto;
  width: 100%;
}
.l-loader__text {
  font-size: 28px; /*IE9以下で反映されるよう記述*/
  font-size: 2.8rem;
}

@-webkit-keyframes loadstart {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadstart {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-body__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-body__aside {
  margin-left: 80px;
  max-width: 240px;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .l-body__aside {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
    margin: 0 -8px;
    margin-left: 0;
    max-width: unset;
    padding-top: 80px;
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .l-body__aside {
    margin: 0 -8px;
    max-width: unset;
    padding-top: 64px;
    width: unset;
  }
}
.l-body__main {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1024px) {
  .l-body__main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-body__main {
    padding: 0;
  }
}

.l-main {
  position: relative;
}

.l-top-section {
  padding: 104px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-top-section {
    padding: 64px 0;
  }
}
.l-top-section--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.l-top-section__head {
  margin-bottom: 20px;
}

.l-section {
  padding: 104px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 64px 0;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--narrow {
  max-width: 1000px;
}
.l-inner--narrow2 {
  max-width: 800px;
}

.l-window-full {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}
.l-window-right {
  display: block;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0 0 0 calc(50vw - 50%);
  width: 100vw;
}
.l-window-left {
  display: block;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0 calc(50vw - 50%) 0 0;
  width: 100vw;
}

.l-blog {
  padding-bottom: 104px;
  padding-top: 104px;
}
@media screen and (max-width: 767px) {
  .l-blog {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

.l-footer {
  background: #222;
  color: #fff;
  width: 100%;
}

/*------------------------------------------------------------------------
	パンくずリスト
------------------------------------------------------------------------*/
.c-breadcrumbs {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 1.2rem;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding: 16px 0;
  }
}
.c-breadcrumbs a {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #222;
  position: relative;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-breadcrumbs a::before {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #222;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0;
}
.c-breadcrumbs a:hover {
  opacity: 0.7;
}
.c-breadcrumbs a:hover::before {
  width: 100%;
}
.c-breadcrumbs__symbol::before {
  content: "/";
  padding: 0 16px;
}

.c-background {
  background: transparent url(../assets/img/noimage.png) no-repeat center center/cover;
  height: 300px;
  position: relative;
  width: 100%;
}
.c-background--mask::before {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-background--fixed {
  background-attachment: fixed;
}
.c-background--window-full {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
.c-background--window-right {
  margin: 0 auto 0 calc(50% - 50vw);
  overflow: hidden;
  width: 50vw;
}
.c-background--window-left {
  margin: 0 calc(50% - 50vw) 0 auto;
  overflow: hidden;
  width: 50vw;
}

.c-btn a {
  -webkit-transition: 0.3s;
  background-color: #222;
  color: #fff;
  display: inline-block;
  margin: auto;
  max-width: 300px;
  padding: 16px 32px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.c-btn a:hover {
  -webkit-box-shadow: none;
  background-color: #06b08e;
          box-shadow: none;
  color: #fff;
}

.c-border-btn a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-transition: 0.3s;
          align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
          justify-content: center;
  margin: auto;
  max-width: 320px;
  padding: 16px;
  transition: 0.3s;
  width: 100%;
}
.c-border-btn a:hover {
  background-color: #fff;
  color: #222;
}

.c-elastic-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, padding, color, background-color;
          align-items: center;
  border: none;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 4px 0 4px 56px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, padding, color, background-color;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn a {
    padding: 4px 0;
  }
}
.c-elastic-btn a::before {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: currentColor;
  background-color: #c7c7c7;
  bottom: -1px;
  bottom: 0;
          box-sizing: border-box;
  content: "";
  content: "";
  display: block;
  height: 1px;
  height: 1px;
  left: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn a::before {
    background-color: currentColor;
    top: unset;
    width: 100%;
  }
}
.c-elastic-btn a::after {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(-40px);
  background-color: #222;
  border-radius: 50px;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
          transform: translateX(-40px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn a::after {
    content: none;
  }
}
.c-elastic-btn a span {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-elastic-btn a:hover span {
  opacity: 0.7;
}
.c-elastic-btn a:hover::before {
  opacity: 0 !important;
}
.c-elastic-btn a:hover::after {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.c-elastic-btn--vertical a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  overflow: hidden;
  padding: 80px 3px 0;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn--vertical a {
    padding: 4px 0;
    width: unset;
  }
}
.c-elastic-btn--vertical a::before {
  bottom: auto;
  height: 60px;
  opacity: 1;
  right: 0;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn--vertical a::before {
    opacity: 1;
    top: unset;
    width: 100%;
  }
}
.c-elastic-btn--vertical a::after {
  -webkit-transform: translateY(-60px);
  bottom: auto;
  height: 60px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
          transform: translateY(-60px);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn--vertical a::after {
    content: none;
  }
}
.c-elastic-btn--right a {
  padding-left: 0;
  padding-right: 56px;
}
@media screen and (max-width: 767px) {
  .c-elastic-btn--right a {
    padding-right: 0;
  }
}
.c-elastic-btn--right a::before, .c-elastic-btn--right a::after {
  left: auto;
  right: 0;
}
.c-elastic-btn--right a::after {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.c-elastic-btn--dark a::before {
  background-color: #888;
}

.c-border-list__item {
  border-bottom: 1px solid #c7c7c7;
}
.c-border-list__item:first-child {
  border-top: 1px solid #c7c7c7;
}
.c-border-list--dark .c-border-list__item {
  border-color: #888;
}

.swiper {
  position: relative;
}
.swiper-button-prev, .swiper-button-next {
  bottom: 0;
  cursor: pointer;
  display: grid;
  height: 45px;
  margin: auto;
  place-content: center;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 9999;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 50%;
  bottom: 0;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-button-prev::after, .swiper-button-next::after {
  border: solid #444;
  border-width: 2px 2px 0 0;
  content: "";
  height: 8px;
  width: 8px;
}
.swiper-button-prev {
  left: -60px;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: -40px;
  }
}
.swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
  margin-left: 4px;
          transform: rotate(-135deg);
}
.swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 1200px) {
  .swiper-button-next {
    right: -40px;
  }
}
.swiper-button-next::after {
  -webkit-transform: rotate(45deg);
  margin-right: 4px;
          transform: rotate(45deg);
}
.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper-pagination {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
  gap: 10px 8px;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.swiper-pagination-bullet {
  -webkit-transition: 0.3s ease;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  transition: 0.3s ease;
  vertical-align: top;
  width: 8px;
}
.swiper-pagination-bullet-active {
  background: #222 !important;
}
.swiper.has-controller .swiper-controller {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
          justify-content: flex-end;
  margin: 20px 0 10px 0;
}
.swiper.has-controller .swiper-controller .swiper-pagination {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  bottom: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
  margin: 0 auto 0 0;
  position: relative;
  text-align: center;
}
.swiper.has-controller .swiper-controller .swiper-button-prev, .swiper.has-controller .swiper-controller .swiper-button-next {
  -webkit-transform: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
  bottom: unset;
          flex-shrink: 0;
  height: 50px;
  left: unset;
  margin: 0;
  position: relative;
  right: unset;
  top: unset;
          transform: none;
  width: 50px;
}
.swiper.has-controller .swiper-controller .swiper-button-prev::before, .swiper.has-controller .swiper-controller .swiper-button-next::before {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.swiper.has-controller .swiper-controller .swiper-button-prev::after, .swiper.has-controller .swiper-controller .swiper-button-next::after {
  border-color: #444;
}
.swiper-scrollbar {
  border-radius: 20px;
  margin-top: 5px;
  position: relative;
}
.swiper-scrollbar::after {
  background-color: #ddd;
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.swiper-scrollbar-drag {
  background-clip: content-box;
  background-color: #888;
  border-radius: 50px;
  cursor: -webkit-grab;
  cursor: grab;
  height: 5px;
}
.swiper-slide-thumb-active::before {
  background: transparent !important;
}
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.c-figure {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-figure::before {
  content: "";
  display: block;
  padding: 62.25% 0 0;
}
.c-figure img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-figure--vertical {
  padding: 156% 0 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=file] {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  input[type=file] {
    padding: 0;
  }
}

.horizontal-item label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mwform-radio-field.horizontal-item {
  padding: 0 8px 8px 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 4px;
  margin-top: 0;
}

.c-form {
  display: block;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.c-form__lead {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__lead {
    margin-bottom: 40px;
    text-align: left;
  }
}
.c-form__lead.is-preview {
  display: none;
}
.c-form__note {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 1.2rem;
  padding-top: 5px;
}
.c-form__table {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__table {
    margin-bottom: 20px;
  }
}
.c-form__row:not(:first-child) .c-form__ttl {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-form__row:not(:first-child) .c-form__ttl {
    padding-top: 20px;
  }
}
.c-form__ttl, .c-form__cnt {
  display: block;
}
.c-form__ttl {
  white-space: nowrap;
}
.c-form__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: left;
}
.c-form__label-txt {
  text-align: left;
}
.c-form__label-val {
  color: #ec7163;
  margin-left: 4px;
}
.c-form__input {
  background: #f5f5f5;
  color: #222;
  font-size: 15px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  height: 48px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__input {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 1.4rem;
    height: 44px;
    padding: 10px;
  }
}
.c-form__textarea {
  background-color: #f5f5f5;
  font-size: 15px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  height: 240px;
  overflow: hidden;
  padding: 8px 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__textarea {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 1.4rem;
  }
}
.c-form__select-box {
  position: relative;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-form__select-box {
    width: 100%;
  }
}
.c-form__select-box::after {
  -webkit-transform: rotate(135deg);
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-top-right-radius: 2px;
  bottom: 0;
  content: "";
  height: 5px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
          transform: rotate(135deg);
  width: 5px;
}
@media screen and (max-width: 767px) {
  .c-form__select-box::after {
    right: 10px;
  }
}
.c-form__select-box--short {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-form__select-box--short {
    width: 100%;
  }
}
.c-form__select-box--long {
  width: 100%;
}
.c-form__radio-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.c-form__radio-box .mwform-radio-field.horizontal-item {
  padding: 0;
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 767px) {
  .c-form__radio-box .mwform-radio-field.horizontal-item {
    width: calc(50% - 5px);
  }
}
.c-form__radio-box label {
  width: 100%;
}
.c-form__radio {
  display: none;
}
.c-form__radio:checked + .mwform-radio-field-text {
  background-color: #fff;
  border: 2px solid #06b08e;
  color: #06b08e;
  font-weight: 700;
  line-height: 42px;
}
.c-form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.c-form__checkbox + span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 8px;
  padding-left: 32px;
  position: relative;
}
.c-form__checkbox + span::before {
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 20px;
}
.c-form__checkbox:checked + span::before {
  -webkit-transform: translateY(-50%) scale(3);
  opacity: 0;
          transform: translateY(-50%) scale(3);
}
.c-form__checkbox:checked + span::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  content: "";
  height: 6px;
  left: 3px;
  margin: 0;
  position: absolute;
  top: calc(50% - 2px);
          transform: translateY(-50%) rotate(135deg);
  width: 14px;
}
.c-form__btn-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__btn-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    margin-top: 40px;
  }
}
.c-form__btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
          justify-content: center;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__btn {
    height: 50px;
    max-width: unset;
  }
}
.c-form__btn + .c-form__btn {
  margin-left: 16px;
}
.c-form__btn--back {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}

/*----------------------------------------
	確認画面
----------------------------------------*/
.c-form__lead.is-preview .c-form__note,
.c-form__lead.is-preview .c-form__lead,
.c-form__lead.is-preview .c-form__select-box::after,
.mw_wp_form_preview .c-form__note,
.mw_wp_form_preview .c-form__lead,
.mw_wp_form_preview .c-form__select-box::after {
  display: none;
}
.c-form__lead.is-preview .c-form-section__item--short,
.mw_wp_form_preview .c-form-section__item--short {
  width: 80px;
}

.mw_wp_form_preview .c-form__lead.is-preview {
  display: block;
}

.mw_wp_form_preview .u-hidden-preview {
  display: none;
}

.mw_wp_form .error {
  padding-top: 5px;
  width: 100%;
}

.mw_wp_form_send_error {
  line-height: 1.8;
}

.c-grid {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
  margin: -8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-grid {
    margin: -12px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin: -4px;
  }
}
.c-grid.is-no-padding {
  margin: 0;
}
.c-grid.is-no-padding .c-grid__item {
  padding: 0;
}
.c-grid__item {
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-grid__item {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid__item {
    padding: 4px;
  }
}
.c-grid[data-grid="5"] .c-grid__item {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .c-grid[data-grid="5"] .c-grid__item {
    width: 50%;
  }
}
.c-grid[data-grid="4"] .c-grid__item {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .c-grid[data-grid="4"] .c-grid__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid[data-grid="4"] .c-grid__item {
    width: 50%;
  }
}
.c-grid[data-grid="3"] .c-grid__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .c-grid[data-grid="3"] .c-grid__item {
    width: 50%;
  }
}
.c-grid[data-grid="3"].is-blog .c-grid__item:nth-child(-n+2) {
  width: 50%;
}
.c-grid[data-grid="3"].is-blog.is-under-page .c-grid__item:nth-child(-n+2) {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .c-grid[data-grid="3"].is-blog.is-under-page .c-grid__item:nth-child(-n+2) {
    width: 50%;
  }
}
.c-grid[data-grid="2"] .c-grid__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-grid[data-grid="2"] .c-grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid[data-grid="2"] .c-grid__item .c-item {
    padding: 12px 0;
  }
}

.c-headline {
  line-height: 1.3;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-headline {
    padding-bottom: 24px;
  }
}

.c-headline {
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 2rem;
  }
}
.c-headline--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  text-align: center;
          writing-mode: vertical-rl;
}

.c-section-ttl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  margin-bottom: 64px;
  text-align: center;
  width: 100%;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-section-ttl {
    margin-bottom: 32px;
  }
}
.c-section-ttl__main {
  font-size: 32px; /*IE9以下で反映されるよう記述*/
  font-size: 3.2rem;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-section-ttl__main {
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.c-section-ttl__sub {
  color: #888;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
}

.c-map {
  height: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-map {
    height: 300px;
  }
}
.c-map iframe {
  height: 100%;
  width: 100%;
}

/*----------------------------------------
	c-modal
----------------------------------------*/
body[data-modal=active] {
  position: fixed;
  width: 100%;
}
body[data-modal=active] .c-modal {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
body[data-modal=active] .c-modal__bg {
  opacity: 1;
}
body[data-modal=active] .c-modal__inner {
  overflow-y: auto;
  pointer-events: auto;
}

.c-modal {
  -webkit-transition: opacity 0.3s ease;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          align-items: center;
  bottom: 0;
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 21;
}
@media screen and (max-width: 767px) {
  .c-modal {
    width: 100%;
  }
}
.c-modal__bg {
  -webkit-transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.c-modal__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 30px;
  z-index: 21;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    height: 24px;
    left: 15px;
    position: absolute;
    right: unset;
    top: 15px;
    width: 24px;
  }
}
.c-modal__close::before, .c-modal__close::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .c-modal__close::before, .c-modal__close::after {
    background-color: #222;
    top: 11px;
    width: 24px;
  }
}
.c-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal__container {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  z-index: 19;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-modal__container {
    -webkit-transform: none;
    height: 100%;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
            transform: none;
    width: 100%;
  }
}
.c-modal__inner {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-radius: 20px;
  height: 80vh;
  overflow: hidden;
  padding: 30px 30px 113px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    border-radius: 0;
    height: 100%;
    max-width: 100%;
    padding: 0 0 86px 0;
  }
}
.c-modal__head {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-modal__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            align-items: center;
    border-bottom: 1px solid #c7c7c7;
            justify-content: center;
    padding: 15px;
  }
}
.c-modal__headline-area {
  padding: 15px;
  width: 100%;
}
.c-modal__headline {
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-modal__headline {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
    padding: 0;
  }
}
.c-modal__reset {
  color: #06b08e;
  cursor: pointer;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__reset {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
.c-modal__btn-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border-top: 1px solid #c7c7c7;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  left: 0;
  padding: 25px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-modal__btn-area {
    height: unset;
    padding: 15px;
  }
}
.c-modal__btn {
  background-color: #06b08e;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 2rem;
  font-weight: 700;
  height: 100%;
  opacity: 0.5;
  padding: 15px;
  pointer-events: none;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-modal__btn {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-modal__btn.is-active {
  opacity: 1;
  pointer-events: all;
}

.c-page-header {
  background-color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-header__inner {
    padding: 20px;
  }
}
.c-page-header__bg {
  background-position-y: 50%;
  background-size: cover;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .c-page-header__bg {
    height: 240px;
  }
}
.c-page-header__ttl {
  margin-bottom: 0;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .c-page-header__ttl {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.8rem;
    padding: 40px 0;
  }
}

.c-page-ttl {
  font-size: 28px; /*IE9以下で反映されるよう記述*/
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page-ttl {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.8rem;
    text-align: center;
  }
}
.c-page-ttl--left {
  text-align: left;
}
.c-page-ttl--center {
  text-align: center;
}
.c-page-ttl--right {
  text-align: right;
}

.c-pagetop {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 40px;
  top: 50%;
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 20px;
  }
}
.c-pagetop a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  position: relative;
}
.c-pagetop a:hover::before {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .c-pagetop a {
    font-size: 1.6rem;
    height: 32px;
    width: 32px;
  }
}

.c-pagination {
  margin: 64px 0 0;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 32px 0 0px;
  }
}
.c-pagination__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.c-pagination__item {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #222;
  display: block;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 32px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 1.4rem;
    line-height: 40px;
    min-height: 40px;
    width: 30px;
  }
}
.c-pagination__item:not(:last-child) {
  margin-right: 8px;
}
.c-pagination__item.is-active {
  background-color: #888;
  color: #fff;
}
.c-pagination__link {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-pagination__link::before {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #222;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0;
}
.c-pagination__link:hover {
  opacity: 0.7;
}
.c-pagination__link:hover::before {
  width: 100%;
}
.c-pagination__prev {
  padding-left: 5px;
  position: relative;
}
.c-pagination__prev::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  border-left: 2px solid currentColor;
  border-radius: 1px;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translate(0, -50%) rotate(-45deg);
  width: 8px;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev::after {
    height: 6px;
    width: 6px;
  }
}
.c-pagination__next {
  padding-right: 5px;
  position: relative;
}
.c-pagination__next::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  border-radius: 1px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(0, -50%) rotate(45deg);
  width: 8px;
}
@media screen and (max-width: 767px) {
  .c-pagination__next::after {
    height: 6px;
    width: 6px;
  }
}

.c-single-pagination {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .c-single-pagination {
    margin: 24px 0 0;
  }
}
.c-single-pagination__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.c-single-pagination__item {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
          transform: translate(-50%, -50%);
}
.c-single-pagination__item.is-prev {
  -webkit-transform: translate(0, -50%);
  left: 0;
          transform: translate(0, -50%);
}
.c-single-pagination__item.is-next {
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: 0;
          transform: translate(0, -50%);
}
.c-single-pagination__link {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .c-single-pagination__link {
    font-size: 13px; /*IE9以下で反映されるよう記述*/
    font-size: 1.3rem;
  }
}
.c-single-pagination__link::before {
  background-color: #888;
}
.c-single-pagination__link:hover {
  opacity: 0.7;
}

.c-section__head {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-section__head {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
}
.c-section__txt {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-section__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-section__sub {
  color: #06b08e;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  font-weight: 700;
}
.c-section__ttl {
  font-size: 22px; /*IE9以下で反映されるよう記述*/
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section__ttl {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.8rem;
  }
}
.c-section__desc {
  color: #444;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-section__desc {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.c-section__btn {
  margin-left: auto;
}
.c-section__btn-body {
  -webkit-transition: all 0.2s ease;
  border: 2px solid #06b08e;
  border-radius: 50px;
  color: #06b08e;
  display: inline-block;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 15px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-section__btn-body {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 1.2rem;
  }
}
.c-section__btn-body:hover {
  background-color: #06b08e;
  color: #fff;
}

.c-gadget {
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .c-gadget {
    padding: 0 8px;
    width: 33.3333333333%;
  }
}
.c-gadget:not(:last-child) {
  margin-bottom: 48px;
}
.c-gadget__ttl {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
.c-gadget__item {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
}
.c-gadget__item:not(:last-child) {
  margin-bottom: 8px;
}
.c-gadget__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
          align-items: center;
  border: none;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 4px 0 4px 28px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .c-gadget__item a {
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-gadget__item a {
    padding: 4px 0;
  }
}
.c-gadget__item a::before {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #c7c7c7;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .c-gadget__item a::before {
    background-color: currentColor;
    opacity: 1;
    top: unset;
    width: 100%;
  }
}
.c-gadget__item a::after {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(-16px);
  background-color: #222;
  border-radius: 50px;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
          transform: translateX(-16px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 16px;
}
@media screen and (max-width: 767px) {
  .c-gadget__item a::after {
    content: none;
  }
}
.c-gadget__item a:hover {
  opacity: 0.7;
}
.c-gadget__item a:hover::before {
  opacity: 0 !important;
}
.c-gadget__item a:hover::after {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.c-text-link {
  -webkit-transition: opacity 0.3s ease;
  color: #06b08e;
  transition: opacity 0.3s ease;
}
.c-text-link:hover {
  opacity: 0.7;
}
.c-text-link--underline {
  text-decoration: underline;
}

.c-post-news {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
  padding: 32px 40px;
  text-align: left;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .c-post-news {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 0;
  }
}
.c-post-news:hover {
  background-color: rgba(102, 102, 102, 0.05);
}
.c-post-news__date {
  margin: 0 20px 0 0;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .c-post-news__date {
    width: unset;
  }
}
.c-post-news__category {
  border: 1px solid;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 20px 0 0;
  padding: 8px 10px;
  text-align: center;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .c-post-news__category {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 1.2rem;
    padding: 4px 8px;
    width: unset;
  }
}
.c-post-news__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  width: calc(100% - 130px - 160px);
}
@media screen and (max-width: 767px) {
  .c-post-news__ttl {
    margin-top: 4px;
    width: 100%;
  }
}

.g-footer-contact {
  background-position-y: 50%;
  background-size: cover;
  color: #fff;
  position: relative;
}
.g-footer-contact__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.g-footer-contact .c-section-ttl {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {
  .g-footer-contact .c-section-ttl {
    margin-bottom: 32px;
  }
}
.g-footer-contact .c-section-ttl__sub {
  color: #fff;
}
.g-footer-contact__ttl {
  letter-spacing: 0;
  line-height: 1.6;
}
.g-footer-contact__desc {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__desc {
    margin-bottom: 32px;
  }
}
.g-footer-contact__btn-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.g-footer-contact__tel, .g-footer-contact__mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 56px;
  position: relative;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__tel, .g-footer-contact__mail {
    padding: 0;
    width: 100%;
  }
}
.g-footer-contact__tel-inner, .g-footer-contact__main-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.g-footer-contact__tel {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  border-right: 1px solid #fff;
  color: #fff;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    border-right: 0;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.g-footer-contact__tel a {
  color: #fff;
  display: block;
  font-size: 32px; /*IE9以下で反映されるよう記述*/
  font-size: 3.2rem;
  line-height: 1;
}
.g-footer-contact__tel-ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__tel-ttl {
    margin-bottom: 0;
  }
}
.g-footer-contact__mail {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .g-footer-contact__mail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.g-footer-contact__mail a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: unset;
  padding: 16px 24px;
  position: relative;
  width: unset;
}
.g-footer-contact__mail a::after {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-image: url("../img/icon/send.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 16px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 24px;
}
.g-footer-contact__mail a:hover::after {
  -webkit-transform: rotate(45deg);
  background-image: url("../img/icon/send-black.png");
          transform: rotate(45deg);
}

.g-footer {
  position: relative;
}
.g-footer__pagetop {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 0;
}
.g-footer__copyright {
  color: #666;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 1.2rem;
  text-align: center;
}

.g-footer-bottom {
  background-color: #f5f5f5;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .g-footer-bottom {
    padding: 20px 0;
  }
}
.g-footer-bottom__inner {
  position: relative;
}

.g-header {
  -webkit-transition: 0.3s ease;
  font-size: 0;
  left: 0;
  padding: 64px 0 24px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .g-header {
    padding: 0;
  }
}
.g-header.is-fixed {
  background-color: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .g-header.is-fixed {
    padding: 0;
  }
}
.g-header.is-fixed .g-header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .g-header.is-fixed .g-header__inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .g-header.is-fixed .g-header__inner {
    height: 48px;
    padding-left: 20px;
    padding-right: 8px;
  }
}
.g-header.is-fixed .g-header__logo {
  padding: 0;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .g-header.is-fixed .g-header__logo {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .g-header.is-fixed .g-header__logo {
    margin-top: 0;
    padding: 0;
    width: 160px;
  }
}
.g-header.is-fixed .g-header-nav,
.g-header.is-fixed .g-header-nav__list,
.g-header.is-fixed .g-header-nav__item,
.g-header.is-fixed .g-header-nav__link {
  height: 100%;
}
.g-header.is-fixed .g-header-nav__item {
  padding: 0 20px;
}
.g-header.is-fixed .g-header-nav__link {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1.6rem;
          justify-content: center;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  text-align: center;
          writing-mode: horizontal-tb;
}
.g-header.is-fixed .g-header-nav__link::before {
  background-color: #222;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 90%;
  width: 0;
}
.g-header.is-fixed .g-header-nav__link:hover::before {
  width: 100%;
}
.g-header.is-fixed .g-header-nav__link span {
  color: #888;
}
.g-header.is-fixed .g-header__menu-line {
  background-color: #222;
}
.g-header.is-fixed .g-header-sp-menu__link {
  height: 48px;
  width: 48px;
}
.g-header__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
          justify-content: space-between;
  margin: 0 auto;
  width: 86%;
}
@media screen and (max-width: 1024px) {
  .g-header__inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 72px;
    margin-top: 12px;
    padding: 0 12px 0 20px;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .g-header__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 60px;
    margin-top: 0;
    padding: 0 2px 0 20px;
    width: 100%;
  }
}
.g-header__logo {
  -webkit-transition: 0.3s;
  background-color: #fff;
  display: inline-table;
  padding: 30px 40px;
  transition: 0.3s;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .g-header__logo {
    padding: 16px 24px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .g-header__logo {
    margin-top: 16px;
    padding: 16px 20px;
    width: 220px;
  }
}
.g-header__logo-txt {
  font-size: 30px; /*IE9以下で反映されるよう記述*/
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .g-header__logo-txt {
    font-size: 25px; /*IE9以下で反映されるよう記述*/
    font-size: 2.5rem;
  }
}
.g-header__logo-link {
  color: #222;
  display: block;
  font-weight: 500;
}
.g-header__menu {
  display: none;
  height: 72px;
  position: relative;
  width: 72px;
}
@media screen and (max-width: 1024px) {
  .g-header__menu {
    display: block;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .g-header__menu {
    height: 24px;
    width: 24px;
  }
}
.g-header__menu-line {
  -webkit-transition: all 0.3s ease;
  background: #fff;
  display: inline-block;
  height: 2px;
  left: calc(50% - 11px);
  margin: auto;
  position: absolute;
  top: calc(50% - 1px);
  transition: all 0.3s ease;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .g-header__menu-line {
    left: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .g-header__menu-line {
    left: 0;
    width: 24px;
  }
}
.g-header__menu-line:nth-of-type(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .g-header__menu-line:nth-of-type(1) {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.g-header__menu-line:nth-of-type(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .g-header__menu-line:nth-of-type(3) {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
body[data-modal-menu=active] .g-header__menu-line {
  background: #222;
}
body[data-modal-menu=active] .g-header__menu-line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body[data-modal-menu=active] .g-header__menu-line:nth-of-type(2) {
  -webkit-transform: translateX(15px);
  opacity: 0;
          transform: translateX(15px);
}
body[data-modal-menu=active] .g-header__menu-line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .g-header-nav {
    display: none;
  }
}
.g-header-nav__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px;
}
.g-header-nav__item {
  padding: 0 24px;
}
.g-header-nav__link {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  position: relative;
  white-space: nowrap;
          writing-mode: vertical-rl;
}
.g-header-nav__link:hover::before {
  height: 100%;
}
.g-header-nav__link::before {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-left: 1px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: -5px;
  top: 0;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-header-nav__link span {
  display: block;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 1.3rem;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  line-height: 1;
}

.g-header-sp-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header-sp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.g-header-sp-menu__link {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .g-header-sp-menu__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    height: 72px;
            justify-content: center;
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .g-header-sp-menu__link {
    height: 60px;
    width: 60px;
  }
}
.g-header-sp-menu__txt {
  font-size: #222;
}
@media screen and (max-width: 1024px) {
  .g-header-sp-menu__txt {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .g-header-sp-menu__txt {
    font-size: 10px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
}

/*----------------------------------------
	g-modal-menu
----------------------------------------*/
body[data-modal-menu=active] {
  width: 100%;
}
body[data-modal-menu=active] .g-modal-menu {
  pointer-events: auto;
}
body[data-modal-menu=active] .g-modal-menu__bg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body[data-modal-menu=active] .g-modal-menu__container {
  overflow-y: auto;
}
body[data-modal-menu=active] .g-modal-menu__inner {
  pointer-events: auto;
}
body[data-modal-menu=active] .g-modal-menu-nav {
  opacity: 1;
}

.g-modal-menu {
  -webkit-transition: opacity 0.3s ease;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 19;
}
@media screen and (max-width: 767px) {
  .g-modal-menu {
    width: 100%;
  }
}
.g-modal-menu__bg {
  -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
          transform: translateY(-100%);
  transition: 0.4s cubic-bezier(1, 0, 0, 1);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .g-modal-menu__bg {
    left: 0;
    width: 100%;
  }
}
.g-modal-menu__container {
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.g-modal-menu__inner {
  padding-top: 72px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .g-modal-menu__inner {
    padding-top: 60px;
  }
}

.g-modal-menu-nav {
  -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  transition: 0.4s cubic-bezier(1, 0, 0, 1);
  width: 100%;
}
.g-modal-menu-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
}
@media screen and (max-width: 1024px) {
  .g-modal-menu-nav__list {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 20% 64px;
  }
}
@media screen and (max-width: 767px) {
  .g-modal-menu-nav__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.g-modal-menu-nav__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .g-modal-menu-nav__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .g-modal-menu-nav__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.g-modal-menu-nav__item.is-animated .p-sp-menu-link {
  -webkit-transform: translateY(0);
  opacity: 1;
          transform: translateY(0);
}
.g-modal-menu-nav__link {
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-20px);
  color: #222;
  display: inline-block;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
  opacity: 0;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
          transform: translateY(-20px);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .g-modal-menu-nav__link {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 1;
    padding: 20px 8px;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .g-modal-menu-nav__link {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.8rem;
    letter-spacing: 0px;
    letter-spacing: 0rem;
    padding: 16px 0;
            writing-mode: horizontal-tb;
  }
}
.is-animated .g-modal-menu-nav__link {
  -webkit-transform: translateY(0);
  opacity: 1;
          transform: translateY(0);
}
.g-modal-menu-nav__link span {
  display: block;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 1.3rem;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .g-modal-menu-nav__link span {
    letter-spacing: 0px;
    letter-spacing: 0rem;
    padding-top: 4px;
  }
}

/*----------------------------------------
	MAIN VISUAL
----------------------------------------*/
.p-top-mainvisual {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top-mainvisual__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin: 0 auto;
  position: relative;
}
.p-top-mainvisual__address {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          align-items: flex-end;
  bottom: 40px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  position: absolute;
  right: 72px;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-mainvisual__address {
    bottom: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mainvisual__address {
    bottom: 20px;
    right: 20px;
  }
}
.p-top-mainvisual__address span {
  display: block;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-mainvisual__address span {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
  }
}

.p-top-mainvisual-slider {
  height: 100%;
  padding: 24px 24px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-top-mainvisual-slider {
    padding: 12px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mainvisual-slider {
    padding: 0;
  }
}
.p-top-mainvisual-slider__wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-top-mainvisual-slider__img {
  background: no-repeat center;
  background-size: cover;
  height: 95vh;
  overflow: hidden;
  width: 100%;
}
.p-top-mainvisual-slider__img::before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/*----------------------------------------
	ABOUT
----------------------------------------*/
.p-top-about__inner {
  position: relative;
}
.p-top-about__body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    padding: 56px 20px;
  }
}
.p-top-about__desc {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #fff;
  height: 400px;
  letter-spacing: 0.2em;
  line-height: 2;
  max-width: 640px;
  position: relative;
          writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-about__desc {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    height: unset;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    text-align: justify;
            writing-mode: horizontal-tb;
  }
}

/*----------------------------------------
	MENU
----------------------------------------*/
.p-top-menu-slider {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-menu-slider {
    margin: 0 calc(50% - 50vw);
    margin-bottom: 40px;
    overflow: hidden;
    width: 100vw;
  }
}
.p-top-menu-slider__list {
  margin-bottom: 64px;
  width: unset !important;
}
@media screen and (max-width: 767px) {
  .p-top-menu-slider__list {
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu-slider__item {
    padding: 0;
  }
}
.p-top-menu-slider__item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-top-menu-slider__figure {
  background-color: #ccc;
  margin-bottom: 8px;
}
.p-top-menu-slider__detail {
  text-align: center;
}
.p-top-menu-table {
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .p-top-menu-table {
    padding-bottom: 16px;
  }
}
.p-top-menu-table__ttl {
  border-bottom: 1px solid #aaa;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 2.4rem;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-menu-table__ttl {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.p-top-menu-table table {
  border-left: 1px solid #222;
  border-top: 1px solid #222;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  white-space: nowrap;
  width: 100%;
}
.p-top-menu-table th,
.p-top-menu-table td {
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #222;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
.p-top-menu-table thead tr:last-child {
  border-bottom: 1px solid #222;
}
.p-top-menu-table tr:nth-child(3n) th,
.p-top-menu-table tr:nth-child(3n) td {
  border-bottom: 1px solid #222;
}
.p-top-menu-table tr:nth-child(9) {
  border-bottom: 3px double #000;
}
.p-top-menu-table th {
  border-right: 1px solid #222;
}
.p-top-menu-table .ship-name {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .p-top-menu-table .ship-name {
    font-size: 120%;
  }
}
.p-top-menu-table .border-bottom {
  border-bottom: 1px solid #222;
}
.p-top-menu-table .border-left {
  border-collapse: collapse;
  border-left: 1px solid #222;
}
.p-top-menu-table .border-right2 {
  border-right: 2px solid #222;
}
.p-top-menu-table__note {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 1.2rem;
  margin-top: 8px;
}

/*----------------------------------------
	NEWS
----------------------------------------*/
.p-top-news__btn {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 32px;
  }
}

/*----------------------------------------
	COMPANY
----------------------------------------*/
.p-top-company {
  background-position: 0% 70%;
  background-size: cover;
  position: relative;
}
.p-top-company__inner {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-company__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-top-company__head {
  margin-right: 80px;
  width: 8%;
}
@media screen and (max-width: 767px) {
  .p-top-company__head {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
            writing-mode: horizontal-tb;
  }
}
.p-top-company__head .c-section-ttl__sub {
  color: #fff;
}
.p-top-company__body {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
  width: 92%;
}
.p-top-company__list:not(:last-child) {
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-company__list:not(:last-child) {
    padding-bottom: 24px;
    padding-right: 0;
  }
}
.p-top-company__row:not(:last-child) {
  margin-bottom: 24px;
}
.p-top-company__dt {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-company__dt {
    font-size: 13px; /*IE9以下で反映されるよう記述*/
    font-size: 1.3rem;
  }
}
.p-top-company__dd {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__dd {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
  }
}

/*----------------------------------------
	ACCESS
----------------------------------------*/
.p-top-access__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-access__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            flex-wrap: wrap;
            justify-content: flex-start;
    width: 100%;
  }
}
.p-top-access__head {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
          order: 3;
  width: unset;
}
@media screen and (max-width: 767px) {
  .p-top-access__head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
            flex-direction: column;
    margin-bottom: 24px;
    margin-left: 0;
            order: 1;
  }
}
.p-top-access .c-section-ttl {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
  margin-left: 40px;
          order: 3;
}
@media screen and (max-width: 767px) {
  .p-top-access .c-section-ttl {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    margin-bottom: 40px;
    margin-left: 0;
            order: unset;
            writing-mode: horizontal-tb;
  }
}
.p-top-access__desc {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  display: block;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
          order: 2;
  padding-left: 16px;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-top-access__desc {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    margin-bottom: 8px;
            order: unset;
    padding-left: 0;
            writing-mode: horizontal-tb;
  }
}
.p-top-access__btn {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
          order: 1;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-top-access__btn {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-start;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
            order: unset;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-access__btn a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    display: inline-block;
    padding: 4px 0;
            writing-mode: horizontal-tb;
  }
  .p-top-access__btn a::before {
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    opacity: 1;
    right: unset;
    top: unset;
    width: 100%;
  }
  .p-top-access__btn a::after {
    content: none;
  }
}
.p-top-access__body {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          order: 2;
  width: 100%;
}
.p-top-access__map {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
  margin-left: 40px;
          order: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-access__map {
    margin-left: 0;
  }
}

.p-contact {
  line-height: 1.8;
  padding: 187px 0 104px;
}
@media screen and (max-width: 1024px) {
  .p-contact {
    padding: 140px 0 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 80px 0 32px;
  }
}
.p-contact__article {
  background-color: #fff;
  overflow: hidden;
  padding: 104px 80px;
}
@media screen and (max-width: 1024px) {
  .p-contact__article {
    padding: 64px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__article {
    padding: 56px 20px;
  }
}

.p-news-article-item {
  margin-bottom: 48px;
  width: calc(33.3333333333% - 32px);
}
@media screen and (max-width: 1024px) {
  .p-news-article-item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-news-article-item {
    margin-bottom: 40px;
    width: 100%;
  }
}

/*------------------------------------------------------------------------
	投稿
------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
  }
}
.p-post__head {
  border-bottom: 1px solid #888;
  margin-bottom: 48px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-post__head {
    margin-bottom: 16px;
  }
}
.p-post__ttl {
  font-size: 32px; /*IE9以下で反映されるよう記述*/
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-post__ttl {
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 2rem;
  }
}
.p-post__meta {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.p-post__meta-item {
  line-height: 1;
}
.p-post__meta-item:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}
.p-post__meta-item:not(:last-child)::before {
  background-color: #888;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.p-post__meta-cat a {
  color: #888;
}
.p-post__eyecatch {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-post__eyecatch {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
    margin-bottom: 20px;
            order: 1;
  }
}
.p-post__eyecatch-img {
  height: auto;
  width: 100%;
}
.p-post__btn {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
  margin-top: 40px;
          order: 4;
}

/*------------------------------------------------------------------------
	Gutenberg
------------------------------------------------------------------------*/
.p-post__content {
  border-bottom: 1px solid #888;
  line-height: 2;
  padding-bottom: 48px;
}
.p-post__content > [class|=wp] {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-post__content > [class|=wp] {
    margin: 24px 0 0;
  }
}
.p-post__content > p:not([class]) {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-post__content > p:not([class]) {
    margin: 24px 0 0;
  }
}
.p-post__content p + p:not([class]) {
  margin: 16px 0 0;
}
.p-post__content h2 + ul:not(.wp-block-gallery),
.p-post__content h3 + ul:not(.wp-block-gallery),
.p-post__content h4 + ul:not(.wp-block-gallery),
.p-post__content h5 + ul:not(.wp-block-gallery) {
  margin-top: 16px;
}
.p-post__content h4 + h5 {
  margin-top: 20px;
}
.p-post__content h2:not([class]) {
  border-bottom: 1px solid #888;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 32px 0;
  padding-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__content h2:not([class]) {
    border-left-width: 4px;
    font-size: 20px; /*IE9以下で反映されるよう記述*/
    font-size: 2rem;
    padding: 8px 8px 8px 16px;
  }
}
.p-post__content h3:not([class]) {
  background-color: #222;
  color: #fff;
  display: block;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 40px 0;
  padding: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__content h3:not([class]) {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
    margin: 32px 0;
    padding: 8px;
  }
}
.p-post__content h4:not([class]) {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 20px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__content h4:not([class]) {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
    margin: 24px 0 0;
  }
}
.p-post__content h5:not([class]) {
  font-size: 16px;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__content h5:not([class]) {
    font-size: 16px;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1.6rem;
    margin: 24px 0 0;
  }
}
.p-post__content > ol:not([class]) {
  counter-reset: order 0;
  margin: 40px 0 0;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-post__content > ol:not([class]) {
    margin: 24px 0 0;
  }
}
.p-post__content > ol:not([class]) > li:not([class]) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-post__content > ol:not([class]) > li:not([class])::before {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #222;
  content: counter(order, decimal-leading-zero) "";
  counter-increment: order 1;
  display: inline-block;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1.6rem;
  margin: 0 0.5em 0 0;
}
.p-post__content > ol:not([class]) > li:not([class]) + li:not([class]) {
  margin: 0.5em 0 0;
}
.p-post__content > ul:not(.wp-block-gallery) {
  margin: 40px 0 0;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-post__content > ul:not(.wp-block-gallery) {
    margin: 24px 0 0;
  }
}
.p-post__content > ul:not(.wp-block-gallery) > li:not([class]) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-post__content > ul:not(.wp-block-gallery) > li:not([class])::before {
  /* display: inline-block; */
  /* min-width: 4px; */
  /* width: 4px; */
  /* height: 4px; */
  /* border-radius: $radius-circle; */
  /* background: $primary; */
  content: "・";
  /* align-self: center; */
}
.p-post__content > ul:not(.wp-block-gallery) > li:not([class]) + li:not([class]) {
  margin: 0.5em 0 0;
}
.p-post__content > ul:not(.wp-block-gallery) > li:not([class]) strong {
  word-break: keep-all;
}
.p-post__content b:not([class]),
.p-post__content strong:not([class]) {
  font-weight: 700;
}
.p-post__content em:not([class]) {
  font-style: italic;
}
.p-post__content a {
  text-decoration: underline;
}
.p-post__content a:hover {
  opacity: 0.7;
}
.p-post__content .c-btn {
  margin-top: 32px;
}
.p-post__content .c-btn .c-btn-body {
  opacity: unset;
  text-decoration: none;
}
.p-post__content .wp-block-image {
  position: relative;
}
.p-post__content .wp-block-image img {
  max-width: 100%;
  vertical-align: bottom;
}
.p-post__content .wp-block-image figcaption {
  background: rgba(17, 17, 17, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  left: 0;
  line-height: 1.5;
  margin: 0;
  padding: 1em 1.5em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.p-post__content .wp-block-table {
  border-collapse: collapse;
  min-width: 240px;
  overflow-x: auto;
  width: 100%;
}
.p-post__content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.p-post__content .wp-block-table td,
.p-post__content .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
  word-break: break-all;
}
.p-post__content .wp-block-table.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.p-post__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.p-post__content .wp-block-table.is-style-stripes td,
.p-post__content .wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.p-post__content .wp-block-quote {
  background: #fff;
  border-color: #777;
  margin: 30px 0;
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .p-post__content .wp-block-quote {
    padding: 16px 20px;
  }
}
.p-post__content .wp-block-audio audio {
  min-width: 100%;
}
.p-post__content .wp-block-audio figcaption {
  margin: 0.5em 0 0;
}
.p-post__content .wp-block-video video {
  width: 100%;
}
.p-post__content .wp-block-file .wp-block-file__button {
  border: 1px solid #222;
  border-radius: 0;
  color: #222 !important;
  display: inline-block;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin: 0 0 0 20px;
  opacity: 1 !important;
  overflow: hidden;
  padding: 8px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-post__content .wp-block-file .wp-block-file__button {
    margin: 8px 0 0;
    width: 100%;
  }
}
.p-post__content .wp-block-file .wp-block-file__button:hover {
  background: #222 !important;
  color: #fff !important;
}
.p-post__content .wp-block-code {
  background: #222;
  border: 0;
  border-radius: 0;
  color: #f5f5f5;
  padding: 2em;
}
.p-post__content .wp-block-pullquote {
  border-color: #888;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-post__content .wp-block-pullquote p:not([class]) {
    font-size: 22px; /*IE9以下で反映されるよう記述*/
    font-size: 2.2rem;
  }
}
.p-post__content .wp-block-button__link {
  background: #f5f5f5;
  border: 1px solid #222;
  border-radius: 0;
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
  overflow: hidden;
  padding: 8px 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-post__content .wp-block-button__link {
    margin: 8px 0 0;
    width: 100%;
  }
}
.p-post__content .wp-block-button__link:hover {
  background: #222;
  color: #fff;
}
.p-post__content .wp-block-separator {
  border-color: #888;
  margin-left: auto;
  margin-right: auto;
}
.p-post__content .wp-block-separator ::before {
  color: #222;
}
.p-post__content .wp-block-calendar caption {
  color: #222;
}
.p-post__content .wp-block-calendar th:not([class]) {
  background: #f5f5f5;
}
.p-post__content .wp-block-calendar a {
  color: #222;
  display: block;
  padding: 4px 0;
}
.p-post__content .wp-block-embed__wrapper {
  max-width: 100%;
  text-align: center;
}
.p-post__content .wp-block-embed-youtube .wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
}
.p-post__content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-post__content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-post__content .wp-embed-aspect-4-3 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 75%;
}
.p-post__content .wp-embed-aspect-16-9 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
}
.p-post__content .wp-block-embed-twitter {
  text-align: center;
}
.p-post__content .wp-block-embed-twitter .wp-block-embed__wrapper {
  display: inline-block;
}
.p-post__content .addtoany_share_save_container {
  margin-top: 60px;
  text-align: center;
}

.p-privacy {
  background: #f5f5f5;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 40px 0;
  }
}
.p-privacy__inner {
  background: #fff;
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__inner {
    padding: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding: 32px 20px;
  }
}
.p-privacy__ttl {
  font-weight: 700;
}
.p-privacy__txt {
  margin-bottom: 40px;
}
.p-privacy__signature {
  margin-top: 64px;
  text-align: right;
}
.p-privacy__list {
  counter-reset: item 0;
}
.p-privacy__item {
  margin-bottom: 40px;
  padding: 0 0 0 24px;
  position: relative;
}
.p-privacy__item::before {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #222;
  content: counter(item) ".";
  counter-increment: item 1;
  display: inline-block;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1.6rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.p-privacy__item-ttl {
  border-bottom: 1px solid #222;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
}
.p-privacy__item-txt {
  margin-bottom: 20px;
}
.p-privacy__item-order {
  counter-reset: order 0;
}
.p-privacy__item-order-item {
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  position: relative;
}
.p-privacy__item-order-item::before {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #222;
  content: counter(order) ".";
  counter-increment: order 1;
  display: inline-block;
  left: 0;
  line-height: 1.3;
  position: absolute;
  top: 0;
}

.u-bg-gray {
  background-color: #f5f5f5;
}
.u-bg-graphpaper {
  background-image: url(../img/repeat-bg-graph-paper.png);
  background-repeat: repeat;
  background-size: 18px 18px;
}
@media screen and (min-width: 1025px) {
  .u-bg--sp {
    background-color: unset;
  }
}
@media screen and (max-width: 767px) {
  .u-bg--pc {
    background-color: unset;
  }
}

.u-hover-opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-hover-opacity:hover {
  opacity: 0.7;
}
.u-hover-scale {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-hover-scale:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.u-hover-up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-hover-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.u-hover-color-border {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-hover-color-border:hover {
  border-color: #06b08e;
}
.u-hover-elastic {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-hover-elastic::before {
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #222;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0;
}
.u-hover-elastic:hover {
  opacity: 0.7;
}
.u-hover-elastic:hover::before {
  width: 100%;
}

.u-mt-0 {
  margin-top: 0;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-15 {
  margin-top: 15px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-mt-60 {
  margin-top: 60px;
}
.u-mt-70 {
  margin-top: 70px;
}
.u-mt-80 {
  margin-top: 80px;
}
.u-mt-90 {
  margin-top: 90px;
}

.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-mb-25 {
  margin-bottom: 25px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-mb-50 {
  margin-bottom: 50px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.u-mb-70 {
  margin-bottom: 70px;
}
.u-mb-80 {
  margin-bottom: 80px;
}
.u-mb-90 {
  margin-bottom: 90px;
}

.u-p-0 {
  padding: 0;
}
.u-p-10 {
  padding: 10px;
}
.u-p-15 {
  padding: 15px;
}
.u-p-20 {
  padding: 20px;
}
.u-p-25 {
  padding: 25px;
}
.u-p-30 {
  padding: 30px;
}
.u-p-40 {
  padding: 40px;
}
.u-p-50 {
  padding: 50px;
}
.u-p-60 {
  padding: 60px;
}
.u-p-70 {
  padding: 70px;
}
.u-p-80 {
  padding: 80px;
}
.u-p-90 {
  padding: 90px;
}

.u-pt-0 {
  padding-top: 0;
}
.u-pt-10 {
  padding-top: 10px;
}
.u-pt-15 {
  padding-top: 15px;
}
.u-pt-20 {
  padding-top: 20px;
}
.u-pt-25 {
  padding-top: 25px;
}
.u-pt-30 {
  padding-top: 30px;
}
.u-pt-40 {
  padding-top: 40px;
}
.u-pt-50 {
  padding-top: 50px;
}
.u-pt-60 {
  padding-top: 60px;
}
.u-pt-70 {
  padding-top: 70px;
}
.u-pt-80 {
  padding-top: 80px;
}

.u-pb-0 {
  padding-bottom: 0px;
}
.u-pb-10 {
  padding-bottom: 10px;
}
.u-pb-15 {
  padding-bottom: 15px;
}
.u-pb-20 {
  padding-bottom: 20px;
}
.u-pb-25 {
  padding-bottom: 25px;
}
.u-pb-30 {
  padding-bottom: 30px;
}
.u-pb-40 {
  padding-bottom: 40px;
}
.u-pb-50 {
  padding-bottom: 50px;
}
.u-pb-60 {
  padding-bottom: 60px;
}
.u-pb-70 {
  padding-bottom: 70px;
}
.u-pb-80 {
  padding-bottom: 80px;
}

/*------------------------------------------------------------------------
	js-animate
------------------------------------------------------------------------*/
.js-animate,
.js-animate-queue__item {
  opacity: 0;
}

/*------------------------------------------------------------------------
	js-animate-queue // 順にアニメーション表示
------------------------------------------------------------------------*/
.js-animate-queue__item.is-animated {
  -webkit-animation: fade-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: fade-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}
/*------------------------------------------------------------------------
	fade-in
------------------------------------------------------------------------*/
.js-fade-in {
  opacity: 0;
}

.js-fade-in.is-animated {
  -webkit-animation: fade-in 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: fade-in 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade-in-right.is-animated {
  -webkit-animation: fade-in-right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: fade-in-right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}
.js-fade-in-left.is-animated {
  -webkit-animation: fade-in-left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: fade-in-left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(20px);
    opacity: 0;
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(20px);
    opacity: 0;
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}
.js-fade-in-up.is-animated {
  -webkit-animation: fade-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: fade-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}
.js-fade-in-down.is-animated {
  -webkit-animation: fade-in-down 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: fade-in-down 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
            transform: translateX(0);
  }
}
/*------------------------------------------------------------------------
	slide-in
------------------------------------------------------------------------*/
[class^="js-animate js-slide-in"],
[class*=" js-animate js-slide-in"] {
  opacity: 1 !important;
}

[class^=js-slide-in],
[class*=" js-slide-in"] {
  display: block;
  opacity: 1;
  overflow: hidden;
}

.js-slide-in.is-animated {
  -webkit-animation: slide-in 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: slide-in 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes slide-in {}

@keyframes slide-in {}
.js-slide-in-right.is-animated {
  -webkit-animation: slide-in-right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: slide-in-right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-slide-in-left.is-animated {
  -webkit-animation: slide-in-left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: slide-in-left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-slide-in-up.is-animated {
  -webkit-animation: slide-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: slide-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes slide-in-up {
  0% {
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in-up {
  0% {
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-slide-in-down.is-animated {
  -webkit-animation: slide-in-down 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
          animation: slide-in-down 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s forwards;
}

@-webkit-keyframes slide-in-down {
  0% {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in-down {
  0% {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*------------------------------------------------------------------------
	scale-in
------------------------------------------------------------------------*/
.js-scale-in.is-animated {
  -webkit-animation: scale-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scale-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0.85) translateX(10%);
            transform: scale(0.85) translateX(10%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0.85) translateX(10%);
            transform: scale(0.85) translateX(10%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}
/*------------------------------------------------------------------------
	zoom-in ( for img )
------------------------------------------------------------------------*/
.js-zoom-in.is-animated {
  -webkit-animation: zoom-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoom-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*------------------------------------------------------------------------
	mask-in
------------------------------------------------------------------------*/
.js-mask-in {
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.js-mask-in::before, .js-mask-in::after {
  -webkit-transform-origin: right center;
  background: #7b808c;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
          transform-origin: right center;
  width: 100%;
  z-index: 1;
}
.js-mask-in::after {
  background: #f5f5f5;
}
.js-mask-in.is-animated {
  opacity: 1;
}
.js-mask-in.is-animated::before {
  -webkit-animation: mask-in 0.85s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
          animation: mask-in 0.85s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
.js-mask-in.is-animated::after {
  -webkit-animation: mask-in 0.55s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
          animation: mask-in 0.55s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}

@-webkit-keyframes mask-in {
  0% {
    -webkit-transform: scaleX(1);
    right: 0;
            transform: scaleX(1);
  }
  99% {
    -webkit-transform: scaleX(0);
    opacity: 1;
    right: -5px;
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    opacity: 0;
            transform: scaleX(0);
  }
}

@keyframes mask-in {
  0% {
    -webkit-transform: scaleX(1);
    right: 0;
            transform: scaleX(1);
  }
  99% {
    -webkit-transform: scaleX(0);
    opacity: 1;
    right: -5px;
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    opacity: 0;
            transform: scaleX(0);
  }
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-text-bold {
  font-weight: 700;
}
.u-text-underline {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */