@charset "UTF-8";
/* Utilities */
/* Base */
/* =====================================
Reset
====================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote :before,
  blockquote :after,
  q :before,
  q :after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

*,
:before,
:after {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414D62;
  background: #F0F0F0;
  font: 400 1.4rem / 1.8 "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1; }
  @media screen and (min-width: 900px) {
    body {
      font-size: 1.6rem; } }

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom; }

a {
  color: #414D62;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    opacity: .7; }

/* Layout */
/*
* Layout
* ================================== */
.wrapper {
  position: relative;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 60px;
  overflow: hidden; }
  @media screen and (min-width: 900px) {
    .wrapper {
      padding-top: 80px; } }

.section {
  padding: 36px 0; }
  @media screen and (min-width: 900px) {
    .section {
      padding: 80px 0; } }

.container {
  padding: 0 8.5333vw;
  margin: 0 auto; }
  @media screen and (min-width: 1232px) {
    .container {
      max-width: 1168px;
      padding: 0; } }

.section_ttl {
  position: relative;
  padding-top: 34px;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center; }
  .section_ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    margin: 0 auto;
    background: #063D96; }
  .section_ttl-jp {
    display: block;
    font-size: 2em;
    font-family: "Noto Serif JP", serif;
    font-weight: 400; }
  .section_ttl-en {
    color: #063D96;
    font-size: .375em;
    font-family: "Frank Ruhl Libre", serif;
    text-transform: uppercase; }
  .section_ttl-wh {
    color: #fff; }
    .section_ttl-wh:before {
      background: #fff; }
    .section_ttl-wh .section_ttl-en {
      color: #fff; }
  @media screen and (min-width: 900px) {
    .section_ttl-jp {
      font-size: 3.2rem; } }

.section_lead {
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 2; }
  @media screen and (min-width: 900px) {
    .section_lead {
      margin: 40px; } }

.img100 {
  width: 100%; }

.alignc {
  text-align: center; }

.alignr {
  text-align: right; }

.alignl {
  text-align: left; }

.service_list__ttl:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  margin-right: 4px;
  background: #063D96;
  vertical-align: middle; }

.service_list__link, .recruit_list__link {
  position: relative; }
  .service_list__link:after, .recruit_list__link:after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #063D96 transparent; }

.bg_bl {
  background: #DCE2EB; }

.movie_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 900px) {
    .movie_wrap {
      height: auto;
      padding-top: 0; } }

/* block
====================================== */
@media screen and (max-width: 599px) {
  .flex_block__img + .flex_block__content,
  .flex_block__content + .flex_block__img {
    margin: 40px 0 0; } }

@media screen and (min-width: 900px) {
  .flex_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .flex_block-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .flex_block-re {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .flex_block__img {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      text-align: center; }
    .flex_block__content {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0 56px; } }

.grid_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 16px 24px;
      grid-template-areas: "head" "img" "content"; }
  .grid_block__head, .grid_block__img, .grid_block__content {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    grid-row: auto; }
  .grid_block__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: head;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.8em; }
    @media screen and (min-width: 600px) {
      .grid_block__head {
        font-size: 18px;
        font-size: 1.8rem; } }
    .grid_block__head:first-of-type {
      margin-top: 0; }
  .grid_block__img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: img; }
  .grid_block__content {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: content; }
  @media screen and (min-width: 900px) {
    .grid_block {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 56px 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-gap: 24px 56px;
          grid-template-areas: "img head" "img content"; }
    .grid_block__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .grid_block__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
    .grid_block__content {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }

/*
* Form
* ================================== */
.form input,
.form button,
.form textarea,
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  outline: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit; }

.form ::-ms-reveal {
  display: none; }

.form ::-ms-expand {
  display: none; }

.form :placeholder-shown {
  color: #8C97AC; }

.form :-webkit-input-placeholder {
  color: #8C97AC; }

.form :-ms-input-placeholder {
  color: #8C97AC; }

.form ::-webkit-input-placeholder {
  color: #8C97AC; }

.form ::-moz-placeholder {
  color: #8C97AC; }

.form ::-ms-input-placeholder {
  color: #8C97AC; }

.form ::placeholder {
  color: #8C97AC; }

.form [type="date"],
.form [type="email"],
.form [type="password"],
.form [type="search"],
.form [type="text"],
.form select,
.form textarea {
  display: block;
  width: 100%;
  color: inherit;
  font-family: inherit; }

.form button,
.form [type="checkbox"],
.form [type="radio"],
.form [type="submit"],
.form select,
.form label {
  cursor: pointer; }

.form button {
  display: block;
  width: 100%;
  margin: 24px auto 16px;
  padding: 16px 0;
  color: #fff;
  background: #063D96;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .form button:hover {
    background-color: #084dbd; }

.form .field + .field {
  margin-top: 32px; }

.form .field [type="date"],
.form .field [type="email"],
.form .field [type="password"],
.form .field [type="search"],
.form .field [type="text"],
.form .field select,
.form .field textarea {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #8C97AC;
  letter-spacing: .05em; }
  .form .field [type="date"]:focus,
  .form .field [type="email"]:focus,
  .form .field [type="password"]:focus,
  .form .field [type="search"]:focus,
  .form .field [type="text"]:focus,
  .form .field select:focus,
  .form .field textarea:focus {
    border-color: #063D96; }

.form .field [type="date"],
.form .field [type="email"],
.form .field [type="password"],
.form .field [type="search"],
.form .field [type="text"] {
  height: 48px;
  line-height: 48px; }

.form .field .field_type {
  display: block;
  margin: 0 0 8px;
  color: rgba(65, 77, 98, 0.5);
  font-size: 1.4rem; }

.form .field select {
  background-image: url(../img/common/chevron-down.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 16px; }

.form .field [type="radio"] {
  display: none; }
  .form .field [type="radio"] + label {
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 8px 12px 8px 32px;
    color: rgba(65, 77, 98, 0.5);
    border: 1px solid #8C97AC;
    border-radius: 4px;
    cursor: pointer; }
    .form .field [type="radio"] + label:before, .form .field [type="radio"] + label:after {
      content: '';
      display: block;
      position: absolute; }
    .form .field [type="radio"] + label:before {
      top: calc(50% - 8px);
      left: 8px;
      width: 16px;
      height: 16px;
      border: 1px solid #8C97AC;
      border-radius: 50%; }
    .form .field [type="radio"] + label:after {
      top: calc(50% - 4px);
      left: 12px;
      width: 8px;
      height: 8px;
      background: rgba(140, 151, 172, 0.5);
      border-radius: 50%; }
  .form .field [type="radio"]:checked + label {
    color: #063D96;
    border-color: #063D96; }
  .form .field [type="radio"]:checked + label:after {
    background: #063D96; }

.form .field [type="checkbox"] {
  display: none; }
  .form .field [type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    cursor: pointer; }
    .form .field [type="checkbox"] + label p {
      display: inline-block; }
    .form .field [type="checkbox"] + label:before, .form .field [type="checkbox"] + label:after {
      content: '';
      display: block;
      position: absolute; }
    .form .field [type="checkbox"] + label:before {
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #8C97AC; }
    .form .field [type="checkbox"] + label:after {
      top: calc(50% - 6px);
      left: 3px;
      width: 12px;
      height: 12px;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .form .field [type="checkbox"]:checked + label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22eye%22%3E%20%3Cpath%20fill%3D%22%23444%22%20d%3D%22M16.074%2C55.049c0.369%2C0.534%2C0.975%2C0.838%2C1.615%2C0.838c0.133%2C0%2C0.269-0.049%2C0.404-0.076%20c0.098%2C0.016%2C0.193%2C0.064%2C0.292%2C0.064c0.575%2C0%2C1.134-0.249%2C1.526-0.681l43.514-43.521c0.785-0.784%2C0.785-2.056%2C0-2.841%20c-0.784-0.784-2.056-0.784-2.84%2C0l-42.52%2C42.526L3.725%2C37.021c-0.784-0.785-2.056-0.785-2.84%2C0c-0.785%2C0.784-0.785%2C2.056%2C0%2C2.841%20L16.074%2C55.049z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain; }

/*
* Header
* ================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  width: 100%;
  padding: 0 5%;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(1, 24, 60, 0.1);
          box-shadow: 0 10px 10px 0 rgba(1, 24, 60, 0.1);
  z-index: 1000; }
  .header__logo {
    display: inline-block;
    width: 156px;
    height: 32px;
    z-index: 3; }
  .header__tel dl {
    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;
    width: 100%;
    padding: 0 40px; }
  .header__tel dt, .header__tel dd {
    width: 50%;
    color: #063D96;
    font-size: 1.4rem; }
  .header__contact {
    display: block;
    width: 100%;
    height: 80px;
    margin: 24px auto 0;
    color: #fff;
    background: #063D96;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px; }
  @media screen and (min-width: 900px) {
    .header {
      min-height: 80px;
      padding-right: 0; }
      .header__logo {
        width: 225px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 225px;
                flex: 0 0 225px;
        height: 45px; }
      .header__tel {
        width: 17%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 17%;
                flex: 0 0 17%;
        min-width: 183px;
        margin-left: 3.8%; }
        .header__tel dl {
          padding: 0; }
        .header__tel dt {
          width: 38.25%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 38.25%;
                  flex: 0 0 38.25%; }
        .header__tel dd {
          width: 61.75%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 61.75%;
                  flex: 0 0 61.75%;
          text-align: right; }
      .header__contact {
        max-width: 240px;
        margin: 0 0 0 3.2%; } }

/*
* Nabigation
* ================================== */
.gnav__link, .gnav_sub__name {
  color: #414D62;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: .05em; }

/* body fixed */
@media screen and (max-width: 899px) {
  body.gnav_is-open {
    overflow: hidden; } }

.gnav__item {
  margin: 0 0 1em;
  text-align: left; }

.gnav__link {
  display: block;
  padding: .5em 0;
  overflow: hidden; }
  .gnav__link:hover {
    color: #e0e0e0; }

@media screen and (max-width: 899px) {
  .gnav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    height: 100vh;
    background: #fff;
    z-index: 8000; }
    .gnav__inner {
      height: 100%;
      margin: auto;
      padding: 48px 40px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

@media screen and (min-width: 900px) {
  .gnav {
    width: 76.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.3%;
            flex: 0 0 76.3%;
    margin-left: auto; }
    .gnav__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 100%; }
    .gnav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; }
    .gnav__item {
      margin: 0 0 0 3.8%; }
      .gnav__item:first-of-type {
        margin-left: 0; }
    .gnav__link {
      font-size: 1.6rem; } }

/* globalnav sub
====================================== */
.gnav_sub {
  position: relative; }
  .gnav_sub__name {
    position: relative;
    display: inline-block; }
  .gnav_sub__list a {
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.4; }
  @media screen and (max-width: 899px) {
    .gnav_sub__name {
      padding-left: 12px;
      border-left: 4px solid #063D96;
      line-height: 1.2; } }
  @media screen and (min-width: 900px) {
    .gnav_sub__list {
      position: relative;
      padding: 24px;
      background: #DCE2EB; }
      .gnav_sub__list a {
        padding: 6px 0; }
        .gnav_sub__list a:hover {
          color: rgba(65, 77, 98, 0.6); }
    .gnav_sub__name {
      font-size: 1.6rem; }
      .gnav_sub__name:after {
        content: '';
        display: inline-block;
        height: 13px;
        width: 13px;
        border-style: solid;
        border-width: 1px 1px 0 0;
        border-color: #414D62;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        position: relative;
        margin-left: 8px;
        top: -4px; } }
    @media screen and (min-width: 900px) and (min-width: 600px) {
      .gnav_sub__name:after {
        width: calc(13px / 2);
        height: calc(13px / 2); } }
  @media screen and (min-width: 900px) {
    .gnav_sub:hover {
      cursor: pointer; }
      .gnav_sub:hover .gnav_sub__content {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        visibility: visible;
        -webkit-transition-delay: .05s;
             -o-transition-delay: .05s;
                transition-delay: .05s; }
    .gnav_sub__content {
      position: absolute;
      top: 100%;
      left: -62px;
      width: 180px;
      border-radius: 8px;
      overflow-y: hidden;
      z-index: 1000;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: visibility 0.35s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
      transition: visibility 0.35s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
      -o-transition: transform 0.35s, visibility 0.35s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.35s, visibility 0.35s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.35s, visibility 0.35s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
      -webkit-transition-delay: .15s;
           -o-transition-delay: .15s;
              transition-delay: .15s;
      will-change: opacity; } }

/* header onscroll
====================================== */
/* active
====================================== */
@media screen and (max-width: 899px) {
  .gnav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s; }
  .gnav_is-open .gnav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s; } }

/* hamburger
====================================== */
.hamburger {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 9000; }
  @media screen and (min-width: 900px) {
    .hamburger {
      display: none; } }

@media screen and (max-width: 899px) {
  .hamburger_icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .hamburger_icon span {
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      left: 0;
      display: block;
      width: 18px;
      height: 2px;
      margin: 0 auto;
      background: #000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .hamburger_icon span:before, .hamburger_icon span:after {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        margin: 0 auto;
        background: #000;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .hamburger_icon span:before {
        margin-top: -8px; }
      .hamburger_icon span:after {
        margin-top: 6px; }
  .hamburger_is-active .hamburger_icon span {
    background: transparent; }
    .hamburger_is-active .hamburger_icon span:before {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .hamburger_is-active .hamburger_icon span:after {
      margin-top: 0;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); } }

/*
* Footer
* ================================== */
.footer {
  background: #F0F0F0; }

.footer_container {
  padding: 36px 8.5333vw;
  padding-top: 30px;
  padding-bottom: 14px; }
  @media screen and (min-width: 900px) {
    .footer_container {
      padding: 80px 5%; } }
  @media screen and (min-width: 900px) {
    .footer_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 62px;
      padding-bottom: 27px; } }

.footer_info__logo {
  display: inline-block;
  width: 90%;
  max-width: 264px; }

.footer_info__tel {
  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;
  max-width: 221px;
  margin-top: 16px; }
  .footer_info__tel dt, .footer_info__tel dd {
    color: #063D96;
    font-weight: bold; }
  .footer_info__tel dt {
    width: 38.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.25%;
            flex: 0 0 38.25%;
    font-size: 1.4rem; }
  .footer_info__tel dd {
    width: 61.75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.75%;
            flex: 0 0 61.75%;
    font-size: 1.8rem;
    text-align: right; }

.footer_info__contact {
  min-width: 208px;
  max-width: 208px;
  height: 54px;
  line-height: 54px;
  margin-top: 17px; }

@media screen and (min-width: 900px) {
  .footer_info {
    width: 36.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.333%;
            flex: 0 0 36.333%; }
    .footer_info__tel {
      margin-top: 38px; }
    .footer_info__contact {
      margin-top: 34px; } }

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px -1em 0; }
  .footer_nav__list {
    width: 50%;
    margin-top: 24px;
    padding: 0 1em; }
  .footer_nav__head {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2; }
  .footer_nav__item {
    margin: 0 0 .5em; }
    .footer_nav__item a {
      font-size: 1.4rem;
      line-height: 2.285; }
  @media screen and (min-width: 900px) {
    .footer_nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 63.667%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 63.667%;
              flex: 0 0 63.667%; }
      .footer_nav__list {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0; } }

.footer_copyright {
  margin-top: 32px;
  color: #8E8E8E;
  font-size: 1.2rem;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .footer_copyright {
      width: 100%;
      margin-top: 62px; } }

.footer_bnr {
  padding: 20px 0;
  background: #8C97AC;
  text-align: center; }
  .footer_bnr .container {
    max-width: 946px; }
  .footer_bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: -8px; }
  .footer_bnr li {
    width: 50%;
    padding: 8px; }
  @media screen and (min-width: 900px) {
    .footer_bnr {
      padding: 40px 0; }
      .footer_bnr li {
        width: 20%; } }

/*
* Article
* ================================== */
.news__meta p {
  font-size: 1.2rem;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.1; }

.news__date {
  display: inline-block;
  margin: 0 0 .8em; }

.news__cat {
  display: inline-block;
  margin-left: 14px;
  padding: 4px 8px;
  border: 1px solid #063D96; }

.news__ttl {
  font-size: 1.6rem;
  line-height: 1.8; }

@media screen and (min-width: 900px) {
  .news__meta {
    display: inline-block;
    margin: 0 5% 0 0; }
  .news__date {
    display: inline-block; }
  .news__ttl {
    display: inline-block; } }

/* archive
============================ */
.archive_container .archive_content {
  width: 100%; }

.news_list__item {
  border-bottom: 1px solid rgba(6, 61, 150, 0.1); }
  .news_list__item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #414D62;
    padding: 1em 0; }

@media screen and (min-width: 900px) {
  .news_list__item a {
    padding: 15px 0; } }

/* detail
============================ */
.article_detail {
  max-width: 960px;
  margin: 0 auto; }
  .article_detail__ttl,
  .article_detail h1 {
    display: block;
    padding-bottom: 12px;
    margin-top: 0.57273em;
    margin-bottom: 0.57273em;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.14545em;
    font-family: "Noto Serif JP", serif;
    border-bottom: 2px solid #414D62; }
    @media screen and (min-width: 600px) {
      .article_detail__ttl,
      .article_detail h1 {
        font-size: 44px;
        font-size: 4.4rem; } }
    .article_detail__ttl:first-of-type,
    .article_detail h1:first-of-type {
      margin-top: 0; }
  .article_detail .news__meta {
    display: block; }
  .article_detail h2 {
    margin-top: 1.05em;
    margin-bottom: 1.05em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.1em; }
    @media screen and (min-width: 600px) {
      .article_detail h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    .article_detail h2:first-of-type {
      margin-top: 0; }
  .article_detail h3 {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.8em; }
    @media screen and (min-width: 600px) {
      .article_detail h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
    .article_detail h3:first-of-type {
      margin-top: 0; }
  .article_detail h4 {
    margin-top: 1.575em;
    margin-bottom: 1.575em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.15em; }
    @media screen and (min-width: 600px) {
      .article_detail h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
    .article_detail h4:first-of-type {
      margin-top: 0; }
  .article_detail p, .article_detail ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .article_detail li {
    padding-left: 1em;
    list-style: disc;
    list-style-position: inside; }

/* Components */
.btn,
.footer_info__contact,
.btn_primary,
.top_message__btn {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #063D96;
  -webkit-box-shadow: 0 16px 24px 0 rgba(6, 61, 150, 0.4);
          box-shadow: 0 16px 24px 0 rgba(6, 61, 150, 0.4);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .04em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn_primary {
  width: 90%;
  max-width: 400px;
  margin-top: 30px;
  height: 56px;
  padding: 0 1.5em;
  line-height: 56px; }
  @media screen and (min-width: 900px) {
    .btn_primary {
      min-width: 400px;
      max-width: 400px;
      height: 72px;
      margin-top: 60px;
      line-height: 72px; }
      .btn_primary-sm {
        max-width: 240px; } }

.btn_wrap {
  text-align: center; }

/* loading
====================================== */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
  -o-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s; }
  .loader.loaded {
    opacity: 0;
    visibility: hidden; }

.loader_spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.6rem;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
  -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s ease 0.4s; }
  .loader_spinner.loaded {
    opacity: 0;
    visibility: hidden; }

/* breadcrumbs
====================================== */
#breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 8.5333vw; }
  @media screen and (min-width: 900px) {
    #breadcrumbs {
      padding: 2rem 5%; } }
  #breadcrumbs span {
    font-size: 1.4rem; }
  #breadcrumbs a {
    color: #414D62;
    opacity: .6; }
    #breadcrumbs a:hover {
      opacity: 1; }

/* page header
====================================== */
.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  background: url(../img/common/page_header_bg.png) 50% 0/cover no-repeat; }
  .page_header__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: .1; }
    .page_header__ttl:before, .page_header__ttl:after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 2px;
      background: #fff; }
    .page_header__ttl:before {
      margin-right: 24px; }
    .page_header__ttl:after {
      margin-left: 24px; }
  @media screen and (min-width: 900px) {
    .page_header {
      height: 24.2vw; }
      .page_header__ttl {
        font-size: 3.2rem; } }

/*  post navigation
====================================== */
.posts-navigation {
  margin: 40px auto 0; }
  .posts-navigation .nav-previous {
    width: 50%;
    margin-right: auto;
    padding-right: 1em;
    text-align: right; }
  .posts-navigation .nav-next {
    width: 50%;
    margin-left: auto;
    padding-left: 1em;
    text-align: left; }
  @media screen and (min-width: 900px) {
    .posts-navigation {
      margin: 72px auto 0; } }

.post-navigation {
  max-width: 400px;
  margin: 0 auto; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .post-navigation .nav-previous {
    display: block;
    width: 50%;
    padding-right: 1em;
    margin-right: auto;
    text-align: right; }
  .post-navigation .nav-next {
    display: block;
    width: 50%;
    padding-left: 1em;
    margin-left: auto;
    text-align: left; }

/*  sidebar
====================================== */
.widget_area {
  width: 100%; }

.widget .widget-title {
  display: none; }

.widget > ul > .cat-item > a {
  display: inline-block;
  font-size: 1.8rem;
  text-decoration: underline; }

.widget > ul > .cat-item + .cat-item {
  margin-top: 1em; }

.widget + .widget {
  margin-top: 40px; }

.widget .children {
  margin-left: 1em; }

@media screen and (min-width: 900px) {
  .widget_area {
    width: 27%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%; }
  .widget > ul > .cat-item + .cat-item {
    margin-top: 1.5em; } }

/* Pages */
/* =====================================
index
====================================== */
/* hero
============================ */
.hero {
  position: relative;
  background: url(../img/index/main.jpg) 50% 50%/cover no-repeat;
  height: 560px;
  z-index: 1; }

.hero_copy {
  position: absolute;
  top: 39.8%;
  left: 0;
  width: 100%;
  padding-left: 2.28%;
  border-left: 24px solid #063D96;
  color: #fff; }
  .hero_copy__head {
    font-size: 3.2rem;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: bold;
    letter-spacing: .024em;
    text-transform: uppercase;
    line-height: 1.4; }
    .hero_copy__head span {
      display: block;
      font-size: .5em;
      font-family: "Noto Serif JP", serif;
      letter-spacing: .1em; }
  .hero_copy__txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8; }

@media screen and (min-width: 900px) {
  .hero_copy {
    font-size: 6.4rem;
    line-height: 1.1;
    border-width: 44px; }
    .hero_copy__head {
      font-size: 5.6rem; }
    .hero_copy__txt {
      margin-top: 44px;
      font-size: 1.6rem; } }

/* service
============================ */
.service_list {
  margin: -22px; }
  .service_list__item {
    padding: 22px; }
  .service_list__link {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16);
            box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16); }
  .service_list__img {
    width: 100%;
    vertical-align: bottom; }
  .service_list__ttl {
    padding: 17px 16px 0;
    color: #063D96;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.2; }
  .service_list__desc {
    padding: 12px 16px 17px;
    font-size: 1.4rem; }
  .service_list__more {
    display: inline-block;
    padding: 0 0 .3em;
    color: #05d68b;
    border-bottom: 2px solid #05d68b; }
  @media screen and (min-width: 900px) {
    .service_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: calc(90px - 32px) -22px -32px; }
      .service_list__item {
        width: 25%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        padding: 32px 22px; }
      .service_list__ttl {
        padding: 34px 32px 0; }
      .service_list__desc {
        padding: 25px 32px 27px; } }

/* recruit
============================ */
.recruit_list {
  margin: -20px; }
  .recruit_list__item {
    padding: 20px; }
  .recruit_list__link {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16);
            box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16); }
  .recruit_list__ttl {
    position: relative;
    padding: 45px 27px 34px;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif; }
    .recruit_list__ttl:before {
      position: absolute;
      top: 30px;
      left: 27px;
      content: '';
      display: block;
      width: 16px;
      height: 2px;
      background: #063D96; }
    .recruit_list__ttl span {
      display: block;
      color: #8E8E8E;
      font-size: .6em;
      font-family: "Frank Ruhl Libre", serif;
      letter-spacing: .1em;
      text-transform: uppercase; }
  .recruit_list__img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 900px) {
    .recruit_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: calc(90px - 20px); }
      .recruit_list__item {
        width: 50%; } }

/* 挨拶
============================ */
.top_message {
  background: url(../img/index/bg_msg.jpg) 50% 0/cover no-repeat; }
  .top_message__msg {
    margin-top: 30px;
    color: #fff;
    font-family: "Noto Serif JP", serif; }
    .top_message__msg h3 {
      font-size: 3.6rem; }
    .top_message__msg p {
      font-size: 1.6rem; }
  .top_message__txt {
    margin-top: 1em;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -.02em; }
  .top_message__img img {
    -webkit-box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16);
            box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16); }
  .top_message__name {
    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;
    margin-top: 2em;
    color: #fff;
    font-size: 1.6rem;
    text-align: right; }
    .top_message__name img {
      width: 120px;
      margin-left: 1em; }
  .top_message__btn {
    background: none;
    border: 1px solid #fff; }
  @media screen and (min-width: 900px) {
    .top_message__msg {
      margin-top: 60px; }
      .top_message__msg h3 {
        font-size: 4.8rem; }
      .top_message__msg p {
        font-size: 1.8rem; }
    .top_message__txt {
      font-size: 1.6rem; }
    .top_message__name img {
      width: 180px; } }

/* セミナー
============================ */
.top_seminar__wrap {
  margin: 27px auto 0;
  padding: 24px;
  background: #fff; }

.top_seminar__movie {
  margin: 37px auto 0; }

@media screen and (min-width: 900px) {
  .top_seminar__wrap {
    max-width: 1124px;
    margin-top: 54px;
    padding: 52px 80px; }
  .top_seminar__movie {
    width: 800px;
    height: 450px;
    margin-top: 77px; } }

/* ニュース
============================ */
.top_news__wrap {
  max-width: 1114px;
  margin: 28px auto 0; }

@media screen and (min-width: 900px) {
  .top_news__wrap {
    margin-top: 56px; } }

/* =====================================
page
====================================== */
.page__sec_ttl {
  position: relative;
  padding-top: 34px;
  margin-bottom: 32px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em; }
  .page__sec_ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    margin: 0 auto;
    background: #063D96; }

.page__sec_ttl_sub {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em; }
  .page__sec_ttl_sub:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #063D96;
    margin-right: 24px;
    vertical-align: middle; }

.page h4 {
  margin-top: 1em;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif; }

@media screen and (min-width: 900px) {
  .page__sec_ttl {
    margin-bottom: 64px;
    font-size: 3.2rem; } }

@media screen and (min-width: 900px) {
  .page_container {
    max-width: 840px;
    padding: 0; } }

.list_common li {
  line-height: 1.8; }
  .list_common li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    border-radius: 50%;
    background: #063D96;
    font-size: 1rem;
    vertical-align: middle; }

.list_flow {
  list-style-type: decimal;
  list-style-position: inside; }
  .list_flow li {
    line-height: 1.8; }

.policy_h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em; }

.privacy__contact {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #414D62; }

.page_price {
  font-size: 1.4rem;
  text-align: center; }
  .page_price span {
    font-size: 3.2rem;
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: .05em; }
  @media screen and (min-width: 900px) {
    .page_price {
      font-size: 1.8rem; }
      .page_price span {
        font-size: 4.8rem; } }

.page_att {
  margin-top: .5em;
  font-size: 1.3rem; }

.page_contact {
  max-width: 560px;
  margin: 32px auto 0;
  padding: 24px;
  border: 1px solid #063D96;
  text-align: center; }
  .page_contact h3 {
    color: #063D96;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .056em; }
  .page_contact__num {
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: .056em; }
    .page_contact__num span {
      font-size: 1.5em; }
  @media screen and (min-width: 900px) {
    .page_contact {
      padding: 32px 48px; } }

/* =====================================
table
====================================== */
.table_common {
  width: 100%;
  margin: 0 auto; }
  .table_common th, .table_common td {
    padding: 8px;
    border-bottom: 1px solid rgba(142, 142, 142, 0.4); }
  .table_common th {
    font-weight: bold;
    text-align: left; }
  @media screen and (min-width: 600px) {
    .table_common th, .table_common td {
      padding: 16px; } }

/* =====================================
会社情報
====================================== */
.message p {
  margin-top: 1em; }

.message__lead {
  font-size: 1.4em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .024em; }

.message__name {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center; }

.company_group__name {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em; }
  .company_group__name:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #063D96;
    margin-right: 24px;
    vertical-align: middle; }

@media screen and (min-width: 900px) {
  .company_group__name {
    margin-top: 72px; } }

.organization__position {
  color: #063D96;
  font-size: 1.1em;
  font-family: "Noto Serif JP", serif; }

.organization__name {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif; }

.organization .list_common {
  margin-top: 24px; }

.organization__block + .organization__block {
  margin-top: 40px; }

@media screen and (min-width: 900px) {
  .organization__block + .organization__block {
    margin-top: 72px; } }

/* =====================================
事業内容
====================================== */
.service .service_link_list {
  margin-top: 56px; }

.service_link_list {
  margin: -10px; }
  .service_link_list li {
    padding: 10px; }
  .service_link_list a {
    display: block; }
  .service_link_list img {
    -webkit-box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16);
            box-shadow: 0 24px 40px rgba(42, 48, 80, 0.16); }
  @media screen and (min-width: 900px) {
    .service_link_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -40px; }
      .service_link_list li {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 40px; } }

/* =====================================
制作の流れ
====================================== */
.flow .page_header__img {
  background-image: url(../img/page/flow_head.jpg);
  background-position: 58% 50%; }

@media screen and (min-width: 900px) {
  .flow .page_header__img {
    background-position: 50% 0; } }

.flow_list__item {
  margin: 0 0 75px; }

.flow_list__img {
  margin: 0 0 24px;
  text-align: center; }

@media screen and (min-width: 900px) {
  .flow_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .flow_list__item:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .flow_list__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.6%;
            flex: 0 0 47.6%;
    margin: 0; }
    .flow_list__img img {
      width: 100%;
      height: auto; }
  .flow_list__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.6%;
            flex: 0 0 47.6%; }
    .flow_list__text p {
      line-height: 2; } }

.flow_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flow_list2__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.4%;
            flex: 0 0 47.4%;
    margin: 0 0 40px; }
  .flow_list2 img {
    width: 100%;
    height: auto; }
  .flow_list2__text {
    margin: 12px 0 0;
    font-size: 1.4rem;
    line-height: 1.5; }
  @media screen and (min-width: 900px) {
    .flow_list2 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .flow_list2__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23.8%;
                flex: 0 0 23.8%; }
      .flow_list2__text {
        font-size: 1.2rem; } }

/* =====================================
会社について
====================================== */
.about .page_header__img {
  background-image: url(../img/page/about_head.jpg);
  background-position: 50% 50%; }

@media screen and (min-width: 900px) {
  .about .page_header__img {
    height: 28.8vw;
    background-position: 50% 0; } }

.about_table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0; }
  .about_table th, .about_table td {
    height: 48px;
    padding: 0 12px;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; }
  .about_table th {
    font-size: 1.6rem;
    text-align: center; }
  .about_table td {
    font-size: 1.4rem;
    text-align: left; }
  @media screen and (max-width: 599px) {
    .about_table th, .about_table td {
      display: block;
      line-height: 48px; } }
  @media screen and (min-width: 900px) {
    .about_table th, .about_table td {
      min-height: 48px;
      padding: 1.1em 24px;
      vertical-align: middle; }
    .about_table th {
      width: 33.9%;
      font-size: 1.4rem; }
    .about_table td {
      width: 66.1%;
      font-size: 1.2rem; } }

.about_greet {
  padding: 95px 0 36px;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .about_greet {
      padding: 9.5vw 0 3.6vw; } }

.about_message {
  padding: 36px 0 60px; }
  .about_message__text {
    margin: 0 0 24px; }
  @media screen and (min-width: 900px) {
    .about_message {
      padding: 3.6vw 0 6vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .about_message__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 61.5%;
                flex: 0 0 61.5%; }
      .about_message__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        padding-right: 7.9%; } }

/* =====================================
質問一覧
====================================== */
.qa .hentry {
  padding-bottom: 40px; }

.qa .page_header__img {
  background-image: url(../img/page/qa_head.jpg);
  background-position: 50% 50%; }

@media screen and (min-width: 900px) {
  .qa .page_header__img {
    background-position: 50% 0; } }

.qa_block {
  border-bottom: 1px solid #BDBDBD; }
  .qa_block dt {
    position: relative;
    padding: 20px 40px 20px 0;
    cursor: pointer; }
    .qa_block dt:after {
      position: absolute;
      top: calc(20px + .45em);
      right: 0;
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-top: 3px solid #000;
      border-right: 3px solid #000;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: -webkit-transform .35s ease;
      transition: -webkit-transform .35s ease;
      -o-transition: transform .35s ease;
      transition: transform .35s ease;
      transition: transform .35s ease, -webkit-transform .35s ease; }
    .qa_block dt.is-open:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .qa_block dd {
    display: none;
    padding: 0 40px 24px 0; }
  .qa_block dt, .qa_block dd {
    font-size: 1.6rem;
    line-height: 1.5; }
    .qa_block dt span, .qa_block dd span {
      color: #063D96; }
  @media screen and (min-width: 900px) {
    .qa_block dt {
      padding: 40px 80px 40px 0; }
      .qa_block dt:after {
        top: 40px;
        right: 10px; } }

/* =====================================
お問い合わせ
====================================== */
.contact .gnav,
.contact .header_contact,
.contact .hamburger {
  display: none; }

.contact .mw_wp_form_complete p {
  text-align: center; }

.contact .mw_wp_form_complete .btn_primary {
  margin-top: 40px; }

@media screen and (min-width: 900px) {
  .contact .container {
    max-width: 840px;
    padding: 0; } }

/* =====================================
制作事例
====================================== */
.category-works .page_header__img {
  background-image: url(../img/page/works_head.jpg);
  background-position: 50% 50%; }

@media screen and (min-width: 900px) {
  .category-works .page_header__img {
    background-position: 50% 0; } }

/* =====================================
制作事例
====================================== */
.category-jujustore .page_header__img {
  background-image: url(../img/page/jujustore_head.jpg);
  background-position: 50% 50%; }

@media screen and (min-width: 900px) {
  .category-jujustore .page_header__img {
    background-position: 50% 0; } }

/* =====================================
404
====================================== */
.error-404 .page_ttl {
  margin-bottom: 1em; }

.error-404 p {
  margin: 0 0 1em;
  text-align: center; }

