@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap'); ");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Zetta:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500&display=swap");
@font-face {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
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 {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  overflow-x: hidden;
}

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

img {
  image-rendering: -webkit-optimize-contrast;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 2カラム
============*/
.l-main--col2 {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-main--col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-main {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-side {
    width: 200px;
  }
}

/* 3カラム
============*/
.l-main--col3 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.l-main--col3 .l-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-main {
    width: calc(100% - 360px);
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*==================================
section
==================================*/
.l-section {
  margin: 0 auto;
}
.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;
  }
}

.l-bg {
  padding: 23px 0;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-header.active {
  background: none;
}
@media screen and (min-width: 768px) {
  .c-header.active {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-header {
    height: 82px;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.c-header-title {
  position: relative;
  position: relative;
  color: #00649f;
  background: #ffffff;
  line-height: 26px;
  padding: 2px 5px 3px 8px;
  border-radius: 0 0 10px 0;
}
.c-header-title a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-header-title a.in-link {
  position: relative;
  z-index: 5;
}
.c-header-title.active {
  color: #fff;
  background: #00649f;
}
@media screen and (min-width: 768px) {
  .c-header-title {
    font-size: 27px;
    font-size: 1.6875rem;
    letter-spacing: 1px;
    height: 111px;
    width: 393px;
    padding: 8px 6px 18px;
  }
}
.c-header-title__jp {
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin-top: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .c-header-title__jp {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 3px 0 5px 10px;
    letter-spacing: 0.15rem;
  }
}
.c-header-title__jp--middle {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  background: #56b3e0;
  display: inline-block;
  color: #fff;
  padding: 1px 6px 1px 6px;
  border-radius: 50px;
  line-height: 18px;
}
.c-header-title__jp--middle.active {
  color: #00649f;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-header-title__jp--middle {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 8px 4px 8px;
    margin-left: 10px;
  }
}
.c-header-title__jpsm {
  font-size: 7px;
  font-size: 0.4375rem;
  display: block;
  letter-spacing: 0.03em;
  margin-top: 3px;
  color: #6c92a4;
  border-radius: 2px;
  background: #f2f6fb;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  font-weight: 800;
  line-height: 1.3;
  padding: 0.4em 0.2em 0.4em 0.5em;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .c-header-title__jpsm {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.03em;
    margin-top: 5px;
    text-align: center;
    padding: 0.2em 0.05em;
    margin-left: 9px;
    width: 96%;
    font-weight: 600;
    margin-bottom: 0px;
  }
}
.c-header-title__en {
  letter-spacing: 0.21rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-header-title__en {
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 0.21rem;
    margin-top: 3px;
  }
}

/*headerを固定する場合*/
/*logo======*/
.c-header-logo__link {
  width: 50px;
}

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

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

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 55px;
  background: #f8f8f8;
  overflow: hidden;
  /*コピーライト＝＝＝＝＝＝＝＝＝*/
}
@media screen and (min-width: 768px) {
  .c-footer {
    margin-bottom: 0;
  }
}
.c-footer-in {
  background: white;
  margin: 0px auto 0;
  padding: 20px 2px;
  max-width: 90%;
  margin-top: -27px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-footer-in {
    padding: 59px 68px;
  }
}
.c-footer-in-title {
  color: #00649f;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-footer-in-title::before {
  border-top: 2px solid #00649f;
  content: "";
  display: block;
  width: 7%;
  margin-right: 10px;
}
.c-footer-in-title::after {
  border-top: 2px solid #00649f;
  content: "";
  display: block;
  width: 7%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-footer-in-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-footer-in-title-en {
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  margin: 0px auto;
  width: 60px;
  padding-top: 5px;
}
.c-footer-in-title-en--yellow {
  letter-spacing: 0.15rem;
  color: #fcec55;
  font-weight: bold;
  margin: 5px auto 0;
  width: 90px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-footer-in-title-en--yellow {
    margin-bottom: 45px;
  }
}
.c-footer-in-text {
  color: #00649f;
  line-height: 1.3rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 25px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer-in-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
.c-footer-in-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;
  max-width: 426px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-footer-in-wrap {
    width: 426px;
  }
}
.c-footer-in-wrap-logo02 {
  width: 50px;
}
.c-footer-in-contact {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-footer-in-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.c-footer-in-contact-button {
  background-color: #ffee62;
  padding: 10px 44px;
  margin: 0 50px;
  color: #00649f;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-footer-in-contact-button {
    margin-right: 20px;
    padding: 14px 34px;
  }
}
.c-footer-in-contact-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-footer-in-contact-box__item:first-child {
  margin: 10px 0;
}
.c-footer-in-contact-box-ttl {
  background: #56b3e0;
  color: #fff;
  width: 17%;
  padding: 8px 10px;
  text-align: center;
  margin-right: 5px;
  line-height: 0.7;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-footer-in-contact-box-ttl {
    margin-right: 14px;
    padding: 12px 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-footer-in-contact-box-number {
  color: #00649f;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-footer-in-contact-box-number {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 0.2rem;
  }
}
.c-footer-in-contact-box-number--small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-footer-in-contact-box-number--small {
    letter-spacing: 0.1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-footer-in-contact-box-address {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  position: relative;
}
.c-footer-in-contact-box-address a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-footer-in-contact-box-address a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-footer-in-contact-box-address {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}
.c-footer-in-contact-box-address span {
  text-decoration: underline;
}
.c-footer-in-contact-number {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #00649f;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-footer-in-contact-number {
    margin: 20px 0 20px 25px;
    font-size: 27px;
    font-size: 1.6875rem;
    letter-spacing: 0.2em;
  }
}
.c-footer-in-contact .tel__link {
  color: #00649f;
  text-decoration: none;
}
.c-footer-in-contact .tel__link span {
  text-decoration: underline;
}
.c-footer-bg {
  background: #00649f;
  margin-top: 167px;
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100vw;
  z-index: 0;
  height: 180px;
}
.c-footer-bg-copy {
  text-align: center;
  color: #fff;
  padding: 152px 30px 15px;
  letter-spacing: 0.05em;
}
.c-footer-bg-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-footer-bg-copy__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

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

.p-form .c-footer .l-bg {
  display: none;
}
.p-form .c-footer-in {
  display: none;
}
.p-form .c-footer-bg {
  height: 55px;
}
@media screen and (min-width: 768px) {
  .p-form .c-footer-bg {
    height: 106px;
  }
}
.p-form .c-footer-bg-copy {
  padding: 30px 30px 15px;
}
@media screen and (min-width: 768px) {
  .p-form .c-footer-bg-copy {
    padding: 54px 30px 15px;
  }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
}
@media screen and (min-width: 1150px) {
  .c-gnav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-gnav__item {
  background: #56b3e0;
  letter-spacing: 0.15rem;
  padding: 20px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.c-gnav__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-gnav__item a.in-link {
  position: relative;
  z-index: 5;
}
.c-gnav__item:first-child {
  border-radius: 0 0 0 10px;
}
.c-gnav__item--lecture {
  background: #00649f;
  padding: 20px 10px;
}
.c-gnav__item--company {
  background: #ffee62;
  color: #00649f;
  font-weight: bold;
}
.c-gnav__item--contact {
  background: #fff;
  padding: 20px 35px;
  color: #00649f;
  font-weight: bold;
}
.c-gnav__item--contact.js-change-color {
  color: #fff;
  background: #00649f;
}

.c-footnav {
  padding: 22px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footnav {
    padding: 115px 0;
    margin-bottom: 40px;
  }
}
.c-footnav-list {
  flex-wrap: wrap;
  display: flex;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .c-footnav-list {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}
.c-footnav-list-item {
  background: #00649f;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  width: 46%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 10px 5px;
  position: relative;
  position: relative;
}
.c-footnav-list-item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-footnav-list-item a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-footnav-list-item {
    width: 226px;
    margin-right: 26px;
    font-size: 14px;
    font-size: 0.875rem;
    height: 138px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-footnav-list-item--tel {
  background: #daeaf5;
  color: #00649f;
}
.c-footnav-list-item-content {
  padding: 10px;
}
.c-footnav-list-item-content-img {
  width: 42%;
  margin: 6px auto 11px auto;
}
@media screen and (min-width: 768px) {
  .c-footnav-list-item-content-img {
    margin: 3px auto 9px auto;
    width: 40%;
  }
}
.c-footnav-list-item-batch {
  background: #ffee62;
  width: 55px;
  height: 55px;
  position: absolute;
  border-radius: 100%;
  top: -28px;
  left: -15px;
  padding: 5px;
  display: inline-grid;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-footnav-list-item-batch {
    height: 70px;
    width: 70px;
  }
}
.c-footnav-list-item-batch-text {
  color: #00649f;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-footnav-list-item-batch-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

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

/*menu=========*/
.c-slide-menu {
  background: #00649f;
  opacity: 0.94;
}
.c-slide-menu__btn {
  width: 65px;
  height: 60px;
  cursor: pointer;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
@media screen and (min-width: 1152px) {
  .c-slide-menu__btn {
    display: none;
  }
}
.c-slide-menu__btn.active span:nth-of-type(1) {
  transform: rotate(42deg);
  top: 10px;
  left: 25%;
  /*@media screen and (min-width: 712px) and (max-width: 1152px) {
    top: -2px;
    left: 36%;
  }*/
}
.c-slide-menu__btn.active span:nth-of-type(2) {
  display: none;
}
.c-slide-menu__btn.active span:nth-of-type(3) {
  transform: rotate(-42deg);
  top: 36px;
  left: 28%;
  /*@media screen and (min-width: 712px) and (max-width: 1152px) {
    top: 24px;
    left: 38%;
  }*/
}
.c-slide-menu__btn.active::after {
  position: absolute;
  top: 71%;
  left: 21%;
  content: "CLOSE";
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-slide-menu__btn span {
  display: block;
  margin: 0;
  border: none;
  width: 39px;
  height: 3px;
  background: #ffffff;
  border-radius: 100px;
  transform-origin: 0% 50%;
  position: absolute;
  top: 13px;
  left: 20%;
}
.c-slide-menu__btn span:nth-of-type(2) {
  top: 28px;
}
.c-slide-menu__btn span:nth-of-type(3) {
  top: 41px;
}
.c-slide-menu__contents {
  margin: 0 auto;
  padding: 20px 0 20px 20px;
}
.c-slide-menu__list {
  margin: 50px 5%;
}
.c-slide-menu__item {
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px dashed #fff;
  letter-spacing: 0.2rem;
  position: relative;
}
.c-slide-menu__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-slide-menu__item a.in-link {
  position: relative;
  z-index: 5;
}
.c-slide-menu__item__form {
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px dashed #fff;
  letter-spacing: 0.2rem;
}
.c-slide-menu__item__form::after {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 88%;
}
.c-slide-menu__item__form.active::after {
  background-image: url(../images/icon/icon_minus.svg);
}
.c-slide-menu__item__contents {
  color: #fff;
  font-weight: 700;
  padding: 20px 0 20px 6%;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px dashed #fff;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
.c-slide-menu__item__contents a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-slide-menu__item__contents a.in-link {
  position: relative;
  z-index: 5;
}
.c-slide-menu__close .icon {
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__close .icon:hover {
  opacity: .7;
}
.c-slide-menu-group {
  position: fixed;
}

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

/*h2
=============*/
.c-ttl-h2 {
  color: #00649f;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 {
    margin: 100px 0 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-ttl-h2 .in {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-ttl-h2--lightblue {
  color: #56b3e0;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2--lightblue {
    margin: 100px 0 50px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-ttl-h2--lightblue .in {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2--lightblue .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-ttl-h2--large {
  color: #00649f;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 3px;
  margin: 30px 0 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2--large {
    margin: 100px 0 50px;
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.c-ttl-h2--large .in {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2--large .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-ttl-h2--large span {
  color: #56b3e0;
  text-shadow: none;
}

.c-ttl-h2--small {
  color: #00649f !important;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 3px;
  margin: 10px 0 20px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2--small {
    margin: 20px 0 50px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-ttl-h2--small .in {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2--small .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-ttl-h2-middle {
  color: #00649f;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 3px;
  margin: 15px 0 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2-middle {
    margin: 10px 0 0px;
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.c-ttl-h2-middle .in {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2-middle .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-ttl-h2-middle span {
  color: #56b3e0;
  text-shadow: none;
}
.c-ttl-h2-middle--center {
  text-align: center;
  margin: 15px 0 0px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2-middle--center {
    margin: 10px 0 0px;
  }
}

.c-ttl-h2-middle--red {
  border: 3px solid #e40031;
  padding: 13px;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2-middle--red {
    padding: 37px;
    line-height: 1.5;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  padding: 0px;
  color: #00649f;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-ttl-h3-in {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-in {
    font-size: 41px;
    font-size: 2.5625rem;
    margin: 0px 0 30px 0;
  }
}
.c-ttl-h3-in-title {
  margin-bottom: 8px;
  line-height: 1.5;
}
.c-ttl-h3-in-title-en {
  color: #fcec55;
  border-top: 2px solid #00649f;
  margin: 0 38%;
  padding: 3px 0 10px;
  letter-spacing: 0.15rem;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-in-title-en {
    letter-spacing: 0.2rem;
    padding-top: 5px;
    margin: 0 44%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-ttl-h3-in-title-en--yellow {
  color: #fcec55;
  border-top: 2px solid #00649f;
  padding: 3px 0 10px;
  margin: 0 38%;
  letter-spacing: 0.15rem;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-in-title-en--yellow {
    letter-spacing: 0.2rem;
    padding-top: 5px;
    margin: 0 44%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-ttl-h3-large {
  padding: 0px;
  color: #00649f;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-large {
    padding: 0px 20px 0px;
  }
}
.c-ttl-h3-large-in {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-large-in {
    font-size: 57px;
    font-size: 3.5625rem;
    margin: 0px 0 30px 0;
  }
}
.c-ttl-h3-large-in-title {
  margin-bottom: 8px;
}
.c-ttl-h3-large-in-title-en {
  color: #fcec55;
  border-top: 2px solid #00649f;
  margin: 0 38%;
  padding: 3px 0 10px;
  letter-spacing: 0.15rem;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-large-in-title-en {
    letter-spacing: 0.2rem;
    padding-top: 5px;
    margin: 0 44%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-ttl-h3-large-in-title-en--yellow {
  color: #fcec55;
  border-top: 2px solid #00649f;
  padding: 3px 0 10px;
  margin: 0 38%;
  letter-spacing: 0.15rem;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-large-in-title-en--yellow {
    letter-spacing: 0.2rem;
    padding-top: 5px;
    margin: 0 44%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-ttl-h3-left {
  color: #00649f;
  font-weight: 800;
  line-height: 1.3;
  margin: 40px 0 20px 0px;
  letter-spacing: 0.2rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-left {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 80px 0 30px 0px;
  }
}
.c-ttl-h3-left-title--en {
  color: #fcec55;
  font-size: 8px;
  width: 60px;
  font-size: 8px;
  font-size: 0.5rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3-left-title--en {
    letter-spacing: 0.2rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-ttl-h4 {
  padding: 0px;
  color: #000;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15rem;
  margin-top: 50px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h4 {
    padding: 15px;
  }
}
.c-ttl-h4-in {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h4-in {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0px 0 15px 0;
  }
}
.c-ttl-h4-in-title {
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h4-in-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-ttl-h4-in-title-en {
  color: #fff;
  border-top: 2px solid #00649f;
  margin: 0px auto;
  width: 60px;
  padding-top: 5px;
  letter-spacing: 0.15rem;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h4-in-title-en {
    letter-spacing: 0.15rem;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.c-ttl-h4-in-title-en--yellow {
  color: #fcec55;
  border-top: 2px solid #00649f;
  padding-top: 5px;
  font-weight: 900;
  margin: 0px 110px;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h4-in-title-en--yellow {
    letter-spacing: 0.09rem;
  }
}

.c-ttl-main {
  background-image: url(../images/common/photo_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width: 712px) {
  .c-ttl-main {
    height: 266px;
  }
}
@media screen and (min-width: 1182px) {
  .c-ttl-main {
    height: 230px;
  }
}
@media screen and (min-width: 1236px) {
  .c-ttl-main {
    height: 275px;
  }
}
@media screen and (min-width: 1254px) {
  .c-ttl-main {
    height: 268px;
  }
}
@media screen and (min-width: 1284px) {
  .c-ttl-main {
    height: 274px;
  }
}
@media screen and (min-width: 1476px) {
  .c-ttl-main {
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl-main {
    background-image: url(../images/common/photo_bg_pc.png);
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-ttl-main::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon_woman.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 101px;
  height: 106px;
  top: 65%;
  left: 88%;
}
@media screen and (min-width: 768px) {
  .c-ttl-main::before {
    width: 239px;
    height: 246px;
    top: 65%;
    left: 91%;
  }
}
.c-ttl-main .l-container, .c-ttl-main .l-main--col2, .c-ttl-main .l-main--col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.c-ttl-main-textbox {
  font-weight: 800;
  margin: 34% auto 0 auto;
}
@media screen and (min-width: 420px) {
  .c-ttl-main-textbox {
    margin: 32% auto 0 auto;
  }
}
@media screen and (min-width: 612px) {
  .c-ttl-main-textbox {
    margin: 22% auto 0 auto;
  }
}
@media screen and (min-width: 712px) {
  .c-ttl-main-textbox {
    margin: 15% auto 0 auto;
  }
}
@media screen and (min-width: 1182px) {
  .c-ttl-main-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1236px) {
  .c-ttl-main-textbox {
    margin: 11% auto 0 auto;
  }
}
@media screen and (min-width: 1182px) {
  .c-ttl-main-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1254px) {
  .c-ttl-main-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1284px) {
  .c-ttl-main-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1416px) {
  .c-ttl-main-textbox {
    margin: 3% auto 0 auto;
  }
}
@media screen and (min-width: 1476px) {
  .c-ttl-main-textbox {
    margin: 1% auto 0 auto;
  }
}
.c-ttl-main-textbox__text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  color: #00649f;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-main-textbox__text {
    font-size: 41px;
    font-size: 2.5625rem;
    margin: 0;
  }
}
.c-ttl-main-textbox__text--en {
  color: #fff;
  margin-top: 4px;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-main-textbox__text--en {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.3rem;
  }
}
.c-ttl-main-textbox-nocontent {
  position: absolute;
  top: 111px;
  left: 29px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-ttl-main-textbox-nocontent {
    position: absolute;
    top: 200px;
    left: 50px;
    font-weight: 800;
  }
}
.c-ttl-main-textbox-nocontent__text {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.2rem;
  color: #00649f;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-ttl-main-textbox-nocontent__text {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0;
  }
}
.c-ttl-main-textbox-nocontent__text--en {
  color: #fff;
  margin-top: 6px;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-ttl-main::after {
  position: absolute;
  content: "";
  display: none;
  width: 159px;
  height: 140px;
  background-image: url(../images/common/dott.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 88%;
  top: 227%;
}
@media screen and (min-width: 768px) {
  .c-ttl-main::after {
    display: inline-block;
    width: 315px;
    height: 277px;
    right: 90%;
    top: 182%;
  }
}

.c-ttl-main--bgnone {
  background-image: url(../images/common/photo_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width: 712px) {
  .c-ttl-main--bgnone {
    height: 266px;
  }
}
@media screen and (min-width: 1182px) {
  .c-ttl-main--bgnone {
    height: 230px;
  }
}
@media screen and (min-width: 1236px) {
  .c-ttl-main--bgnone {
    height: 275px;
  }
}
@media screen and (min-width: 1254px) {
  .c-ttl-main--bgnone {
    height: 268px;
  }
}
@media screen and (min-width: 1284px) {
  .c-ttl-main--bgnone {
    height: 274px;
  }
}
@media screen and (min-width: 1476px) {
  .c-ttl-main--bgnone {
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl-main--bgnone {
    background-image: url(../images/common/photo_bg_pc.png);
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-ttl-main--bgnone::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon_woman.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 101px;
  height: 106px;
  top: 65%;
  left: 88%;
}
@media screen and (min-width: 768px) {
  .c-ttl-main--bgnone::before {
    width: 239px;
    height: 246px;
    top: 65%;
    left: 91%;
  }
}
.c-ttl-main--bgnone .l-container, .c-ttl-main--bgnone .l-main--col2, .c-ttl-main--bgnone .l-main--col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.c-ttl-main--bgnone-textbox {
  font-weight: 800;
  margin: 34% auto 0 auto;
}
@media screen and (min-width: 420px) {
  .c-ttl-main--bgnone-textbox {
    margin: 32% auto 0 auto;
  }
}
@media screen and (min-width: 612px) {
  .c-ttl-main--bgnone-textbox {
    margin: 22% auto 0 auto;
  }
}
@media screen and (min-width: 712px) {
  .c-ttl-main--bgnone-textbox {
    margin: 15% auto 0 auto;
  }
}
@media screen and (min-width: 1182px) {
  .c-ttl-main--bgnone-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1236px) {
  .c-ttl-main--bgnone-textbox {
    margin: 11% auto 0 auto;
  }
}
@media screen and (min-width: 1182px) {
  .c-ttl-main--bgnone-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1254px) {
  .c-ttl-main--bgnone-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1284px) {
  .c-ttl-main--bgnone-textbox {
    margin: 9% auto 0 auto;
  }
}
@media screen and (min-width: 1416px) {
  .c-ttl-main--bgnone-textbox {
    margin: 3% auto 0 auto;
  }
}
@media screen and (min-width: 1476px) {
  .c-ttl-main--bgnone-textbox {
    margin: 1% auto 0 auto;
  }
}
.c-ttl-main--bgnone-textbox__text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  color: #00649f;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-main--bgnone-textbox__text {
    font-size: 41px;
    font-size: 2.5625rem;
    margin: 0;
  }
}
.c-ttl-main--bgnone-textbox__text--en {
  color: #fff;
  margin-top: 4px;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-main--bgnone-textbox__text--en {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.3rem;
  }
}
.c-ttl-main--bgnone-textbox-nocontent {
  position: absolute;
  top: 111px;
  left: 29px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-ttl-main--bgnone-textbox-nocontent {
    position: absolute;
    top: 200px;
    left: 50px;
    font-weight: 800;
  }
}
.c-ttl-main--bgnone-textbox-nocontent__text {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.2rem;
  color: #00649f;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-ttl-main--bgnone-textbox-nocontent__text {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0;
  }
}
.c-ttl-main--bgnone-textbox-nocontent__text--en {
  color: #fff;
  margin-top: 6px;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-basic-list-small__item, .p-ol-list__item, .p-ol-list--sub__item {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  /*文字配置＝＝＝＝＝＝＝＝＝*/
}
@media screen and (min-width: 768px) {
  .c-basic-txt, .p-basic-list__item, .p-basic-list-small__item, .p-ol-list__item, .p-ol-list--sub__item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt-small {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-small {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-basic-txt-name {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-name {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-basic-txt-preparation {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-preparation {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-basic-txt-bold {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-bold {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-basic-txt-large {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-txt-price {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-basic-txt-big {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
  color: #00649f;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-big {
    font-size: 80px;
    font-size: 5rem;
  }
}
.c-basic-txt-num {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: center;
  color: #00649f;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-num {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.c-basic-txt-middle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-middle {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-basic-txt-middle--blue {
  background: #f2f8fc;
  padding: 0px 0 20px;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-middle--blue {
    padding: 0px 0 40px;
  }
}
.c-basic-txt-middle--bold {
  padding: 20px 0 5px;
  font-weight: 600;
  line-height: 1.7;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-middle--bold {
    padding: 40px 0 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-txt-middle--white {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-middle--white {
    padding: 41px;
  }
}
.c-basic-txt-middle--black {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-middle--black {
    font-size: 23px;
    font-size: 1.4375rem;
    padding-bottom: 10px;
  }
}
.c-basic-txt-form {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-form {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-txt-normal {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-normal {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
.c-basic-txt-normal--blue {
  background: #f2f8fc;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-basic-txt-normal--blue {
    padding: 41px;
  }
}
.c-basic-txt p, .p-basic-list__item p, .p-basic-list-small__item p, .p-ol-list__item p, .p-ol-list--sub__item p {
  margin-bottom: 10px;
}
.c-basic-txt a, .p-basic-list__item a, .p-basic-list-small__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
  color: #1185e7;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .c-basic-txt a, .p-basic-list__item a, .p-basic-list-small__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
    transition: .3s;
    cursor: pointer;
  }
  .c-basic-txt a:hover, .p-basic-list__item a:hover, .p-basic-list-small__item a:hover, .p-ol-list__item a:hover, .p-ol-list--sub__item a:hover {
    opacity: .7;
  }
}
.c-basic-txt strong, .p-basic-list__item strong, .p-basic-list-small__item strong, .p-ol-list__item strong, .p-ol-list--sub__item strong {
  font-weight: bold;
}
.c-basic-txt .c-basic-txt--img, .p-basic-list__item .c-basic-txt--img, .p-basic-list-small__item .c-basic-txt--img, .p-ol-list__item .c-basic-txt--img, .p-ol-list--sub__item .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
.c-basic-txt img, .p-basic-list__item img, .p-basic-list-small__item img, .p-ol-list__item img, .p-ol-list--sub__item img {
  display: inline-block;
}
.c-basic-txt--red {
  color: #e40031;
  padding-bottom: 0px;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt--red {
    padding-bottom: 0px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt .pc-center, .p-basic-list__item .pc-center, .p-basic-list-small__item .pc-center, .p-ol-list__item .pc-center, .p-ol-list--sub__item .pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-basic-txt .pc-center, .p-basic-list__item .pc-center, .p-basic-list-small__item .pc-center, .p-ol-list__item .pc-center, .p-ol-list--sub__item .pc-center {
    text-align: center;
  }
}
.c-basic-txt .sp-center, .p-basic-list__item .sp-center, .p-basic-list-small__item .sp-center, .p-ol-list__item .sp-center, .p-ol-list--sub__item .sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-basic-txt .sp-center, .p-basic-list__item .sp-center, .p-basic-list-small__item .sp-center, .p-ol-list__item .sp-center, .p-ol-list--sub__item .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;
  color: #fff;
  background: #00649f;
  margin: 10px auto;
  text-align: center;
  border-radius: 50px;
  padding: 19px 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.3;
}
.c-basic-btn a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-btn a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    width: 350px;
    padding: 26px 48px;
    margin: 45px 10px 50px auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-btn::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 83%;
  top: 21px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn::after {
    top: 29px;
    left: 88%;
  }
}
.c-basic-btn.send {
  background-color: #c60d0d;
}
.c-basic-btn__link {
  color: #fff;
}
.c-basic-btn--top {
  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: 73%;
  color: #fff;
  background: #56b3e0;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 13px 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  position: relative;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}
.c-basic-btn--top a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-btn--top a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--top {
    width: 36%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-btn--return {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--return {
    margin: 0 auto;
  }
}
.c-basic-btn--orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #f4ba1b;
  padding: 10px 15px;
  margin: 0px auto;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--orange {
    margin: 0px auto 0 10px;
    width: 350px;
    padding: 13px 15px;
  }
}
.c-basic-btn--orange::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 90%;
  top: 21px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--orange::after {
    top: 29px;
    left: 90%;
  }
}
.c-basic-btn--lecture {
  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: 83%;
  color: #fff;
  background: #f4ba1b;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 16px 15px;
}
.c-basic-btn--lecture a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-btn--lecture a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--lecture {
    width: 468px;
    padding: 20px 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-btn--lecture::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 89%;
  top: 25px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--lecture::after {
    left: 93%;
    top: 25px;
  }
}
.c-basic-btn--lecture__link {
  color: #fff;
  padding: 8px 0;
}
.c-basic-btn--about {
  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: 83%;
  color: #fff;
  background: #f4d71b;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 16px 15px;
}
.c-basic-btn--about a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-btn--about a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--about {
    width: 365px;
    padding: 20px 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-btn--about::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 89%;
  top: 18px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--about::after {
    left: 93%;
    top: 25px;
  }
}
.c-basic-btn--about__link {
  color: #fff;
  padding: 8px 0;
}
.c-basic-btn--company {
  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: 84%;
  color: #fff;
  background: #cf1734;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--company {
    width: 418px;
    padding: 25px 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-basic-btn--company::after {
  background-image: url(../images/icon/icon_right_white.svg);
  left: 91%;
  top: 22px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--company::after {
    left: 93%;
    top: 34px;
  }
}
.c-basic-btn--company__link {
  color: #fff;
  padding: 8px 0;
}
.c-basic-btn--jobfair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #f4ba1b;
  padding: 16px 15px;
  margin: 0px auto;
  width: 302px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--jobfair {
    min-width: 563px;
    padding: 28px 7px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4;
  }
}
.c-basic-btn--jobfair::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 90%;
  top: 25px;
  background-image: url(../images/icon/icon_right_white.svg);
}
@media screen and (min-width: 768px) {
  .c-basic-btn--jobfair::after {
    top: 48px;
    left: 93%;
    width: 18px;
    height: 18px;
  }
}
.c-basic-btn--joblist {
  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;
  border-radius: 5px;
  text-align: center;
  padding: 16px 15px;
  margin: 0px auto;
  width: 275px;
  line-height: 1.2;
  color: #2ca851;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--joblist {
    min-width: 800px;
    padding: 28px 7px;
    border-radius: 10px;
    letter-spacing: 3px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.c-basic-btn--joblist::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 90%;
  top: 16px;
  background-image: url(../images/icon/icon_bottom_main.svg);
}
@media screen and (min-width: 768px) {
  .c-basic-btn--joblist::after {
    top: 33px;
    left: 93%;
    width: 18px;
    height: 18px;
  }
}
.c-basic-btn--submit {
  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: 90%;
  color: #fff;
  background: #00649f;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 13px 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.c-basic-btn--submit a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-btn--submit a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--submit {
    width: 38%;
    padding: 18px 48px;
    margin: 45px auto 50px auto;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-btn--submit::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 88%;
  top: 16px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--submit::after {
    top: 22px;
  }
}
.c-basic-btn--thanks {
  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: 77%;
  color: #fff;
  background: #00649f;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 13px 25px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--thanks {
    width: 30%;
    padding: 18px 48px;
    margin: 45px auto 50px auto;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-btn--thanks::after {
  width: 14px;
  height: 14px;
  left: 85%;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn--thanks::after {
    top: 37%;
    left: 86%;
  }
}

.p-joblist-link {
  position: relative;
}
.p-joblist-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 93%;
  top: 18px;
  background-image: url(../images/icon/icon_right_g.svg);
}
@media screen and (min-width: 768px) {
  .p-joblist-link::after {
    top: 33px;
    left: 93%;
    width: 18px;
    height: 18px;
  }
}

.c-basic-contactbtn {
  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-basic-contactbtn-back {
  width: 60%;
  color: #fff;
  background: #a7a4a4;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}
.c-basic-contactbtn-back a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-contactbtn-back a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-contactbtn-back {
    width: 40%;
    padding: 18px 0px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-contactbtn-back__in::before {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_left_w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 12px;
  left: 18px;
}
@media screen and (min-width: 768px) {
  .c-basic-contactbtn-back__in::before {
    top: 22px;
    width: 16px;
    height: 16px;
    left: 25px;
  }
}
.c-basic-contactbtn-send {
  width: 60%;
  color: #fff;
  background: #00649f;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}
.c-basic-contactbtn-send a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-basic-contactbtn-send a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-basic-contactbtn-send {
    width: 40%;
    padding: 18px 0px;
    margin-left: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-contactbtn-send__in::after {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/icon/icon_right_w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 83%;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .c-basic-contactbtn-send__in::after {
    top: 22px;
    width: 16px;
    height: 16px;
  }
}

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

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

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

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

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

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-pankuzu-list {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-pankuzu-list__item {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 20px;
    position: relative;
  }
  .c-pankuzu-list__item a:not(.in-link) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 5;
  }
  .c-pankuzu-list__item a.in-link {
    position: relative;
    z-index: 5;
  }
}
.c-pankuzu-list__item--icon {
  position: relative;
  margin-left: 17px;
  position: relative;
}
.c-pankuzu-list__item--icon a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-pankuzu-list__item--icon a.in-link {
  position: relative;
  z-index: 5;
}
.c-pankuzu-list__item--icon::before {
  position: absolute;
  left: -14px;
  top: 1px;
  content: url("../images/icon/icon_right_black.svg");
  width: 11px;
}
@media screen and (min-width: 768px) {
  .c-pankuzu-list__item--icon::before {
    right: 15%;
  }
}

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

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

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

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

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

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

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

/*問い合わせ　ステップ ※htmlは同じ
===============*/
/*横長デザイン*/
/*
.c-form-stepbar {
	position: relative;
	text-align: center;
	margin: 0 auto 30px;
																			@include mq(md, min) {
																				margin: 0 auto 50px;
																				@include flexbox;
																				@include flex-just(space-between);
																			}  
	&__item {
		position: relative;
		width: calc(100% - 15px);
		background: #F9F9F9;
		padding: 6px 15px 0 6px;
		margin-right: 15px;
		margin-bottom: 5px;
		height: 30px;
																				// spサイズ以上
																				@include mq(md, min) {
																					padding: 9px 15px 0 9px;
																					margin-bottom: 0;
																					width: 33.333%;
																					height: 40px;
																				}
		&::before,&::after{
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 15px 0 15px 15px;
			position: absolute;
			top: 0;
																							// spサイズ以上
																							@include mq(md, min) {
																								border-width: 20px 0 20px 15px;
																							}
		}
		&::before {
			border-color: transparent transparent transparent #ffffff;
			left: 0;
		}
		&::after {
			border-color: transparent transparent transparent #F9F9F9;
			right: -15px;
		}
		&:first-child::before,
		&:last-child::after{
			content: none;
		}
		&:last-child{
			width: 100%;
			margin-right: 0;
			padding-right: 15px;
																							// spサイズ以上
																							@include mq(md, min) {
																								width: 33.333%;
																								padding-right: 0;
																							}
		}
		.text{
		@include font-size(12);
		line-height: 1.3;
		color: $main-color;
																				// spサイズ以上
																				@include mq(md, min) {
																					@include font-size(15);
																				}
		}
	}
	.visited {
		background: #CBEDF7;
		&::after {
			border-color: transparent transparent transparent #CBEDF7;
		}
	}
}
*/
@media screen and (min-width: 768px) {
  .c-form-wrap {
    padding: 80px 0;
    background: #f2f8fc;
  }
}

/*丸いデザイン*/
.c-form-box {
  padding: 0px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-form-box {
    padding: 0 30px;
  }
}
.c-form-box-area {
  background: #fff;
  margin-bottom: 30px;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .c-form-box-area {
    width: 1200px;
    padding: 30px 30px 50px 30px;
  }
}

.c-form-stepbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar {
    margin: 30px auto 40px;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: 33.333%;
  line-height: 1.3;
  text-align: center;
}
.c-form-stepbar__item::after {
  content: " ";
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  border-bottom: 5px dotted #cccccc;
  position: absolute;
  left: -24%;
  top: 27px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item::after {
    left: -30%;
  }
}
.c-form-stepbar__item:first-child::after {
  content: none;
}
.c-form-stepbar .visited .c-form-stepbar__icon {
  background: #00649f;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  color: #00649f;
}
.c-form-stepbar .visited::after {
  border-bottom-color: #00649f;
}
.c-form-stepbar__icon {
  position: relative;
  display: inline-block;
  background: #cccccc;
  width: 54px;
  height: 54px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__icon {
    width: 60px;
    height: 60px;
  }
}
.c-form-stepbar__icon .text {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.c-form-stepbar__icon .num {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__icon .num {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: -2px;
  }
}
.c-form-stepbar__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #cccccc;
  font-weight: bold;
}

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

/*in============*/
.c-form-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #e7e7e7;
}
@media screen and (min-width: 768px) {
  .c-form-in {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.c-form-in--non {
  border: none;
}

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

/*項目==============*/
.c-form-items {
  text-align: left;
  padding: 12px 0;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-items {
    width: 100%;
    padding: 30px 0;
  }
  .c-form-items input {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .c-form-items {
    width: 100%;
  }
}

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

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

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

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

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

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

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

/*チェックボタン==================*/
/*list*/
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-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-form-checkbox__list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

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

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

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

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

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

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

/*ラジオボタン==================*/
/*list*/
.c-form-existence__list {
  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: 576px) {
  .c-form-existence__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: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

/*ラジオボタン==================*/
/*list*/
.c-form-industry__list {
  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: 576px) {
  .c-form-industry__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: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

/*ラジオボタン==================*/
.c-form-age__list {
  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: 576px) {
  .c-form-age__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: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

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

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

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

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

.c-form-ttl-in {
  margin-right: 5px;
  line-height: 1.5;
}
.c-form-ttl-in--plus {
  color: #888181;
}

/*必須*/
.c-form-req {
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-req {
    left: 0px;
    top: 9px;
    margin-top: 20px;
  }
}
.c-form-req::after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: normal;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  background: #e40031;
  padding: 4px 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-form-req::after {
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-req::after {
    left: 43px;
    top: 9px;
  }
}

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

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

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

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

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

/*=======================
サンクス
=======================*/
.c-form-thanks {
  text-align: center;
}
.c-form-thanks__ttl {
  margin-bottom: 10px;
  line-height: 1.6;
}
.c-form-thanks__ttl .main {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-form-thanks__ttl .main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-form-thanks__ttl .sub {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

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

/*===========
error　バリデーション
============*/
.c-form-error {
  text-align: left;
  margin-top: 5px;
}
.c-form-error .error {
  display: block;
  color: #e40031;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-form-error .error {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*追加↓　以下に内容を入力してください=================*/
.c-form-supplementbox {
  font-size: 13px;
  color: #000;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-form-supplementbox {
    font-size: 15px;
  }
}
.c-form-supplementbox-list__item {
  padding-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.form-plus-list {
  margin: 0px auto 20px 0;
}
.form-plus-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-plus-list-item {
    display: flex;
    align-items: center;
  }
}

.plus-box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.plus-box:last-child {
  margin-bottom: 0;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .plus-box {
    margin-bottom: 0;
  }
}
.plus-box .plus-category {
  font-size: 13px;
  color: #000;
  padding: 10px;
  display: inline-block;
  width: 95px;
  margin-right: 6px;
  height: 33px;
  line-height: 13px;
  text-align: center;
  width: 30%;
  background: #56b3e0;
  color: #fff;
  letter-spacing: 1.5px;
  margin-left: 18px;
}
@media screen and (min-width: 576px) {
  .plus-box .plus-category {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  .plus-box .plus-category {
    width: 30%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .plus-box .plus-category {
    width: 40%;
  }
}
.plus-box input.plus-text {
  border: 1px solid #707070;
  border-radius: 5px;
  transition: 0.2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  height: 25px;
  width: 56%;
}
.plus-box input.plus-text--num {
  width: 17%;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .plus-box input.plus-text--num {
    width: 35%;
  }
}

.c-form-error--text {
  display: block;
  color: #e40031;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-form-error--text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-error--text .error-text {
  display: block;
  color: #e40031;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .c-form-error--text .error-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  /*collapseから変更*/
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto 50px 0;
}

.c-tr {
  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-tr:last-child th {
  border-bottom: none;
}
.c-tr:last-child .c-th,
.c-tr:last-child .c-td {
  border-bottom: none !important;
}
@media screen and (min-width: 768px) {
  .c-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-th,
.c-td {
  padding: 15px;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-th,
  .c-td {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px;
  }
}

.c-th {
  background-color: #f2f8fc;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 200px;
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-td {
  border: none;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-td {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
  font-weight: 700;
  font-size: 26px;
}
.p-basic-list__item {
  display: block;
  text-indent: -1.05rem;
  padding-left: 1rem;
  margin-bottom: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-basic-list__item {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 20px;
  }
}
.p-basic-list__item:before {
  content: "・";
  color: #00649f;
}
.p-basic-list-nonecontent {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-basic-list-nonecontent {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-basic-list-nonecontent__item:before {
  content: none;
}

.p-basic-list-small {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  margin: 8px 0;
}
.p-basic-list-small__item {
  display: block;
  padding-left: 1rem;
  margin-bottom: -7px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-basic-list-small__item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-basic-list-small__item:before {
  content: "・";
  color: #000;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-ol-list__item {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 16px;
  }
}
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #00649f;
  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: 0.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: 0.4s;
  min-height: 100%;
  height: 100%;
  width: 100%;
  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-size: 8% auto;
  background-position: left 1% top 5px;
  z-index: 999;
  position: fixed;
  top: 0;
}

.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}
.js-menu--open.activecolor,
.js-image-menu--open.activecolor {
  background: #56b3e0;
}

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

.js-accordion-sub {
  display: none;
}

/*======================
【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: #00649f;
  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: #00649f;
}

.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: #00649f;
  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: #00649f;
  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: #00649f;
  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: #00649f;
  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;
}

/*===================
スクロールしたらheaderの色変わる
*/
.js-is-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
  transform: translate3d(0, 0, 0);
}
.js-is-fadein--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*===================
animated調整
*/
.js-inview-slow {
  animation-duration: 10s;
}

.js-inview-fadeInLeft,
.js-inview-fadeInDown {
  opacity: 0;
}

.animated.js-delay-01 {
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
}

.animated.js-delay-02 {
  animation-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
}

.animated.js-delay-03 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
}

.animated.js-delay-04 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s !important;
  -moz-animation-delay: 1.3s !important;
  -o-animation-delay: 1.3s !important;
}

.animated.js-delay-05 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
}

.js-upAnime {
  opacity: 0;
}

.js-slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.js-slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-group {
    margin-top: 40px;
  }
}
.p-top-imgarea {
  margin: 5px;
  text-align: center;
}
.p-top-imgarea-poster-pc {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-imgarea-poster-pc {
    width: 100%;
  }
}
.p-top-imgarea-poster-sp {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-imgarea-poster-sp {
    width: 100%;
  }
}
.p-top-mainvisual {
  position: relative;
  background-image: url(../images/top/photo_main_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: 71% 93%;
  overflow: hidden;
  margin-bottom: 25px;
  /*アニメーションサンプル　あとで消す、絶対*/
  /*[sample]の実行*/
}
@media screen and (min-width: 560px) {
  .p-top-mainvisual {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: -40% 93%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual {
    min-height: 800px;
    width: 100%;
    background-image: url(../images/top/photo_main_pc.jpg);
    background-position: 48% 96%;
    background-size: cover;
    font-size: 68px;
    font-size: 4.25rem;
  }
}
.p-top-mainvisual::after {
  animation: sample 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  animation-duration: 0.9s;
}
@keyframes mainvisual {
  100% {
    transform: translateY(100%);
  }
}
.p-top-mainvisual-in {
  overflow: hidden;
  display: inline-block;
}
.p-top-mainvisual-in::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 135px;
  height: 138px;
  bottom: -2%;
  left: -5%;
  background-image: url(../images/top/icon_woman.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  content: none;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-in::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 246px;
    height: 256px;
    bottom: -7%;
    left: -2%;
    transform: none;
    content: none;
  }
}
.p-top-mainvisual-in-sidetext {
  color: #fff;
  margin: 0 auto;
  line-height: 64px;
  letter-spacing: 0.7rem;
  font-weight: 800;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: -0.4em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (min-width: 694px) {
  .p-top-mainvisual-in-sidetext {
    color: #fff;
    margin: 0 auto;
    line-height: 64px;
    letter-spacing: 0.7rem;
    font-weight: 800;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    writing-mode: vertical-rl;
    bottom: -3%;
    left: -0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-in-sidetext {
    font-size: 6.5rem;
    letter-spacing: 1.8rem;
    position: absolute;
    top: 93%;
    left: 2.2em;
    writing-mode: horizontal-tb;
  }
}
.p-top-mainvisual-in-maincopy {
  color: black;
  font-weight: 900;
  position: absolute;
  top: 18%;
  right: 0;
  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;
  align-items: flex-end;
}
@media screen and (min-width: 900px) {
  .p-top-mainvisual-in-maincopy {
    position: absolute;
    top: 30%;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-in-maincopy {
    position: absolute;
    top: 40%;
    right: 0;
  }
}
.p-top-mainvisual-in-maincopy-topbox {
  background: #fff;
  margin: 0 0 13px 36px;
  margin: 0 0 13px 36px;
  padding: 0px 0px 6px 12px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-in-maincopy-topbox {
    margin: 0 0 29px 0px;
    padding: 0px 0px 10px 14px;
  }
}
.p-top-mainvisual-in-maincopy-bottombox {
  background: #fff;
  margin: 0 0px 20px 84px;
  padding: 0 50px 9px 14px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-in-maincopy-bottombox {
    padding: 0 54px 14px 14px;
  }
}
.p-top-mainvisual-in-maincopy--top {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 3px;
  padding: 8px 39px 5px 0px;
  letter-spacing: 0.1rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 79%, #fcec55 70%);
}
@media screen and (min-width: 1302px) {
  .p-top-mainvisual-in-maincopy--top {
    margin-bottom: 3px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-in-maincopy--top {
    font-size: 50px;
    font-size: 3.125rem;
    padding: 13px 106px 11px 0px;
    letter-spacing: 0.5rem;
  }
}
.p-top-mainvisual-in-maincopy--bottom {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1rem;
  padding: 8px 0px 7px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 79%, #fcec55 70%);
  margin-right: -50px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-in-maincopy--bottom {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 0.5rem;
    padding: 12px 0px 8px 0px;
    margin-right: -54px;
  }
}
.p-top-mainvisual-in .leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}
.p-top-mainvisual-in .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.p-top-mainvisual-in .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.p-top-mainvisual-box {
  background: #daeaf5;
  padding: 0 0 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-box {
    padding: 0 0 30px 0;
  }
}
.p-top-mainvisual-box--bg-none {
  padding: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-box--bg-none {
    padding: 0 0 30px 0;
  }
}
.p-top-mainvisual-box::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 99px;
  top: -89px;
  right: -5%;
  height: 166px;
  background-image: url(../images/top/icon_man.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-box::after {
    position: absolute;
    content: "";
    display: inline-block;
    transform: none;
    width: 248px;
    height: 399px;
    background-image: url(../images/top/icon_man.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 90%;
    top: -26%;
  }
}
.p-top-mainvisual-box::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 182px;
  bottom: -64px;
  left: -18%;
  height: 143px;
  background-image: url(../images/top/icon_phonewoman.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-box::before {
    padding: 0 0 30px 0;
    left: -8%;
    top: 87%;
    width: 399px;
    height: 298px;
  }
}
.p-top-mainvisual .p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #00649f;
  color: #ffffff;
  position: relative;
  opacity: 0;
}
.p-top-mainvisual .p-top-anime.active {
  -moz-animation: sample 1300ms alternate 500ms forwards;
  -webkit-animation: sample 1300ms alternate 500ms forwards;
  animation: sample 1300ms alternate 500ms forwards;
}
@-moz-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.p-top-mainvisual-text {
  width: 300px;
  height: 72px;
  position: relative;
}
.p-top-mainvisual-text-in {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.p-top-mainvisual-text-in__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p-top-mainvisual-wrap {
  position: absolute;
  bottom: 7%;
  right: 1%;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-wrap {
    position: absolute;
    bottom: 5%;
    right: 1%;
  }
}
.p-top-mainvisual-wrap .p-top-contents {
  text-align: center;
  width: 75%;
  padding: 12px 12px;
  border-radius: 13px;
  background: #fff;
  margin-left: auto;
}
@media screen and (min-width: 694px) {
  .p-top-mainvisual-wrap .p-top-contents {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-wrap .p-top-contents {
    width: 100%;
  }
}
.p-top-mainvisual-wrap .p-top-contents-toplogo {
  max-width: 171px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-wrap .p-top-contents-toplogo {
    max-width: 230px;
  }
}
.p-top-mainvisual-wrap .p-top-contents-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  margin: 3px 0 0px 0;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-wrap .p-top-contents-text {
    margin: 3px 0 -36px 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-top-mainvisual-wrap .p-top-contents-bottomlogo {
  max-width: 85px;
  margin: 7px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-wrap .p-top-contents-bottomlogo {
    max-width: 122px;
    margin-left: 114px;
  }
}
.p-top-mainvisual-subtext {
  position: absolute;
  top: 11%;
  left: 1%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-subtext {
    font-size: 20px;
    font-size: 1.25rem;
    top: 11%;
    padding: 10px;
  }
}
.p-top-mainvisual-subtext .p-top-subtitle {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #56b3e0;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-subtext .p-top-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-mainvisual-subtext .p-top-subtitle-discription {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual-subtext .p-top-subtitle-discription {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top .p-top-wrapper-in-content {
  color: #000;
}
.p-top .p-top-wrapper.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.p-top-about {
  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) {
  .p-top-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-top-about-logo {
  width: 206px;
  margin: 25px auto 20px auto;
}
@media screen and (min-width: 768px) {
  .p-top-about-logo {
    margin: 0 20px 0 100px;
    width: 311px;
  }
}

.p-top-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
  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-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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;
  }
}

.sample {
  overflow: hidden;
  position: relative;
}
.sample::before {
  animation: sample 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes sample {
  100% {
    transform: translateY(100%);
  }
}
/*.p-top-bnr 相互リンクバナー-------------------------------------------------*/
.p-top-bnr {
  margin: 60px auto 17px;
  text-align: center;
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .p-top-bnr {
    margin: 80px auto 50px;
    max-width: 36%;
  }
}
.p-top-bnr-img {
  margin: 50px auto 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-bnr-img {
    margin: 80px auto 5px;
  }
}

.mutuallink-txt {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-right: auto;
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/*記事詳細==================*/
/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
.p-lecture-box {
  background: #f2f8fc;
  padding: 47px 0 50px;
  margin: -70px auto 0;
}
@media screen and (min-width: 768px) {
  .p-lecture-box {
    padding: 53px 0 80px;
  }
}
.p-lecture-group {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-lecture-group {
    margin-top: 20px;
  }
}
.p-lecture-group-imgarea {
  margin: 0 auto;
  padding-top: 20px;
}
.p-lecture-group-imgarea-pc {
  padding-top: 20px;
}
.p-lecture-group-imgarea-pc-content {
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}
.p-lecture-group-imgarea-sp {
  padding-top: 20px;
}
.p-lecture-group-imgarea-sp-content {
  margin: 0 auto 10px auto;
  max-width: 100%;
}
.p-lecture-group__text {
  margin: 20px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lecture-group__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-lecture-group__btn {
    margin-bottom: 80px;
  }
}
.p-lecture-group-box {
  background: #f2f8fc;
  padding: 33px 0 50px 0;
  margin-top: -67px;
}
.p-lecture-group-box--bg_none {
  padding: 0 0 50px 0;
}
.p-lecture-map {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.p-company-mainvisual {
  background-image: url(../images/company/photo_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 224px;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-mainvisual {
    background-image: url(../images/company/photo_bg_pc.png);
    font-size: 25px;
    font-size: 1.5625rem;
    height: 396px;
    margin-top: -55px;
  }
}
.p-company-mainvisual-textbox {
  position: absolute;
  top: 91px;
  left: 29px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-company-mainvisual-textbox {
    position: absolute;
    top: 143px;
    left: 50px;
    font-weight: 800;
  }
}
.p-company-mainvisual-textbox__text {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #00649f;
}
@media screen and (min-width: 768px) {
  .p-company-mainvisual-textbox__text {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0;
  }
}
.p-company-mainvisual-textbox__text--en {
  color: #fff;
  margin-top: 6px;
  letter-spacing: 0.1rem;
  font-size: 10px;
  font-size: 0.625rem;
}
.p-company-mainvisual::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 159px;
  height: 140px;
  background-image: url(../images/company/dott.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 84%;
  top: 287%;
}
@media screen and (min-width: 768px) {
  .p-company-mainvisual::after {
    width: 315px;
    height: 277px;
    right: 93%;
    top: 224%;
  }
}
.p-company-box {
  padding: 52px 0 0px;
  margin: -70px auto 0;
}
@media screen and (min-width: 768px) {
  .p-company-box {
    padding: 47px 0 0px;
    margin: -70px auto 0;
  }
}
.p-company-box--blue {
  background: #f2f8fc;
}
.p-company-group {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-company-group {
    margin-top: 30px;
  }
}
.p-company-group-imgarea {
  margin: 5px;
  padding-top: 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-group-imgarea {
    padding-top: 20px;
  }
}
.p-company-group__text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-company-group__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 50px;
  }
}
.p-company-group-box {
  background: #f2f8fc;
  padding: 33px 0 50px 0;
  margin-top: -67px;
}
.p-company-group-box--bg_none {
  padding: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .p-company-group-box--bg_none {
    padding: 0 0 20px 0;
  }
}
.p-company .map {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company .map {
    height: 150px;
  }
}
.p-company-imgarea {
  text-align: center;
  min-width: 250px;
}

.p-company-btn {
  margin: 0 auto;
  width: 260px;
}
.p-company-btn::after {
  content: "";
  background-image: url(../images/icon/icon_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 17px;
  left: 90%;
}

.p-company-batch {
  background: #ffee62;
  width: 77px;
  height: 77px;
  position: absolute;
  border-radius: 100%;
  top: -83px;
  left: 82%;
  padding: 5px;
  display: inline-grid;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .p-company-batch {
    top: -147px;
    left: 83%;
    width: 105px;
    height: 105px;
  }
}
@media screen and (min-width: 992px) {
  .p-company-batch {
    height: 166px;
    width: 166px;
    top: -179px;
    left: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .p-company-batch {
    top: -166px;
    left: 76%;
  }
}
.p-company-batch-text {
  color: #00649f;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-batch-text {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) {
  .p-company-batch-text {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-company-batch-middle {
  background: #00649f;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  padding: 5px;
  display: inline-grid;
  align-content: center;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-company-batch-middle {
    width: 105px;
    height: 105px;
  }
}
@media screen and (min-width: 992px) {
  .p-company-batch-middle {
    height: 116px;
    width: 116px;
  }
}
.p-company-batch-middle-text {
  color: #fff;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-batch-middle-text {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) {
  .p-company-batch-middle-text {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.p-company-title {
  color: #00649f;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  background: #00649f;
  padding: 15px;
  color: #fff;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .p-company-title {
    padding: 20px;
  }
}
.p-company-title--md {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-title--md {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-company-title--sm {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company-title--sm {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-company-title--point {
  border: 3px solid #f1e150;
  color: #00649f;
  margin: 15px auto 0;
  width: 250px;
  background: #fcf5b9;
}
@media screen and (min-width: 768px) {
  .p-company-title--point {
    margin: 20px auto 0;
    width: 50%;
  }
}
.p-company-title--deadline {
  color: #e40031;
  background: #f9eded;
  margin: 15px 10px 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 5px;
}
@media screen and (min-width: 768px) {
  .p-company-title--deadline {
    margin: 80px 10% 0;
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 15px;
  }
}
.p-company-title--condition {
  background: #e0ad56;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-company-title--condition {
    margin: 25px 0 0;
  }
}
.p-company-title--business {
  background: #ccae7a;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-company-title--business {
    margin: 25px 0 0;
  }
}
.p-company-title__redtxt {
  color: #e40031;
  font-size: 13px;
  font-size: 0.8125rem;
  background: none;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-company-title__redtxt {
    font-size: 19px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-company-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-company-title-en {
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  margin: 0px auto;
  width: 60px;
  padding-top: 5px;
}
.p-company-title-en--yellow {
  letter-spacing: 0.15rem;
  color: #fcec55;
  font-weight: bold;
  margin: 5px auto 0;
  width: 90px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-title-en--yellow {
    margin-bottom: 45px;
  }
}
.p-company-title--large {
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 14px 0;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-company-title--large {
    font-size: 43px;
    font-size: 2.6875rem;
    padding: 35px 0;
    margin: 60px 0 0;
  }
}

/*table----------------------------------*/
.p-company-table {
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.p-company-table .p-company-tr {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-company-table .p-company-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;
  }
}
.p-company-table .p-company-th, .p-company-table .p-company-td {
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .p-company-table .p-company-th, .p-company-table .p-company-td {
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-company-table .p-company-th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #56b3e0;
}
.p-company-table .p-company-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-company-table .p-company-th {
    width: 15%;
  }
}
.p-company-table .p-company-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-company-table .p-company-td {
    width: 85%;
  }
  .p-company-table .p-company-td:first-of-type {
    border-top: none;
  }
}

.p-company-table--width {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-company-table--width {
    margin: 0 auto;
    max-width: 840px;
  }
}
.p-company-table--width .p-company-table {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-company-table--width .p-company-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) {
  .p-company-table--width .p-company-table:first-of-type {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
  .p-company-table--width .p-company-table:first-of-type .c-th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-company-table--width .p-company-table .p-company-tr {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    background: #ffffff;
  }
}
.p-company-table--width .p-company-table .p-company-th, .p-company-table--width .p-company-table .p-company-td {
  border-top: 1px dotted #dddddd;
}
@media screen and (min-width: 768px) {
  .p-company-table--width .p-company-table .p-company-th, .p-company-table--width .p-company-table .p-company-td {
    width: 100%;
  }
}
.p-company-table--width .p-company-table .p-company-td {
  padding: 15px;
}
.p-company-table--width .p-company-table .p-company-td--blue {
  background: #ddeff7;
}
.p-company-table--width .p-company-table .p-company-td--grey {
  background-color: #f9f9f9;
}

.p-company-about {
  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) {
  .p-company-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-company-about-logo {
  width: 206px;
  margin: 25px auto 20px auto;
}
@media screen and (min-width: 768px) {
  .p-company-about-logo {
    margin: 0 20px 0 100px;
    width: 311px;
  }
}

.p-company-wrap {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .p-company-wrap {
    margin: 20px 0;
  }
}

.p-company-in {
  padding: 25px 25px 30px;
}
.p-company-in--white {
  background: #fff;
  padding: 25px 25px 25px;
}

.p-company-bg-box {
  background: #f2f8fc;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-company-bg-box {
    padding: 25px;
  }
}
.p-company-bg-box--blue {
  background: #f5fdff;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .p-company-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-jobfair-mainvisual {
  background-image: url(../images/common/photo_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 224px;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-jobfair-mainvisual {
    background-image: url(../images/common/photo_bg_pc.png);
    font-size: 25px;
    font-size: 1.5625rem;
    height: 396px;
    margin-top: -55px;
  }
}
.p-jobfair-mainvisual-textbox {
  position: absolute;
  top: 91px;
  left: 29px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-jobfair-mainvisual-textbox {
    position: absolute;
    top: 143px;
    left: 50px;
    font-weight: 800;
  }
}
.p-jobfair-mainvisual-textbox__text {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #00649f;
}
@media screen and (min-width: 768px) {
  .p-jobfair-mainvisual-textbox__text {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0;
  }
}
.p-jobfair-mainvisual-textbox__text--en {
  color: #fff;
  margin-top: 6px;
  letter-spacing: 0.1rem;
  font-size: 10px;
  font-size: 0.625rem;
}
.p-jobfair-mainvisual::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 159px;
  height: 140px;
  background-image: url(../images/common/dott.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 84%;
  top: 287%;
}
@media screen and (min-width: 768px) {
  .p-jobfair-mainvisual::after {
    width: 315px;
    height: 277px;
    right: 93%;
    top: 224%;
    background-image: none;
  }
}
.p-jobfair-group {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-jobfair-group {
    margin-top: 50px;
  }
}
.p-jobfair-group-imgarea {
  margin: 5px;
  text-align: center;
}
.p-jobfair-group__text {
  margin: 20px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-jobfair-group__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 40px 0;
  }
}
.p-jobfair-group-box {
  background: #f2f8fc;
  padding: 33px 0 50px 0;
  margin-top: -67px;
}
.p-jobfair-group-box--bg_none {
  padding: 0 0 50px 0;
}
.p-jobfair-tablegroup {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-jobfair-tablegroup {
    padding-bottom: 21px;
    border: 3px solid #00649f;
    border-radius: 5px;
  }
}
.p-jobfair-tablebox {
  margin-bottom: 40px;
  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;
  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;
  padding: 18px 0 8px;
  border: 2px solid #00649f;
  border-radius: 5px;
}
.p-jobfair-tablebox:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-jobfair-tablebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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 auto 0px auto;
    padding-top: 0px;
    border: none;
  }
}
.p-jobfair-table {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-jobfair-table {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jobfair-table-company {
    width: 43%;
  }
}
@media screen and (min-width: 992px) {
  .p-jobfair-table-work {
    width: 42%;
    margin: 0 5px 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .p-jobfair-table-pr {
    width: 10%;
  }
}
.p-jobfair-table-category {
  height: 31px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.15rem;
  font-weight: 700;
  background: #00649f;
  border-radius: 5px;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 850px) and (max-width: 1140px) {
  .p-jobfair-table-category {
    width: 100%;
    line-height: 0;
    padding: 20px 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-jobfair-table-category {
    line-height: 0;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    display: none;
  }
}
.p-jobfair-table-category--work {
  margin: 0;
}
@media screen and (min-width: 850px) and (max-width: 1140px) {
  .p-jobfair-table-category--work {
    width: 98%;
  }
}
.p-jobfair-table-detail {
  padding: 0px 0 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  line-height: 2;
  min-height: 40px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-jobfair-table-detail {
    width: 101%;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    height: 67px;
    border-bottom: 2px solid #c9e2f2;
    line-height: 1.5;
    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;
    justify-content: center;
    padding: 0px 0 10px;
  }
  .p-jobfair-table-detail-pr {
    text-align: center;
  }
}
.p-jobfair-table-detail__link {
  text-decoration: underline;
  color: #000;
}
.p-jobfair-table-detail--tall {
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-jobfair-table-detail--tall {
    height: 96px;
    line-height: 27px;
  }
}
.p-jobfair-table-detail--last {
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-jobfair-table-detail--last {
    height: 195px;
  }
}
.p-jobfair-joblist-btn {
  margin-top: 15px;
  border: 3px solid #2ca851;
  border-radius: 5px;
  width: 300px;
  margin: 15px auto 0;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-jobfair-joblist-btn {
    border: 4px solid #2ca851;
    margin: 60px auto 90px;
    min-width: 800px;
    border-radius: 8px;
    letter-spacing: 4px;
  }
}

.p-jobfair-pr-link {
  color: #fff;
  background: #38a7e9;
  padding: 3px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  letter-spacing: 1.5px;
  padding: 6px 10px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-jobfair-pr-link {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 auto;
  }
}

.p-jobfair-about {
  background: #f2f8fc;
  margin-top: 10px;
}
.p-jobfair-about-in {
  background: #fff;
  width: 100%;
  padding: 32px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-in {
    padding: 50px 55px;
  }
}
.p-jobfair-about-wrap {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: left;
  padding: 20px 0 0;
}
@media screen and (min-width: 992px) {
  .p-jobfair-about-wrap {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-jobfair-about-contents {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-jobfair-about-contents {
    width: calc(100% - 35vw - 50px);
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-jobfair-about-contents {
    width: calc(100% - 550px);
    margin-left: 50px;
  }
}
.p-jobfair-about-box {
  border-bottom: 2px dotted #cccccc;
  padding: 15px 0;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-box {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 23px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-jobfair-about-box:last-of-type {
    border: none;
    padding: 15px 0 0;
  }
}
.p-jobfair-about-box-category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #00649f;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-box-category {
    font-size: 19px;
    font-size: 1.1875rem;
    min-width: 225px;
    margin: 0;
  }
}
.p-jobfair-about-box-detail {
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-box-detail {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-jobfair-about-box-detail-in {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-box-detail-in {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-jobfair-about-ttl {
  text-align: center;
  padding: 15px;
  line-height: 1.4;
  margin: 0px 0 20px;
  font-size: 17px;
  font-size: 1.0625rem;
  background: #f4f4f4f4;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl {
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    padding: 27px 27px;
  }
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-in-text {
    margin-left: 20px;
  }
}
.p-jobfair-about-img {
  width: 70vw;
  margin: 0 auto 15px;
  background: #f8fcff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vw;
}
@media screen and (min-width: 992px) {
  .p-jobfair-about-img {
    margin: 0 0 15px 0;
    width: 35vw;
    height: 35vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-jobfair-about-img {
    margin: 0 0 15px 0;
    width: 500px;
    height: 500px;
  }
}
.p-jobfair-about-img img {
  max-height: 100%;
}
.p-jobfair-about-map {
  background: black;
  padding: 9px 13px 9px 28px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 6px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 1.5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-map {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.p-jobfair-about-map__link {
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-jobfair-about-map__link:before {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(../images/icon/icon_map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 12px;
  top: 7px;
}
.p-jobfair-about-tel-link {
  color: #00649f;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-tel-link {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-jobfair-about-tel-link__txt {
  text-decoration: underline;
}

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

.p-jobfair-about-ttl-h5 {
  width: 100%;
  letter-spacing: 1.5px;
  margin: 20px auto 0;
  background: #fdecec;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-h5 {
    margin: 35px auto;
    width: 100%;
  }
}
.p-jobfair-about-ttl-h5-in {
  font-weight: bold;
  color: #00649f;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  border: 2px solid #ea8197;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-h5-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-jobfair-about-ttl-h5-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 26px 0 26px;
  }
}

.p-jobfair-about-ttl-h5-in-category {
  /*background:#f2f8fc;*/
  border-radius: 10px;
  padding: 0 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-h5-in-category {
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 0;
  }
}
.p-jobfair-about-ttl-h5-in-detail {
  color: #e40031;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-h5-in-detail {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-h5-in-detail--tall {
    width: 71%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-jobfair-about-ttl-h5-in-detail--last {
    width: 71%;
    text-align: left;
  }
}

/*p-jobfair-about-document*/
.p-jobfair-about-document {
  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;
  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: 30px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document {
    margin-top: 50px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-jobfair-about-document-pr {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document-pr {
    margin: 0 3% 0 8%;
    width: 50%;
  }
}
.p-jobfair-about-document-pr-in {
  background: #dc1616;
  text-align: center;
  padding: 10px 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document-pr-in {
    margin: 0 3% 0 0;
    padding: 15px 20px;
  }
}
.p-jobfair-about-document-pr-in::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../images/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document-pr-in::before {
    width: 22px;
    height: 22px;
  }
}
.p-jobfair-about-document-pr-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-jobfair-about-document .triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document .triangle {
    border-left: 13px solid transparent;
    border-bottom: 13px solid #fff;
    bottom: 8px;
    right: 8px;
  }
}
.p-jobfair-about-document-joblist {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document-joblist {
    margin: 0 8% 0 3%;
  }
}
.p-jobfair-about-document-joblist-in {
  background: #efb318;
  text-align: center;
  padding: 10px 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document-joblist-in {
    margin: 0 3% 0px 0;
    padding: 15px 20px;
  }
}
.p-jobfair-about-document-joblist-in::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../images/icon/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 576px) {
  .p-jobfair-about-document-joblist-in::before {
    width: 22px;
    height: 22px;
  }
}
.p-jobfair-about-document-joblist-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}

.p-privacy-box {
  margin: 30px 0;
}

.p-privacy-txt {
  text-align: right;
  padding-bottom: 50px;
}

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

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

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

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

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

.u-fc-black {
  color: #000 !important;
}

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

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

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

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

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

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

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

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

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

.u-p-r {
  position: relative;
}

.u-fs-large {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-fs-large {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}

.u-fs-middle {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .u-fs-middle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.u-fs-company {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .u-fs-company {
    font-size: 41px;
    font-size: 2.5625rem;
    letter-spacing: 1px;
  }
}

.u-border-blue {
  border: 1px solid #7493a8;
}

.u-text-deco-n {
  text-decoration: none;
}

/* =========================================================
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-mr-1-5,
.u-mx-1-5 {
  margin-right: 0.75rem !important;
}

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

.u-ml-1-5,
.u-mx-1-5 {
  margin-left: 0.75rem !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-mt-4-5,
.u-my-4-5 {
  margin-top: 2.5rem !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-mt-8,
.u-my-8 {
  margin-top: 6rem !important;
}

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

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

.u-mb-8,
.u-my-8 {
  margin-bottom: 6rem !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-pr-0-5,
.u-px-0-5 {
  padding-right: 0.25rem !important;
}

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

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

.u-pl-0-5,
.u-px-0-5 {
  padding-left: 0.25rem !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-pt-6,
.u-py-6 {
  padding-top: 4rem !important;
}

.u-pt-7,
.u-py-7 {
  padding-top: 5rem !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-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-mt-md-8,
  .u-my-md-8 {
    margin-top: 6rem !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-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 4rem !important;
  }

  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 5.5rem !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;
  }
}
/*text-indent----------------------*/
.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent-sp {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .u-indent-sp {
    padding-left: 0;
    text-indent: 0;
  }
}

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

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

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

.u-bg--blue {
  background: #f2f8fc;
  padding: 1px 0 30px 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .u-bg--blue {
    background: #f2f8fc;
    margin-top: 115px;
  }
}

.u-bg--blue-m-n {
  background: #f2f8fc;
  padding: 1px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .u-bg--blue-m-n {
    background: #f2f8fc;
    padding-bottom: 120px;
  }
}

.u-bg--blue-m-n-j {
  background: #f2f8fc;
  padding: 1px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .u-bg--blue-m-n-j {
    background: #f2f8fc;
    padding-bottom: 50px;
  }
}

.u-bg--blue-o {
  background: #f2f8fc;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .u-bg--blue-o {
    padding: 20px 0;
  }
}

.u-bg--paleblue {
  background: #eaf6ff;
  padding: 1px 0 30px 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .u-bg--paleblue {
    background: #eaf6ff;
    margin-top: 115px;
  }
}

.u-bg--blue-m {
  background: #eff8fd;
}

.u-bg-lightblue {
  background: #56b3e0;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.u-bg-white {
  background: #fff;
}

/*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;
  }
}
/*border=================*/
.u-bb-1 {
  border-bottom: 1px solid #000;
}

/*list=================*/
.u-ls-none {
  list-style: none;
}

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