@charset "UTF-8";
/*グリッドシステムは下記を採用
/*http://sassflexboxgrid.com/
/*-----------------------------------*/
/*---------------------------------------
Reset
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Abel&display=swap");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

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

caption, th {
  text-align: left; }

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

object, embed {
  vertical-align: top; }

hr, legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

ul li {
  list-style-type: none; }

a, label {
  cursor: pointer; }

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

article, aside, dialog, figure, footer, header, menu, nav, section, time, mark, audio, video {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.row.natural-height {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

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

.align-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.align-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.col-xs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 1rem; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 1rem; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 1rem; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 1rem; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 1rem; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 1rem; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 1rem; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 1rem; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem; }

.col-xs-offset-12 {
  margin-left: 100%; }

.row.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.row.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.row.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.row.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.row.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 769px) {
  .col-sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .row.start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 769px) {
  .col-md {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .row.start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1041px) {
  .col-lg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .row.start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1041px) {
  .col-xl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .row.start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.col-gutter-lr {
  padding: 0 1rem; }

.col-no-gutter {
  padding: 0; }

.show {
  display: block !important; }

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide {
  display: none !important; }

.show-xs {
  display: block !important; }

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide-xs {
  display: none !important; }

@media only screen and (max-width: 420px) {
  .show-xs-only {
    display: block !important; }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xs-only {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .show-sm {
    display: block !important; }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm {
    display: none !important; } }

@media only screen and (min-width: 421px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important; }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm-only {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important; }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 1040px) {
  .show-md-only {
    display: block !important; }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md-only {
    display: none !important; } }

@media only screen and (min-width: 1041px) {
  .show-lg {
    display: block !important; }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg {
    display: none !important; } }

@media only screen and (min-width: 1041px) and (max-width: 1040px) {
  .show-lg-only {
    display: block !important; }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg-only {
    display: none !important; } }

@media only screen and (min-width: 1041px) {
  .show-xl {
    display: block !important; }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xl {
    display: none !important; } }

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

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  position: relative;
  color: #3B4043;
  font-family: "Roboto", "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0; }
  @media only screen and (max-width: 768px) {
    body {
      background-size: 30vw auto; } }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

a {
  color: #004BB1; }
  a img {
    border: none;
    vertical-align: top;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  a:hover {
    color: #0093BC; }
    a:hover img {
      opacity: 0.9;
      /* 透過レベル */
      filter: alpha(opacity=90); }

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none; } }

.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.img-responsive {
  display: inline-block; }

.center-block {
  display: block; }

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media only screen and (max-width: 768px) {
  .row figure {
    text-align: center; } }

.container {
  max-width: 114rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 420px) {
    .container {
      margin-right: 2%;
      margin-left: 2%; } }

@media only screen and (max-width: 768px) {
  .wrapper {
    overflow-x: hidden; } }

/* Header
=========================================== */
.header {
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  top: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border-top: #004BB1 4px solid; }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 0 .4em; } }
  .header.fixed {
    position: fixed;
    background: #fff; }
    .header.fixed .header__h1 {
      display: none; }
    @media only screen and (min-width: 769px) {
      .header.fixed .header__content {
        -webkit-box-shadow: 0 0 10px #f2f2f2;
        box-shadow: 0 0 10px #f2f2f2; } }

.header__h1 {
  padding: 4px;
  border-bottom: #CDD6DD 2px solid; }
  @media only screen and (max-width: 768px) {
    .header__h1 {
      display: none; } }
  .header__h1 .container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header__h1 .container h1 {
      visibility: hidden; }
    .header__h1 .container .sub_nav {
      font-size: 12px;
      font-size: 1.2rem; }
      .header__h1 .container .sub_nav li {
        display: inline;
        font-weight: bold; }
        .header__h1 .container .sub_nav li:after {
          content: "/"; }
        .header__h1 .container .sub_nav li:last-child:after {
          content: none; }
        .header__h1 .container .sub_nav li a {
          text-decoration: none;
          padding: 0 10px;
          color: #000; }
  .header__h1 h1 {
    color: #7e7e7e;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }

.header__content {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }
  @media only screen and (min-width: 769px) {
    .header__content {
      height: 60px;
      border-bottom: #CDD6DD 1px solid; }
      .header__content > .container {
        height: 100%;
        max-width: 100%;
        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; }
        .header__content > .container > .gnav__wrap {
          height: 100%; } }
  @media only screen and (max-width: 768px) {
    .header__content {
      height: 90px;
      padding: 10px 0; } }
  @media only screen and (max-width: 420px) {
    .header__content {
      height: 70px;
      padding: 10px 0; }
      .header__content > .container {
        margin: 0; } }

@media only screen and (min-width: 769px) {
  .header__logo a {
    padding-left: 30px; } }
  @media only screen and (min-width: 769px) and (max-width: 1150px) and (min-width: 768px) {
    .header__logo a {
      padding-left: 0; } }

@media only screen and (max-width: 768px) {
  .header__logo {
    max-width: 20rem;
    padding-top: 10px; } }

@media (max-width: 340px) {
  .header__logo {
    max-width: 14rem; } }

.header__info {
  line-height: 1.2;
  width: 280px; }
  @media only screen and (max-width: 768px) {
    .header__info {
      display: none; } }
  .header__info__tel {
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem;
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 38px; }
    .header__info__tel:before {
      content: "";
      width: 32px;
      height: 32px;
      background: url(../images/common/icon_tel.svg);
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header__info .header__info__text {
    text-align: center; }
  .header__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px; }
    .header__info dl dt {
      margin-right: 1em; }

.header__contact {
  width: 240px; }
  @media only screen and (max-width: 768px) {
    .header__contact {
      display: none; } }
  .header__contact a {
    position: relative;
    padding-left: 30px; }
    .header__contact a:after {
      content: none; }
    .header__contact a:before {
      content: "";
      width: 36px;
      height: 36px;
      background: url(../images/common/icon_mail.svg);
      background-size: cover;
      position: absolute;
      top: 46%;
      left: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.header__snav--sp {
  width: 84px;
  position: absolute;
  top: 5px;
  right: 28px; }
  .header__snav--sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 59px; }
    .header__snav--sp ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 50px;
      height: 55px; }
    .header__snav--sp ul li img {
      width: 38px; }
  .header__snav--sp .header__snav--sp__tel {
    border: 2px solid #F59006; }
  .header__snav--sp .header__snav--sp__mail {
    background: #F59006;
    margin-right: 2px; }

/****************************************************
グローバルナビ
*****************************************************/
@media only screen and (max-width: 768px) {
  .gnav {
    display: none; }
  .gnav--sp {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #004BB1;
    color: #000;
    text-align: center;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    visibility: hidden; }
    .gnav--sp .gnav--sp__list {
      background: rgba(0, 147, 188, 0);
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      .gnav--sp .gnav--sp__list li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        font-size: 1.4rem; }
        .gnav--sp .gnav--sp__list li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
        .gnav--sp .gnav--sp__list li a {
          display: block;
          color: #fff;
          padding: .6em 0;
          text-decoration: none; }
    .gnav--sp.active {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
      visibility: visible;
      position: relative;
      z-index: 500; }
  .navToggle {
    display: block;
    position: fixed;
    right: 5px;
    top: 9px;
    width: 55px;
    height: 59px;
    cursor: pointer;
    z-index: 3;
    background: #0093BC;
    text-align: center; }
    .navToggle span {
      display: block;
      position: absolute;
      /* .navToggleに対して */
      width: 42px;
      border-bottom: solid 4px #eee;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 6px; }
      .navToggle span:nth-child(1) {
        top: 9px; }
      .navToggle span:nth-child(2) {
        top: 18px; }
      .navToggle span:nth-child(3) {
        top: 27px; }
      .navToggle span:nth-child(4) {
        border: none;
        color: #eee;
        font-size: 13px;
        font-weight: bold;
        top: 34px; }
    .navToggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; } }

@media only screen and (min-width: 769px) {
  .navToggle,
  .gnav--sp {
    display: none; }
  .gnav {
    height: 100%; }
    .gnav > div {
      height: 100%; }
    .gnav .gnav__list {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .gnav .gnav__list.under {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: #CDD6DD 1px solid; }
        .gnav .gnav__list.under > li a {
          padding: 10px 3em; }
    .gnav li {
      height: 100%; }
      .gnav li.contact {
        background: #F59006;
        color: #fff;
        position: relative; }
        .gnav li.contact a {
          padding-left: 46px;
          color: #fff; }
          .gnav li.contact a:hover {
            color: #fff; }
        .gnav li.contact:before {
          content: "\f0e0";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          top: 50%;
          left: 20px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .gnav li a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 10px 1.2em;
        text-decoration: none;
        color: #3B4043;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .06em;
        font-weight: bold;
        border-left: #EAEAEA 1px solid; }
        .gnav li a:last-child {
          border-right: #EAEAEA 1px solid; }
        .gnav li a:after {
          content: "";
          width: 0%;
          height: 4px;
          position: absolute;
          bottom: 0;
          left: 50%;
          background-color: #004BB1;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: 400ms;
          -o-transition: 400ms;
          transition: 400ms; }
        .gnav li a:hover {
          color: #0093BC; }
          .gnav li a:hover:after {
            width: 100%; } }

@media (max-width: 1132px) and (min-width: 768px) {
  .header__logo {
    width: 220px; }
  .gnav .gnav__list.under li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 18px; } }

/* Footer
=========================================== */
#map_canvas iframe {
  width: 100%;
  height: 520px; }
  @media only screen and (max-width: 768px) {
    #map_canvas iframe {
      height: 250px; } }

/*フッターメニュー
--------------------------------------*/
.footer__fixed {
  background: #f7cd25;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .footer__fixed .footer__fixed__link {
    text-decoration: none;
    display: block;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    padding: .4em;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .footer__fixed .footer__fixed__link:after {
        font-family: FontAwesome;
        font-weight: 900;
        content: "\f138";
        position: absolute;
        bottom: 2%;
        right: 10px;
        color: #004BB1;
        font-size: 20px;
        font-size: 2rem; } }
    .footer__fixed .footer__fixed__link > .container {
      margin: 0 auto; }
    .footer__fixed .footer__fixed__link:hover {
      color: #3B4043;
      background: #f9d856;
      padding-bottom: 1em; }
  @media only screen and (max-width: 420px) {
    .footer__fixed .col-xs-12 {
      padding: .2em .0em; }
    .footer__fixed .footer__fixed__text {
      text-align: center; }
      .footer__fixed .footer__fixed__text .text-bold {
        font-size: 12px;
        font-size: 1.2rem; }
      .footer__fixed .footer__fixed__text .text-small {
        font-size: 10px;
        font-size: 1rem;
        display: block; } }

@media only screen and (max-width: 768px) {
  .footer {
    background: #3B4043; } }

.footer__content {
  padding: 1em 0; }
  @media only screen and (min-width: 769px) {
    .footer__content {
      border-bottom: #3B4043 solid 4px; } }

.footer__logo {
  margin-bottom: 1em; }

.footer__nav ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer__nav ul:nth-child(2) {
    margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .footer__nav ul {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  .footer__nav ul ul {
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 0 !important; }

.footer__nav li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3B4043;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .footer__nav li a {
      min-width: 200px; } }

@media only screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 0;
    margin-bottom: 0; }
    .footer__nav li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      width: 50%; }
      .footer__nav li:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .footer__nav li a {
        padding: 10px;
        color: #fff; }
      .footer__nav li ul {
        margin-left: 0; }
        .footer__nav li ul li {
          width: 100%; }
          .footer__nav li ul li:nth-child(odd) {
            border-right: none; }
          .footer__nav li ul li:first-child {
            border-top: 1px solid rgba(255, 255, 255, 0.1); }
          .footer__nav li ul li:last-child {
            border-bottom: none; } }

.footer__info {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4em; }
  @media only screen and (min-width: 769px) {
    .footer__info dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer__info dl dt {
    font-weight: bold; }
  .footer__info dl dd {
    margin-right: 1em; }
    @media only screen and (max-width: 768px) {
      .footer__info dl dd {
        display: block; } }

/* Copyright
=========================================== */
.copyright {
  color: #3B4043;
  font-size: 9px;
  font-size: 0.9rem;
  padding: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .copyright p {
    padding: 0 20px; }
  @media only screen and (max-width: 768px) {
    .copyright {
      color: #fff; }
      .copyright p {
        margin: 0 auto; } }

/****************************************************
ページtop
*****************************************************/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 5%; }
  @media only screen and (max-width: 420px) {
    .pagetop {
      bottom: 120px; } }
  .pagetop a {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px; }
  .pagetop img {
    width: 30px;
    height: 30px; }

/******サイドナビ******************************************/
.sidebar {
  width: 260px;
  float: left; }

/****************************************************
Hero
*****************************************************/
.hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .hero {
      max-height: 420px;
      overflow-y: hidden; } }
  @media only screen and (max-width: 768px) {
    .hero {
      padding: 10px 0; } }
  @media only screen and (max-width: 420px) {
    .hero {
      background-size: cover; } }
  .hero .hero__textarea {
    text-align: left;
    position: absolute;
    top: 68px;
    right: 30px; }
    .hero .hero__textarea p {
      font-family: "Abel", sans-serif;
      color: #fff;
      font-size: 40px;
      font-size: 4rem;
      line-height: 42px; }
      .hero .hero__textarea p span {
        font-family: "Roboto", "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .hero .hero__textarea {
        top: 16px;
        right: auto;
        left: 16px; }
        .hero .hero__textarea p {
          margin: 24px 8px;
          font-size: 30px;
          font-size: 3rem; }
          .hero .hero__textarea p span {
            line-height: 24px;
            margin-top: 16px;
            font-size: 16px;
            font-size: 1.6rem; } }
  .hero .hero__text {
    text-align: center;
    line-height: 1.4;
    color: #fff; }
    .hero .hero__text .en {
      display: block;
      font-size: 67px;
      font-size: 6.7rem;
      font-weight: normal; }
      @media only screen and (max-width: 768px) {
        .hero .hero__text .en {
          font-size: 37px;
          font-size: 3.7rem; } }
    .hero .hero__text .ja {
      display: block;
      margin-top: 1em;
      margin-bottom: 2em;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: normal; }
      @media only screen and (max-width: 768px) {
        .hero .hero__text .ja {
          font-size: 12px;
          font-size: 1.2rem; } }
    .hero .hero__text .button, .hero .hero__text .contactForm .wpcf7-confirm, .contactForm .hero .hero__text .wpcf7-confirm,
    .hero .hero__text .contactForm .wpcf7-submit, .contactForm .hero .hero__text .wpcf7-submit, .hero .hero__text .contactForm .wpcf7c-elm-step2, .contactForm .hero .hero__text .wpcf7c-elm-step2, .hero .hero__text .pagelink li a, .pagelink li .hero .hero__text a {
      max-width: 163px; }

h1 {
  font-size: 12px;
  font-size: 1.2rem; }

h2 {
  font-size: 32px;
  font-size: 3.2rem; }

h3:not(.notstyle) {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0093BC;
  font-weight: bold;
  letter-spacing: .15em; }
  @media only screen and (max-width: 768px) {
    h3:not(.notstyle) {
      font-size: 18px;
      font-size: 1.8rem; } }
  h3:not(.notstyle):before {
    content: "";
    position: absolute;
    bottom: -.5em;
    left: 50%;
    background: rgba(0, 147, 188, 0.6);
    height: 2px;
    width: 2em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  h3:not(.notstyle) .en {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    color: #0093BC; }

h4:not(.notstyle) {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1em;
  padding: .5em 0 .5em 1em;
  font-weight: normal;
  color: #004BB1; }
  h4:not(.notstyle):after {
    content: "";
    background: #004BB1;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }

.c-title01 {
  color: #004BB1;
  font-weight: bolder;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.08em;
  position: relative;
  border-top: solid #004BB1 4px;
  border-bottom: solid #CDD6DD 1px;
  padding: 28px 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold; }
  @media only screen and (max-width: 420px) {
    .c-title01 {
      font-size: 22px;
      font-size: 2.2rem; } }

.hero--sub {
  background: #004BB1;
  background-size: cover; }
  @media only screen and (min-width: 769px) {
    .hero--sub {
      height: 200px; } }
  @media only screen and (max-width: 768px) {
    .hero--sub {
      height: 8em; } }
  @media (min-width: 1920px) {
    .hero--sub {
      background-size: cover; } }
  .hero--sub.hero--sub--service {
    background-size: cover; }
  .hero--sub.hero--sub--customerfirst {
    background-size: cover; }
  .hero--sub.hero--sub--introduction {
    background-size: cover; }
  .hero--sub.hero--sub--strength {
    background-size: cover; }
  .hero--sub .hero--sub__titlearea {
    max-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    height: 100%;
    margin: auto; }
    @media only screen and (max-width: 420px) {
      .hero--sub .hero--sub__titlearea {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .hero--sub .hero--sub__titlearea .hero--sub__title {
      font-family: "Roboto", "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      position: relative; }
      @media only screen and (min-width: 769px) {
        .hero--sub .hero--sub__titlearea .hero--sub__title:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0px;
          background: url(../images/common/title_arrow01.svg) no-repeat center center;
          width: 30px;
          height: 34px;
          -webkit-transform: translate(-200%, -50%);
          -ms-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%); }
        .hero--sub .hero--sub__titlearea .hero--sub__title:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0px;
          background: url(../images/common/title_arrow02.svg) no-repeat center center;
          width: 30px;
          height: 34px;
          -webkit-transform: translate(200%, -50%);
          -ms-transform: translate(200%, -50%);
          transform: translate(200%, -50%); } }
      @media only screen and (max-width: 420px) {
        .hero--sub .hero--sub__titlearea .hero--sub__title {
          text-align: center; } }
    .hero--sub .hero--sub__titlearea .ja {
      display: block;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0;
      color: #fff; }
      @media only screen and (max-width: 420px) {
        .hero--sub .hero--sub__titlearea .ja {
          font-size: 20px;
          font-size: 2rem; } }
    .hero--sub .hero--sub__titlearea .en {
      display: block;
      margin: 0 auto;
      font-size: 20px;
      font-size: 2rem;
      color: #0093BC;
      font-weight: normal;
      font-style: italic;
      text-align: center;
      letter-spacing: .2em; }
      @media only screen and (max-width: 420px) {
        .hero--sub .hero--sub__titlearea .en {
          font-size: 12px;
          font-size: 1.2rem; } }

.ballon {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ballon .ballon-title {
    position: relative;
    padding: 16px 16px;
    border-radius: 4px;
    background-color: #004BB1;
    color: #fff; }
    .ballon .ballon-title:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 10%;
      height: 0;
      width: 0;
      border: 8px solid transparent;
      border-top: 8px solid #004BB1;
      border-right: 8px solid #004BB1; }

/* btn
=========================================== */
.button-right:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em; }

.button-left:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em; }

.button, .contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: auto;
  height: 52px;
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 30px; }
  @media only screen and (min-width: 769px) {
    .button, .contactForm .wpcf7-confirm,
    .contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
      min-width: 292px; } }
  @media only screen and (max-width: 768px) {
    .button, .contactForm .wpcf7-confirm,
    .contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
      width: 90%;
      font-size: 14px;
      font-size: 1.4rem;
      height: 44px; } }
  @media only screen and (max-width: 420px) {
    .button, .contactForm .wpcf7-confirm,
    .contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a {
      width: 90%; } }
  .button:after, .contactForm .wpcf7-confirm:after,
  .contactForm .wpcf7-submit:after, .contactForm .wpcf7c-elm-step2:after, .pagelink li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    position: relative;
    margin-left: 4px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    right: 0; }
  .button:hover:after, .contactForm .wpcf7-confirm:hover:after,
  .contactForm .wpcf7-submit:hover:after, .contactForm .wpcf7c-elm-step2:hover:after, .pagelink li a:hover:after {
    right: -3px; }
  .button.button--default, .contactForm .button--default.wpcf7-confirm, .contactForm .pagelink li a.wpcf7-confirm, .pagelink li .contactForm a.wpcf7-confirm,
  .contactForm .button--default.wpcf7-submit, .contactForm .pagelink li a.wpcf7-submit, .pagelink li .contactForm a.wpcf7-submit, .contactForm .button--default.wpcf7c-elm-step2, .contactForm .pagelink li a.wpcf7c-elm-step2, .pagelink li .contactForm a.wpcf7c-elm-step2, .pagelink li a {
    background: #fff;
    border-color: #3B4043;
    color: #3B4043; }
    .button.button--default:hover, .contactForm .button--default.wpcf7-confirm:hover,
    .contactForm .button--default.wpcf7-submit:hover, .contactForm .button--default.wpcf7c-elm-step2:hover, .pagelink li a:hover {
      background: #f2f2f2; }
  .button.button--primary, .contactForm .wpcf7-confirm,
  .contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2, .pagelink li a.button--primary {
    background: #004BB1;
    color: #fff; }
    .button.button--primary:hover, .contactForm .wpcf7-confirm:hover,
    .contactForm .wpcf7-submit:hover, .contactForm .wpcf7c-elm-step2:hover, .pagelink li a.button--primary:hover {
      color: white;
      background: #187aff; }
  .button.button--secondary, .contactForm .button--secondary.wpcf7-confirm,
  .contactForm .button--secondary.wpcf7-submit, .contactForm .button--secondary.wpcf7c-elm-step2, .pagelink li a.button--secondary {
    background: #0093BC;
    color: white; }
    .button.button--secondary:hover, .contactForm .button--secondary.wpcf7-confirm:hover,
    .contactForm .button--secondary.wpcf7-submit:hover, .contactForm .button--secondary.wpcf7c-elm-step2:hover, .pagelink li a.button--secondary:hover {
      color: white;
      background: #23cfff; }
  .button.button--accent, .contactForm .button--accent.wpcf7-confirm,
  .contactForm .button--accent.wpcf7-submit, .contactForm .button--accent.wpcf7c-elm-step2, .pagelink li a.button--accent {
    background: #F59006;
    color: white;
    border: none;
    -webkit-box-shadow: 2px 2px 2px #F59006;
    box-shadow: 2px 2px 2px #F59006; }
    .button.button--accent:hover, .contactForm .button--accent.wpcf7-confirm:hover,
    .contactForm .button--accent.wpcf7-submit:hover, .contactForm .button--accent.wpcf7c-elm-step2:hover, .pagelink li a.button--accent:hover {
      color: white;
      background: #fbbc66; }
  .button.button--outline, .contactForm .button--outline.wpcf7-confirm,
  .contactForm .button--outline.wpcf7-submit, .contactForm .button--outline.wpcf7c-elm-step2, .pagelink li a.button--outline {
    background: transparent;
    border: 2px solid #004BB1; }
    .button.button--outline:hover, .contactForm .button--outline.wpcf7-confirm:hover,
    .contactForm .button--outline.wpcf7-submit:hover, .contactForm .button--outline.wpcf7c-elm-step2:hover, .pagelink li a.button--outline:hover {
      border-color: #0093BC; }
  .button.button--white, .contactForm .button--white.wpcf7-confirm,
  .contactForm .button--white.wpcf7-submit, .contactForm .button--white.wpcf7c-elm-step2, .pagelink li a.button--white {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff; }
  .button.button--block, .contactForm .button--block.wpcf7-confirm,
  .contactForm .button--block.wpcf7-submit, .contactForm .button--block.wpcf7c-elm-step2, .pagelink li a.button--block {
    width: 100%;
    max-width: inherit; }
  .button.button--small, .contactForm .button--small.wpcf7-confirm,
  .contactForm .button--small.wpcf7-submit, .contactForm .button--small.wpcf7c-elm-step2, .pagelink li a.button--small {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    min-width: 146px; }
  .button.button--large, .contactForm .button--large.wpcf7-confirm,
  .contactForm .button--large.wpcf7-submit, .contactForm .button--large.wpcf7c-elm-step2, .pagelink li a.button--large {
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 60px;
    height: 72px; }
  .button.button--nowide, .contactForm .button--nowide.wpcf7-confirm,
  .contactForm .button--nowide.wpcf7-submit, .contactForm .button--nowide.wpcf7c-elm-step2, .pagelink li a.button--nowide {
    min-width: inherit; }

/* dl dt dd
=========================================== */
/*横並びリスト*/
dl.dllist {
  width: 100%; }
  dl.dllist:after {
    display: block;
    clear: both; }
  dl.dllist dt {
    width: 200px;
    float: left;
    border-top: 1px dotted #ccc;
    padding-bottom: 10px;
    font-weight: bold; }
  dl.dllist dd {
    width: 500px;
    border-top: 1px dotted #ccc;
    float: left; }

/* font
=========================================== */
.text-large {
  font-size: 20px;
  font-size: 2rem; }

.text-larger {
  font-size: 24px;
  font-size: 2.4rem; }

.text-xlarge {
  font-size: 28px;
  font-size: 2.8rem; }

.text-small {
  font-size: 14.4px;
  font-size: 1.44rem; }

.text-smaller {
  font-size: 12.8px;
  font-size: 1.28rem; }

.text-xsmall {
  font-size: 11.2px;
  font-size: 1.12rem; }

.text-primary {
  color: #004BB1; }

.text-secondary {
  color: #0093BC; }

.text-red {
  color: #e98689; }

.text-blue {
  color: blue; }

.text-yellow {
  color: yellow; }

.text-green {
  color: green; }

.text-white {
  color: white; }

.text-black {
  color: #000; }

.text-gray {
  color: #CDD6DD; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-weight: normal; }

.text-100 {
  font-weight: 100; }

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

.text-italic {
  font-style: italic; }

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffff66));
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: -o-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%); }

.text-marker-thin {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%); }

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

.gothic {
  font-family: "Roboto", "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

.en {
  font-family: "Roboto", sans-serif; }

.lead {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: .5em !important;
  color: #004BB1; }

@icnlude media(xs) {
  .lead {
    font-size: 16px;
    font-size: 1.6rem; } }

.block {
  display: block; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

/* リスト
=========================================== */
.list.primary li:before {
  color: #004BB1; }

.list.secondary li:before {
  color: #0093BC; }

.list-disc {
  margin-bottom: 1em; }
  .list-disc li {
    margin-bottom: .5em;
    padding-left: .5em;
    position: relative; }
    .list-disc li:before {
      position: relative;
      vertical-align: middle;
      content: "・";
      margin-right: .5em;
      color: #004BB1; }

.list-circle {
  margin-bottom: 1em; }
  .list-circle li {
    margin-bottom: .5em;
    padding-left: .5em;
    position: relative; }
    .list-circle li:before {
      position: relative;
      vertical-align: middle;
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 1em;
      font-size: 4.8px;
      font-size: 0.48rem;
      color: #004BB1; }

.list-arrow {
  margin-bottom: 1em; }
  .list-arrow li {
    margin-bottom: .5em;
    padding-left: 1em;
    position: relative; }
    .list-arrow li:before {
      position: relative;
      vertical-align: middle;
      content: "\f152";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: .5em;
      color: #004BB1; }

.list-check {
  margin-bottom: 1em; }
  .list-check li {
    margin-bottom: .5em;
    padding-left: 2em;
    position: relative; }
    .list-check li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\f14a";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      padding: 2px 7px;
      margin-right: 3px; }

.list-number {
  counter-reset: li;
  list-style: none;
  padding-left: 0; }
  .list-number > li {
    position: relative;
    margin-bottom: .5em;
    padding-left: 2.5em; }
    .list-number > li:before {
      content: counter(li) "";
      counter-increment: li;
      position: absolute;
      left: 0;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      font-family: 'Asap', sans-serif; }
  .list-number.primary li:before {
    background: #004BB1; }
  .list-number.secondary li:before {
    background: #0093BC; }

.list-number02 {
  margin-bottom: 20px;
  list-style-type: none;
  list-style-type: decimal;
  counter-reset: li-counter;
  padding: 30px 20px 20px 80px; }
  .list-number02 > li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0.5em;
    min-height: 3em;
    border-bottom: 1px dotted #CDD6DD; }
    .list-number02 > li:before {
      position: absolute;
      top: 0;
      left: -1em;
      width: 0.2em;
      font-size: 3em;
      line-height: 1;
      text-align: right;
      content: counter(li-counter);
      counter-increment: li-counter;
      font-family: 'Asap', sans-serif; }
    .list-number02 > li:last-child {
      margin-bottom: 0; }

.table-break th,
.table-break td {
  width: 100%;
  display: block; }

.table-sinryo, .table-sinryo-lg {
  margin-bottom: 5px !important;
  text-align: center;
  color: #00204b;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3; }
  .table-sinryo th, .table-sinryo-lg th {
    color: #fff;
    background: #f47e7c;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 6px; }
  .table-sinryo td, .table-sinryo-lg td {
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.5); }
  .table-sinryo-lg {
    font-size: 20px;
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px; }

.table-a {
  margin-bottom: 3rem;
  background: white;
  border: 1px solid #ddd;
  width: 100%; }
  .table-a tr:first-child {
    border-top: 1px solid #ddd; }
  .table-a th {
    background-color: #004BB1;
    font-weight: normal;
    padding: 15px;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .table-a td {
    padding: 15px;
    text-align: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle; }

.table-b {
  margin-bottom: 3rem;
  background: white;
  width: 100%; }
  .table-b tr:first-child {
    border-top: 1px solid #0093BC; }
  .table-b th {
    background-color: rgba(0, 147, 188, 0.6);
    font-weight: normal;
    padding: .5em 1em;
    text-align: center;
    color: #001b23;
    vertical-align: middle;
    font-weight: bold;
    border-right: 1px solid #0093BC;
    border-bottom: 1px solid #0093BC; }
  .table-b td {
    padding: .5em 1em;
    text-align: left;
    border-bottom: 1px solid #0093BC;
    vertical-align: middle; }

.table-c {
  margin-bottom: 3rem;
  background: white;
  width: 100%; }
  .table-c th {
    background-color: #EAEAEA;
    font-weight: normal;
    padding: .5em 1em;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #CDD6DD; }
    @media only screen and (max-width: 420px) {
      .table-c th {
        width: 100%;
        float: none;
        display: block; } }
  .table-c td {
    padding: .5em 1em;
    text-align: left;
    border: 1px solid #CDD6DD;
    vertical-align: middle; }
    @media only screen and (max-width: 420px) {
      .table-c td {
        width: 100%;
        float: none;
        display: block; } }

@media only screen and (max-width: 768px) {
  .table-scroll {
    display: block;
    overflow-x: auto; } }

@media only screen and (max-width: 768px) {
  .table-block tr {
    display: block; }
    .table-block tr th {
      display: block; }
    .table-block tr td {
      display: block; } }

.section {
  padding-top: 4em;
  padding-bottom: 4em; }
  @media only screen and (max-width: 420px) {
    .section {
      padding-top: 2em;
      padding-bottom: 2em; } }

.padding {
  padding: 2em; }
  @media only screen and (max-width: 420px) {
    .padding {
      padding: 1em; } }

.padding {
  padding-top: 2em;
  padding-bottom: 2em; }
  .padding-small {
    padding-top: 0.5em;
    padding-bottom: 1em; }
  .padding-large {
    padding-top: 2em;
    padding-bottom: 4em; }

.mb {
  padding-bottom: 2em; }
  .mb-small {
    padding-bottom: 1em; }
  .mb-large {
    padding-bottom: 2em; }

/* background
=========================================== */
.bg-gray {
  background: rgba(234, 234, 234, 0.7); }

.bg-white {
  background: rgba(255, 255, 255, 0.7);
  color: #3B4043; }

.bg-accent {
  background: rgba(245, 144, 6, 0.1); }

.bg-primary {
  background: rgba(0, 75, 177, 0.1); }

.bg-secondary {
  background: rgba(0, 147, 188, 0.1); }

/* box
=========================================== */
.box {
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  .box .box-title {
    margin-bottom: .5em;
    font-weight: bold; }

.box-primary {
  background-color: rgba(0, 75, 177, 0.2);
  border-color: rgba(0, 75, 177, 0.2); }

.box-secondary {
  background-color: rgba(0, 147, 188, 0.2);
  border-color: rgba(0, 147, 188, 0.2); }

.box-default {
  background-color: rgba(205, 214, 221, 0.2);
  border-color: rgba(205, 214, 221, 0.2); }

/* pattan01
=========================================== */
dl.qaItem {
  display: block;
  overflow: hidden;
  padding: 1em;
  margin: 1em 0 1em;
  width: 100%;
  background: #fff;
  border: 1px solid #CDD6DD; }
  dl.qaItem dt {
    margin-bottom: 15px;
    padding: .5em 1em;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    background: #004BB1; }
    dl.qaItem dt:before {
      content: "Q";
      color: #004BB1;
      background: #3289ff;
      margin-right: 10px;
      padding: 2px 7px; }
  dl.qaItem dd {
    margin-bottom: 30px;
    padding-left: 32px;
    position: relative;
    margin-left: 40px; }
    dl.qaItem dd:before {
      content: "A";
      width: 20px;
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      color: white;
      background: #0093BC;
      text-align: center; }

/* pattan02
=========================================== */
dl.qaItem02 {
  display: block;
  overflow: hidden;
  padding: 1em;
  margin: 1em 0 1em;
  width: 100%;
  background: #fff; }
  dl.qaItem02 dt {
    position: relative;
    padding: .5em .75em;
    background-color: #fff;
    border: 1px solid #004BB1;
    border-radius: 6px;
    margin-bottom: 1.5em;
    color: #004BB1; }
    dl.qaItem02 dt:before, dl.qaItem02 dt:after {
      position: absolute;
      top: 100%;
      left: 30px;
      content: '';
      height: 0;
      width: 0;
      border: 10px solid transparent; }
    dl.qaItem02 dt:before {
      border-top: 15px solid #004BB1; }
    dl.qaItem02 dt:after {
      margin-top: -2px;
      border-top: 15px solid #fff; }
  dl.qaItem02 dd {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dotted #CDD6DD; }

.dl-privacy {
  margin-top: 1em; }
  .dl-privacy dt {
    margin-bottom: .5em;
    font-size: 16.8px;
    font-size: 1.68rem; }
  .dl-privacy dd {
    margin-bottom: 1em; }

.list-sitemap-title {
  border-bottom: 3px double #CDD6DD;
  padding-bottom: .5em; }

.list-sitemap ul {
  margin: 0 auto;
  padding: 1%; }
  .list-sitemap ul > li {
    margin: 4px 0;
    font-weight: bold; }
    .list-sitemap ul > li ul.children {
      margin: 0.5em 0 1em 20px; }
      .list-sitemap ul > li ul.children li {
        font-weight: normal; }

/* background
=========================================== */
.bread {
  background: #3B4043;
  padding: .5em;
  margin-bottom: 0; }
  .bread ul {
    display: inline-block;
    padding: .2em 1em; }
    .bread ul li {
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block; }
      .bread ul li:after {
        margin-left: 5px;
        content: ">"; }
      .bread ul li:last-child:after {
        content: ""; }
      .bread ul li a {
        color: #fff;
        text-decoration: none; }

/*共通で使うパーツ**/
.c-padding, .secPage {
  padding: 40px 20px 60px 20px; }
  @media only screen and (max-width: 768px) {
    .c-padding, .secPage {
      padding: 1.5em 0; } }

.page_under main {
  margin-top: 2em;
  margin-bottom: 2em; }

.secPage .row figure {
  margin-bottom: 1em; }

.secPage p {
  margin-bottom: 1.5em; }

.secPage figure {
  display: block;
  width: 100%; }

.text-block {
  margin-bottom: 2em; }

.hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.img-parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 450px; }
  @media only screen and (max-width: 768px) {
    .img-parallax {
      height: 250px; } }

.image--right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 476px; }

.col-wide {
  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;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .col-wide.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .col-wide.reverse .col-wide__text {
      margin-left: auto;
      padding-right: 5%;
      padding-left: 0; }
  .col-wide__text {
    max-width: 520px;
    z-index: 3;
    position: relative;
    margin-right: auto;
    padding-left: 5%; }
  .col-wide__image {
    height: 475px;
    overflow: hidden;
    position: relative; }

.button.button_top, .contactForm .button_top.wpcf7-confirm,
.contactForm .button_top.wpcf7-submit, .contactForm .button_top.wpcf7c-elm-step2, .pagelink li a.button_top {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: #004BB1 solid 1px; }
  .button.button_top:after, .contactForm .button_top.wpcf7-confirm:after,
  .contactForm .button_top.wpcf7-submit:after, .contactForm .button_top.wpcf7c-elm-step2:after, .pagelink li a.button_top:after {
    content: none; }

.topSession a {
  text-decoration: none; }
  .topSession a p:not(.notstyle) {
    color: #3B4043; }

.topSession figure {
  background: #fff;
  border: rgba(234, 234, 234, 0.7) solid 2px; }
  .topSession figure img {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .topSession figure img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover; } }
  .topSession figure p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 12px; }
    .topSession figure p.sessionTitle {
      font-size: 18px;
      font-size: 1.8rem;
      color: #004BB1;
      font-weight: bold; }
  .topSession figure .sessionDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .topSession figure .sessionDetail p {
      padding: 4px 12px; }
      .topSession figure .sessionDetail p.target {
        border-radius: 20px;
        background: #0093BC;
        color: #fff;
        font-size: 10px;
        font-size: 1rem; }
      .topSession figure .sessionDetail p.more a {
        color: #98A6B5;
        font-size: 12px;
        font-size: 1.2rem;
        position: relative;
        padding-right: 16px;
        text-decoration: none; }
        .topSession figure .sessionDetail p.more a:after {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media only screen and (max-width: 768px) {
  .topSession .col-xs-12 {
    max-width: 400px;
    margin: 0 auto; } }

.contact__box {
  text-align: center;
  max-width: 600px;
  padding: 2em;
  color: #0093BC;
  border: 2px solid #0093BC;
  background: #fff;
  margin: auto; }
  .contact__box .contact_box_tel {
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "Roboto", sans-serif;
    color: #004BB1;
    font-weight: bold; }

.contactForm .table-contact {
  margin: 1.5em auto;
  border-top: 1px solid #ccc; }
  .contactForm .table-contact th {
    padding: 1em;
    text-align: left;
    background: #3289ff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    vertical-align: middle;
    background: #fff;
    width: 30%; }
    @media only screen and (max-width: 420px) {
      .contactForm .table-contact th {
        border-bottom: none;
        border-top: 1px solid #ccc; } }
  .contactForm .table-contact td {
    padding: 1em;
    background: white;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    color: #666;
    text-align: left;
    background: #f2f2f2; }
    @media only screen and (max-width: 420px) {
      .contactForm .table-contact td {
        border-bottom: none;
        border-top: 1px solid #ccc; } }
    .contactForm .table-contact td input[type="text"],
    .contactForm .table-contact td textarea, .contactForm .table-contact td input[type="email"], .contactForm .table-contact td input[type="tel"],
    .contactForm .table-contact td input[type="date"] {
      padding: 1.5em;
      border-radius: 2px;
      border: 1px solid #004BB1;
      background: #fff; }
      @media only screen and (max-width: 420px) {
        .contactForm .table-contact td input[type="text"],
        .contactForm .table-contact td textarea, .contactForm .table-contact td input[type="email"], .contactForm .table-contact td input[type="tel"],
        .contactForm .table-contact td input[type="date"] {
          padding: .2em;
          min-height: 50px;
          line-height: 1;
          font-size: 16px;
          font-size: 1.6rem; } }
      .contactForm .table-contact td input[type="text"]:focus,
      .contactForm .table-contact td textarea:focus, .contactForm .table-contact td input[type="email"]:focus, .contactForm .table-contact td input[type="tel"]:focus,
      .contactForm .table-contact td input[type="date"]:focus {
        background: #ffffca; }
      .contactForm .table-contact td input[type="text"].wpcf7c-conf,
      .contactForm .table-contact td textarea.wpcf7c-conf, .contactForm .table-contact td input[type="email"].wpcf7c-conf, .contactForm .table-contact td input[type="tel"].wpcf7c-conf,
      .contactForm .table-contact td input[type="date"].wpcf7c-conf {
        background: transparent !important;
        border-bottom: none !important; }
    .contactForm .table-contact td input[type="text"], .contactForm .table-contact td input[type="email"], .contactForm .table-contact td input[type="tel"] {
      width: 100%; }
    .contactForm .table-contact td input[type="radio"] {
      margin-right: 8px; }
    @media only screen and (min-width: 769px) {
      .contactForm .table-contact td .traning-session input {
        max-width: 40em; }
      .contactForm .table-contact td .your-name input, .contactForm .table-contact td .nationality input {
        max-width: 20em; }
      .contactForm .table-contact td .your-furigana input, .contactForm .table-contact td .your-email input {
        max-width: 30em; }
      .contactForm .table-contact td .your-age input {
        max-width: 5em; }
      .contactForm .table-contact td .your-contact input, .contactForm .table-contact td .phone-number input {
        max-width: 15em; }
      .contactForm .table-contact td .your-address input {
        max-width: 60em; }
      .contactForm .table-contact td .relationship input {
        max-width: 10em; } }
    .contactForm .table-contact td textarea {
      width: 100%; }
    .contactForm .table-contact td.contactForm__tel {
      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; }
      .contactForm .table-contact td.contactForm__tel input {
        min-width: 220px; }
        @media only screen and (max-width: 420px) {
          .contactForm .table-contact td.contactForm__tel input {
            min-width: 33%; } }
    .contactForm .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio > span {
      margin-right: 16px;
      display: inline-block; }
  @media only screen and (max-width: 768px) {
    .contactForm .table-contact td,
    .contactForm .table-contact th {
      width: 100%;
      display: block;
      padding: .8em; }
    .contactForm .table-contact label {
      display: block; }
    .contactForm .table-contact textarea,
    .contactForm .table-contact input[type="text"] {
      width: 100%; } }
  .contactForm .table-contact .required {
    background: #e98689;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 8px;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: right; }
  .contactForm .table-contact .nini {
    background: #CDD6DD;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 8px;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: right; }
  .contactForm .table-contact ::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px;
    font-size: 1.8rem; }
  .contactForm .table-contact :-ms-input-placeholder {
    color: #ccc;
    font-size: 18px;
    font-size: 1.8rem; }
  .contactForm .table-contact ::-ms-input-placeholder {
    color: #ccc;
    font-size: 18px;
    font-size: 1.8rem; }
  .contactForm .table-contact ::placeholder {
    color: #ccc;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .contactForm .table-contact ::-webkit-input-placeholder {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .contactForm .table-contact :-ms-input-placeholder {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .contactForm .table-contact ::-ms-input-placeholder {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; }
      .contactForm .table-contact ::placeholder {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1; } }

.contactForm .wpcf7-confirm,
.contactForm .wpcf7-submit, .contactForm .wpcf7c-elm-step2 {
  display: block;
  margin: auto;
  width: 100%; }

.contactForm .wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  background: #555;
  margin-bottom: 1em; }

.contactForm .contactPrivacy {
  background: #fff;
  padding: 1em;
  height: 200px;
  overflow-y: scroll; }

.contactForm div.wpcf7-validation-errors, .contactForm div.wpcf7-acceptance-missing {
  border-bottom: 2px solid #ff0000;
  background: #ff0000;
  color: #fff;
  padding: 1em;
  text-align: center; }

.secPage--newsSingle {
  max-width: 800px;
  margin: 2em auto; }
  .secPage--newsSingle p.cal {
    text-align: right;
    font-size: 12px;
    color: gray; }

.secPage--newsSingle__box {
  margin-bottom: 4em; }

figure.wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modPager > div {
    width: 50%; }

.secPage--newsSingle__box {
  margin-bottom: 4em; }

.news_box {
  margin: 0 0 40px 0; }

dl.info_dl {
  padding: 2em;
  border-bottom: 1px dotted #000; }
  dl.info_dl:first-of-type {
    border-top: 1px dotted #000; }

.info_dl .cate_link {
  font-size: 12px;
  padding: 8px 12px;
  margin-right: 12px;
  color: #fff;
  background: #004BB1;
  text-decoration: none; }

dl.info_dl dt {
  float: left;
  max-width: 200px;
  width: 100%;
  color: #282828;
  font-size: 100%; }

dl.info_dl dd {
  padding: 0 25px 0 200px; }

dl.info_dl dd a {
  font-size: 100%;
  text-decoration: none; }

.info_dl time {
  display: inline-block; }

h3.tit_detail {
  font-size: 115%;
  color: #666;
  border-bottom: 1px solid #c9c8c3;
  padding: 0 0 6px 0;
  margin: 0 0 30px 0; }

dl.info_dl dt span {
  display: inline-block; }

span.news a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  width: 65px;
  padding: 2px 0 2px;
  background: #004BB1;
  border-radius: 6px;
  font-size: 85%;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

span.news a:hover {
  background: #004BB1; }

span.blog a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  width: 65px;
  padding: 2px 0 2px;
  background: #b3b3b3;
  border-radius: 6px;
  font-size: 85%;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

span.blog a:hover {
  background: #cdcdcd; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto; }
  @media only screen and (min-width: 769px) {
    img[class*="wp-image-"],
    img[class*="attachment-"] {
      margin-right: 1em;
      margin-left: 1em; } }
  @media only screen and (max-width: 420px) {
    img[class*="wp-image-"],
    img[class*="attachment-"] {
      margin-bottom: 1em;
      width: 100%; } }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.post_content:before {
  content: " ";
  display: table; }

.post_content:after {
  content: " ";
  display: table;
  clear: both; }

.post_content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto; }

.post_content .wp-caption {
  margin-bottom: 1em; }

.post_content h1 {
  font-size: 25px; }

.post_content h2 {
  font-size: 22px; }

.post_content h3 {
  font-size: 19px; }

.post_content h4 {
  font-size: 16px; }

.post_content h5 {
  font-size: 13px; }

.post_content h6 {
  font-size: 10px; }

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  font-weight: bold; }

.post_content em {
  font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
  font-style: italic; }

.post p {
  margin-bottom: .5em; }

.post h2 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1em; }

.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3em; }
  .pagelink li {
    padding: 1em; }
    .pagelink li a {
      width: 100%;
      padding: 0 20px;
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem; }
      .pagelink li a:after {
        content: none; }

.worksTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: -1em;
  margin-left: -1em;
  padding: 1rem; }
  @media only screen and (max-width: 768px) {
    .worksTab__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .worksTab__list > li {
    margin: 0 .5em;
    min-width: calc((100% / 5) - 2em);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .worksTab__list > li {
        min-width: calc((100% / 2) - 1em);
        padding-bottom: 1em; } }
    @media only screen and (max-width: 420px) {
      .worksTab__list > li {
        min-width: calc(100% - 1em); } }
    .worksTab__list > li a {
      border: 1px solid #004BB1;
      padding: 10px 0;
      display: block;
      text-decoration: none;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .worksTab__list > li a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .worksTab__list > li a:hover {
        background: -webkit-repeating-linear-gradient(135deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
        background: -o-repeating-linear-gradient(135deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
        background: repeating-linear-gradient(-45deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
        color: #fff; }

.detail_box p {
  margin-bottom: 1em; }

.clearfix {
  overflow: hidden; }

iframe.wp-embedded-content {
  width: 100%; }

.newsBlock .commonInfo__list {
  border-top: 1px solid #CDD6DD; }

.newsBlock .commonInfo__item {
  border-bottom: 1px solid #CDD6DD; }

@media only screen and (min-width: 769px) {
  .commonInfo .c-title01 {
    margin-bottom: 30px; } }

.commonInfo .commonInfo__list {
  margin-bottom: 40px; }

.commonInfo .commonInfo__item {
  border-bottom: 1px solid #CDD6DD;
  width: 100%;
  line-height: 2.5em; }
  .commonInfo .commonInfo__item a {
    display: block;
    padding: 12px;
    color: #3B4043;
    text-decoration: none; }
    .commonInfo .commonInfo__item a .day {
      color: #98A6B5; }
    .commonInfo .commonInfo__item a .commonInfo__title:before {
      color: #CDD6DD; }
    .commonInfo .commonInfo__item a:hover {
      color: #9fa6ab; }

.commonInfo .commonInfo__text {
  letter-spacing: -.06em; }

.commonInfo .cate {
  margin-right: 10px;
  background: #fff;
  color: #0093BC;
  border: #0093BC 1px solid;
  padding: 8px 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 100px; }
  .commonInfo .cate a[href*="/info"] {
    background-color: #0093BC; }

.commonInfo .day {
  margin: 0 20px;
  font-size: 14px;
  font-size: 1.4rem; }
  .commonInfo .day time {
    display: inline; }

.commonInfo .commonInfo__title {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  line-height: 1.5em; }
  .commonInfo .commonInfo__title:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -16px;
    padding: 0 4px; }

.pageVoice .pageVoice__header {
  position: relative;
  margin-bottom: 2em; }
  .pageVoice .pageVoice__header img {
    width: 100%;
    margin: 0; }

@media only screen and (min-width: 769px) {
  .pageVoice .pageVoice__header__title {
    position: absolute;
    width: 100%;
    background: rgba(0, 75, 177, 0.6);
    bottom: 0;
    left: 0;
    padding: 12px; }
    .pageVoice .pageVoice__header__title h3 {
      color: #fff; }
    .pageVoice .pageVoice__header__title .topVoice__area {
      color: #fff;
      text-align: center; } }

/*Gナビの親ページのリンクを外す*/
/*アコーディオン設定*/
.menu-item-has-children {
  position: relative; }

.sub-menu {
  background: #fff; }
  .sub-menu .menu-item {
    border-top: #004BB1 solid 1px; }
    .sub-menu .menu-item a {
      color: #004BB1 !important; }
  @media only screen and (min-width: 769px) {
    .sub-menu {
      display: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 120%;
      min-width: 240px;
      z-index: 20; }
      .sub-menu .menu-item {
        border-top: #fff solid 1px; }
      .sub-menu.open {
        display: block; } }

.img--01 {
  position: relative; }
  .img--01:after {
    background: url(../images/common/ptn_yellow.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1; }

.callout {
  background: #004BB1;
  padding: 1.8em 0 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 3em; }
  @media only screen and (max-width: 768px) {
    .callout {
      height: 8em;
      margin-bottom: 48px; } }
  .callout h3 {
    display: block;
    color: #fff;
    max-width: 1040px;
    font-weight: normal;
    margin-bottom: 0px; }
    .callout h3 span {
      display: block;
      color: #F59006;
      font-size: 80px;
      font-size: 8rem;
      font-weight: bold;
      line-height: 1.1; }
      @media only screen and (max-width: 768px) {
        .callout h3 span {
          font-size: 64px;
          font-size: 6.4rem; } }
      @media only screen and (max-width: 420px) {
        .callout h3 span {
          font-size: 48px;
          font-size: 4.8rem; } }
  .callout:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 0px;
    border-color: #004BB1;
    border-style: solid;
    border-width: 12px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent; }

.no-padding-top {
  padding-top: 0px; }

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

.title-stripe {
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: -webkit-repeating-linear-gradient(135deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
  background: -o-repeating-linear-gradient(135deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
  background: repeating-linear-gradient(-45deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
  color: #fff !important; }

/*customerfirst*/
.add_arrow {
  position: relative; }
  .add_arrow:after {
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0a9";
    color: #F59006;
    font-size: 240%; }
    @media only screen and (max-width: 768px) {
      .add_arrow:after {
        -webkit-transform: rotate(90deg) translateX(0%) translateY(30%);
        -ms-transform: rotate(90deg) translateX(0%) translateY(30%);
        transform: rotate(90deg) translateX(0%) translateY(30%);
        right: auto;
        left: 50%;
        top: auto;
        bottom: -20px; } }

/*service*/
.serviceBlock .callout {
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: -webkit-repeating-linear-gradient(135deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
  background: -o-repeating-linear-gradient(135deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px);
  background: repeating-linear-gradient(-45deg, #004BB1, #004BB1 5px, rgba(0, 75, 177, 0.95) 5px, rgba(0, 75, 177, 0.95) 10px); }
  .serviceBlock .callout h3 {
    letter-spacing: 2px; }
  .serviceBlock .callout:after {
    content: none; }

/*company*/
@media only screen and (min-width: 769px) {
  .companyBlock .table-c th {
    width: 25%; } }

/*contact*/
.wpcf7-form {
  width: 100%; }
  .wpcf7-form table {
    width: 100%; }

div.wpcf7 {
  width: 100%; }

/*privacy*/
.privacyBlock .box {
  padding: 2em; }
  .privacyBlock .box ol {
    margin-bottom: 2em;
    margin-left: 2em; }
    .privacyBlock .box ol li {
      margin-bottom: 2em;
      list-style-type: decimal; }

/*member*/
.memberBlock .text-large {
  line-height: 1.2em; }

/*enlgihs*/
.secEnglish {
  position: relative;
  height: 360px !important;
  background: url(../images/english/english_001.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.secEnglish .secEnglish__textarea {
  position: absolute;
  top: 68px;
  right: 30px;
  text-align: left; }

.secEnglish .secEnglish__textarea p {
  font-family: "Abel", sans-serif;
  color: #fff;
  font-size: 40px;
  font-size: 4rem; }

.secEnglish .secEnglish__textarea p span {
  font-family: "Roboto", "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

.secEnglish img {
  margin-bottom: 50px; }

.secEnglish p {
  color: #707070; }

.secPage2 {
  margin: 50px 0;
  padding: 0 50px; }

.en_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-bottom: solid #CDD6DD 1px; }
  .en_nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #707F89;
    padding: 20px; }

.en_nav a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.en_nav a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible; }

.en_nav a:hover {
  color: #004BB1; }

.secPage4 .en_bl_1 {
  margin: 30px 0 30px;
  padding-bottom: 30px; }

.englishBlock img {
  width: 430px;
  height: auto; }

.secPage4 button {
  background: none;
  border: none;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  float: right; }

.secPage4 button a {
  border-radius: 20px;
  background: #004BB1;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 12px 35px; }

.secPage4 button a:hover {
  text-decoration: underline; }

.secPage4 .secp-4 {
  font-size: 20px;
  font-weight: bold;
  color: #3B4043;
  padding-bottom: 30px; }

.secPage4 p {
  font-size: 20px;
  color: #707070;
  padding-bottom: 30px;
  line-height: 34px; }

@media (max-width: 480px) {
  .en_nav li {
    font-size: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .secPage4 .en_bl_2 {
    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; } }
