@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
@import url("//use.fontawesome.com/releases/v5.2.0/css/all.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/*====================================*\

    Base settings

\*====================================*/
/*====================================*\

    Base settings

\*====================================*/
/**
 * HTML body settings
 */
body {
  position: relative;
  min-width: 320px;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", Roboto, "Droid Sans", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif, Helvetica, "Font Awesome 5 Free";
  font-size: 4.26667vw;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  body {
    min-width: 1280px;
    font-size: 16px;
  }
}

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

body main {
  min-height: 101.33333vw;
}

@media screen and (min-width: 751px) {
  body main {
    min-height: 430px;
  }
}

/**
 * Link settings
 */
a {
  color: #000;
  text-decoration: none;
}

/**
 * List settings
 */
ul {
  list-style: none;
}

/**
 * Table settings
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Image settings
 */
img {
  width: 100%;
  vertical-align: middle;
}

/**
 * i settings
 */
i {
  font-style: normal;
}

/**
 * address settings
 */
address {
  font-style: normal;
}

/**
 * form settings
 */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*====================================*\

    Utility settings

\*====================================*/
/*------------------------------------*\
    Base html settings
\*------------------------------------*/
/*--  List settings  --*/
.u-ul, .u-ol {
  list-style: none;
}

.u-ul-fit, .u-ol-fit {
  margin-left: -6.4vw;
}

@media screen and (min-width: 751px) {
  .u-ul-fit, .u-ol-fit {
    margin-left: -1.5rem;
  }
}

.u-ul-disc, .u-ol-disc {
  list-style-type: disc;
}

.u-ul-disc > li, .u-ol-disc > li {
  margin-left: 6.4vw;
}

@media screen and (min-width: 751px) {
  .u-ul-disc > li, .u-ol-disc > li {
    margin-left: 1.5rem;
  }
}

.u-ul-decimal > li, .u-ol-decimal > li {
  margin-left: 6.4vw;
  list-style-type: decimal;
}

@media screen and (min-width: 751px) {
  .u-ul-decimal > li, .u-ol-decimal > li {
    margin-left: 1.5rem;
  }
}

.u-ul-square > li, .u-ol-square > li {
  margin-left: 6.4vw;
  list-style-type: square;
}

@media screen and (min-width: 751px) {
  .u-ul-square > li, .u-ol-square > li {
    margin-left: 1.5rem;
  }
}

.u-ul-asta > li, .u-ol-asta > li {
  position: relative;
  padding-left: 6.4vw;
}

@media screen and (min-width: 751px) {
  .u-ul-asta > li, .u-ol-asta > li {
    padding-left: 1.5rem;
  }
}

.u-ul-asta > li::before, .u-ol-asta > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.u-ul > li + li, .u-ol > li + li {
  margin-top: 6.4vw;
}

@media screen and (min-width: 751px) {
  .u-ul > li + li, .u-ol > li + li {
    margin-top: 16px;
  }
}

.u-dl > dt {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .u-dl > dt {
    margin-bottom: 1rem;
  }
}

.u-dl > dd + dd {
  margin-top: 2.13333vw;
}

@media screen and (min-width: 751px) {
  .u-dl > dd + dd {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 751px) {
  .u-text-pc-left {
    text-align: left;
  }
  .u-text-pc-center {
    text-align: center;
  }
  .u-text-pc-right {
    text-align: right;
  }
}

@media screen and (max-width: 751px) {
  .u-text-sp-left {
    text-align: left;
  }
  .u-text-sp-center {
    text-align: center;
  }
  .u-text-sp-right {
    text-align: right;
  }
}
.u-text-font-bold{
	font-weight: bold;
}


/*------------------------------------*\
    Link settings
\*------------------------------------*/
/*--  Link settings  --*/
.u-link {
  text-decoration: none;
}

.u-link:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.u-link:hover i, .u-link:hover i::before, .u-link:hover i::after {
  text-decoration: none;
}

.u-link-underline {
  text-decoration: underline;
}

.u-link-underline:hover {
  text-decoration: none;
  opacity: 0.6;
}

a[target="_blank"]:after {
  content: "\f35d";
  padding-left: 5px;
  font-weight: 600;
}

a[href^="https://js01.jposting.net/cybird/"]:after,
a[href^="https://get.adobe.com/"]:after,
a[href^="https://job.mynavi.jp/"]:after,
a[href^="https://www.facebook.com/"]:after,
a[href^="https://qiita.com/"]:after,
a[href$=".pdf"]:after,
a[href$=".jpg"]:after,
a[href$=".gif"]:after,
a[href$=".png"]:after {
  display: none;
}

/*------------------------------------*\
    Glid settings
\*------------------------------------*/
/**
 * All device grid settings
 */
/*--  All device grid container settings  --*/
.u-grid {
  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;
}

.u-grid-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-grid-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-grid-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-grid-equal {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-grid-vertical-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-grid-vertical-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-grid-vertical-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/*--  All device grid item settings  --*/
.u-grid-col1 {
  -ms-flex-preferred-size: calc(8.33333% - 12px);
      flex-basis: calc(8.33333% - 12px);
}

.u-grid-col2 {
  -ms-flex-preferred-size: calc(16.66667% - 12px);
      flex-basis: calc(16.66667% - 12px);
}

.u-grid-col3 {
  -ms-flex-preferred-size: calc(25% - 12px);
      flex-basis: calc(25% - 12px);
}

.u-grid-col4 {
  -ms-flex-preferred-size: calc(33.33333% - 12px);
      flex-basis: calc(33.33333% - 12px);
}

.u-grid-col5 {
  -ms-flex-preferred-size: calc(41.66667% - 12px);
      flex-basis: calc(41.66667% - 12px);
}

.u-grid-col6 {
  -ms-flex-preferred-size: calc(50% - 12px);
      flex-basis: calc(50% - 12px);
}

.u-grid-col7 {
  -ms-flex-preferred-size: calc(58.33333% - 12px);
      flex-basis: calc(58.33333% - 12px);
}

.u-grid-col8 {
  -ms-flex-preferred-size: calc(66.66667% - 12px);
      flex-basis: calc(66.66667% - 12px);
}

.u-grid-col9 {
  -ms-flex-preferred-size: calc(75% - 12px);
      flex-basis: calc(75% - 12px);
}

.u-grid-col10 {
  -ms-flex-preferred-size: calc(83.33333% - 12px);
      flex-basis: calc(83.33333% - 12px);
}

.u-grid-col11 {
  -ms-flex-preferred-size: calc(91.66667% - 12px);
      flex-basis: calc(91.66667% - 12px);
}

.u-grid-col12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/**
 * PC Grid settings
 */
/*--  PC grid container settings  --*/
@media screen and (min-width: 751px) {
  .u-grid-pc-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .u-grid-pc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-grid-pc-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .u-grid-pc-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .u-grid-pc-equal {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .u-grid-pc-vertical-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .u-grid-pc-vertical-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-grid-pc-vertical-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*--  PC Grid item settings  --*/
@media screen and (min-width: 751px) {
  .u-grid-pc-col1 {
    -ms-flex-preferred-size: calc(8.33333% - 12px);
        flex-basis: calc(8.33333% - 12px);
  }
  .u-grid-pc-col2 {
    -ms-flex-preferred-size: calc(16.66667% - 12px);
        flex-basis: calc(16.66667% - 12px);
  }
  .u-grid-pc-col3 {
    -ms-flex-preferred-size: calc(25% - 12px);
        flex-basis: calc(25% - 12px);
  }
  .u-grid-pc-col4 {
    -ms-flex-preferred-size: calc(33.33333% - 12px);
        flex-basis: calc(33.33333% - 12px);
  }
  .u-grid-pc-col5 {
    -ms-flex-preferred-size: calc(41.66667% - 12px);
        flex-basis: calc(41.66667% - 12px);
  }
  .u-grid-pc-col6 {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
  .u-grid-pc-col7 {
    -ms-flex-preferred-size: calc(58.33333% - 12px);
        flex-basis: calc(58.33333% - 12px);
  }
  .u-grid-pc-col8 {
    -ms-flex-preferred-size: calc(66.66667% - 12px);
        flex-basis: calc(66.66667% - 12px);
  }
  .u-grid-pc-col9 {
    -ms-flex-preferred-size: calc(75% - 12px);
        flex-basis: calc(75% - 12px);
  }
  .u-grid-pc-col10 {
    -ms-flex-preferred-size: calc(83.33333% - 12px);
        flex-basis: calc(83.33333% - 12px);
  }
  .u-grid-pc-col11 {
    -ms-flex-preferred-size: calc(91.66667% - 12px);
        flex-basis: calc(91.66667% - 12px);
  }
  .u-grid-pc-col12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/**
 * SP Grid settings
 */
/*--  SP Grid container settings  --*/
@media screen and (max-width: 751px) {
  .u-grid-sp-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .u-grid-sp-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-grid-sp-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .u-grid-sp-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .u-grid-sp-equal {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .u-grid-sp-vertical-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .u-grid-sp-vertical-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-grid-sp-vertical-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*--  SP Grid item settings  --*/
@media screen and (max-width: 751px) {
  .u-grid-sp-col1 {
    -ms-flex-preferred-size: calc(8.33333% - 3.2vw);
        flex-basis: calc(8.33333% - 3.2vw);
  }
  .u-grid-sp-col2 {
    -ms-flex-preferred-size: calc(16.66667% - 3.2vw);
        flex-basis: calc(16.66667% - 3.2vw);
  }
  .u-grid-sp-col3 {
    -ms-flex-preferred-size: calc(25% - 3.2vw);
        flex-basis: calc(25% - 3.2vw);
  }
  .u-grid-sp-col4 {
    -ms-flex-preferred-size: calc(33.33333% - 3.2vw);
        flex-basis: calc(33.33333% - 3.2vw);
  }
  .u-grid-sp-col5 {
    -ms-flex-preferred-size: calc(41.66667% - 3.2vw);
        flex-basis: calc(41.66667% - 3.2vw);
  }
  .u-grid-sp-col6 {
    -ms-flex-preferred-size: calc(50% - 3.2vw);
        flex-basis: calc(50% - 3.2vw);
  }
  .u-grid-sp-col7 {
    -ms-flex-preferred-size: calc(58.33333% - 3.2vw);
        flex-basis: calc(58.33333% - 3.2vw);
  }
  .u-grid-sp-col8 {
    -ms-flex-preferred-size: calc(66.66667% - 3.2vw);
        flex-basis: calc(66.66667% - 3.2vw);
  }
  .u-grid-sp-col9 {
    -ms-flex-preferred-size: calc(75% - 3.2vw);
        flex-basis: calc(75% - 3.2vw);
  }
  .u-grid-sp-col10 {
    -ms-flex-preferred-size: calc(83.33333% - 3.2vw);
        flex-basis: calc(83.33333% - 3.2vw);
  }
  .u-grid-sp-col11 {
    -ms-flex-preferred-size: calc(91.66667% - 3.2vw);
        flex-basis: calc(91.66667% - 3.2vw);
  }
  .u-grid-sp-col12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/**
 * PC Button grid settings
 */
/*--  PC Button glid item settings  --*/
@media screen and (min-width: 751px) {
  .u-grid-btn-pc-col1 {
    -ms-flex-preferred-size: calc(8.33333% - 21px);
        flex-basis: calc(8.33333% - 21px);
  }
  .u-grid-btn-pc-col2 {
    -ms-flex-preferred-size: calc(16.66667% - 21px);
        flex-basis: calc(16.66667% - 21px);
  }
  .u-grid-btn-pc-col3 {
    -ms-flex-preferred-size: calc(25% - 21px);
        flex-basis: calc(25% - 21px);
  }
  .u-grid-btn-pc-col4 {
    -ms-flex-preferred-size: calc(33.33333% - 21px);
        flex-basis: calc(33.33333% - 21px);
  }
  .u-grid-btn-pc-col5 {
    -ms-flex-preferred-size: calc(41.66667% - 21px);
        flex-basis: calc(41.66667% - 21px);
  }
  .u-grid-btn-pc-col6 {
    -ms-flex-preferred-size: calc(50% - 21px);
        flex-basis: calc(50% - 21px);
  }
  .u-grid-btn-pc-col7 {
    -ms-flex-preferred-size: calc(58.33333% - 21px);
        flex-basis: calc(58.33333% - 21px);
  }
  .u-grid-btn-pc-col8 {
    -ms-flex-preferred-size: calc(66.66667% - 21px);
        flex-basis: calc(66.66667% - 21px);
  }
  .u-grid-btn-pc-col9 {
    -ms-flex-preferred-size: calc(75% - 21px);
        flex-basis: calc(75% - 21px);
  }
  .u-grid-btn-pc-col10 {
    -ms-flex-preferred-size: calc(83.33333% - 21px);
        flex-basis: calc(83.33333% - 21px);
  }
  .u-grid-btn-pc-col11 {
    -ms-flex-preferred-size: calc(91.66667% - 21px);
        flex-basis: calc(91.66667% - 21px);
  }
  .u-grid-btn-pc-col12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*--  SP Button glid item settings  --*/
@media screen and (max-width: 751px) {
  .u-grid-btn-sp-col1 {
    -ms-flex-preferred-size: calc(8.33333% - 3.2vw);
        flex-basis: calc(8.33333% - 3.2vw);
  }
  .u-grid-btn-sp-col2 {
    -ms-flex-preferred-size: calc(16.66667% - 3.2vw);
        flex-basis: calc(16.66667% - 3.2vw);
  }
  .u-grid-btn-sp-col3 {
    -ms-flex-preferred-size: calc(25% - 3.2vw);
        flex-basis: calc(25% - 3.2vw);
  }
  .u-grid-btn-sp-col4 {
    -ms-flex-preferred-size: calc(33.33333% - 3.2vw);
        flex-basis: calc(33.33333% - 3.2vw);
  }
  .u-grid-btn-sp-col5 {
    -ms-flex-preferred-size: calc(41.66667% - 3.2vw);
        flex-basis: calc(41.66667% - 3.2vw);
  }
  .u-grid-btn-sp-col6 {
    -ms-flex-preferred-size: calc(50% - 3.2vw);
        flex-basis: calc(50% - 3.2vw);
  }
  .u-grid-btn-sp-col7 {
    -ms-flex-preferred-size: calc(58.33333% - 3.2vw);
        flex-basis: calc(58.33333% - 3.2vw);
  }
  .u-grid-btn-sp-col8 {
    -ms-flex-preferred-size: calc(66.66667% - 3.2vw);
        flex-basis: calc(66.66667% - 3.2vw);
  }
  .u-grid-btn-sp-col9 {
    -ms-flex-preferred-size: calc(75% - 3.2vw);
        flex-basis: calc(75% - 3.2vw);
  }
  .u-grid-btn-sp-col10 {
    -ms-flex-preferred-size: calc(83.33333% - 3.2vw);
        flex-basis: calc(83.33333% - 3.2vw);
  }
  .u-grid-btn-sp-col11 {
    -ms-flex-preferred-size: calc(91.66667% - 3.2vw);
        flex-basis: calc(91.66667% - 3.2vw);
  }
  .u-grid-btn-sp-col12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*------------------------------------*\
    Horizontal settings
\*------------------------------------*/
.u-horizontal {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-horizontal + .u-horizontal {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .u-horizontal + .u-horizontal {
    margin-top: 10px;
  }
}

.u-horizontal-primary > *:first-child {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

@media screen and (min-width: 751px) {
  .u-horizontal-primary > *:first-child {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
}

.u-horizontal-primary > *:last-child {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}

@media screen and (min-width: 751px) {
  .u-horizontal-primary > *:last-child {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}

.u-horizontal-primary li + li {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .u-horizontal-primary li + li {
    margin-top: 10px;
  }
}

/*------------------------------------*\
    Float settings
\*------------------------------------*/
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-float-clear {
  clear: both;
}

.u-float-left.u-float-col1 {
  width: 8.33333%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col2 {
  width: 16.66667%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col3 {
  width: 25%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col4 {
  width: 33.33333%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col5 {
  width: 41.66667%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col6 {
  width: 50%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col7 {
  width: 58.33333%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col8 {
  width: 66.66667%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col9 {
  width: 75%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col10 {
  width: 83.33333%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col11 {
  width: 91.66667%;
  margin-right: 24px;
  margin-bottom: 12px !important;
}

.u-float-left.u-float-col12 {
  width: 100%;
  margin-bottom: 12px !important;
}

.u-float-right.u-float-col1 {
  width: 8.33333%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col2 {
  width: 16.66667%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col3 {
  width: 25%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col4 {
  width: 33.33333%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col5 {
  width: 41.66667%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col6 {
  width: 50%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col7 {
  width: 58.33333%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col8 {
  width: 66.66667%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col9 {
  width: 75%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col10 {
  width: 83.33333%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col11 {
  width: 91.66667%;
  margin-bottom: 12px !important;
  margin-left: 24px;
}

.u-float-right.u-float-col12 {
  width: 100%;
  margin-bottom: 12px !important;
}

/*------------------------------------*\
    Clear fix settings
\*------------------------------------*/
.u-cf {
  *zoom: 1;
}

.u-cf::before, .u-cf::after {
  display: table;
  content: "";
}

.u-cf::after {
  clear: both;
}

/*------------------------------------*\
    Display settings
\*------------------------------------*/
.u-display-block {
  display: block;
}

.u-display-inline_block {
  display: inline-block;
}

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

@media screen and (max-width: 751px) {
  .u-display-none-sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .u-display-none-pc {
    display: none !important;
  }
}

/*------------------------------------*\
    Fade settings
\*------------------------------------*/
@-webkit-keyframes u-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes u-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes u-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes u-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*------------------------------------*\
    Border settings
\*------------------------------------*/
.u-border {
  position: relative;
  border-color: #f00;
  border-style: solid;
}

.u-border-all {
  border-width: 0.8vw;
}

@media screen and (min-width: 751px) {
  .u-border-all {
    border-width: 3px;
  }
}

.u-border-top {
  border-top-width: 0.8vw;
}

@media screen and (min-width: 751px) {
  .u-border-top {
    border-top-width: 3px;
  }
}

.u-border-right {
  border-right-width: 0.8vw;
}

@media screen and (min-width: 751px) {
  .u-border-right {
    border-right-width: 3px;
  }
}

.u-border-bottom {
  border-bottom-width: 0.8vw;
}

@media screen and (min-width: 751px) {
  .u-border-bottom {
    border-bottom-width: 3px;
  }
}

.u-border-left {
  border-left-width: 0.8vw;
}

@media screen and (min-width: 751px) {
  .u-border-left {
    border-left-width: 3px;
  }
}

.u-border-fixed::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 48vw;
  content: "";
  border-bottom: calc(3px / 1.5) solid #f00;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 751px) {
  .u-border-fixed::after {
    width: 200px;
    border-bottom: calc(3px / 1.5) solid #f00;
  }
}

.u-border-mult-access-line {
  border-bottom: 1px dotted #ccc;
}

/*------------------------------------*\
    Font style settings
\*------------------------------------*/
.u-font-bold {
  font-weight: bold !important;
}

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

.u-font-italic {
  font-style: italic !important;
}

/*------------------------------------*\
    Table settings
\*------------------------------------*/
.u-table {
  width: 100%;
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .u-table {
    line-height: 2;
  }
}

.u-table-main {
  border-spacing: 0;
  border-collapse: separate;
}

.u-table-main tr th {
  width: 20vw;
  padding: 4.26667vw 0 4.26667vw 4.26667vw;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-color: #e7e7e7;
}

@media screen and (max-width: 751px) {
  .u-table-main tr th {
    display: inline-block;
    width: 100%;
    border: 1px dotted #ccc;
    border-width: 1px 0 1px 0;
  }
}

@media screen and (min-width: 751px) {
  .u-table-main tr th {
    width: 20%;
    padding: 36px 0 36px 36px;
    border-top: 1px dotted #ccc;
  }
}

.u-table-main tr td {
  padding: 4.26667vw;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 751px) {
  .u-table-main tr td {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .u-table-main tr td {
    padding: 36px;
    border-top: 1px dotted #ccc;
  }
}

@media screen and (min-width: 751px) {
  .u-table-main tr:nth-child(2n) th {
    background-color: #f7f7f7;
  }
}

/*------------------------------------*\
    Toggle settings
\*------------------------------------*/
.u-toggle-btn {
  cursor: pointer;
}

.u-toggle-container {
  display: none;
}

/*====================================*\

    Layout settings

\*====================================*/
.l-wrapper {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .l-wrapper {
    width: 1280px;
    margin: auto;
  }
}

@media screen and (min-width: 751px) {
  .l-wrapper-full {
    width: 100%;
    margin: auto;
  }
}

.l-wrapper-page_top {
  padding-top: 12.53333vw;
}

@media screen and (min-width: 751px) {
  .l-wrapper-page_top {
    padding-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .l-wrapper-page_top.lang-disable {
    border-top: solid 32px #000;
  }
}

@media screen and (min-width: 751px) {
  .l-container {
    width: 1080px;
    padding: 0;
    margin: auto;
  }
}

.l-contents {
  padding: 0 4.8vw 0;
}

@media screen and (min-width: 751px) {
  .l-contents {
    padding: 0;
  }
}

/*====================================*\

    Module settings

\*====================================*/
/*------------------------------------*\
    Header settings
\*------------------------------------*/
@media screen and (max-width: 751px) {
  .js-gnav-container-sp.m-header-gnav {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

@media screen and (max-width: 751px) {
  .m-header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
  .m-header-container .bg {
    background: #fff;
    width: 100%;
  }
}

.m-header-gnav-closer {
  position: absolute;
  top: 1.06667vw;
  right: 3.2vw;
  z-index: 10;
  width: 8vw;
  height: 10.66667vw;
  font-size: 3.2vw;
}

.m-header-gnav-closer a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.33333vw;
  text-align: center;
}

.m-header-gnav-closer a::after {
  position: absolute;
  bottom: 15%;
  left: 50%;
  display: block;
  font-size: 1.86667vw;
  content: attr(data-toggle-text);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*------------------------------------*\
    Footer map settings
\*------------------------------------*/
.m-footer-wrapper {
  margin-top: 8.53333vw;
  background-color: #000;
}

@media screen and (min-width: 751px) {
  .m-footer-wrapper {
    width: 100%;
    margin-top: 90px;
  }
}

.m-footer-container {
  padding: 5.33333vw 9.6vw;
}

@media screen and (min-width: 751px) {
  .m-footer-container {
    padding: 20px 0;
  }
}

.m-footer-container * {
  color: #fff;
}

.m-footer-menu {
  line-height: 1.4;
}

@media screen and (min-width: 751px) {
  .m-footer-menu {
    width: 800px;
    margin: auto;
  }
}

@media screen and (min-width: 751px) {
  .m-footer-menu a {
    display: block;
    padding: 14px 0;
    font-size: 0.75rem;
  }
}

.m-footer-menu a:hover {
  text-decoration: underline;
}

.m-footer-menu a:hover .fab {
  text-decoration: underline;
}

.m-footer-menu-item {
  margin-bottom: 4.26667vw;
}

@media screen and (max-width: 751px) {
  .m-footer-menu-item {
    -ms-flex-preferred-size: calc(50%) !important;
        flex-basis: calc(50%) !important;
  }
}

@media screen and (min-width: 751px) {
  .m-footer-menu-item {
    margin-bottom: 0;
  }
}

.m-footer-logo {
  text-align: center;
}

.m-footer-logo p {
  margin: auto;
}

/*------------------------------------*\
    Breadcrumb settings
\*------------------------------------*/
.m-breadcrumb-wrapper {
  background-color: #ccc;
}

.m-breadcrumb-container {
  padding: 2.13333vw 0 1.6vw 1.6vw;
}

@media screen and (min-width: 751px) {
  .m-breadcrumb-container {
    padding: 8px 0 7px;
  }
}

.m-breadcrumb-item {
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .m-breadcrumb-item {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 751px) {
  .m-breadcrumb-item a {
    display: block;
    font-size: 0.875rem;
  }
}

.m-breadcrumb-item a:hover {
  text-decoration: underline;
}

.m-breadcrumb-item a::after {
  display: inline-block;
  padding: 0 8px;
  content: ">";
}

.m-breadcrumb-item:last-child a::after {
  display: none;
}

/*------------------------------------*\
    Site map settings
\*------------------------------------*/
.m-site_map-wrapper {
  padding: 32px 90px 32px 32px;
  margin-top: 90px;
}

.m-site_map-title {
  margin-bottom: 16px;
  font-weight: bold;
}

.m-site_map-title a:hover {
  text-decoration: underline;
}

.m-site_map-item {
  padding-left: 30px;
}

.m-site_map-item ul + ul {
  margin-left: 18px;
}

.m-site_map-item li {
  margin-bottom: 8px;
}

.m-site_map-item li:last-child {
  margin-bottom: 0;
}

.m-site_map-item a {
  font-size: 0.75rem;
}

.m-site_map-item a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    Global navigation settings
\*------------------------------------*/
.m-gnav-item {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 751px) {
  .m-gnav-item {
    color: inherit;
    background-color: #fff;
    border: none;
  }
}

.m-gnav-item > a {
  display: block;
  padding: 4.26667vw;
  font-size: 4.26667vw;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .m-gnav-item > a {
    padding: 22px 20px;
    font-size: 1rem;
    font-weight: normal;
    color: inherit;
  }
}

@media screen and (min-width: 751px) {
  .m-gnav-item > a:hover {
    opacity: 0.6;
  }
}

/*------------------------------------*\
    Language changer settings
\*------------------------------------*/
@media screen and (min-width: 751px) {
  .m-lang-wrapper {
    width: 100%;
  }
}

.m-lang-container {
  background-color: #000;
}

@media screen and (min-width: 751px) {
  .m-lang-container {
    padding: 8px 24px;
  }
}

.m-lang-item a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .m-lang-item a:hover {
    text-decoration: underline;
  }
}

.m-lang-item a::after {
  display: inline-block;
  padding: 0 8px;
  content: "/";
}

.m-lang-item:last-child a::after {
  display: none;
}

.m-lang-gnav {
  padding-left: 4.26667vw;
}

.m-lang-gnav a {
  display: block;
  padding: 5.33333vw 0;
  font-size: 3.2vw;
  color: #fff;
}

.m-lang-gnav a::after {
  padding: 0 2.66667vw;
}

/*------------------------------------*\
    Logo settings
\*------------------------------------*/
.m-logo-primary a {
  display: block;
  width: 29.33333vw;
  padding: 4vw;
}

@media screen and (min-width: 751px) {
  .m-logo-primary a {
    width: 200px;
    padding: 20px;
  }
}

.m-logo-primary a img {
  width: 100%;
}

.m-logo-secondary {
  display: block;
  width: 41.86667vw;
}

@media screen and (min-width: 751px) {
  .m-logo-secondary {
    width: 314px;
  }
}

.m-logo-secondary img {
  width: 100%;
  padding: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .m-logo-secondary img {
    padding: 20px;
  }
}

.m-logo-copyright {
  display: inline-block;
  font-size: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .m-logo-copyright {
    font-size: 0.75rem;
  }
}

.m-logo-bunner {
  width: 90px;
  height: 30px;
}

.m-logo-trademark {
  display: inline-block;
  padding-top: 20px;
  font-size: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .m-logo-trademark {
    font-size: 0.5rem;
  }
}

/*------------------------------------*\
    Button settings
\*------------------------------------*/
/*--  Buttn base settings  --*/
.m-btn-container {
  padding-top: 8px;
  margin-bottom: calc(8px * -1);
}

@media screen and (min-width: 751px) {
  .m-btn-container {
    padding-top: 42px;
    margin-bottom: calc(42px * -1);
  }
}

.m-btn-container-fit {
  padding-top: 0 !important;
  margin-bottom: calc(8px * -1);
  /*福利厚生のコンテンツボタン*/
}

@media screen and (min-width: 751px) {
  .m-btn-container-fit {
    margin-bottom: calc(42px * -1);
  }
}

.m-btn-container-fit-welfare {
  padding-top: 0 !important;
  margin-bottom: calc(4px * -1);
}

@media screen and (min-width: 751px) {
  .m-btn-container-fit-welfare {
    margin-bottom: calc(30px * -1);
  }
}

.m-btn-radius-s {
  border-radius: 0.8vw;
}

@media screen and (min-width: 751px) {
  .m-btn-radius-s {
    border-radius: 3px;
  }
}

.m-btn-radius-m {
  border-radius: 1.33333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-radius-m {
    border-radius: 5px;
  }
}

.m-btn-red {
  background-color: #f00;
}

.m-btn-text-s {
  font-size: 3.2vw;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-text-s {
    font-size: 0.75rem;
    letter-spacing: .2em;
  }
}

.m-btn-text-m {
  font-size: 4.26667vw;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-text-m {
    font-size: 1rem;
    letter-spacing: .2em;
  }
}

.m-btn-text-l {
  font-size: 4.8vw;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-text-l {
    font-size: 1.625rem;
    letter-spacing: .2em;
  }
}

.m-btn-text-extra {
  font-size: 6.93333vw;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-text-extra {
    font-size: 2.25rem;
    letter-spacing: .2em;
  }
}

.m-btn-text-welfare {
  font-size: 2.13333vw;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-text-welfare {
    font-size: 1.625rem;
    letter-spacing: .2em;
  }
}

.m-btn-text-graduates {
  font-size: 3.2vw;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-text-graduates {
    font-size: 1.625rem;
    letter-spacing: .2em;
  }
}

.m-btn-icon {
  position: relative;
}

.m-btn-icon i {
  position: absolute;
  top: 40%;
  right: 1.6vw;
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .m-btn-icon i {
    right: 12px;
  }
}

/*--  Buttn original settings  --*/
.m-btn-main {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-btn-main {
    margin-top: 0;
    margin-bottom: 42px;
  }
}

.m-btn-main:hover .m-btn-main-text {
  display: none;
}

.m-btn-main-text {
  padding: 1.33333vw 1.33333vw 0.8vw;
  font-size: 4.8vw;
  color: #000;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-main-text {
    padding: 5px 5px 3px 10px;
    font-size: 1.25rem;
    letter-spacing: .2em;
  }
}

.m-btn-primary {
  display: block;
  padding: 3.2vw 0 2.66667vw;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-primary {
    padding: 16px 0 14px;
    margin-bottom: 42px;
  }
}

.m-btn-primary:hover {
  opacity: 0.6;
}

.m-btn-primary-active {
  opacity: 0.6;
}

.m-btn-graduates {
  display: block;
  padding: 2.66667vw 0 2.66667vw;
  margin: 16px 0 20px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-graduates {
    padding: 16px 0 14px;
  }
}

.m-btn-graduates:hover {
  opacity: 0.6;
}

.m-btn-graduates-active {
  opacity: 0.6;
}

.m-btn-last-graduates {
  display: block;
  padding: 2.66667vw 0 2.66667vw;
  margin: 16px 0 20px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-last-graduates {
    padding: 16px 0 14px;
    margin-bottom: 42px;
  }
}

.m-btn-last-graduates:hover {
  opacity: 0.6;
}

.m-btn-last-graduates-active {
  opacity: 0.6;
}

.m-btn-secondary {
  position: relative;
  display: block;
  padding: 3.2vw 3.2vw 2.66667vw;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-secondary {
    padding: 16px 16px 12px;
    margin-bottom: 42px;
  }
}

.m-btn-secondary:hover {
  opacity: 0.6;
}

.m-btn-tertiary {
  display: block;
  padding: 3.2vw 6.4vw 2.66667vw 3.2vw;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-tertiary {
    padding: 16px 16px 14px;
    margin-bottom: 42px;
  }
}

.m-btn-tertiary:hover {
  opacity: 0.6;
}

.m-btn-tertiary-disable {
  text-align: center;
  background-color: #000;
}

.m-btn-tertiary-disable:hover {
  opacity: 1;
}

.m-btn-banner {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-banner {
    margin-bottom: 42px;
  }
}

.m-btn-banner:hover {
  opacity: 0.6;
}

.m-btn-mynavi {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-btn-mynavi {
    margin-top: 0;
    margin-bottom: 42px;
  }
}

.m-btn-mynavi:hover {
  opacity: 0.6;
}

.m-btn-mynavi-text {
  color: #fff;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-btn-mynavi-text {
    letter-spacing: .2em;
  }
}

.m-btn-pager {
  display: block;
  width: 37.33333vw;
  padding: 3.2vw 0 2.66667vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-pager {
    width: 240px;
    padding: 16px 0 14px;
  }
}

.m-btn-pager:hover {
  opacity: 0.6;
}

.m-btn-pager-active {
  opacity: 0.6;
}

.m-btn-submit {
  display: block;
  width: 37.33333vw;
  padding: 3.2vw 0 2.66667vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-btn-submit {
    width: 240px;
    padding: 16px 0 14px;
  }
}

.m-btn-submit:hover {
  opacity: 0.6;
}

.m-btn-service {
  display: block;
  padding: 2.66667vw 8.53333vw 2.13333vw;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .m-btn-service {
    width: 100%;
    padding: 10px 0 8px;
  }
}

.m-btn-page_move {
  position: relative;
  display: block;
  width: 12.8vw;
  height: 12.8vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 751px) {
  .m-btn-page_move {
    width: 66px;
    height: 66px;
  }
}

.m-btn-page_move:hover {
  opacity: 0.6;
}

.m-btn-pdf img {
  width: 90px;
}

@media screen and (min-width: 751px) {
  .m-btn-pdf img {
    width: 95px;
  }
}

.m-btn-story-more-link {
  cursor: pointer;
}

@media screen and (max-width: 751px) {
  .m-btn-story-more-link {
    margin-bottom: 12.5vw;
  }
}

/*------------------------------------*\
    Caption settings
\*------------------------------------*/
.m-caption {
  position: relative;
}

.m-caption-item {
  width: 100%;
  vertical-align: top;
}

.m-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.m-caption-text-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*------------------------------------*\
    Band settings
\*------------------------------------*/
.m-band-white {
  background-color: rgba(255, 255, 255, 0.6);
}

.m-band-white-gradient {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*------------------------------------*\
    Image settings
\*------------------------------------*/
.m-img-top {
  position: relative;
}

.m-img-top video {
  width: 100%;
  height: 100%;
}

.m-img-main {
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .m-img-main {
    margin-top: 64px;
    margin-right: 0;
    margin-left: 0;
  }
}

.m-img-main img {
  width: 100%;
}

.m-img-main-text {
  padding: 1.33333vw 1.33333vw 0.8vw 2.66667vw;
  font-size: 4.26667vw;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.53333vw;
}

@media screen and (min-width: 751px) {
  .m-img-main-text {
    padding: 5px 5px 3px 10px;
    font-size: 1.625rem;
    letter-spacing: .2em;
  }
}

.m-img-news-movimg {
  position: relative;
}

.m-img-news-movimg video {
  width: 100%;
  height: 100%;
}

.m-img-news-seasonsgreetings {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 751px) {
  .m-img-news-seasonsgreetings {
    width: 50%;
    height: 50%;
  }
}

.m-img-news-seasonsgreetings_80 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 751px) {
  .m-img-news-seasonsgreetings_80 {
    width: 80%;
    height: 80%;
  }
}

/*------------------------------------*\
    Box settings
\*------------------------------------*/
.m-box {
  width: 100%;
  margin-top: 8.53333vw;
}

@media screen and (min-width: 751px) {
  .m-box {
    margin-top: 32px;
  }
}

.m-box + .m-box {
  margin-top: 16vw;
}

@media screen and (min-width: 751px) {
  .m-box + .m-box {
    margin-top: 120px;
  }
}

.m-box-header {
  padding: 0 0 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-box-header {
    padding: 0 0 14px;
  }
}

.m-box-header-second {
  padding: 0 0 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-box-header-second {
    padding: 0 0 7px;
  }
}

.m-box-body {
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .m-box-body {
    padding: 0;
  }
}

.m-box-body + .m-box-body {
  margin-top: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-box-body + .m-box-body {
    padding: 0;
    margin-top: 32px;
  }
}

.m-box-inner {
  padding: 4.26667vw 0 0;
}

@media screen and (min-width: 751px) {
  .m-box-inner {
    padding: 32px 0 0;
  }
}

.m-box-inner-half {
  padding: 2.13333vw 0 0;
}

@media screen and (min-width: 751px) {
  .m-box-inner-half {
    padding: 16px 0 0;
  }
}

.m-box-inner-double {
  padding: 4.26667vw 0 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-box-inner-double {
    padding: 32px 0 32px;
  }
}

.m-box-inner-wide {
  padding: 8.53333vw 0 8.53333vw;
}

@media screen and (min-width: 751px) {
  .m-box-inner-wide {
    padding: 64px 0 64px;
  }
}

.m-box-inner-all_side {
  padding: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-box-inner-all_side {
    padding: 32px;
  }
}

.m-box-inner-extra {
  margin-bottom: 16vw;
}

@media screen and (min-width: 751px) {
  .m-box-inner-extra {
    margin-bottom: 120px;
  }
}

.m-box-inner-welfare {
  padding: 2.13333vw 0 2.13333vw;
  border-bottom: solid 1px #e5e5e5;
}

@media screen and (min-width: 751px) {
  .m-box-inner-welfare {
    padding: 16px 0 16px;
  }
}

.m-box-story {
  padding: 0 25px;
}

@media screen and (min-width: 751px) {
  .m-box-story {
    padding: 0 200px;
  }
}

/* sdogs */
.m-box-sdogs {
  width: 100%;
  margin-top: 8.53333vw;
}

@media screen and (min-width: 751px) {
  .m-box-sdogs {
    margin-top: 60px;
  }
}

.m-box-header-sdogs {
  padding: 0 0 3.2vw;
  text-align: left;
}

@media screen and (min-width: 751px) {
  .m-box-header-sdogs {
    padding: 0 0 14px;
  }
}

.m-box-inner-sdogs {
  padding: 4.26667vw 0 0;
}

@media screen and (min-width: 751px) {
  .m-box-inner-sdogs {
    padding: 32px 0 0;
  }
}

.m-box-inner-sdogs-last {
  padding: 4.26667vw 0 12.8vw;
}

@media screen and (min-width: 751px) {
  .m-box-inner-sdogs-last {
    padding: 32px 0 0;
  }
}

.m-box-inner-sdogs-text {
  padding: 4.26667vw 0 0;
}

@media screen and (min-width: 751px) {
  .m-box-inner-sdogs-text {
    padding: 0;
  }
}


.m-box-inner-sdogs-text p {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-box-inner-sdogs-text p {
    margin-bottom: 32px;
  }
}

.m-box-sdogs-img-border {
   border: 3px solid;
   border-radius: 10px;
}


/*------------------------------------*\
    Card settings
\*------------------------------------*/
.m-card-gray {
  background-color: #ddd;
}

.m-card-gray-light {
  background-color: #f7f8f9;
}

.m-card-white {
  background-color: #fff;
}

/*------------------------------------*\
    Icon settings
\*------------------------------------*/
.m-icon {
  position: relative;
}

.m-icon::before, .m-icon::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.m-icon-triangle-right {
  padding-right: 1.6vw;
}

@media screen and (min-width: 751px) {
  .m-icon-triangle-right {
    padding-right: 6px;
  }
}

.m-icon-triangle-right::after {
  content: "\f0da";
}

.m-icon-triangle-left {
  padding-left: 1.6vw;
}

@media screen and (min-width: 751px) {
  .m-icon-triangle-left {
    padding-left: 6px;
  }
}

.m-icon-triangle-left::after {
  content: "\f0d9";
}

.m-icon-arrow-right {
  padding-right: 1.6vw;
}

@media screen and (min-width: 751px) {
  .m-icon-arrow-right {
    padding-right: 6px;
  }
}

.m-icon-arrow-right::after {
  content: "\f061";
}

.m-icon-arrow-left {
  padding-left: 1.6vw;
}

@media screen and (min-width: 751px) {
  .m-icon-arrow-left {
    padding-left: 6px;
  }
}

.m-icon-arrow-left::after {
  content: "\f060";
}

.m-icon-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.m-icon-toggle[data-toggle-state="open"]::after {
  content: "\f068";
}

.m-icon-toggle[data-toggle-state="close"]::after {
  content: "\f067";
}

.m-icon-hamburger span {
  display: none;
}

.m-icon-hamburger span:first-child {
  display: block;
  width: 100%;
  height: 80%;
  margin: 0;
  background: url("../img/cmn/open.png") center no-repeat;
  background-size: contain;
}

.m-icon-hamburger[data-toggle-state="open"] span {
  display: none;
}

.m-icon-hamburger[data-toggle-state="open"] span:first-child {
  display: block;
  background-image: url("../img/cmn/close.png");
}

.m-icon-more_contents {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 12.8vw;
  height: 12.8vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 751px) {
  .m-icon-more_contents {
    bottom: 18px;
    width: 66px;
    height: 66px;
  }
}

.m-icon-sdgs {
  margin-bottom: 8px;
}

@media screen and (min-width: 751px) {
  .m-icon-sdgs{
    margin-top: 0;
    margin-bottom: 20px;
  }
}


/*------------------------------------*\
    Supplement settings
\*------------------------------------*/
.m-supple {
  display: inline-block;
  padding: 1.06667vw 1.6vw 0.8vw;
  margin-right: 2.13333vw;
  font-weight: normal;
  line-height: 1;
  border-radius: 0.8vw;
}

@media screen and (min-width: 751px) {
  .m-supple {
    padding: 4px 6px 3px;
    margin-right: 8px;
    border-radius: 3px;
  }
}

.m-supple-category {
  color: #fff;
  background-color: #f00;
}

.m-supple-platform {
  color: #fff;
  background-color: #000;
}

.m-supple-pdf {
  color: #fff;
  background-color: #870505;
}

.m-supple-pdf i {
  padding-right: 2.13333vw;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .m-supple-pdf i {
    padding-right: 8px;
  }
}

/*------------------------------------*\
    Pratform settings
\*------------------------------------*/
.m-pratform {
  font-size: 3.73333vw;
}

@media screen and (min-width: 751px) {
  .m-pratform {
    font-size: 0.875rem;
  }
}

.m-pratform-item {
  margin-bottom: 1.6vw;
}

@media screen and (min-width: 751px) {
  .m-pratform-item {
    margin-bottom: 18px;
  }
}

/*------------------------------------*\
    Title settings
\*------------------------------------*/
.m-title-main {
  font-size: 6.93333vw;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .m-title-main {
    font-size: 2rem;
  }
}

.m-title-main span {
  padding-top: 2.13333vw;
  font-size: 4.26667vw;
  font-weight: normal;
  line-height: .85em;
}

@media screen and (min-width: 751px) {
  .m-title-main span {
    padding-top: 8px;
    font-size: 1rem;
  }
}

.m-title-primary {
  font-size: 6.4vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-title-primary {
    font-size: 1.5rem;
  }
}

.m-title-secondary {
  font-size: 5.33333vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-title-secondary {
    font-size: 1.25rem;
  }
}

.m-title-tertiary {
  font-size: 4.26667vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-title-tertiary {
    font-size: 1rem;
  }
}

.m-title-emphasis {
  font-size: 8.53333vw;
  font-weight: bold;
  line-height: 1em;
  color: #f00;
  text-shadow: 0.26667vw 0.26667vw 0.08vw #000;
}

@media screen and (min-width: 751px) {
  .m-title-emphasis {
    font-size: 2rem;
    text-shadow: 0.0625rem 0.0625rem 0.0625rem #000;
  }
}

/*------------------------------------*\
    Article settings
\*------------------------------------*/
.m-article-list {
  font-size: 3.73333vw;
  border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 751px) {
  .m-article-list {
    font-size: 1rem;
  }
}

.m-article-list-title {
  margin: 4.26667vw 0 0;
  font-size: 6.4vw;
}

@media screen and (min-width: 751px) {
  .m-article-list-title {
    margin: 20px 0 36px 20px;
    font-size: 1.5rem;
  }
}

.m-article-list a {
  text-decoration: none;
}

.m-article-list a:hover {
  opacity: 0.6;
}

.m-article-box {
  display: block;
  padding: 4.26667vw 0;
}

@media screen and (min-width: 751px) {
  .m-article-box {
    padding: 16px 0;
  }
}

.m-article-date {
  margin-bottom: 2.13333vw;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .m-article-date {
    margin-bottom: 8px;
    font-size: 0.75rem;
  }
}

.m-article-date .m-supple {
  margin-left: 2.13333vw;
}

@media screen and (min-width: 751px) {
  .m-article-date .m-supple {
    margin-left: 8px;
  }
}

.m-article-title {
  margin-bottom: 2.13333vw;
  font-size: 4.53333vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-article-title {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
}

.m-article-item {
  line-height: 1.5;
}

@media screen and (max-width: 751px) {
  .m-article-item-url {
    word-break: break-all;
  }
}

.m-article-official {
  margin-top: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-article-official {
    margin-top: 0;
    text-align: center;
  }
}

.m-article-all {
  margin: 16px 0 0 auto;
  text-align: right;
}

/*------------------------------------*\
    Archive list settings
\*------------------------------------*/
.m-archive-container {
  margin-top: 6.4vw;
}

@media screen and (min-width: 751px) {
  .m-archive-container {
    margin-top: 0;
  }
}

.m-archive-title {
  padding: 1.86667vw 0 1.33333vw 1.86667vw;
  font-size: 3.73333vw;
  background-color: #bfbfbf;
}

@media screen and (min-width: 751px) {
  .m-archive-title {
    padding: 8px 0 6px 8px;
    margin: 20px 0 1px;
    font-size: 1rem;
  }
}

.m-archive-title span {
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .m-archive-title span {
    font-size: 0.875rem;
  }
}

.m-archive-item {
  margin-bottom: 1px;
  font-size: 3.73333vw;
  background-color: #f2f2f2;
}

@media screen and (min-width: 751px) {
  .m-archive-item {
    margin-bottom: 1px;
    font-size: 1rem;
  }
}

.m-archive-item a {
  display: block;
  padding: 1.86667vw 0 1.86667vw 3.73333vw;
}

@media screen and (min-width: 751px) {
  .m-archive-item a {
    padding: 8px 0 8px 16px;
  }
}

.m-archive-item a:hover {
  opacity: 0.6;
}

.m-archive-active a {
  font-weight: bold;
}

.m-archive-active a:hover {
  opacity: 1;
}

/*------------------------------------*\
    Social settings
\*------------------------------------*/
.m-social-container {
  padding: 4.26667vw 0;
}

@media screen and (min-width: 751px) {
  .m-social-container {
    padding: 16px 0;
  }
}

.m-social-item {
  font-size: 0.75rem;
}

@media screen and (min-width: 751px) {
  .m-social-item {
    font-size: 0.75rem;
  }
}

.m-social-item + .m-social-item {
  margin-left: 1.33333vw;
}

@media screen and (min-width: 751px) {
  .m-social-item + .m-social-item {
    margin-left: 5px;
  }
}

.m-social-item a:hover {
  opacity: 0.6;
}

/*------------------------------------*\
    Crew settings
\*------------------------------------*/
.m-crew-item {
  margin-bottom: 6.4vw;
  text-align: center;
  border: 1px solid #ccc;
}

@media screen and (min-width: 751px) {
  .m-crew-item {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.m-crew-item a {
  display: block;
}

.m-crew-item a:hover {
  opacity: 0.6;
}

.m-crew-title {
  text-align: center;
}

.m-crew-title-item {
  padding-bottom: 4.8vw;
}

@media screen and (min-width: 751px) {
  .m-crew-title-item {
    padding-bottom: 18px;
  }
}

.m-crew-sub-title-first {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.m-crew-sub-title-second {
  margin-top: 48px !important;
  margin-bottom: 16px !important;
}

.m-crew-graduates-item {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-weight: bold;
}

.m-crew-catch {
  height: 50%;
  padding: 1.06667vw 0;
  font-size: 3.2vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-crew-catch {
    padding: 4px 6px;
    font-size: 1rem;
  }
}

.m-crew-info {
  position: relative;
  height: 100%;
  padding-top: 1.06667vw;
}

@media screen and (min-width: 751px) {
  .m-crew-info {
    padding-top: 10px;
  }
}

.m-crew-copy {
  font-size: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .m-crew-copy {
    font-size: 1rem;
  }
}

.m-crew-profile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.m-crew-profile li {
  width: 100%;
}

.m-crew-career {
  font-size: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .m-crew-career {
    padding-bottom: 8px;
    font-size: 0.625rem;
  }
}

.m-crew-career span {
  display: block;
}

@media screen and (min-width: 751px) {
  .m-crew-career span {
    display: inline-block;
    padding-right: 1em;
  }
}

.m-crew-name {
  font-size: 3.73333vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-crew-name {
    font-size: 1.5rem;
  }
}

.m-crew-talk {
  margin: 4vw;
}

@media screen and (min-width: 751px) {
  .m-crew-talk {
    margin: 2em;
  }
}

.m-crew-graduates-sub-title-comp {
  background-image: url("../img/cmn/s_parts_03.png");
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding-left: 20px;
  padding-top: 7px;
  font-size: 14px !important;
  color: #ffffff;
  margin: 10px 0;
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-sub-title-comp {
    background-image: url("../img/cmn/s_parts_01.png");
    background-size: 375px 34px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px !important;
    margin: 10px 0;
  }
}

.m-crew-graduates-sub-title-engineer {
  background-image: url("../img/cmn/e_parts_03.png");
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding-left: 20px;
  padding-top: 7px;
  font-size: 14px !important;
  color: #ffffff;
  margin: 10px 0;
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-sub-title-engineer {
    background-image: url("../img/cmn/e_parts_01.png");
    background-size: 375px 34px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px !important;
    margin: 10px 0;
  }
}

.m-crew-graduates-sub-title-design {
  background-image: url("../img/cmn/d_parts_03.png");
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding-left: 20px;
  padding-top: 7px;
  font-size: 14px !important;
  color: #ffffff;
  margin: 10px 0;
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-sub-title-design {
    background-image: url("../img/cmn/d_parts_01.png");
    background-size: 375px 34px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px !important;
    margin: 10px 0;
  }
}

/* 人を知るリストの詳細 */
.m-crew-graduates-list-info {
  display: block;
  font-weight: bold;
  font-size: 3.2vw;
  text-align: left;
  margin-top: 0;
  margin-bottom:0;
}


@media screen and (min-width: 751px) {
  .m-crew-graduates-list-info {
    font-size: 0.75rem;
    margin-bottom:5px;
  }
}

.m-box-crew-graduates {
  padding: 0;
}

@media screen and (min-width: 751px) {
  .m-box-crew-graduates {
    padding: 0 200px;
  }
}


/*人を知るページトップの線*/
.m-crew-graduates-story-list-line{
	border-bottom: 2px solid #ff0000;
	margin-top: 10vw;
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-story-list-line{
    margin-top: 45px;
  }
}

/*人を知る詳細ページ詳細枠*/
.m-crew-graduates-detail-info-box{
	text-align: center;
	font-size: 2.66667vw;
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-detail-info-box{
    font-size: 100%;
  }
}

/*人を知る詳細ページ詳細*/
.m-crew-graduates-detail-info {
  margin-left:2vw;
 
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-detail-info{
    margin-left:10px;
  }
}


.m-crew-graduates-sub-title {
  font-size: 4.8vw !important;
  font-weight: bold;
  margin-top: 60px !important;
}

@media screen and (min-width: 751px) {
  .m-crew-graduates-sub-title {
    font-size: 1.625rem !important;
    margin-top: 80px !important;
  }
}

.m-crew-story-list-item {
  border: none;
}

.m-crew-story-list-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 3.2vw;
  text-align: left;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .m-crew-story-list-title {
    font-size: 1em;
  }
}

.m-crew-story-list-public-date {
  display: block;
  padding-left: 5px;
  font-weight: bold;
  font-size: 3.2vw;
  text-align: left;
  border-left: 2px solid #000000;
  margin-top: 10px;
  margin-bottom:12px;
}

@media screen and (min-width: 751px) {
  .m-crew-story-list-public-date {
    font-size: 0.75rem;
  }
}

.m-crew-story-more-list-style {
  margin-top: 0;
  padding-top: 0;
}

.m-crew-story-title-item {
  font-size: 6.93333vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.66667;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 751px) {
  .m-crew-story-title-item {
    font-size: 2rem;
  }
}

.m-crew-story-public-date {
  margin-bottom: 10px;
}

.m-crew-story-sub-title {
  font-size: 4.8vw !important;
  font-weight: bold;
  margin-top: 60px !important;
}

@media screen and (min-width: 751px) {
  .m-crew-story-sub-title {
    font-size: 1.625rem !important;
    margin-top: 80px !important;
  }
}

.m-crew-story-blockquote {
  padding-left: 11px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .m-crew-story-blockquote {
    padding-left: 25px;
  }
}

.m-crew-story-blockquote::before {
  position: absolute;
  top: 5px;
  bottom: 7px;
  left: 0;
  border-left: 1px solid;
  content: "";
}

@media screen and (min-width: 751px) {
  .m-crew-story-blockquote::before {
    top: 7px;
    bottom: 9px;
  }
}

.m-crew-story-figure {
  margin-bottom: 60px;
}

@media screen and (min-width: 751px) {
  .m-crew-story-figure {
    margin-bottom: 80px;
  }
}

.m-crew-story-figcaption {
  font-size: 3.2vw;
  display: block;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .m-crew-story-figcaption {
    font-size: .875rem;
  }
}

@media screen and (min-width: 751px) {
  .m-crew-story-img-height {
    height: 509px;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/*------------------------------------*\
    Form settings
\*------------------------------------*/
@media screen and (min-width: 751px) {
  .m-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.m-form + .m-form {
  margin-top: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-form + .m-form {
    margin-top: 32px;
  }
}

.m-form-title {
  padding: 2.13333vw 0;
  font-size: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-form-title {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 8px;
    font-size: 1rem;
  }
}

.m-form-title * {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .m-form-body {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

.m-form-body * {
  width: 100%;
}

.m-form-data {
  padding: 2.13333vw 0;
  font-size: 3.73333vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .m-form-data {
    padding: 8px;
    font-size: 1rem;
  }
}

.m-form input[type="text"], .m-form input[type="email"], .m-form input[type="tel"] {
  padding: 2.13333vw;
  font-size: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-form input[type="text"], .m-form input[type="email"], .m-form input[type="tel"] {
    padding: 8px;
    font-size: 1rem;
  }
}

.m-form input[type="submit"] {
  cursor: pointer;
  border-style: none;
}

.m-form select {
  padding: 2.13333vw;
  font-size: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-form select {
    padding: 8px;
    font-size: 1rem;
  }
}

.m-form option {
  font-size: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-form option {
    font-size: 1rem;
  }
}

.m-form textarea {
  padding: 2.13333vw;
  resize: vertical;
}

@media screen and (min-width: 751px) {
  .m-form textarea {
    padding: 8px;
  }
}

.m-form textarea:-moz-read-only {
  font-weight: bold;
  background-color: #fff;
  border: none;
}

.m-form textarea:read-only {
  font-weight: bold;
  background-color: #fff;
  border: none;
}

.m-form-consent-text {
  height: 80vw;
  margin-top: 4.26667vw;
  overflow: auto;
  border: 1.6vw solid #eee;
}

@media screen and (min-width: 751px) {
  .m-form-consent-text {
    height: 500px;
    margin-top: 32px;
    border: 6px solid #eee;
  }
}

.m-form-consent-check {
  padding: 5.33333vw 0;
  margin-top: 5.33333vw;
  text-align: center;
  background-color: #f6f7f8;
}

@media screen and (min-width: 751px) {
  .m-form-consent-check {
    padding: 20px 0;
    margin-top: 20px;
  }
}

.m-form-consent-check .m-form-data {
  padding: 0;
}

/*------------------------------------*\
    Tab settings
\*------------------------------------*/
.m-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: nowrap;
          flex-direction: nowrap;
}

.m-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
}

.m-tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.2vw 3.2vw 2.66667vw;
  color: #000;
  text-align: center;
  letter-spacing: 0.53333vw;
  background-color: #d9d9d9;
}

@media screen and (min-width: 751px) {
  .m-tab-btn {
    padding: 16px 16px 12px;
    letter-spacing: .2em;
  }
}

.m-tab-btn:hover {
  opacity: 0.6;
}

.m-tab-btn-left {
  margin-right: 10px;
}

.m-tab-btn-right {
  margin-left: 10px;
}

.m-tab-active, .m-tab-active * {
  background-color: #f00;
  color: #fff;
  font-weight: bold;
}

.m-tab-active:hover, .m-tab-active *:hover {
  opacity: 1;
}

/*------------------------------------*\
    privacy settings
\*------------------------------------*/
.m-privacy {
  padding: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-privacy {
    padding: 30px 40px;
  }
}

.m-privacy-title {
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-title {
    margin-bottom: 32px;
  }
}

.m-privacy-list {
  margin-left: 1.5rem;
}

.m-privacy-item {
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-item {
    margin-bottom: 32px;
  }
}

.m-privacy-item:last-child {
  margin-bottom: 0;
}

.m-privacy-detail-title {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-detail-title {
    margin-bottom: 16px;
  }
}

.m-privacy-detail-nonum-title {
  margin-left: -1.5rem;
}

.m-privacy-detail-title-secondary {
  margin-bottom: 2.13333vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-detail-title-secondary {
    margin-bottom: 8px;
  }
}

.m-privacy-detail-body {
  margin-bottom: 8.53333vw;
  margin-left: -1.5rem;
}

@media screen and (min-width: 751px) {
  .m-privacy-detail-body {
    margin-bottom: 32px;
  }
}

.m-privacy-detail p {
  margin-bottom: 2.13333vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-detail p {
    margin-bottom: 8px;
  }
}

.m-privacy-signature {
  margin-top: 8.53333vw;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .m-privacy-signature {
    margin-top: 32px;
  }
}

.m-privacy-address {
  margin-top: 8.53333vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-address {
    margin-top: 32px;
  }
}

.m-privacy-address-title {
  padding-bottom: 2.13333vw;
  margin-bottom: 4.26667vw;
  border-bottom: 1px solid #808080;
}

@media screen and (min-width: 751px) {
  .m-privacy-address-title {
    padding-bottom: 8px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.m-privacy-address-body > * {
  margin-bottom: 2.13333vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-address-body > * {
    margin-bottom: 8px;
  }
}

.m-privacy-address-body > *:last-child {
  margin-bottom: 0;
}

.m-privacy-ol {
  margin-top: 4.26667vw;
  list-style: none;
  counter-reset: num 0;
}

@media screen and (min-width: 751px) {
  .m-privacy-ol {
    margin-top: 16px;
  }
}

.m-privacy-ol li {
  position: relative;
  padding-left: 2rem;
  margin-top: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-privacy-ol li {
    margin-top: 16px;
  }
}

.m-privacy-ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(num) ")";
  counter-increment: num 1;
}

/*------------------------------------*\
    Page move settings
\*------------------------------------*/
/*--  Page moving  --*/
.m-page_move-top {
  position: fixed;
  right: 4.26667vw;
  bottom: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .m-page_move-top {
    right: 48px;
    bottom: 48px;
  }
}

/*------------------------------------*\
    Google map settings
\*------------------------------------*/
.m-g_map {
  width: 100%;
  height: 90.4vw;
}

@media screen and (min-width: 751px) {
  .m-g_map {
    height: 400px;
  }
}

/*====================================*\

    Theme settings

\*====================================*/
/*------------------------------------*\
    Page per settings
\*------------------------------------*/
/**
 * Top page settings
 */
@media screen and (max-width: 751px) {
  .t-company_vision-title {
    margin-bottom: 8.53333vw;
  }
}

.t-company_vision-title-primary {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .t-company_vision-title-primary {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 751px) {
  .t-company_vision-title-secondary {
    margin-bottom: 4.26667vw;
  }
}

@media screen and (max-width: 751px) {
  .t-company_vision-title-char_adjus {
    font-size: 4.8vw;
  }
}

/*------------------------------------*\
    Scratch area settings
\*------------------------------------*/
.t-writ > *:last-child {
  margin-bottom: 0;
}

.t-writ p {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .t-writ p {
    margin-bottom: 32px;
  }
}

.t-writ dl {
  padding: 0 0 32px;
}

.t-writ dl dt {
  font-weight: bold;
}

.t-writ .t-title {
  margin: 4.26667vw 0;
  font-size: 6.4vw;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .t-writ .t-title {
    margin: 20px 0;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 751px) {
  .t-writ .t-img {
    margin: 40px 0;
  }
}

.entry-content {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 26px;
  margin-bottom: 16px;
}

.entry-content h1 {
  font-size: 260%;
  font-weight: bold;
}

.entry-content h2 {
  font-size: 220%;
}

.entry-content h3 {
  font-size: 160%;
}

.entry-content h4 {
  font-size: 120%;
}

.entry-content h5 {
  font-size: 100%;
}

.entry-content h6 {
  font-size: 80%;
}

.entry-content pre {
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #eee;
}

.entry-content ul, .entry-content ol {
  margin: 20px;
  list-style-position: inside;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content ul ul, .entry-content ol ul {
  margin-left: 15px;
  list-style-position: inside;
  list-style-type: circle;
}

.entry-content ol ol, .entry-content ul ol {
  margin-left: 15px;
  list-style-position: inside;
  list-style-type: lower-latin;
}

.entry-content img {
  width: auto;
  max-width: 100%;
  margin: 0 0 1.5em 0;
}

.entry-content b, .entry-content strong {
  font-weight: bold;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a.u-link-none {
  text-decoration: none;
}

.entry-content a.u-link-none:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.entry-content a.u-link-none:hover i, .entry-content a.u-link-none:hover i::before, .entry-content a.u-link-none:hover i::after {
  text-decoration: none;
}

.entry-content .alignleft, .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.entry-content .alignright, .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.entry-content .alignnone, .entry-content img.alignnone {
  /* not sure about this one */
}

.entry-content .wp-caption {
  padding-top: 5px;
  margin-bottom: 1.5em;
  text-align: center;
}

.entry-content .wp-caption img {
  padding: 0;
  margin: 0;
  border: 0 none;
}

.entry-content .wp-caption p.wp-caption-text {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.entry-content .wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}

.entry-content blockquote.left {
  float: left;
  width: 33%;
  margin-right: 20px;
  margin-left: 0;
  text-align: right;
}

.entry-content blockquote.right {
  float: right;
  width: 33%;
  margin-right: 0;
  margin-left: 20px;
  text-align: left;
}

/*====================================*\

    State settings

\*====================================*/
/*------------------------------------*\
    Grobal navigation toggle settings
\*------------------------------------*/
.js-gnav-container[data-toggle-state="open"] {
  display: block;
}

.js-gnav-container[data-toggle-state="close"] {
  display: none;
}

@media screen and (max-width: 751px) {
  .js-gnav-container-sp[data-toggle-state="open"] {
    display: block;
  }
  .js-gnav-container-sp[data-toggle-state="close"] {
    display: none;
  }
}

/*====================================*\

    Wordpress settings

\*====================================*/
/*------------------------------------*\
    Contactform7 & Add confirm settings
\*------------------------------------*/
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.m-form .wpcf7c-conf {
  font-weight: bold !important;
  background-color: #fff !important;
  border: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.m-form .wpcf7c-conf::-webkit-input-placeholder {
  color: transparent;
}

.m-form .wpcf7c-conf:-ms-input-placeholder {
  color: transparent;
}

.m-form .wpcf7c-conf::-ms-input-placeholder {
  color: transparent;
}

.m-form .wpcf7c-conf::placeholder {
  color: transparent;
}
/*# sourceMappingURL=style.css.map */