@charset "UTF-8";
/*==================
mixin.scss
====================*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==================
base.scss
====================*/
body {
  font-size: 16px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif, "源ノ角ゴシック Regular", "源ノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-image: url(../images/common/bg_textiles.png);
  background-attachment: fixed;
  padding-right: 13vw;
}
@media only screen and (max-width: 959px) {
  body {
    padding: 0 4vw 0 0;
    background-size: 80%;
  }
}
@media only screen and (max-width: 959px) {
  body {
    font-size: 14.4px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

a:hover {
  opacity: 0.8;
}

hr {
  color: #e8e3da;
  margin: 50px 0;
}

p + p {
  margin-top: 1em;
}

/*---------------選択テキスト*/
/*---------------選択テキスト*/
::-moz-selection {
  background: #8cc4cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #8cc4cc;
  color: #fff;
  text-shadow: none;
}

/*---------------scrollbar
::-webkit-scrollbar {
  background-color: #fff;
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: $mainColor;
  // border-radius: 10px;
}
*/
/*==================
 layout main.scss
====================*/
.l-mainCont {
  padding-top: 20px;
  padding-bottom: 100px;
  padding-left: 260px;
  padding-right: 40px;
  background: #fff;
  max-width: 1400px;
}
@media only screen and (max-width: 959px) {
  .l-mainCont {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-inner {
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .l-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.l-secCont + .l-secCont {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
  .l-secCont + .l-secCont {
    margin-top: 30px;
  }
}
.l-secCont__box + .l-secCont__box {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
  .l-secCont__box + .l-secCont__box {
    margin-top: 30px;
  }
}

/*==================
 layout header.scss
====================*/
.l-header__accChild__title::after, .l-header__gnavMenu__title.has-acc::after, .l-header__gnavMenu__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
}

@media only screen and (max-width: 959px) {
  body {
    padding-top: 50px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 220px;
  z-index: 1099;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  scrollbar-width: none;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__container {
    margin: -20px 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header {
    position: absolute;
    background: none;
    height: initial;
    width: 100%;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    overflow-y: initial;
    padding-right: 30px;
  }
}
.l-header::-webkit-scrollbar {
  width: 0px;
}
.l-header__catch {
  text-align: center;
  padding: 40px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__catch {
    text-align: left;
    padding: 10px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__catch__logo {
  width: 130px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__catch__logo {
    width: auto;
    height: 51px;
  }
}
.l-header__catch__text {
  padding-top: 10px;
  font-weight: bold;
  font-size: 14.4px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__catch__text {
    padding-left: 10px;
    padding-top: 0;
  }
  .p-topPage__header .l-header__catch__text br {
    display: none !important;
  }
}
.l-header__gnavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__gnavMenu__item {
  position: relative;
}
.l-header__gnavMenu__title {
  display: block;
  cursor: pointer;
  font-weight: bold;
  padding: 20px 30px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu__title {
    padding: 0px 15px;
  }
}
.l-header__gnavMenu__title--button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #ff9900;
  width: calc(100% - 60px);
  margin: 10px auto;
  border-radius: 80px;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu__title--button {
    width: initial;
    margin: 0 auto;
  }
}
.l-header__gnavMenu__title--button:hover {
  opacity: 1;
  background: #ff9900;
  color: #fff;
}
.l-header__gnavMenu__title::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu__title::after {
    content: none;
  }
}
.l-header__gnavMenu__title--button::after {
  content: none;
}
.l-header__gnavMenu__title:hover {
  background-color: #8cc4cc;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu__title:hover {
    background-color: initial;
    opacity: 0.7;
  }
}
.l-header__gnavMenu__title.has-acc {
  position: relative;
}
.l-header__gnavMenu__title.has-acc::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu__title.has-acc::after {
    right: 10px;
  }
}
.l-header__gnavMenu__title.has-acc.is-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__gnavMenu__title.has-acc.is-open::after {
    content: none;
  }
}
.l-header__accMenu {
  display: none;
}
.l-header__accChild {
  width: 100%;
}
.l-header__accChild__title {
  font-size: 0.9em;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.l-header__accChild__title:hover {
  background-color: #e4f1f3;
}
.l-header__accChild__title::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 960px) {
  .p-topPage__header .l-header__accChild__title::after {
    content: none;
  }
}
.l-header__accChild__title a {
  display: block;
}
@media only screen and (min-width: 960px) {
  .l-header__spbtn {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .l-header {
    width: 100%;
    height: 50px;
    z-index: 2000;
  }
  .l-header__container {
    display: none;
  }
  .l-header.is-menuOpen {
    height: 100%;
  }
  .l-header__catch {
    text-align: left;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__catch__logo {
    width: auto;
    height: 40px;
    margin: 0;
  }
  .l-header__catch__text {
    padding-top: 0px;
    padding-left: 10px;
    font-size: 10px;
  }
  .l-header__gnav {
    width: 100%;
  }
  .l-header__gnavMenu__item {
    border-top: 1px dotted #e8e3da;
  }
  .l-header__accMenu {
    border-top: 1px dotted #e8e3da;
  }
  .l-header__spbtn {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 2001;
  }
  .l-header__spbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background: #8cc4cc;
    width: 30%;
  }
  .l-header__spbtn span:nth-of-type(1) {
    top: 18px;
  }
  .l-header__spbtn span:nth-of-type(2) {
    top: 23px;
  }
  .l-header__spbtn span:nth-of-type(3) {
    top: 28px;
  }
  .l-header__spbtn.is-open span:nth-of-type(1) {
    top: 17px;
    left: 14px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .l-header__spbtn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__spbtn.is-open span:nth-of-type(3) {
    top: 29px;
    left: 14px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/*==================
 layout footer.scss
====================*/
.l-footer {
  padding: 40px 40px 40px 260px;
  max-width: 1400px;
}
.p-topPage__footer .l-footer {
  padding: 0px 0px;
  margin: 0;
  background-image: url(../images/common/bg_textiles.png);
  max-width: initial;
}
@media only screen and (max-width: 959px) {
  .p-topPage__footer .l-footer {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 959px) {
  .l-footer {
    padding: 0px 0px 5% 0;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-footer__listWrap__box {
  display: none;
}
.p-topPage__footer .l-footer__listWrap__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}
.p-topPage__footer .l-footer__listWrap__box .l-footer__logo {
  display: none;
  width: 100px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__footer .l-footer__listWrap__box .l-footer__logo {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__footer .l-footer__listWrap__box .l-footer__logo {
    margin: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__footer .l-footer__listWrap__box {
    display: block;
  }
}
.p-topPage__footer .l-footer__list {
  display: none;
}
.l-footer__list--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 4px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  background: #fff;
}
@media only screen and (max-width: 959px) {
  .l-footer__list--sub .l-footer__list__item {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .l-footer__list--sub .l-footer__list__item:before {
    content: "｜";
    margin: 10px;
  }
  .l-footer__list--sub .l-footer__list__item:first-child:before {
    content: none;
  }
}
.l-footer__list--sub .l-footer__list__item a {
  font-size: 0.8rem;
}
.l-footer__copy {
  background: #fff;
  color: #8cc4cc;
  padding: 10px;
  font-size: 0.8rem;
}
@media only screen and (max-width: 959px) {
  .l-footer__copy {
    text-align: center;
  }
}

/*==================
 layout side.scss
====================*/
/*==================
 layout breadcrumb.scss
====================*/
.l-breadcrumb {
  padding-left: 260px;
  background: #fff;
  max-width: 1400px;
}
.l-breadcrumb ul {
  padding: 0 0 5px 0;
}
.l-breadcrumb li {
  display: inline;
  font-size: xx-small;
}
.l-breadcrumb li + li:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 0 0.8rem;
}
.l-breadcrumb li a {
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
  color: #8cc4cc;
  font-size: xx-small;
}
@media only screen and (max-width: 959px) {
  .l-breadcrumb {
    padding: 0;
    text-align: right;
  }
  .l-breadcrumb li {
    font-size: xx-small;
  }
}

/*----------------------------------------
Component pagetop
----------------------------------------*/
#page-top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background: #8cc4cc;
  border-radius: 999px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
}
#page-top a:hover {
  opacity: 0.8;
}

/*----------------------------------------
Component flexbox
----------------------------------------*/
.c-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .c-flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flexBox > .c-flexBox__spc:nth-child(2) {
    margin-top: 20px;
  }
  .c-flexBox > .c-flexBox__spc:nth-child(1) {
    margin-top: 0;
  }
}
.c-flexBox__spc {
  width: 100%;
}
.c-flexBox__spc--img {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .c-flexBox__spc--img img {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .c-flexBox__spc--img:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio1-9 > .c-flexBox__spc:nth-child(1) {
    width: 10%;
  }
  .c-flexBox--ratio1-9 > .c-flexBox__spc:nth-child(2) {
    width: 88%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio9-1 > .c-flexBox__spc:nth-child(1) {
    width: 88%;
  }
  .c-flexBox--ratio9-1 > .c-flexBox__spc:nth-child(2) {
    width: 10%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio2-8 > .c-flexBox__spc:nth-child(1) {
    width: 18%;
  }
  .c-flexBox--ratio2-8 > .c-flexBox__spc:nth-child(2) {
    width: 78%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio8-2 > .c-flexBox__spc:nth-child(1) {
    width: 78%;
  }
  .c-flexBox--ratio8-2 > .c-flexBox__spc:nth-child(2) {
    width: 18%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(1) {
    width: 28%;
  }
  .c-flexBox--ratio3-7 > .c-flexBox__spc:nth-child(2) {
    width: 68%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio7-3 > .c-flexBox__spc:nth-child(1) {
    width: 68%;
  }
  .c-flexBox--ratio7-3 > .c-flexBox__spc:nth-child(2) {
    width: 28%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio4-6 > .c-flexBox__spc:nth-child(1) {
    width: 38%;
  }
  .c-flexBox--ratio4-6 > .c-flexBox__spc:nth-child(2) {
    width: 58%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio6-4 > .c-flexBox__spc:nth-child(1) {
    width: 58%;
  }
  .c-flexBox--ratio6-4 > .c-flexBox__spc:nth-child(2) {
    width: 38%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--ratio5-5 > .c-flexBox__spc:nth-child(1) {
    width: 48%;
  }
  .c-flexBox--ratio5-5 > .c-flexBox__spc:nth-child(2) {
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 959px) {
  .c-flexBox--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-flexBox--rev > .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev > .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .c-flexBox--rev--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 959px) {
  .c-flexBox--rev--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-flexBox--rev--sp > .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev--sp > .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-col__item {
  position: relative;
}
.c-col__item figure img {
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .c-col__item {
    width: 100%;
  }
  .c-col__item:nth-child(n+1) {
    margin-top: 20px;
  }
  .c-col__item p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 959px) {
  .c-col--sp--item2 > .c-col__item {
    width: 49%;
    margin-left: 2%;
  }
  .c-col--sp--item2 > .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--sp--item2 > .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--sp--item3 > .c-col__item {
    width: 32%;
    margin-left: 2%;
  }
  .c-col--sp--item3 > .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--sp--item3 > .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 960px) {
  .c-col > .c-col__item + .c-col__item {
    margin-left: 2%;
  }
  .c-col--item2 > .c-col__item {
    width: 49%;
  }
  .c-col--item2 > .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--item2 > .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--item3 > .c-col__item {
    width: 32%;
  }
  .c-col--item3 > .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--item3 > .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
  .c-col--item4 > .c-col__item {
    width: 23.5%;
  }
  .c-col--item4 > .c-col__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-col--item4 > .c-col__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .c-col--item5 > .c-col__item {
    width: 18.4%;
  }
  .c-col--item5 > .c-col__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-col--item5 > .c-col__item:nth-child(n+6) {
    margin-top: 2%;
  }
  .c-col--item6 > .c-col__item {
    width: 15%;
  }
  .c-col--item6 > .c-col__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col--item6 > .c-col__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

/*----------------------------------------
Component floatBox
----------------------------------------*/
/*left*/
.c-float--left50--pc .c-float__box, .c-float--left50 .c-float__box, .c-float--left40--pc .c-float__box, .c-float--left40 .c-float__box, .c-float--left30--pc .c-float__box, .c-float--left30 .c-float__box {
  float: left;
  margin: 0 30px 30px 0;
}

.c-float--left30 .c-float__box {
  width: 30%;
}
.c-float--left30--pc .c-float__box {
  width: 30%;
}
.c-float--left40 .c-float__box {
  width: 40%;
}
.c-float--left40--pc .c-float__box {
  width: 40%;
}
.c-float--left50 .c-float__box {
  width: 50%;
}
.c-float--left50--pc .c-float__box {
  width: 50%;
}

/*right*/
.c-float--right50--pc .c-float__box, .c-float--right50 .c-float__box, .c-float--right40--pc .c-float__box, .c-float--right40 .c-float__box, .c-float--right30--pc .c-float__box, .c-float--right30 .c-float__box {
  float: right;
  margin: 0 0 30px 30px;
}

.c-float--right30 .c-float__box {
  width: 30%;
}
.c-float--right30--pc .c-float__box {
  width: 30%;
}
.c-float--right40 .c-float__box {
  width: 40%;
}
.c-float--right40--pc .c-float__box {
  width: 40%;
}
.c-float--right50 .c-float__box {
  width: 50%;
}
.c-float--right50--pc .c-float__box {
  width: 50%;
}

.c-float {
  clear: both;
  overflow: hidden;
}
.c-float--pc {
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .c-float--pc .c-float__box {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}

.c-button--wide a,
.c-button--wide button,
.c-button--wide input, .c-button--small a,
.c-button--small button,
.c-button--small input, .c-button--large a,
.c-button--large button,
.c-button--large input, .c-button a,
.c-button button,
.c-button input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  border: 2px solid #ff9900;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ff9900;
  padding: 0.2rem 2rem;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .c-button--wide a,
  .c-button--wide button,
  .c-button--wide input, .c-button--small a,
  .c-button--small button,
  .c-button--small input, .c-button--large a,
  .c-button--large button,
  .c-button--large input, .c-button a,
  .c-button button,
  .c-button input {
    min-width: 200px;
  }
  .c-button--wide a:hover,
  .c-button--wide button:hover,
  .c-button--wide input:hover, .c-button--small a:hover,
  .c-button--small button:hover,
  .c-button--small input:hover, .c-button--large a:hover,
  .c-button--large button:hover,
  .c-button--large input:hover, .c-button a:hover,
  .c-button button:hover,
  .c-button input:hover {
    color: #fff;
    background-color: #ff9900;
  }
}

.c-button--large a,
.c-button--large button,
.c-button--large input {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .c-button--large a,
  .c-button--large button,
  .c-button--large input {
    min-width: 400px;
  }
}
.c-button--small a,
.c-button--small button,
.c-button--small input {
  font-size: 0.6rem;
}
@media only screen and (min-width: 960px) {
  .c-button--small a,
  .c-button--small button,
  .c-button--small input {
    min-width: initial;
  }
}
@media only screen and (max-width: 959px) {
  .c-button--small a,
  .c-button--small button,
  .c-button--small input {
    width: initial;
  }
}
@media only screen and (min-width: 960px) {
  .c-button--wide a,
  .c-button--wide button,
  .c-button--wide input {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .c-button--wide a,
  .c-button--wide button,
  .c-button--wide input {
    width: 100%;
  }
}

.c-title--secTitle--center span, .c-title--secTitle span, .c-title--headTitle span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.2rem;
}

.c-title--headTitle {
  font-size: 2rem;
  padding: 30px 0;
}
@media only screen and (max-width: 959px) {
  .c-title--headTitle {
    font-size: 1.6rem;
    padding: 30px 0;
  }
}
.c-title--secTitle {
  font-size: 1.6rem;
  padding: 40px 0 20px;
}
@media only screen and (max-width: 959px) {
  .c-title--secTitle {
    font-size: 1.4rem;
  }
}
.c-title--secTitle--center {
  font-size: 1.6rem;
  padding: 30px 0 60px;
  text-align: center;
  position: relative;
}
.c-title--secTitle--center::after {
  content: "";
  width: 1em;
  height: 1px;
  background: #8cc4cc;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-title--textTitle {
  font-size: 1.4rem;
  margin: 40px 0 20px;
}
.c-title--textTitle--border {
  font-size: 1.4rem;
  padding: 0 0 0 1rem;
  margin: 40px 0 20px;
  position: relative;
}
.c-title--textTitle--border:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #8cc4cc;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 959px) {
  .c-title--textTitle {
    font-size: 1.2rem;
  }
}
.c-title--itemTitle {
  font-size: 1rem;
  margin: 40px 0 20px;
}
.c-title--itemTitle--color {
  color: #8cc4cc;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 959px) {
  .c-title--itemTitle {
    font-size: 1rem;
  }
}
.c-title--picTitle {
  position: relative;
  padding-left: 3em;
  font-size: 1rem;
  margin: 40px 0 20px;
}
.c-title--picTitle:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  background: #8cc4cc;
  width: 2em;
  height: 1px;
}

/*==================
_mailform.scss
====================*/
/*----- メールフォームここから -----*/
/*mailformpro.css上書き*/
form#mailformpro .mailform .mfp span.must,
form#mailformpro .mailform .mfp span.optionally {
  font-size: 0.7rem;
  line-height: 1.6;
}
form#mailformpro dl dt {
  font-weight: 700;
}
form#mailformpro dl dd {
  padding: 2em;
}
form#mailformpro input,
form#mailformpro textarea {
  background: #fff;
  border: solid 1px #e8e3da;
}
form#mailformpro .mfp_element_button,
form#mailformpro .mfp_element_reset,
form#mailformpro .mfp_element_submit {
  border-radius: 10em;
}
form#mailformpro .mfp_element_button {
  background: #fff !important;
  border: solid 1px #e8e3da !important;
}
form#mailformpro .mfp_element_reset {
  background: #ff9900;
  color: #fff;
}
form#mailformpro .mfp_element_submit {
  background: #ff9900;
  color: #fff;
}
form#mailformpro dl {
  border-bottom: solid 1px #e8e3da !important;
}
form#mailformpro dl:last-of-type {
  border-bottom: none;
}
form#mailformpro .must {
  color: red;
}
form#mailformpro label {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  form#mailformpro label {
    display: inline-block;
    margin-right: 10px;
  }
}
form#mailformpro label:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  form#mailformpro dl dt {
    width: 31%;
    padding: 2em 1em;
  }
  form#mailformpro dl dd {
    width: 67%;
  }
  form#mailformpro dl:last-of-type {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 959px) {
  form#mailformpro dl dt {
    padding: 1em;
  }
  form#mailformpro dl dd {
    padding: 1em;
  }
  form#mailformpro .mfp_element_text,
  form#mailformpro .mfp_element_number,
  form#mailformpro .mfp_element_select-one,
  form#mailformpro .mfp_element_email,
  form#mailformpro .mfp_element_tel,
  form#mailformpro .mfp_element_textarea,
  form#mailformpro .mfp_element_date {
    width: 100%;
  }
  form#mailformpro .mailform .mfp input.postNum {
    width: 80%;
  }
}

/*----- メールフォームここまで -----*/
/*----------------------------------------
  テキスト
----------------------------------------*/
/*続きを読む...を行単位で制御*/
.c-moreText--1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.c-moreText--2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.c-moreText--3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

figure figcaption {
  font-size: 12.8px;
}
figure figcaption:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  padding: 0 0.5rem;
}

.c-list-count li, .c-list-upper-alpha li, .c-list-lower-alpha li, .c-list-decimal li, .c-list-square li, .c-list-disc li {
  padding-left: -1.5em;
  margin-left: 1.5em;
}

.c-list-disc li {
  list-style-type: disc;
}

.c-list-square li {
  list-style-type: square;
}

.c-list-decimal li {
  list-style-type: decimal;
}

.c-list-lower-alpha li {
  list-style-type: lower-alpha;
}

.c-list-upper-alpha li {
  list-style-type: upper-alpha;
}

.c-list-count {
  margin-left: 1em; /* サイトに合せて調整 */
}

.c-list-count li {
  list-style-type: none;
  counter-increment: cnt;
}

.c-list-count li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.c-table--block table tr th, .c-table table tr th, .c-table--block table tr td, .c-table table tr td {
  padding: 1.5rem 1.5rem;
}
@media only screen and (max-width: 959px) {
  .c-table--block table tr th, .c-table table tr th, .c-table--block table tr td, .c-table table tr td {
    padding: 1rem 0.5rem;
  }
}
.c-table--block table tr th, .c-table table tr th {
  border-bottom: 2px solid #8cc4cc;
  width: 25%;
}
@media only screen and (max-width: 959px) {
  .c-table--block table tr th, .c-table table tr th {
    min-width: 6em;
  }
}
.c-table--block table tr td, .c-table table tr td {
  border-bottom: 1px solid #e8e3da;
}

@media only screen and (max-width: 959px) {
  .c-table--block table tr {
    display: block;
  }
  .c-table--block table tr th, .c-table--block table tr td {
    display: block;
    width: 100%;
  }
  .c-table--block table tr th {
    color: #8cc4cc;
    padding-bottom: 0;
    border-top: 1px solid #e8e3da;
    border-bottom: none;
  }
  .c-table--block table tr td {
    border-bottom: 1px solid #e8e3da;
    border-bottom: none;
  }
}
.c-table--info table {
  width: 100%;
  border-top: 2px solid #e8e3da;
  border-bottom: 2px solid #e8e3da;
}
.c-table--info table tr th,
.c-table--info table tr td {
  padding: 0.2rem 0.5rem;
  border-bottom: none;
  border-top: 2px dotted #e8e3da;
}
@media only screen and (max-width: 959px) {
  .c-table--info table tr th,
  .c-table--info table tr td {
    font-size: 0.6rem;
  }
}
.c-table--info table tr th {
  background: #f2efea;
  width: 20%;
}

.p-info__table table {
  width: 100%;
  border-top: 2px solid #e8e3da;
  border-bottom: 2px solid #e8e3da;
}
.p-info__table table tr th,
.p-info__table table tr td {
  padding: 0.2rem 0.5rem;
  border-top: 2px dotted #e8e3da;
}
@media only screen and (max-width: 959px) {
  .p-info__table table tr th,
  .p-info__table table tr td {
    font-size: 0.6rem;
  }
}
.p-info__table table tr th {
  background: #f2efea;
  width: 20%;
}

.js-slider__item {
  margin: 0 10px;
}
.js-slider__item img {
  height: 100% !important;
  width: auto !important;
}

/*----------------------------------------
  リンク
----------------------------------------*/
/*下線のみ*/
.c-link--underline {
  text-decoration: underline;
}

/*色＋下線*/
.c-link--txt {
  color: #8cc4cc;
  text-decoration: underline;
}
.c-link--txt:hover {
  text-decoration: none;
  opacity: initial;
}

/*色のみ*/
.c-link--color,
.c-link--color {
  color: #8cc4cc;
}
.c-link--color:hover,
.c-link--color:hover {
  opacity: 0.8;
}

/*ホバー時のみ色*/
.c-link--hovcolor:hover {
  color: #8cc4cc;
}

/*外部リンク*/
.c-link--exlink {
  position: relative;
}
.c-link--exlink::after {
  content: "\f35d";
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #8cc4cc;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5rem;
}

/*----------------------------------------
  Card
----------------------------------------*/
/*インタビューリストcard*/
.c-card--nomal {
  border: #e8e3da 1px solid;
  border-radius: 1vw;
  font-size: 1rem;
}
.c-card--nomal img {
  border-radius: 1vw 1vw 0 0;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card--nomal h3 {
  padding: 5px 20px;
  text-align: left;
  background-color: #4a9ca8;
  color: #fff;
}
.c-card--nomal .text {
  padding: 10px;
  text-align: left;
}

.c-card--simple img {
  border-radius: 1vw;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card--simple h3 {
  padding: 5px 20px;
}
.c-card--simple .text {
  font-size: 10px;
}

/*==================
_project.scss
====================*/
body.p-topPage {
  padding-right: 0;
  background: none;
}

.p-topPage {
  /* メインビジュアルここまで */
  /* about ここまで */
  /* flow ここまで */
  /* pickup ここまで */
  /* news ここまで */
  /* news ここまで */
}
.p-topPage__mainVisual {
  position: relative;
  background-image: url(../images/common/bg_textiles.png);
  background-attachment: fixed;
}
@media only screen and (min-width: 960px) {
  .p-topPage__mainVisual {
    height: 100vh;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__mainVisual {
    height: 80vh;
    background-size: 170%;
  }
}
.p-topPage__mainVisual__logo {
  position: absolute;
  width: 15vw;
  height: 15vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 959px) {
  .p-topPage__mainVisual__logo {
    min-width: 130px;
    min-height: 130px;
  }
}
.p-topPage__mainVisual__comingsoon--pc, .p-topPage__mainVisual__comingsoon--tab, .p-topPage__mainVisual__comingsoon--sp {
  position: absolute;
  top: 62%;
  left: 2%;
  width: 35%;
  -webkit-filter: drop-shadow(0 0 5px #a0a0a0);
          filter: drop-shadow(0 0 5px #a0a0a0);
}
@media only screen and (max-width: 959px) {
  .p-topPage__mainVisual__comingsoon--pc, .p-topPage__mainVisual__comingsoon--tab, .p-topPage__mainVisual__comingsoon--sp {
    width: 60%;
    top: 65%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
  }
}
@media only screen and (min-width: 558px) {
  .p-topPage__mainVisual__comingsoon--sp, .p-topPage__mainVisual__comingsoon--tab {
    display: none;
  }
}
@media only screen and (max-width: 557px) {
  .p-topPage__mainVisual__comingsoon--pc, .p-topPage__mainVisual__comingsoon--tab {
    display: none;
  }
}
.p-topPage__mainVisual__box {
  background: #fff;
  width: 50vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) {
  .p-topPage__mainVisual__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__mainVisual__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 40vh;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__mainVisual__box__item.text {
    position: static;
    text-align: center;
  }
}
.p-topPage__mainVisual__box__item.text h3 {
  font-size: 2.5vw;
  font-family: kinuta-maruminyoshino-stdn, serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 960px) {
  .p-topPage__mainVisual__box__item.text h3 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__mainVisual__box__item.text h3 {
    font-size: 5vw;
  }
}
.p-topPage__about__box__item--img {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url(../images/common/bg_textiles.png);
}
@media only screen and (max-width: 959px) {
  .p-topPage__about__box__item--img {
    height: 50vw;
    background-attachment: initial;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__about__box__item--text {
    padding: 30px;
  }
}
.p-topPage__about__box:nth-of-type(1) .p-topPage__about__box__item--img {
  background-image: url(../images/top/image_about01.jpg);
}
.p-topPage__about__box:nth-of-type(2) .p-topPage__about__box__item--img {
  background-image: url(../images/top/image_about02.jpg);
}
.p-topPage__about__box:nth-of-type(3) .p-topPage__about__box__item--img {
  background-image: url(../images/top/image_about03.jpg);
}
@media only screen and (min-width: 960px) {
  .p-topPage__about__box:nth-of-type(even) .p-topPage__about__box__item--text {
    padding: 40px 30px 90px 90px;
  }
  .p-topPage__about__box:nth-of-type(odd) .p-topPage__about__box__item--text {
    padding: 40px 90px 90px 30px;
  }
}
.p-topPage__flow {
  max-width: 1080px;
  margin: 0 auto 100px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__flow__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-topPage__flow__step li {
  position: relative;
}
.p-topPage__flow__step li:after {
  content: "";
  display: inline-block;
  background-image: url(../images/top/flow_allow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 14px;
  position: absolute;
  left: -10px;
  top: 50%;
}
@media only screen and (max-width: 959px) {
  .p-topPage__flow__step li:after {
    content: none;
  }
}
.p-topPage__flow__step li:first-child:after {
  content: none;
}
@media only screen and (max-width: 959px) {
  .p-topPage__flow__step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-topPage__flow__step__item__spc {
  margin: 0 20px;
}
@media only screen and (max-width: 959px) {
  .p-topPage__flow__step__item__spc {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  .p-topPage__flow__step__item__spc {
    width: 140px;
    text-align: center;
  }
}
.p-topPage__flow__step__item__spc figure img,
.p-topPage__flow__step__item__spc i img {
  width: 80px;
  margin: 20px 0;
}
.p-topPage__flow__step__item__spc figure {
  position: relative;
}
.p-topPage__flow__step__item__spc figure::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #8cc4cc;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.p-topPage__flow__step__item__spc i {
  display: inline-block;
}
.p-topPage__flow__step__item__spc h4 {
  font-size: 1rem;
}
@media only screen and (min-width: 960px) {
  .p-topPage__flow__step__item__spc h4 {
    margin: 20px 0;
  }
}
.p-topPage__flow__step__item__spc p {
  text-align: left;
  font-size: 14.4px;
}
@media only screen and (max-width: 959px) {
  .p-topPage__flow__step__item__spc:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-topPage__flow__step__item__spc:nth-child(2) {
    width: 80%;
  }
}
.p-topPage__pickup {
  text-align: center;
  position: relative;
  background: url(../images/common/image_hana.png) no-repeat right -200px bottom 0;
}
.p-topPage__pickup .l-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-topPage__pickup:before {
  content: "";
  background: url(../images/common/image_hana.png);
  background-repeat: no-repeat;
  width: 420px;
  height: 420px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -200px;
}
.p-topPage__pickup #Interview-Slide-Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 959px) {
  .p-topPage__pickup #Interview-Slide-Box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
  }
}
.p-topPage__pickup #Interview-Slide-Box a {
  position: relative;
  margin: 0.5%;
  padding: 0px 0.5%;
}
@media only screen and (min-width: 960px) {
  .p-topPage__pickup #Interview-Slide-Box a {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .p-topPage__pickup #Interview-Slide-Box a:nth-child(1), .p-topPage__pickup #Interview-Slide-Box a:nth-child(2), .p-topPage__pickup #Interview-Slide-Box a:nth-child(3) {
    display: initial;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__pickup #Interview-Slide-Box a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.p-topPage__pickup #Interview-Slide-Box a .text {
  font-size: 10px;
}
.p-topPage__pickup #Interview-Slide-Box a img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-topPage__pickup ::-webkit-scrollbar {
  display: none;
}
.p-topPage__pickup .updating {
  /*background-color: $mainColor; */
}
.p-topPage__pickup .updating--text {
  font-size: 40px;
  color: #ff9900;
}
.p-topPage__news {
  max-width: 1400px;
  margin: 0 auto;
}
.p-topPage__news .u-textCenter img {
  padding-top: 20px;
}
@media only screen and (min-width: 960px) {
  .p-topPage__news .u-textCenter img {
    padding-left: 20px;
  }
}
.p-topPage__textnews dl {
  max-width: 800px;
  margin: auto;
  display: block;
  text-align: center;
}
.p-topPage__textnews dl dt {
  margin: auto;
}
.p-topPage__floating {
  position: fixed;
  bottom: 15%;
  right: -2%;
}
@media only screen and (max-width: 959px) {
  .p-topPage__floating {
    width: 110px;
    right: -4%;
  }
}

.p-topPage {
  /* 検索部分ここまで */
}
.p-topPage__search {
  max-width: 1080px;
  margin: 60px auto;
  background: #fff;
  position: relative;
}
.p-topPage__search h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.p-topPage__search h2 i {
  color: #ff9900;
}
.p-topPage__search__box {
  padding: 60px;
  -webkit-box-shadow: 0px 0px 6px;
          box-shadow: 0px 0px 6px;
}
@media only screen and (max-width: 959px) {
  .p-topPage__search__box {
    padding: 20px;
  }
}
.p-topPage__search__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .p-topPage__search__box__item {
    display: initial;
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  .p-topPage__search__box__item i {
    display: block;
    margin: 10px auto;
  }
}
.p-topPage__search__box__item .item {
  position: relative;
}
.p-topPage__search__box__item .item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-topPage__search__box__item .item select {
  -webkit-appearance: none;
  /*Safariでinput・select要素のスタイルをリセットする*/
  -moz-appearance: none;
       appearance: none;
  /*Safariでinput・select要素のスタイルをリセットする*/
  background: #fff;
  border: 1px solid #e8e3da;
  padding: 1em;
  width: 200px;
  color: #555;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .p-topPage__search__box__item .item select {
    width: 100%;
  }
}
.p-topPage__jobList {
  background: #f2efea;
  padding: 60px 10px;
}
.p-topPage__jobList__box .js-slider__item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.p-topPage__jobList__box .js-slider__item .title {
  font-size: 1.5em;
  color: #8cc4cc;
  margin-bottom: 10px;
}
.p-topPage__jobList__box .js-slider__item .text {
  margin-bottom: 10px;
}
.p-topPage__jobList__box .js-slider__item .info {
  margin-bottom: 10px;
}
.p-topPage__jobList__box .js-slider__item .info i {
  margin-right: 0.5em;
}
.p-topPage__jobList__box .js-slider__item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-topPage__jobList__box .js-slider__item .icon li {
  border: 1px solid #8cc4cc;
  border-radius: 5px;
  color: #8cc4cc;
  padding: 0 1em;
  font-size: 10px;
  text-align: center;
  margin: 3px;
}
.p-topPage__jobList__box .js-slider .slick-dots {
  bottom: -20px;
}
.p-topPage__jobList__box .js-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topPage__jobList__box .js-slider .slick-slide {
  height: auto !important;
}

/*==================
_company.scss 
====================*/
@media only screen and (max-width: 959px) {
  .p-company .p-history h3 {
    margin: 10px 0px;
  }
}
.p-company .p-history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e8e3da;
}
.p-company .p-history dl dt, .p-company .p-history dl dd {
  padding: 1rem 1rem;
}
@media only screen and (max-width: 959px) {
  .p-company .p-history dl dt, .p-company .p-history dl dd {
    padding: 0.5rem 0.5rem;
  }
}
.p-company .p-history dl dt {
  width: 6em;
}
.p-company .p-history dl dd {
  width: 75%;
}

/*==================
_faq.scss 
====================*/
.p-faq .p-faqList {
  padding: 30px 0 0 0;
}
.p-faq .p-faqList__box {
  margin-bottom: 30px;
}
.p-faq .p-faqList__box:last-of-type {
  margin-bottom: 0;
}
.p-faq .p-faqList dt::before,
.p-faq .p-faqList dd::before {
  margin-right: 1rem;
  line-height: 1;
  font-family: kinuta-maruminyoshino-stdn, serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8em;
  color: #8cc4cc;
}
.p-faq .p-faqList dt {
  font-size: 1.2rem;
  font-weight: normal;
}
.p-faq .p-faqList dt::before {
  content: "Q";
}
.p-faq .p-faqList dd {
  padding: 20px;
  margin-top: 20px;
  border-left: 1px solid #e8e3da;
}
.p-faq .p-faqList dd::before {
  content: "A";
}

/*==================
_school.scss 
====================*/
.p-counseling .p-intro__want::after, .p-school .p-pointTit span::after {
  content: "";
  display: inline-block;
  background-image: url("../school/images/icon_point.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: -0.3em;
  left: -0.7em;
}

.p-counseling .p-outro span, .p-counseling .p-features__box span, .p-counseling .p-intro__worry span, .p-school .p-pointTit--sub span, .p-school .p-pointTit span, .p-school .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fff172));
  background: linear-gradient(transparent 70%, #fff172 60%);
}

.p-school .p-voice__comment__ini, .p-school .p-contTit {
  font-family: kinuta-maruminyoshino-stdn;
}

.p-school .p-mainVisual img {
  border-radius: initial;
}
.p-school .p-pointTit {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-school .p-pointTit {
    font-size: 1.8rem;
  }
}
.p-school .p-pointTit span {
  position: relative;
  color: #4a9ca8;
}
.p-school .p-pointTit--sub {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-school .p-pointTit--sub {
    font-size: 1rem;
    text-align: left;
    font-weight: bold;
  }
}
.p-school .p-contTit {
  text-align: center;
  margin: 100px 0;
  font-size: 2rem;
}
@media only screen and (max-width: 959px) {
  .p-school .p-contTit {
    font-size: 1.2rem;
    padding: 80px 0 60px;
    margin: initial;
  }
}
.p-school .p-contTit span {
  font-size: 1.4em;
  color: #4a9ca8;
}
.p-school .p-intro {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (max-width: 959px) {
  .p-school .p-intro {
    padding-top: 30px;
  }
}
.p-school .p-intro__img {
  padding-top: 60px;
}
@media only screen and (max-width: 959px) {
  .p-school .p-intro__img {
    padding-top: 30px;
  }
}
.p-school .p-free {
  margin: 100px auto;
  max-width: 900px;
}
.p-school .p-free__fukidashi {
  color: #4a9ca8;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .p-school .p-free__fukidashi {
    font-size: 0.9rem;
  }
}
.p-school .p-free__box {
  border: 2px solid #4a9ca8;
}
.p-school .p-free__box__blue {
  background: #4a9ca8;
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px;
}
.p-school .p-free__box__blue::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #4a9ca8;
}
.p-school .p-about__box {
  padding: 30px;
  border-radius: 20px;
}
.p-school .p-about__box h3 {
  font-size: 1.2em;
  border-bottom: 1px dashed #8cc4cc;
  margin-bottom: 1em;
}
.p-school .p-about__lastLink {
  border-top: 1px dashed #555;
  margin-top: 20px;
  padding-top: 20px;
}
.p-school .p-reason__box .num {
  width: 50px;
  margin-bottom: 10px;
}
.p-school .p-reason__box .num img {
  border-radius: initial;
}
.p-school .p-reason__box .title {
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 959px) {
  .p-school .p-reason__box .title {
    font-size: 1rem;
  }
}
.p-school .p-reason__curri .curri img {
  border-radius: initial;
}
.p-school .p-reason__curri .curri h5 {
  font-weight: bold;
  color: #4a9ca8;
}
.p-school .p-reason__curri .curri .text {
  line-height: 1.5;
}
.p-school .p-voice__comment {
  margin-bottom: 30px;
}
.p-school .p-voice__comment figure {
  max-width: 200px;
  margin: auto;
}
.p-school .p-voice__comment h3 {
  font-style: italic;
  color: #4a9ca8;
  font-size: 1.2em;
}
.p-school .p-voice__comment h3::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f086";
  color: #c1dfe4;
  font-size: 1.2em;
  margin-right: 10px;
}
.p-school .p-voice__comment__ini {
  text-align: right;
}
.p-school .p-teacher {
  max-width: 900px;
  margin: 80px auto;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
.p-school .p-teacher figure {
  max-width: 200px;
  margin: auto;
}
.p-school .p-teacher__tit {
  position: absolute;
  width: 160px;
  top: -40px;
  left: -20px;
}
.p-school .p-teacher h3 {
  font-weight: bold;
  font-size: 2rem;
}
.p-school .p-teacher h3 span {
  font-size: 0.6rem;
}
.p-school .p-faqList {
  padding: 30px 0 0 0;
}
.p-school .p-faqList__box {
  margin-bottom: 30px;
}
.p-school .p-faqList__box:last-of-type {
  margin-bottom: 0;
}
.p-school .p-faqList dt::before,
.p-school .p-faqList dd::before {
  margin-right: 1rem;
  line-height: 1;
  font-family: kinuta-maruminyoshino-stdn, serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8em;
  color: #8cc4cc;
}
.p-school .p-faqList dt {
  font-size: 1.2rem;
  font-weight: normal;
}
.p-school .p-faqList dt::before {
  content: "Q";
}
.p-school .p-faqList dd {
  padding: 20px;
  margin-top: 20px;
  border-left: 1px solid #e8e3da;
}
.p-school .p-faqList dd::before {
  content: "A";
}
.p-school .p-faqList {
  padding: 0 0 40px 0;
}

/*==================
_business.scss 
====================*/
.p-business__reason--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .p-business__reason--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-business__reason--point {
  color: #fff;
  text-align: center;
  height: 60px;
  background: #8CC4CC;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: grid;
  place-content: center;
}
.p-business__reason--box {
  width: 350px;
  margin: 20px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgb(222, 222, 222);
          box-shadow: 0 0 10px 0 rgb(222, 222, 222);
}
@media only screen and (max-width: 959px) {
  .p-business__reason--box {
    width: 100%;
  }
}
.p-business__reason--image {
  display: block;
  padding: 5px 0;
  margin: 0 auto;
}
.p-business__reason--text {
  padding: 0 15px 20px 15px;
}

.p-counseling .p-intro__want::after, .p-school .p-pointTit span::after {
  content: "";
  display: inline-block;
  background-image: url("../counseling/images/icon_point.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -1.3em;
  left: -1.7em;
}

.p-counseling .p-outro span, .p-counseling .p-features__box span, .p-counseling .p-intro__worry span, .p-school .marker, .p-school .p-pointTit span, .p-school .p-pointTit--sub span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fff172));
  background: linear-gradient(transparent 70%, #fff172 60%);
}

.p-school .p-contTit, .p-school .p-voice__comment__ini {
  font-family: kinuta-maruminyoshino-stdn;
}

.p-faqList {
  padding: 30px 0 0 0;
}

.p-faqList__box {
  margin-bottom: 30px;
}

.p-faqList__box:last-of-type {
  margin-bottom: 0;
}

.p-faqList dt::before,
.p-faqList dd::before {
  margin-right: 1rem;
  line-height: 1;
  font-family: kinuta-maruminyoshino-stdn, serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8em;
  color: #8cc4cc;
}

.p-faqList dt {
  font-size: 1.2rem;
  font-weight: normal;
}

.p-faqList dt::before {
  content: "Q";
}

.p-faqList dd {
  padding: 20px;
  margin-top: 20px;
  border-left: 1px solid #e8e3da;
}

.p-faqList dd::before {
  content: "A";
}

.p-faqList {
  padding: 0 0 40px 0;
}

.p-counseling .l-mainCont {
  font-size: 19px;
}
.p-counseling .l-mainCont h2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  font-family: kinuta-maruminyoshino-stdn;
}
.p-counseling .l-mainCont h2 span {
  position: relative;
  z-index: 2;
}
.p-counseling .l-mainCont h2::before {
  content: attr(data-en);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(74, 156, 168, 0.17);
  font-size: 80px;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .p-counseling .l-mainCont h2::before {
    font-size: 60px;
    top: -8px;
  }
}
@media only screen and (max-width: 959px) {
  .p-counseling .l-mainCont {
    font-size: 16px;
  }
}
.p-counseling .l-mainCont p + p {
  margin-top: 0;
}
.p-counseling .p-intro {
  text-align: center;
  background: #FFFBEF;
}
.p-counseling .p-intro__want {
  font-size: 1.2em;
  padding: 0.5em 1em;
  margin: 2em 0 1em 0;
  background: #FFF;
  border: solid 2px #93C3CB; /*線*/
  border-radius: 20px; /*角の丸み*/
  display: inline-block;
  text-align: left;
  padding: 1.4em;
  position: relative;
  width: 70%;
}
@media only screen and (max-width: 959px) {
  .p-counseling .p-intro__want {
    font-size: 16px;
  }
}
.p-counseling .p-intro__triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #FBF278;
  margin: 0 auto;
}
.p-counseling .p-intro__but {
  position: absolute;
  top: 50%;
  left: 50%; /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%, -50%); /*ベンダープレフィックス*/
  transform: translate(-50%, -50%); /*センター寄せの修正*/
}
@media only screen and (min-width: 960px) {
  .p-counseling .p-intro__worry img {
    position: absolute;
    bottom: 8%;
    right: 5%;
    width: 20%;
  }
}
@media only screen and (max-width: 959px) {
  .p-counseling .p-intro__worry img {
    padding-bottom: 3em;
  }
}
.p-counseling .p-intro__worry p {
  width: 55%;
  padding: 3em 0 5em 0;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .p-counseling .p-intro__worry p {
    padding-bottom: 3em;
  }
}
.p-counseling .p-intro__worry span {
  font-size: 1.4em;
}
.p-counseling .p-features__arrow {
  position: absolute;
  top: -1%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.p-counseling .p-features__title {
  font-size: 2.2em;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-counseling .p-features__title {
    font-size: 1.5em;
  }
}
.p-counseling .p-features__title span {
  color: #4a9ca8;
}
.p-counseling .p-features__smalltitle {
  font-size: 15px;
}
.p-counseling .p-features__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px 10px 40px 10px;
  -webkit-box-shadow: 0 0 10px 0 rgb(222, 222, 222);
          box-shadow: 0 0 10px 0 rgb(222, 222, 222);
  background-color: #fffffe;
  margin: 50px 0 0 0;
  height: 30%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-counseling .p-features__box img {
  border-radius: 40px 0 0 10px;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 959px) {
  .p-counseling .p-features__box img {
    width: 100%;
  }
}
.p-counseling .p-features__box span {
  font-size: 1.5em;
}
.p-counseling .p-features__box--text {
  width: 60%;
}
@media only screen and (max-width: 959px) {
  .p-counseling .p-features__box--text {
    width: 100%;
  }
}
.p-counseling .p-features__box--textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.p-counseling .p-features__box--number {
  font-size: 3em;
  color: #4a9ca8;
  font-weight: bold;
  padding-right: 5px;
}
.p-counseling .p-features__box--smalltext {
  font-size: 15px;
}
.p-counseling .p-question {
  position: relative;
  background: #FFF;
}
.p-counseling .p-question .c-wave {
  position: absolute;
  height: 61px;
  width: 100%;
  background: #FFF;
  bottom: 0;
}
.p-counseling .p-question .c-wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
  z-index: 1;
}
.p-counseling .p-question .c-wave::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 55%;
  height: 109%;
  background-color: #FFFBEF;
  right: -1.5%;
  top: 60%;
}
.p-counseling .p-outro {
  text-align: center;
  position: relative;
  background: #FFFBEF;
}
.p-counseling .p-outro__deco {
  background: url(../counseling/images/flower.png) no-repeat 16% 75%;
}
.p-counseling .p-outro__deco2 {
  background: url(../counseling/images/flower2.png) no-repeat 85% 20%;
}
.p-counseling .p-outro__text {
  padding: 150px 0;
  z-index: 3;
}
.p-counseling .p-outro .c-wave {
  position: absolute;
  height: 61px;
  width: 100%;
  background: #FFFBEF;
  bottom: 0;
}
.p-counseling .p-outro .c-wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 55%;
  height: 100%;
  background-color: #FFFBEF;
  left: -1.5%;
  top: 40%;
}
.p-counseling .p-outro .c-wave::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.p-counseling .c-button2 {
  background: #F79C21;
  margin: 0 auto;
  max-width: 70%;
  padding: 17.5px;
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  border-radius: 43px;
  font-size: 1.5em;
}
@media only screen and (max-width: 959px) {
  .p-counseling .c-button2 {
    font-size: 1.3em;
  }
}
.p-counseling .c-button2__block {
  display: block;
}
.p-counseling .c-button2:hover {
  opacity: 0.7;
}

/*==================
_search.scss 
====================*/
/*インタビュー部分はここから*/
/*.p-interview*/
.p-interview__lead {
  /*border: 2px solid $mainColor;*/
  background-color: #f6fafb;
  font-size: 1rem;
  padding: 20px;
  margin-bottom: 40px;
}
.p-interview__box p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #c1dfe4));
  background: linear-gradient(transparent 70%, #c1dfe4 70%);
}
.p-interview__box p.pickup {
  font-style: italic;
  color: #4a9ca8;
  font-size: 1.2em;
}
.p-interview__box p.pickup::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f086";
  color: #c1dfe4;
  font-size: 1.2em;
  margin-right: 10px;
}
.p-interview .c-col .c-col__item img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview .p-other {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.p-interview .p-other__icon {
  background: #4a9ca8;
  color: #fff;
  padding: 10px;
  border-radius: 2rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-lastComment {
  border-radius: 20px;
  padding: 5%;
}

.lb-dataContainer {
  margin-top: 10px !important;
}

.p-search__job div {
  position: relative;
}

.p-search__job p {
  font-size: 1.1em;
  position: absolute;
  top: 10%;
  color: white;
  background: #ee5a4d;
  padding: 0.2em 0.5em 0.2em 1.8em;
  border-radius: 0 7px 7px 0;
}
@media only screen and (max-width: 959px) {
  .p-search__job p {
    font-size: 1.4em;
  }
}

.p-search__job p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left: 0.5em; /*左端からのアイコンまでの距離*/
}

.p-search-detail__job {
  padding: 0.5em; /*文字周りの余白*/
  display: inline-block; /*おまじない*/
  line-height: 1.3; /*行高*/
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffbc57), to(#ff8ea4));
  background: linear-gradient(to right, #ffbc57, #ff8ea4);
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
}
@media only screen and (min-width: 960px) {
  .p-search-detail__job {
    font-size: 1.4em;
  }
}

.p-search-detail__job::before {
  content: "●";
  color: white;
  margin-right: 8px;
}

/*インタビュー部分はここまで*/
/*.p-jobList*/
.p-jobList__item {
  padding: 0 20px 30px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e8e3da;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item {
    padding: 0;
  }
}
.p-jobList__item__title .title {
  margin: 0px;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__title .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__title p {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__title {
    padding: 10px;
  }
}
.p-jobList__item__wrapper__post {
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-jobList__item__wrapper__post li {
  background: #8cc4cc;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  margin: 0 5px 5px 0;
}
.p-jobList__item__wrapper__img {
  float: right;
  padding: 5px;
  background: #fff;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__wrapper__img {
    float: none;
    max-width: auto;
    max-height: auto;
    margin: 0 0 10px 0;
  }
}
.p-jobList__item__wrapper__img figure img {
  width: auto;
  height: auto;
  max-width: 300px;
  vertical-align: middle;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__wrapper__img figure img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-search-detail .p-jobList__item__wrapper__img {
  float: none;
  max-width: 100%;
  max-height: 100%;
  border: none;
  margin: 0;
}
.p-search-detail .p-jobList__item__wrapper__img figure {
  background: none;
}
.p-search-detail .p-jobList__item__wrapper__img figure img {
  max-width: 100%;
  max-height: 100%;
}
.p-jobList__item__wrapper__terms__title {
  margin: 10px 0px;
}
.p-jobList__item__wrapper__terms__title .title {
  margin: 10px 0px;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__wrapper__terms__title .title {
    font-size: inherit;
  }
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__wrapper__terms__title .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}
.p-jobList__item__wrapper__terms__icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-jobList__item__wrapper__terms__icon ul li {
  border: 1px solid #4a9ca8;
  padding: 0 1rem;
  text-align: center;
  border-radius: 5px;
  color: #4a9ca8;
  margin: 0 1% 1% 0;
  font-size: 0.8rem;
}
.p-jobList__item__wrapper__pic .list {
  list-style-type: disc;
  list-style-position: inside;
}
.p-jobList__item__info {
  margin: 10px 0px;
}
.p-jobList__item__link {
  padding: 10px 20px;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__link {
    padding: 10px;
  }
}
.p-jobList__item__link .this-job-detail {
  text-align: right;
}
.p-jobList__item__link .this-job-picup {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 2rem;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__link .this-job-picup {
    font-size: 1.6rem;
  }
}
.p-jobList__item__link .this-job-picup i.fas {
  color: #8cc4cc;
}
.p-jobList__item__link .this-job-number {
  padding: 0 3px;
  font-size: 0.6rem;
  text-align: right;
}
@media only screen and (max-width: 959px) {
  .p-jobList__item__link .this-job-number {
    position: static;
    text-align: right;
  }
}
.p-jobList__item__contact {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.p-jobList__item__contact .mail,
.p-jobList__item__contact .tel {
  width: 40%;
  margin: 0 1%;
  border-radius: 10px;
  border: 1px solid #8cc4cc;
  text-align: center;
}
.p-jobList__item__contact .mail a,
.p-jobList__item__contact .tel a {
  display: block;
  padding: 10px;
}
.p-jobList__item__contact .mail {
  background: #8cc4cc;
}
.p-jobList__item__contact .tel {
  background: #fff;
}
.p-jobList__item__contact .tel span {
  display: block;
}
.p-jobList__item__contact .tel span:nth-child(2) {
  font-size: 2rem;
}

/*.p-jobList*/
.p-search__box {
  padding: 20px;
  border: 1px solid #e8e3da;
  background: #fff;
}
.p-search__box__title {
  padding: 10px;
}
.p-search__box__title h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-search__box__title h3 i {
  color: #8cc4cc;
}
@media only screen and (max-width: 959px) {
  .p-search__box__title h3 {
    font-size: 1.4rem;
  }
}
.p-search__box__title p {
  font-size: 0.8rem;
}
.p-search__box__title .count {
  color: #8cc4cc;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0.2em;
}
.p-search__box__wrapper__result h3 {
  background: #f2efea;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
  font-size: 0.8rem;
}
.p-search__box__wrapper__result__item {
  padding: 10px;
}
.p-search__box__wrapper__result__item .Name {
  white-space: nowrap;
  overflow-x: scroll;
}
.p-search__box__wrapper__result__item .Name::-webkit-scrollbar {
  background-color: #fff;
  height: 0px;
}
.p-search__box__wrapper__result__item .Name::-webkit-scrollbar-track {
  border-radius: 0px;
}
.p-search__box__wrapper__result__item .Name::-webkit-scrollbar-thumb {
  background-color: #d3e8eb;
  border-radius: 10px;
}
.p-search__box__wrapper__result__item .changeLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-search__box__wrapper__result__item .kodawariIcon {
  font-weight: bold;
  color: #4a9ca8;
  font-size: 0.8rem;
}
.p-search__box__link {
  padding: 10px;
}

/*求人検索ポップアップウィンドウ p-search-popwin*/
.p-search-popwin {
  padding: 0 !important;
}
@media only screen and (max-width: 959px) {
  .p-search-popwin .p-search__box {
    padding: 0;
  }
}
.p-search-popwin .p-search__box__wrapper__result__item h4 {
  border-bottom: 1px dashed #8cc4cc;
  padding-bottom: 0.5em;
  margin: 1em 0;
  font-weight: bold;
}
.p-search-popwin .p-search__box__wrapper__result__item label [type=checkbox] {
  margin: 0 5px 0 0;
}
.p-search-popwin .p-search__box__wrapper__result__item__box {
  margin: 1em 1em 50px 1em;
}
@media only screen and (max-width: 959px) {
  .p-search-popwin .p-search__box__wrapper__result__item__box {
    margin: 0;
  }
}
.p-search-popwin .p-search__box__wrapper__result__item__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em;
}
.p-search-popwin .p-search__box__wrapper__result__item__box ul li {
  width: 25%;
}
@media only screen and (max-width: 959px) {
  .p-search-popwin .p-search__box__wrapper__result__item__box ul li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  .p-search-popwin .p-search__box__wrapper__result__item__box ul li {
    width: 50%;
  }
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  max-width: 1200px !important;
  height: 100% !important;
}

.lity-iframe-container,
.lity-content {
  height: 100% !important;
}

.lity-close {
  right: 50px !important;
}
@media only screen and (max-width: 959px) {
  .lity-close {
    right: 20px !important;
    color: #555 !important;
    text-shadow: none !important;
  }
}

@media only screen and (max-width: 959px) {
  .u-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 960px) {
  .u-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-sp {
    display: block !important;
  }
}

/*テキスト系*/
.u-textRight {
  text-align: right !important;
}
@media only screen and (min-width: 960px) {
  .u-textRight--pc {
    text-align: right !important;
  }
}
@media only screen and (min-width: 960px) {
  .u-textRight--sp {
    text-align: right !important;
  }
}

.u-textLeft {
  text-align: left !important;
}
@media only screen and (min-width: 960px) {
  .u-textLeft--pc {
    text-align: left !important;
  }
}
@media only screen and (min-width: 960px) {
  .u-textLeft--sp {
    text-align: left !important;
  }
}

.u-textCenter {
  text-align: center !important;
}
@media only screen and (min-width: 960px) {
  .u-textCenter--pc {
    text-align: center !important;
  }
}
@media only screen and (min-width: 960px) {
  .u-textCenter--sp {
    text-align: center !important;
  }
}

.u-textLarge {
  font-size: 1.4rem !important;
}
.u-textLarge__counseling {
  font-size: 1.8em !important;
}

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

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

.u-textRed {
  color: red !important;
}

.u-textMain {
  color: #8cc4cc !important;
}

.u-textSub {
  color: #ff9900 !important;
}

.u-textLink {
  color: #ff9900 !important;
  text-decoration: underline !important;
}

.u-block {
  display: block;
}

.u-ft-gothic {
  font-family: "Noto Sans JP", sans-serif, "源ノ角ゴシック Regular", "源ノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.u-ft-mincho {
  font-family: kinuta-maruminyoshino-stdn, serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*position*/
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}
.u-absolute__br {
  bottom: 0 !important;
  right: 0 !important;
}

/*装飾*/
.u-bgBox--gray400 {
  background-color: #a3a3a3 !important;
}
.u-bgBox--gray300 {
  background-color: #d1d1d1 !important;
}
.u-bgBox--light {
  background-color: #f2efea !important;
}
.u-bgBox--fff {
  background-color: #fff;
}

.u-border {
  border: 1px solid #e8e3da !important;
}

.u-borderTop {
  border-top: 1px solid #e8e3da !important;
}

.u-borderBottom {
  border-bottom: 1px solid #e8e3da !important;
}

.u-borderradiusNone {
  border-radius: initial;
}

/*flex*/
.u-align--center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.u-align--end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

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

/*レイアウト*/
.u-width100 {
  width: 100%;
}

.u-width80 {
  width: 80%;
}

.u-width50 {
  width: 50%;
}

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

/*余白*/
.u-mt0 {
  margin-top: 0 !important;
}
@media only screen and (min-width: 960px) {
  .u-mt0--pc {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt10--pc {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt10--sp {
    margin-top: 10px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt20--pc {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt20--sp {
    margin-top: 20px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt30--pc {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt30--sp {
    margin-top: 30px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt40--pc {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt40--sp {
    margin-top: 40px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt50--pc {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt50--sp {
    margin-top: 50px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt60--pc {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt60--sp {
    margin-top: 60px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt70--pc {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt70--sp {
    margin-top: 70px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt80--pc {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt80--sp {
    margin-top: 80px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt90--pc {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt90--sp {
    margin-top: 90px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-mt100--pc {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mt100--sp {
    margin-top: 100px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 960px) {
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}

.u-ml0 {
  margin-left: 0 !important;
}
@media only screen and (min-width: 960px) {
  .u-ml0--pc {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml0--sp {
    margin-left: 0 !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml10--pc {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml10--sp {
    margin-left: 10px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml20--pc {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml20--sp {
    margin-left: 20px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml30--pc {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml30--sp {
    margin-left: 30px !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml40--pc {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml40--sp {
    margin-left: 40px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml50--pc {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml50--sp {
    margin-left: 50px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml60--pc {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml60--sp {
    margin-left: 60px !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml70--pc {
    margin-left: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml70--sp {
    margin-left: 70px !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml80--pc {
    margin-left: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml80--sp {
    margin-left: 80px !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml90--pc {
    margin-left: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml90--sp {
    margin-left: 90px !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-ml100--pc {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-ml100--sp {
    margin-left: 100px !important;
  }
}

.u-mr0 {
  margin-right: 0 !important;
}
@media only screen and (min-width: 960px) {
  .u-mr0--pc {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr0--sp {
    margin-right: 0 !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr10--pc {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr10--sp {
    margin-right: 10px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr20--pc {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr20--sp {
    margin-right: 20px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr40--pc {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr40--sp {
    margin-right: 40px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr50--pc {
    margin-right: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr50--sp {
    margin-right: 50px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr60--pc {
    margin-right: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr60--sp {
    margin-right: 60px !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr70--pc {
    margin-right: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr70--sp {
    margin-right: 70px !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr80--pc {
    margin-right: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr80--sp {
    margin-right: 80px !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr90--pc {
    margin-right: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr90--sp {
    margin-right: 90px !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-mr100--pc {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-mr100--sp {
    margin-right: 100px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt10--pc {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt10--sp {
    padding-top: 10px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt20--pc {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt20--sp {
    padding-top: 20px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt30--pc {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt30--sp {
    padding-top: 30px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt40--sp {
    padding-top: 40px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt50--pc {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt50--sp {
    padding-top: 50px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt60--pc {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt60--sp {
    padding-top: 60px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt70--pc {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt70--sp {
    padding-top: 70px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt80--sp {
    padding-top: 80px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt90--pc {
    padding-top: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt90--sp {
    padding-top: 90px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-pt100--pc {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pt100--sp {
    padding-top: 100px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl10--sp {
    padding-left: 10px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl20--sp {
    padding-left: 20px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl30--pc {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl30--sp {
    padding-left: 30px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl40--sp {
    padding-left: 40px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl50--pc {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl50--sp {
    padding-left: 50px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl60--pc {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl60--sp {
    padding-left: 60px !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl70--pc {
    padding-left: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl70--sp {
    padding-left: 70px !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl80--pc {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl80--sp {
    padding-left: 80px !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl90--pc {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl90--sp {
    padding-left: 90px !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pl100--sp {
    padding-left: 100px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr10--pc {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr10--sp {
    padding-right: 10px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr20--sp {
    padding-right: 20px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr40--sp {
    padding-right: 40px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr50--pc {
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr50--sp {
    padding-right: 50px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr60--pc {
    padding-right: 60px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr60--sp {
    padding-right: 60px !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr70--pc {
    padding-right: 70px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr70--sp {
    padding-right: 70px !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr80--pc {
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr80--sp {
    padding-right: 80px !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr90--pc {
    padding-right: 90px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr90--sp {
    padding-right: 90px !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}
@media only screen and (min-width: 960px) {
  .u-pr100--pc {
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 959px) {
  .u-pr100--sp {
    padding-right: 100px !important;
  }
}/*# sourceMappingURL=app.css.map */