@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

@media only screen and (min-width: 769px) {
  .sp-br {
    display: none; } }

@media only screen and (max-width: 768px) {
  .pc-br {
    display: none; } }

.js-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 768px) {
    .js-fadein {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .js-fadein--show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

body, html {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px; }

.block {
  width: 100%; }
  .block-inner {
    width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 768px) {
      .block-inner {
        width: 98%; } }

.common-main {
  padding-top: 90px; }
  @media only screen and (max-width: 768px) {
    .common-main {
      padding-top: 35px; } }

.common__title {
  font-size: 2.35714rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-left: 0.3em; }

.common__title--english {
  color: #1c56bc;
  font-size: 0.78571rem;
  width: 145px;
  margin: 0 auto 45px;
  padding: 10px 0;
  border-top: 2px solid #1c56bc;
  text-align: center;
  font-weight: bold; }

.strong__red {
  color: #f00; }

.strong__bk {
  font-weight: bold;
  color: #000; }

.small {
  font-size: 0.8em; }

/*
 .header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
*/
/* グローバルナビを固定化*/
.header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff; 
  z-index: 9999;
}



  @media only screen and (max-width: 768px) {
    .header {
      padding-top: 10px; } }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__title {
    width: 122px; }
    .header__title img {
      width: 100%;
      height: auto; }
  .header-navi__title {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-navi__title {
        display: block;
        position: fixed;
        right: 3%;
        top: 0.5%;
        z-index: 99999;
        background: rgba(255, 255, 255, 0.6);
        padding: 5px;
        border-radius: 3px; } }
    .header-navi__title a {
      display: block;
      color: #1c56bc;
      font-size: 0.85714rem;
      text-align: center; }
      .header-navi__title a:hover {
        text-decoration: none; }
      .header-navi__title a::before {
        content: "";
        display: block;
        font-weight: bold;
        width: 2.9em;
        height: 2.9em;
        background-image: url(../images/sp-menu-bar.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      .header-navi__title a.close::before {
        background-image: url(../images/sp-menu-close.svg); }
  .header-navi__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .header-navi__list {
        display: none;
        background: rgba(28, 52, 145, 0.9);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 88888;
        padding-top: 80px; } }
  .header-navi__item {
    padding: 0 15px;
    border-left: 3px solid #1c56bc;
    font-size: 0.92857rem; }
    .header-navi__item:last-child {
      border-right: 1px solid #1c56bc; }
    @media only screen and (max-width: 768px) {
      .header-navi__item {
        padding: 3vh;
        border-bottom: 1px solid #fff; } }
    .header-navi__item a {
      color: #000; }
      @media only screen and (max-width: 768px) {
        .header-navi__item a {
          font-size: 1.28571rem;
          color: #fff;
          display: block; } }
    .header-navi__item--icon {
      position: relative;
      padding: 0 20px; }
      .header-navi__item--icon a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: -10px;
        left: 20px;
        font-size: 0.5rem; }
        @media only screen and (max-width: 768px) {
          .header-navi__item--icon a {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: static;
            text-align: left;
            font-size: 1.28571rem; }
            .header-navi__item--icon a::before {
              display: inline-block; } }
        .header-navi__item--icon a::before {
          content: "";
          display: block;
          margin-bottom: 5px;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
          @media only screen and (max-width: 768px) {
            .header-navi__item--icon a::before {
              margin-right: 1em; } }
    .header-navi__item--global {
      width: 22px; }
      @media only screen and (max-width: 768px) {
        .header-navi__item--global {
          width: 100%; } }
      .header-navi__item--global a {
        width: 22px; }
        @media only screen and (max-width: 768px) {
          .header-navi__item--global a {
            width: 100%; } }
        .header-navi__item--global a::before {
          width: 100%;
          height: 22px;
          background-image: url(../images/icon-global.svg); }
          @media only screen and (max-width: 768px) {
            .header-navi__item--global a::before {
              width: 22px;
              background-image: url(../images/icon-global-W.svg); } }
    .header-navi__item--search {
      width: 26px; }
      @media only screen and (max-width: 768px) {
        .header-navi__item--search {
          width: 100%;
          display: none; } }
      .header-navi__item--search a {
        width: 26px;
        top: -12px; }
        @media only screen and (max-width: 768px) {
          .header-navi__item--search a {
            width: 100%;
            top: 0; } }
        .header-navi__item--search a::before {
          width: 100%;
          height: 23px;
          background-image: url(../images/icon-search.svg); }
          @media only screen and (max-width: 768px) {
            .header-navi__item--search a::before {
              width: 26px;
              background-image: url(../images/icon-search-W.svg); } }
  .header-navi__search-box {
    display: none; }
    @media only screen and (max-width: 768px) {
      .header-navi__search-box {
        display: block; } }

.header-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1c56bc;
  padding: 20px 0;
  z-index: 999; }
  .header-search .top-search-box-input {
    border: 1px solid #1c56bc; }

#mv .swiper-container {
  padding-bottom: 30px; }

#mv .swiper-slide {
  height: 470px;
  width: 100%;
  background-size: auto 470px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #031d79; }
  @media only screen and (max-width: 768px) {
    #mv .swiper-slide {
      height: 200px;
      background-size: cover;
      background-position: 40% top; } }

#mv .swiper-pagination-bullet {
  background: #1c56bc;
  opacity: 0.4; }

#mv .swiper-pagination-bullet-active {
  opacity: 1; }

.footer {
  border-top: 50px solid #1c56bc; }
  .footer .block-inner {
    position: relative; }
  .footer-content {
    background: #e8e7e7;
    padding-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      .footer-content {
        padding: 20px 0; } }
    .footer-content__title {
      padding: 20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .footer-content__title {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          display: block; } }
    .footer-content__logo {
      display: block;
      width: 100px; }
      @media only screen and (max-width: 768px) {
        .footer-content__logo {
          width: 100%;
          text-align: center;
          padding-bottom: 15px;
          padding-right: 0; }
          .footer-content__logo img {
            width: 100px; } }
    .footer-content__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .footer-content__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 650px; }
    .footer-content__item {
      padding: 0.5em 1em 0.5em 0;
      line-height: 100%; }
      .footer-content__item a {
        color: #000;
        font-size: 1rem; }
    .footer-content-btn {
      position: absolute;
      bottom: 0;
      right: 0; }
      .footer-content-btn a {
        padding: 15px;
        background: #1c3491;
        color: #fff;
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s;
        border-radius: 10px;
        line-height: 100%;
        vertical-align: top;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .footer-content-btn a:hover {
          opacity: 0.7;
          text-decoration: none; }
        .footer-content-btn a::after {
          content: "";
          display: inline-block;
          width: 1.5em;
          height: 1em;
          background-image: url("../images/icon-arrow-right.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center bottom; }
        .footer-content-btn a::after {
          margin-left: 4em; }
        @media only screen and (max-width: 768px) {
          .footer-content-btn a {
            text-align: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 50%; }
            .footer-content-btn a::after {
              margin-left: 1em; } }
      @media only screen and (max-width: 768px) {
        .footer-content-btn {
          width: 100%;
          padding-top: 30px;
          text-align: center;
          position: static; }
          .footer-content-btn .btn {
            width: 90%;
            box-sizing: border-box;
            margin: 0 auto; } }
  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .footer-menu {
        display: block; } }
    .footer-menu-block {
      width: 250px; }
      @media only screen and (max-width: 768px) {
        .footer-menu-block {
          width: auto; } }
      .footer-menu-block--about {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer-menu-block--about .cat-title {
          width: 100%; }
        .footer-menu-block--about li {
          min-width: 110px; }
          @media only screen and (max-width: 768px) {
            .footer-menu-block--about li {
              width: 50%; } }
      @media only screen and (max-width: 768px) {
        .footer-menu-block ul {
          margin: 0 auto 35px; } }
      .footer-menu-block li {
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .footer-menu-block li {
            padding: 10px 0;
            margin-bottom: 0; } }
        .footer-menu-block li.cat-title {
          font-weight: bold;
          border-bottom: 1px solid #000;
          max-width: 220px;
          padding-bottom: 5px; }
          @media only screen and (max-width: 768px) {
            .footer-menu-block li.cat-title {
              max-width: none; } }
        .footer-menu-block li a {
          color: #000;
          display: inline-block;
          line-height: 120%;
          font-size: 1rem; }
          .footer-menu-block li a:hover {
            text-decoration: underline; }
  .footer-bottom {
    padding: 30px 0; }
    @media only screen and (max-width: 768px) {
      .footer-bottom {
        padding: 10px 0; } }
    .footer-bottom-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .footer-bottom-inner {
          display: block; } }
  .footer-copyright {
    font-size: 0.57143rem;
    margin-right: 35px; }
    @media only screen and (max-width: 768px) {
      .footer-copyright {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
        text-align: center; } }
  .footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .footer-sns {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer-sns__item {
      margin-right: 1em; }
      .footer-sns__item img {
        width: 23px;
        height: 23px; }
        @media only screen and (max-width: 768px) {
          .footer-sns__item img {
            width: 50px;
            height: 50px; } }
    @media only screen and (max-width: 768px) {
      .footer-sns {
        margin-bottom: 25px; } }
  .footer-menu-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      .footer-menu-sub {
        display: block;
        margin-left: 0; } }
    .footer-menu-sub__item {
      padding: 0 1em; }
      @media only screen and (max-width: 768px) {
        .footer-menu-sub__item {
          padding: 1.5em 1em;
          border-top: 1px solid #000; } }
      .footer-menu-sub__item a {
        display: block;
        color: #000; }
      .footer-menu-sub__item + .footer-menu-sub__item {
        border-left: 1px solid #000; }
        @media only screen and (max-width: 768px) {
          .footer-menu-sub__item + .footer-menu-sub__item {
            border-left: 0; } }

.totop {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 99999; }
  .totop img {
    width: 48px;
    height: 48px; }

.footer2 {
  padding: 10px 0;
  background: #f2f2f2; }
  .footer2-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer2__logo {
    padding: 0 20px 0 0; }
    .footer2__logo img {
      height: 45px; }
  .footer2__copyright {
    padding: 0; }

.top-main {
  padding-top: 40px; }

.top__text--L {
  font-size: 1.57143rem;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  line-height: 150%; }
  @media only screen and (max-width: 768px) {
    .top__text--L {
      font-size: 1.28571rem; } }

.top01 {
  margin-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .top01 {
      margin-bottom: 35px; } }
  .top01-navi__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .top01-navi__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .top01-navi__item {
    width: 225px; }
    @media only screen and (max-width: 768px) {
      .top01-navi__item {
        width: 49%;
        margin-bottom: 1vw; } }
    .top01-navi__item .image {
      position: relative; }
      .top01-navi__item .image::before {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        dislay: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0; }
      .top01-navi__item .image:hover::before {
        opacity: 0.4; }
      .top01-navi__item .image img {
        width: 100%; }
    .top01-navi__item .title {
      height: 35px;
      padding: 15px; }
      .top01-navi__item .title__inner {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 120%;
        font-size: 1.14286rem;
        font-weight: bold; }
        .top01-navi__item .title__inner::before {
          content: "";
          width: 8px;
          height: 30px;
          background: #1c56bc;
          margin-right: 10px; }

.top02 {
  margin-bottom: 100px; }
  .top02-header {
    height: 175px;
    width: 100%;
    margin-bottom: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/bg-title-L.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative; }
    .top02-header::after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 13px;
      background-image: url(../images/bg-title-L_arrow-down.svg);
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat; }
    .top02-header__title {
      font-size: 2.5rem;
      margin-bottom: 15px; }
  .top02__text {
    margin-bottom: 65px; }
  .top02-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      .top02-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .top02-list__item {
      width: 290px; }
      @media only screen and (max-width: 768px) {
        .top02-list__item {
          width: 49%;
          margin-bottom: 1vw; } }
  .top02-box {
    margin-bottom: 20px; }
    .top02-box__title {
      height: 85px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      line-height: 150%;
      font-size: 1.35714rem;
      line-height: 150%;
      text-align: center;
      background-image: url(../images/bg-title-S.png);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 768px) {
        .top02-box__title {
          height: auto;
          font-size: 0.9em;
          padding: 10px 0; } }
    .top02-box__item img {
      width: 100%; }
  .top02-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .top02-border {
        display: none; } }
    .top02-border__item {
      background: #ababab;
      height: 2px;
      width: 25%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .top02-border__item.js-active {
        height: 4px;
        background: #1c56bc;
        border: 0; }

.top-search {
  background: #f0f0f0;
  padding: 65px 0 40px;
  margin-bottom: 80px; }
  .top-search__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .top-search__inner {
        display: block; } }
  .top-search__form {
    width: 100%; }
  .top-search__title {
    font-size: 1.92857rem;
    min-width: 5em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .top-search__title {
        font-size: 1.28571rem;
        margin-bottom: 0.5em; } }
  .top-search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    width: 100%; }
    .top-search-box__input {
      -webkit-box-flex: 5;
      -webkit-flex: 5;
      -ms-flex: 5;
      flex: 5;
      display: block;
      height: 66px;
      line-height: 66px;
      border-style: none;
      padding-left: 1em;
      font-size: 1.42857rem; }
    .top-search-box__btn {
      background: #fff;
      height: 66px;
      line-height: 66px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 30px 0 5px; }
      .top-search-box__btn input {
        display: block;
        border-style: none;
        width: 25px;
        height: auto; }
  .top-search-keyword {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .top-search-keyword__item {
      display: inline-block; }

.top-pbox {
  padding-bottom: 80px;
  border-bottom: 1px solid #000; }
  .top-pbox__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .top-pbox__list {
        display: block; } }
  .top-pbox__item {
    width: 370px;
    height: 150px;
    box-sizing: border-box;
    border-top: 7px solid #1c56bc;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .top-pbox__item {
        width: 100%;
        margin-bottom: 20px; } }
    .top-pbox__item .title {
      font-size: 21px;
      font-weight: bold;
      padding: 25px 0 0 25px; }
    .top-pbox__item .image {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 888; }
    .top-pbox__item .link {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #1c3491;
      padding: 8px 10px;
      box-sizing: border-box; }
      .top-pbox__item .link a {
        background: #fff;
        display: inline-block;
        border-radius: 1em;
        padding: 5px 10px 5px 5px;
        color: #1c3491;
        font-weight: bold;
        line-height: 100%;
        vertical-align: top;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .top-pbox__item .link a::before {
          content: "";
          display: inline-block;
          width: 1.5em;
          height: 1em;
          background-image: url("../images/icon-arrow-down.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center bottom; }
        .top-pbox__item .link a:hover {
          opacity: 0.7;
          text-decoration: none; }
        .top-pbox__item .link a::before {
          margin-right: 5px; }
        .top-pbox__item .link a:hover {
          background: #1c3491;
          color: #fff;
          opacity: 1; }
    .top-pbox__item--child {
      display: none;
      width: calc(100% - 5px);
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      background: #fff;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
      .top-pbox__item--child li {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc; }
        .top-pbox__item--child li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 1em;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #000;
          font-size: 0.85714rem; }
          .top-pbox__item--child li a:hover {
            color: #f00;
            text-decoration: none; }
          .top-pbox__item--child li a::after {
            content: "";
            display: block;
            width: 0.5em;
            height: 0.5em;
            border-top: 2px solid #000;
            border-right: 2px solid #000;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.6s;
            transition: all 0.6s; }
          .top-pbox__item--child li a:hover::after {
            border-color: #f00; }

.top-support {
  padding: 70px 0 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 70px; }
  .top-support__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .top-support__inner {
        display: block; } }
    .top-support__inner--footer {
      padding: 0 0 35px; }
  .top-support__text {
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .top-support__text {
        margin-right: 0;
        margin-bottom: 20px;
        line-height: 150%;
        font-size: 1.14286rem; } }
  .top-support__btn a {
    padding: 15px;
    background: #1c3491;
    color: #fff;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    border-radius: 10px;
    line-height: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-support__btn a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .top-support__btn a::after {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1em;
      background-image: url("../images/icon-arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .top-support__btn a::after {
      margin-left: 4em; }
    @media only screen and (max-width: 768px) {
      .top-support__btn a {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%; }
        .top-support__btn a::after {
          margin-left: 1em; } }

.top-news {
  margin-bottom: 65px;
  border-bottom: 1px solid #000;
  padding-top: 40px; }
  .top-news__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 55px; }
    @media only screen and (max-width: 768px) {
      .top-news__inner {
        display: block; } }
  .top-news__box {
    width: 588px; }
    @media only screen and (max-width: 768px) {
      .top-news__box {
        width: 100%; } }
  .top-news__title {
    padding: 15px;
    background: #1c56bc;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px; }
    .top-news__title a {
      color: #fff;
      display: block;
      width: 100%;
      line-height: 100%;
      vertical-align: top;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .top-news__title a::after {
        content: "";
        display: inline-block;
        width: 1.5em;
        height: 1em;
        background-image: url("../images/icon-arrow-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom; }
  .top-news__item {
    margin-bottom: 15px; }
    .top-news__item a {
      display: block;
      padding: 2px 1px;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #fff; }
      .top-news__item a:hover {
        border-bottom: 1px solid #1c56bc; }
    .top-news__item .date {
      font-weight: bold;
      display: inline-block;
      margin-right: 1em; }

.top-about {
  margin-bottom: 70px; }
  .top-about__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .top-about__list {
        display: block; } }
  .top-about__item {
    width: 375px;
    height: 230px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .top-about__item {
        width: 100%; } }
    .top-about__item--recruit {
      background-image: url(../images/top-img06.png); }
    .top-about__item--company {
      background-image: url(../images/top-img07.png); }
    .top-about__item--factory {
      background-image: url(../images/top-img08.png); }
    .top-about__item dl {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .top-about__item dl:hover {
        background: rgba(255, 255, 255, 0.3); }
      .top-about__item dl dt {
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 2.14286rem;
        font-weight: bold; }
        .top-about__item dl dt a {
          color: #fff;
          display: block; }
          .top-about__item dl dt a:hover {
            text-decoration: none; }
          .top-about__item dl dt a::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
      .top-about__item dl .english {
        color: #1c56bc;
        font-size: 0.92857rem;
        margin-bottom: 25px;
        font-weight: bold; }
      .top-about__item dl .text {
        color: #fff;
        font-size: 1.07143rem;
        line-height: 150%; }

#page-title {
  height: 160px;
  width: 100%;
  background-position: center center;
  background-size: cover; }

.bread-crumb {
  padding: 25px 0 25px; }
  .bread-crumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .bread-crumb__item + .bread-crumb__item:before {
    display: inline-block;
    padding: 0 0.2em;
    content: "＞"; }
  .bread-crumb__item a {
    color: #000; }
    .bread-crumb__item a:hover {
      text-decoration: underline; }

.page-header {
  text-align: center;
  padding: 20px 0 40px; }
  .page-header__title {
    font-size: 2.14286rem;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 150%; }
    .page-header__title::after {
      content: "";
      display: block;
      width: 70%;
      margin: 0 auto;
      height: 2px;
      background: #1c56bc;
      position: absolute;
      bottom: 0;
      left: 15%; }
    .page-header__title--small {
      font-size: 1.57143rem; }
  .page-header__english {
    font-size: 1rem;
    margin-bottom: 35px;
    color: #1c56bc; }
  .page-header__text {
    text-align: center;
    font-size: 1.57143rem;
    line-height: 180%; }
  .page-header__link--trimos {
    width: 60%;
    margin: 0 auto; }
  .page-header__link a {
    color: #000;
    text-decoration: underline; }
  .page-header__link--item {
    display: inline-block; }
    .page-header__link--item + .page-header__link--item {
      margin-left: 0.6em; }

.products-top-header {
  padding-bottom: 40px; }
  .products-top-header__text {
    font-weight: bold;
    letter-spacing: 0.3em; }

.products-top-box:nth-child(even) {
  background: #f2f2f2; }

.products-top-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 525px;
  position: relative;
  padding-right: 60px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .products-top-box-inner {
      height: auto;
      display: block;
      width: auto;
      padding-right: 0; } }
  .products-top-box-inner:hover a.js-link {
    background-image: url(../images/products-top-arrow-on.svg); }

.products-top-box__image {
  position: relative;
  width: 580px;
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .products-top-box__image {
      width: 100%;
      height: auto; } }
  .products-top-box__image img {
    width: 100%;
    height: auto;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
    @media only screen and (max-width: 768px) {
      .products-top-box__image img {
        max-width: 100%;
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .products-top-box__image.active img {
      width: 96%; } }

.products-top-box__content {
  width: 400px;
  text-align: left;
  padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .products-top-box__content {
      padding-left: 0;
      width: auto; } }

.products-top-box__title {
  font-size: 2.14286rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 150%;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .products-top-box__title {
      width: 96%;
      margin: 0 auto;
      font-size: 1.71429rem; } }

.products-top-box__english {
  color: #1c56bc;
  font-size: 1.28571rem;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 150%; }
  @media only screen and (max-width: 768px) {
    .products-top-box__english {
      width: 96%;
      margin: 0 auto; } }

.products-top-box__text {
  line-height: 180%;
  font-size: 1.07143rem;
  width: 100%;
  word-break: break-all; }
  @media only screen and (max-width: 768px) {
    .products-top-box__text {
      padding-bottom: 60px;
      width: 96%;
      margin: 0 auto; } }
  .products-top-box__text--trimos {
    margin-bottom: 15px;
    font-size: 1.57143rem;
    line-height: 100%;
    vertical-align: top; }
    .products-top-box__text--trimos::after {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1em;
      background-image: url("../images/products-top-arrow-on.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .products-top-box__text--trimos::after {
      display: inline-block;
      margin-left: 0.1em;
      font-size: 0.8em; }
    @media only screen and (max-width: 768px) {
      .products-top-box__text--trimos {
        padding-bottom: 0;
        padding-top: 15px; }
        .products-top-box__text--trimos:last-child {
          padding-bottom: 60px; } }

.products-top-box__link {
  position: absolute;
  top: 250px;
  right: 0; }
  @media only screen and (max-width: 768px) {
    .products-top-box__link {
      bottom: 10px;
      right: 10px;
      top: auto; } }
  .products-top-box__link a {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/products-top-arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 769px) {
      .products-top-box__link a.active {
        background: none; }
        .products-top-box__link a.active::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background-image: url(../images/products-top-arrow-on.svg);
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; } }

.products-list-header {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .products-list-header {
      width: auto; } }
  .products-list-header__english {
    margin-bottom: 0; }

.products-list-inner {
  padding: 0 35px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #000; }
  @media only screen and (max-width: 768px) {
    .products-list-inner {
      display: block;
      margin-bottom: 25px;
      padding: 0; } }

.products-list-box {
  width: 364px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .products-list-box {
      width: 100%;
      border-top: 1px solid #ccc; } }
  .products-list-box:hover {
    background: #e8f0f3;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .products-list-box__inner {
    background: #fff;
    padding: 10px 0 0; }
  .products-list-box__category {
    font-size: 0.92857rem;
    color: #fff;
    width: 200px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 25px;
    text-align: center;
    background-image: url(../images/ps-sub-title.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .products-list-box__category--per {
      background-image: url(../images/ps-sub-title.png); }
    .products-list-box__category--pop {
      background-image: url(../images/ps-sub-title2.png); }
  .products-list-box__title {
    font-size: 2.14286rem;
    color: #1c56bc;
    text-align: center;
    margin-bottom: 25px;
    height: 3.6em;
    line-height: 120%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .products-list-box__title a {
      color: #1c56bc; }
      .products-list-box__title a:hover {
        text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .products-list-box__title {
        font-size: 1.14286rem;
        height: 2.4em; } }
  .products-list-box__text {
    font-size: 1.21429rem;
    line-height: 180%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px; }
  .products-list-box__image img {
    width: 100%;
    display: block; }

.products-list__inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0;
  border-bottom: 1px solid #000; }
  @media only screen and (max-width: 768px) {
    .products-list__inner2 {
      display: block;
      border-bottom: 0;
      padding: 0; } }
  .products-list__inner2:empty {
    border-bottom: 0; }

.products-list-box2 {
  width: 280px;
  margin-right: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  @media only screen and (max-width: 768px) {
    .products-list-box2 {
      margin: 0 auto 25px;
      border-bottom: 1px solid #ccc; } }
  @media only screen and (min-width: 769px) {
    .products-list-box2:nth-of-type(4n) {
      margin-right: 0; } }
  .products-list-box2:hover {
    background: #e8f0f3; }
  .products-list-box2__image {
    height: 210px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .products-list-box2__image img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .products-list-box2__title, .products-list-box2__text {
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .products-list-box2__title, .products-list-box2__text {
        padding: 0; } }
  .products-list-box2__title {
    color: #1c56bc;
    line-height: 120%;
    padding-top: 15px;
    font-size: 1.21429rem;
    height: 3.6em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .products-list-box2__text {
    line-height: 180%;
    font-size: 1.07143rem;
    height: 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold; }
  .products-list-box2__link {
    text-align: right;
    padding: 0 20px 10px; }
    @media only screen and (max-width: 768px) {
      .products-list-box2__link {
        padding: 0 0 10px; } }
    .products-list-box2__link img {
      display: inline-block;
      height: 100%;
      width: 20px; }

.pdf-link-wrapper {
  display: block;
  text-align: right; }

.pdf-link-box {
  display: inline-block;
  text-align: left;
  background: #90acde;
  color: #fff;
  margin-left: auto;
  padding: 1em;
  width: 25%;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .pdf-link-box {
      width: 100%;
      margin-top: 25px; } }
  .pdf-link-box__title {
    margin-bottom: 5px; }
  .pdf-link-box__item {
    line-height: 150%; }
    .pdf-link-box__item a {
      color: #fff; }
    .pdf-link-box__item::before {
      content: "●"; }

.products-page-block {
  border-top: 6px solid #1c56bc; }

.products-page-header {
  position: relative;
  padding-bottom: 80px;
  text-align: center; }
  .products-page-header::after {
    content: "";
    height: 275px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .products-page-header__text {
    text-align: center;
    font-size: 1.57143rem;
    line-height: 180%;
    margin-bottom: 40px; }
  .products-page-header__image {
    text-align: center;
    position: relative; }
    .products-page-header__image-caption {
      position: absolute;
      bottom: 40px;
      left: 0;
      text-align: center;
      width: 100%;
      font-size: 1.71429rem; }
    .products-page-header__image img {
      max-width: 100%; }

.ps-block {
  border-bottom: 5px solid #1c56bc; }
  .ps-block .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ps-block .text-box__text {
      width: 480px; }
    .ps-block .text-box__image {
      width: 720px; }
      .ps-block .text-box__image img {
        width: 100%;
        height: auto; }
  .ps-block__textB {
    background: #1c3491;
    padding: 60px 40px;
    color: #fff;
    font-size: 2.14286rem;
    line-height: 150%;
    position: relative;
    background-image: url(../images/ps-recycle.png);
    background-position: 400px 180px;
    background-repeat: no-repeat;
    background-size: 40px 40px; }
  .ps-block__textG {
    background: #e8f0f3;
    padding: 40px 40px;
    font-size: 1.57143rem;
    line-height: 180%; }

.ps-block-iso {
  padding: 50px 0;
  border-bottom: 5px solid #1c56bc; }
  .ps-block-iso-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ps-block-iso__text {
    width: 570px; }
  .ps-block-iso__image {
    width: 624px; }
    .ps-block-iso__image img {
      display: block;
      margin-bottom: 10px; }
    .ps-block-iso__image-caption {
      color: #808080; }
  .ps-block-iso__recycle img {
    width: 100px;
    height: auto; }
  .ps-block-iso__title {
    padding-left: 60px;
    font-weight: bold;
    font-size: 2.35714rem;
    line-height: 150%;
    margin-bottom: 25px; }
  .ps-block-iso__caption {
    padding-left: 60px;
    font-size: 1.71429rem;
    line-height: 150%;
    color: #808080; }

.ps-block-3rp {
  padding: 50px 0;
  border-bottom: 5px solid #1c56bc; }
  .ps-block-3rp-header {
    text-align: center; }
  .ps-block-3rp__text {
    text-align: center;
    font-size: 2.07143rem;
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 45px; }
  .ps-block-3rp-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ps-block-3rp__item {
    width: 364px;
    box-sizing: border-box;
    background: #e8f0f3;
    padding: 15px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
    .ps-block-3rp__item:hover {
      background: #c4d8e0; }
    .ps-block-3rp__item-inner {
      background: #fff;
      padding-top: 40px; }
  .ps-block-3rp__title {
    height: 48px;
    width: 200px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin: 0 auto 25px;
    background-image: url(../images/ps-sub-title.svg);
    background-size: cover; }
  .ps-block-3rp__text {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 180%; }
  .ps-block-3rp__image {
    text-align: center; }
    .ps-block-3rp__image img {
      display: block;
      margin: 0 auto; }

.qa-box {
  border: 4px solid #ebeff4;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .qa-box__title {
    width: 82px;
    height: 70px; }
  .qa-box__text {
    width: 1030px; }
  .qa-box__list {
    margin-bottom: 1em;
    margin-left: 1em;
    font-size: 1.57143rem; }
  .qa-box__q {
    text-indent: -0.7em;
    line-height: 180%;
    margin-bottom: 5px; }
    .qa-box__q::before {
      content: "Q:";
      display: inline-block;
      margin-right: 0.5em; }
  .qa-box__a {
    text-indent: -0.7em;
    line-height: 130%; }
    .qa-box__a::before {
      content: "A:";
      display: inline-block;
      margin-right: 0.5em; }

.inquiry-box {
  padding: 35px;
  background: #f2f2f2;
  text-align: center;
  font-size: 1.28571rem;
  line-height: 180%; }
  @media only screen and (max-width: 768px) {
    .inquiry-box {
      font-size: 1rem;
      padding: 25px 15px; } }
  .inquiry-box p {
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .inquiry-box p {
        font-size: 1rem !important;
        text-align: left; } }
  .inquiry-box__btn {
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background: #1c3491;
    line-height: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    border-radius: 5px;
    max-width: 940px; }
    .inquiry-box__btn::after {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1em;
      background-image: url("../images/page-arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .inquiry-box__btn:hover {
      opacity: 0.7;
      text-decoration: none; }
    .inquiry-box__btn::after {
      padding-left: 1em; }
    @media only screen and (max-width: 768px) {
      .inquiry-box__btn {
        line-height: 130%; } }

.flow-image {
  text-align: center;
  width: 920px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .flow-image {
      width: auto; }
      .flow-image img {
        width: 100%;
        height: auto; } }

.common-page-block {
  padding: 120px 0; }
  @media only screen and (max-width: 768px) {
    .common-page-block {
      padding: 45px 0; } }

.common-page__title {
  border-bottom: 1px solid #231815;
  font-size: 2.14286rem;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.5em;
  margin-bottom: 25px; }
  .common-page__title--long {
    letter-spacing: 0; }
  .common-page__title::before {
    content: "";
    display: block;
    width: 300px;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid #1c56bc; }

.common-page__image {
  margin-bottom: 35px; }
  .common-page__image img {
    max-width: 100%;
    height: auto; }
  .common-page__image--center {
    text-align: center; }

.common-page-box {
  margin-bottom: 35px; }
  .common-page-box h3, .common-page-box h4 h5, .common-page-box h6, .common-page-box p {
    line-height: 180%;
    font-size: 1.07143rem; }
  .common-page-box p {
    margin-bottom: 1em; }
  .common-page-box ul {
    margin-left: 2em;
    margin-bottom: 35px; }
    .common-page-box ul li {
      list-style-type: circle;
      line-height: 180%;
      font-size: 1.07143rem; }
  .common-page-box ol {
    margin-left: 2em;
    margin-bottom: 35px; }
    .common-page-box ol li {
      list-style-type: decimal;
      line-height: 180%;
      font-size: 1.07143rem; }
  .common-page-box .caption {
    line-height: 180%;
    font-size: 0.92857rem; }
    .common-page-box .caption::before {
      content: "※"; }

.products-link-box {
  border-top: 60px solid #e8f0f3;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .products-link-box {
      padding: 30px 0; } }
  .products-link-box h2 {
    margin-bottom: 1em;
    font-size: 1.57143rem;
    text-align: center;
    line-height: 150%; }
    @media only screen and (max-width: 768px) {
      .products-link-box h2 {
        font-size: 1.28571rem; } }
  .products-link-box__box {
    width: 805px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .products-link-box__box {
        width: 100%;
        display: block; } }
  .products-link-box__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #0a2f51;
    color: #fff;
    padding: 20px;
    width: 200px;
    box-sizing: border-box;
    line-height: 180%;
    font-size: 1.42857rem; }
    @media only screen and (max-width: 768px) {
      .products-link-box__title {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; } }
    .products-link-box__title a {
      color: #fff;
      font-size: 0.8em;
      font-size: 0.85714rem; }
  .products-link-box__btn {
    width: 603px; }
    @media only screen and (max-width: 768px) {
      .products-link-box__btn {
        width: 100%; } }
    .products-link-box__btn ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .products-link-box__btn ul li {
        width: 200px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff; }
        @media only screen and (max-width: 768px) {
          .products-link-box__btn ul li {
            width: 100%; } }
        @media only screen and (min-width: 769px) {
          .products-link-box__btn ul li:nth-of-type(4) {
            border-bottom: 0; }
          .products-link-box__btn ul li:nth-of-type(5) {
            border-bottom: 0; } }
        .products-link-box__btn ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff;
          height: 90px;
          background: #bababa;
          -webkit-transition: all .6s;
          transition: all .6s;
          line-height: 150%; }
          @media only screen and (max-width: 768px) {
            .products-link-box__btn ul li a {
              height: 60px; } }
          .products-link-box__btn ul li a:hover {
            background: #1c56bc;
            text-decoration: none; }

.support-box {
  padding: 65px 0;
  background: #e8f0f3; }
  @media only screen and (max-width: 768px) {
    .support-box {
      padding: 30px 0; } }
  .support-box-header {
    text-align: center; }
  .support-box__list {
    background: #fff;
    padding: 60px 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .support-box__list {
        display: block;
        padding: 30px 0; } }
  .support-box__btn {
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background: #1c3491;
    line-height: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    border-radius: 5px;
    width: 340px;
    margin: 0 30px; }
    .support-box__btn::after {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1em;
      background-image: url("../images/page-arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .support-box__btn:hover {
      opacity: 0.7;
      text-decoration: none; }
    .support-box__btn::after {
      padding-left: 1em; }
    @media only screen and (max-width: 768px) {
      .support-box__btn {
        width: auto;
        margin: 0;
        margin-bottom: 30px; } }

.products-search {
  margin-bottom: 80px; }
  .products-search-header {
    padding-bottom: 0; }
    .products-search-header__text {
      text-align: left;
      font-size: 1.14286rem; }
  .products-search__title {
    border-bottom: 2px solid #000;
    font-size: 2.14286rem;
    line-height: 150%;
    padding-bottom: 20px; }
  .products-search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    min-height: 45px;
    font-size: 1.07143rem; }
    .products-search-result__category {
      width: 30%;
      padding: 15px 0; }
    .products-search-result__image {
      padding: 5px;
      height: 80px; }
      .products-search-result__image img {
        height: 80px;
        width: auto; }
    .products-search-result__name {
      width: 70%;
      padding: 15px 0; }

.bollscrew .block-inner {
  width: 944px; }

.bollscrew-header {
  background: #f2f2f2;
  border-bottom: 5px solid #1c56bc; }
  .bollscrew-header-inner {
    padding: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .bollscrew-header-inner {
        display: block;
        padding: 20px; } }
  .bollscrew-header__text {
    padding-right: 25px; }
    @media only screen and (max-width: 768px) {
      .bollscrew-header__text {
        padding-right: 0; } }
    .bollscrew-header__text p {
      line-height: 180%;
      font-size: 1.28571rem; }
  .bollscrew-header__image {
    width: 465px;
    min-width: 465px; }
    .bollscrew-header__image img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .bollscrew-header__image {
        width: 100%;
        min-width: 0; }
        .bollscrew-header__image img {
          width: 100%; } }
  .bollscrew-header-pdf, .bollscrew-header-link {
    padding: 25px 0;
    border-top: 1px solid #000;
    font-size: 1.5rem;
    line-height: 150%; }
  .bollscrew-header-caption {
    font-size: 1.5rem;
    line-height: 180%; }
  .bollscrew-header-image {
    padding: 10px 0 10px 3em; }
    @media only screen and (max-width: 768px) {
      .bollscrew-header-image {
        padding-left: 0;
        text-align: center; }
        .bollscrew-header-image img {
          max-width: 80%; } }
  .bollscrew-header a {
    color: #1c56bc; }

.per-content {
  padding: 75px 0; }
  .per-content-box {
    padding: 35px 0 60px; }
  .per-content__title {
    width: 300px;
    height: 165px;
    padding: 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
    background: #1c3491;
    color: #fff;
    font-size: 2.14286rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0.1em;
    line-height: 120%; }
    @media only screen and (max-width: 768px) {
      .per-content__title {
        width: 100%; } }
    .per-content__title--or {
      background: #ed891e; }
  .per-content-box2 {
    margin-bottom: 60px; }
    .per-content-box2__title {
      font-size: 2.14286rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      position: relative;
      font-weight: bold;
      margin-bottom: 25px;
      width: 100%;
      z-index: -1; }
      .per-content-box2__title::after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 3px;
        width: 300px;
        z-index: 999;
        background: #1c56bc; }
    .per-content-box2-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content:space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .per-content-box2-inner {
          display: block; } }
    .per-content-box2-text {
      width: 455px;
      }
      @media only screen and (max-width: 768px) {
        .per-content-box2-text {
          width: 100%;
          margin-bottom: 20px;
		  } }
    .per-content-box2-image {
      width: 455px; }
      @media only screen and (max-width: 768px) {
        .per-content-box2-image {
          width: 100%; } }
    .per-content-box2-footer {
      width: 100%;
      border-top: 1px solid #000; }
      .per-content-box2-footer--2 {
        border-top: 0; }
    .per-content-box2-banner {
      margin-bottom: 40px; }
    .per-content-box2__text {
      font-size: 1.07143rem;
      line-height: 180%;
      margin-bottom: 20px; }
      .per-content-box2__text strong {
        font-weight: bold; }
    .per-content-box2__table img {
      width: 100%; }
    .per-content-box2__image {
      margin-bottom: 20px; }
      .per-content-box2__image img {
        width: 100%; }
    .per-content-box2__link {
      background: #90acde;
      display: block;
      padding: 20px;
      line-height: 150%;
      color: #fff;
      font-size: 1.07143rem;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      .per-content-box2__link strong, .per-content-box2__link--name {
        font-weight: bold; }
      .per-content-box2__link:hover {
        opacity: 0.7;
        text-decoration: none; }
      .per-content-box2__link a {
        color: #fff; }
    .per-content-box2-footer-content {
      padding: 20px 0;
      font-size: 1.07143rem;
      line-height: 150%; }
      .per-content-box2-footer-content img {
        width: auto;
        max-width: 100%;
        height: auto; }
        @media only screen and (max-width: 768px) {
          .per-content-box2-footer-content img {
            max-width: 100%;
            height: auto; } }
    .per-content-box2-content {
      padding-bottom: 40px; }
      .per-content-box2-content p {
        margin-bottom: 40px; }
    .per-content-box2-description {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .per-content-box2-description {
          display: block; } }
      .per-content-box2-description-image {
        min-width: 380px;
        width: 380px; }
        .per-content-box2-description-image img {
          max-width: 325px;
          height: auto; }
        @media only screen and (max-width: 768px) {
          .per-content-box2-description-image {
            min-width: 100%;
            max-width: 100%;
            width: 100%; }
            .per-content-box2-description-image img {
              max-width: 100%; } }
      .per-content-box2-description-text {
        font-size: 1.07143rem;
        line-height: 180%; }
        .per-content-box2-description-text__title {
          font-weight: bold; }
          .per-content-box2-description-text__title::before {
            content: "◆"; }
    .per-content-box2-caption {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 30px 0 30px; }
      .per-content-box2-caption p {
        margin-bottom: 0; }

.trimos {
  position: relative; }
  .trimos-link {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.57143rem;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .trimos-link {
        position: static;
        padding: 10px; } }
    .trimos-link a {
      color: #1c56bc; }
  .trimos-header {
    border-bottom: 5px solid #1c56bc; }
    .trimos-header-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .trimos-header-inner {
          display: block; } }
    .trimos-header-image {
      width: 715px; }
      @media only screen and (max-width: 768px) {
        .trimos-header-image {
          width: 100%; } }
    .trimos-header-text {
      width: 455px; }
      @media only screen and (max-width: 768px) {
        .trimos-header-text {
          width: 100%; } }
    .trimos-header__text {
      font-size: 1.07143rem;
      line-height: 180%; }
    @media only screen and (max-width: 768px) {
      .trimos-header__link a {
        display: block; } }
    .trimos-header__image {
      min-width: 700px; }
      @media only screen and (max-width: 768px) {
        .trimos-header__image {
          min-width: 0; } }
      .trimos-header__image img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .trimos-header-mv {
      padding: 30px 0;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      font-size: 1.07143rem; }
      .trimos-header-mv__title {
        font-size: 1.07143rem;
        margin-bottom: 15px; }
        .trimos-header-mv__title strong {
          display: inline-block; }
      .trimos-header-mv__span + strong {
        padding-left: 1em; }
      strong + .trimos-header-mv__span {
        padding-left: 1em; }
      .trimos-header-mv__mv {
        padding: 35px 0;
        text-align: center; }
      .trimos-header-mv__qr {
        text-align: center; }
      @media only screen and (max-width: 768px) {
        .trimos-header-mv iframe {
          max-width: 100%; } }
    .trimos-header-caption {
      padding: 30px 0;
      font-size: 1.07143rem; }
    .trimos-header-description {
      font-size: 1.07143rem; }
      .trimos-header-description__title {
        color: #1c56bc;
        margin-bottom: 10px; }
      .trimos-header-description__text {
        margin-bottom: 10px;
        line-height: 150%;
        margin-left: 1em;
        text-indent: -1em; }
        .trimos-header-description__text::before {
          content: "●"; }
  .trimos-menu {
    text-align: center;
    font-weight: bold;
    padding-bottom: 60px; }
    .trimos-menu__title {
      font-size: 1.57143rem;
      border-bottom: 1px solid #000;
      padding-bottom: 20px; }
    .trimos-menu__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 20px 0; }
    .trimos-menu__item {
      font-size: 1.5rem; }
      .trimos-menu__item a {
        color: #000; }

.inquiry-block {
  width: 750px;
  margin: 0 auto; }
  .inquiry-block table {
    width: 100%;
    margin: 0 auto; }
    .inquiry-block table th, .inquiry-block table td {
      border: 4px solid #fff;
      padding: 8px 15px;
      text-align: left;
      line-height: 150%;
      font-size: 1.07143rem; }
      @media only screen and (max-width: 768px) {
        .inquiry-block table th, .inquiry-block table td {
          padding: 5px; } }
    .inquiry-block table th {
      background: #e8e8e8;
      font-weight: bold;
      vertical-align: middle; }
    .inquiry-block table td {
      background: #f7f7f7;
      vertical-align: middle; }
  .inquiry-block--product {
    width: 950px; }
  @media only screen and (max-width: 768px) {
    .inquiry-block {
      width: auto; }
      .inquiry-block .form table {
        display: block; }
        .inquiry-block .form table thead, .inquiry-block .form table tbody, .inquiry-block .form table tfoot, .inquiry-block .form table tr, .inquiry-block .form table th, .inquiry-block .form table td {
          display: block;
          border: none; }
        .inquiry-block .form table th, .inquiry-block .form table td {
          padding-top: 15px;
          padding-bottom: 10px; }
          .inquiry-block .form table th input, .inquiry-block .form table td input {
            border: 1px solid #ccc; } }

.form-require {
  color: #f00;
  display: inline-block;
  margin-left: 1em; }
  .form-require::before {
    content: "("; }
  .form-require::after {
    content: ")"; }

.form-text {
  width: 360px;
  line-height: 2em;
  font-size: 1em;
  height: 2em; }
  @media only screen and (max-width: 768px) {
    .form-text {
      display: block;
      width: 90%;
      margin-bottom: 5px; } }
  .form-text--S {
    width: 180px; }
    @media only screen and (max-width: 768px) {
      .form-text--S {
        display: block;
        width: 90%; } }
  .form-text--M {
    width: 240px; }
    @media only screen and (max-width: 768px) {
      .form-text--M {
        display: block;
        width: 90%; } }

.form-textarea {
  width: 360px;
  line-height: 180%;
  font-size: 1em;
  height: 6em; }
  @media only screen and (max-width: 768px) {
    .form-textarea {
      display: block;
      width: 90%; } }

.form strong.naiyo-title {
  font-weight: bold;
  display: inline-block; }
  .form strong.naiyo-title::before {
    content: "＜"; }
  .form strong.naiyo-title::after {
    content: "＞"; }

.form .mwform-checkbox-field {
  display: inline-block;
  padding: 5px 0 10px; }
  @media only screen and (max-width: 768px) {
    .form .mwform-checkbox-field {
      display: block;
      margin-left: 0 !important;
      padding-top: 3px;
      padding-bottom: 3px; } }

.form-submit-box {
  text-align: center;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.form-submit {
  padding: 15px 35px 15px 35px;
  margin: 0 10px;
  font-size: 1.14286rem;
  background: #1c3491;
  color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  border-radius: 10px;
  line-height: 100%;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .form-submit:hover {
    opacity: 0.7;
    text-decoration: none; }
  .form-submit::after {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1em;
    background-image: url("../images/icon-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .form-submit::after {
    margin-left: 2em; }
  .form-submit--return {
    background: rgba(28, 86, 188, 0.7); }
  @media only screen and (max-width: 768px) {
    .form-submit {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%; }
      .form-submit::after {
        margin-left: 1em; } }

.form .error {
  font-weight: bold;
  font-size: 1.42857rem;
  color: #f00;
  display: display;
  padding: 5px 0; }

.form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 0; }

.form .mw_wp_form .horizontal-item input {
  margin-right: 0;
  margin-left: 10px; }

.mw_wp_form_complete p {
  font-size: 2em;
  padding: 25px 0 200px;
  line-height: 130%; }

.about-menu {
  margin-bottom: 35px; }
  .about-menu__title {
    font-size: 1.78571rem;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    text-align: center; }
  .about-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .about-menu__list {
        display: block; } }
  .about-menu__item {
    padding: 0 1em;
    font-size: 1.07143rem; }
    .about-menu__item + .about-menu__item {
      border-left: 1px solid #000; }
      @media only screen and (max-width: 768px) {
        .about-menu__item + .about-menu__item {
          border-left: none; } }
    .about-menu__item a {
      color: #000; }
    @media only screen and (max-width: 768px) {
      .about-menu__item {
        padding: 15px 10px;
        border-bottom: 1px solid #666; } }

.about-table {
  margin-bottom: 35px;
  width: 700px;
  margin: 0 auto; }
  .about-table table {
    width: 100%;
    margin: 0 auto; }
    .about-table table th, .about-table table td {
      border: 4px solid #fff;
      padding: 8px 15px;
      text-align: left;
      line-height: 150%;
      font-size: 1.07143rem; }
      @media only screen and (max-width: 768px) {
        .about-table table th, .about-table table td {
          padding: 5px; } }
    .about-table table th {
      background: #e8e8e8;
      font-weight: bold;
      vertical-align: middle; }
    .about-table table td {
      background: #f7f7f7;
      vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .about-table {
      width: auto; } }

.about-message {
  padding-bottom: 50px; }
  .about-message-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .about-message__text {
    padding: 50px 0;
    font-size: 1.07143rem;
    line-height: 250%;
    text-align: left; }
  .about-message__name {
    text-align: right;
    font-size: 1.78571rem;
    margin-bottom: 45px;
    letter-spacing: 0.3em; }
    .about-message__name--position {
      font-size: 0.8em;
      display: inline-block;
      padding-right: 1em; }
  .about-message__image {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .about-message__image img {
        max-width: 80%;
        height: auto; } }

.about-philosophy {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
  .about-philosophy__title {
    font-size: 2.14286rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: #4d4d4d; }
  .about-philosophy__title2 {
    font-size: 1.78571rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #4d4d4d; }
  .about-philosophy__title3 {
    font-size: 1.57143rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #4d4d4d; }
  .about-philosophy__list {
    margin-left: 1em;
    margin-bottom: 50px; }
  .about-philosophy__item {
    list-style-type: decimal;
    font-size: 1.07143rem;
    line-height: 250%;
    margin-bottom: 10px;
    color: #808080; }
  .about-philosophy__text {
    line-height: 250%;
    font-size: 1.07143rem;
    line-height: 180%;
    margin-bottom: 10px;
    color: #808080; }

.about-organization {
  padding: 50px 0; }
  .about-organization__image {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .about-organization__image img {
        max-width: 96%;
        height: auto; } }

.network {
  padding-bottom: 120px; }
  .network .block-inner {
    width: 1000px; }
    @media only screen and (max-width: 768px) {
      .network .block-inner {
        width: auto; } }
  .network-message {
    margin-bottom: 30px;
    text-align: left; }
    .network-message p {
      margin-bottom: 20px;
      line-height: 180%;
      font-size: 1.42857rem; }
    .network-message strong {
      font-size: 2.14286rem; }
  .network-box {
    text-align: left; }
    .network-box__title {
      padding: 15px;
      color: #fff;
      background: #1c56bc;
      position: relative;
      font-size: 1.78571rem;
      margin-bottom: 40px; }
      .network-box__title::after {
        content: "";
        background: #4d96ff;
        width: 66%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }
        @media only screen and (max-width: 768px) {
          .network-box__title::after {
            width: 20%; } }
      .network-box__title--agent {
        background: #ed891e; }
        .network-box__title--agent::after {
          background: #ffcd92; }
    .network-box__text {
      font-size: 1.42857rem;
      line-height: 180%;
      margin-bottom: 60px;
      color: #808080; }
    .network-box-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 60px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        .network-box-block {
          display: block;
          width: 96%;
          margin: 0 auto 60px; } }
    .network-box-content {
      width: 456px; }
      @media only screen and (max-width: 768px) {
        .network-box-content {
          width: auto;
          margin-bottom: 30px; } }
      .network-box-content--agent {
        margin-bottom: 35px; }
      .network-box-content__title {
        font-size: 1.64286rem;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      .network-box-content__text {
        font-size: 1.28571rem;
        line-height: 180%;
        color: #808080; }
        @media only screen and (max-width: 768px) {
          .network-box-content__text {
            max-width: 100%;
            overflow: hidden; } }
        .network-box-content__text a {
          color: #808080; }
    .network-box-map {
      width: 500px; }
      @media only screen and (max-width: 768px) {
        .network-box-map {
          width: auto; }
          .network-box-map iframe {
            max-width: 100%; } }
    .network-box-caption {
      width: 100%;
      padding: 20px 0 40px;
      font-size: 1.35714rem;
      line-height: 150%;
      border-top: 1px solid #000;
      color: #808080; }

.history-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .history-header {
      display: block; } }
  .history-header__item {
    padding: 15px 0;
    border-radius: 3px;
    width: 340px;
    text-align: center;
    color: #fff;
    background: #1c3491;
    font-size: 1.42857rem; }
    @media only screen and (max-width: 768px) {
      .history-header__item {
        width: 100%;
        margin-bottom: 15px; } }

.history-box {
  padding-bottom: 50px; }
  .history-box-wrapper {
    position: relative; }
    @media only screen and (min-width: 769px) {
      .history-box-wrapper-bar {
        position: absolute;
        top: -55px;
        left: 50%;
        width: 12px;
        height: 100%;
        margin-left: -6px;
        z-index: -1;
        background-color: #bbbbbb;
        background-image: url(../images/history-bar.png);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat; } }
  .history-box__title {
    padding: 15px 0;
    width: 450px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background: #61b5c6;
    margin: 0 auto 50px;
    font-size: 1.42857rem; }
    @media only screen and (max-width: 768px) {
      .history-box__title {
        width: 100%; } }
  .history-box-left-right {
    position: relative; }
    .history-box-left-right:after {
      content: "";
      display: block;
      clear: both; }
    @media only screen and (min-width: 769px) {
      .history-box-left-right .history-box-desc--left {
        float: left;
        position: relative;
        z-index: 999; }
      .history-box-left-right .history-box-desc--right {
        float: right; } }
  .history-box-desc {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    font-size: 1.07143rem;
    position: relative; }
    .history-box-desc::after {
      content: "";
      position: absolute;
      top: 20px;
      width: 86px;
      height: 18px;
      background-size: contain;
      background-repeat: no-repeat; }
    .history-box-desc .image {
      margin-top: 15px; }
      .history-box-desc .image img {
        display: block; }
    .history-box-desc .year {
      color: #1c56bc;
      margin-bottom: 10px;
      font-weight: bold; }
    .history-box-desc .text {
      line-height: 180%; }
    .history-box-desc .month {
      color: #1c56bc;
      display: inline-block;
      margin-right: 0.5em;
      font-weight: bold; }
    .history-box-desc--left {
      width: 514px;
      margin-right: auto;
      text-align: right; }
      @media only screen and (min-width: 769px) {
        .history-box-desc--left {
          padding-left: 0; }
          .history-box-desc--left::after {
            left: 100%;
            background-image: url(../images/history-border-left.svg);
            background-position: center left; } }
      @media only screen and (max-width: 768px) {
        .history-box-desc--left {
          width: 96%;
          margin-right: auto;
          margin-left: auto;
          text-align: left; } }
      .history-box-desc--left .image img {
        margin-left: auto; }
        @media only screen and (max-width: 768px) {
          .history-box-desc--left .image img {
            margin-left: auto;
            margin-right: auto; } }
    .history-box-desc--right {
      width: 514px;
      margin-left: auto;
      text-align: left; }
      @media only screen and (min-width: 769px) {
        .history-box-desc--right {
          padding-right: 0; }
          .history-box-desc--right::after {
            left: -86px;
            background-image: url(../images/history-border-right.svg);
            background-position: center right; } }
      @media only screen and (max-width: 768px) {
        .history-box-desc--right {
          width: 96%;
          margin-right: auto;
          margin-left: auto;
          text-align: left; }
          .history-box-desc--right img {
            margin-left: auto;
            margin-right: auto; } }

.recruit-menu {
  margin-bottom: 35px; }
  .recruit-menu__title {
    font-size: 1.78571rem;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    text-align: center; }
  .recruit-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .recruit-menu__list {
        display: block; } }
  .recruit-menu__item {
    padding: 0 1em;
    font-size: 1.07143rem; }
    .recruit-menu__item + .recruit-menu__item {
      border-left: 1px solid #000; }
      @media only screen and (max-width: 768px) {
        .recruit-menu__item + .recruit-menu__item {
          border-left: none; } }
    .recruit-menu__item a {
      color: #000; }
    @media only screen and (max-width: 768px) {
      .recruit-menu__item {
        padding: 15px 10px;
        border-bottom: 1px solid #666; } }

.recruit-header {
  margin-bottom: 80px; }
  .recruit-header__text {
    font-size: 1.28571rem; }
  .recruit-header__image img {
    max-width: 100%; }

.recruit__title {
  font-size: 2.14286rem;
  margin-bottom: 15px; }

.recruit-table {
  padding: 0 0 80px;
  width: 700px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .recruit-table {
      width: auto; } }
  .recruit-table__title {
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .recruit-table table {
    width: 100%;
    margin: 0 auto; }
    .recruit-table table th, .recruit-table table td {
      border: 4px solid #fff;
      padding: 8px 15px;
      text-align: left;
      line-height: 150%;
      font-size: 1.07143rem; }
      @media only screen and (max-width: 768px) {
        .recruit-table table th, .recruit-table table td {
          padding: 5px; } }
    .recruit-table table th {
      background: #e8e8e8;
      font-weight: bold;
      vertical-align: middle; }
    .recruit-table table td {
      background: #f7f7f7;
      vertical-align: middle; }
  .recruit-table__caption {
    text-align: left; }

.recruit-message {
  text-align: center;
  line-height: 180%;
  margin-bottom: 35px; }

.recruit-btn {
  text-align: center; }
  .recruit-btn a {
    padding: 15px;
    background: #1c3491;
    color: #fff;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    border-radius: 10px;
    line-height: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .recruit-btn a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .recruit-btn a::after {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1em;
      background-image: url("../images/icon-arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .recruit-btn a::after {
      margin-left: 4em; }
    @media only screen and (max-width: 768px) {
      .recruit-btn a {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%; }
        .recruit-btn a::after {
          margin-left: 1em; } }
  .recruit-btn a {
    margin: 0 auto;
    width: 240px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.recruit-link {
  background: #f2f2f2;
  padding: 30px 0; }
  .recruit-link .block-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .recruit-link .block-inner {
        display: block;
        width: 96%; } }
  .recruit-link__text p {
    line-height: 180%;
    margin-bottom: 1em;
    font-size: 1.14286rem; }
  .recruit-link-btn {
    padding-top: 2em;
    text-align: right; }
    .recruit-link-btn .btn {
      margin: 0 0 0 auto; }
      @media only screen and (max-width: 768px) {
        .recruit-link-btn .btn {
          margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    .recruit-link__image {
      display: none; } }
  .recruit-link__image img {
    height: 300px;
    width: auto; }

.staff-introduction-box {
  margin-bottom: 45px;
  text-align: center;
  min-height: 587px; }
  @media only screen and (max-width: 768px) {
    .staff-introduction-box {
      min-height: 0; } }
  @media only screen and (max-width: 768px) {
    .staff-introduction-box img {
      max-width: 100%; } }
  .staff-introduction-box a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block; }
    .staff-introduction-box a:hover {
      opacity: 0.7; }

.staff-header {
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .staff-header img {
      max-width: 100%; } }

.staff__catch {
  font-size: 2.28571rem;
  padding: 45px 0 300px;
  background: rgba(242, 242, 242, 0.75);
  margin-top: -120px;
  font-weight: bold;
  z-index: 888;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .staff__catch {
      line-height: 150%;
      margin-top: 0; } }

.staff-block {
  width: 980px;
  padding: 80px;
  margin-top: -270px;
  background: #fff;
  z-index: 999;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .staff-block {
      width: 98%;
      padding: 20px;
      box-sizing: border-box; } }

.staff-box {
  text-align: left;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .staff-box img {
      max-width: 100%; } }
  .staff-box--margin-zero {
    margin-bottom: 0; }
  .staff-box--text {
    display: block; }
  .staff-box--text-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .staff-box--text-image {
        display: block; } }
  .staff-box--image-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .staff-box--image-text {
        display: block; } }
  .staff-box-text + .staff-box-image {
    margin-left: 50px; }
    @media only screen and (max-width: 768px) {
      .staff-box-text + .staff-box-image {
        margin-bottom: 20px;
        margin-left: 0; } }
  .staff-box-image + .staff-box-text {
    margin-left: 50px; }
    @media only screen and (max-width: 768px) {
      .staff-box-image + .staff-box-text {
        margin-bottom: 20px;
        margin-left: 0; } }
  .staff-box__title {
    font-size: 1.57143rem;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 10px; }
    .staff-box__title::before {
      content: "■";
      display: inline-block;
      margin-right: 0.3em; }
  .staff-box__text {
    font-size: 1.35714rem;
    line-height: 180%; }
  .staff-box-menu {
    font-size: 2.28571rem;
    padding: 150px 0 80px;
    background: rgba(242, 242, 242, 0.75);
    margin-top: -100px;
    font-weight: bold;
    z-index: 888;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .staff-box-menu {
        padding: 20px;
        margin-top: 0; } }
    .staff-box-menu__list {
      width: 1000px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        .staff-box-menu__list {
          width: 100%;
          display: block; } }
    .staff-box-menu__item {
      padding: 15px; }
      @media only screen and (max-width: 768px) {
        .staff-box-menu__item {
          padding: 3%;
          text-align: center; }
          .staff-box-menu__item img {
            width: 96%; } }
      .staff-box-menu__item a {
        display: block;
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s; }
        .staff-box-menu__item a:hover {
          opacity: 0.7;
          text-decoration: none; }

.post-box-content {
  width: 700px;
  margin: 0 auto 50px;
  line-height: 180%;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .post-box-content {
      width: 98%; } }
  .post-box-content p {
    margin-bottom: 0.5em; }
  .post-box-content ul, .post-box-content ol {
    margin-bottom: 1em;
    margin-left: 1em; }
  .post-box-content ol li {
    list-style-type: decimal;
    list-style-position: outside; }
  .post-box-content ul li {
    list-style-type: disc;
    list-style-position: outside; }
  .post-box-content table {
    width: 100%;
    margin: 0 auto; }
    .post-box-content table th, .post-box-content table td {
      border: 4px solid #fff;
      padding: 8px 15px;
      text-align: left;
      line-height: 150%;
      font-size: 1.07143rem; }
      @media only screen and (max-width: 768px) {
        .post-box-content table th, .post-box-content table td {
          padding: 5px; } }
    .post-box-content table th {
      background: #e8e8e8;
      font-weight: bold;
      vertical-align: middle; }
    .post-box-content table td {
      background: #f7f7f7;
      vertical-align: middle; }
  .post-box-content .alignleft {
    float: left;
    margin-right: 1em;
    clear: both; }
  .post-box-content .alignright {
    float: right;
    margin-left: 1em;
    clear: both; }
  .post-box-content .aligncenter {
    display: block;
    margin: 0 auto 1em; }
  .post-box-content strong {
    font-weight: bold; }
  .post-box-content em {
    font-style: italic; }
  .post-box-content a {
    text-decoration: underline; }
