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

/*=======================================
 ■Foundation
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

body {
  font-size: 14px;
  font-size: 0.875rem;
  color: #474953;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: 1.6;
  letter-spacing: .08em;
  background-color: #F4F9FD;
  padding-top: 90px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  body:has(.p-srch-dtl) .c-btn-topPage {
    bottom: 70px;
  }
}
body.no-scroll {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  width: 100%;
  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;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.c-header--ttl {
  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;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  position: relative;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.c-header--ttl a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-header--ttl a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-header--ttl {
    padding: 20px;
  }
}
.c-header--ttl .in-SiteName {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 8px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .c-header--ttl .in-SiteName {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.c-header--ttl .in-SiteName__en {
  font-family: "Josefin Sans", sans-serif;
}
.c-header--ttl .in-SiteName img {
  width: 140px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .c-header--ttl .in-SiteName img {
    width: 220px;
  }
}
.c-header--ttl .in-txt {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .06em;
  line-height: 1em;
  font-weight: bold;
  color: #ffffff;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  padding: 4px 6px;
  border-radius: 4px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .c-header--ttl .in-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-header-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .c-header-btn {
    display: none;
  }
}
.c-header-btn__item {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .c-header-btn__item {
    padding: 20px 5px;
  }
}
.c-header-btn__item .in-SrchBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/srch-yl.svg);
  background-size: 56%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
}
.c-header-btn__item .in-SrchBtn.is-active {
  background-image: url(../images/icon/srch-white.svg), linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
  background-size: 56%, 100%;
}
.c-header-btn__item .in-MenuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
}
.c-header-btn__item .in-MenuBtn__line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 6px;
  position: relative;
  transition: .3s;
}
.c-header-btn__item .in-MenuBtn__line:last-of-type {
  margin-bottom: 0;
}
.c-header-btn__item .in-MenuBtn.is-active .in-MenuBtn__line {
  background-color: #ffffff;
}
.c-header-btn__item .in-MenuBtn.is-active .in-MenuBtn__line:first-of-type {
  transform: rotate(35deg);
  top: 10px;
}
.c-header-btn__item .in-MenuBtn.is-active .in-MenuBtn__line:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.c-header-btn__item .in-MenuBtn.is-active .in-MenuBtn__line:last-of-type {
  transform: rotate(-35deg);
  top: -8px;
}
.c-header-srch {
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-header-srch--wrap {
  height: 100%;
}
.c-header-srch--box {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-header-srch--box__ttl {
  background-color: #5B82D3;
  padding: 10px 20px;
}
.c-header-srch--box__ttl .in-txt {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.c-header-srch--box__cont {
  padding: 20px;
}
.c-header-srch--box__cont .in-cont {
  margin-bottom: 15px;
}
.c-header-srch--box__cont .in-cont:last-of-type {
  margin-bottom: 0;
}
.c-header-srch--box__cont .in-cont .c-form-select {
  width: 100%;
}
.c-header-srch--box__cont .in-cont .c-form-select__select {
  width: 100%;
}
.c-header-srch--box__cont .in-cont.is-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;
}
.c-header-srch--box__cont .in-cont .in-SrchBtn {
  width: 100%;
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFC300;
  border-radius: 100px;
  padding: 10px 20px;
}
.c-header-srch--box__cont .in-cont .in-SrchBtn .in-txt {
  color: #ffffff;
  font-weight: bold;
}
.c-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
}
.c-header.is-fixed {
  position: fixed;
  top: 0;
}
.c-header.is-active {
  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: 70px;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  transform: translateY(0);
  opacity: 1;
}
.c-header.is-active::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/logo-bg.png);
  background-size: 70%;
  background-position: left -50% center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
  .c-header.is-active {
    height: 80px;
  }
  .c-header.is-active::before {
    background-size: 50%;
  }
}
.c-header.is-active .c-header--ttl {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.c-header.is-active .c-header--ttl img {
  width: 140px;
}
@media screen and (min-width: 992px) {
  .c-header.is-active .c-header--ttl img {
    width: 160px;
  }
}
.c-header.is-active .c-header--ttl .in-SiteName {
  margin-bottom: 6px;
}
.c-header.is-active .c-header--ttl .in-txt {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #ffffff;
  background-image: none;
  color: #5B82D3;
}
@media screen and (min-width: 992px) {
  .c-header.is-active .c-header--ttl .in-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-header.is-active .c-header-wrap {
  padding: 0;
}
.c-header.is-active .in-MenuBtn {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.c-header.is-active .in-MenuBtn__line {
  background-color: #ffffff;
}
.c-header-user {
  display: none;
  width: 46px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .c-header-user {
    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-user__link {
  writing-mode: vertical-rl;
}
.c-header-user__link .in-txt {
  display: inline-block;
  font-weight: bold;
  color: #474953;
  padding-top: 40px;
  position: relative;
}
.c-header-user__link .in-txt::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/user-white.svg), linear-gradient(45deg, #ff45b8 0%, #ff99ad 50%, #ffb575 100%);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.c-footer {
  background-image: url(../images/common/grad-bg-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
}
.c-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 111, 131, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.c-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(#f4f9fd, rgba(244, 249, 253, 0));
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-footer::after {
    height: 200px;
    background-image: linear-gradient(#f4f9fd, rgba(244, 249, 253, 0.8), rgba(244, 249, 253, 0.4), rgba(244, 249, 253, 0));
  }
}
.c-footer--container {
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .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__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: 10px;
}
.c-footer--sum .in-box__name .txt-jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4px;
}
@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 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-footer--sum .in-box__name .txt-en {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-footer--sum .in-box__name {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.c-footer--sum .in-box__add {
  margin-top: 20px;
}
.c-footer--sum .in-box__add p {
  color: #ffffff;
}
.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: 900;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box--list__link {
    padding: 6px 0;
  }
}
.c-footer--menu .in-box--list__link.is-home {
  font-family: "Josefin Sans", sans-serif;
}
.c-footer--menu .in-box--list__item {
  margin-bottom: 10px;
}
.c-footer--menu .in-box--list__item .in-ch-list__link {
  color: #ffffff;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .c-footer--menu .in-box--list__item .in-ch-list__link {
    padding: 6px 0;
  }
}
.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 50px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    padding: 0 20px 100px 20px;
  }
}
.c-footer--copylight .in-txt {
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-footer--copylight .in-txt {
    text-align: left;
  }
}
.c-footer--copylight .in-link {
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-footer--copylight .in-link {
    text-align: left;
    margin-bottom: 0;
  }
}
.c-footer--copylight--link {
  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;
}
.c-footer--copylight--link a:first-of-type {
  margin-bottom: 4px;
}

.c-nav {
  display: none;
  width: 100%;
  height: 100dvh;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  padding-top: 100px;
  padding-bottom: 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .c-nav {
    display: block;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    background-image: none;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
.c-nav--wrap {
  padding: 20px;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .c-nav--wrap {
    padding: 20px 0;
  }
}
.c-nav--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;
  margin: -5px;
}
@media screen and (min-width: 992px) {
  .c-nav--list {
    -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: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin: -10px;
  }
}
.c-nav--list__item {
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 576px) {
  .c-nav--list__item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .c-nav--list__item {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-nav--list__item {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-nav--list__item:has(.is-srch) {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .c-nav--list__item:has(.is-user) {
    display: none;
  }
}
.c-nav--list__link {
  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;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 100px;
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
}
.c-nav--list__link::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 60% , 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav--list__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .c-nav--list__link {
    width: 220px;
  }
}
.c-nav--list__link .in-txt {
  color: #474953;
  font-weight: bold;
}
.c-nav--list__link.is-srch::before {
  background-image: url(../images/icon/srch-white.svg), linear-gradient(45deg, #99e3ff, #6172ff);
}
.c-nav--list__link.is-srch::after {
  background-image: url(../images/icon/arrow-r-main.svg);
}
.c-nav--list__link.is-user::before {
  background-image: url(../images/icon/user-white.svg), linear-gradient(45deg, #ff45b8 0%, #ff99ad 50%, #ffb575 100%);
  background-size: 100%;
}
.c-nav--list__link.is-user::after {
  background-image: url(../images/icon/arrow-r-pnk.svg);
}
.c-nav--list__link.is-first::before {
  background-image: url(../images/icon/first-white.svg), linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
}
.c-nav--list__link.is-first::after {
  background-image: url(../images/icon/arrow-r-gr.svg);
}
.c-nav--list__link.is-corp::before {
  background-image: url(../images/icon/corp-white.svg), linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
}
.c-nav--list__link.is-corp::after {
  background-image: url(../images/icon/arrow-r-yl.svg);
}
.c-nav--cont {
  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;
  margin: -5px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-nav--cont {
    margin: -10px;
  }
}
@media screen and (min-width: 992px) {
  .c-nav--cont {
    display: none;
  }
}
.c-nav--cont__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 576px) {
  .c-nav--cont__item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 576px) {
  .c-nav--cont__item {
    padding: 10px;
  }
}
.c-nav--cont__item .favo-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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 10px;
  padding: 15px;
}
.c-nav--cont__item .favo-btn--ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #5B82D3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-nav--cont__item .favo-btn--ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-nav--cont__item .favo-btn--txt {
  margin-bottom: 10px;
}
.c-nav--cont__item .favo-btn--txt .in-num {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFC300;
  line-height: 1;
  letter-spacing: .12em;
  padding: 0 4px;
}
.c-nav--cont__item .favo-btn .c-basic-btn {
  background-image: linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
  margin-top: auto;
  padding-left: 40px;
}
.c-nav--cont__item .line-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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 10px;
  padding: 15px;
}
.c-nav--cont__item .line-btn--ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #6ACC87;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-nav--cont__item .line-btn--ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-nav--cont__item .line-btn--txt {
  margin-bottom: 10px;
}
.c-nav--cont__item .line-btn .c-basic-btn {
  background-image: linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
  margin-top: auto;
  padding-left: 40px;
}

/* =========================================================
side - サイド
========================================================= */
.c-subpage-ttl {
  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: 50px;
  border-top: 2px solid #5B82D3;
  border-bottom: 2px solid #5B82D3;
}
@media screen and (min-width: 768px) {
  .c-subpage-ttl {
    margin-bottom: 60px;
  }
}
.c-subpage-ttl__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-subpage-ttl__body {
    padding: 30px 20px;
  }
}
.c-subpage-ttl .in-txt-en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #5B82D3;
  letter-spacing: .12em;
}
@media screen and (min-width: 768px) {
  .c-subpage-ttl .in-txt-en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-subpage-ttl .in-txt-jp {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: .12em;
}
@media screen and (min-width: 768px) {
  .c-subpage-ttl .in-txt-jp {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.c-basic-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-basic-ttl {
    margin-bottom: 30px;
  }
}
.c-basic-ttl .in-txt {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .c-basic-ttl .in-txt {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-ol-list--sub__item {
  color: #474953;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt, .p-ol-list--sub__item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt p, .p-ol-list--sub__item p {
  margin-bottom: 10px;
}
.c-basic-txt 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-ol-list--sub__item a {
    transition: .3s;
    cursor: pointer;
  }
  .c-basic-txt a:hover, .p-ol-list--sub__item a:hover {
    opacity: .7;
  }
}
.c-basic-txt strong, .p-ol-list--sub__item strong {
  font-weight: bold;
}
.c-basic-txt .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-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;
  width: 240px;
  height: 50px;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 100px;
  padding: 10px 20px;
  position: relative;
}
.c-basic-btn .in-txt {
  color: #ffffff;
  font-weight: bold;
}
.c-basic-btn.is-next {
  padding-right: 50px;
}
.c-basic-btn.is-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-r-main.svg);
  background-size: 46%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-prev {
  padding-left: 50px;
}
.c-basic-btn.is-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-l-main.svg);
  background-size: 46%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-tel {
  padding-left: 40px;
}
.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: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-tel .in-txt {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn.is-tel .in-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-btn.is-gr {
  background-image: linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
}
.c-basic-btn.is-gr.is-next::before {
  background-image: url(../images/icon/arrow-r-gr.svg);
}
.c-basic-btn.is-yl {
  background-image: linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
}
.c-basic-btn.is-yl.is-next::before {
  background-image: url(../images/icon/arrow-r-yl.svg);
}
.c-basic-btn.is-white {
  background-image: none;
  background-color: #ffffff;
}
.c-basic-btn.is-white::before {
  background-color: #5B82D3;
  background-image: url(../images/icon/arrow-r-white.svg);
}
.c-basic-btn.is-white .in-txt {
  color: #5B82D3;
}
.c-basic-btn.is-white.is-tel::before {
  background-image: url(../images/icon/tel-white.svg);
}
.c-basic-btn.is-inst {
  background-image: none;
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}
.c-basic-btn.is-inst::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../images/icon/Instagram_Glyph_White.svg), linear-gradient(196.7deg, #b900b4 65.84%, #f50000 97.69%, #ffd521 115.14%);
  background-size: 60%, 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-inst::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../images/icon/arrow-r-white.svg), linear-gradient(196.7deg, #b900b4 65.84%, #f50000 97.69%, #ffd521 115.14%);
  background-size: 46%, 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-basic-btn.is-inst .in-txt {
  color: #b900b4;
}

.c-btn-topPage {
  display: none;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-b-main.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-btn-topPage {
    width: 60px;
    height: 60px;
    bottom: 30px;
  }
}

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

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.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;
  background: url(../images/icon/icon_right_main.svg) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  background-position: left top 5px;
  max-width: 50%;
}
.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: #5B82D3;
  text-decoration: underline;
}
.c-pankuzu__name {
  color: #474953;
  font-size: 12px;
  font-size: 0.75rem;
}

/* =========================================================
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: #5B82D3;
  color: #ffffff;
  border: 1px solid #5B82D3;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #474953;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input:focus,
select:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  input,
  select {
    font-size: 16px;
    font-size: 1rem;
  }
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button,
input[type="submit"] {
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

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

button {
  font-size: 14px;
  font-size: 0.875rem;
  color: #474953;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  button {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-form-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-form-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-form-inputTxt {
  width: 100%;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 8px 15px !important;
}
.c-form-inputTxt::placeholder {
  color: #cccccc;
}
.c-form-inputTxt.is-sm {
  max-width: 180px;
}
.c-form-inputTxt.is-md {
  max-width: 240px;
}
.c-form-inputTxt.is-lg {
  max-width: 520px;
}
.c-form-txtarea {
  width: 100%;
  min-height: 220px;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 8px 15px !important;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-form-txtarea {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-form-txtarea::placeholder {
  color: #cccccc;
}
.c-form-txtarea:focus {
  outline: none !important;
}
.c-form-radio {
  padding: 8px 0 !important;
  position: relative;
}
.c-form-radio__label {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.c-form-radio__label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
.c-form-radio__label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #5B82D3;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 8px;
  opacity: 0;
}
.c-form-radio__input {
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-form-radio__input:checked + .c-form-radio__label::after {
  opacity: 1;
}
.c-form-check {
  position: relative;
}
.c-form-check__label {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.c-form-check__label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 3px;
}
.c-form-check__label::after {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 1px;
  top: 6px;
  opacity: 0;
}
.c-form-check__input {
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-form-check__input:checked + .c-form-check__label::before {
  background-color: #5B82D3;
  border-color: #5B82D3;
}
.c-form-check__input:checked + .c-form-check__label::after {
  opacity: 1;
}
.c-form-select {
  display: inline-block;
  position: relative;
}
.c-form-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-color: #cccccc;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.c-form-select__select {
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  background-color: transparent !important;
  padding: 8px 30px 8px 15px !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.c-form-section {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form-section {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .c-form-wrap {
    box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-form-wrap {
    border-radius: 10px;
  }
}

.c-form-sum {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-form-sum--ttl {
  background-image: linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--ttl {
    padding: 10px 20px;
  }
}
.c-form-sum--ttl .in-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form-sum--ttl .in-txt {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-form-sum--wrap {
  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: 15px;
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
  }
}
.c-form-sum--wrap__img {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__img {
    width: calc(100% / 5);
  }
}
.c-form-sum--wrap__cont {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__cont {
    width: calc((100% / 5)* 4);
  }
}
.c-form-sum--wrap__cont .in-CorpName {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__cont .in-CorpName {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-form-sum--wrap__cont .in-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #5B82D3;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__cont .in-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-form-sum--wrap__cont .resCard-sum--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;
  margin: -2px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__cont .resCard-sum--list {
    margin: -3px;
    margin-top: 10px;
  }
}
.c-form-sum--wrap__cont .resCard-sum--list__item {
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__cont .resCard-sum--list__item {
    padding: 3px;
  }
}
.c-form-sum--wrap__cont .resCard-sum--list__item .in-txt {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #cccccc;
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .c-form-sum--wrap__cont .resCard-sum--list__item .in-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-form-box--ttl {
  background-color: #f1f1f1;
  padding: 10px 15px 10px 30px;
  position: relative;
}
.c-form-box--ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-color: #474953;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-form-box--ttl {
    padding: 10px 20px 10px 30px;
  }
}
.c-form-box--ttl .in-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--ttl .in-txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-form-box--item {
  padding: 15px 10px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .c-form-box--item {
    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;
  }
}
.c-form-box--item__ttl {
  color: #5B82D3;
  background-color: #D7DFF2;
  border-radius: 4px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .c-form-box--item__ttl {
    width: 280px;
    color: #474953;
    background-color: transparent;
    margin-bottom: 0;
  }
}
.c-form-box--item__ttl .in-txt {
  font-weight: bold;
  padding: 8px 15px;
}
.c-form-box--item__ttl.is-req {
  padding-right: 3em;
  position: relative;
}
.c-form-box--item__ttl.is-req::before {
  content: "必須";
  display: inline-block;
  background-color: #fb705c;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .c-form-box--item__ttl.is-req::before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form-box--item__cont {
    width: calc(100% - 280px);
  }
}
.c-form-box--item__cont .in-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;
  margin: -10px;
}
.c-form-box--item__cont .in-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding: 10px;
}
.c-form-box--item__cont .in-list__item .BD-txt {
  margin-left: 10px;
}
.c-form-box--item__cont .in-list__item:has(.ConfTxt) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-form-box--item__cont .in-row {
  margin-bottom: 10px;
}
.c-form-box--item__cont .in-row:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-form-box--item__cont .in-row {
    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;
  }
}
.c-form-box--item__cont .in-row__ttl {
  padding: 6px 15px 6px 30px;
  position: relative;
}
.c-form-box--item__cont .in-row__ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-color: #5B82D3;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-form-box--item__cont .in-row__ttl {
    width: 7em;
    padding: 8px 0;
  }
  .c-form-box--item__cont .in-row__ttl::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-form-box--item__cont .in-row__cont {
    width: calc(100% - 7em);
  }
}
.c-form-policy {
  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-top: 40px;
}
.c-form-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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-form-btn {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-form-btn .c-basic-btn {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-form-btn .c-basic-btn {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.c-form-btn .c-basic-btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-form-btn .c-basic-btn:last-of-type {
    margin-right: 0;
  }
}
.c-form .ConfTxt {
  padding: 8px 0 !important;
}
.c-form .ThanksTxt {
  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-form .ThanksTxt__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-form .ThanksTxt__ttl {
    margin-bottom: 30px;
  }
}
.c-form .ThanksTxt__ttl .in-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #5B82D3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form .ThanksTxt__ttl .in-txt {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form .ThanksTxt__txt {
    text-align: center;
  }
}
.c-form .ThanksTxt__txt__span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-form .ThanksTxt__txt__span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form .ThanksBtn {
  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-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-form .ThanksBtn {
    margin-top: 30px;
  }
}
.c-form-error {
  color: #fb705c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding-left: 1.2em;
  margin-top: .2em;
  position: relative;
}
.c-form-error::before {
  content: "※";
  position: absolute;
  left: 0;
  top: .1em;
}
@media screen and (min-width: 768px) {
  .c-form-error {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form .error {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-form .error {
    padding: 20px;
  }
}
.c-form .error .ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.c-form .error .ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #474953;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 4px;
  top: .6em;
}
@media screen and (min-width: 768px) {
  .c-form .error .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-form .error .alert {
  color: #fb705c;
  font-weight: bold;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.c-table .c-tr {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .c-table .c-tr {
    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;
  }
}
.c-table .c-th, .c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  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: #000000;
  font-weight: bold;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table .c-th {
    width: 15%;
  }
}
.c-table .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-table .c-td {
    width: 85%;
  }
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}

/*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 - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.c-basic-list__item {
  padding-left: 1em;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}
.c-basic-list__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #5B82D3;
  border-radius: 50%;
  position: absolute;
  left: .2em;
  top: .6em;
}

/* ====================
	■番号付きなリスト
	=====================*/
.c-ol-list {
  counter-reset: number;
}
.c-ol-list__item {
  padding-left: 1.4em;
  position: relative;
}
.c-ol-list__item::before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  left: .2em;
  top: 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: #5B82D3;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #5B82D3;
  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: #5B82D3;
  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: #5B82D3;
  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: #5B82D3;
  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;
}

.c-anime-slideTxt {
  clip-path: inset(0 100% 0 0);
}
.c-anime-slideTxt.js-anime-slideTxt.is-active {
  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;
}

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top {
    padding-top: 0;
  }
}
.p-top--section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top--section {
    margin-bottom: 60px;
  }
}
.p-top-clm {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .p-top-clm {
    max-width: 1440px;
    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;
    margin: -15px auto;
    padding: 100px 20px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-clm__item.is-left {
    width: calc((100% / 7)* 5);
    padding: 15px;
  }
}
.p-top-clm__item.is-right {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .p-top-clm__item.is-right {
    width: calc((100% / 7)* 2);
    padding: 15px;
  }
}
.p-top-clm .deco-txt {
  font-size: 180px;
  font-size: 11.25rem;
  font-family: "Josefin Sans", sans-serif;
  color: #5B82D3;
  writing-mode: vertical-rl;
  font-weight: bold;
  line-height: .8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .15;
}
@media screen and (min-width: 768px) {
  .p-top-clm .deco-txt {
    font-size: 220px;
    font-size: 13.75rem;
    opacity: .3;
  }
}
.p-top-cont--ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-cont--ttl {
    margin-bottom: 25px;
  }
}
.p-top-cont--ttl .txt-jp {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-cont--ttl .txt-jp {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-cont--ttl .txt-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .12em;
  color: #5B82D3;
}
@media screen and (min-width: 768px) {
  .p-top-cont--ttl .txt-en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-header {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;
  margin-bottom: 100px;
  position: relative;
}
.p-top-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .1;
}
@media screen and (min-width: 768px) {
  .p-top-header {
    padding-bottom: 120px;
    background-position: top center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-header {
    padding-top: 120px;
  }
}
.p-top-header #mainvisual {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.p-top-header #mainvisual .initial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/header-bg-01.jpeg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.p-top-header--container {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-header--container {
    -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-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .p-top-header--catchcopy {
    width: calc(100% / 2);
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-header--catchcopy {
    padding-left: 40px;
  }
}
.p-top-header--catchcopy .in-ttl {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-top-header--catchcopy .in-ttl__txt {
  display: inline-block;
  margin-bottom: 20px;
}
.p-top-header--catchcopy .in-ttl__txt .in-txt {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: .16em;
  font-weight: 900;
  padding: 8px 5px 8px 10px;
}
@media screen and (min-width: 768px) {
  .p-top-header--catchcopy .in-ttl__txt .in-txt {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 10px 5px 10px 20px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-header--catchcopy .in-ttl__txt .in-txt {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-header--catchcopy .in-ttl__txt .in-txt {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.p-top-header--catchcopy .in-txt--en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-header--catchcopy .in-txt--en {
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 0;
  }
}
.p-top-header--srch {
  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-left: 20px;
  padding-right: 20px;
  margin-bottom: -100px;
}
@media screen and (min-width: 992px) {
  .p-top-header--srch {
    display: block;
    width: calc(100% / 2);
    padding-right: 20px;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-header--srch {
    padding-right: 10%;
  }
}
.p-top-header--srch .SrchBox {
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-header--srch .SrchBox {
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-header--srch .SrchBox {
    margin-left: auto;
  }
}
.p-top-header--srch .SrchBox--ttl {
  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-image: linear-gradient(45deg, #99e3ff, #6172ff);
  padding: 15px 15px;
  position: relative;
  overflow: hidden;
}
.p-top-header--srch .SrchBox--ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/srch-white.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left center;
  position: absolute;
  left: 8%;
  top: 0;
  opacity: .3;
}
.p-top-header--srch .SrchBox--ttl .in-txt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: .08em;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-header--srch .SrchBox--ttl .in-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-header--srch .SrchBox--cont {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-header--srch .SrchBox--cont {
    padding: 25px;
  }
}
.p-top-header--srch .SrchBox--cont__item {
  width: 100%;
  margin-bottom: 15px;
}
.p-top-header--srch .SrchBox--cont__item .c-form-select {
  width: 100%;
}
.p-top-header--srch .SrchBox--cont__item .c-form-select__select {
  width: 100%;
  padding: 10px 30px 10px 15px !important;
}
.p-top-header--srch .SrchBox--cont__item .c-form-inputTxt {
  width: 100%;
  padding: 10px 15px !important;
}
.p-top-header--srch .SrchBox--cont__item.is-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;
  margin-bottom: 0;
}
.p-top-header--srch .SrchBox--cont__item.is-btn .Srch-btn {
  background-image: linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
  border-radius: 100px;
  padding: 10px 60px 10px 20px;
  position: relative;
}
.p-top-header--srch .SrchBox--cont__item.is-btn .Srch-btn::before {
  content: "";
  display: block;
  height: calc(100% - 15px);
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-r-yl.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-header--srch .SrchBox--cont__item.is-btn .Srch-btn .in-txt {
  color: #ffffff;
  font-weight: bold;
}
.p-top-header .deco-txt {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  text-align: right;
  letter-spacing: .16em;
  position: absolute;
  right: 0;
  bottom: 120px;
  z-index: 0;
  opacity: .4;
}
@media screen and (min-width: 768px) {
  .p-top-header .deco-txt {
    font-size: 80px;
    font-size: 5rem;
    writing-mode: vertical-rl;
    text-align: left;
    top: 100px;
    bottom: auto;
    opacity: .3;
  }
}
.p-top-NewJob .p-top-cont--ttl {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .p-top-NewJob .p-top-cont--ttl {
    padding: 0;
  }
}
.p-top-NewJob--slick {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--slick {
    padding: 0 50px;
  }
}
.p-top-NewJob--slick__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--slick__item {
    padding: 15px;
  }
}
.p-top-NewJob--slick__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5B82D3;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-top-NewJob--slick__arrow.is-prev {
  left: 0;
  background-image: url(../images/icon/arrow-l-white.svg);
}
.p-top-NewJob--slick__arrow.is-next {
  right: 0;
  background-image: url(../images/icon/arrow-r-white.svg);
}
.p-top-NewJob--slick .slick-dots {
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--slick .slick-dots {
    bottom: -30px;
  }
}
.p-top-NewJob--slick .slick-dots li button::before {
  display: none;
  content: none;
}
.p-top-NewJob--slick .slick-dots li button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-top-NewJob--slick .slick-dots li.slick-active button::after {
  background-color: #5B82D3;
}
.p-top-NewJob--card {
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--card {
    border-radius: 10px;
  }
}
.p-top-NewJob--card a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-NewJob--card a.in-link {
  position: relative;
  z-index: 5;
}
.p-top-NewJob--card::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/arrow-r-main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.p-top-NewJob--card .in-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / .6;
  background-color: #f9f9f9;
}
.p-top-NewJob--card .in-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-NewJob--card .in-sum {
  padding: 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--card .in-sum {
    padding: 20px;
    padding-bottom: 30px;
  }
}
.p-top-NewJob--card .in-sum__name {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--card .in-sum__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-NewJob--card .in-sum__ttl {
  font-size: 16px;
  font-size: 1rem;
  color: #5B82D3;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-top-NewJob--card .in-sum__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top-NewJob--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;
  margin-top: 10px;
}
.p-top-about {
  padding: 0 20px 60px;
  position: relative;
}
.p-top-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .3;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 0 20px;
  }
  .p-top-about::before {
    display: none;
  }
}
.p-top-about--box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about--box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
    background-color: #ffffff;
    padding: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-about--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about--box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -180px center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .3;
  }
}
.p-top-about--box__body {
  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;
  position: relative;
  z-index: 1;
}
.p-top-about--box__body::before {
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-about--box__body {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about--box__body .in-sum {
    width: calc((100% / 5)* 3);
  }
}
.p-top-about--box__body .in-sum__txt {
  line-height: 1.8;
  color: #225D6B;
}
.p-top-about--box__body .in-img {
  margin-bottom: 20px;
  position: relative;
}
.p-top-about--box__body .in-img::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url(../images/top/about-people.png);
  background-size: contain;
  background-position: right -10px bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about--box__body .in-img {
    width: calc((100% / 5)* 2);
    margin-bottom: 0;
  }
  .p-top-about--box__body .in-img::before {
    display: none;
  }
}
.p-top-about--box__body .in-img img {
  display: block;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top-about--box__body .in-img img {
    width: 100%;
  }
}
.p-top-first {
  padding: 0 20px 60px;
  position: relative;
}
.p-top-first::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/first-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .3;
}
@media screen and (min-width: 768px) {
  .p-top-first {
    padding: 0 20px;
  }
  .p-top-first::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-first--box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
    background-color: #ffffff;
    padding: 50px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-first--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-first--box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/first-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -200px center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .3;
  }
}
.p-top-first--box__body {
  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;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-first--box__body {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-top-first--box__body .in-sum {
    width: calc((100% / 5)* 3);
  }
}
.p-top-first--box__body .in-sum__txt {
  line-height: 1.8;
}
.p-top-first--box__body .in-sum .p-top-cont--ttl .txt-en {
  color: #6ACC87;
}
.p-top-first--box__body .in-sum .c-basic-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-first--box__body .in-sum .c-basic-btn::before {
  background-image: url(../images/icon/arrow-r-white.svg), linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
  background-size: 50%, 100%;
}
@media screen and (min-width: 768px) {
  .p-top-first--box__body .in-sum .c-basic-btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-top-first--box__body .in-sum .c-basic-btn .in-txt {
  color: #6ACC87;
}
.p-top-first--box__body .in-img {
  margin-bottom: 20px;
  position: relative;
}
.p-top-first--box__body .in-img::before {
  content: "";
  display: block;
  width: 28%;
  height: 100%;
  background-image: url(../images/top/first-people.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-first--box__body .in-img {
    width: calc((100% / 5)* 2);
    margin-bottom: 0;
  }
  .p-top-first--box__body .in-img::before {
    display: none;
  }
}
.p-top-first--box__body .in-img img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top-first--box__body .in-img img {
    width: 100%;
  }
}
.p-top-first-side {
  margin-bottom: 30px;
}
.p-top-first-side--box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-color: #ffffff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-first-side--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-first-side--box {
    padding: 20px;
  }
}
.p-top-first-side .p-top-cont--ttl {
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
}
.p-top-first-side .p-top-cont--ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/first-gr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-first-side .p-top-cont--ttl .txt-jp {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-first-side .p-top-cont--ttl .txt-jp {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top-first-side .p-top-cont--ttl .txt-en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6ACC87;
}
@media screen and (min-width: 768px) {
  .p-top-first-side .p-top-cont--ttl .txt-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-first-side--list__item {
  border-top: 1px solid #eee;
}
.p-top-first-side--list__item:last-of-type {
  border-bottom: 1px solid #eee;
}
.p-top-first-side--list__link {
  display: block;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.p-top-first-side--list__link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/arrow-r-gr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-corp {
  padding: 0 20px 60px;
  position: relative;
}
.p-top-corp::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/corp-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .3;
}
@media screen and (min-width: 768px) {
  .p-top-corp {
    padding: 0 20px;
  }
  .p-top-corp::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-corp--box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
    background-color: #ffffff;
    padding: 50px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-corp--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-corp--box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/corp-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -250px center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .3;
  }
}
.p-top-corp--box__body {
  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;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-corp--box__body {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-top-corp--box__body .in-sum {
    width: calc((100% / 5)* 3);
  }
}
.p-top-corp--box__body .in-sum__txt {
  line-height: 1.8;
}
.p-top-corp--box__body .in-sum .p-top-cont--ttl .txt-en {
  color: #FFC300;
}
.p-top-corp--box__body .in-sum .c-basic-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-corp--box__body .in-sum .c-basic-btn::before {
  background-image: url(../images/icon/arrow-r-white.svg), linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
  background-size: 50%, 100%;
}
@media screen and (min-width: 768px) {
  .p-top-corp--box__body .in-sum .c-basic-btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-top-corp--box__body .in-sum .c-basic-btn .in-txt {
  color: #FFC300;
}
.p-top-corp--box__body .in-img {
  margin-bottom: 20px;
  position: relative;
}
.p-top-corp--box__body .in-img::before {
  content: "";
  display: block;
  width: 36%;
  height: 100%;
  background-image: url(../images/top/corp-people.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-corp--box__body .in-img {
    width: calc((100% / 5)* 2);
    margin-bottom: 0;
  }
  .p-top-corp--box__body .in-img::before {
    display: none;
  }
}
.p-top-corp--box__body .in-img img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top-corp--box__body .in-img img {
    width: 100%;
  }
}
.p-top-corp-side {
  margin-bottom: 30px;
}
.p-top-corp-side--box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-color: #ffffff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-corp-side--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-corp-side--box {
    padding: 20px;
  }
}
.p-top-corp-side .p-top-cont--ttl {
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
}
.p-top-corp-side .p-top-cont--ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/corp-yl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-corp-side .p-top-cont--ttl .txt-jp {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-corp-side .p-top-cont--ttl .txt-jp {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top-corp-side .p-top-cont--ttl .txt-en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFC300;
}
@media screen and (min-width: 768px) {
  .p-top-corp-side .p-top-cont--ttl .txt-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-corp-side--list__item {
  border-top: 1px solid #eee;
}
.p-top-corp-side--list__item:last-of-type {
  border-bottom: 1px solid #eee;
}
.p-top-corp-side--list__link {
  display: block;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.p-top-corp-side--list__link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/arrow-r-yl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-line {
  padding: 0 20px 60px;
}
@media screen and (min-width: 768px) {
  .p-top-line {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-line--box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
    background-color: #ffffff;
    padding: 50px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-line--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-line--box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/line-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -70px center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .3;
  }
}
.p-top-line--box__body {
  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;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-line--box__body {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-top-line--box__body .in-sum {
    width: calc((100% / 5)* 3);
  }
}
.p-top-line--box__body .in-sum__txt {
  line-height: 1.8;
}
.p-top-line--box__body .in-sum .p-top-cont--ttl .txt-en {
  color: #6ACC87;
}
.p-top-line--box__body .in-sum .c-basic-btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-line--box__body .in-sum .c-basic-btn {
    margin-top: 30px;
  }
}
.p-top-line--box__body .in-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-line--box__body .in-img {
    width: calc((100% / 5)* 2);
    margin-bottom: 0;
  }
}
.p-top-line--box__body .in-img img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top-line--box__body .in-img img {
    width: 100%;
  }
}
.p-top-line-side {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-line-side {
    display: block;
  }
}
.p-top-favo {
  margin-bottom: 30px;
}
.p-top-favo--box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-favo--box {
    border-radius: 10px;
  }
}
.p-top-favo--ttl {
  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-image: linear-gradient(45deg, #99e3ff, #6172ff);
  padding: 15px;
}
.p-top-favo--ttl .in-ttl {
  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;
  padding-left: 40px;
  position: relative;
}
.p-top-favo--ttl .in-ttl::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon/star-outline-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-favo--ttl .in-ttl--jp {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-favo--ttl .in-ttl--jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top-favo--ttl .in-ttl--en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-favo--ttl .in-ttl--en {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-favo--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;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
.p-top-favo--sum__ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-favo--sum__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-favo--sum__txt {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-favo--sum__txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-favo--sum__txt .in-num {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFC300;
  letter-spacing: .1em;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-favo--sum__txt .in-num {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.p-top-favo--sum .c-basic-btn {
  margin-top: 10px;
}
.p-top-contact--container {
  padding: 60px 20px;
  position: relative;
}
.p-top-contact--container::before {
  content: "";
  display: block;
  width: calc(100% - 20px * 2);
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 576px) {
  .p-top-contact--container {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact--container {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-contact--container {
    padding: 80px;
  }
  .p-top-contact--container::before {
    width: calc(100% - 80px * 2);
  }
}
.p-top-contact--wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-contact--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-contact--box {
    width: calc((100% / 7)* 5);
    padding: 0 20px;
  }
}
.p-top-contact--box:has(img) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-contact--box:has(img) {
    display: block;
    width: 20%;
    position: absolute;
    top: -60px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-contact--box:has(img) {
    width: calc((100% / 7)* 2);
    position: relative;
    top: auto;
    right: auto;
  }
}
.p-top-contact--ttl {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-contact--ttl {
    margin-bottom: 30px;
  }
}
.p-top-contact--ttl .in-txt--jp {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: #5B82D3;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-contact--ttl .in-txt--jp {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-contact--ttl .in-txt--en {
  font-size: 70px;
  font-size: 4.375rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  line-height: .8;
  color: #5B82D3;
  opacity: .15;
}
@media screen and (min-width: 768px) {
  .p-top-contact--ttl .in-txt--en {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
.p-top-contact--txt {
  color: #5B82D3;
}
.p-top-contact--btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-contact--btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.p-top-footer {
  background-image: url(../images/common/grad-bg-main.png);
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-top-footer {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: 80px;
  }
}
.p-top-footer .c-footer {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
}
.p-top-footer .c-footer::before {
  display: none;
}
.p-top-footer .c-footer::after {
  display: none;
}

/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
@media screen and (min-width: 768px) {
  .p-not-found-box p {
    text-align: center;
  }
}

.p-srch-select {
  width: 100%;
  position: relative;
}
.p-srch-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #cccccc;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.p-srch-select__select {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: transparent;
  padding: 10px 30px 10px 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.p-srch-inputTxt {
  width: 100%;
}
.p-srch-inputTxt__input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px 15px;
}
.p-srch-SrchBtn {
  width: 100%;
  background-color: #FFC300;
  border-radius: 100px;
  padding: 10px 15px;
}
.p-srch-SrchBtn .in-txt {
  color: #ffffff;
  font-weight: bold;
}
.p-srch-SrchBox--box {
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box {
    border-radius: 10px;
  }
}
.p-srch-SrchBox--box__ttl {
  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-image: linear-gradient(45deg, #99e3ff, #6172ff);
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
.p-srch-SrchBox--box__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/srch-white.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left center;
  position: absolute;
  left: 8%;
  top: 0;
  opacity: .3;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__ttl {
    padding: 15px 20px;
  }
  .p-srch-SrchBox--box__ttl::before {
    background-size: 6%;
    left: 35%;
  }
}
.p-srch-SrchBox--box__ttl .in-txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .06em;
  display: inline-block;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__ttl .in-txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-srch-SrchBox--box__form {
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__form {
    padding: 15px 20px;
  }
}
.p-srch-SrchBox--box__form .in-box {
  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;
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__form .in-box {
    margin: -10px;
  }
}
.p-srch-SrchBox--box__form .in-box__item {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__form .in-box__item {
    padding: 10px;
  }
}
.p-srch-SrchBox--box__form .in-box__item.is-select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__form .in-box__item.is-select {
    width: calc((100% / 6)*2);
  }
}
.p-srch-SrchBox--box__form .in-box__item.is-input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__form .in-box__item.is-input {
    width: calc((100% / 6)*3);
  }
}
.p-srch-SrchBox--box__form .in-box__item.is-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-SrchBox--box__form .in-box__item.is-btn {
    width: calc((100% / 6)*1);
  }
}
.p-srch-meta {
  margin-top: 40px;
}
.p-srch-meta--box {
  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;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box {
    padding: 15px 20px;
  }
}
.p-srch-meta--box__count {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box__count {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-srch-meta--box__count .in-txt {
  color: #5B82D3;
}
.p-srch-meta--box__count .in-txt::before {
  content: "全";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #474953;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box__count .in-txt::before {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-srch-meta--box__count .in-txt::after {
  content: "件";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #474953;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box__count .in-txt::after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-srch-meta--box__pagination .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -3px;
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box__pagination .pagination-list {
    margin: -5px;
  }
}
.p-srch-meta--box__pagination .pagination-list__item {
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .p-srch-meta--box__pagination .pagination-list__item {
    padding: 5px;
  }
}
.p-srch-meta--box__pagination .pagination-list__item a,
.p-srch-meta--box__pagination .pagination-list__item p {
  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: 1.6em;
  height: 1.6em;
  border: 1px solid #5B82D3;
}
.p-srch-meta--box__pagination .pagination-list__item a {
  color: #5B82D3;
  background-color: #ffffff;
}
.p-srch-meta--box__pagination .pagination-list__item p {
  color: #ffffff;
  background-color: #5B82D3;
  cursor: default;
}
.p-srch-meta--box__pagination .pagination-list__item .in-prev {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/arrow-l-main.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.p-srch-meta--box__pagination .pagination-list__item .in-next {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/arrow-r-main.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.p-srch-res {
  margin-top: 60px;
}
.p-srch-res--list__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item {
    margin-bottom: 30px;
  }
}
.p-srch-res--list__item .resCard {
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard {
    border-radius: 10px;
  }
}
.p-srch-res--list__item .resCard:last-of-type {
  margin-bottom: 0;
}
.p-srch-res--list__item .resCard-sum {
  background-color: #f9f9f9;
  padding: 20px 15px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum {
    padding: 20px;
  }
}
.p-srch-res--list__item .resCard-sum .c-favo-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;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  width: 120px;
  height: 30px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum .c-favo-btn {
    width: 140px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
}
.p-srch-res--list__item .resCard-sum .c-favo-btn .in-txt {
  display: inline-block;
  font-weight: bold;
  padding-left: 1.4em;
  position: relative;
}
.p-srch-res--list__item .resCard-sum .c-favo-btn .in-txt::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon/star-outline-yl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-srch-res--list__item .resCard-sum .c-favo-btn.is-active {
  background-color: #FFC300;
}
.p-srch-res--list__item .resCard-sum .c-favo-btn.is-active .in-txt {
  color: #ffffff;
}
.p-srch-res--list__item .resCard-sum .c-favo-btn.is-active .in-txt::before {
  background-image: url(../images/icon/star-white.svg);
}
.p-srch-res--list__item .resCard-sum__day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum__day {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0;
  }
}
.p-srch-res--list__item .resCard-sum__day .in-txt::after {
  content: "：";
}
.p-srch-res--list__item .resCard-sum__name {
  margin-top: 10px;
}
.p-srch-res--list__item .resCard-sum__ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #5B82D3;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-srch-res--list__item .resCard-sum__ttl-sub {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum__ttl-sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-srch-res--list__item .resCard-sum--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;
  margin: -2px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum--list {
    margin: -3px;
    margin-top: 10px;
  }
}
.p-srch-res--list__item .resCard-sum--list__item {
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum--list__item {
    padding: 3px;
  }
}
.p-srch-res--list__item .resCard-sum--list__item .in-txt {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #D7DFF2;
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-sum--list__item .in-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-srch-res--list__item .resCard-det {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det {
    padding: 20px;
  }
}
.p-srch-res--list__item .resCard-det--wrap {
  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;
}
.p-srch-res--list__item .resCard-det--wrap__item {
  width: 100%;
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--ttl {
  background-color: #5B82D3;
  padding: 10px 15px;
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--ttl .in-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: .06em;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--ttl .in-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item {
  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;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px 0;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__ttl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__ttl {
    padding: 10px;
    width: 160px;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__ttl .in-txt {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #D7DFF2;
  color: #5B82D3;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__ttl .in-txt {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont {
    padding: 10px;
    width: calc(100% - 160px);
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont .in-txt {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont .in-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont .Notes {
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont .Notes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont .Notes__ttl::after {
    content: "：";
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .ContBox--item__cont .Notes__cont .in-txt {
  padding: 0;
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .OthreBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm {
    margin-bottom: 0;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__end .in-txt {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__end .in-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__end .in-day {
  color: #FF9E16;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__end .in-day {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__term {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__term {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox--postTerm__term .in-txt::after {
  content: "：";
}
.p-srch-res--list__item .resCard-det--wrap__item .OthreBox--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;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.ImageBox) {
    margin: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item {
    padding: 10px;
  }
}
.p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item:first-of-type {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item:first-of-type {
    width: calc((100% / 3)* 1);
  }
}
.p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item:nth-of-type(2) {
    width: calc((100% / 3)* 2);
  }
}
.p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item .ImageBox {
  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;
  margin: -5px;
}
.p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item .ImageBox img {
  display: block;
  width: 100%;
}
.p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item .ImageBox--main {
  width: 100%;
  padding: 5px;
}
.p-srch-res--list__item .resCard-det:has(.ImageBox) .resCard-det--wrap__item .ImageBox--sub {
  width: calc(100% / 3);
  padding: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) {
    margin: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item {
    padding: 10px;
  }
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item:first-of-type {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item:first-of-type {
    width: calc((100% / 3)* 1);
  }
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item:nth-of-type(2) {
    width: calc((100% / 3)* 2);
  }
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox {
  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;
  margin: -5px -5px 10px -5px;
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox img {
  display: block;
  width: 100%;
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox--main {
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox--main {
    margin-bottom: 20px;
  }
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox--sub {
  width: calc(100% / 3);
  padding: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox--sub {
    width: 100%;
    margin-bottom: 20px;
    cursor: default;
  }
}
.p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox--sub .in-txt {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-srch-res--list__item .resCard-det:has(.DtlImageBox) .resCard-det--wrap__item .DtlImageBox--sub .in-txt {
    display: inline-block;
  }
}
.p-srch-dtl {
  margin-top: 0;
}
.p-srch-dtl .resCard-sum {
  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;
}
@media screen and (min-width: 768px) {
  .p-srch-dtl .resCard-sum {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -10px;
  }
}
.p-srch-dtl .resCard-sum__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-srch-dtl .resCard-sum__img {
    width: calc(100% / 3);
    padding: 10px;
  }
}
.p-srch-dtl .resCard-sum__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-srch-dtl .resCard-sum__cont {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-srch-dtl .resCard-sum__cont {
    padding: 10px;
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-srch-dtl .resCard-sum__cont .c-favo-btn {
    top: 10px;
    right: 10px;
  }
}
.p-srch-dtl .resCard-sum__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-srch-dtl .resCard-sum__btn {
    display: block;
    margin-top: 20px;
  }
  .p-srch-dtl .resCard-sum__btn .c-basic-btn {
    margin-left: auto;
  }
}
.p-srch-dtl .resCard-img {
  padding: 0 20px 10px;
}
.p-srch-dtl .resCard-img--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
.p-srch-dtl .resCard-img--list__item {
  width: 100%;
  padding: 5px;
}
.p-srch-dtl .resCard-img--list__item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.p-srch-dtl .resCard-img--list__item .in-txt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-srch-dtl .resCard-img--list__item .in-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-srch-pagination {
  margin-top: 60px;
}
.p-srch .AF-block {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-srch .AF-block {
    display: none;
  }
}
.p-srch .AF-block--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.p-srch .AF-block--item {
  width: calc(100% / 2);
  padding: 5px;
}
.p-srch .AF-block--item .favo-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;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-image: linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
}
.p-srch .AF-block--item .favo-btn .in-txt {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}
.p-srch .AF-block--item .favo-btn .in-txt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon/star-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-srch .AF-block--item .AF-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;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-image: linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
}
.p-srch .AF-block--item .AF-btn .in-txt {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding-right: 22px;
  position: relative;
}
.p-srch .AF-block--item .AF-btn .in-txt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-r-gr.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-srch .Favo-block--container {
  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;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-block--container {
    border-radius: 10px;
  }
}
@media screen and (min-width: 576px) {
  .p-srch .Favo-block--container {
    -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;
    padding: 15px 20px;
  }
}
.p-srch .Favo-block--ttl .in-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2.4em;
  position: relative;
}
.p-srch .Favo-block--ttl .in-txt::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../images/icon/star-outline-yl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-srch .Favo-block--ttl .in-txt .txt-jp {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .08em;
}
@media screen and (min-width: 576px) {
  .p-srch .Favo-block--ttl .in-txt .txt-jp {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-srch .Favo-block--ttl .in-txt .txt-en {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFC300;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .08em;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-srch .Favo-block--ttl .in-txt .txt-en {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-srch .Favo-block--cont .in-txt__num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 4px;
}
@media screen and (min-width: 576px) {
  .p-srch .Favo-block--cont .in-txt__num {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-srch .Favo-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section {
    margin-top: 60px;
  }
}
.p-srch .Favo-section .Favo-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;
  margin: -10px;
}
.p-srch .Favo-section .Favo-list__item {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .Favo-list__item {
    width: calc(100% / 2);
  }
}
.p-srch .Favo-section .FavoCard {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard {
    border-radius: 10px;
  }
}
.p-srch .Favo-section .FavoCard--sum {
  background-color: #f9f9f9;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--sum {
    padding: 20px;
  }
}
.p-srch .Favo-section .FavoCard--sum__name {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--sum__name {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-srch .Favo-section .FavoCard--sum__ttl {
  font-size: 16px;
  font-size: 1rem;
  color: #5B82D3;
  font-weight: bold;
  letter-spacing: .06em;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--sum__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-srch .Favo-section .FavoCard--cont {
  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;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--cont {
    padding: 20px;
  }
}
.p-srch .Favo-section .FavoCard--cont__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}
.p-srch .Favo-section .FavoCard--cont__item .in-ttl {
  width: 5em;
  color: #5B82D3;
}
@media screen and (max-width: 767px) {
  .p-srch .Favo-section .FavoCard--cont__item .in-ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-srch .Favo-section .FavoCard--cont__item .in-cont {
  width: calc(100% - 5em);
}
@media screen and (max-width: 767px) {
  .p-srch .Favo-section .FavoCard--cont__item .in-cont {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-srch .Favo-section .FavoCard--cont:has(.FavoCard--img) .FavoCard--dtl {
  width: calc((100% / 3)* 2);
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--cont:has(.FavoCard--img) .FavoCard--dtl {
    padding-left: 10px;
  }
}
.p-srch .Favo-section .FavoCard--img {
  width: calc((100% / 3)* 1);
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--img {
    padding-right: 10px;
  }
}
.p-srch .Favo-section .FavoCard--dtl {
  width: 100%;
}
.p-srch .Favo-section .FavoCard--btn {
  width: 100%;
  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-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--btn {
    margin-top: 20px;
  }
}
.p-srch .Favo-section .FavoCard--btn .DtlBtn {
  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: 140px;
  height: 50px;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  border-radius: 6px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--btn .DtlBtn {
    margin-right: 20px;
  }
}
.p-srch .Favo-section .FavoCard--btn .DtlBtn .in-txt {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding-right: 24px;
  padding-left: 10px;
  position: relative;
}
.p-srch .Favo-section .FavoCard--btn .DtlBtn .in-txt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-r-main.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-srch .Favo-section .FavoCard--btn .AfBtn {
  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: 140px;
  height: 50px;
  background-image: linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
  border-radius: 6px;
}
.p-srch .Favo-section .FavoCard--btn .AfBtn .in-txt {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding-right: 24px;
  padding-left: 10px;
  position: relative;
}
.p-srch .Favo-section .FavoCard--btn .AfBtn .in-txt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icon/arrow-r-gr.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-srch .Favo-section .FavoCard--del {
  width: 100%;
  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-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-srch .Favo-section .FavoCard--del {
    margin-top: 20px;
  }
}
.p-srch .Favo-section .FavoCard--del .DelBtn {
  background-color: transparent;
}
.p-srch .Favo-section .FavoCard--del .DelBtn .in-txt {
  display: inline-block;
  color: #fb705c;
  border-bottom: 1px solid #fb705c;
  padding-left: 1.7em;
  padding-right: .2em;
  position: relative;
}
.p-srch .Favo-section .FavoCard--del .DelBtn .in-txt::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-image: url(../images/icon/del_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-terms-box {
  padding: 20px 0 20px;
  border-top: 1px dashed #D7DFF2;
}
.p-terms-box:last-of-type {
  border-bottom: 1px dashed #D7DFF2;
}
@media screen and (min-width: 768px) {
  .p-terms-box {
    padding: 30px 0 30px;
  }
}
.p-terms-box__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #5B82D3;
  padding-left: 1.2em;
  margin-bottom: 15px;
  position: relative;
}
.p-terms-box__ttl::before {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background-color: #5B82D3;
  transform: rotate(30deg);
  position: absolute;
  left: .2em;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-terms-box__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-terms-box__ttl::before {
    top: 10%;
  }
}

.p-info {
  overflow: visible;
}
.p-info .l-section {
  overflow: visible;
}
.p-info-container {
  padding-top: 100px;
  margin-top: -100px;
}
.p-info-body {
  padding-top: 40px;
  position: relative;
}
.p-info-link {
  background-color: #F4F9FD;
  margin-bottom: 60px;
  position: sticky;
  top: 70px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-info-link {
    top: 80px;
  }
}
.p-info-link .l-container {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.p-info-link--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 10px 0 !important;
}
@media screen and (min-width: 768px) {
  .p-info-link--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: visible;
  }
}
.p-info-link--list__item {
  padding: 0 10px;
}
.p-info-link--list__link {
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px 10px 6px 30px;
  position: relative;
}
.p-info-link--list__link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/arrow-t-main.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p-info-link--list__link .in-txt {
  white-space: nowrap;
}
.p-info-ttl {
  text-align: 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;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}
.p-info-ttl::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-info-ttl {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}
.p-info-ttl .in-txt {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  letter-spacing: .06em;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-info-ttl .in-txt {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-info-ttl .in-txt-en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  letter-spacing: .06em;
  font-weight: bold;
  color: #FFC300;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-info-ttl .in-txt-en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-info .l-container {
  position: relative;
  z-index: 1;
}
.p-info #contents-01 .l-section {
  background-color: #ffffff;
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info #contents-01 .l-section {
    padding: 80px 0;
  }
}
.p-info #contents-01 .deco-txt {
  font-size: 80px;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #5B82D3;
  writing-mode: vertical-rl;
  line-height: .9;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-info #contents-01 .deco-txt {
    font-size: 160px;
    font-size: 10rem;
  }
}
.p-info #contents-02 .l-section {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info #contents-02 .l-section {
    padding: 80px 0;
  }
}
.p-info #contents-02 .deco-txt {
  font-size: 80px;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #5B82D3;
  line-height: .9;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-info #contents-02 .deco-txt {
    font-size: 160px;
    font-size: 10rem;
  }
}
.p-info #contents-03 .l-section {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info #contents-03 .l-section {
    padding: 80px 0;
  }
}
.p-info #contents-03 .deco-txt {
  font-size: 80px;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #5B82D3;
  line-height: .9;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-info #contents-03 .deco-txt {
    font-size: 160px;
    font-size: 10rem;
  }
}
.p-info #contents-04 .l-section {
  background-color: #ffffff;
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info #contents-04 .l-section {
    padding: 80px 0;
  }
}
.p-info #contents-04 .deco-txt {
  font-size: 80px;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #5B82D3;
  line-height: .9;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-info #contents-04 .deco-txt {
    font-size: 160px;
    font-size: 10rem;
  }
}
.p-info .l-section {
  margin: 0 !important;
}
.p-info-block--ttl {
  border-radius: 4px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-info-block--ttl {
    margin-bottom: 20px;
  }
}
.p-info-block--ttl .in-txt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #5B82D3;
}
@media screen and (min-width: 768px) {
  .p-info-block--ttl .in-txt {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-info-block--ttl-sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #6ACC87;
}
@media screen and (min-width: 768px) {
  .p-info-block--ttl-sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-info-block--cont {
  padding: 30px 0;
  border-top: 1px dashed #D7DFF2;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont {
    padding: 60px 0;
  }
}
.p-info-block--cont:last-of-type {
  border-bottom: 1px dashed #D7DFF2;
}
.p-info-block--cont:nth-of-type(3n+1) .in-box__img {
  position: relative;
}
.p-info-block--cont:nth-of-type(3n+1) .in-box__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/first/shape-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .2;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont:nth-of-type(3n+1) .in-box__img::before {
    width: 100%;
    height: 100%;
  }
}
.p-info-block--cont:nth-of-type(3n+2) .in-box__img {
  position: relative;
}
.p-info-block--cont:nth-of-type(3n+2) .in-box__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/first/shape-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .2;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont:nth-of-type(3n+2) .in-box__img::before {
    width: 100%;
    height: 100%;
  }
}
.p-info-block--cont:nth-of-type(3n+3) .in-box__img {
  position: relative;
}
.p-info-block--cont:nth-of-type(3n+3) .in-box__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/first/shape-03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: .2;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont:nth-of-type(3n+3) .in-box__img::before {
    width: 100%;
    height: 100%;
  }
}
.p-info-block--cont .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;
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont .in-box {
    margin: -15px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-info-block--cont .in-box__cont {
  width: 100%;
  padding: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont .in-box__cont {
    width: calc((100% / 5)* 3);
    padding: 15px;
  }
}
.p-info-block--cont .in-box__img {
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont .in-box__img {
    width: calc((100% / 5)* 2);
    padding: 15px;
  }
}
.p-info-block--cont .in-box__img img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-info-block--cont:nth-of-type(even) .in-box {
    -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-info-flow {
  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;
  margin: -5px;
}
@media screen and (min-width: 576px) {
  .p-info-flow {
    margin: -10px;
  }
}
.p-info-flow-box {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box {
    margin-bottom: 60px;
  }
}
.p-info-flow-box:last-of-type {
  margin-bottom: 0;
}
.p-info-flow-box--txt {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--txt {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-info-flow-box--ttl {
  text-align: center;
  background-image: linear-gradient(45deg, #99e3ff, #6172ff);
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--ttl {
    margin-bottom: 30px;
  }
}
.p-info-flow-box--ttl .in-txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .06em;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--ttl .in-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-info-flow-box--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;
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--list {
    margin: -10px;
  }
}
.p-info-flow-box--list__item {
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--list__item {
    width: calc(100% / 2);
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-info-flow-box--list__item {
    width: calc(100% / 3);
  }
}
.p-info-flow-box--list__item .BtnBox {
  width: 100%;
  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;
  box-shadow: 0 0 15px rgba(21, 111, 131, 0.15);
  border-radius: 100px;
  padding: 10px 40px;
  position: relative;
}
.p-info-flow-box--list__item .BtnBox::before {
  content: "";
  display: block;
  width: auto;
  height: calc(100% - 10px);
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.p-info-flow-box--list__item .BtnBox::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/arrow-r-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--list__item .BtnBox {
    padding: 15px 40px;
  }
  .p-info-flow-box--list__item .BtnBox::before {
    height: calc(100% - 20px);
    left: 10px;
  }
}
.p-info-flow-box--list__item .BtnBox.is-line {
  background-image: linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
}
.p-info-flow-box--list__item .BtnBox.is-line::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "LINE";
  color: #6ACC87;
  font-size: 75%;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.p-info-flow-box--list__item .BtnBox.is-tel {
  background-image: linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
}
.p-info-flow-box--list__item .BtnBox.is-tel::before {
  background-image: url(../images/icon/tel-yl.svg);
  background-size: 60%;
}
.p-info-flow-box--list__item .BtnBox.is-user {
  background-image: linear-gradient(45deg, #ff45b8 0%, #ff99ad 50%, #ffb575 100%);
}
.p-info-flow-box--list__item .BtnBox.is-user::before {
  background-image: url(../images/icon/user-pnk.svg);
  background-size: 70%;
}
.p-info-flow-box--list__item .BtnBox .in-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-info-flow-box--list__item .BtnBox .in-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-info-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 1);
  padding: 5px;
}
@media screen and (min-width: 576px) {
  .p-info-flow__item {
    width: calc(100% / 2);
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-info-flow__item {
    width: calc(100% / 3);
    padding: 10px;
  }
}
.p-info-flow__item .in-card {
  width: 100%;
  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;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #5B82D3;
  padding: 15px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info-flow__item .in-card {
    padding: 20px;
    margin-top: 50px;
  }
}
.p-info-flow__item .in-card--num {
  width: 130px;
  height: 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;
  background-color: #5B82D3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  line-height: 1;
  text-align: right;
  padding-top: 4px;
  position: absolute;
  top: -40px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-info-flow__item .in-card--num {
    width: 160px;
    height: 50px;
    font-size: 28px;
    font-size: 1.75rem;
    padding-top: 4px;
    top: -50px;
    left: 20px;
  }
}
.p-info-flow__item .in-card--img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.p-info-flow__item .in-card--img img {
  width: 100%;
  aspect-ratio: 1 /.6;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.p-info-flow__item .in-card--ttl {
  color: #5B82D3;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p-info-flow__item .in-card--ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-info-flow__item .in-card--txt__link {
  color: #5B82D3;
  text-decoration: underline;
  text-decoration-color: #5B82D3;
  font-weight: 600;
}
.p-info-merit--ttl {
  border-bottom: 2px dotted #D7DFF2;
  padding: 0 15px 10px 36px;
  margin-bottom: 20px;
  position: relative;
}
.p-info-merit--ttl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/merit-yl.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-info-merit--ttl {
    padding: 0 15px 10px 50px;
    margin-bottom: 30px;
  }
  .p-info-merit--ttl::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../images/icon/merit-yl.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-info-merit--ttl .in-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info-merit--ttl .in-txt {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-info-merit .in-txt-en {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #FFC300;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .p-info-merit .in-txt-en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-info-merit--box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-info-merit--box {
    padding: 40px;
  }
}
.p-info-merit--box.is-demerit {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-info-merit--box.is-demerit {
    margin-top: 40px;
  }
}
.p-info-merit--box.is-demerit .p-info-merit--ttl::before {
  background-image: url(../images/icon/demerit-main.svg);
}
.p-info-merit--box.is-demerit .p-info-merit--ttl .in-txt-en {
  color: #5B82D3;
}
.p-info-merit--box.is-demerit .p-info-merit--list__item {
  width: 100% !important;
}
.p-info-merit--box.is-demerit .p-info-merit--list__item .in-card--ttl {
  text-align: left;
}
.p-info-merit--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;
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .p-info-merit--list {
    margin: -15px;
  }
}
.p-info-merit--list__item {
  padding: 5px;
}
@media screen and (min-width: 576px) {
  .p-info-merit--list__item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-info-merit--list__item {
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-info-merit--list__item {
    width: calc(100% / 3);
  }
}
.p-info-merit--list__item .in-card--ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-info-merit--list__item .in-card--ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-info-merit--list__item .in-card--ttl .in-txt {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 195, 0, 0.3) 70%);
}
.p-info-merit--list__item .in-card--img {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.p-info-merit--list__item .in-card--img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: .05;
}
.p-info-merit--list__item .in-card--img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1 / .6;
  position: relative;
  z-index: 2;
}
.p-info-faq--list__item {
  border-top: 1px dashed #D7DFF2;
}
.p-info-faq--list__item:last-of-type {
  border-bottom: 1px dashed #D7DFF2;
}
.p-info-faq--list__item .in-card {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-info-faq--list__item .in-card {
    padding: 10px 20px;
  }
}
.p-info-faq--list__item .in-card--ttl {
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
.p-info-faq--list__item .in-card--ttl::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #5B82D3;
  border-right: 2px solid #5B82D3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: top;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-info-faq--list__item .in-card--ttl {
    padding: 10px 20px;
  }
  .p-info-faq--list__item .in-card--ttl::before {
    width: 10px;
    height: 10px;
  }
}
.p-info-faq--list__item .in-card--ttl__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: .06em;
  padding-left: 40px;
  position: relative;
}
.p-info-faq--list__item .in-card--ttl__txt::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../images/icon/faq-white.svg), linear-gradient(45deg, #e2ee3d, #eed03d 25%, #eeca3d 50%, #edaf3d 75%, #f0833e);
  background-size: 60%, 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-info-faq--list__item .in-card--ttl__txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-info-faq--list__item .in-card--ttl.is-active::before {
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: center;
}
.p-info-faq--list__item .in-card--cont {
  padding: 10px 20px;
  display: none;
}
.p-info.is-first .p-info-ttl .in-txt-en {
  color: #6ACC87;
}
@media screen and (min-width: 768px) {
  .p-info.is-first .p-info-flow__item {
    width: calc(100% / 2) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-info.is-first .p-info-merit--list__item {
    width: calc(100% / 2) !important;
  }
}
.p-info.is-first .p-info-merit--list__item .in-card--ttl .in-txt {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(106, 204, 135, 0.3) 70%);
}
.p-info.is-first .p-info-merit--box.is-demerit {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-info.is-first .p-info-merit--box.is-demerit {
    margin-top: 40px;
  }
}
.p-info.is-first .p-info-merit--box.is-demerit .p-info-merit--ttl .in-txt-en {
  color: #5B82D3;
}
.p-info.is-first .p-info-merit--box.is-demerit .p-info-merit--list__item {
  width: 100% !important;
}
.p-info.is-first .p-info-merit--box.is-demerit .p-info-merit--list__item .in-card--ttl {
  text-align: left;
}
.p-info.is-first .p-info-faq--list__item .in-card--ttl__txt::before {
  background-image: url(../images/icon/faq-white.svg), linear-gradient(45deg, #9fd47b 0%, #53db73 50%, #4bb3a1 100%);
}

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

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

.u-fc-red {
  color: #fb705c !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-link {
  display: inline-block;
  text-decoration: underline;
  color: #5B82D3;
  padding: 0 2px;
}

.u-attn {
  padding-left: 1.2em;
  position: relative;
}
.u-attn::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

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