@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

    /* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: 1.4;
  letter-spacing: .04em;
  /* 強制的にスクロールできる高さにする */
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  max-width: 100%;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}
.l-container--mini {
  max-width: 800px;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
/*グリッドの外側＝＝＝＝＝＝＝＝*/
.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col,
.l-row__col--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--sm,
.l-row__col--sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--md,
.l-row__col--md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--lg,
.l-row__col--lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1,
.l-row__col--sm-1,
.l-row__col--md-1,
.l-row__col--lg-1,
.l-row__col--xl-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.l-row__col--offset-1 {
  margin-left: 8.33333%;
}

.l-row__col--2,
.l-row__col--sm-2,
.l-row__col--md-2,
.l-row__col--lg-2,
.l-row__col--xl-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.l-row__col--offset-2 {
  margin-left: 16.66667%;
}

.l-row__col--3,
.l-row__col--sm-3,
.l-row__col--md-3,
.l-row__col--lg-3,
.l-row__col--xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--4,
.l-row__col--sm-4,
.l-row__col--md-4,
.l-row__col--lg-4,
.l-row__col--xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.l-row__col--offset-4 {
  margin-left: 33.33333%;
}

.l-row__col--5,
.l-row__col--sm-5,
.l-row__col--md-5,
.l-row__col--lg-5,
.l-row__col--xl-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}

.l-row__col--offset-5 {
  margin-left: 41.66666%;
}

.l-row__col--6,
.l-row__col--sm-6,
.l-row__col--md-6,
.l-row__col--lg-6,
.l-row__col--xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--7,
.l-row__col--sm-7,
.l-row__col--md-7,
.l-row__col--lg-7,
.l-row__col--xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.l-row__col--offset-7 {
  margin-left: 58.33333%;
}

.l-row__col--8,
.l-row__col--sm-8,
.l-row__col--md-8,
.l-row__col--lg-8,
.l-row__col--xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.l-row__col--offset-8 {
  margin-left: 66.66666%;
}

.l-row__col--9,
.l-row__col--sm-9,
.l-row__col--md-9,
.l-row__col--lg-9,
.l-row__col--xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--10,
.l-row__col--sm-10,
.l-row__col--md-10,
.l-row__col--lg-10,
.l-row__col--xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.l-row__col--offset-10 {
  margin-left: 83.33333%;
}

.l-row__col--11,
.l-row__col--sm-11,
.l-row__col--md-11,
.l-row__col--lg-11,
.l-row__col--xl-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.66666%;
  flex: 0 0 91.66666%;
  max-width: 91.66666%;
}

.l-row__col--offset-11 {
  margin-left: 91.66666%;
}

.l-row__col--12,
.l-row__col--sm-12,
.l-row__col--md-12,
.l-row__col--lg-12,
.l-row__col--xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--offset-12 {
  margin-left: 100%;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-sm-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-sm-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-sm-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-md-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-md-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-md-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-xl-12 {
    margin-left: 100%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
  position: relative;
}

.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

.l-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-wrap {
  width: 100%;
  height: 100dvh;
  background-color: #dddddd;
  background: url("../images/top/img_pc_bg.jpg") no-repeat center center;
  background-size: cover;
}
.l-wrap--body {
  max-width: 420px;
  width: 100%;
  height: 100dvh;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(55, 55, 55, 0.2);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  -moz-scrollbar-width: thin;
  -moz-scrollbar-color: #2B6CB0 #f1f1f1;
}
@media screen and (min-width: 768px) {
  .l-wrap--body {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap--body::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap--body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
}
@media screen and (min-width: 768px) {
  .l-wrap--body::-webkit-scrollbar-thumb {
    background-color: #2B6CB0;
    border-radius: 10px;
  }
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-header {
    padding-right: 6px;
  }
}
.c-header.active .c-header--container {
  background-color: rgba(58, 133, 212, 0.6);
}
.c-header.active .c-header--container.is-active {
  background-color: #2b6cb0;
}
.c-header.active .c-header--plan {
  opacity: 1;
}
.c-header--container {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header--container {
    width: 414px;
    margin: 0 auto;
  }
}
.c-header--container.is-active {
  background-color: #2b6cb0;
  z-index: 1000;
}
.c-header--logo {
  position: absolute;
  width: 120px;
  left: calc(50% - 60px);
  text-align: center;
}
.c-header--logo .in-img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.c-header--logo .in-img__in--w {
  display: block;
}
.c-header--logo .in-img__in--bl {
  display: none;
}
.c-header--logo .in-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-header--logo .in-txt__jp {
  font-weight: 900;
  letter-spacing: .04em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .c-header--nav {
    display: none;
  }
}
.c-header--plan {
  opacity: 0;
}
.c-header--plan__in {
  padding: 10px 5px 10px 22px;
  background-color: #DB6B09;
  text-decoration: none;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}
.c-header--plan__in::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/icon/icon_home_w.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  left: 5px;
}
@media screen and (min-width: 992px) {
  .c-header--plan {
    display: none;
  }
}

.c-footer {
  background-color: #2B6CB0;
}
.c-footer--summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 20px;
}
.c-footer--summary__logo {
  width: 180px;
  margin-bottom: 20px;
}
.c-footer--summary__logo img {
  object-fit: cover;
  width: 100%;
}
.c-footer--summary__name {
  color: #ffffff;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.c-footer--summary__info {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .c-footer--summary__info {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer--summary__info .in-add {
  color: #ffffff;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.c-footer--summary__info .in-tel {
  color: #ffffff;
  text-decoration: underline;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.12em;
}
.c-footer--summary__info .in-top {
  margin-top: 40px;
  color: #ffffff;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.c-footer--summary__info .in-os {
  margin-top: 40px;
  color: #ffffff;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.c-footer--summary__info .in-plan {
  margin-top: 40px;
  padding: 0 20px;
  margin-bottom: 60px;
}
.c-footer--summary__info .in-plan__in {
  filter: drop-shadow(2px 4px 10px #174575);
  will-change: filter;
}
.c-footer--copylight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163658;
  padding: 10px 20px 75px;
}
.c-footer--copylight__txt {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-footer--copylight__txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-footer-menu {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: -100%;
  width: 100%;
  /* ここでアニメーションを設定 */
  transition: bottom 0.2s ease;
  /* 0.5秒で滑らかに動く */
}
@media screen and (min-width: 768px) {
  .c-footer-menu {
    padding-right: 6px;
  }
}
.c-footer-menu.active {
  bottom: 0;
}
.c-footer-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-footer-menu-wrap {
    width: 414px;
    margin: 0 auto;
  }
}
.c-footer-menu-link {
  text-decoration: none;
  width: 50%;
  height: 64px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.c-footer-menu-link--form {
  background-color: #DB6B09;
}
.c-footer-menu-link--form__in {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer-menu-link--form__in::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../images/icon/icon_contact_w.svg") no-repeat center center;
  background-size: contain;
  padding-right: 10px;
}
.c-footer-menu-link--tel {
  background-color: #45b220;
}
.c-footer-menu-link--tel__in {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: montserrat, sans-serif;
}
.c-footer-menu-link--tel__in::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/icon/icon_tel_w.svg") no-repeat center center;
  background-size: contain;
  padding-right: 10px;
}

.p-plan .c-footer {
  background-color: #163658;
}

.c-nav-btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.c-nav-btn__line {
  width: 30px;
  height: 3px;
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 5px;
  position: relative;
  transition: .3s;
}
.c-nav-btn__line:last-of-type {
  margin-bottom: 0;
}
.c-nav-btn.is-active .c-nav-btn__line {
  background-color: #FFF;
}
.c-nav-btn.is-active .c-nav-btn__line:first-of-type {
  width: 40px;
  transform: rotate(35deg);
  top: 8px;
}
.c-nav-btn.is-active .c-nav-btn__line:nth-of-type(2) {
  width: 0;
}
.c-nav-btn.is-active .c-nav-btn__line:last-of-type {
  width: 40px;
  transform: rotate(-35deg);
  top: -8px;
}
.c-nav-btn.is-active.c-header--container {
  background-color: #FFF;
}

/* メニュー（l-wrap--body内でスクロールに追随） */
.l-wrap--body .c-nav-menu {
  position: absolute;
  /* スクロールコンテナに対して配置 */
  top: -600px;
  left: 0;
  /* 初期位置は右外 */
  width: 100%;
  height: max-content;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-wrap--body .c-nav-menu {
    width: 420px;
    margin: 0 auto;
  }
}

/* メニュー表示 */
.l-wrap--body .c-nav-menu.show {
  top: 70px;
}
.l-wrap--body .c-nav-menu.show.c-header--container .is-active {
  z-index: 9999;
}
.l-wrap--body .c-nav-menu.show .c-footer-menu {
  display: none;
}

/* メニュー内リンク */
.c-nav-menu ul {
  list-style: none;
  padding: 20px;
}

.c-nav-menu li {
  margin-bottom: 15px;
}
.c-nav-menu li::after {
  content: "";
  background-color: rgba(43, 108, 176, 0.3);
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-nav-menu a {
  text-decoration: none;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2B6CB0;
  letter-spacing: 0.28em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 8px;
}
.c-nav-menu a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../images/icon/icon_right_main.svg") no-repeat center center;
  background-size: contain;
  padding-right: 10px;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-h1 {
  margin-bottom: 20px;
}
.c-ttl-h1__title {
  background: #dddddd;
  padding: 20px;
}
.c-ttl-h1__title .in {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__title .in {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-ttl-h1__text {
  padding-top: 10px;
  text-align: center;
}

/*h2
=============*/
.c-ttl-h2 {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: 15px;
}
.c-ttl-h2 .in {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  background: #ededed;
  padding: 10px;
  margin-bottom: 10px;
}
.c-ttl-h3 .in {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-ttl {
  margin-bottom: 30px;
  text-align: center;
}
.c-ttl__en {
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  color: #2B6CB0;
  letter-spacing: 0.28em;
}
.c-ttl__jp {
  margin: 0 auto;
  width: max-content;
  padding: 5px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #2B6CB0;
  color: #FFF;
  letter-spacing: 0.20em;
}
.c-ttl__sub {
  margin-top: 6px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #333445;
  letter-spacing: 0.20em;
}
.c-ttl--or .c-ttl__en {
  color: #FFF;
}
.c-ttl--or .c-ttl__jp {
  background-color: #FFF;
  color: #DB6B09;
}
.c-ttl--w .c-ttl__en {
  color: #FFF;
}
.c-ttl--w .c-ttl__jp {
  background-color: #FFF;
  color: #2B6CB0;
}
.c-ttl--w .c-ttl__sub {
  color: #FFF;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
  color: #333445;
  line-height: 28px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt--w {
  color: #FFF;
}
.c-basic-txt p, .p-basic-list__item p, .p-ol-list__item p, .p-ol-list--sub__item p {
  margin-bottom: 10px;
}
.c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
  color: #1185E7;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
    transition: .3s;
    cursor: pointer;
  }
  .c-basic-txt a:hover, .p-basic-list__item a:hover, .p-ol-list__item a:hover, .p-ol-list--sub__item a:hover {
    opacity: .7;
  }
}
.c-basic-txt strong, .p-basic-list__item strong, .p-ol-list__item strong, .p-ol-list--sub__item strong {
  font-weight: bold;
}
.c-basic-txt .c-basic-txt--img, .p-basic-list__item .c-basic-txt--img, .p-ol-list__item .c-basic-txt--img, .p-ol-list--sub__item .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
.c-basic-txt img, .p-basic-list__item img, .p-ol-list__item img, .p-ol-list--sub__item img {
  display: inline-block;
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 220px;
  width: 100%;
  padding: 12px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  background-position: center right 10%;
  background-color: #2B6CB0;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-basic-btn:hover {
  opacity: .7;
}
.c-basic-btn--w {
  background-color: #FFF;
}
.c-basic-btn--under {
  background-image: none;
  background-color: #FFF;
  position: relative;
}
.c-basic-btn--under::after {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  background: url("../images/icon/icon_tri_bottom_or.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
.c-basic-btn--right {
  background-image: none;
  background-color: #FFF;
  position: relative;
}
.c-basic-btn--right::after {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  background: url("../images/icon/icon_right_or.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
.c-basic-btn--tel {
  background-image: none;
  background-color: #FFF;
  position: relative;
}
.c-basic-btn--tel::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../images/icon/icon_tel_or.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 8px);
  left: 15px;
}
.c-basic-btn--tel .c-basic-btn__in {
  font-family: montserrat, sans-serif;
  letter-spacing: .2em;
  padding-left: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    padding: 18px 10px;
  }
}
.c-basic-btn__in {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-basic-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-btn__in--or {
  color: #DB6B09;
}
.c-basic-btn.back {
  background: url(../images/icon/icon_left_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  background-position: center left 10%;
  background-color: #959595;
}
.c-basic-btn.send {
  background-color: #c60d0d;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 992px) {
  .c-gmap {
    padding-top: 80%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ifream===================*/
.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 992px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input[type="text"] {
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  outline: none;
  border: none;
}

.c-form-input--txt {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px;
}
.c-form-input--txt::placeholder {
  font-weight: bold;
  opacity: 0.3;
  color: #666666;
}
.c-form-select {
  position: relative;
}
.c-form-select--select {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px;
}
.c-form-select::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  width: 6.2px;
  height: 6.2px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  transform: rotate(45deg);
}
.c-form-select select {
  -webkit-appearance: none;
  appearance: none;
}
.c-form-check {
  position: relative;
}
.c-form-check__label {
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}
.c-form-check__label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: .1em;
}
.c-form-check__label::after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  left: 0.08em;
  top: 0.29em;
  transform: rotate(-45deg);
  opacity: 0;
}
.c-form-check__input {
  width: 1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.c-form-check__input:checked + .c-form-check__label::before {
  background-color: #2B6CB0;
}
.c-form-check__input:checked + .c-form-check__label::after {
  opacity: 1;
}
.c-form-textarea {
  width: 100%;
  min-height: 260px;
  background-color: #f5f5f5;
  padding: 10px;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
}
.p-basic-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.p-basic-list__item:before {
  content: "・";
  color: #2B6CB0;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
.p-ol-list--sub {
  display: block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5px;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* ====================
	■下線
	=====================*/
.p-line-list__item {
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
}
.p-line-list__item:first-of-type {
  border-top: none;
}

/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.jq-head-fix {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .5s;
  opacity: 0;
}
.jq-head-fix.jq-head-fix-on {
  top: 0;
  opacity: 1;
}

/*===================
横から出るメニュー　
*/
article.js-menu--list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: 90%;
  overflow-y: scroll;
}
article.js-menu--list.active {
  right: 0;
}
article.js-menu--list div.g-menu_contents {
  height: 100%;
}
article.js-menu--list.active .g-menu_close {
  left: 1em;
}

article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background: url("../images/icon/icon_multiply_w.svg") no-repeat;
  background-size: 8% auto;
  background-position: left 1% top 5px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
}

.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}

/*======================
【js-accordion】アコーディオン
======================*/
.js-accordion__switch {
  cursor: pointer;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-sp-accordion__btn {
  transition: .3s;
  cursor: pointer;
}
.js-sp-accordion__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__btn {
    cursor: inherit;
  }
  .js-sp-accordion__btn:hover {
    opacity: 1;
  }
}
.js-sp-accordion__btn-in {
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__btn-in {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.js-sp-accordion__btn.rotate .js-sp-accordion__btn-in {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
.js-sp-accordion__btn.rotate + .js-sp-accordion__body {
  display: block !important;
  opacity: 1;
}

.js-sp-accordion__body {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__body {
    display: block;
    opacity: 1;
  }
}

/*======================
【js-tab】タブ切り替え
======================*/
.js-tab-menu {
  transition: .3s;
  cursor: pointer;
}
.js-tab-menu:hover {
  opacity: .7;
}

.js-tab-body .js-tab-contents {
  display: none;
}
.js-tab-body .js-tab-contents.js-tab-show {
  display: block;
}

/*======================
【js-slick】スライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #2B6CB0;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #2B6CB0;
}

.js-slick-fllwidth .slick-dots {
  bottom: -45px;
}
.js-slick-fllwidth .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
  color: #D6D6D6;
  font-size: 13px;
}
.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
  color: #7D7D7D;
}

/*【slick】カルーセルスライダーにポップアップ（colorboxを追加）*/
.js-slick-photo .item {
  position: relative;
}
.js-slick-photo .item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.js-slick-photo .item a.in-link {
  position: relative;
  z-index: 5;
}

/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #2B6CB0;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#colorbox #cboxClose {
  background: url("../images/icon/icon_multiply_w.svg") no-repeat center;
  background-color: #2B6CB0;
  background-size: 60% 60%;
  width: 32px;
  height: 32px;
  top: -32px;
  right: 0px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxClose:hover {
  opacity: .7;
}
#colorbox #cboxNext {
  background: url("../images/icon/icon_right_w.svg") no-repeat center;
  background-color: #2B6CB0;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxNext:hover {
  opacity: .7;
}
#colorbox #cboxPrevious {
  background: url("../images/icon/icon_left_w.svg") no-repeat center;
  background-color: #2B6CB0;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  left: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxPrevious:hover {
  opacity: .7;
}

/*動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeInTrigger,
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce,
.fadeInTriggerOnce {
  opacity: 0;
}

.delay-01 {
  animation-delay: 100ms !important;
}

.delay-02 {
  animation-delay: 200ms !important;
}

.delay-03 {
  animation-delay: 300ms !important;
}

.delay-04 {
  animation-delay: 400ms !important;
}

.delay-05 {
  animation-delay: 500ms !important;
}

.delay-06 {
  animation-delay: 600ms !important;
}

.delay-07 {
  animation-delay: 700ms !important;
}

.delay-08 {
  animation-delay: 800ms !important;
}

.delay-09 {
  animation-delay: 900ms !important;
}

.delay-10 {
  animation-delay: 1000ms !important;
}

.delay-11 {
  animation-delay: 1100ms !important;
}

.delay-12 {
  animation-delay: 1200ms !important;
}

.delay-13 {
  animation-delay: 1300ms !important;
}

.delay-14 {
  animation-delay: 1400ms !important;
}

.delay-15 {
  animation-delay: 1500ms !important;
}

.delay-16 {
  animation-delay: 1600ms !important;
}

.delay-17 {
  animation-delay: 1700ms !important;
}

.delay-18 {
  animation-delay: 1800ms !important;
}

@media screen and (min-width: 992px) {
  .delay-01--pc {
    animation-delay: 100ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-02--pc {
    animation-delay: 200ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-03--pc {
    animation-delay: 300ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-04--pc {
    animation-delay: 400ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-05--pc {
    animation-delay: 500ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-01--pc {
    animation-delay: 100ms !important;
  }
}

/*Project
======================================= */
     /* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
  /* 問題提起 */
  /* 解決 */
  /* サービス */
  /* ご相談ください */
  /* お客様の声 */
  /* 事業者向け */
  /* 会社概要 */
  /* よくある質問 */
  /* お問い合わせ */
}
.p-top-main {
  width: 100%;
  height: 100vh;
  background: url("../images/top/img_main_bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-main {
    height: 80vh;
  }
}
.p-top-main-ribon {
  width: 100px;
  height: 80px;
  background: url("../images/top/img_ribon.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-top-main-ttl {
  padding-top: 80px;
  text-align: center;
}
.p-top-main-ttl-top {
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  position: relative;
  margin: 0 auto 5px;
}
.p-top-main-ttl-top::before {
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: #FFF;
  background-size: cover;
  position: absolute;
  transform: rotate(-10deg);
  left: -10px;
  bottom: 0;
}
.p-top-main-ttl-top::after {
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: #FFF;
  background-size: cover;
  position: absolute;
  transform: rotate(10deg);
  right: -10px;
  bottom: 0;
}
.p-top-main-ttl-top p {
  padding-right: 0.5px;
}
.p-top-main-ttl-top p:last-child {
  padding: 0;
}
.p-top-main-ttl-top__in {
  color: #FFF;
}
.p-top-main-ttl-top__span {
  color: #F6F040;
}
.p-top-main-ttl-top__span::before {
  content: "";
  background-color: #F6F040;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50px;
  margin: 0 auto 2px;
}
.p-top-main-ttl-center-you {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.p-top-main-ttl-center-you__span {
  font-size: 30px;
  font-size: 1.875rem;
}
.p-top-main-ttl-center-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-main-ttl-center-topic-in {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #F6F040;
  color: #2082E0;
  font-weight: 900;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.p-top-main-ttl-center-topic-in:last-child {
  margin-right: 0;
}
.p-top-main-ttl-center-omakase {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.p-top-main-ttl-center-omakase__span {
  font-size: 22px;
  font-size: 1.375rem;
  color: #F6F040;
}
.p-top-main-after2 {
  width: 200px;
  height: 200px;
  background: url("../images/top/img_after.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 180px;
  right: 10px;
}
.p-top-main-after {
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 180px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-main-after {
    bottom: 165px;
  }
}
.p-top-main-house {
  width: 300px;
  height: 270px;
  background: url("../images/top/img_house.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-main-point {
  width: 60px;
  height: 170px;
  background: url("../images/top/img_top_point.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 180px;
  left: 60px;
}
.p-top-main-fam {
  width: 130px;
  height: 150px;
  background: url("../images/top/img_fam.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.p-top-main-os {
  position: absolute;
  bottom: -160px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.p-top-main-os-cover {
  background-color: rgba(44, 74, 112, 0.8);
  padding: 20px 15px;
  border-radius: 5px;
  position: relative;
}
.p-top-main-os-cover::after {
  content: "";
  width: 210px;
  height: 25px;
  background: url("../images/top/img_os.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: calc(50% - 105px);
}
.p-top-main-os-txt {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #FFF;
}
.p-top-main-os-txt__in {
  color: #FAE800;
}
.p-top-main-os-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-main-os-item {
  width: 100px;
  height: 100px;
  background-color: #213A69;
  border: #FAE800 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: #FFF;
  font-weight: 900;
  line-height: 1.4em;
}
.p-top-main-os-item--1::before {
  content: "";
  width: 20px;
  height: 22px;
  display: block;
  background: url("../images/top/img_os_no1.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -5px;
  top: -7px;
}
.p-top-main-os-item--2 {
  line-height: 1.1em;
}
.p-top-main-os-item--2::before {
  content: "";
  width: 20px;
  height: 22px;
  display: block;
  background: url("../images/top/img_os_no2.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -5px;
  top: -7px;
}
.p-top-main-os-item--3 .p-top-main-os-item__spanm {
  line-height: 0.2em;
}
.p-top-main-os-item--3::before {
  content: "";
  width: 20px;
  height: 22px;
  display: block;
  background: url("../images/top/img_os_no3.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -5px;
  top: -7px;
}
.p-top-main-os-item-s {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-top-main-os-item-m {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-top-main-os-item-ten {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: .6em;
}
.p-top-main-os-item__span {
  font-size: 26px;
  font-size: 1.625rem;
  color: #FAE800;
}
.p-top-main-os-item__spanm {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FAE800;
}
.p-top-problem {
  background: url("../images/top/img_bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 0;
}
.p-top-problem-plan {
  padding: 0 20px;
  margin-bottom: 60px;
}
.p-top-problem-plan__in {
  filter: drop-shadow(2px 4px 10px #cdcdcd);
  will-change: filter;
}
.p-top-problem-about {
  display: block;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 65px;
}
.p-top-problem-about::before {
  content: "";
  width: 330px;
  height: 4px;
  display: block;
  background: url("../images/top/img_frame_top.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 165px);
  top: 0px;
}
.p-top-problem-about::after {
  content: "";
  width: 330px;
  height: 34px;
  display: block;
  background: url("../images/top/img_frame_bottom.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 165px);
  bottom: -40px;
}
.p-top-problem-about-ttl {
  width: 90px;
  padding: 4px 20px;
  background-color: #163658;
  font-family: montserrat, sans-serif;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  width: max-content;
  margin: 0 auto;
  position: absolute;
  top: -13px;
  left: calc(50% - 45px);
}
.p-top-problem-about-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.p-top-problem-about-txt__span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #2B6CB0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fff653 0%);
  line-height: 1.3em;
}
.p-top-problem-user {
  padding-bottom: 300px;
  position: relative;
}
.p-top-problem-user::after {
  content: "";
  display: block;
  width: 340px;
  height: 260px;
  background: url("../images/top/img_fufu_nayami.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: calc(50% - 170px);
}
.p-top-problem-user-list {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-top-problem-user-list {
    padding: 0 20px;
  }
}
.p-top-problem-user-item {
  width: max-content;
  border-radius: 5px;
  background-color: #F5F8FD;
  padding: 12px 15px;
  margin-bottom: 30px;
  position: relative;
}
.p-top-problem-user-item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}
.p-top-problem-user-item:nth-child(1)::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/top/img_men_nayami.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 41px);
  right: -64px;
}
.p-top-problem-user-item:nth-child(2)::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/top/img_women_nayami.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 41px);
  left: -64px;
}
.p-top-problem-user-item:nth-child(3)::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/top/img_ojisan_nayami.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 41px);
  right: -50px;
}
.p-top-problem-user-item-txt {
  color: #1D5692;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}
.p-top-problem-user-item-txt__in {
  font-size: 20px;
  font-size: 1.25rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #dcedff 0%);
}
.p-top-problem-solution {
  background-color: #2B6CB0;
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
.p-top-problem-solution:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url("../images/top/img_reason_top.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.p-top-problem-solution-sub {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  font-weight: 900;
  margin-bottom: 5px;
  position: relative;
}
.p-top-problem-solution-sub::before {
  content: "";
  width: 100px;
  height: 50px;
  display: block;
  background: url("../images/top/img_kaiketsu_1.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 40px;
  z-index: 1;
}
.p-top-problem-solution-main {
  font-size: 36px;
  font-size: 2.25rem;
  color: #FFF;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.12em;
  position: relative;
}
.p-top-problem-solution-main__in {
  color: #F6F040;
}
.p-top-problem-solution-main::after {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background: url("../images/top/img_kaiketsu_2.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1;
}
.p-top-problem-solution-txt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 600;
  line-height: 2em;
}
.p-top-problem-solution-images {
  margin-top: 40px;
  position: relative;
  padding: 0 5px;
}
.p-top-problem-solution-images::before {
  content: "";
  width: 165px;
  height: 200px;
  display: block;
  background: url("../images/top/img_men_plant.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
}
.p-top-problem-solution-images::after {
  content: "";
  width: 300px;
  height: 180px;
  display: block;
  background: url("../images/top/img_women_coffe.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -25px;
  left: -35px;
  z-index: 1;
}
.p-top-problem-solution-images-top {
  margin-bottom: 5px;
}
.p-top-problem-solution-images-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-problem-solution-images-item--1 {
  width: 270px;
  height: 140px;
}
.p-top-problem-solution-images-item--2 {
  width: 30%;
  height: 140px;
}
.p-top-problem-solution-images-item--3 {
  width: 69%;
  height: 240px;
}
.p-top-problem-solution-images-item img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.p-top-reason {
  padding-top: 0;
}
.p-top-reason-cover {
  padding-top: 50px;
  background-color: #3A85D4;
}
.p-top-reason-ttl {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.p-top-reason-ttl::before {
  content: "";
  width: 80px;
  height: 30px;
  display: block;
  background: url("../images/top/img_reason_1.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 50px;
  z-index: 1;
}
.p-top-reason-ttl::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/top/img_reason_2.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 55px;
  z-index: 1;
}
.p-top-reason-ttl-sub {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: -10px;
}
.p-top-reason-ttl-main {
  color: #FFF;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: -10px;
}
.p-top-reason-ttl-main__span {
  color: #F6F040;
  font-size: 64px;
  font-size: 4rem;
  font-family: "sedgwick-ave", sans-serif;
  font-weight: 100;
}
.p-top-reason-ttl-en {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.p-top-reason-item {
  padding-bottom: 30px;
}
.p-top-reason-item:nth-child(2) {
  background-color: #2B6CB0;
  padding-top: 50px;
}
.p-top-reason-item:nth-child(2) .p-top-reason-item-no {
  color: #2B6CB0;
  right: inherit;
  left: 10px;
  top: -20px;
}
.p-top-reason-item:nth-child(2) .p-top-reason-item-img {
  margin-left: auto;
  margin-right: 0;
}
.p-top-reason-item:nth-child(2) .p-top-reason-item-img img {
  border-radius: 10px 0 0 10px;
}
.p-top-reason-item:nth-child(2) .p-top-reason-item-ttl {
  color: #2B6CB0;
}
.p-top-reason-item:nth-child(3) {
  padding-top: 50px;
  padding-bottom: 180px;
}
.p-top-reason-item-topic {
  position: relative;
}
.p-top-reason-item-img {
  width: 90%;
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  margin-right: auto;
}
.p-top-reason-item-img img {
  border-radius: 0 10px 10px 0;
}
.p-top-reason-item-no {
  position: absolute;
  right: 10px;
  top: -20px;
  background-color: #F6F040;
  border-radius: 50px;
  font-family: montserrat, sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3A85D4;
}
.p-top-reason-item-ttl {
  position: relative;
  z-index: 10;
  width: max-content;
  margin: -20px auto 0;
  padding: 15px 20px;
  background-color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #3A85D4;
}
.p-top-reason-item-ttl--1::after {
  content: "Service";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-reason-item-ttl--2::after {
  content: "Achievements";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -30px;
  left: -40px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-reason-item-ttl--3::after {
  content: "Produce";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-reason-item-txt {
  margin-top: 20px;
  padding: 0 30px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 1.4em;
  color: #FFF;
}
.p-top-service-item {
  margin-bottom: 60px;
}
.p-top-service-item:nth-child(odd) .p-top-service-item-ttl {
  bottom: -20px;
  left: -10px;
}
.p-top-service-item:nth-child(odd) .p-top-service-item-no {
  top: -20px;
  right: -10px;
}
.p-top-service-item:nth-child(even) .p-top-service-item-ttl {
  bottom: -20px;
  right: -10px;
}
.p-top-service-item:nth-child(even) .p-top-service-item-no {
  top: -20px;
  left: -10px;
}
.p-top-service-item-cover {
  position: relative;
  margin-bottom: 40px;
}
.p-top-service-item-img {
  height: 280px;
}
.p-top-service-item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.p-top-service-item-ttl {
  position: absolute;
  width: max-content;
  line-height: 3.6em;
}
.p-top-service-item-ttl__in {
  background-color: #2B6CB0;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 10px 15px;
}
.p-top-service-item-ttl__en {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #49A275;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.p-top-service-item-ttl--1::after {
  content: "All services";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-ttl--2::after {
  content: "Achitecture";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -25px;
  left: -50px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-ttl--3::after {
  content: "Renovation";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-ttl--4::after {
  content: "Support";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-ttl--5::after {
  content: "Reform";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -45px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-ttl--6::after {
  content: "Construction";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-ttl--7::after {
  content: "Assist";
  color: #F6F040;
  font-family: homemade-apple-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: -34px;
  left: -5px;
  transform: rotate(-10deg);
  font-weight: 100;
}
.p-top-service-item-no {
  position: absolute;
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
  background-color: #DB6B09;
  text-align: center;
}
.p-top-service-item-no__sub {
  font-family: montserrat, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: -5px;
}
.p-top-service-item-no__main {
  font-family: montserrat, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: #FFF;
  font-weight: 900;
}
.p-top-service-item-txt {
  line-height: 1.8em;
  letter-spacing: .12em;
}
.p-top-service-item-btn {
  margin-top: 20px;
  text-align: center;
}
.p-top-service-item-btn__link {
  margin: 0 auto;
  width: 220px;
  text-align: center;
  background-color: #F6F040;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #2B6CB0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-service-item-btn__link::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/icon/icon_window_w.svg") no-repeat center center;
  background-size: contain;
  padding-right: 20px;
}
.p-top-service-others {
  background-color: #F5F8FD;
  border-radius: 10px;
  padding: 20px;
}
.p-top-service-others-main {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #2B6CB0;
}
.p-top-service-others-ttl {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2B6CB0;
  letter-spacing: 0.12em;
}
.p-top-service-others-txt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 1.4em;
}
.p-top-subcontact {
  margin-top: -150px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #DB6B09;
  padding: 10px;
  position: relative;
}
.p-top-subcontact::before {
  content: "";
  width: 120px;
  height: 150px;
  display: block;
  background: url("../images/top/img_men_contacr.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: -34px;
  z-index: 10;
}
.p-top-subcontact-wrap {
  padding: 25px 0;
  border: solid #F6F040 2px;
}
.p-top-subcontact-en {
  text-align: center;
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  letter-spacing: 0.28em;
  line-height: .8em;
}
.p-top-subcontact-subttl {
  text-align: center;
  font-weight: 900;
  font-size: 26px;
  font-size: 1.625rem;
  color: #FFF;
  letter-spacing: 0.15em;
  line-height: .8em;
}
.p-top-subcontact-mainttl {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  color: #F6F040;
  letter-spacing: 0.15em;
}
.p-top-subcontact-txt {
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.p-top-subcontact-btn {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-top-subcontact-btn .c-basic-btn:first-child {
  margin-bottom: 15px;
}
.p-top-subcontact-free {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 94px;
  height: 94px;
  border-radius: 50px;
  background-color: #F6F040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-subcontact-free__in {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  color: #DB6B09;
  line-height: 1.1em;
}
.p-top-voice-wrap {
  padding-top: 40px;
  padding-bottom: 180px;
  background-color: #2B6CB0;
}
.p-top-voice-item {
  background-color: #FFF;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item {
    margin-bottom: 45px;
  }
}
.p-top-voice-item-top {
  position: relative;
}
.p-top-voice-item-ttl {
  width: max-content;
  color: #DB6B09;
  letter-spacing: 0.12em;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 900;
}
.p-top-voice-item-ttl--right {
  margin-left: auto;
}
.p-top-voice-item-ttl__in {
  position: relative;
  padding: 0 5px;
}
.p-top-voice-item-ttl__in::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #DB6B09;
  opacity: 0.2;
}
.p-top-voice-item-prof {
  width: 100px;
  height: 100px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item-prof {
    width: 120px;
    height: 120px;
  }
}
.p-top-voice-item-prof--1 {
  display: block;
  background: url("../images/top/img_voice_1.svg") no-repeat center center;
  background-size: contain;
  top: -20px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item-prof--1 {
    top: -45px;
  }
}
.p-top-voice-item-prof--2 {
  display: block;
  background: url("../images/top/img_voice_2.svg") no-repeat center center;
  background-size: contain;
  top: -20px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item-prof--2 {
    top: -45px;
  }
}
.p-top-voice-item-prof--3 {
  display: block;
  background: url("../images/top/img_voice_3.svg") no-repeat center center;
  background-size: contain;
  top: -20px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item-prof--3 {
    top: -45px;
  }
}
.p-top-voice-item-name {
  color: #2B6CB0;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.p-top-voice-item-name::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: url("../images/top/img_line_1.svg") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}
.p-top-business .c-ttl__en {
  color: #49A275;
  line-height: 1.1em;
}
.p-top-business .c-ttl__jp {
  background-color: #49A275;
}
.p-top-business-message-list {
  background-color: #9fb6a5;
  padding: 30px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.p-top-business-message-list::before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background: url("../images/top/img_men_business_nayami.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.p-top-business-message-item {
  width: max-content;
  margin: 0 auto 20px;
  color: #FFF;
  letter-spacing: 0.12em;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 2px dashed #FFF;
}
.p-top-business-message-item::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/icon/icon_check_w.svg") no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}
.p-top-business-message-item:last-of-type {
  margin-bottom: 0;
}
.p-top-business-support {
  margin-bottom: 40px;
}
.p-top-business-support-topic {
  margin-bottom: 50px;
  position: relative;
}
.p-top-business-support-topic::before {
  content: "";
  width: 76px;
  height: 155px;
  display: block;
  background: url("../images/top/img_nayami_messe.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -50%;
  right: -20px;
}
.p-top-business-support-topic::after {
  content: "";
  width: 100px;
  height: 260px;
  display: block;
  background: url("../images/top/img_men_business_omakase.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -75%;
  right: -30px;
}
.p-top-business-support-topic-ttl {
  width: max-content;
  color: #DB6B09;
  letter-spacing: 0.12em;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  font-weight: 900;
  position: relative;
  padding: 0 5px;
}
.p-top-business-support-topic-ttl::after {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: -9px;
  background-color: #DB6B09;
  opacity: 0.2;
}
.p-top-business-support-topic-txt {
  width: 80%;
  line-height: 26px;
  padding: 0 5px;
}
.p-top-business-support-item {
  width: 86%;
  background-color: #e8ede7;
  padding: 30px 20px 30px 0;
  border-radius: 0 10px 10px 0;
  margin-bottom: 30px;
  /*2番目*/
}
.p-top-business-support-item-cover {
  position: relative;
}
.p-top-business-support-item-img {
  width: 90%;
  height: 280px;
}
.p-top-business-support-item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.p-top-business-support-item-ttl {
  position: absolute;
  bottom: -40px;
  right: -50px;
}
.p-top-business-support-item-ttl__jp {
  width: max-content;
  line-height: 3.6em;
  margin-bottom: 3px;
}
.p-top-business-support-item-ttl__jp__in {
  background-color: #49A275;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 10px 15px;
}
.p-top-business-support-item-ttl__en {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #49A275;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.p-top-business-support-item-txt {
  margin-top: 60px;
  margin-left: 20px;
  line-height: 1.8em;
  letter-spacing: .12em;
}
.p-top-business-support-item:nth-child(2) {
  padding: 30px 0 30px 20px;
  border-radius: 10px 0 0 10px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
}
.p-top-business-support-item:nth-child(2) .p-top-business-support-item-img {
  margin-right: 0;
  margin-left: auto;
}
.p-top-business-support-item:nth-child(2) .p-top-business-support-item-img img {
  border-radius: 10px 0 0 10px;
}
.p-top-business-support-item:nth-child(2) .p-top-business-support-item-ttl {
  position: absolute;
  bottom: -40px;
  left: -50px;
  right: inherit;
}
.p-top-business-support-item:nth-child(2) .p-top-business-support-item-txt {
  margin-top: 60px;
  margin-right: 20px;
  margin-left: auto;
}
.p-top-business-images {
  position: relative;
}
.p-top-business-images::before {
  content: "";
  width: 114px;
  height: 200px;
  display: block;
  background: url("../images/top/img_men_business_walk.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
}
.p-top-business-images::after {
  content: "";
  width: 200px;
  height: 140px;
  display: block;
  background: url("../images/top/img_men_business_pc.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 1;
}
.p-top-business-images-item {
  width: 255px;
  height: 200px;
}
.p-top-business-images-item:nth-child(1) {
  margin-left: 5px;
  margin-bottom: 5px;
}
.p-top-business-images-item:nth-child(2) {
  margin-left: auto;
  margin-right: 5px;
}
.p-top-business-images-item img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.p-top-company--box {
  background-color: #F5F8FD;
  padding: 30px 20px;
}
.p-top-company--block {
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
}
.p-top-company--block:last-of-type {
  border-bottom: none;
}
.p-top-company--block__ttl {
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-size: 1rem;
  color: #2B6CB0;
}
.p-top-company--block__cont {
  line-height: 26px;
}
.p-top-company--block__cont .in-map {
  margin-top: 10px;
}
.p-top-company--block__cont .in-map iframe {
  width: 100%;
  height: 360px;
  aspect-ratio: 1 / .6;
}
.p-top-faq .c-ttl__en {
  color: #5087A2;
}
.p-top-faq .c-ttl__jp {
  background-color: #5087A2;
}
.p-top-faq-block {
  counter-reset: dt-num;
}
.p-top-faq-block__q {
  background-color: #5087A2;
  counter-increment: dt-num;
  padding: 15px 15px 15px calc(2em + 20px);
  position: relative;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  line-height: 30px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.12em;
}
.p-top-faq-block__q::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "Q" counter(dt-num,decimal);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #5087A2;
  font-family: montserrat, sans-serif;
  font-weight: 900;
}
.p-top-faq-block__q--light {
  background-color: #65A1BE;
}
.p-top-faq-block__q--light::before {
  color: #65A1BE;
}
.p-top-faq-block__a {
  background-color: #F5F8FD;
  border-radius: 0 0 10px 10px;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.p-top-faq-block__a:last-of-type {
  margin-bottom: 0;
}
.p-top-contact {
  background-color: #DB6B09;
  padding-top: 40px;
}
.p-top-contact-topic {
  margin-bottom: 30px;
}
.p-top-contact--form {
  background-color: #FFF;
  padding: 30px 20px;
  border-radius: 10px;
}
.p-top-contact--form__block {
  margin-bottom: 15px;
}
.p-top-contact--form__block .in-ttl {
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  position: relative;
}
.p-top-contact--form__block .in-ttl::after {
  content: "必須";
  background-color: #d21919;
  padding: 3px 4px 3px 6px;
  font-size: 10px;
  border-radius: 2px;
  color: #FFF;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
.p-top-contact--form__block .in-input__txt {
  width: 100%;
  height: 280px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-size: 0.75rem;
  overflow-y: scroll;
  padding: 15px;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .p-top-contact--form__block .in-input__txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-top-contact--form__block .in-input__txt::-webkit-scrollbar {
  width: 4px;
}
.p-top-contact--form__block .in-input__txt::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.p-top-contact--form__block .in-input__txt::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 10px;
}
.p-top-contact--form__block .in-input__txt__span {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777777;
}
.p-top-contact--form__block--check {
  margin-top: 10px;
}
.p-top-contact--form-btn {
  text-align: center;
}
.p-top-contact--form-btn__in {
  cursor: pointer;
  width: 220px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #DB6B09;
  color: #FFF;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
}
.p-top-jump {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .p-top-jump {
    padding-top: 96px;
    margin-top: -96px;
  }
}
.p-top-jump--about {
  padding-top: 110px;
  margin-top: -110px;
}
.p-top-jump--contact {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (min-width: 768px) {
  .p-top-jump--contact {
    padding-top: 110px;
    margin-top: -110px;
  }
}
.p-top-pctxt {
  position: absolute;
  display: none;
  bottom: 60px;
  left: 60px;
}
@media screen and (min-width: 992px) {
  .p-top-pctxt {
    display: block;
  }
}
.p-top-pctxt__in {
  font-family: "drummond-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 80px;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
  line-height: 1.2em;
}
.p-top-pcmenu {
  position: absolute;
  display: none;
  top: calc(50% - 254px);
  right: 5%;
  width: 25%;
  height: 518px;
}
@media screen and (min-width: 992px) {
  .p-top-pcmenu {
    display: block;
  }
}
.p-top-pcmenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(55, 55, 55, 0.2);
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.p-top-pcmenu-list::before {
  content: "";
  position: absolute;
  display: block;
  top: -120px;
  left: calc(50% - 160px);
  width: 320px;
  height: 70px;
  background: url("../images/common/logo_full.svg") no-repeat center center;
  background-size: contain;
}
.p-top-pcmenu-item {
  width: 100%;
}
.p-top-pcmenu-item::after {
  content: "";
  background-color: #2B6CB0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 0.2;
}
.p-top-pcmenu-item:last-child::after {
  display: none;
}
.p-top-pcmenu-item-link {
  text-decoration: none;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  color: #2B6CB0;
  letter-spacing: 0.28em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 10px;
}
.p-top-pcmenu-item-link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-size: contain;
  padding-right: 10px;
}
.p-top-pcmenu-plan {
  display: none;
  position: absolute;
  top: calc(50% - 127px);
  left: 5%;
  width: 25%;
}
@media screen and (min-width: 992px) {
  .p-top-pcmenu-plan {
    display: block;
  }
}
.p-top-pcmenu-plan__in {
  width: 100%;
  transition: .2s;
}
.p-top-pcmenu-plan__in::before {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: translate3d(0, 0, 0);
  animation: aura 3s ease-out infinite;
}
.p-top-pcmenu-plan__in::after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: translate3d(0, 0, 0);
  animation: aura 3s ease-out 1.5s infinite;
}
@keyframes aura {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.15, 1.25);
    opacity: 0;
  }
}
.p-top-pcmenu-plan__in:hover {
  opacity: 1;
}
.p-top .in-os {
  display: none;
}

.p-modal {
  padding: 0;
}
.p-modal-service {
  padding: 10px 20px;
  background-color: #2B6CB0;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal-service {
    padding: 20px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-modal-ttl {
  color: #2B6CB0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 20px;
}
@media screen and (min-width: 768px) {
  .p-modal-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-modal-wrap {
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-modal-list {
    padding: 20px 20px;
  }
}
.p-modal-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-modal-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .p-modal-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2B6CB0;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50%);
  }
}
.p-modal-item:last-child {
  margin-bottom: 0;
}
.p-modal-item:last-child::after {
  display: none;
}
.p-modal-item-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-modal-item-img {
    width: 50%;
    height: 240px;
    margin-bottom: 0px;
  }
}
.p-modal-item-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-modal-item-topic {
  padding: 0 20px 0 25px;
  text-align: left;
  position: relative;
}
.p-modal-item-topic::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #2B6CB0;
  position: absolute;
  top: 0;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-modal-item-topic::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-modal-item-topic {
    width: 50%;
  }
}
.p-modal-item-ttl {
  color: #2B6CB0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-modal-item-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-modal-item-txt {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .p-modal-item-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.remodal-close:before {
  color: #FFF;
}

.p-contact .c-header--container {
  background-color: #2B6CB0;
}
.p-contact .c-header--nav {
  display: none;
}
.p-contact-wrap {
  padding-top: 110px;
}
.p-contact-conf {
  margin-top: 40px;
  margin-bottom: 60px;
}
.p-contact-conf-txt {
  width: 100%;
  letter-spacing: 0.12em;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  overflow-wrap: break-word;
}
.p-contact-conf-txt::after {
  content: "";
  background-color: #2B6CB0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  margin-top: 10px;
  opacity: 0.2;
}
.p-contact-thanks {
  margin-top: 40px;
  margin-bottom: 60px;
}
.p-contact-thanks-main {
  font-family: "poppins", sans-serif;
  text-decoration: none;
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  color: #2B6CB0;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 10px;
}
.p-contact-thanks-ttl {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.p-contact-thanks-txt {
  letter-spacing: 0.12em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.p-contact-btn {
  margin-top: 20px;
  text-align: center;
}
.p-contact-btn__in {
  margin: 0 auto;
  text-decoration: none;
}
.p-contact-btn__in--send {
  margin-bottom: 15px;
}
.p-contact-btn__in--send input {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 220px;
  background-color: #DB6B09;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
  border-radius: 50px;
}
.p-contact-btn__in--back input {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 140px;
  background-color: #8a8a8a;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  border-radius: 50px;
}
.p-contact-btn__in--thanks {
  width: 220px;
  background-color: #2B6CB0;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
}
.p-contact .c-footer .in-top {
  display: none;
}
.p-contact .c-footer--copylight {
  padding-bottom: 10px;
}
.p-contact .c-footer-menu {
  display: none;
}

.p-plan {
  background-color: #f9f9fb;
  padding-top: 70px;
}
.p-plan-ttl {
  margin-bottom: 60px;
  font-weight: 900;
  color: #2B6CB0;
  padding: 0 20px;
  text-align: center;
}
.p-plan-ttl__jp {
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
}
.p-plan-ttl__en {
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2B6CB0;
  letter-spacing: 0.28em;
}
.p-plan-messe {
  background: url("../images/plan/img_messe_bg_sp.jpg") no-repeat center center;
  background-size: cover;
  background-position: top;
  padding-top: 125%;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-plan-messe {
    background: url("../images/plan/img_messe_bg_pc.jpg") no-repeat center center;
    padding: 0;
    width: 100vw;
    height: 480px;
    min-height: 100%;
    background-position: left bottom;
    background-size: cover;
  }
}
@media screen and (min-width: 1600px) {
  .p-plan-messe {
    height: 620px;
  }
}
.p-plan-messe::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 35%;
  right: 1%;
  width: 84px;
  height: 84px;
  z-index: 10;
  background: url(../images/plan/img_jump.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .p-plan-messe::before {
    top: 30px;
    right: 5%;
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .p-plan-messe::before {
    top: 80px;
    right: 12%;
  }
}
.p-plan-messe::after {
  content: "Beyond Price,True Value.";
  font-family: homemade-apple-pro, sans-serif;
  position: absolute;
  font-size: 30px;
  width: max-content;
  color: #2b6cb0;
  opacity: .2;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-plan-messe::after {
    bottom: 2%;
    left: 0%;
    font-size: 76px;
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-plan-messe::after {
    font-size: 96px;
    font-size: 6rem;
  }
}
.p-plan-messe-topic {
  position: absolute;
  bottom: 15px;
  margin: 0 15px;
  padding: 0 15px 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 992px) {
  .p-plan-messe-topic {
    position: absolute;
    width: max-content;
    height: max-content;
    padding: 0 20px 20px;
    top: calc(50% - 175px);
    right: 10%;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (min-width: 1600px) {
  .p-plan-messe-topic {
    right: 16%;
    padding: 0 25px 25px;
  }
}
.p-plan-messe-ttl {
  padding: 10px 15px;
  background-color: #2B6CB0;
  color: #FFF;
  margin-left: -25px;
  width: max-content;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: -15px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .p-plan-messe-ttl {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 14px 20px;
    margin-top: -20px;
    margin-left: -45px;
  }
}
.p-plan-messe-en {
  position: absolute;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #7894B2;
  opacity: 0.4;
  top: 30%;
  right: 20px;
  font-size: 36px;
  font-size: 2.25rem;
  display: none;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .p-plan-messe-en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-plan-messe-main {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  filter: drop-shadow(0px 2px 10px rgba(200, 200, 200, 0.2));
}
@media screen and (min-width: 992px) {
  .p-plan-messe-main {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-plan-messe-main__span {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ed6905;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(255, 157, 0, 0.12) 30%);
  letter-spacing: 0.18em;
}
@media screen and (min-width: 992px) {
  .p-plan-messe-main__span {
    font-size: 48px;
    font-size: 3rem;
  }
}
.p-plan-messe-sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
}
@media screen and (min-width: 992px) {
  .p-plan-messe-sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-plan-topic {
  background-color: #FFF;
  padding: 0 0 20px;
  border-radius: 5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic {
    padding: 0 0 30px;
    margin-bottom: 60px;
    text-align: left;
  }
}
.p-plan-topic-main {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-main {
    padding: 0 25px;
  }
}
.p-plan-topic-ttl {
  background-color: #2B6CB0;
  padding: 15px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFF;
  position: relative;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-ttl {
    margin-bottom: 40px;
    padding: 25px 20px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-plan-topic-ttl__free {
  margin-left: 10px;
  padding: 2px 4px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #2B6CB0;
  background-color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-ttl__free {
    margin-left: 20px;
    padding: 5px 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-plan-topic-ttl::before {
  display: none;
  content: "";
  background-color: #2B6CB0;
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-plan-topic-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-img {
    width: 60%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-img img {
    border-radius: 5px;
  }
}
.p-plan-topic-img--sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-img--sp {
    display: none;
  }
}
.p-plan-topic-img--pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-img--pc {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.p-plan-topic-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-wrap {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
  }
}
.p-plan-topic-txt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  line-height: 1.4em;
  margin-bottom: 30px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 600;
  color: #2B6CB0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-txt {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.8em;
    margin-bottom: 30px;
  }
}
.p-plan-topic-txt br {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-txt br {
    display: block;
  }
}
.p-plan-topic-price {
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-price {
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.p-plan-topic-price-sub {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-price-sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-plan-topic-price-main {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-price-main {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-plan-topic-price-main__span {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 900;
  color: #DB6B09;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-price-main__span {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
.p-plan-topic-price-main__note {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-price-main__note {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-plan-topic-note {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-note {
    margin-bottom: 0;
  }
}
.p-plan-topic-note-in {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 5px;
  color: #888888;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-note-in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-plan-topic-note-in:last-child {
  margin-bottom: 0;
}
.p-plan-topic-note--sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-note--sp {
    display: none;
  }
}
.p-plan-topic-note--pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-note--pc {
    display: block;
  }
}
.p-plan-topic-drawing {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing {
    margin-bottom: 50px;
  }
}
.p-plan-topic-drawing-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2B6CB0;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-plan-topic-drawing-ttl::after {
  content: "";
  width: 36px;
  margin: 10px auto 15px;
  height: 2px;
  display: block;
  background-color: #2B6CB0;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-ttl::after {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-plan-topic-drawing-ttl__en {
  letter-spacing: 0.2em;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-ttl__en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-plan-topic-drawing-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.p-plan-topic-drawing-item {
  margin-bottom: 20px;
  border: solid 2px #2B6CB0;
  border-radius: 5px;
}
.p-plan-topic-drawing-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-item {
    margin-bottom: 0;
    width: 45%;
  }
}
.p-plan-topic-drawing-item-img {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-item-img {
    padding-top: 60px;
  }
}
.p-plan-topic-drawing-item-floor {
  position: relative;
}
.p-plan-topic-drawing-item-floor--1::after {
  content: "１階";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2B6CB0;
  border-radius: 0 0 20px 0;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFF;
  padding-right: 3px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-item-floor--1::after {
    font-size: 16px;
    font-size: 1rem;
    width: 54px;
    height: 54px;
    padding-right: 5px;
  }
}
.p-plan-topic-drawing-item-floor--2::after {
  content: "２階";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2B6CB0;
  border-radius: 0 0 20px 0;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFF;
  padding-right: 3px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-item-floor--2::after {
    font-size: 16px;
    font-size: 1rem;
    width: 54px;
    height: 54px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-item-floor {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-plan-topic-drawing__link {
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-plan-topic-drawing-btn {
  background-color: #2B6CB0;
  padding: 6px 36px;
  color: #FFF;
  border-radius: 50px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-drawing-btn {
    padding: 12px 36px;
  }
}
.p-plan-topic-drawing-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../images/icon/icon_right_w.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
.p-plan-topic-content {
  margin: 0 auto 40px;
  border-radius: 5px;
  background-color: #F5F8FD;
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content {
    margin: 0 auto 30px;
    padding: 35px 25px;
  }
}
.p-plan-topic-content--sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content--sp {
    display: none;
  }
}
.p-plan-topic-content--pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content--pc {
    display: block;
  }
}
.p-plan-topic-content-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2B6CB0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.p-plan-topic-content-ttl::after {
  content: "";
  width: 36px;
  margin: 10px auto 15px;
  height: 2px;
  display: block;
  background-color: #2B6CB0;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content-ttl::after {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-plan-topic-content-ttl__en {
  letter-spacing: 0.2em;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content-ttl__en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-plan-topic-content-in {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid #d3e1f0 1px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-content-in {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.p-plan-topic-content-in:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-plan-topic-pdf {
  /* ご相談ください */
}
.p-plan-topic-pdf-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2B6CB0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.p-plan-topic-pdf-ttl::after {
  content: "";
  width: 36px;
  margin: 10px auto 15px;
  height: 2px;
  display: block;
  background-color: #2B6CB0;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-ttl::after {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-plan-topic-pdf-ttl__en {
  letter-spacing: 0.2em;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-ttl__en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-list {
    margin-bottom: 30px;
  }
}
.p-plan-topic-pdf-item {
  margin-bottom: 35px;
}
.p-plan-topic-pdf-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.p-plan-topic-pdf-item-wrap {
  width: 100%;
}
.p-plan-topic-pdf-item-cover {
  border-radius: 5px;
  background-color: #F5F8FD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item-cover {
    padding-bottom: 30px;
  }
}
.p-plan-topic-pdf-item-ttl {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
  background-color: #2B6CB0;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item-ttl {
    padding: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-plan-topic-pdf-item-sub {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item-sub {
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-plan-topic-pdf-item-main {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item-main {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-plan-topic-pdf-item-img {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item-img {
    min-width: 600px;
    max-width: 600px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-topic-pdf-item-img {
    min-width: 720px;
    max-width: 720px;
    margin-right: 30px;
  }
}
.p-plan-topic-pdf-item-img img {
  max-width: inherit;
  width: 100%;
}
.p-plan-topic-pdf-item__link {
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-plan-topic-pdf-item-btn {
  color: #FFF;
  padding: 6px 36px;
  background-color: #2B6CB0;
  border-radius: 50px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-item-btn {
    padding: 12px 36px;
  }
}
.p-plan-topic-pdf-item-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../images/icon/icon_right_w.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
.p-plan-topic-pdf-subcontact {
  margin-top: 40px;
  background-color: #DB6B09;
  padding: 10px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-subcontact {
    width: 70%;
    margin: 60px auto 0;
  }
}
.p-plan-topic-pdf-subcontact::before {
  content: "";
  width: 120px;
  height: 150px;
  display: block;
  background: url("../images/top/img_men_contacr.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: -34px;
  z-index: 10;
}
.p-plan-topic-pdf-subcontact-wrap {
  padding: 25px 0;
  border: solid #F6F040 2px;
}
.p-plan-topic-pdf-subcontact-en {
  text-align: center;
  margin-bottom: 10px;
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  letter-spacing: 0.28em;
  line-height: .8em;
}
.p-plan-topic-pdf-subcontact-subttl {
  text-align: center;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
  letter-spacing: 0.15em;
  line-height: .8em;
}
.p-plan-topic-pdf-subcontact-mainttl {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  color: #F6F040;
  letter-spacing: 0.15em;
}
.p-plan-topic-pdf-subcontact-txt {
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-plan-topic-pdf-subcontact-txt {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-subcontact-txt br {
    display: none;
  }
}
.p-plan-topic-pdf-subcontact-btn {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-plan-topic-pdf-subcontact-btn .c-basic-btn:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-plan-topic-pdf-subcontact-btn .c-basic-btn:first-child {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.p-plan-topic-pdf-subcontact-free {
  position: absolute;
  top: -15px;
  right: -25px;
  width: 94px;
  height: 94px;
  border-radius: 50px;
  background-color: #F6F040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-plan-topic-pdf-subcontact-free__in {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  color: #DB6B09;
  line-height: 1.1em;
}
.p-plan .c-nav-menu {
  display: none;
}
.p-plan .c-header {
  padding-right: 0;
}
.p-plan .c-header--container {
  background-color: #2B6CB0;
  width: 100%;
}
.p-plan .c-header--nav {
  display: none;
}
.p-plan .in-plan {
  display: none;
}

/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #2B6CB0 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #c60d0d !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

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

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

.u-ta-l {
  text-align: left;
}

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

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

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

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

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

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

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

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

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

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

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

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

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

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

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

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

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

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

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

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

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

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

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

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

/*非表示========*/
.u-none {
  display: none !important;
}

/*lnline=========*/
.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

/*table=========*/
.u-table {
  display: table !important;
}

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

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

/*flex=========*/
.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/*sm=============*/
@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

  .u-sm-inline {
    display: inline !important;
  }

  .u-sm-inline-block {
    display: inline-block !important;
  }

  .u-sm-block {
    display: block !important;
  }

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

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

  .u-sm-table-cell {
    display: table-cell !important;
  }

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*md=============*/
@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }

  .u-mu-inline {
    display: inline !important;
  }

  .u-mu-inline-block {
    display: inline-block !important;
  }

  .u-mu-block {
    display: block !important;
  }

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

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

  .u-mu-table-cell {
    display: table-cell !important;
  }

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*lg=================*/
@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

  .u-lg-inline-block {
    display: inline-block !important;
  }

  .u-lg-block {
    display: block !important;
  }

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

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

  .u-lg-table-cell {
    display: table-cell !important;
  }

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*xl====================*/
@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }

  .u-xl-inline {
    display: inline !important;
  }

  .u-xl-inline-block {
    display: inline-block !important;
  }

  .u-xl-block {
    display: block !important;
  }

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

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

  .u-xl-table-cell {
    display: table-cell !important;
  }

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*print=================*/
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

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

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

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
