@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,500;1,500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

*, *::before, *::after {
  box-sizing: border-box; }

a {
  color: #404040;
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #000;
  background-color: #FBFFFF;
  position: relative;
  min-width: 1240px;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 14px;
      min-width: 0; } }

h3 {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.66; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 20px; } }

@media screen and (max-width: 1240px) {
  body {
    overflow-x: visible; } }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.l-header {
  min-width: 1240px;
  width: 100%;
  display: flex;
  height: 100px;
  z-index: 102;
  position: relative;
  font-size: 12px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .l-header {
      height: 60px;
      min-width: 0;
      transition: .3s; } }
  .l-header.is-active {
    background: #00a6ea; }
  .l-header__logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    transition: all 0.3s; }
    @media only screen and (max-width: 768px) {
      .l-header__logo {
        font-size: 18px;
        width: 156px; } }
    .l-header__logo.is-active {
      color: #fff; }
    .l-header__logo > img {
      width: 228px; }
      @media only screen and (max-width: 768px) {
        .l-header__logo > img {
          width: auto; } }
  .l-header__contents {
    width: 915px;
    display: flex;
    position: relative;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .l-header__contents {
        display: none; } }
    .l-header__contents__menu {
      display: flex;
      justify-content: space-between;
      max-width: 575px;
      width: 100%;
      margin-right: 40px; }
      .l-header__contents__menu__item > a {
        position: relative;
        font-size: 16px; }
        .l-header__contents__menu__item > a::after {
          position: absolute;
          left: 0;
          content: "";
          width: 100%;
          height: 2px;
          background: #000000;
          bottom: -3px;
          /*アンダーラインがaタグの下端から現れる*/
          transform: scale(0, 1);
          /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
          transform-origin: left top;
          /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
          transition: transform 0.3s;
          /*変形の時間*/ }
        .l-header__contents__menu__item > a:hover::after {
          transform: scale(1, 1);
          /*ホバー後、x軸方向に1（相対値）伸長*/ }
    .l-header__contents__tel {
      font-family: "Work Sans";
      font-weight: 500;
      font-size: 40px; }
      .l-header__contents__tel > i {
        width: 25px;
        display: inline-block;
        margin-right: 5px; }
        .l-header__contents__tel > i > img {
          width: 25px;
          vertical-align: baseline; }
    .l-header__contents__times {
      position: absolute;
      bottom: 5px;
      right: 0;
      height: 20px;
      display: flex;
      align-items: center;
      font-family: "Zen Kaku Gothic New";
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: 0.3s; }
      .l-header__contents__times.is-hide {
        opacity: 0; }
      .l-header__contents__times > i {
        padding-top: 2px;
        margin-right: 5px; }
  .l-header__hamburger {
    margin-top: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer; }
    .l-header__hamburger__line {
      height: 3px;
      width: 100%;
      background-color: #00a6ea;
      margin-bottom: 7px;
      transition: 0.3s; }
      .l-header__hamburger__line_top.is-active {
        transform: translateY(8px) rotate(-45deg);
        background-color: #fff; }
      .l-header__hamburger__line_middle.is-active {
        opacity: 0;
        background-color: #fff; }
      .l-header__hamburger__line_bottom.is-active {
        transform: translateY(-12px) rotate(45deg);
        background-color: #fff; }
  .l-header__spMenu {
    display: none;
    width: 100%;
    position: fixed;
    background: linear-gradient(to right bottom, #00a6ea 0%, #00a6ea 47%, #0069b8 100%);
    transition: 0.3s;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    left: 0;
    height: 100%;
    max-height: 600px; }
    @media only screen and (max-width: 768px) {
      .l-header__spMenu {
        display: block; } }
    .l-header__spMenu .scrollWrapper {
      padding-top: 10px; }
    .l-header__spMenu__list {
      text-align: left;
      width: calc(100% - 40px);
      margin: 0 auto; }
      .l-header__spMenu__list__item {
        border-bottom: #fff 1px solid;
        position: relative; }
        .l-header__spMenu__list__item > a {
          padding: 15px;
          padding-left: 0;
          display: block;
          width: 100%;
          height: 100%;
          font-family: "Zen Kaku Gothic New";
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.7;
          color: #fff;
          transition: all .3s; }
          .l-header__spMenu__list__item > a:hover {
            opacity: 0.7; }
        .l-header__spMenu__list__item__mark {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 21px;
          height: 5px; }
    .l-header__spMenu__tel {
      margin: 40px auto;
      width: calc(100% - 60px);
      max-width: 420px;
      border-radius: 5px;
      background: #fff;
      padding: 30px 10px;
      text-align: center; }
      .l-header__spMenu__tel__title {
        font-family: "Zen Kaku Gothic New";
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px; }
      .l-header__spMenu__tel__num {
        display: block;
        margin-bottom: 10px;
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 36px;
        color: #00a6ea;
        display: block; }
        .l-header__spMenu__tel__num > i {
          width: 26px; }
          .l-header__spMenu__tel__num > i img {
            vertical-align: middle;
            width: 26px; }
      .l-header__spMenu__tel__time {
        font-family: "Zen Kaku Gothic New";
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.05em;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .l-header__spMenu__tel__time > i {
          width: 15px;
          height: 15px;
          display: inline-block;
          margin-right: 5px; }
          .l-header__spMenu__tel__time > i > img {
            width: 15px; }
    .l-header__spMenu.is-active {
      opacity: 1;
      visibility: visible; }
    .l-header__spMenu .scrollWrapper {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }

.l-footer {
  background: linear-gradient(#00a6ea 0%, #0069b8 100%);
  padding-top: 200px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .l-footer {
      padding: 100px 0;
      padding-top: 130px;
      margin-top: -90px;
      position: relative;
      z-index: 1; } }
  .l-footer__contents__external {
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px; }
    @media only screen and (max-width: 768px) {
      .l-footer__contents__external {
        display: block;
        width: 100%;
        margin-bottom: 40px; } }
    .l-footer__contents__external__each {
      width: 260px;
      margin-right: 20px;
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .l-footer__contents__external__each {
          margin-right: 0; } }
      .l-footer__contents__external__each__media {
        width: 56px;
        margin-right: 15px; }
      .l-footer__contents__external__each__link {
        display: flex;
        transition: all 0.3s; }
        .l-footer__contents__external__each__link__text {
          margin-right: 15px;
          color: #fff;
          font-family: "Zen Kaku Gothic New";
          font-weight: normal;
          font-size: 14px;
          line-height: 1.714; }
        .l-footer__contents__external__each__link > i {
          width: 16px;
          display: flex;
          align-items: center; }
        .l-footer__contents__external__each__link:hover {
          opacity: 0.7; }
  .l-footer__contents__ownCompany {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .l-footer__contents__ownCompany {
        flex-direction: column-reverse; } }
    .l-footer__contents__ownCompany__info {
      width: 242px; }
      .l-footer__contents__ownCompany__info__name {
        width: 200px;
        margin-bottom: 16.5px; }
      .l-footer__contents__ownCompany__info__address {
        font-family: "Zen Kaku Gothic New";
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.7;
        color: #fff;
        margin-bottom: 18.5px; }
      .l-footer__contents__ownCompany__info__copy {
        font-family: "Work Sans";
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        color: #fff; }
    @media only screen and (max-width: 768px) {
      .l-footer__contents__ownCompany__map {
        margin-bottom: 40px; } }
    .l-footer__contents__ownCompany__map__up {
      display: flex;
      margin-bottom: 25px; }
      .l-footer__contents__ownCompany__map__up__xsWrapper {
        display: flex; }
        .l-footer__contents__ownCompany__map__up__xsWrapper:first-of-type {
          margin-right: 40px; }
          @media only screen and (max-width: 768px) {
            .l-footer__contents__ownCompany__map__up__xsWrapper:first-of-type {
              margin-right: 20px; } }
        @media only screen and (max-width: 768px) {
          .l-footer__contents__ownCompany__map__up__xsWrapper {
            display: block;
            width: 45%; } }
      .l-footer__contents__ownCompany__map__up__block {
        margin-right: 40px; }
        .l-footer__contents__ownCompany__map__up__block:last-of-type {
          margin-right: 0; }
        @media only screen and (max-width: 768px) {
          .l-footer__contents__ownCompany__map__up__block {
            margin-bottom: 10px;
            margin-right: 0; } }
        .l-footer__contents__ownCompany__map__up__block__links {
          padding: 7px 10.5px;
          border-left: 1px solid #fff; }
          .l-footer__contents__ownCompany__map__up__block__links__each {
            display: block;
            font-family: "Zen Kaku Gothic New";
            font-weight: normal;
            font-weight: 400;
            font-size: 12px;
            letter-spacing: 0.05em;
            margin-bottom: 5px;
            color: #fff;
            line-height: 1.2;
            transition: all 0.3s; }
            .l-footer__contents__ownCompany__map__up__block__links__each:first-of-type {
              font-weight: 500;
              font-size: 14px;
              letter-spacing: 0.05em;
              margin-bottom: 8px; }
            .l-footer__contents__ownCompany__map__up__block__links__each:hover {
              opacity: 0.7; }
    .l-footer__contents__ownCompany__map__down > a {
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 1.2;
      margin-right: 40px;
      color: #fff;
      transition: all .3s; }
      .l-footer__contents__ownCompany__map__down > a:hover {
        opacity: .7; }
      @media only screen and (max-width: 768px) {
        .l-footer__contents__ownCompany__map__down > a {
          display: block;
          margin-bottom: 10px; } }

.l-container {
  margin: 0 auto;
  width: 100%;
  margin-top: 100px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .l-container {
      min-width: 0;
      margin-top: 60px; } }
  .l-container_top {
    padding: 0 0 100px 0; }
    @media only screen and (max-width: 768px) {
      .l-container_top {
        padding-bottom: 80px; } }

.p-mediaHl {
  text-align: center;
  position: relative; }
  .p-mediaHl__mv {
    max-width: none;
    width: 100%; }
  .p-mediaHl__text {
    position: absolute;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9); }
    @media only screen and (max-width: 768px) {
      .p-mediaHl__text {
        width: 185px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .p-mediaHl__text__arrow {
      top: 0;
      position: absolute;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 768px) {
        .p-mediaHl__text__arrow {
          width: 20px; } }
    .p-mediaHl__text__en {
      font-family: "Work Sans";
      font-weight: 500;
      font-style: italic;
      font-size: 50px;
      text-align: center;
      color: #000;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .p-mediaHl__text__en {
          font-size: 34px;
          margin-bottom: 5px; } }
    .p-mediaHl__text__ja {
      font-family: "Zen Kaku Gothic New";
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 768px) {
        .p-mediaHl__text__ja {
          font-size: 14px; } }

.p-affiliates {
  width: 100%;
  height: 280px;
  background-image: url("../images/affiliates_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .p-affiliates {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .p-affiliates::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
  .p-affiliates__contents {
    position: relative;
    z-index: 1;
    background-color: #fff;
    max-width: 846px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 55px;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .p-affiliates__contents {
        display: block;
        width: 78%;
        padding: 0;
        padding-bottom: 30px; } }
    .p-affiliates__contents__logo {
      margin: 30px 20px 20px; }
    .p-affiliates__contents__company {
      margin-left: 10px;
      margin-right: 10px; }
      @media only screen and (max-width: 768px) {
        .p-affiliates__contents__company {
          margin-left: 20px;
          margin-bottom: 45px; } }
      .p-affiliates__contents__company__hl {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600; }
      .p-affiliates__contents__company__name {
        font-size: 14px; }
    .p-affiliates__contents__corporateSite {
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .p-affiliates__contents__corporateSite {
          margin-left: 20px; } }
      .p-affiliates__contents__corporateSite > i {
        margin-left: 7px; }
      .p-affiliates__contents__corporateSite:hover {
        text-decoration: underline; }
    .p-affiliates__contents__triangle1 {
      position: absolute;
      top: 0;
      left: 0; }
    .p-affiliates__contents__triangle2 {
      position: absolute;
      bottom: 0;
      right: 0; }

.p-subPageMv {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px; }
  .p-subPageMv[data-bg="sky"] {
    background-image: url("../images/subPageMv_bg_sky.png"); }
    @media only screen and (max-width: 768px) {
      .p-subPageMv[data-bg="sky"] {
        background-image: url("../images/subPageMv_bg_sky_sp@2x.png"); } }
  .p-subPageMv[data-bg="room"] {
    background-image: url("../images/subPageMv_bg_room.png"); }
    @media only screen and (max-width: 768px) {
      .p-subPageMv[data-bg="room"] {
        background-image: url("../images/subPageMv_bg_room_sp@2x.png"); } }
  @media only screen and (max-width: 768px) {
    .p-subPageMv {
      height: 108px;
      margin-bottom: 60px; } }
  .p-subPageMv__inner {
    max-width: 1156px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table; }
    @media only screen and (max-width: 768px) {
      .p-subPageMv__inner {
        width: calc(100% - 40px); } }
    .p-subPageMv__inner__hl {
      font-size: 36px;
      font-weight: 500;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .p-subPageMv__inner__hl {
          font-size: 28px; } }

.p-listSwitch {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1156px; }
  @media only screen and (max-width: 768px) {
    .p-listSwitch {
      width: calc(100% - 40px);
      margin-bottom: 60px;
      display: flex;
      padding-top: 0;
      border-bottom: none; } }
  .p-listSwitch__wrapper {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
    .p-listSwitch__wrapper::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      display: none; }
    @media only screen and (max-width: 768px) {
      .p-listSwitch__wrapper {
        justify-content: left;
        padding-top: 35px; } }
    .p-listSwitch__wrapper__item {
      margin-right: 30px;
      position: relative;
      white-space: nowrap;
      font-size: 16px;
      padding: 4px 15px;
      border-radius: 5px;
      display: inline-block;
      color: #000; }
      .p-listSwitch__wrapper__item:last-of-type {
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .p-listSwitch__wrapper__item {
          font-size: 14px;
          display: block; } }
      .p-listSwitch__wrapper__item_current {
        background: linear-gradient(to right, #00a6ea 0%, #0069b8 100%);
        color: #fff; }
  .p-listSwitch__wrapperXs {
    width: 100%; }
    .p-listSwitch__wrapperXs__category {
      width: 100%;
      padding: 15px 0px;
      border-bottom: #e6e6e6 1px solid;
      cursor: pointer;
      position: relative;
      font-size: 16px; }
      .p-listSwitch__wrapperXs__category__icon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
        .p-listSwitch__wrapperXs__category__icon.plus.is-active {
          display: none; }
        .p-listSwitch__wrapperXs__category__icon.minus {
          display: none; }
          .p-listSwitch__wrapperXs__category__icon.minus.is-active {
            display: block; }
    .p-listSwitch__wrapperXs__categoryList {
      padding: 20px;
      display: none;
      border-bottom: #e6e6e6 1px solid; }
      .p-listSwitch__wrapperXs__categoryList.is-active {
        display: block; }
      .p-listSwitch__wrapperXs__categoryList__item {
        margin-bottom: 20px; }
        .p-listSwitch__wrapperXs__categoryList__item:last-of-type {
          margin-bottom: 0; }
        .p-listSwitch__wrapperXs__categoryList__item > a {
          padding: 4px 15px;
          border-radius: 5px; }
          .p-listSwitch__wrapperXs__categoryList__item > a.is-current {
            color: #fff;
            background: linear-gradient(to right, #00a6ea 0%, #0069b8 100%); }

.p-table {
  text-align: left;
  margin: 0 auto;
  width: 900px; }
  @media only screen and (max-width: 768px) {
    .p-table {
      width: 100%; } }
  .p-table__tr__th {
    padding: 20px 0;
    color: #00a6ea;
    font-weight: 500;
    width: 170px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #00a6ea 0%, #0069b8 100%);
    border-image-slice: 1;
    line-height: 1.875;
    vertical-align: top;
    position: relative; }
    .p-table__tr__th.top {
      vertical-align: top !important; }
    @media only screen and (max-width: 768px) {
      .p-table__tr__th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 15px 0 10px; } }
    .p-table__tr__th__required {
      font-weight: 500;
      font-size: 12px;
      color: #ea0000;
      text-align: right;
      position: absolute;
      right: -7px;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .p-table__tr__th__required {
          position: static;
          margin-left: 5px; } }
      .p-table__tr__th__required_top {
        top: 22px;
        transform: translateY(0%); }
  .p-table__tr__td {
    font-weight: 500;
    line-height: 1.875;
    padding: 20px 0 20px 0px;
    width: calc(100% - 190px);
    border-bottom: 1px solid #e6e6e6; }
    .p-table__tr__td > textarea {
      width: 634px;
      max-width: 634px;
      min-width: 634px;
      outline: none;
      padding: 10px;
      margin-left: 70px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td > textarea {
          width: calc(100% - 20px);
          max-width: none;
          min-width: auto;
          margin-left: auto; } }
      .p-table__tr__td > textarea.is-error {
        background: #ffe9e9;
        border: 1px solid #ea0000; }
    .p-table__tr__td .input {
      width: 634px;
      padding: 10px;
      outline: none;
      margin-left: 70px; }
      .p-table__tr__td .input_narrow {
        width: 524px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .input {
          width: 100%;
          margin-left: auto; } }
      .p-table__tr__td .input_age {
        margin-right: 10px;
        width: 50px; }
      .p-table__tr__td .input.is-error {
        background: #ffe9e9;
        border: 1px solid #ea0000; }
    @media only screen and (max-width: 768px) {
      .p-table__tr__td {
        display: block;
        width: 100%;
        padding: 0 0 15px; } }
    .p-table__tr__td > select {
      margin-left: 70px;
      padding: 10px;
      width: 220px;
      appearance: none;
      outline: none;
      background-image: url(/assets/image/common/selectArrow.svg);
      background-position: right 10px top 8px;
      background-repeat: no-repeat;
      background-size: 13px 13px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td > select {
          margin-left: auto; } }
      .p-table__tr__td > select::-ms-expand {
        display: none; }
      .p-table__tr__td > select > option {
        padding: 10px; }
        .p-table__tr__td > select > option:checked {
          background-color: #00a6ea;
          color: #fff; }
      .p-table__tr__td > select.is-error {
        background: #ffe9e9;
        border: 1px solid #ea0000; }
    .p-table__tr__td .radioBtns {
      margin-left: 70px;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .radioBtns {
          margin-left: auto; } }
      .p-table__tr__td .radioBtns__each {
        margin-right: 35px;
        cursor: pointer; }
        .p-table__tr__td .radioBtns__each > input {
          display: none; }
        .p-table__tr__td .radioBtns__each > label {
          box-sizing: border-box;
          cursor: pointer;
          position: relative;
          width: auto;
          padding-left: 25px; }
          .p-table__tr__td .radioBtns__each > label > input {
            display: none; }
          .p-table__tr__td .radioBtns__each > label::before {
            background: #fff;
            border: 1px solid #979797;
            border-radius: 50%;
            content: '';
            display: block;
            height: 20px;
            position: absolute;
            width: 20px;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            font-size: 0; }
          .p-table__tr__td .radioBtns__each > label::after {
            background: #00a6ea;
            border-radius: 6px;
            opacity: 0;
            content: '';
            display: inline-block;
            height: 12px;
            position: absolute;
            width: 12px;
            top: 50%;
            left: 4px;
            transform: translateY(-50%);
            font-size: 0; }
        .p-table__tr__td .radioBtns__each input[type=radio]:checked + label::after {
          opacity: 1; }
      .p-table__tr__td .radioBtns.is-error {
        background: #ffe9e9;
        border: 1px solid #ea0000; }
    .p-table__tr__td .checks {
      margin-left: 70px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .checks {
          margin-left: auto; } }
      .p-table__tr__td .checks__each {
        font-weight: 500;
        font-size: 16px;
        position: relative; }
        .p-table__tr__td .checks__each__input {
          display: none; }
        .p-table__tr__td .checks__each__label {
          margin-left: 30px;
          cursor: pointer; }
          .p-table__tr__td .checks__each__label::before {
            background: #fff;
            border: 1px solid #979797;
            content: '';
            display: block;
            height: 16px;
            left: 5px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
            width: 16px; }
          .p-table__tr__td .checks__each__label::after {
            border-right: 3px solid #00a6ea;
            border-bottom: 3px solid #00a6ea;
            content: '';
            display: block;
            height: 12px;
            left: 10px;
            margin-top: -7px;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: rotate(45deg);
            width: 6px; }
      .p-table__tr__td .checks.is-error {
        background: #ffe9e9;
        border: 1px solid #ea0000; }
    .p-table__tr__td input[type=checkbox]:checked + .checks__each__label::after {
      opacity: 1; }
    .p-table__tr__td .textareaTitle {
      margin-left: 70px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .textareaTitle {
          margin-left: auto; } }
    .p-table__tr__td .tdError {
      margin-left: 70px;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.7;
      text-align: left;
      color: #ea0000; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .tdError {
          margin-left: auto; } }
    .p-table__tr__td .checkAnswer {
      margin-left: 70px;
      color: #00a6ea;
      line-height: 1;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .checkAnswer {
          margin-left: 0; } }
    .p-table__tr__td > p {
      margin-left: 70px; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td > p {
          margin-left: 0; } }
    .p-table__tr__td .age {
      position: absolute;
      top: 23px;
      left: 125px;
      display: block; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td .age {
          top: 6px;
          left: 54px; } }
    .p-table__tr__td__map {
      padding: 20px 0; }
      @media only screen and (max-width: 768px) {
        .p-table__tr__td__map {
          padding: 15px 0; } }

.p-pager {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-pager {
      display: flex;
      justify-content: center;
      padding-top: 31px; } }
  .p-pager__item {
    margin-right: 30px;
    position: relative;
    font-family: "Work Sans";
    font-weight: 500;
    font-style: italic;
    font-size: 28px; }
    @media only screen and (max-width: 768px) {
      .p-pager__item {
        margin-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px; } }
    .p-pager__item_current {
      pointer-events: none;
      font-size: 40px;
      color: #00a6ea;
      border-bottom: 3px solid #00a6ea; }
      @media only screen and (max-width: 768px) {
        .p-pager__item_current {
          font-size: 34px; } }
    .p-pager__item_mr20 {
      margin-right: 20px; }
  .p-pager__arrowPrev {
    margin-right: 40px; }
    .p-pager__arrowPrev > img {
      padding-bottom: 7.5px; }
      @media only screen and (max-width: 768px) {
        .p-pager__arrowPrev > img {
          padding-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .p-pager__arrowPrev {
        margin-right: 35px;
        display: flex;
        justify-content: center;
        align-items: center; } }
  .p-pager__arrowNext > img {
    padding-bottom: 7.5px; }
    @media only screen and (max-width: 768px) {
      .p-pager__arrowNext > img {
        padding-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .p-pager__arrowNext {
      display: flex;
      justify-content: center;
      align-items: center; } }

.p-contactBtns {
  position: fixed;
  right: 0;
  bottom: 185px;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .p-contactBtns {
      bottom: 0;
      right: auto;
      left: 20px;
      display: flex;
      width: calc(100% - 5px); } }
  .p-contactBtns > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    transition: all 0.3s; }
    @media only screen and (max-width: 768px) {
      .p-contactBtns > a {
        height: 55px;
        border-radius: 5px 5px 0px 0px;
        width: calc(50% - 27.5px); } }
    .p-contactBtns > a:hover {
      opacity: 0.7; }
    .p-contactBtns > a:first-of-type {
      margin-bottom: 13px;
      border: 3px solid #0069b8;
      border-right: none; }
      @media only screen and (max-width: 768px) {
        .p-contactBtns > a:first-of-type {
          margin-bottom: 0;
          border-right: 3px solid #0069b8;
          border-bottom: none;
          margin-right: 5px; } }
    .p-contactBtns > a:last-of-type {
      border: 3px solid #00a6ea;
      border-right: none; }
      @media only screen and (max-width: 768px) {
        .p-contactBtns > a:last-of-type {
          border-right: 3px solid #00a6ea;
          border-bottom: none; } }

.p-secTitle {
  text-align: center; }
  .p-secTitle__arrow {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .p-secTitle__arrow {
        width: 20px; } }
  .p-secTitle__hl {
    font-family: "Work Sans";
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .p-secTitle__hl {
        font-size: 34px; } }
  .p-secTitle__hlJa {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .p-secTitle__hlJa {
        font-size: 12px; } }

.p-contact {
  background-image: url(/assets/image/common/contact/contactBg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 185px;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-contact {
      padding-top: 30px;
      padding-bottom: 0;
      background-image: url(/assets/image/common/contact/contactBg_sp@2x.png); } }
  .p-contact__title {
    margin-bottom: 30px; }
  .p-contact__hl {
    margin-bottom: 30px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .p-contact__hl {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .p-contact__desc {
      margin-bottom: 30px;
      text-align: left; } }
  .p-contact__menu {
    display: flex;
    width: 1156px;
    justify-content: space-between;
    position: absolute;
    bottom: -125px; }
    @media only screen and (max-width: 768px) {
      .p-contact__menu {
        width: 100%;
        display: block;
        position: relative;
        z-index: 4;
        bottom: 0; } }
    .p-contact__menu__item {
      padding-top: 50px;
      padding-bottom: 50px;
      background-color: #fff;
      width: 553px; }
      @media only screen and (max-width: 768px) {
        .p-contact__menu__item {
          padding-top: 30px;
          padding-bottom: 30px;
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .p-contact__menu__item:first-of-type {
          margin-bottom: 30px; } }
      .p-contact__menu__item__title {
        font-weight: 700; }
        .p-contact__menu__item__title[data-title="tel"] {
          margin-bottom: 17px; }
        .p-contact__menu__item__title[data-title="mail"] {
          margin-bottom: 23px; }
      .p-contact__menu__item__anc[data-title="tel"] {
        margin-bottom: 20px;
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 50px;
        margin-bottom: 20px;
        color: #00a6ea;
        display: block; }
        @media only screen and (max-width: 768px) {
          .p-contact__menu__item__anc[data-title="tel"] {
            font-size: 36px; } }
        @media only screen and (max-width: 768px) {
          .p-contact__menu__item__anc[data-title="tel"] > img {
            width: 26px; } }
      .p-contact__menu__item__anc[data-title="mail"] {
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 768px) {
          .p-contact__menu__item__anc[data-title="mail"] {
            width: calc(100% - 40px); } }
      .p-contact__menu__item__anc > i > img {
        vertical-align: baseline; }
      .p-contact__menu__item__time {
        line-height: 1.1; }
        .p-contact__menu__item__time > i > img {
          vertical-align: bottom; }

.p-textHl {
  display: flex;
  justify-content: left;
  vertical-align: baseline;
  padding-bottom: 80px;
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .p-textHl {
      padding-bottom: 30px;
      padding-top: 60px; } }
  .p-textHl__en {
    margin-right: 20px;
    font-family: "Work Sans";
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    line-height: 1.1;
    color: #00a6ea; }
    @media only screen and (max-width: 768px) {
      .p-textHl__en {
        font-size: 36px; } }
  .p-textHl__ja {
    padding-top: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .p-textHl__ja {
        font-size: 12px;
        padding-top: 13px; } }

.p-pagerPrevNext {
  padding-top: 20px;
  border-top: #e6e6e6 1px solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .p-pagerPrevNext {
      margin-bottom: 40px; } }
  .p-pagerPrevNext__prev {
    display: block;
    position: relative;
    width: 90px;
    font-family: "Work Sans";
    font-weight: 500;
    font-style: italic;
    font-size: 28px;
    text-align: right; }
    .p-pagerPrevNext__prev:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      transform: rotate(180deg);
      border-color: transparent transparent transparent #333;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -6px; }
  .p-pagerPrevNext__next {
    display: block;
    position: relative;
    width: 90px;
    font-family: "Work Sans";
    font-weight: 500;
    font-style: italic;
    font-size: 28px;
    text-align-last: left;
    color: #00a6ea; }
    .p-pagerPrevNext__next:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #00a6ea;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -6px; }

.c-inner {
  width: 100%;
  margin: 0 auto; }
  .c-inner_content {
    max-width: 1156px; }
    @media only screen and (max-width: 768px) {
      .c-inner_content {
        max-width: none;
        width: calc(100% - 40px); } }
  .c-inner_narrow {
    max-width: 890px; }
    @media only screen and (max-width: 768px) {
      .c-inner_narrow {
        max-width: none;
        width: calc(100% - 40px); } }
  .c-inner_flex {
    display: flex;
    justify-content: space-between; }
  .c-inner_scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
    .c-inner_scroll::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      display: none; }
  .c-inner_header {
    width: calc(100% - 100px); }
    @media only screen and (max-width: 768px) {
      .c-inner_header {
        width: calc(100% - 30px); } }

.c-btn {
  text-align: center;
  width: 300px;
  transition: 0.3s;
  position: relative;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  background: linear-gradient(to right, #00a6ea 0%, #0069b8 100%);
  color: #fff;
  border: none;
  outline: none;
  line-height: 1.5;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .c-btn {
      width: 100%; } }
  .c-btn:hover {
    opacity: 0.7; }
  .c-btn_type01 {
    color: #fff;
    padding: 15px 0; }
    .c-btn_type01::after {
      content: "";
      background-image: url(/assets/image/common/c-btnMark.svg);
      width: 30px;
      height: 5px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      vertical-align: middle;
      background-size: contain; }
  .c-btn_type02 {
    color: #fff;
    padding: 15px 0; }
    .c-btn_type02::after {
      content: "";
      background-image: url(/assets/image/common/c-btnMarkPrev.svg);
      width: 30px;
      height: 5px;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      vertical-align: middle;
      background-size: contain; }
  .c-btn_type03 {
    background: #ecf4f6;
    color: #000;
    padding: 15px 0; }
    .c-btn_type03::after {
      content: "";
      background-image: url(/assets/image/common/prevMark.svg);
      width: 30px;
      height: 5px;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      vertical-align: middle;
      background-size: contain; }
  .c-btn_type04 {
    background-color: #000;
    color: #fff;
    padding: 15px 0; }

.c-subPageHl {
  text-align: center;
  line-height: 1.55;
  font-size: 36px;
  position: relative;
  color: #404040;
  margin-bottom: 60px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .c-subPageHl {
      font-size: 7.4666666667vw; } }
  .c-subPageHl::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #404040;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.c-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  color: #000; }

.c-leftUpperDots {
  position: absolute;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 768px) {
    .c-leftUpperDots {
      font-size: 7.4666666667vw;
      width: 50%; } }

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

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

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

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease; }

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table; }

.u-clearfix:after {
  clear: both; }

.u-visible_xs,
.u-visible_lg {
  display: none !important; }

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important; }

@media only screen and (max-width: 768px) {
  .u-visible_xs {
    display: block !important; }

  table.u-visible_xs {
    display: table !important; }

  tr.u-visible_xs {
    display: table-row !important; }

  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important; } }
@media only screen and (max-width: 768px) {
  .u-visible_xs_block {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .u-visible_xs_inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .u-visible_xs_inline-block {
    display: inline-block !important; } }
@media only screen and (min-width: 769px) {
  .u-visible_lg {
    display: block !important; }

  table.u-visible_lg {
    display: table !important; }

  tr.u-visible_lg {
    display: table-row !important; }

  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important; } }
@media only screen and (min-width: 769px) {
  .u-visible_lg_block {
    display: block !important; } }
@media only screen and (min-width: 769px) {
  .u-visible_lg_inline {
    display: inline !important; } }
@media only screen and (min-width: 769px) {
  .u-visible_lg_inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .u-hidden_xs {
    display: none !important; } }
@media only screen and (min-width: 769px) {
  .u-hidden_lg {
    display: none !important; } }
.u-noEvent {
  pointer-events: none; }

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

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

.u-fs_normal {
  font-style: normal !important; }

.u-fs_italic {
  font-style: italic !important; }

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-m_00 {
  margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb_lv01 {
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv01 {
      margin-bottom: 5px; } }

.u-mb_lv02 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv02 {
      margin-bottom: 10px; } }

.u-mb_lv03 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv03 {
      margin-bottom: 15px; } }

.u-mb_lv04 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv04 {
      margin-bottom: 20px; } }

.u-mb_lv05 {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv05 {
      margin-bottom: 25px; } }

.u-mb_lv06 {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv06 {
      margin-bottom: 30px; } }

.u-mb_lv07 {
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv07 {
      margin-bottom: 35px; } }

.u-mb_lv08 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv08 {
      margin-bottom: 40px; } }

.u-mb_lv09 {
  margin-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv09 {
      margin-bottom: 45px; } }

.u-mb_lv10 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .u-mb_lv10 {
      margin-bottom: 50px; } }

.u-p_00 {
  padding: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-position_relative {
  position: relative !important; }

.u-position_abs {
  position: absolute !important; }

.u-position_fixed {
  position: fixed !important; }

.u-position_static {
  position: static !important; }

.u-vertical_mid {
  vertical-align: middle !important; }

.u-vertical_bottom {
  vertical-align: bottom !important; }

.u-vertical_base {
  vertical-align: baseline !important; }

.u-vertical_sup {
  vertical-align: super !important; }

.u-vertical_sub {
  vertical-align: sub !important; }

.u-vertical_tb {
  vertical-align: text-bottom !important; }

.u-vertical_tt {
  vertical-align: text-top !important; }
