@charset "UTF-8";
@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 !important;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
  color: #434343;
  background-color: #F4F9FD;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: 0 auto 60px;
}
.l-section:last-child {
  margin-bottom: 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: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 20px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  transition: background 0.3s ease;
}
@media screen and (min-width: 992px) {
  .c-header {
    height: 85px;
    padding: 20px;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-header.active {
  background: rgba(255, 255, 255, 0.6);
  transition: background 0.3s ease;
}
.c-header.active.c-pagetop-btn {
  z-index: 0;
}
.c-header.close {
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}
.c-header.close .c-header-logo-img {
  display: none;
}
.c-header.close .c-header-logo-img--close {
  display: block;
}
.c-header.close .c-header-logo-jp {
  color: #FFF;
}
.c-header.close .c-header-logo-en {
  color: #FFF;
}
.c-header.close .c-hamburger span {
  background-color: #FFF;
}

/*headerを固定する場合*/
body {
  margin-top: 64px;
  padding-top: -64px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 85px;
  }
}

/*logo======*/
.c-header-logo__link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header-logo-img {
  width: 60px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .c-header-logo-img {
    margin-right: 6px;
  }
}
.c-header-logo-img--close {
  display: none;
}
.c-header-logo-jp {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  width: max-content;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .c-header-logo-jp {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 6px 0;
  }
}
.c-header-logo-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 600;
  color: #40ACC4;
  width: max-content;
}
@media screen and (min-width: 992px) {
  .c-header-logo-en {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.c-header-logo--top {
  display: none;
}

/* ハンバーガーボタン */
.c-hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    display: none !important;
  }
}

.c-hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #40ACC4;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  top: 9px;
}

.c-hamburger span:nth-child(3) {
  top: 18px;
}

.c-hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/* スライドメニュー（ヘッダーの下に出す） */
.c-slide-menu {
  display: none;
  position: fixed;
  top: 64px;
  /* ← ヘッダーの高さ分だけ下に */
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.c-slide-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
}
.c-slide-menu-list {
  width: 100%;
}
.c-slide-menu-item {
  margin-bottom: 15px;
}
.c-slide-menu-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40ACC4;
  background-color: #FFFFFF;
  font-size: 14x;
  font-weight: 600;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(21, 111, 131, 0.15);
  position: relative;
}
.c-slide-menu-item__link::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_grarrow_right_br.svg) no-repeat right;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.c-slide-menu-item__link--kyujin::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_window_bl.svg) no-repeat right;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}
.c-slide-menu-kyujin {
  width: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  z-index: 10;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.c-pagetop.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .c-pagetop {
    right: 20px;
    bottom: 40px;
  }
}

.c-pagetop-btn {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-color: #40ACC4;
  background-image: url(../images/icon/icon_arrow_up_w.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  .c-pagetop-btn {
    width: 60px;
    height: 60px;
    bottom: 60px;
  }
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  background: url(../images/common/img_bg_footer_sp.jpg) no-repeat center;
  background-size: 100% 100%;
  background-position: 0% 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer {
    background: url(../images/common/img_bg_footer_pc.jpg) no-repeat center;
    background-size: 100% 100%;
    background-position: 0% 100%;
  }
}
.c-footer--container {
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .c-footer--container {
    padding: 100px 80px;
  }
}
.c-footer--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .c-footer--wrap {
    margin: -20px;
  }
}
@media screen and (min-width: 992px) {
  .c-footer--wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.c-footer--sum {
  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;
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-footer--sum {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-footer--sum {
    width: auto;
    margin-bottom: 0;
  }
}
.c-footer--sum .in-box {
  line-height: 1.4em;
}
@media screen and (min-width: 992px) {
  .c-footer--sum .in-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-footer--sum .in-box__name {
  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;
}
.c-footer--sum .in-box__name .image-logo {
  margin-bottom: 20px;
  width: 200px;
}
.c-footer--sum .in-box__name .txt-jp {
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
  margin-bottom: 4px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-footer--sum .in-box__name .txt-jp {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-footer--sum .in-box__name .txt-en {
  letter-spacing: 0.1em;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Josefin Sans", sans-serif;
  color: #478F9F;
}
@media screen and (min-width: 768px) {
  .c-footer--sum .in-box__name .txt-en {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-footer--sum .in-box__add {
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-top: 20px;
}
.c-footer--sum .in-box__add p {
  color: inherit;
}
.c-footer--sum .in-box__btn .c-basic-btn {
  margin-top: 20px;
}
.c-footer--menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-footer--menu {
    width: auto;
  }
}
.c-footer--menu .in-box {
  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;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box {
    margin: -20px;
  }
}
.c-footer--menu .in-box--list {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box--list {
    padding: 20px;
  }
}
.c-footer--menu .in-box--list__link {
  font-weight: 600;
  color: #478F9F;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box--list__link {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer--menu .in-box--list__link.is-home {
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box--list__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer--menu .in-box--list__item {
  margin-bottom: 10px;
}
.c-footer--menu .in-box--list__item .in-ch-list {
  margin-top: 5px;
}
.c-footer--menu .in-box--list__item .in-ch-list__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  color: #478F9F;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box--list__item .in-ch-list__link {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer--copylight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 20px 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .c-footer--copylight {
    -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: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 20px 0px 20px;
  }
}
.c-footer--copylight .in-txt {
  color: #478F9F;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .c-footer--copylight .in-txt {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-footer--copylight-wrap {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-footer--copylight-wrap {
    margin-bottom: 0;
  }
}
.c-footer--copylight-wrap .in-link {
  color: #478F9F;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .c-footer--copylight-wrap .in-link {
    text-align: left;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.c-footer--copylight-wrap .in-link:last-child {
  margin: 0px;
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-gnav {
    display: block;
  }
}
.c-gnav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-gnav__item {
  width: 100%;
}
.c-gnav__link {
  display: block;
  width: max-content;
  text-align: center;
  color: #40ACC4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0 10px;
  letter-spacing: 0.1em;
}
.c-gnav-site {
  margin-left: 10px;
}
.c-gnav-site__link {
  padding: 10px 20px;
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  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;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.c-gnav-site__link .in {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-gnav-site__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_site_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}
.c-gnav-contact {
  margin-left: 10px;
}
.c-gnav-contact__link {
  padding: 10px 20px;
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  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;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.c-gnav-contact__link .in {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-gnav-contact__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}

/*====================
　■【SP】横スライドメニュー
====================*/
/*ヘッダーのSPメニューボタン*/
.c-slide-menu__btn .in {
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__btn .in:hover {
  opacity: .7;
}

/*menu=========*/
.c-slide-menu {
  background: #ffffff;
}
.c-slide-menu__close .icon {
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__close .icon:hover {
  opacity: .7;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-h1 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 {
    margin-bottom: 40px;
  }
}
.c-ttl-h1::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #40ACC4;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1::after {
    width: 40px;
  }
}
.c-ttl-h1__title {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__title {
    margin-bottom: 20px;
  }
}
.c-ttl-h1__title .in {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__title .in {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.c-ttl-h1__text {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*h2
=============*/
.c-ttl-h2 {
  background: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  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;
  }
}

/*Accent-title
=============*/
.c-ttl-accent {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-ttl-accent {
    margin-bottom: 40px;
  }
}
.c-ttl-accent--w {
  text-align: left;
  color: #FFF;
}
.c-ttl-accent .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .c-ttl-accent .en {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.c-ttl-accent .en .accent {
  color: #40ACC4;
}
.c-ttl-accent .en .accent--ye {
  color: #F1EC3E;
}
.c-ttl-accent .jp {
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .c-ttl-accent .jp {
    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: #434343;
  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__span {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt__span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 220px;
  margin: 0 auto;
  width: 100%;
  height: 44px;
  padding: 10px 10px 10px 20px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #FFF;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-basic-btn:hover {
  transform: scale(0.9);
  opacity: 1;
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
}
.c-basic-btn:hover .c-basic-btn__in {
  color: #FFF;
}
.c-basic-btn:hover .c-basic-btn__in::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
.c-basic-btn:hover .c-basic-btn__in--pdf {
  color: #FFF;
}
.c-basic-btn:hover .c-basic-btn__in--pdf::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/icon/icon_pdf_w.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
.c-basic-btn:hover .c-basic-btn__in--window {
  color: #FFF;
}
.c-basic-btn:hover .c-basic-btn__in--window::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon_window_w.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
.c-basic-btn:hover .c-basic-btn__in--tel {
  color: #FFF;
}
.c-basic-btn:hover .c-basic-btn__in--tel::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_tel_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 1px;
}
.c-basic-btn:hover .c-basic-btn__in--tel::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    padding: 10px 10px 10px 20px;
  }
}
.c-basic-btn--gr {
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
}
.c-basic-btn--grl {
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  max-width: 280px;
}
.c-basic-btn--grs {
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  max-width: 150px;
}
.c-basic-btn--l {
  max-width: 240px;
}
.c-basic-btn--tel {
  padding: 10px 20px;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--tel {
    padding: 10px 20pxx;
  }
}
.c-basic-btn--check {
  padding-top: 14px;
}
.c-basic-btn:nth-child(2) {
  margin-top: 20px;
}
.c-basic-btn.is-next {
  padding: 10px;
}
.c-basic-btn.is-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/icon_grarrow_right_gr.svg);
  background-size: 46%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-next .in-txt {
  color: #40ACC4;
  font-weight: bold;
}
.c-basic-btn.is-tel {
  padding-left: 25px;
}
.c-basic-btn.is-tel::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-tel .in-txt {
  color: #40ACC4;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 6px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-basic-btn.is-tel .in-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-btn.is-white {
  width: 240px;
  background-image: none;
  background-color: #ffffff;
}
.c-basic-btn.is-white .in-txt {
  color: #40ACC4;
}
.c-basic-btn.is-white.is-tel::before {
  background-image: url(../images/icon/icon_tel_bl.svg);
}
.c-basic-btn__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #40ACC4;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-basic-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-btn__in::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/icon/icon_arrow_right_bl.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
.c-basic-btn__in--w {
  color: #ffffff;
}
.c-basic-btn__in--w::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
.c-basic-btn__in--back {
  color: #ffffff;
}
.c-basic-btn__in--back::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/icon/icon_arrow_left_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}
.c-basic-btn__in--back::after {
  display: none;
}
.c-basic-btn__in--window {
  color: #ffffff;
}
.c-basic-btn__in--window::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon_window_w.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn__in--window::after {
    width: 16px;
    height: 16px;
  }
}
.c-basic-btn__in--tel::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_tel_bl.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 1px;
}
.c-basic-btn__in--tel::after {
  content: "";
  display: none;
}
.c-basic-btn__in--pdf {
  color: #ffffff;
}
.c-basic-btn__in--pdf::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_pdf_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 1px;
}
.c-basic-btn__in--pdf::after {
  content: "";
  display: none;
}
.c-basic-btn__in.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 3px;
}
.c-basic-btn.back {
  background-color: #959595;
}
.c-basic-btn.back:hover {
  transform: scale(0.9);
  opacity: 1;
  background-image: none;
  background-color: #959595;
}
.c-basic-btn.send {
  background-color: #EC6C00;
}
.c-basic-btn.send:hover {
  transform: scale(0.9);
  opacity: 1;
  background-image: none;
  background-color: #EC6C00;
}
.c-basic-btn.conf {
  background-color: #40ACC4;
}

/*サブボタン＝＝＝＝*/
.c-sub-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-sub-btn:hover {
  opacity: .7;
}
.c-sub-btn__in {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #40ACC4;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-sub-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-sub-btn__in::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_grarrow_right_gr.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}

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

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

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu {
  margin-bottom: 20px;
}
.c-pankuzu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.c-pankuzu-item {
  margin-left: 5px;
  margin-bottom: 2px;
  background: url(../images/icon/icon_tri_right_gr.svg) no-repeat left center;
  background-size: 6px 6px;
  padding-left: 11px;
  background-position: left bottom 1px;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .c-pankuzu-item {
    background: url(../images/icon/icon_tri_right_gr.svg) no-repeat left center;
    background-size: 8px 8px;
    padding-left: 13px;
    background-position: 2px 6px;
  }
}
.c-pankuzu-item:first-of-type {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}
.c-pankuzu-item:first-of-type .c-pankuzu__name {
  color: #40ACC4;
  text-decoration: underline;
}
.c-pankuzu .name {
  color: #434343;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-pankuzu .link {
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: #434343;
  color: #434343;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation__item + .c-pagenation__item {
  margin-left: .5rem;
}
.c-pagenation__link {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #555555;
  transition: .3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-pagenation__link {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-pagenation__link.active {
  background: #40ACC4;
  color: #ffffff;
  border: 1px solid #40ACC4;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

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

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

/*サイト内検索
<form class="c-free-search c-form-content" role="search" action="#">
	<input class="c-free-search__input c-form-input" type="text" name="s_word" maxlength="30">
	<button class="c-free-search__btn"></button>
</form>
===========*/
.c-free-search.c-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-free-search.c-form-content .c-free-search__input.c-form-input {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 0 100px;
  width: calc(100% - 60px);
  border-right: none;
  margin: 0;
  max-width: 100%;
  border-bottom: 2px solid #D6EDF3;
  padding: 10px 15px;
  height: 42px;
}
.c-free-search.c-form-content .c-free-search__btn {
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon/icon_search_w.svg) no-repeat center;
  background-size: auto 60%;
  background-color: #40ACC4;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
  border: 1px solid #dddddd;
  border-left: none;
  height: 42px;
  width: 60px;
}

/*問い合わせ　ステップ ※htmlは同じ
===============*/
/*横長デザイン*/
/*
.c-form-stepbar {
	position: relative;
	text-align: center;
	margin: 0 auto 30px;
																			@include mq(md, min) {
																				margin: 0 auto 50px;
																				@include flexbox;
																				@include flex-just(space-between);
																			}  
	&__item {
		position: relative;
		width: calc(100% - 15px);
		background: #F9F9F9;
		padding: 6px 15px 0 6px;
		margin-right: 15px;
		margin-bottom: 5px;
		height: 30px;
																				// spサイズ以上
																				@include mq(md, min) {
																					padding: 9px 15px 0 9px;
																					margin-bottom: 0;
																					width: 33.333%;
																					height: 40px;
																				}
		&::before,&::after{
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 15px 0 15px 15px;
			position: absolute;
			top: 0;
																							// spサイズ以上
																							@include mq(md, min) {
																								border-width: 20px 0 20px 15px;
																							}
		}
		&::before {
			border-color: transparent transparent transparent #ffffff;
			left: 0;
		}
		&::after {
			border-color: transparent transparent transparent #F9F9F9;
			right: -15px;
		}
		&:first-child::before,
		&:last-child::after{
			content: none;
		}
		&:last-child{
			width: 100%;
			margin-right: 0;
			padding-right: 15px;
																							// spサイズ以上
																							@include mq(md, min) {
																								width: 33.333%;
																								padding-right: 0;
																							}
		}
		.text{
		@include font-size(12);
		line-height: 1.3;
		color: $main-color;
																				// spサイズ以上
																				@include mq(md, min) {
																					@include font-size(15);
																				}
		}
	}
	.visited {
		background: #CBEDF7;
		&::after {
			border-color: transparent transparent transparent #CBEDF7;
		}
	}
}
*/
/*丸いデザイン*/
.c-form-stepbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar {
    margin: 30px auto 40px;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: 33.333%;
  line-height: 1.3;
  text-align: center;
}
.c-form-stepbar .visited .c-form-stepbar__icon {
  background: #40ACC4;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  color: #40ACC4;
}
.c-form-stepbar .visited::after {
  border-bottom-color: #40ACC4;
}
.c-form-stepbar__icon {
  position: relative;
  display: inline-block;
  background: #cccccc;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  z-index: 5;
}
.c-form-stepbar__icon .text {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.c-form-stepbar__icon .num {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
.c-form-stepbar__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #cccccc;
  font-weight: bold;
}

/*===================
formの形
====================*/
.c-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.c-form__in {
  padding-bottom: 30px;
}

/*in============*/
.c-form-in {
  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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 2px solid #D6EDF3;
}
@media screen and (min-width: 768px) {
  .c-form-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

/*ttl==============*/
.c-form-ttl {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
  line-height: 1.3;
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .c-form-ttl {
    padding: 10px;
    width: 25%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .c-form-ttl {
    width: 30%;
  }
}

/*項目==============*/
.c-form-items {
  padding: 10px;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-items {
    width: 75%;
  }
  .c-form-items input {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .c-form-items {
    width: 70%;
  }
}

/*コンテンツ==============*/
.c-form-content {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: left;
  line-height: 1.3;
  /*テキストエリア*/
}
@media screen and (min-width: 768px) {
  .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
}
.c-form-content__in {
  padding: 0 0 10px;
}
.c-form-content__in .c-ttl-in {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #D6EDF3;
  padding: 5px;
  margin-bottom: 10px;
}
.c-form-content__in .in {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .c-form-content__in .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
  padding: 3px 10px;
  outline: none;
  border: 1px solid #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}
.c-form-content select {
  max-width: 120px;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: left;
  }
}
.c-form-content .c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 0;
  display: block;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-textarea {
    display: inline-block;
  }
}
.c-form-content .c-form-textarea:focus {
  background: #cee9ff;
}
.c-form-content .c-form-passcheck__btn {
  right: 10px;
}
.c-form-content .c-form-select {
  max-width: 400px;
  width: 100%;
  display: block;
}
.c-form-content .c-form-select:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-select {
    display: inline-block;
  }
}
.c-form-content .c-form-select.mini {
  max-width: 90px;
  display: inline-block;
}
.c-form-content .c-form-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add {
    display: block;
    margin: 0;
  }
}
.c-form-content .c-form-add .c-form-input {
  margin-right: 10px;
}
.c-form-content .c-form-add .c-link-btn--mini {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add .c-link-btn--mini {
    display: inline-block;
  }
}

/*パスワードを表示するボタン*/
.c-form-passcheck {
  position: relative;
  width: 100%;
  max-width: 400px !important;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-form-passcheck {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.c-form-passcheck__input {
  padding-right: 25px;
  max-width: 100%;
}
.c-form-passcheck__btn {
  display: block;
  background: url("../images/icon/icon_eye_gray.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #efefef;
  z-index: 10;
  position: absolute;
  right: 7px;
  bottom: calc(50% - 15px);
  cursor: pointer;
}

/*規約に同意=========*/
.c-form-agree {
  text-align: center;
  margin: 20px auto 30px;
}
.c-form-agree .c-form-error {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}
.c-form-agree .c-form-checkbox__parts {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .c-form-agree .c-form-checkbox__parts {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-agree .c-form-checkbox__parts a {
  text-decoration: underline;
  color: #40ACC4;
}
.c-form-agree .c-form-req {
  padding-right: 55px;
}
.c-form-agree .c-form-req::after {
  top: calc(50% - 6px);
  right: -5px;
}
@media screen and (min-width: 768px) {
  .c-form-agree .c-form-req::after {
    right: 0px;
  }
}

/*inputの装飾
===============*/
/*input*/
input.c-form-input {
  border: 1px solid #707070;
  padding: 5px 10px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
input.c-form-input:focus {
  background: #cee9ff;
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini2 {
    max-width: 150px;
  }
}
input.c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input date*/
input[type="date"].c-form-input {
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 230px;
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #707070;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*セレクトタグ*/
.c-form-select {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}
.c-form-select[disabled="disabled"] {
  border-color: #dddddd;
  color: #dddddd;
  background: #ffffff;
}

/*チェックボタン==================*/
/*list*/
.c-form-checkbox__list {
  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;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/*item*/
.c-form-checkbox__item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-checkbox__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__item {
    width: 25%;
  }
}

/*label 本体===========*/
label.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
label.c-form-checkbox input {
  display: none !important;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts {
  color: #ff420c;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts::before {
  background: url("../images/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #ff420c;
}
label.c-form-checkbox .c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
  line-height: 1.3;
}
label.c-form-checkbox .c-form-checkbox__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}

/*！選べない！*/
span.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*枠無し*/
.no-waku--checkbox .c-form-checkbox {
  border: none;
  box-shadow: 0 0 0 0 transparent;
}

/*ラジオボタン==================*/
/*list*/
.c-form-radio__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-radio__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/*item*/
.c-form-radio__item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-radio__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-radio__item {
    width: 25%;
  }
}

/*label 本体===========*/
label.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
label.c-form-radio input {
  display: none !important;
}
label.c-form-radio input:checked + .c-form-radio__parts {
  color: #ff420c;
}
label.c-form-radio input:checked + .c-form-radio__parts::before {
  background-color: #ff420c;
}
label.c-form-radio input:checked + .c-form-radio__parts::after {
  background-color: #ffffff;
}
label.c-form-radio .c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
label.c-form-radio .c-form-radio__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}
label.c-form-radio .c-form-radio__parts::after {
  content: ' ';
  background-color: #E7E7E7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
}

/*”！選べない！*/
span.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*パスワード============*/
@media screen and (min-width: 768px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*必須*/
.c-form-req {
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}
.c-form-req::after {
  content: "必須";
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  font-weight: normal;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  background: #ff420c;
  position: absolute;
  padding: 2px 6px;
  border-radius: 50px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .c-form-req::after {
    top: calc(50% - 8.5px);
    right: 5px;
  }
}

/*必須 背景色変更*/
.c-input--req {
  background-color: #ffe8e8;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-input--error {
  border-color: #FF6347 !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #FF6347 !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #FF6347;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up.long {
    width: 100%;
    max-width: 80%;
  }
}
.c-form .c-form-input__line-up.long .c-form-input {
  margin: 0 0 5px;
  width: 70%;
}
.c-form .c-form-input__line-up .c-form-input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.c-form .c-form-input__line-up .c-form-input:last-of-type {
  margin-right: 0;
}
.c-form .c-form-input__line-up .c-form-input__ttl {
  width: 15%;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__ttl {
    padding-right: 10px;
    text-align: center;
    width: auto;
    min-width: 45px;
  }
}
.c-form .c-form-input__line-up .c-form-input__text {
  text-align: left;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__text {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    min-width: 100px;
  }
}
.c-form .c-form-input__line-up .c-form-select {
  width: 85%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-select {
    width: 100%;
    max-width: 200px;
    min-width: 170px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*=====================
確認画面
=======================*/
.c-form-confirmation {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-form-confirmation .c-form-ttl,
  .c-form-confirmation .c-form-content {
    padding: 10px 0;
  }
}
.c-form-confirmation .c-form-req::after {
  content: none;
}
.c-form-confirmation .c-form-content {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-form-confirmation .c-form-in.name .c-form-content::after {
  content: "様";
  padding-left: 3px;
}

/*=======================
サンクス
=======================*/
.c-form-thanks {
  text-align: center;
}
.c-form-thanks__ttl {
  margin-bottom: 10px;
  line-height: 1.6;
}
.c-form-thanks__ttl .main {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-form-thanks__ttl .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-form-thanks__ttl .sub {
  padding-top: 5px;
  display: block;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #40ACC4;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-form-thanks__ttl .sub {
    padding-top: 10px;
    font-size: 48px;
    font-size: 3rem;
  }
}

/*=======================
大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 25px;
  background: #ffdfdf;
}
.c-form-box--error__title {
  text-align: left;
  font-size: 120%;
  margin-bottom: 10px;
  color: #FF6347;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--error__title {
    text-align: center;
  }
}
.c-form-box--error__title .in {
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-form-box--error p {
  text-align: left;
  color: #FF6347;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--error p {
    text-align: center;
  }
}

/*===========
error　バリデーション
============*/
.c-form-error {
  text-align: left;
}
.c-form-error .error {
  display: block;
  padding: 5px 10px;
  color: #FF6347;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-form-error ~ .c-form-checkbox__list .c-form-checkbox, .c-form-error ~ .c-form-select, .c-form-error ~ .p-search-select .c-form-select, .c-form-error ~ .mwform-tel-field .c-form-input, .c-form-error ~ .c-form-input, .c-form-error ~ .c-form-textarea {
  background-color: #ffe8e8;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.c-table--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-table--pc {
    display: block;
  }
}
.c-table-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-table-ttl {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-table-note {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-table-note {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-table-note {
    margin-top: -20px;
    /* margin: -20px 0 40px auto; */
    width: max-content;
  }
}
.c-table-note .in {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-table-note .in {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}
.c-table-note .in:first-child {
  margin-top: 0px;
}
.c-table .c-tr {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  height: 40px;
  text-align: center;
}
.c-table .c-tr:first-of-type {
  height: 50px;
}
.c-table .c-tr:first-of-type .c-td {
  background-color: #F1F1F1 !important;
  color: #40ACC4;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-table .c-tr--sp {
    display: none;
  }
}
.c-table .c-th,
.c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.8;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .c-table .c-th,
  .c-table .c-td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-table .c-th {
  color: #434343;
  font-weight: bold;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
.c-table .c-td {
  background: #ffffff;
  border-right: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .c-table .c-td {
    align-content: center;
  }
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}
.c-table .c-td.plan {
  min-width: 180px;
  background-color: #F9F9F9;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.plan {
    min-width: 320px;
  }
}
.c-table .c-td.cp {
  min-width: 100px;
  background-color: #F9F9F9;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.cp {
    min-width: 180px;
  }
}
.c-table .c-td.waku {
  min-width: 80px;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.waku {
    min-width: 120px;
  }
}
.c-table .c-td.period {
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.period {
    min-width: 250px;
  }
}
.c-table .c-td.period .free {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.period .free {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-table .c-td.week {
  min-width: 80px;
  align-content: center;
}
.c-table .c-td.size {
  align-content: center;
}
.c-table .c-td.ex {
  min-width: 40px;
  background-color: #F9F9F9;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.ex {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-table .c-td.ex--s {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.ex--s {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-table .c-td.ko {
  min-width: 60px;
}
.c-table .c-td.time {
  min-width: 20px;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-table .c-td.time {
    min-width: 64px;
  }
}
.c-table .c-td .note {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table .c-td .note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-table .c-td .sub {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table .c-td .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-table-btn {
  margin-top: 20px;
}
.c-table-btn .c-basic-btn {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-table-btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-table-btn .c-basic-btn {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-table--santen .c-tr {
    height: 86px;
  }
}

/*1行4列のテーブル===========*/
@media screen and (min-width: 768px) {
  .c-table--col4 {
    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;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-tr {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th:nth-of-type(2),
  .c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td {
    width: 70%;
  }
}

/*タイトルが上にまとめてあるテーブル============*/
.c-table--width {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table--width {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
}
.c-table--width .c-table {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table:first-of-type {
    border-top: 1px solid #E5E5E5;
  }
  .c-table--width .c-table:first-of-type .c-th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-tr {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th,
  .c-table--width .c-table .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th {
    display: none;
    background: #F9F9F9;
  }
}
.c-table--width .c-table .c-td {
  border-top: 1px dotted #dddddd;
}

/*タイトルが上にも横にもあるテーブル============*/
@media screen and (min-width: 768px) {
  .c-table--w-th__ttl {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--w-th .c-table {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* =========================================================
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: #40ACC4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ロゴ無限スクロール */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 140px;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .scroll-infinity__item {
    margin: 0 25px;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

/* ハンバーガーボタン */
.c-hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 1000;
}

.c-hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #40ACC4;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  top: 9px;
}

.c-hamburger span:nth-child(3) {
  top: 18px;
}

.c-hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.c-anime-slideTxt {
  clip-path: inset(0 100% 0 0);
}
.c-anime-slideTxt.js-anime-slideTxt.is-active {
  animation: AnimeSlideTxt .8s forwards;
}

.animated_slidetxt {
  animation: AnimeSlideTxt .8s forwards;
}

@keyframes AnimeSlideTxt {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.delay-01 {
  animation-delay: 100ms !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===================
animation
*/
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce,
.fadeInLeftTriggerOnce,
.fadeInRightTriggerOnce,
.fadeInTriggerOnce {
  opacity: 0;
}

.slidetxtTriggerOnce {
  clip-path: inset(0 100% 0 0);
}

.n-text {
  clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 100%);
  animation: clipNMove 3s ease-in-out forwards;
}

@keyframes clipNMove {
  0% {
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 100%);
  }
  33% {
    clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 0% 100%);
  }
  66% {
    clip-path: polygon(0% 100%, 50% 0%, 75% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%, 0% 100%);
  }
}
.u-logo-mask img {
  width: 100%;
  height: auto;
  clip-path: url(#logoClip);
  transform: translateX(100%);
  opacity: 0;
  animation: revealClip 1.6s ease-out forwards;
}

@keyframes revealClip {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.logo-mask-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.logo-mask-svg {
  width: 100%;
  height: auto;
  display: block;
}

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
  margin-top: 0;
  overflow-x: hidden;
  /*About*/
  /*Business*/
  /*Company&Contact*/
}
@media screen and (min-width: 992px) {
  .p-top {
    overflow: hidden;
  }
}
.p-top-mainvisual {
  width: 100%;
  height: 100vh;
  background: url(../images/top/img_bg_main_sp.jpg) no-repeat center;
  background-size: 100% 120%;
  background-position: 0% 60%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual {
    background: url(../images/top/img_bg_main_pc.jpg) no-repeat center;
    background-size: 100% 100%;
  }
}
.p-top-mainvisual-bge {
  position: absolute;
  right: 0px;
  top: 85px;
  text-align: right;
  opacity: 0.9;
}
@media screen and (min-width: 576px) {
  .p-top-mainvisual-bge {
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-bge {
    z-index: inherit;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-bge {
    top: 80px;
    z-index: 10;
  }
}
.p-top-mainvisual-bge .in {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  color: #FFF;
  line-height: 1.4em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-bge .in {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-bge .in {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1.2em;
  }
}
.p-top-mainvisual-messe {
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-top-mainvisual-messe {
    top: 140px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-messe {
    top: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-messe {
    top: 40%;
  }
}
.p-top-mainvisual-messe-txt {
  margin-bottom: 10px;
  background-color: #FFF;
  padding: 10px 20px;
  width: max-content;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-messe-txt {
    margin-bottom: 15px;
    padding: 14px 24px;
  }
}
.p-top-mainvisual-messe-txt:last-child {
  margin-bottom: 15px;
}
.p-top-mainvisual-messe-txt .in {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-messe-txt .in {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-messe-txt .in {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-top-mainvisual-messe-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFF;
  margin-left: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-messe-en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-messe-en {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-mainvisual-img {
  position: absolute;
  top: 280px;
  right: -40px;
  width: 110%;
}
@media screen and (min-width: 576px) {
  .p-top-mainvisual-img {
    top: 70px;
    right: -40px;
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-img {
    top: 390px;
    right: 0px;
    width: 92%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-img {
    top: 100px;
    right: 0px;
    width: 65%;
  }
}
.p-top-mainvisual-scroll {
  position: absolute;
  right: 20px;
  top: 70%;
}
@media screen and (min-width: 576px) {
  .p-top-mainvisual-scroll {
    top: 60%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-scroll {
    top: 70%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-scroll {
    position: absolute;
    right: 100px;
    top: 60%;
  }
}
.p-top-mainvisual-scroll-img {
  width: 78px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-scroll-img {
    width: 130px;
  }
}
.p-top-mainvisual-scroll-img::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/top/downscroll1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-scroll-img::after {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }
}
.p-top-mainvisual-scroll-img img {
  width: 100%;
  animation: 10s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-top-mainvisual-brands {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-brands {
    top: 80%;
    padding: 36px 0;
  }
}
.p-top-mainvisual-brands-item .ocha {
  background: url(../images/logo/logo_kyujinocha.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .free {
  background: url(../images/logo/logo_kyujinfree.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .online {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .baitoru {
  background: url(../images/logo/logo_baitoru.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .baitorun {
  background: url(../images/logo/logo_baitorunext.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .kobot {
  background: url(../images/logo/logo_kobot.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .wagasya {
  background: url(../images/logo/logo_wagasya.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-brands-item .work {
  background: url(../images/logo/logo_workkaigosiga.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 42px;
}
.p-top-mainvisual-note {
  text-align: left;
  position: absolute;
  line-height: 1.4em;
  width: 100%;
  top: 100%;
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-note {
    text-align: center;
    line-height: inherit;
    font-size: 12px;
    top: 98%;
  }
}
.p-top-about {
  margin-top: 80px;
}
.p-top-about-ttl {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-about-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-top-about-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #40ACC4;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-about-en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-en {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-about-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-top-about-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.0em;
    letter-spacing: 0.1em;
  }
}
.p-top-about-txt .br {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-top-about-txt .br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business {
    background: url(../images/top/img_bg_business_pc.jpg) no-repeat center;
    background-size: 100% 100%;
    background-position: bottom;
    padding-bottom: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .p-top-business {
    padding-bottom: 150px;
  }
}
.p-top-business-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-business-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.p-top-business-ttl .jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .p-top-business-ttl .jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-ttl .jp {
    line-height: inherit;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 16px;
  }
}
.p-top-business-ttl .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #40ACC4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-business-ttl .en {
    padding-top: 12px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-business-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-business-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
  }
}
.p-top-business-btn .c-basic-btn {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-top-business-btn .c-basic-btn {
    margin-right: 0;
  }
}
.p-top-business-job {
  background: url(../images/top/img_bg_job_sp.jpg) no-repeat center;
  background-size: 100% 60%;
  background-position: 0% -80px;
  padding-top: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-business-job {
    background: none;
  }
}
.p-top-business-job::after {
  content: "";
  background: url(../images/top/img_txt_ovav.svg) no-repeat center;
  width: 125px;
  height: 100%;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-business-job::after {
    top: -30%;
    right: 10px;
    width: 200px;
  }
}
.p-top-business-job-img {
  margin: 30px -20px 30px auto;
}
@media screen and (min-width: 576px) {
  .p-top-business-job-img {
    width: 32%;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business-job-img {
    width: 48%;
    position: absolute;
    top: -110px;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-job-img {
    position: absolute;
    top: -150px;
    right: 0;
    width: 60%;
    z-index: -1;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-business-job-img {
    position: absolute;
    top: -200px;
    right: 0;
    width: 45%;
    z-index: -1;
  }
}
.p-top-business-job-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-job-cover {
    width: max-content;
  }
}
.p-top-business-job-list {
  padding: 40px 20px;
  background: url(../images/top/img_bg_list_sp.jpg) no-repeat center;
  background-size: 100% 60%;
  background-position: 0% 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-business-job-list {
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-job-list {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    background: none;
    padding: 0 160px;
  }
}
.p-top-business-job-item {
  padding: 25px 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-item {
    width: 30%;
    margin: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    height: 280px;
  }
}
.p-top-business-job-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-item:last-child {
    margin: 1%;
  }
}
.p-top-business-job-item .sub {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-business-job-item .sub br {
    display: none;
  }
}
.p-top-business-job-item .logo {
  margin-bottom: 40px;
  width: 100%;
  height: 60px;
}
.p-top-business-job-item .logo--santen {
  background: url(../images/logo/logo_santen.svg) no-repeat center;
  background-size: contain;
  height: 120px;
}
.p-top-business-job-item .logo--kyujin {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat center;
  background-size: contain;
  height: 80px;
}
.p-top-business-job-item .logo--baitoru {
  margin-top: 15px;
  background: url(../images/logo/logo_baitoru.svg) no-repeat center;
  background-size: contain;
}
.p-top-business-job-item .logo--baitorun {
  background: url(../images/logo/logo_baitorunext.svg) no-repeat center;
  background-size: contain;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-item .logo--baitorun {
    height: 70px;
  }
}
.p-top-business-job-item .logo--kobot {
  background: url(../images/logo/logo_kobot.png) no-repeat center;
  background-size: contain;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-item .logo--kobot {
    height: 70px;
  }
}
.p-top-business-job-item .logo--wagasya {
  background: url(../images/logo/logo_wagasya.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-item .logo {
    height: 80px;
  }
}
.p-top-business-job-item .ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.p-top-business-job-item .btn {
  margin: 0 auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #40ACC4;
  letter-spacing: 0.1em;
  position: relative;
  letter-spacing: 0.2em;
  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;
  width: max-content;
}
.p-top-business-job-item .btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon_grarrow_right_br.svg) no-repeat right;
  background-size: contain;
  margin-left: 10px;
}
.p-top-business-job-kyujin {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-kyujin {
    margin: 0 5%;
    padding: 30px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1800px) {
  .p-top-business-job-kyujin {
    margin: 0 10%;
    padding: 30px 8%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-job-kyujin-wrap {
    width: 50%;
  }
}
.p-top-business-job-kyujin-logo {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-kyujin-logo {
    background-position: left;
    height: 120px;
    margin-bottom: 30px;
  }
}
.p-top-business-job-kyujin-txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-kyujin-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-job-kyujin-btn .c-basic-btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-job-kyujin-img {
    width: 45%;
  }
}
.p-top-business-job-note {
  text-align: left;
  margin-top: 10px;
  font-size: 10px;
  width: 100%;
  line-height: 1.4em;
}
@media screen and (min-width: 992px) {
  .p-top-business-job-note {
    text-align: center;
    line-height: inherit;
    font-size: 12px;
    margin-top: 15px;
  }
}
.p-top-business-jinzai {
  background: url(../images/top/img_bg_jinzai_sp.jpg) no-repeat center;
  background-size: 100% 120%;
  background-position: 0px 96%;
  padding-top: 60px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-top-business-jinzai {
    padding-top: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business-jinzai {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-jinzai {
    padding-top: 120px;
    background: none;
  }
}
.p-top-business-jinzai .l-container, .p-top-business-jinzai .l-main--col2, .p-top-business-jinzai .l-main--col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.p-top-business-jinzai::after {
  content: "";
  background: url(../images/top/img_txt_asar.svg) no-repeat center;
  width: 196px;
  height: 100%;
  background-size: contain;
  background-position: top;
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-business-jinzai::after {
    right: 10px;
    top: -115%;
    width: 320px;
    height: 980px;
  }
}
.p-top-business-jinzai-img {
  margin: 30px auto 30px -20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .p-top-business-jinzai-img {
    position: absolute;
    top: -180px;
    left: 0;
    width: 42%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business-jinzai-img {
    position: absolute;
    top: -80px;
    left: 0;
    width: 56%;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-jinzai-img {
    position: absolute;
    top: -80px;
    left: 0;
    width: 60%;
    z-index: -1;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-business-jinzai-img {
    top: -80px;
    width: 45%;
  }
}
.p-top-business-jinzai-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-business-jinzai-wrap {
    display: flex;
    height: 400px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width: 1800px) {
  .p-top-business-jinzai-wrap {
    height: 520px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-business-jinzai-cover {
    width: max-content;
    position: relative;
    z-index: 10;
  }
}
.p-top-cc {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-cc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-top-cc-content {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-cc-content {
    padding: 50px 0;
    margin-bottom: 0;
    width: 45%;
  }
}
.p-top-cc-content:last-child {
  margin-bottom: 0;
}
.p-top-cc-content-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-cc-content-txt {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2em;
    letter-spacing: 0.15em;
  }
}
.p-top-cc-content-txt.sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-top-cc-content-txt.sp {
    display: none;
  }
}
.p-top-cc-content-txt.pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-cc-content-txt.pc {
    display: block;
  }
}

.p-top .c-header {
  background: none;
  transition: background 0.3s ease;
}
.p-top .c-header.active {
  background: rgba(255, 255, 255, 0.6);
  transition: background 0.3s ease;
}
.p-top .c-header.active .c-header-logo {
  display: block;
}
.p-top .c-header.active .c-header-logo--top {
  display: none;
}
.p-top .c-header.active .c-gnav__list {
  display: flex;
}
.p-top .c-header.active .c-gnav-site__link {
  padding: 10px 20px;
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  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;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.p-top .c-header.active .c-gnav-site__link .in {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-top .c-header.active .c-gnav-site__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_site_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}
.p-top .c-header.active .c-gnav-contact__link {
  padding: 10px 20px;
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  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;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.p-top .c-header.active .c-gnav-contact__link .in {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-top .c-header.active .c-gnav-contact__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}
.p-top .c-header.close {
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}
.p-top .c-header.close .c-header-logo {
  display: block;
}
.p-top .c-header.close .c-header-logo--top {
  display: none;
}
.p-top .c-header.close .c-header-logo-img {
  display: none;
}
.p-top .c-header.close .c-header-logo-img--close {
  display: block;
}
.p-top .c-header.close .c-header-logo-jp {
  color: #FFF;
}
.p-top .c-header.close .c-header-logo-en {
  color: #FFF;
}
.p-top .c-header.close .c-hamburger span {
  background-color: #FFF;
}
.p-top .c-header-logo {
  display: none;
}
.p-top .c-header-logo--top {
  margin-top: 20px;
  height: 105px;
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px 10px;
}
@media screen and (min-width: 992px) {
  .p-top .c-header-logo--top {
    height: 160px;
    width: 210px;
    margin-top: 75px;
    padding: 0;
  }
}
.p-top .c-header-logo--top__link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.p-top .c-header-logo--top-img {
  width: 42px;
  margin-bottom: 3px;
}
@media screen and (min-width: 992px) {
  .p-top .c-header-logo--top-img {
    width: 84px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.p-top .c-header-logo--top-jp {
  font-size: 16px;
  font-size: 1rem;
  margin: 5px auto 8px;
  width: max-content;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .p-top .c-header-logo--top-jp {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.p-top .c-header-logo--top-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 7px;
  font-weight: 600;
  color: #40ACC4;
  width: max-content;
  letter-spacing: -0.001em;
}
@media screen and (min-width: 992px) {
  .p-top .c-header-logo--top-en {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.p-top .c-gnav__list {
  display: none;
}
.p-top .c-gnav-site__link {
  padding: 10px 20px;
  background: #FFF;
  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;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.p-top .c-gnav-site__link .in {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-top .c-gnav-site__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_site_bl.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}
.p-top .c-gnav-contact__link {
  padding: 10px 20px;
  background: #FFF;
  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;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.p-top .c-gnav-contact__link .in {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-top .c-gnav-contact__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_mail_bl.svg) no-repeat right;
  background-size: contain;
  margin-right: 10px;
}

/*アニメーションサンプル　あとで消す、絶対*/
.p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #40ACC4;
  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 - サイトマップページの独自コンテンツ
========================================================= */
.p-sitemap-main {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main {
    padding: 60px 40px;
  }
}
.p-sitemap-main-top {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-top {
    margin-bottom: 30px;
  }
}
.p-sitemap-main-top::after {
  content: "";
  display: block;
  background-color: #D6EDF3;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-top::after {
    margin-top: 30px;
  }
}
.p-sitemap-main-top .txt {
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-top .txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-sitemap-main-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-center;
  -ms-flex-pack: flex-center;
  -webkit-justify-content: flex-center;
  -moz-justify-content: flex-center;
  justify-content: flex-center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-item {
    margin-bottom: 30px;
  }
}
.p-sitemap-main-item::before {
  content: "";
  display: block;
  background-color: #40ACC4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-item::before {
    margin-right: 10px;
  }
}
.p-sitemap-main-item:last-child::after {
  display: none;
}
.p-sitemap-main-item__link {
  color: #40ACC4;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-item__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-sitemap-main-item--sub {
  margin-left: 20px;
}
.p-sitemap-main-item--sub::before {
  content: "";
  display: block;
  background-color: #6D6D6D;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-item--sub::before {
    margin-right: 8px;
  }
}
.p-sitemap-main-item--sub__link {
  color: #6D6D6D;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap-main-item--sub__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
.p-media {
  /*  Summary  */
  /*  About  */
  /*  Chosen  */
  /*  Strengths  */
  /*  Price  */
  /*  Contact  */
  /*  Others  */
}
@media screen and (min-width: 768px) {
  .p-media-summary-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-media-summary-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-media-summary-item {
    margin-bottom: 0;
    width: 50%;
    padding: 30px 20px;
  }
}
.p-media-summary-item:last-child {
  margin-bottom: 0;
}
.p-media-summary-item-logo {
  width: 100%;
  height: 260px;
  padding: 0 30px;
  background-color: #FFF;
  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;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-media-summary-item-logo {
    height: 300px;
    padding: 0 40px;
    margin-bottom: 30px;
  }
}
.p-media-summary-item-logo .sub {
  position: absolute;
  top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-media-summary-item-logo .sub {
    font-size: 16px;
    font-size: 1rem;
    top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-media-summary-item-logo .sub br {
    display: none;
  }
}
.p-media-summary-item-logo .logo {
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .p-media-summary-item-logo .logo {
    height: 80px;
  }
}
.p-media-summary-item-logo .logo--santen {
  background: url(../images/logo/logo_santen.svg) no-repeat center;
  background-size: contain;
  height: 120px;
}
@media screen and (min-width: 992px) {
  .p-media-summary-item-logo .logo--santen {
    height: 160px;
  }
}
.p-media-summary-item-logo .logo--kyujin {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat center;
  background-size: contain;
  height: 80px;
}
@media screen and (min-width: 992px) {
  .p-media-summary-item-logo .logo--kyujin {
    height: 100px;
  }
}
.p-media-summary-item-logo .logo--baitoru {
  background: url(../images/logo/logo_baitoru.svg) no-repeat center;
  background-size: contain;
}
.p-media-summary-item-logo .logo--baitorun {
  background: url(../images/logo/logo_baitorunext.svg) no-repeat center;
  background-size: contain;
}
.p-media-summary-item-logo .logo--kobot {
  background: url(../images/logo/logo_kobot.png) no-repeat center;
  background-size: contain;
}
.p-media-summary-item-logo .logo--wagasya {
  background: url(../images/logo/logo_wagasya.svg) no-repeat center;
  background-size: contain;
}
.p-media-summary-item-content {
  margin-bottom: 20px;
}
.p-media-summary-item-content .ttl {
  color: #40ACC4;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-media-summary-item-content .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-media-summary-item-content .ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-media-summary-item-content .txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-media-summary-item-content .txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-media-summary-item-content .txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em;
  }
}
.p-media-about {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 0 60px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .p-media-about {
    padding: 60px 0 80px;
  }
}
.p-media-about-wrap {
  position: relative;
  z-index: 1;
}
.p-media-about--santen:before {
  content: "KYUJIN GUIDE";
  transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
  color: #F4F9FD;
  position: absolute;
  bottom: 165px;
  left: -155px;
}
@media screen and (min-width: 992px) {
  .p-media-about--santen:before {
    transform: rotate(0);
    bottom: 0px;
    right: 20px;
    left: inherit;
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.p-media-about--kyujin:before {
  content: "KYUJIN GUIDE ONLINE";
  transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #F4F9FD;
  position: absolute;
  bottom: 205px;
  left: -195px;
}
@media screen and (min-width: 992px) {
  .p-media-about--kyujin:before {
    transform: rotate(0);
    bottom: 0px;
    right: 20px;
    left: inherit;
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.p-media-about--baitoru:before {
  content: "BAITORU";
  transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 900;
  color: #F4F9FD;
  position: absolute;
  bottom: 120px;
  left: -115px;
}
@media screen and (min-width: 992px) {
  .p-media-about--baitoru:before {
    transform: rotate(0);
    bottom: 0px;
    right: 20px;
    left: inherit;
    font-size: 200px;
    font-size: 12.5rem;
  }
}
.p-media-about--baitorun:before {
  content: "BAITORU NEXT";
  transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  color: #F4F9FD;
  position: absolute;
  bottom: 145px;
  left: -135px;
}
@media screen and (min-width: 992px) {
  .p-media-about--baitorun:before {
    transform: rotate(0);
    bottom: 0px;
    right: 20px;
    left: inherit;
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.p-media-about--wagasya:before {
  content: "WAGASYA DE DOMO";
  transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #F4F9FD;
  position: absolute;
  bottom: 185px;
  left: -165px;
}
@media screen and (min-width: 992px) {
  .p-media-about--wagasya:before {
    transform: rotate(0);
    bottom: 0px;
    right: 20px;
    left: inherit;
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.p-media-about--kobot:before {
  content: "KOBOT";
  transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 600;
  color: #F4F9FD;
  position: absolute;
  bottom: 95px;
  left: -85px;
}
@media screen and (min-width: 992px) {
  .p-media-about--kobot:before {
    transform: rotate(0);
    bottom: 0px;
    right: 20px;
    left: inherit;
    font-size: 200px;
    font-size: 12.5rem;
  }
}
.p-media-about-sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-media-about-sub {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-media-about-sub br {
    display: none;
  }
}
.p-media-about-logo {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-media-about-logo {
    padding: 0 60px;
    height: 160px;
    margin-bottom: 80px;
  }
}
.p-media-about-logo--s {
  height: 40px;
}
@media screen and (min-width: 992px) {
  .p-media-about-logo--s {
    height: 140px;
    margin-bottom: 40px;
  }
}
.p-media-about-logo .logo {
  width: 100%;
  height: 100%;
}
.p-media-about-logo .logo--santen {
  background: url(../images/logo/logo_santen.svg) no-repeat center;
  background-size: contain;
}
.p-media-about-logo .logo--kyujin {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat center;
  background-size: contain;
}
.p-media-about-logo .logo--baitoru {
  background: url(../images/logo/logo_baitoru.svg) no-repeat center;
  background-size: contain;
}
.p-media-about-logo .logo--baitorun {
  background: url(../images/logo/logo_baitorunext.svg) no-repeat center;
  background-size: contain;
}
.p-media-about-logo .logo--kobot {
  background: url(../images/logo/logo_kobot.png) no-repeat center;
  background-size: contain;
}
.p-media-about-logo .logo--wagasya {
  background: url(../images/logo/logo_wagasya.svg) no-repeat center;
  background-size: contain;
}
.p-media-about-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) {
  .p-media-about-ttl {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-media-about-txt {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-media-about-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2em;
  }
}
@media screen and (min-width: 992px) {
  .p-media-about-txt .br {
    display: none;
  }
}
.p-media-about-dip {
  position: absolute;
  bottom: 20px;
  text-align: center;
  line-height: 1.2em;
  font-size: 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-media-about-dip {
    line-height: inherit;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-media-about-dip__br {
    display: none;
  }
}
.p-media-chosen {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .p-media-chosen {
    margin-bottom: 100px;
  }
}
.p-media-chosen-item {
  margin-bottom: 40px;
  position: relative;
}
.p-media-chosen-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item:nth-child(even) {
    -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-media-chosen-item:nth-child(even) .p-media-chosen-item-img {
    margin-left: inherit;
    margin-right: 40px;
  }
  .p-media-chosen-item:nth-child(even) .p-media-chosen-item-topic {
    right: inherit;
    left: 40px;
  }
}
.p-media-chosen-item-img {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-img {
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 420px;
    margin-left: 40px;
  }
}
.p-media-chosen-item-img img {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-img img {
    object-fit: cover;
    width: 600px;
    height: 420px;
  }
}
.p-media-chosen-item-topic {
  position: relative;
  padding: 20px;
  width: 94%;
  margin: -30px auto 0;
  background-color: #FFF;
  border-radius: 10px;
}
.p-media-chosen-item-topic--mensetsu {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-topic {
    padding: 0 36px;
    width: 680px;
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    right: 40px;
    bottom: -40px;
  }
}
.p-media-chosen-item-topic .ttl {
  color: #40ACC4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-topic .ttl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em;
  }
  .p-media-chosen-item-topic .ttl .br {
    display: none;
  }
}
.p-media-chosen-item-topic .txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-topic .txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-media-chosen-item-topic .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-topic .note {
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-media-chosen-item:nth-child(1) .p-media-chosen-item-topic {
  position: relative;
}
.p-media-chosen-item:nth-child(1) .p-media-chosen-item-topic::after {
  content: "01";
  display: none;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item:nth-child(1) .p-media-chosen-item-topic::after {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 160px;
    font-size: 10rem;
    font-weight: 600;
    color: #E7F4FF;
    position: absolute;
    top: -30%;
    right: 0;
  }
}
.p-media-chosen-item:nth-child(2) .p-media-chosen-item-topic {
  position: relative;
}
.p-media-chosen-item:nth-child(2) .p-media-chosen-item-topic::after {
  content: "02";
  display: none;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item:nth-child(2) .p-media-chosen-item-topic::after {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 160px;
    font-size: 10rem;
    font-weight: 600;
    color: #E7F4FF;
    position: absolute;
    top: -30%;
    left: 0;
  }
}
.p-media-chosen-item:nth-child(3) .p-media-chosen-item-topic {
  position: relative;
}
.p-media-chosen-item:nth-child(3) .p-media-chosen-item-topic::after {
  content: "03";
  display: none;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item:nth-child(3) .p-media-chosen-item-topic::after {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 160px;
    font-size: 10rem;
    font-weight: 600;
    color: #E7F4FF;
    position: absolute;
    top: -30%;
    right: 0;
  }
}
.p-media-chosen-item:nth-child(4) .p-media-chosen-item-topic {
  position: relative;
}
.p-media-chosen-item:nth-child(4) .p-media-chosen-item-topic::after {
  content: "04";
  display: none;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item:nth-child(4) .p-media-chosen-item-topic::after {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 160px;
    font-size: 10rem;
    font-weight: 600;
    color: #E7F4FF;
    position: absolute;
    top: -30%;
    left: 0;
  }
}
.p-media-chosen-item:nth-child(5) .p-media-chosen-item-topic {
  position: relative;
}
.p-media-chosen-item:nth-child(5) .p-media-chosen-item-topic::after {
  content: "05";
  display: none;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item:nth-child(5) .p-media-chosen-item-topic::after {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 160px;
    font-size: 10rem;
    font-weight: 600;
    color: #E7F4FF;
    position: absolute;
    top: -30%;
    right: 0;
  }
}
.p-media-chosen-item-note {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 135px);
  text-align: center;
  line-height: 1.4em;
  font-size: 10px;
  width: max-content;
}
@media screen and (min-width: 992px) {
  .p-media-chosen-item-note {
    line-height: inherit;
    font-size: 12px;
    left: calc(50% - 160px);
    bottom: 20px;
  }
}
.p-media-strengths-item {
  background-color: #FFF;
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.p-media-strengths-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
.p-media-strengths-item-logo {
  margin-bottom: 20px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-logo {
    width: 36%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.p-media-strengths-item-logo .logo {
  width: 100%;
  height: 100px;
}
.p-media-strengths-item-logo .logo--np {
  background: url(../images/logo/logo_kyujinocha.svg) no-repeat center;
  background-size: contain;
}
.p-media-strengths-item-logo .logo--fp {
  background: url(../images/logo/logo_kyujinfree.svg) no-repeat center;
  background-size: contain;
}
.p-media-strengths-item-logo .logo--online {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-topic {
    width: 50%;
  }
}
.p-media-strengths-item-topic .ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-topic .ttl {
    margin-bottom: 20px;
  }
}
.p-media-strengths-item-topic .ttl .main {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #40ACC4;
  color: #FFF;
  padding: 8px;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-topic .ttl .main {
    line-height: inherit;
    width: max-content;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px;
  }
}
.p-media-strengths-item-topic .ttl .sub {
  font-size: 14px;
  font-size: 0.875rem;
  color: #434343;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-topic .ttl .sub {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.p-media-strengths-item-topic-subi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.4em;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-topic-subi {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-media-strengths-item-topic-subi::before {
  content: "";
  display: block;
  background-color: #40ACC4;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-top: 6px;
}
@media screen and (min-width: 992px) {
  .p-media-strengths-item-topic-subi::before {
    margin-top: 9px;
  }
}
.p-media-strengths-item-topic-subi:last-child {
  margin-bottom: 0;
}
.p-media-price {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .p-media-price {
    margin-bottom: 100px;
  }
}
.p-media-price-cost {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-media-price-cost {
    width: max-content;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.p-media-price-cost-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.p-media-price-cost-ttl .note {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-media-price-cost-ttl .note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-media-price-cost-ttl {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-media-price-cost-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-media-price-cost-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-media-price-cost-txt .pick {
  padding-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #40ACC4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-media-price-cost-txt .pick {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-media-price-table {
  overflow-x: scroll;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .p-media-price-table {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto 40px;
    max-width: 1240px;
    overflow: hidden;
  }
}
.p-media-price-table:first-child {
  margin-top: 0;
}
.p-media-price-table--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.p-media-contact {
  padding-top: 40px;
  background-image: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
}
@media screen and (min-width: 992px) {
  .p-media-contact {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-media-contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 480px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .p-media-contact-cover {
    padding: 60px 0;
    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-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: max-content;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-media-contact-cover {
    margin-left: 100px;
  }
}
.p-media-contact-txt {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.4em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-media-contact-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-media-contact-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 992px) {
  .p-media-contact-txt .br {
    display: none;
  }
}
.p-media-contact-bg {
  margin-top: 30px;
  background: url(../images/media/img_contact_sp.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .p-media-contact-bg {
    height: 480px;
  }
}
@media screen and (min-width: 992px) {
  .p-media-contact-bg {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 480px;
    height: 100%;
    background: url(../images/media/img_contact_pc.png) no-repeat center;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .p-media-others-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;
    flex-wrap: wrap;
  }
}
.p-media-others-item {
  width: 100%;
  padding: 20px 40px 40px;
  background-color: #FFF;
  margin-bottom: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-media-others-item {
    width: 30%;
    margin: 10px;
    padding: 40px;
  }
}
.p-media-others-item .sub {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.p-media-others-item-logo {
  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;
  width: 100%;
  height: 80px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .p-media-others-item-logo {
    padding: 0 30px;
    margin: 0 auto 40px;
  }
}
.p-media-others-item-logo .logo {
  width: 100%;
  height: 100%;
}
.p-media-others-item-logo .logo--santen {
  background: url(../images/logo/logo_santen.svg) no-repeat right;
  background-size: contain;
  background-position: center;
}
.p-media-others-item-logo .logo--kyujin {
  background: url(../images/logo/logo_kyujinonline.svg) no-repeat right;
  background-size: contain;
  background-position: center;
}
.p-media-others-item-logo .logo--baitoru {
  background: url(../images/logo/logo_baitoru.svg) no-repeat right;
  background-size: contain;
  background-position: center;
}
.p-media-others-item-logo .logo--baitorun {
  background: url(../images/logo/logo_baitorunext.svg) no-repeat right;
  background-size: contain;
  background-position: center;
}
.p-media-others-item-logo .logo--kobot {
  background: url(../images/logo/logo_kobot.png) no-repeat right;
  background-size: contain;
  background-position: center;
}
.p-media-others-item-logo .logo--wagasya {
  background: url(../images/logo/logo_wagasya.svg) no-repeat right;
  background-size: contain;
  background-position: center;
}
.p-media-others-item .ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .p-media-others-item .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-media-note {
  text-align: left;
  line-height: 1.4em;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-media-note {
    margin-top: 15px;
    text-align: center;
    line-height: inherit;
    font-size: 12px;
  }
}

.p-jinzai {
  /*  About  */
}
.p-jinzai-about {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-jinzai-about {
    padding: 60px 40px;
  }
}
.p-jinzai-about-summary {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-summary {
    margin-bottom: 50px;
  }
}
.p-jinzai-about-summary-logo {
  width: 100%;
  height: 36px;
  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;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-summary-logo {
    height: 100px;
    margin-bottom: 50px;
  }
}
.p-jinzai-about-summary-logo .logo {
  width: 100%;
  height: 100%;
  background: url(../images/logo/logo_workkaigosiga.svg) no-repeat center;
  background-size: contain;
}
.p-jinzai-about-summary-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-summary-img {
    margin-bottom: 50px;
  }
}
.p-jinzai-about-summary-txt {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #40ACC4;
  line-height: 2.2em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-jinzai-about-summary-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-summary-txt {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-summary-txt br {
    display: none;
  }
}
.p-jinzai-about-content {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-content {
    margin-bottom: 40px;
  }
}
.p-jinzai-about-content .txt {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-jinzai-about-content .txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-content .txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2em;
  }
}
@media screen and (min-width: 992px) {
  .p-jinzai-about-content .txt .br {
    display: none;
  }
}

.p-company {
  /*  Summary  */
  /*  History  */
}
.p-company-summary {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-summary {
    padding: 60px 40px;
  }
}
.p-company-summary-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-company-summary-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
  }
}
.p-company-summary-item::after {
  content: "";
  display: block;
  background-color: #D6EDF3;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-company-summary-item::after {
    position: absolute;
    margin-top: 0px;
    left: 0px;
    bottom: -20px;
  }
}
.p-company-summary-item:last-child {
  margin-bottom: 0;
}
.p-company-summary-item:last-child::after {
  display: none;
}
.p-company-summary-item-ttl {
  background-color: #40ACC4;
  width: 100px;
  padding: 12px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-company-summary-item-ttl {
    width: 140px;
    height: auto;
    margin-right: 20px;
    padding: 17px 0;
  }
}
.p-company-summary-item-ttl .in {
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-company-summary-item-ttl .in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-company-summary-item-txt {
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-company-summary-item-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-company-summary-item-txt {
    padding-top: 10px;
  }
}
.p-company-summary-item-txt--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.p-company-summary-item-txt--point::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #40ACC4;
  margin-right: 5px;
}
.p-company-summary-item-sub {
  margin-bottom: 15px;
}
.p-company-summary-item-sub:last-child {
  margin-bottom: 0;
}
.p-company-summary-item-subl {
  margin-left: 20px;
}
.p-company-summary-item-subi {
  line-height: 1.4em;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-summary-item-subi {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-company-summary-item-subi {
    flex-direction: column;
  }
}
.p-company-summary-item-subi::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #434343;
  position: absolute;
  top: 8px;
  left: -10px;
}
.p-company-history-list {
  padding-left: 120px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-company-history-list {
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-bottom: 100px;
  }
}
.p-company-history-list::before {
  content: "";
  display: block;
  background-color: #D6EDF3;
  width: 2px;
  height: 102%;
  position: absolute;
  top: 2px;
  left: 100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-list::before {
    top: 6px;
    left: 89px;
  }
}
.p-company-history-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item {
    margin-bottom: 30px;
  }
}
.p-company-history-item--1983 {
  position: relative;
}
.p-company-history-item--1983::before {
  content: "1983";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--1983::before {
    font-size: 32px;
    font-size: 2rem;
    left: -140px;
  }
}
.p-company-history-item--1985 {
  position: relative;
}
.p-company-history-item--1985::before {
  content: "1985";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--1985::before {
    font-size: 32px;
    font-size: 2rem;
    left: -140px;
  }
}
.p-company-history-item--1987 {
  position: relative;
}
.p-company-history-item--1987::before {
  content: "1987";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--1987::before {
    font-size: 32px;
    font-size: 2rem;
    left: -140px;
  }
}
.p-company-history-item--1990 {
  position: relative;
}
.p-company-history-item--1990::before {
  content: "1990";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--1990::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--1994 {
  position: relative;
}
.p-company-history-item--1994::before {
  content: "1994";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--1994::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--1997 {
  position: relative;
}
.p-company-history-item--1997::before {
  content: "1997";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--1997::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2001 {
  position: relative;
}
.p-company-history-item--2001::before {
  content: "2001";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2001::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2003 {
  position: relative;
}
.p-company-history-item--2003::before {
  content: "2003";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2003::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2007 {
  position: relative;
}
.p-company-history-item--2007::before {
  content: "2007";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2007::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2009 {
  position: relative;
}
.p-company-history-item--2009::before {
  content: "2009";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2009::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2010 {
  position: relative;
}
.p-company-history-item--2010::before {
  content: "2010";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2010::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2010::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2012 {
  position: relative;
}
.p-company-history-item--2012::before {
  content: "2012";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2012::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2013 {
  position: relative;
}
.p-company-history-item--2013::before {
  content: "2013";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2013::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2016 {
  position: relative;
}
.p-company-history-item--2016::before {
  content: "2016";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2016::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2017 {
  position: relative;
}
.p-company-history-item--2017::before {
  content: "2017";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2017::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2019 {
  position: relative;
}
.p-company-history-item--2019::before {
  content: "2019";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2019::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2020 {
  position: relative;
}
.p-company-history-item--2020::before {
  content: "2020";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2020::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2022 {
  position: relative;
}
.p-company-history-item--2022::before {
  content: "2022";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2022::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2023 {
  position: relative;
}
.p-company-history-item--2023::before {
  content: "2023";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2023::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2024 {
  position: relative;
}
.p-company-history-item--2024::before {
  content: "2024";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2024::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item--2025 {
  position: relative;
}
.p-company-history-item--2025::before {
  content: "2025";
  position: absolute;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #40ACC4;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item--2025::before {
    font-size: 32px;
    font-size: 2rem;
    left: -150px;
  }
}
.p-company-history-item .month {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #40ACC4;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-history-item .month {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-company-history-item .month::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #40ACC4;
  position: absolute;
  top: 2px;
  left: -25px;
}
@media screen and (min-width: 768px) {
  .p-company-history-item .month::before {
    top: 6px;
    left: -35px;
  }
}
.p-company-history-item .txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .p-company-history-item .txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-history-item .txt .br {
    display: none;
  }
}
.p-company-history-txt {
  width: max-content;
  margin: 0 auto;
  text-align: center;
  color: #40ACC4;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-company-history-txt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-company-history-txt::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #40ACC4;
  opacity: 0.2;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-company-history-txt br {
    display: none;
  }
}

.p-privacy-main {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-privacy-main {
    padding: 60px 40px;
  }
}
.p-privacy-main-top {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-top {
    margin-bottom: 30px;
  }
}
.p-privacy-main-top::after {
  content: "";
  display: block;
  background-color: #D6EDF3;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-top::after {
    margin-top: 30px;
  }
}
.p-privacy-main-top .txt {
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-top .txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-privacy-main-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-item {
    margin-bottom: 30px;
  }
}
.p-privacy-main-item::after {
  content: "";
  display: block;
  background-color: #D6EDF3;
  width: 100%;
  height: 2px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-item::after {
    margin-top: 30px;
  }
}
.p-privacy-main-item:last-child::after {
  display: none;
}
.p-privacy-main-item-ttl {
  color: #40ACC4;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-item-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-privacy-main-item-topic .txt {
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-item-topic .txt {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-privacy-main-item-topic .txt .link {
  text-decoration: none;
  text-decoration: underline;
  color: inherit;
}
.p-privacy-main-item-topic .txt--about {
  margin-top: 10px;
  line-height: 1.8em;
}
.p-privacy-main-item-subl {
  margin-top: 20px;
  padding-left: 20px;
  list-style-type: decimal;
}
.p-privacy-main-item-subi {
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-privacy-main-item-subi {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-privacy-main-item-subi:last-child {
  margin-bottom: 0;
}

/* =========================================================
Form
========================================================= */
.p-form-main {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form-main {
    padding: 60px 40px;
  }
}

.p-error-main {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .p-error-main {
    margin-top: 240px;
  }
}
.p-error-main-ttl {
  margin-bottom: 30px;
}
.p-error-main-ttl__main {
  background: linear-gradient(36deg, #40acc4, #72bdce 48%, #7b93e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.22em;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-error-main-ttl__main {
    font-size: 164px;
    font-size: 10.25rem;
    padding-left: 40px;
  }
}
.p-error-main-ttl__sub {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #40ACC4;
}
@media screen and (min-width: 768px) {
  .p-error-main-ttl__sub {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.p-error-main-txt {
  margin-bottom: 40px;
}
.p-error-main-txt__main {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-error-main-txt__main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-error-main-txt__sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-error-main-txt__sub {
    width: max-content;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
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: #40ACC4 !important;
}

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

.u-fc-red {
  color: #FF6347 !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;
}

.u-ta-cr {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-ta-cr {
    text-align: right;
  }
}

.u-ta-cr {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .u-ta-cr {
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
