@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
}

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

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

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container, .l-main--col2, .l-main--col3 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container, .l-main--col2, .l-main--col3 {
    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;
}
.l-container-sp {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container-sp {
    padding: 0;
  }
}

/* =========================================================
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;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: -10px;
  }
}

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

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

/* 2カラム
============*/
.l-main--col2 {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-main--col2 {
    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-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-main {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-side {
    width: 200px;
  }
}

/* 3カラム
============*/
.l-main--col3 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    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;
  }
}
.l-main--col3 .l-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-main {
    width: calc(100% - 360px);
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*==================================
section
==================================*/
.l-section {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 50px auto 0;
  }
}
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--in {
    padding-bottom: 50px;
  }
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-header {
    height: 75px;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.c-header__txt {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 7px;
  font-weight: 600;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-header__txt {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-left: 6px;
    margin-bottom: 13px;
  }
}

.js-logo-white {
  background: url(../images/common/img_logo_white.svg) no-repeat center !important;
}

.js-white {
  color: #fff !important;
  /* テキスト用 */
}

.js-change-color {
  background: rgba(77, 74, 73, 0.8);
}

/*headerを固定する場合*/
/*logo======*/
.c-header-logo {
  width: 114px;
  position: relative;
  margin-left: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header-logo {
    width: 215px;
    margin-left: 23px;
  }
}
.c-header-logo__link {
  width: 50px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.c-header-logo__link a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-header-logo__link a.in-link {
  position: relative;
  z-index: 5;
}
.c-header-logo__txt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  font-weight: 500;
  display: flex;
  letter-spacing: 0.1em;
}
.c-header-logo__txt__icon {
  background: url(../images/icon/icon_multiply.svg) no-repeat center;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 6px;
  margin-top: 1px;
}
.c-header-logo__txt__icon.js-white {
  background: url(../images/icon/icon_multiply_white.svg) no-repeat center;
}
.c-header-logo__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background: url(../images/common/img_logo.svg) no-repeat center;
  background-size: cover;
  width: 100px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .c-header-logo__in {
    width: 198px;
    height: 35px;
    padding-left: 20px;
  }
}

.c-header-pagebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: -4px;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn {
    margin-right: 20px;
  }
}

.c-header-pagebtn-01 {
  margin-right: 10px;
  background: #F5F3EE;
  padding: 8px 8px;
  min-width: 116px;
  color: #46423B;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-01 {
    margin-right: 0;
    padding: 7px 7px;
    min-width: 170px;
    text-align: center;
    margin-left: 15px;
  }
}
.c-header-pagebtn-01:hover {
  transition: 0.1s;
  opacity: 0.7;
}
.c-header-pagebtn-01__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-01__in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-header-pagebtn-01__in:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 37px;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-01__in:after {
    left: 41px;
    border-right: 2px solid #fff;
  }
}
.c-header-pagebtn-01__in span {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-01__in span {
    padding-left: 19px;
    letter-spacing: 1.5px;
  }
}

.c-header-pagebtn-02 {
  margin-right: 5px;
  background: #F5F3EE;
  padding: 7px 10px;
  min-width: 102px;
  color: #46423B;
  font-weight: 500;
  text-align: center;
  margin-left: -8px;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-02 {
    padding: 13px 11px;
    padding-right: 8px;
    min-width: 119px;
    text-align: center;
    margin-left: 15px;
  }
}
.c-header-pagebtn-02:hover {
  opacity: 0.7;
  transition: 0.1s;
}
.c-header-pagebtn-02__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-02__in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-header-pagebtn-02__in:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(../images/icon/icon_home_gray.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-02__in:before {
    width: 20px;
    height: 21px;
    left: 10px;
    position: absolute;
  }
}
.c-header-pagebtn-02__in:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 30px;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-02__in:after {
    left: 39px;
    border-right: 1px solid #fff;
  }
}
.c-header-pagebtn-02__in span {
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .c-header-pagebtn-02__in span {
    letter-spacing: 1.5px;
  }
}

a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
a a.in-link {
  position: relative;
  z-index: 5;
}

.p-top .c-header-logo--top--flow {
  display: none;
}
.p-top .c-header-logo__txt {
  color: #46423B;
}
.p-top .c-header-pagebtn-01__link02 {
  display: none;
}
.p-top .c-header-pagebtn-01__txt02 {
  display: none;
}
.p-top .c-header-pagebtn-01__in:before {
  content: "";
  background: url(../images/icon/icon_flow.svg) no-repeat center !important;
  width: 15px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .p-top .c-header-pagebtn-01__in:before {
    width: 18px;
    height: 27px;
    margin-left: 5px;
  }
}
.p-top .c-header-pagebtn-01__in:after {
  left: 26px;
}
@media screen and (min-width: 768px) {
  .p-top .c-header-pagebtn-01__in:after {
    left: 36px;
  }
}

.p-flow .c-header-logo--top {
  display: none;
}
.p-flow .c-header-logo__txt {
  color: #fff;
}
.p-flow .c-header-logo__in {
  background: url(../images/common/img_logo_white.svg) no-repeat center;
  background-size: cover;
}
.p-flow .c-header-pagebtn-01 {
  padding: 7px 8px;
}
@media screen and (min-width: 768px) {
  .p-flow .c-header-pagebtn-01 {
    padding: 8px 8px;
  }
}
.p-flow .c-header-pagebtn-01__in:before {
  content: "";
  background: url(../images/icon/icon_flow.svg) no-repeat center !important;
  width: 15px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .p-flow .c-header-pagebtn-01__in:before {
    width: 18px;
    height: 27px;
    margin-left: 5px;
  }
}
.p-flow .c-header-pagebtn-01__in:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 27px;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-flow .c-header-pagebtn-01__in:after {
    left: 39px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: relative;
}

.c-pagetop-btn {
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #1185E7;
  z-index: 50;
}
.c-pagetop-btn__in {
  color: #ffffff;
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  background: #959595;
  margin-top: 8em;
}
@media screen and (min-width: 768px) {
  .c-footer {
    margin-top: 10em;
  }
}

.c-footer-contact {
  color: #fff;
  background: grey;
  position: relative;
  top: -60px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact {
    position: relative;
    top: -60px;
  }
}
.c-footer-contact__in {
  text-align: center;
  padding: 0px 25px 20px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact__in {
    padding: 0;
  }
}
.c-footer-contact__ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  position: relative;
  top: -20px;
  letter-spacing: 0.1em;
  color: #e8e9e8;
}
@media screen and (min-width: 768px) {
  .c-footer-contact__ttl {
    font-size: 75px;
    font-size: 4.6875rem;
    display: block;
    position: relative;
    top: -37px;
    letter-spacing: 9px;
  }
}
.c-footer-contact__txt {
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact__txt {
    margin-bottom: 0;
  }
}
.c-footer-contact-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 50px 0;
  }
}
.c-footer-contact-area__in {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__in {
    margin-bottom: 0;
  }
}
.c-footer-contact-area__btn {
  background: #97a7a3;
  margin: 10px 0;
  margin: 8px 0;
  position: relative;
  height: 45px;
  margin: 10px auto;
  min-width: 297px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__btn {
    min-width: 400px;
    margin: 10px 0;
    letter-spacing: 2px;
    font-weight: 700;
    height: 70px;
  }
}
.c-footer-contact-area__btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-footer-contact-area__btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-footer-contact-area__btn a a.in-link {
  position: relative;
  z-index: 5;
}
.c-footer-contact-area__btn--tel:before {
  content: "";
  background: url(../images/icon/icon_tel.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-right: 15px;
  margin-left: -12px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__btn--tel:before {
    width: 43px;
    height: 29px;
  }
}
.c-footer-contact-area__btn--tel span {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__btn--tel span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.c-footer-contact-area__btn--form {
  font-size: 25px;
}
.c-footer-contact-area__btn--form:before {
  content: "";
  background: url(../images/icon/icon_mail.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  width: 33px;
  height: 22px;
  margin-right: 9px;
  margin-left: -37px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__btn--form:before {
    width: 33px;
    height: 33px;
    margin-right: 13px;
    margin-left: -37px;
  }
}
.c-footer-contact-area__btn--form span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__btn--form span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.c-footer-contact-area__btn:first-child {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__btn:first-child {
    margin-bottom: 0;
  }
}
.c-footer-contact-area__txt {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-footer-contact-area__txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin-top: -15px;
}
@media screen and (min-width: 992px) {
  .c-footer-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
.c-footer-content__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
@media screen and (min-width: 992px) {
  .c-footer-content__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-footer-content__logo {
  max-width: 160px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-footer-content__logo {
    margin-right: 1em;
    max-width: 200px;
    margin-bottom: 0;
  }
}
.c-footer-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-weight: 600;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  .c-footer-content dl {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
  }
}
.c-footer-content dt {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .c-footer-content dt {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 2px;
  }
}
.c-footer-content dd {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-footer-content dd {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .c-footer-content dd:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 23px;
    display: block;
    margin: 1px 0 5px;
    margin: 0 25px 0 0;
    height: 30px;
  }
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copy {
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "Jost", sans-serif;
}
.c-footer-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
  padding-bottom: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-footer-copy__text {
    padding-bottom: 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*fix menu=============*/
.c-fix-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 57px;
  background: #1185E7;
  transition: .5s;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-fix-menu {
    display: none;
  }
}
.c-fix-menu.active {
  bottom: 0;
}

.p-top .c-footer {
  margin-top: 0;
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =========================================================
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;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@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 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: 320px;
  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: #1185E7;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-basic-btn:hover {
  opacity: .7;
}
@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.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%;
}

.c-circle-img {
  border-radius: 50%;
}

/*=============
高さに合わせてトリミング
==============*/
.c-square-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 190px;
  /* トリミングしたい枠の高さ */
  position: relative;
}
.c-square-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/* =========================================================
pankuzu - パンくず
========================================================= */
/* =========================================================
pagenation - ページ送り
========================================================= */
/* =========================================================
form - フォーム関連
========================================================= */
/* =========================================================
table.scss - 表
========================================================= */
/* =========================================================
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: #1185E7;
}

/* ====================
	■番号付きなリスト
	=====================*/
.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: #1185E7;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #1185E7;
  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;
}

/*サークルのアニメーション----------------*/
.keyvisual {
  position: relative;
}

.keyvisual__scroll {
  width: 25vw;
  position: absolute;
  top: -7vw;
  right: -6vw;
  z-index: 2;
  max-width: 360px;
}

.keyvisual__scroll--circle {
  height: auto;
  width: 100%;
  animation: rotate 40s linear infinite;
}

.keyvisual__scroll--arrow {
  height: auto;
  width: 2vw;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*フェードイン下から上----*/
.js-is-fadein-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-is-fadein-up--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*フェードイン下から上の1秒後にフェードアウト---*/
.js-is-fade-loop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 5s, visibility 5s, transform 10s;
}
@media screen and (min-width: 768px) {
  .js-is-fade-loop {
    transform: translateY(20px);
    transition: opacity 5s, visibility 5s, transform 10s;
  }
}
.js-is-fade-loop--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*フェードイン右から左----*/
.js-is-fadein-left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: opacity 1s, visibility 1s, transform 0.5s;
}
.js-is-fadein-left--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*フェードイン左から右----*/
.js-is-fadein-right {
  opacity: 0;
  visibility: hidden;
  transform: translatex(-30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-is-fadein-right--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*フェードの動く順番--------*/
@media screen and (min-width: 768px) {
  .js-animated-delay-01 {
    transition-delay: 0s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-02 {
    transition-delay: 0.1s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-03 {
    transition-delay: 0.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-04 {
    transition-delay: 0.3s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-05 {
    transition-delay: 0.4s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-06 {
    transition-delay: 0.5s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-07 {
    transition-delay: 0.6s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-08 {
    transition-delay: 0.7s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-09 {
    transition-delay: 0.8s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-10 {
    transition-delay: 0.9s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-11 {
    transition-delay: 1.0s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-12 {
    transition-delay: 1.1s !important;
  }
}

.js-animated-delay-13 {
  transition-delay: 1.2s !important;
}

@media screen and (min-width: 768px) {
  .js-animated-delay-14 {
    transition-delay: 1.3s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-15 {
    transition-delay: 1.4s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-16 {
    transition-delay: 1.5s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-17 {
    transition-delay: 1.6s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-18 {
    transition-delay: 1.7s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-19 {
    transition-delay: 1.8s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-20 {
    transition-delay: 1.9s !important;
  }
}

@media screen and (min-width: 768px) {
  .js-animated-delay-21 {
    transition-delay: 2.0s !important;
  }
}

/*zoomのアニメーション-------------------------------*/
.c-animation-zoom {
  transform: scale(0.4);
  opacity: 0;
  /* 初期状態では非表示 */
  transition: transform 1s ease-in-out, opacity 2s ease-in-out;
}

.c-animation-zoom.active {
  transform: scale(1);
  opacity: 1;
}

.js-zoom-out {
  position: relative;
  height: auto;
  overflow: hidden;
  opacity: 0;
  transform: scale(1);
}
.js-zoom-out.js-zoom_fadeIn {
  opacity: 1;
}
.js-zoom-out.js-zoom_fadeIn .js-zoom-target {
  transform: scale(1);
}
.js-zoom-out .js-zoom-target {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.3);
  transition: transform 1s ease-out 1s;
  transform-origin: center center;
}

.js-animated-delay-03 .js-zoom-target {
  transition-delay: 0.3s;
}

.js-animated-delay-06 .js-zoom-target {
  transition-delay: 0.6s;
}

.js-animated-delay-09 .js-zoom-target {
  transition-delay: 0.9s;
}

/*背景拡大＝＝＝＝*/
@keyframes c-animation-bg-zoom-x {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*svgアニメーション----------------------------------------*/
/*bulbs---*/
.clsb-2 {
  stroke: #46423B;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  opacity: 0;
  fill: #46423B;
}

/* アニメーションを発火させる用のクラス（あとから付ける） */
.animate-path {
  animation: hello 3s ease-in forwards;
  -webkit-animation: hello 3s ease-in forwards;
  opacity: 1;
  animation-delay: 0s;
}

@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: #46423B;
    /* 先に色を指定 */
    fill-opacity: 0;
    /* 最初は透明 */
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    /* じんわり塗る */
  }
}
.clsb-2.filled {
  fill: #46423B !important;
}

/*手描き風svgアニメーション----*/
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7 {
  fill: none;
}

#svg_animation .cls-1,
#svg_animation .cls-3,
#svg_animation .cls-4,
#svg_animation .cls-5,
#svg_animation .cls-6,
#svg_animation .cls-7 {
  stroke-width: 150px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 0;
}

#svg_animation path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  visibility: hidden;
  /* 初期は非表示 */
}

.js-animate-svg .svg-elem-1 {
  stroke-dashoffset: 300.5484313964844px;
  stroke-dasharray: 300.5484313964844px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.js-animate-svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #46413b;
}

.js-animate-svg .svg-elem-2 {
  stroke-dashoffset: 164.415283203125px;
  stroke-dasharray: 164.415283203125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.js-animate-svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #46413b;
}

.js-animate-svg .svg-elem-3 {
  stroke-dashoffset: 98.95999908447266px;
  stroke-dasharray: 98.95999908447266px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.js-animate-svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: #46413b;
}

.js-animate-svg .svg-elem-4 {
  stroke-dashoffset: 245.1935577392578px;
  stroke-dasharray: 245.1935577392578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.js-animate-svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: #46413b;
}

.js-animate-svg .svg-elem-5 {
  stroke-dashoffset: 231.38986206054688px;
  stroke-dasharray: 231.38986206054688px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.js-animate-svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: #46413b;
}

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
    /*--p-top-mv初期--------------------------                                         
  .p-top-mv{
 height: calc(100vh - 24px);
 position: relative;
 margin-top: -50px;

 @include mq(md, min){
  width: 100svw;
  height: calc(100vh - 60px);
  margin-top: 0;


 }
   

&__photo{
  width: 100%;
  height:100%;
  transform: scale(1);
  margin: -50px auto 0;

  @include mq(md, min){
    margin: 0 auto;
  }
 

  &__in{
    width: 100%;
  height:100%;
  @include flexbox;
  @include flex-center;
  @include flex-dir(column);
  background: url(../images/top/img_main_sp.png) no-repeat center ; 
  background-size: cover;
  margin: -50px auto 0;
  animation-name: c-animation-bg-zoom-x;
                animation-duration: 10s;
                animation-iteration-count: infinite;
                transform-origin: center center;

  @include mq(md, min){
    background: url(../images/top/img_main_pc.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    

  }
  }
  
}

&__headline{
  position: absolute;
  z-index: 5;
  width: 87%;
  margin: 0 auto;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  text-align: center;
  
  @include mq(md, min){
    position: absolute;
    right: 5%;
    width: 39%; 
    min-width: 250px;
    position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;


  }

    
   
  

  span{
    color: #fff;
    font-weight: 500;
    @include font-size(22);
    text-align: center;
    margin-top: 15px;
    display: block;

    @include mq(md, min){
      color: #fff;
      font-weight: 500;
      @include font-size(30);
      text-align: center;
      display: block;
      margin-top: 25px;

    }



  }
  
  

  

 
}
  

  }  
  */
  /*---コンテナ幅--------------------*/
  /*---p-top-mv--------------------*/
  /*---p-top-architect--------------------*/
  /*p-top-charm----------*/
  /*---p-top-abput--------------------*/
  /*---p-top-intro--------------------*/
  /*---p-top-intro02--------------------*/
  /*---p-top-intro03--------------------*/
  /*---p-top-intro04--------------------*/
  /*.p-top-advantage---*/
}
@media screen and (min-width: 768px) {
  .p-top .p-top-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.p-top .p-top-mv {
  position: relative;
  z-index: 2;
  background: #fff;
  min-height: 540px;
  margin-top: 50px;
        /*
    &-illust{

      &__img{
        position: absolute;
        z-index: -1;

        @include mq(md, min){
        }

        img{
          border-radius: 37px;
        }

        &:first-child{
     top: 11%;
    left: -13%;
    width: 190px; 
    
    @include mq(md, min){
    top: 37%;
        left: -7%;
        width: 255px;
    }

       @include mq(lg, min){
        top: 25%;
        left: -4%; 
        width: 314px;
      
      }

    



        }

        &:nth-child(2){
      top: 66%;
      right: -5%;
      width: 154px;


         @include mq(md, min){
          top: auto;
        bottom: 3%;
        left: 22%;
        width: 206px;
          }

         @include mq(lg, min){
          top: auto;
        bottom: -3%;
        left: 21%;
        width: 246px;

         } 

        }

        &:nth-child(3){
         top: 10%;
        left: -6%;
        width: 150px;

        
        @include mq(md, min){
       bottom: 3px;
        left: -1%;
        width: 206px;
        top: auto;

          }

         @include mq(lg, min){
        bottom:17px;
        left: 1%;
        width: 240px;
        z-index: -1;
         } 


        }

        &:last-child{
        top: 64%;
        right: -10%;
        width: 223px;

        @include mq(md, min){
          top: 71%;
          right: 4%;
         width: 285px;
        }
        
       @include mq(lg, min){
         top: auto;
        bottom: -27px;
        left: auto;
        right: 10%;
        width: 360px;       
      }
        }
        
        
      }
    }
    --*/
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv {
    min-height: 626px;
  }
}
.p-top .p-top-mv__en {
  position: absolute;
  top: 219px;
  right: -107px;
  color: #656565;
  font-size: 7px;
  font-size: 0.4375rem;
  letter-spacing: 0.8em;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv__en {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.4em;
    top: 376px;
    right: -178px;
  }
}
.p-top .p-top-mv__in {
  margin-top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
@media screen and (min-width: 992px) {
  .p-top .p-top-mv__in {
    margin-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-top .p-top-mv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv__wrap {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-mv__wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-mv__wrap {
    width: 80%;
  }
}
@media screen and (min-width: 1360px) {
  .p-top .p-top-mv__wrap {
    width: 80%;
    margin-left: 60px;
  }
}
.p-top .p-top-mv-txt {
  margin-top: 13%;
  line-height: 2;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 63px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.0;
    margin-top: 6%;
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
}
.p-top .p-top-mv__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -107px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv__images {
    margin: 0;
    margin-right: 3%;
    width: 100%;
  }
}
.p-top .p-top-mv__img {
  min-width: 297px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv__img {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1450px) {
  .p-top .p-top-mv__img {
    min-width: 800px;
  }
}
.p-top .p-top-mv__img--02 {
  margin-top: 41%;
  margin-left: -84px;
  min-width: 270px;
}
.p-top .p-top-mv__imgtxt {
  position: absolute;
  top: -13%;
  transform: rotate(-11deg);
  left: 3%;
  min-width: 210px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv__imgtxt {
    max-width: 850px;
    top: 26%;
    left: 6%;
    min-width: 415px;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-mv__imgtxt {
    left: 4%;
    top: -26%;
  }
}
@media screen and (min-width: 1360px) {
  .p-top .p-top-mv__imgtxt {
    min-width: 430px;
    left: 5%;
    top: -20%;
  }
}
.p-top .p-top-mv-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv-copy {
    margin-top: 3%;
  }
}
.p-top .p-top-mv-copy__txt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 7px;
  display: flex;
  margin: 18px 0;
                /* &::after{
         content: "";
         width: 40px;
         height: 1px;
         background: #595757;
         display: inline-block;
         margin-bottom: 3px;

        }*/
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv-copy__txt {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 20px;
    letter-spacing: 3px;
    margin-left: 6px;
    margin-bottom: 25px;
  }
}
.p-top .p-top-mv-copy__txt span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv-copy__txt span {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 5px 5px;
  }
}
.p-top .p-top-mv-copy__img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv-copy__img {
    width: 280px;
    margin-left: 10px;
    width: 270px;
  }
}
.p-top .p-top-mv__ttl {
  color: #fff;
  background: #e0dede;
  font-weight: 400;
  padding: 5px;
  min-width: 250px;
  width: 65%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv__ttl {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    width: 77%;
    min-width: 380px;
  }
}
.p-top .p-top-mv .p-top-mv-scroll {
  position: absolute;
  bottom: -12px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv-scroll {
    bottom: 36px;
  }
}
.p-top .p-top-mv .p-top-mv-scroll a {
  left: -4px;
  top: -105px;
  color: #6d6c6c;
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv .p-top-mv-scroll a {
    font-size: 11px;
  }
}
.p-top .p-top-mv .p-top-mv-scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6d6c6c;
  animation: circlemove 1.3s ease-in-out infinite, cirlemovehide 1.3s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-top .p-top-mv .p-top-mv-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 37px;
  background: #6d6c6c;
}
.p-top .p-top-architect {
  position: relative;
  padding-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect {
    padding-bottom: 70px;
  }
}
.p-top .p-top-architect:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 103.5%;
  display: inline-block;
  background: linear-gradient(6deg, #f9f9f9 0%, #f9f9f9 84%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect:before {
    background: linear-gradient(6deg, #f9f9f9 0%, #f9f9f9 50%, #ffffff 100%);
  }
}
.p-top .p-top-architect__enttl {
  font-size: 61px;
  font-size: 3.8125rem;
  font-family: "Josefin Sans", sans-serif;
  transform: rotate(90deg);
  z-index: 2;
  position: absolute;
  top: 342px;
  left: -106px;
  letter-spacing: 0.1em;
  line-height: 0;
  color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__enttl {
    font-size: 146px;
    font-size: 9.125rem;
    letter-spacing: 0.2em;
    top: 390px;
    left: -290px;
  }
}
.p-top .p-top-architect__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
@media screen and (min-width: 992px) {
  .p-top .p-top-architect__in {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.p-top .p-top-architect-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect-img {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-architect-img {
    width: 37%;
  }
}
@media screen and (min-width: 1360px) {
  .p-top .p-top-architect-img {
    width: 50%;
  }
}
.p-top .p-top-architect-img__top {
  width: 78%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect-img__top {
    width: 84%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-architect-img__top {
    min-width: 580px;
  }
}
.p-top .p-top-architect-img__bottom {
  margin-left: 120px;
  margin-top: -40px;
  width: 68%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect-img__bottom {
    width: 100%;
    min-width: 390px;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-architect-img__bottom {
    margin-left: 127px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-architect-img__bottom {
    width: 75%;
    margin-left: 304px;
    margin-top: -93px;
  }
}
.p-top .p-top-architect__box {
  text-align: center;
  position: relative;
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__box {
    width: 50%;
    margin-bottom: 0;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-architect__box {
    margin-right: -3%;
    margin-top: 5%;
  }
}
.p-top .p-top-architect__en {
  position: absolute;
  top: -43px;
  transform: rotate(-17deg);
  z-index: 2;
  left: -11%;
  font-size: 32px;
  font-size: 2rem;
  font-family: "theodosia", sans-serif;
  letter-spacing: -0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__en {
    top: -68px;
    left: 31px;
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-architect__en {
    left: 43px;
  }
}
.p-top .p-top-architect__ttl {
  color: #46423B;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__ttl {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-top .p-top-architect__subttl {
  color: #CCCCCC;
  font-size: 8px;
  font-size: 0.5rem;
  background: #fff;
  padding: 5px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.2em;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__subttl {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 240px;
  }
}
.p-top .p-top-architect__txt {
  color: #707070;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.9;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.8;
    margin-top: 30px;
  }
}
.p-top .p-top-architect__txt span {
  color: #3A678A;
}
.p-top .p-top-architect__txt--02 {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect__txt--02 {
    margin-bottom: 38px;
  }
}
.p-top .p-top-architect-btn {
  color: #fff;
  background: #B4ABA3;
  padding: 15px;
  min-width: 205px;
  width: 30%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-architect-btn {
    font-size: 16px;
    font-size: 1rem;
    min-width: 246px;
  }
}
.p-top .p-top-architect-btn__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-top .p-top-architect-btn__in::after {
  content: "";
  width: 27px;
  height: 6px;
  display: inline-block;
  background: url(../images/icon/icon_arrow_white.svg) no-repeat center;
  background-size: cover;
  margin-left: 11px;
}
.p-top .p-top-architect-btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .p-top-architect-btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top .p-top-architect-btn a a.in-link {
  position: relative;
  z-index: 5;
}
.p-top .p-top-charm {
  background: #a8a7a7;
  padding: 50px 0 6px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm {
    padding: 70px 0 70px;
  }
}
.p-top .p-top-charm__in {
  color: #fff;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm__in {
    padding-bottom: 0;
  }
}
.p-top .p-top-charm__ttl {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm__ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top .p-top-charm__txt {
  line-height: 2;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.8;
    margin-top: 30px;
  }
}
.p-top .p-top-charm-slider {
  margin-top: 20px;
  position: relative;
  /*スライダー真ん中に指定---*/
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 35px;
  }
}
.p-top .p-top-charm-slider .slick-prev,
.p-top .p-top-charm-slider .slick-arrow {
  background: #fff;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  top: 56%;
  z-index: 999;
}
.p-top .p-top-charm-slider .slick-prev:before {
  content: '';
  display: inline-block;
  background: url(../images/icon/icon_arrow.svg) no-repeat center;
  transform: scaleX(-1);
  background-size: contain;
  width: 25px;
  height: 25px;
}
.p-top .p-top-charm-slider .slick-arrow:before {
  content: '';
  display: inline-block;
  background: url(../images/icon/icon_arrow.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.p-top .p-top-charm-slider .slick-dots li button {
  display: none;
}
.p-top .p-top-charm-slider .slick-next {
  right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-next {
    right: 8px;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-charm-slider .slick-next {
    right: 10px;
  }
}
.p-top .p-top-charm-slider .slick-prev {
  left: 8px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-prev {
    left: 9px;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-charm-slider .slick-prev {
    right: 18px;
  }
}
.p-top .p-top-charm-slider__list {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider__list {
    width: 100%;
    gap: 30px;
    min-width: 400px;
  }
}
.p-top .p-top-charm-slider__item {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider__item {
    padding: 0;
    padding-top: 55px;
    transition: transform 0.3s ease, z-index 0.3s ease;
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider__item img {
    transform: scale(0.8);
    transition: transform .3s;
  }
}
.p-top .p-top-charm-slider__item a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .p-top-charm-slider__item a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top .p-top-charm-slider__item a a.in-link {
  position: relative;
  z-index: 5;
}
.p-top .p-top-charm-slider__thumb {
  position: absolute;
  width: 73%;
  top: 77%;
  left: 15px;
  position: absolute;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 8px;
  /*text-shadow: 8px 2px 6px rgba(0, 0, 0, 0.54);*/
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider__thumb {
    font-size: 14px;
    font-size: 0.875rem;
    width: auto;
    padding: 8px 16px;
    top: 76%;
    left: 10%;
  }
}
.p-top .p-top-charm-slider__num {
  position: absolute;
  right: 11%;
  top: -9%;
  z-index: 999;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider__num {
    right: 14%;
    top: 18%;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-charm-slider__num {
    right: 14%;
    top: 18%;
  }
}
.p-top .p-top-charm-slider__num span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider__num span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-top .p-top-charm-slider.slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .p-top-charm-slider .slick-center .p-top-charm-slider__item {
  z-index: 2;
  /* 前面に出す */
  padding-top: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-center .p-top-charm-slider__item {
    transform: scale(1.5);
    /* 拡大率は自由に調整 */
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-center .p-top-charm-slider__thumb {
    top: 67%;
    left: 10%;
    font-weight: 500;
  }
}
.p-top .p-top-charm-slider .slick-center .p-top-charm-slider__num {
  position: absolute;
  top: -13%;
  z-index: 10;
  right: 7%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-center .p-top-charm-slider__num {
    top: 1%;
    right: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-charm-slider .slick-center .p-top-charm-slider__num {
    top: 4%;
    right: 13%;
  }
}
.p-top .p-top-charm-slider .slick-slide {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-slide {
    margin: 0 25px;
    margin-top: 0;
  }
}
.p-top .p-top-charm-slider .slick-list .slick-center {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-charm-slider .slick-list .slick-center {
    margin-top: 65px;
  }
}
.p-top .p-top-about {
  position: relative;
  margin: 60px auto 35px;
}
@media screen and (min-width: 992px) {
  .p-top .p-top-about {
    margin: 60px auto 35px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-about {
    margin: 73px auto 35px;
  }
}
@media screen and (min-width: 1360px) {
  .p-top .p-top-about {
    margin: 77px auto 35px;
  }
}
.p-top .p-top-about:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/top/img_bg.png) no-repeat left;
  background-size: cover;
  width: 226%;
  height: 120%;
  z-index: -1;
  top: -32px;
  opacity: 0.3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about:before {
    background-position: center;
    height: 122%;
    width: 120%;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-about:before {
    top: -51px;
  }
}
.p-top .p-top-about__in {
  padding-top: 30px;
}
.p-top .p-top-about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about-box {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 70px;
  }
}
.p-top .p-top-about-box__in {
  text-align: left;
}
.p-top .p-top-about-box-txt {
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about-box-txt {
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about-box-txt:last-child {
    margin-bottom: 75px;
  }
}
.p-top .p-top-about .js-text-mask {
  position: relative;
  line-height: 2.8;
  text-align: center;
  color: #ccc;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .js-text-mask {
    line-height: 3.5;
    margin-bottom: 0;
  }
}
.p-top .p-top-about .js-text-mask::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 2.8;
  color: #1a1e24;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s linear;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .js-text-mask::after {
    line-height: 3.5;
    height: 100px;
    transition: clip-path 2s linear;
  }
}
.p-top .p-top-about .js-text-mask.active::after {
  clip-path: inset(0 0 0 0);
}
.p-top .p-top-about__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about__ttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-top .p-top-intro {
  background: #4C4948;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro__in {
    padding: 30px 0 50px;
    margin: 0;
  }
}
.p-top .p-top-intro__ttl {
  color: #D4DDD5;
  text-align: center;
  padding: 10px 0 25px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 13px 0;
    margin-bottom: 38px;
    letter-spacing: 3px;
  }
}
.p-top .p-top-intro-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-contents {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    width: 95%;
    margin: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-contents__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-top .p-top-intro-contents__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
.p-top .p-top-intro-contents__item {
  width: 100%;
}
.p-top .p-top-intro-contents__box {
  width: 38%;
}
.p-top .p-top-intro-contents__img01 {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-contents__img01 {
    min-width: 300px;
    width: 100%;
  }
}
.p-top .p-top-intro-contents__img02 {
  margin: 20px 0;
  width: 60%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-contents__img02 {
    min-width: 300px;
    margin: 20px 0 0;
    width: 100%;
  }
}
.p-top .p-top-intro-contents__img03 {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-contents__img03 {
    min-width: 500px;
    margin-left: 20px;
    width: 100%;
  }
}
.p-top .p-top-intro-txt {
  color: #D4DDD5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-txt {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 45px;
    padding: 0;
  }
}
.p-top .p-top-intro-txt__main {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-txt__main {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-top .p-top-intro-txt__sub {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 20px;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-txt__sub {
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0;
  }
}
.p-top .p-top-intro-txt__sub:before {
  content: "";
  background: #D4DDD5;
  width: 100%;
  height: 1px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro-txt__sub:before {
    width: 1.5px;
    margin-top: 0;
    width: 1px;
    height: 73px;
    position: static;
  }
}
.p-top .p-top-intro02 {
  background: #646363;
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02 {
    padding: 30px 0 50px;
  }
}
.p-top .p-top-intro02__circle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02__circle {
    display: block;
    position: absolute;
    top: 11%;
    left: 5%;
  }
}
.p-top .p-top-intro02__in {
  padding: -20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02__in {
    padding: 30px 0 50px;
  }
}
.p-top .p-top-intro02-contents {
  position: relative;
}
.p-top .p-top-intro02-contents__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents__wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents__txt {
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
  }
}
.p-top .p-top-intro02-contents-img__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__box {
    margin-top: 4%;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.p-top .p-top-intro02-contents-img__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 0;
  }
}
.p-top .p-top-intro02-contents-img__lg {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__lg {
    margin-left: 0;
    width: 45%;
    margin-top: 0;
  }
}
.p-top .p-top-intro02-contents-img__md {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__md {
    margin-right: 5%;
    width: 100%;
  }
}
.p-top .p-top-intro02-contents-img__md:first-child {
  margin-bottom: 15px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__md:first-child {
    margin-bottom: 0;
    width: 32%;
    margin-right: 5%;
  }
}
.p-top .p-top-intro02-contents-img__md:nth-child(2) {
  margin-bottom: 15px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__md:nth-child(2) {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
.p-top .p-top-intro02-contents-img__sm01 {
  margin-top: 15px;
  width: 36%;
  margin-top: -34px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__sm01 {
    margin-right: 40px;
    margin-top: 0;
    width: 100%;
  }
}
.p-top .p-top-intro02-contents-img__sm01 img {
  height: 154px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__sm01 img {
    height: 235px;
  }
}
.p-top .p-top-intro02-contents-img__sm02 {
  margin-top: 4rem;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__sm02 {
    margin-top: 0;
    width: 100%;
  }
}
.p-top .p-top-intro02-contents-img__sm02 img {
  height: 154px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__sm02 img {
    height: 235px;
  }
}
.p-top .p-top-intro02-contents-img__sm03 {
  margin: 15px auto 0;
  width: 36%;
  min-width: 175px;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro02-contents-img__sm03 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 40px;
    width: 46%;
  }
}
.p-top .p-top-intro03 {
  position: relative;
  background: #4C4948;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03 {
    padding-bottom: 0;
  }
}
.p-top .p-top-intro03__circle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03__circle {
    display: block;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03__in {
    padding: 30px 0 80px;
  }
}
.p-top .p-top-intro03 .p-top-intro-txt {
  margin-top: -12%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03 .p-top-intro-txt {
    padding: 0;
    margin-top: 0;
  }
}
.p-top .p-top-intro03-contents {
  position: relative;
}
.p-top .p-top-intro03-contents__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  position: relative;
  height: 20rem;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents__wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
    height: 35rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents__wrap {
    height: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents__txt {
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
  }
}
.p-top .p-top-intro03-contents-img__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents-img__box {
    margin-top: 4%;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.p-top .p-top-intro03-contents-img__01 {
  margin-top: 15px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents-img__01 {
    margin-right: 40px;
    margin-top: 0;
    width: 65%;
  }
}
.p-top .p-top-intro03-contents-img__02 {
  margin-top: 15px;
  position: absolute;
  width: 51%;
  top: 0;
  left: 14%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents-img__02 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68%;
  }
}
.p-top .p-top-intro03-contents-img__03 {
  top: 0;
  right: 0;
  margin: 15px auto 0;
  position: absolute;
  width: 35%;
  top: -38%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents-img__03 {
    margin-top: 0;
    margin-left: 40px;
    width: 30%;
    top: 0;
  }
}
.p-top .p-top-intro03-contents-img__04 {
  margin: 15px auto 0;
  position: absolute;
  left: auto;
  width: 34%;
  bottom: 28%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro03-contents-img__04 {
    width: 30%;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.p-top .p-top-intro04 {
  background: #646363;
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04 {
    padding: 0;
  }
}
.p-top .p-top-intro04__circle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04__circle {
    display: block;
    position: absolute;
    top: 44%;
    left: -2%;
  }
}
.p-top .p-top-intro04__in {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04__in {
    padding: 60px 0 80px;
  }
}
.p-top .p-top-intro04__ttl {
  color: #D4DDD5;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 13px 0;
    margin-bottom: 38px;
    letter-spacing: 3px;
  }
}
.p-top .p-top-intro04 .p-top-intro-txt {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04 .p-top-intro-txt {
    padding: 0;
  }
}
.p-top .p-top-intro04-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-contents {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    width: 95%;
    margin: 15px auto;
  }
}
.p-top .p-top-intro04-contents__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  position: relative;
  height: 17rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-top .p-top-intro04-contents__wrap {
    height: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-contents__wrap {
    height: 42rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top .p-top-intro04-contents__wrap {
    height: 52rem;
  }
}
.p-top .p-top-intro04-contents__img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}
.p-top .p-top-intro04-contents__img02 {
  position: absolute;
  right: 18%;
  top: 50%;
  width: 53%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-contents__img02 {
    width: 61%;
    right: 10%;
    top: 30%;
  }
}
.p-top .p-top-intro04-contents__img03 {
  position: absolute;
  width: 38%;
  right: 0;
  top: 10%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-contents__img03 {
    width: 32%;
  }
}
.p-top .p-top-intro04-txt {
  color: #D4DDD5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-txt {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 45px;
  }
}
.p-top .p-top-intro04-txt__main {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-txt__main {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top .p-top-intro04-txt__sub {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 20px;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-txt__sub {
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0;
  }
}
.p-top .p-top-intro04-txt__sub:before {
  content: "";
  background: #D4DDD5;
  width: 100%;
  height: 1px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-intro04-txt__sub:before {
    width: 1.5px;
    margin-top: 0;
    width: 1px;
    height: 73px;
    position: static;
  }
}
.p-top #intro {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top #intro {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.p-top #intro03 {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top #intro03 {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.p-top #intro02,
.p-top #intro04 {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-top #intro02,
  .p-top #intro04 {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.p-top .p-top-advantage {
  background: #fff;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage {
    padding: 30px 0 0;
  }
}
.p-top .p-top-advantage__in {
  margin: 0 0 35px;
}
@media screen and (min-width: 992px) {
  .p-top .p-top-advantage__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    padding: 60px 0 30px;
    margin: 0;
  }
}
.p-top .p-top-advantage__logo {
  text-align: center;
}
.p-top .p-top-advantage__mainttl {
  color: #221815;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__mainttl {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 3px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.p-top .p-top-advantage-group {
  color: #4C4948;
  padding: 30px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage-group {
    margin-left: 5%;
    margin-top: 47px;
  }
}
.p-top .p-top-advantage-group__list {
  font-weight: bold;
}
.p-top .p-top-advantage-group__item {
  margin-bottom: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #221815;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage-group__item {
    margin-bottom: 18px;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 20px;
    letter-spacing: 2px;
  }
  .p-top .p-top-advantage-group__item a {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top .p-top-advantage-group__item a a:not(.in-link) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 5;
  }
  .p-top .p-top-advantage-group__item a a.in-link {
    position: relative;
    z-index: 5;
  }
}
.p-top .p-top-advantage-group__item:last-child {
  margin-bottom: 0;
}
.p-top .p-top-advantage-group__item:before {
  content: "";
  display: inline-block;
  background: url(../images/icon/icon_check.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage-group__item:before {
    width: 20px;
    height: 20px;
  }
}
.p-top .p-top-advantage__ttlimg {
  width: 60%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__ttlimg {
    width: 28%;
  }
}
@media screen and (min-width: 992px) {
  .p-top .p-top-advantage__ttlimg {
    width: 60%;
    max-width: 285px;
    margin: 0;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
.p-top .p-top-advantage__area {
  background: #D4DDD5;
  padding: 50px 0 130px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__area {
    padding: 80px 0;
  }
}
.p-top .p-top-advantage__list {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__list {
    max-width: 1440px;
  }
}
.p-top .p-top-advantage__item:first-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__item:first-child {
    margin-bottom: 80px;
  }
}
.p-top .p-top-advantage__item:nth-child(2) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__item:nth-child(2) {
    margin-bottom: 80px;
  }
}
.p-top .p-top-advantage__ttl {
  color: #221815;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__ttl {
    padding-bottom: 15px;
    font-size: 20px;
  }
}
.p-top .p-top-advantage__txt {
  letter-spacing: 1px;
  font-weight: 600;
  color: #221815;
  line-height: 2;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2;
  }
}
.p-top .p-top-advantage__txtgroup {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__txtgroup {
    text-align: left;
    width: 55%;
  }
}
.p-top .p-top-advantage__img {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__img {
    width: 40%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__img--03 {
    width: 32%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-top .p-top-advantage__side--reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-top .p-top-advantage #advantage01 {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage #advantage01 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.p-top .p-top-advantage #advantage02 {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage #advantage02 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.p-top .p-top-advantage #advantage03 {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-advantage #advantage03 {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/*アニメーションサンプル　あとで消す、絶対*/
.p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #1185E7;
  color: #ffffff;
  position: relative;
  opacity: 0;
}
.p-top-anime.active {
  -moz-animation: sample 1300ms alternate 500ms forwards;
  -webkit-animation: sample 1300ms alternate 500ms forwards;
  animation: sample 1300ms alternate 500ms forwards;
}

/*[sample]の実行*/
@-moz-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
.p-flow {
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: #a8bfc1;
  overflow-y: auto;
  /*.p-flow-point---*/
}
.p-flow .p-flow-mv {
  height: calc(100vh - 545px);
  position: relative;
  min-height: 265px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-mv {
    width: 100svw;
    height: calc(100vh - 333px);
    margin-top: 0;
  }
}
.p-flow .p-flow-mv__photo {
  width: 100%;
  height: 100%;
  transform: scale(1);
  margin: 0 auto;
}
.p-flow .p-flow-mv__photo__in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-size: cover;
  margin: 0 auto;
  animation-name: c-animation-bg-zoom-x;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  background: url(../images/flow/img_main_pc.png) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-mv__photo__in {
    background-size: cover;
  }
}
.p-flow .p-flow-mv h1 {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  position: relative;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-mv h1 {
    width: 64%;
    top: 57%;
  }
}
.p-flow .p-flow-mv h1 span.in {
  background: #a8bfc1;
  color: #fff;
  padding: 6px 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-mv h1 span.in {
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-flow .p-flow-mv__entxt {
  position: absolute;
  top: 96px;
  left: 9%;
  width: 39%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-mv__entxt {
    top: 160px;
    width: 20%;
    min-width: 266px;
    left: 24%;
  }
}
.p-flow .p-flow-main {
  background: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-main {
    padding: 50px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-main__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.p-flow .p-flow-main__ttl {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-main__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.p-flow .p-flow-main__txt {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-main__txt {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-main__img {
    width: 50%;
    margin-left: 20px;
  }
}
.p-flow .p-flow-content {
  background: #a8bfc1;
  padding: 20px 20px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content {
    padding: 60px 20px 120px;
  }
}
.p-flow .p-flow-content__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__bg {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #d5e2e3;
    display: block;
    position: absolute;
    top: -4px;
    left: 10px;
    letter-spacing: 15px;
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-flow .p-flow-content__bg {
    font-size: 80px;
    font-size: 5rem;
  }
}
.p-flow .p-flow-content__bg02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__bg02 {
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #d5e2e3;
    position: absolute;
    letter-spacing: 15px;
    bottom: 215px;
    right: 9px;
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-flow .p-flow-content__bg02 {
    font-size: 80px;
    font-size: 5rem;
    bottom: 56px;
  }
}
.p-flow .p-flow-content__wrap {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__wrap {
    padding-bottom: 20px;
  }
}
.p-flow .p-flow-content__in {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-left: -12%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-padding-left: 1000px;
    min-height: 495px;
    margin-left: 0;
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1236px) {
  .p-flow .p-flow-content__in {
    overflow-x: hidden;
    width: 1240px;
    margin: 0 auto;
  }
}

.p-flow .p-flow-content__in::-webkit-scrollbar {
  height: 8px;
  /* スクロールバーの高さ */
}
.p-flow .p-flow-content__in::-webkit-scrollbar-thumb {
  background: #776d6d;
  /* 色 */
  border-radius: 4px;
  /* 角を丸く */
}
.p-flow .p-flow-content__in::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* 背景色 */
  border-radius: 4px;
}
.p-flow .p-flow-content__in::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.p-flow .p-flow-content__in::-webkit-scrollbar-corner {
  border: 5px solid #97AFC5;
  background-color: #000;
}
.p-flow .p-flow-content__list {
  display: flex;
  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;
  gap: 30px;
  width: 195px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .p-flow .p-flow-content__list {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 16px;
    gap: 10px;
    width: 1240px;
    align-items: flex-end;
    margin: 0;
  }
}
.p-flow .p-flow-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__item {
    width: auto;
  }
}
.p-flow .p-flow-content__item:first-child:after, .p-flow .p-flow-content__item:nth-child(6):after, .p-flow .p-flow-content__item:nth-child(7):after, .p-flow .p-flow-content__item:nth-child(8):after {
  content: "";
  background: #d1e0e1;
  height: 2px;
  width: 150px;
  position: absolute;
  bottom: -11px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__item:first-child:after, .p-flow .p-flow-content__item:nth-child(6):after, .p-flow .p-flow-content__item:nth-child(7):after, .p-flow .p-flow-content__item:nth-child(8):after {
    height: 50px;
    width: 2px;
    bottom: 0;
    right: -6px;
  }
}
.p-flow .p-flow-content__point {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  font-weight: bold;
  padding: 4px 2px;
  width: 67%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__point {
    writing-mode: vertical-rl;
    /* 右から左に縦書き */
    text-orientation: upright;
    /* 文字の向きを正しく保つ */
    height: 172px;
    padding: 0 3px;
    width: auto;
    margin-top: 135px;
    letter-spacing: 2px;
  }
}
.p-flow .p-flow-content__point:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -49px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__point:after {
    width: 2px;
    height: 72px;
    top: auto;
    bottom: -63px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-flow .p-flow-content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: -15px;
}
.p-flow .p-flow-content__step {
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__step.step01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__step.step02 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__step.step03 {
    margin-bottom: 30px;
  }
}
.p-flow .p-flow-content__img {
  width: 45%;
}
.p-flow .p-flow-content__ttl {
  font-weight: 700;
  color: #000;
  background: #d1e0e1;
  padding: 2px;
  clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
  font-size: 12px;
  font-size: 0.75rem;
  width: 165px;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__ttl {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 175px;
  }
}
.p-flow .p-flow-content__ttl.ttl-01 {
  background: #DFEAEB;
}
.p-flow .p-flow-content__ttl.ttl-02 {
  background: #D3E1E3;
}
.p-flow .p-flow-content__ttl.ttl-03 {
  background: #C6D9DB;
}
.p-flow .p-flow-content__ttl.ttl-04 {
  background: #C6D9DB;
}
.p-flow .p-flow-content__ttl.ttl-05 {
  background: #ADC8CA;
}
.p-flow .p-flow-content__ttl.ttl-06 {
  background: #8DB2B5;
}
.p-flow .p-flow-content__txt {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.6px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content__txt {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 20px;
    letter-spacing: 0.4px;
  }
}
.p-flow .p-flow-content .p-flow-content-timeline {
  position: relative;
  left: -116px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-timeline {
    width: 1240px;
    left: auto;
  }
}
.p-flow .p-flow-content .p-flow-content-term {
  position: absolute;
  right: 20%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term {
    position: static;
    right: auto;
  }
}
.p-flow .p-flow-content .p-flow-content-term__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  height: 775px;
  margin-bottom: 176px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 650px;
    margin-left: 386px;
    margin-right: 110px;
    margin-bottom: 0;
    height: auto;
  }
}
.p-flow .p-flow-content .p-flow-content-term__item {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__item {
    flex-direction: column;
    width: 100%;
  }
}
.p-flow .p-flow-content .p-flow-content-term__item.term-01 {
  height: 538px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__item.term-01 {
    height: auto;
    width: 206px;
    margin-bottom: 0;
    margin-right: 13px;
  }
}
.p-flow .p-flow-content .p-flow-content-term__item.term-02 {
  height: 276px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__item.term-02 {
    width: 116px;
    margin-bottom: 0;
    height: auto;
    margin-right: 13px;
  }
}
.p-flow .p-flow-content .p-flow-content-term__item.term-03 {
  height: 857px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__item.term-03 {
    width: 294px;
    height: auto;
  }
}
.p-flow .p-flow-content .p-flow-content-term__month {
  text-align: center;
  font-weight: 600;
  color: #adc8ca;
  font-size: 12px;
  font-size: 0.75rem;
  writing-mode: vertical-lr;
  /* 左から右に縦書き */
  text-orientation: upright;
  /* 文字の向きを正しく保つ */
  margin-left: 5px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__month {
    font-size: 14px;
    font-size: 0.875rem;
    writing-mode: horizontal-tb;
    /* 横書き（デフォルト） */
    text-orientation: mixed;
    /* 通常の横書きの文字向きに */
    margin-left: 0;
    letter-spacing: 0.5px;
  }
}
.p-flow .p-flow-content .p-flow-content-term__arrow {
  border-left: 2px dashed #adc8ca;
  width: 100%;
  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;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__arrow {
    border-left: none;
    border-top: 2px dashed #adc8ca;
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}
.p-flow .p-flow-content .p-flow-content-term__arrow:before {
  content: "";
  background: url(../images/flow/icon_arrow.svg) no-repeat center;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-left: -8.5px;
  background-size: contain;
  position: absolute;
  top: -10px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__arrow:before {
    width: 15px;
    height: 16px;
    margin-left: -9px;
    background-size: contain;
    position: absolute;
    top: -9px;
    right: -5px;
    transform: none;
    transform: rotate(-180deg);
  }
}
.p-flow .p-flow-content .p-flow-content-term__arrow:after {
  content: "";
  background: url(../images/flow/icon_arrow.svg) no-repeat center;
  display: inline-block;
  width: 15px;
  height: 16px;
  transform: scale(-1, 1);
  margin-right: -10px;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  transform: rotate(-90deg);
  left: -8.5px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-term__arrow:after {
    bottom: auto;
    right: 0;
    top: -9px;
    transform: none;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow {
  position: absolute;
  right: 16%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow {
    position: absolute;
    width: 1240px;
    bottom: 180px;
    right: auto;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__pc {
  min-width: 371px;
  height: 121px;
  transform: rotate(-90deg) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__pc {
    width: 1190px;
    position: absolute;
    top: 36px;
    transform: none;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__pc:before {
  content: "";
  position: absolute;
  border-left: 2px dashed #adc8ca;
  height: 29px;
  right: 459px;
  bottom: 107px;
}
.p-flow .p-flow-content .p-flow-content-arrow__pc:after {
  content: "";
  position: absolute;
  border-left: 2px dashed #adc8ca;
  height: 29px;
  right: 153px;
  bottom: 107px;
}
.p-flow .p-flow-content .p-flow-content-arrow__sp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__sp {
    position: static;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__sp-border {
  background: #c4d4d6;
  width: 2px;
  height: 1338px;
  position: relative;
}
.p-flow .p-flow-content .p-flow-content-arrow__sp-border:before {
  content: "";
  position: absolute;
  border-left: 2px dashed #adc8ca;
  height: 29px;
  right: 25px;
  bottom: 146px;
  transform: rotate(90deg);
}
.p-flow .p-flow-content .p-flow-content-arrow__sp-border:after {
  content: "";
  position: absolute;
  border-left: 2px dashed #adc8ca;
  height: 29px;
  right: 25px;
  bottom: 544px;
  transform: rotate(90deg);
}
.p-flow .p-flow-content .p-flow-content-arrow__sp-arrow {
  background: url(../images/flow/img_line_sp.svg) no-repeat center;
  display: inline-block;
  width: 35px;
  height: 27px;
  transform: rotate(-90deg);
  margin-left: -21px;
  margin-top: -8px;
}
.p-flow .p-flow-content .p-flow-content-arrow__list {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  align-items: flex-start;
  transform: none;
  font-size: 13px;
  font-size: 0.8125rem;
  min-width: 116px;
  right: -99px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 38px;
    right: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    min-width: auto;
    letter-spacing: 1px;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__list.list-01 {
  top: 29.5%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__list.list-01 {
    top: 50px;
    left: 31%;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__list.list-02 {
  top: 57.5%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__list.list-02 {
    top: 50px;
    left: 57.9%;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__list.list-03 {
  top: 85.2%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__list.list-03 {
    top: 50px;
    right: 13%;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__list.list-04 {
  top: 93%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__list.list-04 {
    top: 50px;
    right: 9%;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__item {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-arrow__item {
    font-weight: 600;
    writing-mode: vertical-rl;
    /* 右から左に縦書き */
    text-orientation: upright;
    /* 文字の向きを正しく保つ */
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.p-flow .p-flow-content .p-flow-content-arrow__item:before {
  content: "";
  background: url(../images/flow/icon_listmark.svg) no-repeat center;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  color: #ADC8CA;
  width: 20px;
  height: 20px;
}
.p-flow .p-flow-content .p-flow-content-process {
  right: -28px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process {
    position: static;
    margin-left: 0;
  }
}
.p-flow .p-flow-content .p-flow-content-process__in {
  color: #789FA9;
  font-weight: 600;
  text-align: center;
  display: flex;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__in {
    flex-direction: column;
    width: 1200px;
  }
}
.p-flow .p-flow-content .p-flow-content-process__arrowgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 226px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__arrowgroup {
    flex-direction: row;
    margin-top: -46px;
    margin-bottom: 0;
  }
}
.p-flow .p-flow-content .p-flow-content-process__arrow {
  position: relative;
  width: 20px;
  height: 200px;
  background: linear-gradient(to bottom, #ffffff, #aec8ca);
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__arrow {
    transform: none;
    width: 253px;
    height: 20px;
    background: linear-gradient(to right, #ffffff, #aec8ca);
  }
}
.p-flow .p-flow-content .p-flow-content-process__arrow.arrow-01 {
  height: 103px;
  margin-bottom: 548px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__arrow.arrow-01 {
    height: 20px;
    margin-bottom: 0;
    width: 126px;
    margin-right: 466px;
  }
}
.p-flow .p-flow-content .p-flow-content-process__arrow.arrow-02 {
  height: 103px;
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__arrow.arrow-02 {
    height: 20px;
    margin-bottom: 0;
    width: 116px;
    margin-right: 30px;
  }
}
.p-flow .p-flow-content .p-flow-content-process__arrow.arrow-03 {
  height: 328px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__arrow.arrow-03 {
    height: 20px;
    width: 245px;
  }
}
.p-flow .p-flow-content .p-flow-content-process__arrow::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -10px;
  border-top: 20px solid #aec8ca;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__arrow::after {
    bottom: auto;
    top: -10px;
    left: auto;
    right: -36px;
    border-left: 20px solid #aec8ca;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.p-flow .p-flow-content .p-flow-content-process__txtgroup {
  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;
  width: 0;
  margin-left: 46px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__txtgroup {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 13px;
    width: auto;
    margin-left: 0;
  }
}
.p-flow .p-flow-content .p-flow-content-process__txt {
  writing-mode: vertical-rl;
  /* 左から右に縦書き */
  text-orientation: upright;
  /* 文字の向きを正しく保つ */
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__txt {
    writing-mode: horizontal-tb;
    /* 横書き（デフォルト） */
    text-orientation: mixed;
    /* 通常の横書きの文字向きに */
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-flow .p-flow-content .p-flow-content-process__txt.process-txt-01 {
  margin-bottom: 545px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__txt.process-txt-01 {
    margin-bottom: 0;
    margin-right: 481px;
  }
}
.p-flow .p-flow-content .p-flow-content-process__txt.process-txt-02 {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-content .p-flow-content-process__txt.process-txt-02 {
    margin-bottom: 0;
    margin-right: 118px;
  }
}
.p-flow .p-flow__annotation {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: left;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow__annotation {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-flow .p-flow-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-group {
    margin: 100px auto 0;
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-flow .p-flow-group {
    align-items: flex-start;
    width: 25%;
  }
}

.p-flow .p-flow-group__in {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-group__in {
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
}
.p-flow .p-flow-group__in a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-flow .p-flow-group__in a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-flow .p-flow-group__in a a.in-link {
  position: relative;
  z-index: 5;
}
.p-flow .p-flow-group__img {
  width: 98px;
  margin: 0 auto;
}
.p-flow .p-flow-group__txt {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.p-flow .p-flow-btn {
  min-width: 214px;
  width: 20%;
  margin: 20px auto 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-btn {
    min-width: 280px;
    margin: 0 auto;
  }
}
.p-flow .p-flow-btn__in {
  background: #ededee;
  min-width: 214px;
  position: relative;
  padding: 10px 0;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-btn__in {
    min-width: 280px;
  }
}
.p-flow .p-flow-btn a {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-flow .p-flow-btn a a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-flow .p-flow-btn a a.in-link {
  position: relative;
  z-index: 5;
}
.p-flow .p-flow-btn-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  color: #000;
  text-align: center;
}
.p-flow .p-flow-btn-txt__top {
  font-size: 10px;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-btn-txt__top {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-flow .p-flow-btn-txt__top::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #000000;
  border-right: 0;
  /* ← ここも変わる */
  margin-right: 4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.p-flow .p-flow-btn-txt__middle {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 5px 0;
  border-bottom: 1px solid #c6d9db;
  width: 57%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-btn-txt__middle {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-flow .p-flow-btn-txt__bottom {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-btn-txt__bottom {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-flow .p-flow-point {
  background: #fff;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point {
    padding: 50px 0;
  }
}
.p-flow .p-flow-point__area {
  position: relative;
}
.p-flow .p-flow-point-description {
  background: #e6e7e8;
  padding: 30px 10px 15px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point-description {
    background: #D4DDD5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    border-radius: 50%;
    width: 30%;
    margin-bottom: 0;
    padding: 40px 25px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-flow .p-flow-point-description {
    width: 30%;
  }
}

.p-flow .p-flow-point-description__txt {
  text-align: center;
  font-weight: 600;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point-description__txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-flow .p-flow-point-description__txt span {
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point-description__txt span {
    margin-bottom: 15px;
  }
}
.p-flow .p-flow-point-description__img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point-description__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-flow .p-flow-point__item {
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item {
    width: 35%;
  }
}
.p-flow .p-flow-point__item.point01 {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point01 {
    margin-bottom: 0;
  }
}
.p-flow .p-flow-point__item.point01 .p-flow-point__txt {
  top: -26px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point01 .p-flow-point__txt {
    top: 49px;
    right: -102px;
    left: auto;
  }
}
.p-flow .p-flow-point__item.point01 .p-flow-point__en {
  top: 87px;
  right: 2px;
  width: 194px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point01 .p-flow-point__en {
    top: 128px;
    right: -104px;
    width: 270px;
  }
}
.p-flow .p-flow-point__item.point02 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point02 {
    margin-bottom: 0;
  }
}
.p-flow .p-flow-point__item.point02 .p-flow-point__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point02 .p-flow-point__img {
    width: 86%;
    margin-left: 57px;
  }
}
.p-flow .p-flow-point__item.point02 .p-flow-point__txt {
  top: -49px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point02 .p-flow-point__txt {
    top: 92px;
    left: 0;
  }
}
.p-flow .p-flow-point__item.point02 .p-top-point__en {
  top: 49px;
  left: 25px;
  width: 232px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point02 .p-top-point__en {
    top: 2px;
    left: 0;
    width: 270px;
  }
}
.p-flow .p-flow-point__item.point03 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point03 {
    margin-bottom: 0;
    margin-top: 74px;
  }
}
.p-flow .p-flow-point__item.point03 .p-flow-point__txt {
  top: 4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point03 .p-flow-point__txt {
    top: -18px;
    left: 25px;
    transform: none;
  }
}
.p-flow .p-flow-point__item.point03 .p-flow-point__en {
  top: 96px;
  left: 19px;
  width: 292px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point03 .p-flow-point__en {
    top: 56px;
    left: 25px;
    width: 292px;
  }
}
.p-flow .p-flow-point__item.point04 .p-flow-point__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point04 .p-flow-point__img {
    width: 87%;
    margin-left: 61px;
  }
}
.p-flow .p-flow-point__item.point04 .p-flow-point__txt {
  top: -50px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point04 .p-flow-point__txt {
    top: auto;
    bottom: 87px;
    left: -72px;
    width: auto;
  }
}
.p-flow .p-flow-point__item.point04 .p-flow-point__en {
  top: 228px;
  left: 140px;
  width: 235px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__item.point04 .p-flow-point__en {
    top: auto;
    bottom: 173px;
    left: -110px;
    width: 270px;
  }
}
.p-flow .p-flow-point__txt {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-flow .p-flow-point__txt {
    font-size: 15px;
    font-size: 0.9375rem;
    background: none;
    text-align: left;
    width: auto;
  }
}
.p-flow .p-flow-point__en {
  position: absolute;
}
.p-flow .c-footer-contact__ttl {
  top: -32px !important;
}
@media screen and (min-width: 768px) {
  .p-flow .c-footer-contact__ttl {
    top: -55px !important;
  }
}

/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #1185E7 !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;
}

@media screen and (min-width: 768px) {
  .u-m-md-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;
  }
}
