@charset "UTF-8";
/***************************************
　　タグ初期値
***************************************/
html,
body {
  height: 100%;
  margin: 0;
}

html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #727171;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

img {
  border-style: none;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
}

a {
  background-color: transparent;
  color: #00218b;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
  margin: 0;
}

li, dt, dd {
  margin: 0;
  padding: 0;
}

small {
  font-size: 80%;
}

/***************************************
　　段落、回り込み
***************************************/
.a_center {
  text-align: center !important;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.alignleft {
  float: left;
}

.alignright {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

/***************************************
フォーム
***************************************/
/* フォーム枠
------------------------------------- */
form {
  margin: 0px auto;
}

/* 入力
------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  max-width: 100%;
  overflow: visible;
}

button,
select {
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* テキスト系 */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  padding: 0.75rem;
  width: 100%;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-weight: 300;
}

:placeholder-shown {
  color: #aaaaaa;
  opacity: 1;
  font-weight: 300;
}

[type="checkbox"],
[type="radio"] {
  display: none;
}

[type="checkbox"] + span,
[type="radio"] + span {
  display: inline-block;
  content: "";
  position: relative;
  padding-left: 30px;
}
[type="checkbox"] + span::before,
[type="radio"] + span::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #2a2a2a;
  background-color: #fff;
}

[type="radio"] + span::before {
  border-radius: 50%;
}
[type="radio"] + span::after {
  border-radius: 50%;
}

[type="radio"]:checked + span::before {
  border: 1px solid #2a2a2a;
}
[type="radio"]:checked + span::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #2a2a2a;
}

[type="checkbox"]:checked + span::after {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 3px;
  content: "";
  width: 18px;
  height: 12px;
  border-bottom: 4px solid #2a2a2a;
  border-left: 4px solid #2a2a2a;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.select {
  position: relative;
  display: inline-block;
  min-width: 180px;
}
.select::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 2px;
  width: 30px;
  height: 80%;
  background-color: #FFF;
  pointer-events: none;
}
.select::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  bottom: 0;
  width: 14px;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #aaa;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0.75em 30px 0.75em 0.75em;
  min-width: 180px;
  background-color: #FFF;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.select select::-ms-expand {
  display: none;
}

/* fadein
------------------------------------- */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: transform 1.5s ease, opacity 1.5s ease;
  transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease;
}

.fadein.inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  body {
    min-width: 320px;
    min-height: 100vh;
    font-size: 0.875rem;
    color: #000000;
  }

  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 60px;
    padding: 0 80px 0 15px;
  }
  #header.fixed {
    position: fixed;
    background-color: rgba(0, 33, 139, 0.3);
  }
  #header .logo {
    max-width: 420px;
    width: 100%;
  }
  #header nav.sp {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 300px;
    width: 80%;
    background-color: rgba(0, 33, 139, 0.8);
  }
  #header nav.sp > div {
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding-bottom: 60px;
  }
  #header nav.sp .sp-contact {
    position: absolute;
    top: -60px;
    left: 0;
    right: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ef7800;
    color: #fff;
  }
  #header nav.sp ul.sp-menu {
    list-style: none;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #8082a3;
  }
  #header nav.sp ul.sp-menu li {
    border-top: 1px solid #8082a3;
  }
  #header nav.sp ul.sp-menu li a,
  #header nav.sp ul.sp-menu li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5em 1em;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #header nav.sp ul.sp-menu li a::before,
  #header nav.sp ul.sp-menu li span::before {
    content: "";
    display: inline-block;
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
  #header nav.sp ul.sp-menu li span::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header nav.sp ul.sp-menu li.parent.active {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #header nav.sp ul.sp-menu li.parent.active span::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header nav.sp ul.sp-menu li.parent ul {
    display: none;
  }
  #header nav.sp .lang {
    font-size: 12px;
    padding: 1.5em 1em;
    color: #fff;
    text-align: center;
    font-weight: 300;
  }
  #header nav.sp .lang span {
    display: inline-block;
    padding: .5em;
    margin-left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header nav.sp .lang a {
    width: 100%;
    color: #fff;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 12px;
  }
  #header nav.sp .lang a::after {
    display: none;
  }

  #hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  #hamburger div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hamburger i {
    display: inline-block;
    width: 65%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
  }
  #hamburger i:before, #hamburger i:after {
    content: "";
    height: 2px;
    border-radius: 3px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  #hamburger i:before {
    -webkit-transform: translate(0px, -9px);
            transform: translate(0px, -9px);
  }
  #hamburger i:after {
    -webkit-transform: translate(0px, 7px);
            transform: translate(0px, 7px);
  }
  #hamburger.active {
    background-color: rgba(0, 33, 139, 0.8);
  }
  #hamburger.active i {
    height: 0;
  }
  #hamburger.active i:before {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  #hamburger.active i:after {
    -webkit-transform: rotate(45deg) translate(-1px, -2px);
            transform: rotate(45deg) translate(-1px, -2px);
  }
}
@media only screen and (max-width: 999px) {
  .footer-wrapper {
    background-image: url(../img/common/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 50px;
  }

  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0, 33, 139, 0.8);
    color: #fff;
    padding: 0;
  }
  #footer a {
    color: #fff;
  }
  #footer address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    padding: 0 4vw;
    width: 100%;
    font-style: normal;
  }
  #footer address .footer-logo {
    display: none;
  }
  #footer address .footer-contact {
    margin: 0 auto;
    text-align: center;
  }
  #footer address .footer-contact a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 1em 2em;
  }
  #footer address .footer-contact a::before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #ef7800;
  }
  #footer .iso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    padding: 30px 0 20px;
  }
  #footer .iso p {
    text-align: center;
    margin-left: 24px;
    line-height: 1.5em;
  }
  #footer .iso p img {
    margin: 3px 0;
  }
  #footer .footer-nav {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 14px;
  }
  #footer .footer-nav::after {
    display: block;
    width: 100%;
    height: 70px;
    content: "";
    background-image: url(../img/common/footer-top.svg);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 110%;
    z-index: 1;
    pointer-events: none;
    margin-top: -1px;
  }
  #footer .footer-nav ul {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
  }
  #footer .footer-nav ul li {
    width: 100%;
    padding: 0 4vw;
    border-top: 1px solid #c9caca;
  }
  #footer .footer-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    color: #727171;
    padding: 1.5em 0;
    margin: 0 auto;
  }
  #footer .footer-nav ul li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #727171;
    border-right: 1px solid #727171;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
  #footer .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
    padding: 1em 4vw;
    color: #e8e8e8;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer .copyright small {
    font-size: 12px;
  }

  #scr-top {
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    right: -100px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
  #scr-top.end {
    position: absolute;
    top: -30px;
    bottom: auto;
    z-index: 100;
  }
  #scr-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3e7db3;
    color: #fff;
    width: 100%;
    height: 100%;
    content: "";
  }
  #scr-top a::before {
    position: relative;
    top: 3px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 999px) {
  a {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  a.blank::after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 14px;
    background-image: url(../../assets/img/common/elink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .table {
    width: 100%;
    overflow-x: auto;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 16px;
  }

  .fix-contact {
    display: none;
  }

  .container {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: hidden;
  }

  .title-page {
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .title-page::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../assets/img/common/title-bg.png);
    background-attachment: fixed;
    z-index: -1;
  }
  .title-page h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .title-page p {
    font-size: 1rem;
  }

  .pankz {
    display: none;
  }

  .title-horizon {
    text-align: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .title-horizon .title-en {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 12px;
    color: #b8c7e5;
  }
  .title-horizon .title-ja {
    display: block;
    font-size: 0.8rem;
    color: #727171;
  }
  .title-horizon .title-ja::before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    margin: 5px auto;
    background-color: #b8c7e5;
  }

  .btn-more {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }
  .btn-more a {
    position: relative;
    display: inline-block;
    text-align: right;
    color: #727171;
    font-size: 0.875rem;
  }
  .btn-more a::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 9px;
    border-bottom: 1px solid #727171;
    border-right: 1px solid #727171;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 0px;
    margin-right: 20px;
  }

  .btn-link {
    text-align: center;
  }
  .btn-link a {
    display: inline-block;
    border: 1px solid #3e7db3;
    color: #3e7db3;
    font-size: 0.8rem;
    border-radius: 3px;
    padding: 1.25em 6em;
  }

  .wysiwyg {
    color: #727171;
  }
  .wysiwyg .title-box {
    margin-top: 1.5em;
    line-height: 1.5em;
  }
  .wysiwyg h3 {
    font-size: 20px;
    margin: 1.5em 0 1em;
    line-height: 1.5em;
  }
  .wysiwyg h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 1.5em 0 .5em;
    line-height: 1.5em;
  }
  .wysiwyg p {
    line-height: 2em;
  }
  .wysiwyg p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg a {
    text-decoration: underline;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    line-height: 2em;
  }
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-bottom: .5em;
  }
  .wysiwyg ol li ol,
  .wysiwyg ol li ul,
  .wysiwyg ul li ol,
  .wysiwyg ul li ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
  }
  .wysiwyg table,
  .wysiwyg th,
  .wysiwyg td {
    border-collapse: collapse;
    border: 1px;
  }
  .wysiwyg table {
    width: 100%;
    margin: 1em auto 1.5em;
    min-height: 0.1%;
    overflow: auto;
    line-height: 1.5em;
  }
  .wysiwyg td,
  .wysiwyg th {
    padding: 0.5em;
    border: 1px solid #CCC;
  }
  .wysiwyg th {
    white-space: nowrap;
    background-color: #EEE;
    font-weight: normal;
  }
  .wysiwyg .col2,
  .wysiwyg .col2-rev {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .wysiwyg .col2 .img,
  .wysiwyg .col2-rev .img {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 30px;
  }
  .wysiwyg .col2 .text,
  .wysiwyg .col2-rev .text {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .wysiwyg .col2 .text p:last-child,
  .wysiwyg .col2-rev .text p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg .col2 .text h3,
  .wysiwyg .col2-rev .text h3 {
    font-size: 20px;
    border-bottom: 4px solid #00218b;
    font-weight: bold;
    background-image: url(../img/common/title-box.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0 36px 7px;
  }
  .wysiwyg .col2 .text h4,
  .wysiwyg .col2-rev .text h4 {
    margin-top: 0;
  }
  .wysiwyg .col2-rev .img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .wysiwyg .gallery1 {
    text-align: center;
  }
  .wysiwyg .gallery2,
  .wysiwyg .gallery3,
  .wysiwyg .gallery4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .wysiwyg .gallery2 li {
    width: 49%;
  }
  .wysiwyg .gallery3::after {
    content: "";
    display: block;
    width: 33%;
  }
  .wysiwyg .gallery3 li {
    width: 33%;
  }
  .wysiwyg .gallery4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wysiwyg .gallery4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .wysiwyg .gallery4 li {
    width: 24%;
  }
  .wysiwyg .box {
    border: double #ddd;
    padding: 1em;
    margin-bottom: 1.5em;
  }
  .wysiwyg .box p:last-child {
    margin-bottom: 0;
  }

  .contact {
    width: 100%;
    margin: 70px auto;
    padding: 0 4vw;
    color: #3e7db3;
    font-style: normal;
  }
  .contact.ptn2 .left {
    margin-bottom: 60px;
  }
  .contact.ptn2 .left h2 {
    margin-bottom: 20px;
  }
  .contact.ptn2 .left p {
    line-height: 2em;
  }
  .contact.ptn2 .left .btn-link {
    text-align: left;
  }
  .contact.ptn2 .left .btn-link a {
    width: 100%;
    max-width: 370px;
    text-align: center;
  }
  .contact a {
    color: #3e7db3;
  }
  .contact .left {
    width: 100%;
  }
  .contact .left h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact .left p {
    font-size: 0.8rem;
    line-height: 1.5em;
  }
  .contact .left p.tel {
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 60px;
    background-image: url(../img/common/contact-tel.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: contain;
  }
  .contact ul {
    list-style: none;
  }
  .contact ul li {
    display: block;
    text-align: center;
    margin-bottom: 1em;
  }
  .contact ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 20px 15px;
    border: 1px solid #3e7db3;
    border-radius: 3px;
  }
  .contact ul li a img {
    display: block;
    margin-top: 16px;
  }

  #content > section,
  #content > div {
    margin: 0 auto 70px;
  }
  #content .page-text {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  #content .page-text .iso {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4vw;
  }
  #content .page-text .iso .img {
    text-align: center;
    margin-right: 20px;
    line-height: 1.5em;
    font-size: 10px;
  }
  #content .page-text .iso .img img {
    margin: 3px 0;
  }
  #content .page-text .iso .text {
    line-height: 2em;
    color: #727171;
  }
  #content .page-text .wysiwyg {
    padding: 0 4vw;
  }
  #content .page-text .wysiwyg .title {
    border: 1px solid #b8c7e5;
    color: #b8c7e5;
    font-weight: bold;
    padding: 1em;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #content .page-text .wysiwyg h2 {
    color: #727171;
    padding: 1em;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #727171;
    margin-bottom: 20px;
  }
  #content .page-text .wysiwyg p {
    margin-bottom: 2em;
  }
  #content .page-text .wysiwyg dl {
    line-height: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #content .page-text .wysiwyg dl::after {
    clear: both;
    content: "";
    display: block;
  }
  #content .page-text .wysiwyg dl dt {
    font-weight: bold;
    margin-bottom: .5em;
  }
  #content .page-text .wysiwyg dl dd {
    margin-bottom: 2em;
  }
  #content .single-post {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw 70px;
  }
  #content .single-post .date-wrapper {
    margin-bottom: 35px;
  }
  #content .single-post .date-wrapper .cat {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 0.75rem;
    padding: .75em .5em;
    margin-right: 16px;
  }
  #content .single-post .date-wrapper .date {
    color: #b8c7e5;
  }
  #content .single-post .post-title {
    color: #727171;
    margin-bottom: 40px;
    line-height: 1.5em;
  }
  #content .single-post > .btn-link {
    margin-top: 70px;
  }
  #content .single-post .wysiwyg {
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .single-post .wysiwyg .title {
    border: 1px solid #b8c7e5;
    color: #b8c7e5;
    font-weight: bold;
    padding: 1em;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  #content .single-post .wysiwyg h3 {
    background-color: #80dbfb;
    color: #fff;
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
  }
  #content .single-post .wysiwyg h4 {
    color: #6bbc6e;
    border: 1px solid #6bbc6e;
    padding: 1em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }
  #content .single-post .wysiwyg .box {
    position: relative;
    border: 4px solid #419cc0;
    padding: 80px 40px 20px;
  }
  #content .single-post .wysiwyg .box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "Check Point！";
    background-color: #419cc0;
    color: #fff;
    padding: 16px 20px 20px;
    font-size: 22px;
  }
  #content .page-download,
  #content .page-link,
  #content .page-sitemap {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw 60px;
    color: #727171;
    line-height: 2em;
  }
  #content .page-download a,
  #content .page-link a,
  #content .page-sitemap a {
    color: #727171;
  }
  #content .page-download .text,
  #content .page-link .text,
  #content .page-sitemap .text {
    margin-bottom: 50px;
  }
  #content .page-download section,
  #content .page-link section,
  #content .page-sitemap section {
    margin-bottom: 70px;
  }
  #content .page-download section > h2,
  #content .page-link section > h2,
  #content .page-sitemap section > h2 {
    background-color: #01b4f5;
    color: #fff;
    font-size: 16px;
    padding: 1em;
    margin-bottom: 30px;
  }
  #content .page-download section h3,
  #content .page-link section h3,
  #content .page-sitemap section h3 {
    font-size: 16px;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 1em 0;
    margin-bottom: 30px;
  }
  #content .page-download section h4,
  #content .page-link section h4,
  #content .page-sitemap section h4 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #content .page-download .new,
  #content .page-link .new,
  #content .page-sitemap .new {
    color: #ef7800;
    margin-left: 1em;
    font-size: 13px;
  }
  #content .download-col2 .left,
  #content .download-col2 .right {
    width: 100%;
  }
  #content .download-col2 li {
    margin-bottom: 1em;
  }
  #content .link-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  #content .link-col2 li {
    width: 48%;
    margin-bottom: 1em;
  }
  #content .link-col2,
  #content .link-list {
    list-style: none;
    margin-bottom: 30px;
  }
  #content .link-col2 li a,
  #content .link-list li a {
    color: #727171;
  }
  #content .link-col2 li a::before,
  #content .link-list li a::before {
    content: "";
    position: relative;
    top: -.15em;
    display: inline-block;
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-top: 1px solid #727171;
    border-right: 1px solid #727171;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
  #content .page-link .link-col2 {
    display: block;
  }
  #content .page-link .link-col2 li {
    width: 100%;
    margin-bottom: 2em;
  }
  #content .page-sitemap h2 {
    font-size: 16px;
    border-bottom: 1px solid #c9caca;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  #content .page-sitemap h2:not(:first-child) {
    margin-top: 5em;
  }
  #content .search-result-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 60px;
    padding: 0 4vw;
  }
  #content .search-result {
    list-style: none;
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 4vw;
  }
  #content .search-result li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #727171;
  }
  #content .search-result li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #727171;
  }
  #content .search-result li a .img {
    width: 120px;
    background-color: #f9f9f9;
  }
  #content .search-result li a .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
    line-height: 2em;
  }
  #content .search-result li a .text h3 {
    margin-bottom: 1.5em;
    color: #3e7db3;
    line-height: 1.5em;
  }
  #content .search-result li a .text p {
    display: none;
  }
  #content .product-cat-intro {
    padding: 0 4vw;
  }
  #content .product-cat-intro > h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #content .product-cat-intro > h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 10px auto 0;
  }
  #content .product-cat-intro > p {
    font-weight: 300;
    text-align: center;
    line-height: 2em;
  }
  #content .product-cats-child {
    padding-top: 70px;
    position: relative;
  }
  #content .product-cats-child::before {
    content: "";
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecf1f8), to(#fff));
    background: linear-gradient(#ecf1f8, #fff);
  }
  #content .product-cats-child .cat h3 {
    text-align: center;
    margin-bottom: 35px;
  }
  #content .product-cats-child .cat ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto 60px;
  }
  #content .product-cats-child .cat ul li {
    width: 49%;
    max-width: 180px;
    padding: 0 10px 30px;
  }
  #content .product-cats-child .cat ul li a {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #727171;
  }
  #content .product-cats-child .cat ul li a img {
    display: block;
    margin: 0 auto 15px;
  }
  #content .product-construction {
    width: 100%;
    margin: 0 auto 90px;
  }
  #content .product-construction .img {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px;
  }
  #content .product-construction .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  #content .product-construction .text h3 {
    color: #2a2a2a;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1em;
  }
  #content .product-construction .text p {
    font-weight: 300;
  }
  #content .product-construction .text .btn-more {
    text-align: right;
  }
  #content .product-tech {
    padding-top: 70px;
    margin-bottom: 70px;
    padding: 0 4vw;
  }
  #content .product-tech ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  #content .product-tech ul li {
    width: 100%;
    border: 1px solid #9fa0a0;
    margin-bottom: 10px;
  }
  #content .product-tech ul li a {
    display: block;
    background-color: #f7f7f7;
    color: #2a2a2a;
    text-align: center;
    line-height: 1em;
    padding: 2em 1em;
  }
  #content .product-archive-search {
    width: 100%;
  }
  #content .product-archive-search .product-search {
    border: 6px solid #dce2ec;
    padding: 20px;
    margin: 0 4vw 30px;
  }
  #content .product-archive-search .product-search h3 {
    text-align: center;
    color: #727171;
    margin-bottom: 30px;
  }
  #content .product-archive-search .product-search form {
    text-align: center;
  }
  #content .product-archive-search .product-search input {
    border: 2px solid #9fa0a0;
    font-weight: 300;
    margin-bottom: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: .5em;
    border-radius: 0;
    font-size: 16px;
  }
  #content .product-archive-search .product-search input:placeholder-shown {
    color: #e8e8e8;
  }
  #content .product-archive-search .product-search button {
    width: 118px;
    font-size: 18px;
    background-color: #3e7db3;
    color: #fff;
    border: 0 solid transparent;
    padding: .5em 1em;
  }
  #content .product-archive-cats {
    padding: 0 4vw;
  }
  #content .product-cats-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .product-cats-wrapper .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
    max-width: 230px;
    margin-right: 4%;
  }
  #content .product-cats-wrapper .cat:nth-child(2n) {
    margin-right: 0;
  }
  #content .product-cats-wrapper .cat.wide {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  #content .product-cats-wrapper .cat .img {
    position: relative;
  }
  #content .product-cats-wrapper .cat .img a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid rgba(0, 33, 139, 0.1);
    pointer-events: none;
  }
  #content .product-cats-wrapper .cat h3 {
    color: #2a2a2a;
    font-size: 17px;
    text-align: center;
    margin-bottom: 1em;
  }
  #content .product-cats-wrapper .cat .text {
    color: #595757;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: 1em;
  }
  #content .product-cats-wrapper .cat .btn-more {
    margin-top: auto;
    text-align: right;
  }
  #content .product-archive-flow {
    text-align: center;
  }
  #content .product-archive-flow a {
    width: 100%;
    height: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 0 auto;
    background-image: url(../img/products/search01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #content .product-archive-flow a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
            transform: rotate(45deg) skew(20deg, 20deg);
    margin-top: -6px;
  }
  #content .product-archive-case {
    padding: 50px 4vw 0;
    background-image: url(../img/products/case-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #content .product-archive-case > ul {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .product-archive-case > ul li {
    width: 48%;
    margin-bottom: 1.5em;
  }
  #content .product-archive-case > ul li a {
    color: #727171;
  }
  #content .product-archive-case > ul li img {
    margin-bottom: 10px;
  }
  #content .product-archive-case .btn-more {
    text-align: center;
  }
  #content .flow-intro {
    width: 100%;
    padding: 0 4vw;
  }
  #content .flow-intro p {
    line-height: 2em;
    font-weight: 300;
    text-align: center;
  }
  #content .flow-section {
    margin-bottom: 60px;
  }
  #content .flow-section h3 {
    background-color: #3e7db3;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 1em;
    margin-bottom: 55px;
  }
  #content .flow-section .col2 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 4vw;
  }
  #content .flow-section .col2 .img {
    text-align: center;
    margin-bottom: 2em;
  }
  #content .flow-section .col2 .text {
    padding: 0 4vw;
    color: #6986c1;
  }
  #content .flow-section .col2 .text h4 {
    font-size: 18px;
    padding-bottom: .5em;
    margin-bottom: 30px;
    border-bottom: 1px solid #3e7db3;
  }
  #content .flow-section .col2 .text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: 300;
  }
  #content .flow-section .col2 .text ul li {
    width: 50%;
    margin-bottom: 2em;
  }
  #content .flow-section .col2 .text ul li a {
    color: #6986c1;
  }
  #content .page-construction {
    padding: 0 4vw;
  }
  #content .page-construction .text {
    width: 100%;
    margin: 0 auto 70px;
    font-weight: 300;
    line-height: 2em;
  }
  #content .page-construction .ex {
    width: 100%;
    margin: 0 auto 70px;
    color: #3e7db3;
    border: 1px solid #3e7db3;
    padding: 30px 4vw 10px;
  }
  #content .page-construction .ex h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  #content .page-construction .ex ul {
    list-style: none;
  }
  #content .page-construction .ex ul li {
    margin-bottom: 2em;
  }
  #content .page-construction .img {
    width: 100%;
    margin: 0 auto 30px;
  }
  #content .page-construction .img ul {
    list-style: none;
  }
  #content .page-construction .img ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #content .page-construction .img ul li figcaption {
    margin-bottom: 1em;
  }
  #content .product-intro {
    padding: 0 4vw;
  }
  #content .product-intro > h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  #content .product-intro > h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 10px auto 0;
  }
  #content .product-intro .col2 {
    width: 100%;
    margin: 0 auto;
  }
  #content .product-intro .col2 .img {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 30px;
    text-align: center;
  }
  #content .product-intro .col2 .img .thumb {
    list-style: none;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .product-intro .col2 .img .thumb li {
    width: 87px;
    margin-right: 10px;
  }
  #content .product-intro .col2 .img .thumb li:last-child {
    margin-right: 0;
  }
  #content .product-intro .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  #content .product-nav {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 4vw;
  }
  #content .product-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .product-nav ul li {
    display: inline-block;
    width: 32%;
    background-color: #e6e7e7;
    margin: 0 2% 15px 0;
  }
  #content .product-nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  #content .product-nav ul li a {
    display: block;
    text-align: center;
    padding: 1em;
    color: #000000;
    text-align: center;
  }
  #content .product-content {
    width: 100%;
    margin: 0 auto 70px;
    padding: 0 4vw;
  }
  #content .product-content .title-section {
    padding: .75em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  #content .product-content .wysiwyg .title {
    color: #419cc0;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  #content .product-content .wysiwyg h3,
  #content .product-content .wysiwyg h4 {
    line-height: 1.5em;
  }
  #content .product-footer {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 4vw;
  }
  #content .product-footer ul {
    list-style: none;
    width: 100%;
  }
  #content .product-footer ul li {
    width: 100%;
    border: 1px solid #9fa0a0;
    margin-bottom: 10px;
  }
  #content .product-footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
    color: #2a2a2a;
    padding: 2em;
  }
  #content .case-archive {
    padding: 0 4vw;
    margin-bottom: 70px;
  }
  #content .case-archive h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
    color: #3e7db3;
  }
  #content .case-archive h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 15px auto 0;
  }
  #content .case-archive .text {
    margin: 0 auto 50px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 2em;
  }
  #content .case-archive .cats {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 0.8rem;
  }
  #content .case-archive .cats li {
    margin: 0 10px 10px 0;
    display: block;
  }
  #content .case-archive .cats li.current a {
    background-color: #3e7db3;
    color: #fff;
  }
  #content .case-archive .cats li a {
    display: inline-block;
    padding: 1em;
    background-color: #e6e8e7;
    color: #000000;
  }
  #content .case-archive .list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px;
  }
  #content .case-archive .list li {
    width: 48%;
    margin: 0 1% 30px;
    font-size: 0.8rem;
  }
  #content .case-archive .list li a {
    color: #3e7db3;
    line-height: 1.5em;
  }
  #content .case-archive .list li a img {
    margin-bottom: 15px;
    width: 100%;
  }
  #content .case-archive .list li a .name {
    display: block;
    margin-top: 1em;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .case-intro > h2 {
    background-color: #3e7db3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    margin: -50px 0 30px;
    padding: 20px 4vw;
    line-height: 1.5em;
  }
  #content .case-intro > h2 span {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #content .case-intro > dl {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 4vw;
    line-height: 2em;
  }
  #content .case-intro > dl dt {
    float: left;
    clear: both;
    width: 80px;
    color: #3e7db3;
    font-weight: bold;
    padding-bottom: 1.5em;
  }
  #content .case-intro > dl dd {
    padding: 0 0 1.5em 90px;
    font-weight: 300;
  }
  #content .case-intro > dl dd a {
    color: #00218b;
    font-weight: bold;
  }
  #content .case-intro .img {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  #content .case-intro .img .img-main {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .case-intro .img .img-main img {
    width: 100%;
  }
  #content .case-intro .img .thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  #content .case-intro .img .thumbs li {
    width: 23%;
  }
  #content .case-intro .img .thumbs li:not(:last-child) {
    margin-right: 2%;
  }
  #content .case-intro .img .thumbs li img {
    width: 100%;
  }
  #content .case-detail {
    width: 100%;
    padding: 0 4vw;
  }
  #content .case-detail .case-request,
  #content .case-detail .case-answer {
    position: relative;
  }
  #content .case-detail .case-request::after,
  #content .case-detail .case-answer::after {
    clear: both;
    content: "";
    display: block;
  }
  #content .case-detail .case-request h2,
  #content .case-detail .case-answer h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    font-weight: normal;
    font-size: 1.5rem;
    color: #fff;
    padding: 60px 4vw;
  }
  #content .case-detail .case-request > div,
  #content .case-detail .case-answer > div {
    width: 100%;
    padding: 40px 4vw;
    line-height: 2em;
    font-weight: 300;
  }
  #content .case-detail .case-request > div p,
  #content .case-detail .case-answer > div p {
    margin: 0;
  }
  #content .case-detail .case-request {
    margin-bottom: 50px;
  }
  #content .case-detail .case-request h2 {
    background-image: url(../img/case/request.jpg);
  }
  #content .case-detail .case-request > div {
    background-color: #f4f4f4;
    float: right;
  }
  #content .case-detail .case-answer h2 {
    right: 20px;
    background-image: url(../img/case/answer.jpg);
  }
  #content .case-detail .case-answer > div {
    background-color: #eaf3f9;
  }
  #content .case-illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  #content .case-illust > div {
    width: 45%;
  }
  #content .case-illust h3 {
    font-size: 14px;
    margin-bottom: 1em;
  }
  #content .case-illust p {
    margin: 0;
  }
  #content .case-voice {
    width: 100%;
    padding: 0 4vw;
  }
  #content .case-voice > h2 {
    font-size: 1.5rem;
    color: #3e7db3;
    text-align: center;
    margin-bottom: 50px;
  }
  #content .case-voice .voice {
    margin-bottom: 50px;
    text-align: center;
  }
  #content .case-voice .voice img {
    max-width: 300px;
    margin-bottom: 1em;
  }
  #content .case-voice .voice .text {
    text-align: left;
    font-size: 0.8rem;
    line-height: 2em;
    color: #2a2a2a;
  }
  #content .case-relation h2 {
    background-color: #3e7db3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 50px;
    padding: 25px 4vw;
    text-align: center;
    line-height: 1.5em;
  }
  #content .case-relation .list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 4vw;
  }
  #content .case-relation .list li {
    width: 48%;
    margin: 0 1% 30px;
    font-size: 0.8rem;
  }
  #content .case-relation .list li a {
    color: #3e7db3;
    line-height: 1.5em;
  }
  #content .case-relation .list li a img {
    margin-bottom: 15px;
    width: 100%;
  }
  #content .case-relation .list li a .name {
    display: block;
    margin-top: 1em;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .tech-nav {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 4vw;
  }
  #content .tech-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .tech-nav ul li {
    width: 49%;
  }
  #content .tech-nav ul li:nth-child(2n) {
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #content .tech-nav ul li a {
    display: block;
    background-color: #e8e8e8;
    padding: 1em;
    color: #000000;
    text-align: center;
  }
  #content .tech-nav ul li a.current {
    background-color: #419cc0;
    color: #fff;
    opacity: 1;
  }
  #content .tech-cat {
    color: #2a2a2a;
    width: 100%;
    padding: 0 4vw;
  }
  #content .tech-cat h2 {
    color: #419cc0;
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
  }
  #content .tech-cat h3 {
    background-color: #e6ebf2;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    font-weight: 300;
    font-size: 16px;
    padding: 1em;
  }
  #content .tech-cat ul {
    list-style: none;
    padding: 2em 1em;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
    font-weight: 300;
  }
  #content .tech-cat ul li {
    width: 100%;
  }
  #content .tech-cat ul li:not(:last-child) {
    margin-bottom: 2em;
  }
  #content .tech-cat ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2a2a2a;
  }
  #content .tech-cat ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: .5em;
  }
  #content .technology-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  #content .technology-wrapper > h2 {
    font-size: 1.5rem;
    font-weight: normal;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 25px;
    color: #419cc0;
    line-height: 1.5em;
  }
  #content .technology-wrapper .wysiwyg {
    font-weight: 300;
  }
  #content .technology-wrapper .wysiwyg .title {
    color: #419cc0;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content .technology-wrapper .wysiwyg h3 {
    background-color: #e6ebf2;
    border: 1px solid #bcbcbc;
    font-weight: 300;
    color: #2a2a2a;
    padding: 1em;
    font-size: 18px;
  }
  #content .technology-wrapper .wysiwyg h4 {
    color: #6bbc6e;
    border: 1px solid #6bbc6e;
    padding: 1em;
    font-size: 18px;
    font-weight: 300;
  }
  #content .technology-wrapper .wysiwyg .box {
    position: relative;
    border: 4px solid #419cc0;
    padding: 80px 40px 20px;
  }
  #content .technology-wrapper .wysiwyg .box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "Check Point！";
    background-color: #419cc0;
    color: #fff;
    padding: 16px 20px 20px;
    font-size: 22px;
  }
  #content .tech-back {
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
  }
  #content .tech-back a {
    display: inline-block;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    padding: 1em 3em;
    font-weight: 300;
  }
  #content .tech-calc {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .tech-calc nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 6px solid #dee1ea;
    padding: 1em 0;
  }
  #content .tech-calc nav ul li {
    width: 50%;
    padding: 1em;
    text-align: center;
  }
  #content .tech-calc nav ul li:nth-child(odd) {
    border-right: 1px solid #bcbcbc;
  }
  #content .tech-calc nav ul li a {
    color: #7a7a7a;
    font-weight: 300;
  }
  #content .tech-calc nav ul li a.current {
    color: #1f3870;
    font-weight: normal;
  }
  #content .tech-calc h2 {
    text-align: center;
    font-size: 20px;
    margin: 2em auto;
    font-weight: 300;
    line-height: 1.5em;
  }
  #content .tech-calc h3 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 10px auto 20px;
    line-height: 1.5em;
  }
  #content .tech-calc dl {
    margin-bottom: 1em;
  }
  #content .tech-calc dl dt,
  #content .tech-calc dl dd {
    line-height: 2em;
    margin-bottom: 8px;
  }
  #content .tech-calc .memo-wrapper {
    padding-top: 20px;
    border-top: 1px solid #000000;
  }
  #content .tech-calc .memo {
    line-height: 2em;
    font-size: 12px;
  }
  #content .tech-calc .calc-data {
    margin-bottom: 50px;
  }
  #content .tech-calc .calc-data .table {
    margin-bottom: 15px;
  }
  #content .tech-calc .calc-data table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #content .tech-calc .calc-data table th,
  #content .tech-calc .calc-data table td {
    text-align: center;
    font-weight: 300;
    padding: 1.5em;
    border: 1px solid #a9a9a9;
  }
  #content .tech-calc .calc-data table th {
    background-color: #edf1f5;
  }
  #content .tech-calc .calc-col2 {
    margin-bottom: 30px;
  }
  #content .tech-calc .calc-col2 .select {
    min-width: 140px;
    margin-bottom: 6px;
  }
  #content .tech-calc .calc-col2 .select select {
    min-width: 140px;
  }
  #content .tech-calc .calc-col2 #execute,
  #content .tech-calc .calc-col2 #execute1,
  #content .tech-calc .calc-col2 #execute2 {
    width: 100%;
    padding: 1em;
    background-color: #ef7800;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    border: 0 solid transparent;
  }
  #content .tech-calc .calc-col2 .left,
  #content .tech-calc .calc-col2 .right {
    width: 100%;
  }
  #content .tech-calc .calc-col2 .left h3,
  #content .tech-calc .calc-col2 .right h3 {
    background-color: #edf1f5;
    font-weight: 300;
    padding: .75em;
    text-align: center;
    margin-bottom: 20px;
  }
  #content .tech-calc .calc-col2 .left {
    position: relative;
    padding-bottom: 70px;
  }
  #content .tech-calc .calc-col2 .left::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -10px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    -webkit-transform: rotate(135deg) skew(20deg, 20deg);
            transform: rotate(135deg) skew(20deg, 20deg);
  }
  #content .nav-faq {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 4vw;
  }
  #content .nav-faq ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8rem;
  }
  #content .nav-faq ul li {
    margin: 0 10px 10px 0;
    display: block;
  }
  #content .nav-faq ul li.current a {
    background-color: #3e7db3;
    color: #fff;
  }
  #content .nav-faq ul li a {
    display: inline-block;
    padding: 1em;
    background-color: #e6e8e7;
    color: #000000;
  }
  #content .faq {
    width: 100%;
    margin: 0 auto 70px;
    padding: 0 4vw;
  }
  #content .faq .title-cat {
    font-size: 1.5rem;
    color: #009edb;
    margin: 0 0 1.25em;
  }
  #content .faq .faq-section:last-child {
    border-bottom: 1px solid #dcdddd;
  }
  #content .faq .faq-section h3 {
    position: relative;
    border-top: 1px solid #dcdddd;
    padding: 30px 40px 30px 50px;
    line-height: 1.5em;
    color: #2a2a2a;
  }
  #content .faq .faq-section h3.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #content .faq .faq-section h3::before {
    position: absolute;
    top: 32px;
    left: 10px;
    content: "Q";
    color: #009edb;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
  }
  #content .faq .faq-section h3::after {
    position: absolute;
    top: 32px;
    right: 0;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-right: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  #content .faq .faq-section .wysiwyg {
    display: none;
    position: relative;
    background-color: #fce5f2;
    padding: 20px 20px 20px 50px;
    color: #2a2a2a;
  }
  #content .faq .faq-section .wysiwyg::before {
    position: absolute;
    top: 20px;
    left: 10px;
    content: "A";
    color: #e4007f;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 33px;
  }
  #content .recruit-message {
    padding: 0 4vw;
  }
  #content .recruit-message h3 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  #content .recruit-message ul {
    list-style: none;
    width: 100%;
    border: 4px solid #b8c7e5;
    padding: 20px;
    margin: 0 auto 30px;
    color: #2a2a2a;
  }
  #content .recruit-message ul li {
    line-height: 2em;
  }
  #content .recruit-message p {
    line-height: 2em;
    font-weight: 300;
    margin-bottom: 50px;
  }
  #content .recruit-btn a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto 20px;
    padding: 1em 1.5em;
  }
  #content .recruit-btn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #content .recruit-btn a:first-of-type {
    background-color: #49aad2;
  }
  #content .recruit-btn a:last-of-type {
    background-color: #f08300;
  }
  #content .recruit-interview {
    margin-bottom: 0;
  }
  #content .recruit-interview .interview {
    background-color: #e8eef7;
    background-repeat: no-repeat;
    background-size: 280px 210px;
    background-position: center top 30px;
  }
  #content .recruit-interview .interview .right {
    width: 100%;
    padding: 270px 4vw 30px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 2em;
  }
  #content .recruit-interview .interview .right h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: .5em;
    border-bottom: 1px solid #000000;
    line-height: 1.5em;
  }
  #content .recruit-interview .interview .right .unit {
    text-align: right;
    margin-bottom: .5em;
  }
  #content .recruit-about {
    padding: 40px 4vw 0;
    background-image: url(../img/recruit/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  #content .recruit-about .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  #content .recruit-about .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #2a2a2a;
    line-height: 2em;
    font-weight: 300;
  }
  #content .recruit-about .col2 .text h2 {
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  #content .recruit-about .col2 .text .btn-more {
    text-align: right;
    font-weight: 300;
  }
  #content .recruit-about .col2 .img {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .recruit-desc {
    width: 100%;
    margin: null auto;
    padding: 0 4vw;
  }
  #content .recruit-desc table {
    width: 99.5%;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #content .recruit-desc table th,
  #content .recruit-desc table td {
    display: block;
    border: 1px solid #000000;
    font-weight: 300;
    line-height: 2em;
  }
  #content .recruit-desc table th {
    white-space: nowrap;
    padding: 1.5em 1em;
    border-bottom: 0 solid transparent;
  }
  #content .recruit-desc table td {
    padding: 1.5em 1em;
    margin-bottom: 10px;
  }
  #content .greeting-wrapper {
    background-image: url(../img/company/greeting-bg.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 60px 4vw;
  }
  #content .greeting-wrapper h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #content .greeting-wrapper h3 img {
    max-width: 45%;
  }
  #content .greeting-wrapper .text {
    width: 100%;
    font-weight: 300;
    line-height: 2em;
  }
  #content .greeting-wrapper .signature {
    margin-top: 2em;
    text-align: right;
  }
  #content .company-policy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #content .company-policy h2 {
    margin-bottom: 30px;
  }
  #content .company-policy h3 {
    color: #1a4472;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.75em;
    margin-bottom: 40px;
    padding: 0 4vw;
    text-align: center;
    font-size: 1rem;
  }
  #content .company-policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 70%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }
  #content .company-policy .policy:nth-child(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-position: left top;
    padding: 120px 4vw 20px 70px;
  }
  #content .company-policy .policy:nth-child(even) {
    background-position: right top;
    padding: 120px 70px 20px 4vw;
  }
  #content .company-policy .policy:nth-of-type(1) {
    background-image: url(../img/company/policy01.jpg);
  }
  #content .company-policy .policy:nth-of-type(2) {
    background-image: url(../img/company/policy02.jpg);
  }
  #content .company-policy .policy:nth-of-type(3) {
    background-image: url(../img/company/policy03.jpg);
  }
  #content .company-policy .policy:nth-of-type(4) {
    background-image: url(../img/company/policy04.jpg);
  }
  #content .company-policy .policy .text {
    width: 100%;
    background-color: rgba(238, 244, 251, 0.8);
    padding: 40px 20px;
  }
  #content .company-policy .policy .text h4 {
    color: #3e7db3;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  #content .company-policy .policy .text p {
    margin: 0;
    color: #2a2a2a;
    line-height: 2em;
  }
  #content .company-profile {
    width: 100%;
    padding: 0 4vw;
  }
  #content .company-profile dl {
    line-height: 2em;
  }
  #content .company-profile dl dt {
    color: #3e7db3;
    margin-bottom: .5em;
  }
  #content .company-profile dl dd {
    margin-bottom: 1.5em;
  }
  #content .company-history {
    background-color: #94b6d3;
    padding: 60px 4vw;
  }
  #content .company-history .title-horizon .title-en,
  #content .company-history .title-horizon .title-ja {
    color: #fff;
  }
  #content .company-history .title-horizon .title-ja::before {
    background-color: #fff;
  }
  #content .company-history dl {
    width: 100%;
    margin: 0 auto;
  }
  #content .company-history dl dt {
    color: #3e7db3;
    background-color: #f5f5f5;
    padding: .5em 16px;
  }
  #content .company-history dl dd {
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 2em;
    padding: 1em 16px;
  }
  #content .str-intro {
    padding: 0 4vw;
  }
  #content .str-intro header {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #419cc0;
  }
  #content .str-intro header h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  #content .str-intro header h2 img {
    width: 240px;
  }
  #content .str-intro header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #419cc0;
  }
  #content .str-intro .text {
    font-weight: 300;
    line-height: 2em;
    color: #2a2a2a;
  }
  #content .str-section1 header,
  #content .str-section2 header,
  #content .str-section3 header,
  #content .str-section4 header {
    margin-bottom: 20px;
    line-height: 2em;
  }
  #content .str-section1 header h2,
  #content .str-section2 header h2,
  #content .str-section3 header h2,
  #content .str-section4 header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #419cc0;
    color: #fff;
    padding: 20px 4vw;
  }
  #content .str-section1 header h2 span,
  #content .str-section2 header h2 span,
  #content .str-section3 header h2 span,
  #content .str-section4 header h2 span {
    font-weight: 300;
    font-size: 48px;
    margin-right: 30px;
  }
  #content .str-section1 header h2 b,
  #content .str-section2 header h2 b,
  #content .str-section3 header h2 b,
  #content .str-section4 header h2 b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75em;
  }
  #content .str-section1 header h2 b br,
  #content .str-section2 header h2 b br,
  #content .str-section3 header h2 b br,
  #content .str-section4 header h2 b br {
    display: none;
  }
  #content .str-section1 header .text,
  #content .str-section2 header .text,
  #content .str-section3 header .text,
  #content .str-section4 header .text {
    padding: 30px 4vw;
  }
  #content .str-section1 header .text p,
  #content .str-section2 header .text p,
  #content .str-section3 header .text p,
  #content .str-section4 header .text p {
    margin: 0;
    font-weight: 300;
  }
  #content .str-section1 ul.flow {
    width: 100%;
    margin: 0 auto 70px;
    padding: 0 4vw;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .str-section1 ul.flow li {
    position: relative;
    width: 155px;
    height: 155px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #content .str-section1 ul.flow li img {
    display: block;
  }
  #content .str-section1 ul.flow li span {
    display: block;
    padding: .5em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 33, 139, 0.55);
    color: #fff;
    text-align: center;
  }
  #content .str-section2 .img,
  #content .str-section4 .img {
    text-align: center;
    margin-bottom: 40px;
  }
  #content .str-section2 .link,
  #content .str-section4 .link {
    text-align: center;
  }
  #content .str-section2 .link a,
  #content .str-section4 .link a {
    display: inline-block;
    padding: 1.5em 4em;
    border: 1px solid #000000;
    font-weight: 300;
    color: #000000;
  }
  #content .str-section2 .link a::after,
  #content .str-section4 .link a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    margin-left: 1em;
  }
  #content .str-section3 {
    margin-bottom: 0;
  }
  #content .str-section3 .member {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  #content .str-section3 .member li {
    width: 49%;
    line-height: 2.5em;
    text-align: center;
    margin-bottom: 50px;
    color: #2a2a2a;
  }
  #content .swiper-member-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 75px 8vw 60px;
  }
  #content .swiper-member-container .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
  }
  #content .swiper-member-container .swiper-member {
    width: 86%;
    margin: 0 4vw;
    background-color: #fff;
    padding: 4vw 3px;
    height: 100%;
    overflow-y: auto !important;
  }
  #content .swiper-member-container .swiper-member .img {
    text-align: center;
  }
  #content .swiper-member-container .swiper-member .img img {
    max-width: 260px;
  }
  #content .swiper-member-container .swiper-member .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 4vw;
    line-height: 2em;
  }
  #content .swiper-member-container .swiper-member .text h3 {
    color: #419cc0;
    font-size: 20px;
    border-bottom: 1px solid #419cc0;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-weight: 300;
  }
  #content .swiper-member-container .swiper-button-prev,
  #content .swiper-member-container .swiper-button-next {
    display: none;
  }
  #content .swiper-member-container .swiper-button-prev {
    left: 2vw;
  }
  #content .swiper-member-container .swiper-button-next {
    right: 2vw;
  }
  #content .swiper-member-container .swiper-button-disabled {
    display: none;
  }
  #content .plant-intro {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 70px;
  }
  #content .plant-intro p {
    font-weight: 300;
    line-height: 2em;
    color: #2a2a2a;
  }
  #content .plant-section header {
    margin-bottom: 20px;
    line-height: 2em;
  }
  #content .plant-section header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #419cc0;
    color: #fff;
    padding: 20px 4vw;
  }
  #content .plant-section header h2 span {
    font-weight: 300;
    font-size: 48px;
    margin-right: 30px;
  }
  #content .plant-section header h2 b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75em;
  }
  #content .plant-section header h2 b br {
    display: none;
  }
  #content .plant-section header .text {
    padding: 30px 4vw;
  }
  #content .plant-section header .text p {
    margin: 0;
    font-weight: 300;
  }
  #content .plant-section .img {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
  }
  #content .plant-section .links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw;
    margin-bottom: 30px;
    font-size: 0.8rem;
  }
  #content .plant-section .links li {
    margin: 0 10px 10px 0;
    display: block;
  }
  #content .plant-section .links li.current a {
    background-color: #3e7db3;
    color: #fff;
  }
  #content .plant-section .links li a {
    display: inline-block;
    padding: 1em;
    background-color: #e6e8e7;
    color: #000000;
  }
  #content .plant-section .products {
    padding: 0 4vw;
  }
  #content .plant-section .products .inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  #content .plant-section .products .inner h3 {
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
  #content .plant-section .products .inner > p {
    font-size: 1rem;
    font-weight: bold;
    color: #5a9abc;
  }
  #content .plant-section .products .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333333;
    margin-bottom: 20px;
  }
  #content .plant-section .products .item .img {
    width: 110px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #content .plant-section .products .item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content .plant-section .products .item .text p {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: .75em;
    line-height: 1.5em;
  }
  #content .plant-section .products .item .text b {
    font-size: 1.25rem;
    color: #d32d25;
    font-weight: bold;
  }
  #content .plant-section .filter-box {
    max-width: 400px;
    border: 1px solid #5a9abc;
    padding: 30px 4vw;
    margin: 0 auto 50px;
  }
  #content .plant-section .filter-box h4 {
    color: #5a9abc;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1em;
  }
  #content .plant-section .filter-box ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .plant-section .filter-box ul li {
    position: relative;
    width: 48%;
    max-width: 220px;
    margin: 0 1% 5px;
  }
  #content .plant-section .filter-box ul li img {
    display: block;
  }
  #content .plant-section .filter-box ul li span {
    display: block;
    padding: .5em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(90, 154, 188, 0.75);
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  #content .plant-section .col {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 50px;
    font-weight: 300;
  }
  #content .plant-section .col .filter {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 40px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-weight: 300;
  }
  #content .plant-section .col .filter li {
    width: 256px;
    max-width: 48%;
    text-align: center;
  }
  #content .plant-section .col .filter li span {
    display: block;
    padding: .5em;
  }
  #content .plant-section .col .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  #content .plant-section .flow {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 50px;
    list-style: none;
    font-weight: 300;
    text-align: center;
  }
  #content .plant-section .flow li {
    text-align: center;
  }
  #content .plant-section .flow li img {
    width: 470px;
  }
  #content .plant-section .flow li:nth-child(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 20px auto;
  }
  #content .plant-section .flow li:nth-child(2) img {
    width: 34px;
  }
  #content .plant-section .thumbs {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 50px;
    list-style: none;
    font-weight: 300;
  }
  #content .plant-section .thumbs li {
    text-align: center;
  }
  #content .plant-section .thumbs li:not(:last-child) {
    margin-bottom: 20px;
  }
  #content .plant-section .thumbs li span {
    display: block;
    padding: .5em;
  }
  #content .plant-section .link {
    text-align: center;
  }
  #content .plant-section .link a {
    display: inline-block;
    padding: 1.5em 4em;
    border: 1px solid #000000;
    font-weight: 300;
    color: #000000;
  }
  #content .plant-section .link a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    margin-left: 1em;
  }
  #content .filtersurvey-section header {
    margin-bottom: 20px;
    line-height: 2em;
  }
  #content .filtersurvey-section header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #419cc0;
    color: #fff;
    padding: 20px 4vw;
  }
  #content .filtersurvey-section header h2 span {
    font-weight: 300;
    font-size: 48px;
    margin-right: 30px;
  }
  #content .filtersurvey-section header h2 b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75em;
  }
  #content .filtersurvey-section header h2 b br {
    display: none;
  }
  #content .filtersurvey-section header .text {
    padding: 30px 4vw;
  }
  #content .filtersurvey-section header .text p {
    margin: 0;
    font-weight: 300;
  }
  #content .filtersurvey-section section {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 50px;
  }
  #content .filtersurvey-section section h3 {
    color: #26bde2;
    margin-bottom: 2em;
  }
  #content .filtersurvey-section section .faq-section {
    margin-bottom: 50px;
  }
  #content .filtersurvey-section section .faq-section h4 {
    position: relative;
    border-top: 1px solid #dcdddd;
    padding: 30px 40px 30px 50px;
    line-height: 1.5em;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .filtersurvey-section section .faq-section h4::before {
    position: absolute;
    top: 32px;
    left: 10px;
    content: "Q";
    color: #009edb;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
  }
  #content .filtersurvey-section section .faq-section .wysiwyg {
    display: block;
    position: relative;
    background-color: #fce5f2;
    padding: 20px 20px 20px 50px;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .filtersurvey-section section .faq-section .wysiwyg::before {
    position: absolute;
    top: 20px;
    left: 10px;
    content: "A";
    color: #e4007f;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 33px;
  }
  #content .filtersurvey-section .thumbs {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 50px;
    list-style: none;
    font-weight: 300;
  }
  #content .filtersurvey-section .thumbs li {
    text-align: center;
    margin-bottom: 10px;
  }
  #content .filtersurvey-section .thumbs li:not(:last-child) {
    margin-bottom: 20px;
  }
  #content .filtersurvey-section .thumbs li p {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.5em;
  }
  #content .filtersurvey-section .thumbs li p b {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: .5em;
  }
  #content .filtersurvey-section .spe-box {
    position: relative;
    border: 2px solid #419cc0;
    margin-bottom: 36px;
    padding: 30px 24px;
  }
  #content .filtersurvey-section .spe-box h4 {
    position: absolute;
    top: -20px;
    left: -2px;
    display: inline-block;
    font-size: 20px;
    border: 2px solid #419cc0;
    background-color: #419cc0;
    color: #fff;
    line-height: 33px;
    margin-bottom: 0;
  }
  #content .filtersurvey-section .spe-box h4 b {
    padding: 0 .5em;
    font-weight: 500;
  }
  #content .filtersurvey-section .spe-box h4 span {
    display: inline-block;
    background-color: #fff;
    color: #4b7bb2;
    width: 33px;
    text-align: center;
  }
  #content .filtersurvey-section .spe-box p {
    line-height: 2em;
    font-weight: 300;
  }
  #content .filtersurvey-section .spe-box p:last-child {
    margin-bottom: 0;
  }
  #content .filtersurvey-section .note h4 {
    font-size: 24px;
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #4b7bb2;
    color: #4b7bb2;
  }
  #content .filtersurvey-section .note ul {
    list-style: none;
    color: #4b7bb2;
    line-height: 2em;
    padding: 0 4vw;
  }
  #content .filtersurvey-section .note ul li {
    position: relative;
    padding-left: .5em;
  }
  #content .filtersurvey-section .note ul li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: -1em;
  }
  #content .jwwa-section {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw 60px;
  }
  #content .jwwa-section .title-jwwa {
    text-align: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
  }
  #content .jwwa-section .title-jwwa .title-en {
    display: block;
    font-size: 1rem;
    padding-bottom: 12px;
  }
  #content .jwwa-section .title-jwwa .title-ja {
    display: block;
    font-size: 0.8rem;
  }
  #content .jwwa-section .sub {
    font-size: 1.5rem;
    color: #26bde2;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #content .jwwa-section > h4 {
    font-size: 20px;
    font-weight: 500;
    color: #26bde2;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 1em;
  }
  #content .jwwa-section p,
  #content .jwwa-section ul {
    font-weight: 300;
    line-height: 1.5em;
  }
  #content .jwwa-section .col3 {
    margin-top: 40px;
  }
  #content .jwwa-section .col3 .left {
    width: 100%;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  #content .jwwa-section .col3 .left li {
    width: 48%;
    max-width: 256px;
    text-align: center;
    margin: 0 1%;
  }
  #content .jwwa-section .col3 .left li span {
    display: block;
    padding: .5em;
  }
  #content .jwwa-section .col3 .center {
    text-align: center;
  }
  #content .jwwa-section .col3 .right {
    text-align: center;
  }
  #content .jwwa-section .col3 .right figcaption {
    font-size: 16px;
    font-weight: 300;
    margin: 1em 0 2em;
  }
  #content .jwwa-section .col3 .right ul {
    list-style: none;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
  #content .jwwa-section .col3 .right ul li {
    margin-bottom: .5em;
  }
  #content .jwwa-section .col3 .right ul li::before {
    content: "・";
  }
  #content .jwwa-section .jwwa-point > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: 5px solid #26bde2;
    margin: 0 auto 20px;
    padding: 50px 20px 30px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    font-size: 1rem;
    color: #7a7a7a;
    font-weight: normal;
  }
  #content .jwwa-section .jwwa-point > div p {
    margin-bottom: 1.5em;
  }
  #content .jwwa-section .jwwa-point > div .img {
    margin: 0;
  }
  #content .jwwa-section .jwwa-point > div .text {
    line-height: 1.5em;
  }
  #content .jwwa-section .jwwa-point .point1 {
    background-image: url(../img/jwwa/img2-q.png);
    border: 5px solid #FCE5F2;
  }
  #content .jwwa-section .jwwa-point .point2 {
    background-image: url(../img/jwwa/img2-1-1.png);
  }
  #content .jwwa-section .jwwa-point .point3 {
    background-image: url(../img/jwwa/img2-2-2.png);
  }
  #content .jwwa-section .jwwa-point .point4 {
    background-image: url(../img/jwwa/img2-3-3.png);
  }
  #content .jwwa-section .jwwa-point .point5 {
    background-image: url(../img/jwwa/img2-4-4.png);
  }
  #content .jwwa-section .jwwa-point .point6 {
    background-image: url(../img/jwwa/img2-5-5.png);
  }
  #content .jwwa-section .mov {
    display: block;
    width: 100%;
    margin: 50px auto 0;
    border: 1px solid #b5b5b6;
    padding: 30px;
  }
  #content .jwwa-section .mov video {
    width: 100%;
  }
  #content .jwwa-section .map .left {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  #content .jwwa-section .map .left .text {
    font-size: 0.875rem;
    color: #2a2a2a;
    line-height: 1.5em;
  }
  #content .jwwa-section .map .right {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .jwwa-section .map .right li {
    width: 324px;
    max-width: 48%;
    margin: 0 1% 20px;
  }
  #content .jwwa-section .map .right li span {
    display: block;
    background-color: #4b7bb2;
    color: #fff;
    text-align: center;
    padding: .5em;
  }
  #content .jwwa-section .recommend1 {
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  #content .jwwa-section .recommend1 .left {
    text-align: center;
    margin-bottom: 20px;
  }
  #content .jwwa-section .recommend1 .right ul {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
  #content .jwwa-section .recommend1 .right ul li {
    position: relative;
    margin-bottom: .5em;
    padding-left: 24px;
  }
  #content .jwwa-section .recommend1 .right ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #26bde2;
    border-radius: 50%;
    margin: 5px 5px 0 0;
    vertical-align: text-top;
  }
  #content .jwwa-section .recommend1 .right p {
    font-size: 1rem;
  }
  #content .jwwa-section .recommend2 {
    padding: 20px;
    border: 1px solid #26bde2;
  }
  #content .jwwa-section .recommend2 h4 {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 30px;
  }
  #content .jwwa-section .recommend2 p {
    margin: 0;
    line-height: 1.5em;
  }
  #content .company-csr {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #content .company-csr .csr-logo {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    padding: 60px;
    text-align: center;
    margin-bottom: 40px;
  }
  #content .company-csr .csr-list {
    padding: 0 4vw;
  }
  #content .company-csr .csr-list .csr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  #content .company-csr .csr-list .csr > img {
    width: 117px;
    margin-right: 20px;
  }
  #content .company-csr .csr-list .csr .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content .company-csr .csr-list .csr .text h3 {
    color: #009edb;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 1em;
  }
  #content .company-csr .csr-list .csr .text p {
    line-height: 1.75em;
    margin: 0;
    font-weight: 300;
  }
  #content .title-csr {
    background-image: url(../img/company/csr-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding: .75em 1em;
    margin-bottom: 30px;
  }
  #content .csr-project {
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding: 0 4vw;
    color: #2a2a2a;
  }
  #content .csr-project:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  #content .csr-project p {
    line-height: 2em;
    margin-bottom: 1em;
  }
  #content .csr-project .float-r {
    text-align: center;
  }
  #content .csr-project .col2 {
    margin: 40px auto;
  }
  #content .csr-project .col2 .img {
    margin-bottom: 1em;
    text-align: center;
  }
  #content .csr-project .col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto;
  }
  #content .csr-project .col4 img {
    width: 48%;
    margin-bottom: 10px;
  }
  #content .office-map {
    width: 100%;
    padding: 0 4vw;
  }
  #content .office-map h3 {
    text-align: center;
    font-weight: 300;
    color: #7a7a7a;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.5em;
  }
  #content .map-wrapper .map {
    display: none;
  }
  #content .map-wrapper .list {
    width: 100%;
  }
  #content .map-wrapper .list h4 {
    font-size: 0.8rem;
    color: #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #content .map-wrapper .list a {
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #5a5a5a;
    font-size: 0.875rem;
    padding: .5em 1em;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #content .map-wrapper .list a.ftr {
    background-color: #e8e8e8;
  }
  #content .map-wrapper .list p {
    margin-bottom: 40px;
  }
  #content .map-wrapper .list p a {
    padding: .5em 6em;
  }
  #content .map-wrapper .list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #content .map-wrapper .list ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #content .office-list {
    width: 100%;
    padding: 0 4vw;
  }
  #content .office-list h2 {
    font-size: 30px;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #1a4472;
    text-align: center;
    margin-bottom: 60px;
  }
  #content .office-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    font-weight: 300;
    font-size: 14px;
    color: #2a2a2a;
    letter-spacing: 0.1em;
  }
  #content .office-list article .name {
    margin-bottom: 20px;
  }
  #content .office-list article .name h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 26px;
  }
  #content .office-list article .name p {
    display: inline-block;
    margin-bottom: 0;
  }
  #content .office-list article .name p a {
    display: block;
    width: 160px;
    padding: .5em;
    text-align: center;
    background-color: #6597c2;
    color: #fff;
  }
  #content .office-list article .address {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
    margin-bottom: 20px;
  }
  #content .office-list article .address p {
    margin-bottom: .5em;
  }
  #content .office-list article .img {
    text-align: center;
  }
  #content .contact-form {
    width: 100%;
    color: #2a2a2a;
    padding: 0 4vw;
  }
  #content .contact-form .req {
    color: #cc0000;
  }
  #content .contact-form input.err,
  #content .contact-form select.err,
  #content .contact-form textarea.err {
    color: #e66363;
    border: 1px solid #e66363;
  }
  #content .contact-form p.err {
    color: #e66363;
    font-size: 0.75rem;
  }
  #content .contact-form .ErrorColumn {
    display: none;
  }
  #content .contact-form .message {
    text-align: center;
    line-height: 2em;
    margin-bottom: 50px;
  }
  #content .contact-form .message .thanks {
    font-size: 30px;
    color: #48a9d3;
    margin-bottom: 60px;
  }
  #content .contact-form .message .memo {
    font-size: 0.75rem;
  }
  #content .contact-form .message .btn-top {
    margin-top: 100px;
  }
  #content .contact-form .message .btn-top a {
    display: inline-block;
    border: 0 solid transparent;
    padding: 1.25em 6em;
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: #48a9d3;
    color: #fff;
  }
  #content .contact-form label {
    display: block;
    padding: .5em 0;
    font-weight: normal;
  }
  #content .contact-form .zip {
    width: 200px;
  }
  #content .contact-form .year {
    min-width: 130px;
  }
  #content .contact-form .year select {
    min-width: 130px;
  }
  #content .contact-form .date {
    min-width: 100px;
  }
  #content .contact-form .date select {
    min-width: 100px;
  }
  #content .contact-form dl dt,
  #content .contact-form dl dd {
    display: block;
  }
  #content .contact-form dl dt {
    margin-bottom: 1.5em;
    font-weight: bold;
  }
  #content .contact-form dl dd {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e8e8e8;
  }
  #content .contact-form dl dd p {
    margin-top: .5em;
    margin-bottom: 0;
    line-height: 2em;
  }
  #content .contact-form dl dd p.memo {
    color: #aaaaaa;
    font-size: 0.75rem;
  }
  #content .contact-form dl dd p.memo-policy {
    margin-top: 1.25em;
  }
  #content .contact-form dl.confirm dd::after {
    content: "　";
  }
  #content .contact-form .btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  #content .contact-form .btn-submit button {
    position: relative;
    width: 324px;
    border: 0 solid transparent;
    padding: 2em;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #content .contact-form .btn-submit button::after {
    position: absolute;
    top: calc(50% - 4px);
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #content .contact-form .btn-submit button:not(:last-child) {
    margin-right: 30px;
  }
  #content .contact-form .btn-submit button.submit {
    background-color: #48a9d3;
    color: #fff;
  }
  #content .contact-form .btn-submit button.submit::after {
    right: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .contact-form .btn-submit button.back {
    background-color: #fff;
    color: #48a9d3;
    border: 1px solid #48a9d3;
  }
  #content .contact-form .btn-submit button.back::after {
    left: 20px;
    border-top: 2px solid #48a9d3;
    border-right: 2px solid #48a9d3;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #content .front-intro {
    padding: 0 4vw;
  }
  #content .front-intro .img {
    text-align: center;
    margin-bottom: 20px;
  }
  #content .front-intro .text {
    width: 100%;
    text-align: left;
    line-height: 2em;
    color: #727171;
  }
  #content .front-intro .text .st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ef7800;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
  }
  #content .front-intro .text .st::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ef7800;
    margin-left: 10px;
  }
  #content .front-intro .text h2 {
    margin-bottom: 30px;
  }
  #content .front-intro .text .btn-more {
    margin-top: 40px;
    text-align: center;
  }
  #content .front-products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    list-style: none;
  }
  #content .front-products ul li {
    width: 50%;
    height: 150px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 0.8rem;
  }
  #content .front-products ul li:last-child {
    border-right: 0 solid transparent;
  }
  #content .front-products ul li.wide {
    width: 50%;
  }
  #content .front-products ul li.wide:nth-child(2n) {
    border-right: 0 solid transparent;
  }
  #content .front-products ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #fff;
    background-color: rgba(128, 128, 128, 0.4);
    text-align: center;
    line-height: 1.5em;
    padding: .5em;
  }
  #content .front-news {
    width: 100%;
    margin: 0 auto 70px;
    padding: 0 4vw;
  }
  #content .front-news header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #content .front-news header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
  }
  #content .front-news header h2 .title-en {
    font-size: 1.5rem;
    margin-right: 20px;
    color: #b8c7e5;
  }
  #content .front-news header h2 .title-ja {
    font-size: 0.875rem;
    color: #727171;
  }
  #content .front-news ul {
    list-style: none;
    border-top: 1px solid #b8c7e5;
    margin-bottom: 2em;
  }
  #content .front-news ul li {
    border-bottom: 1px solid #b8c7e5;
  }
  #content .front-news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1em 1em 1em 0;
    font-size: 0.875rem;
  }
  #content .front-news ul li a .date {
    color: #b8c7e5;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-weight: 600;
  }
  #content .front-news ul li a .cat {
    display: block;
    min-width: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 0.75rem;
    padding: .25em .5em;
    margin-left: 1em;
  }
  #content .front-news ul li a .ttl {
    min-width: 100%;
    line-height: 1.5em;
    color: #727171;
    font-weight: 300;
    padding-top: .5em;
  }
  #content .front-news .btn-more {
    text-align: right;
  }

  .front-banner {
    list-style: none;
    width: 100%;
    margin: 50px auto 30px;
  }
  .front-banner li {
    margin-bottom: 20px;
    text-align: center;
  }

  @-webkit-keyframes zoomOut {
    0% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @keyframes zoomOut {
    0% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .swiper-container {
    margin-bottom: 30px;
    height: 100vh;
    min-height: 500px;
  }
  .swiper-container::after {
    display: block;
    height: 100%;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-image: url(../../assets/img/front/slider-btm.svg);
    background-repeat: repeat-x;
    background-size: 110% auto;
    background-position: bottom center;
    z-index: 11;
  }
  .swiper-container .swiper-logo {
    position: absolute;
    top: 45%;
    margin-top: -25%;
    width: 100%;
    text-align: center;
    z-index: 11;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .swiper-container .swiper-logo img {
    width: 66%;
    max-width: 250px;
  }
  .swiper-container .swiper-news {
    position: absolute;
    bottom: 7%;
    left: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
    z-index: 120;
    padding: 1px;
    line-height: 1em;
  }
  .swiper-container .swiper-news::before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
  }
  .swiper-container .swiper-news a {
    display: block;
    width: 100%;
    overflow-x: hidden;
    color: #727171;
    padding: 1em 70px 1em 0;
    margin-left: 10px;
    margin-right: 40px;
    white-space: nowrap;
    font-size: 0.8rem;
  }
  .swiper-container .swiper-news a::after {
    position: absolute;
    top: 16px;
    right: 10px;
    content: "MORE";
    border: 1px solid #727171;
    font-size: 6px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    line-height: 1em;
    padding: .5em;
  }
  .swiper-container .swiper-news a .date {
    margin-right: 1em;
  }
  .swiper-container .swiper-news a b {
    display: inline-block;
    font-weight: normal;
  }
  .swiper-container .swiper-news strong {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    padding: 1em;
  }
  .swiper-container .swiper-news strong::before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #00218b;
  }

  .swiper-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/common/title_bg.gif);
    z-index: 10;
    background-attachment: fixed;
  }

  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    -webkit-animation: zoomOut 12s linear 0s;
            animation: zoomOut 12s linear 0s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }

  .slide-img {
    background-size: cover;
    background-position: center center;
    height: 100vh;
  }

  .access_wrapper {
    background-color: #e8e8e8;
    padding: 10px 4vw;
  }

  .access-inner {
    width: 100%;
    padding: 30px 4vw;
    margin: 0 auto;
    background-color: #fff;
  }
  .access-inner > h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  .access-inner .access-nav {
    list-style: none;
    margin-bottom: 50px;
  }
  .access-inner .access-nav li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .access-inner .access-nav li a {
    display: block;
    padding: 1em;
    text-align: center;
    background-color: #e8e8e8;
    color: #000000;
  }
  .access-inner .access-nav li a.current {
    background-color: #3e7db3;
    color: #fff;
  }
  .access-inner > .text {
    line-height: 2em;
    padding: 0 40px;
    margin-bottom: 50px;
  }
  .access-inner .col2 {
    margin-bottom: 50px;
  }
  .access-inner .col2 .img {
    text-align: center;
  }
  .access-inner .col2 .text {
    padding: 0 40px;
    line-height: 2em;
  }
  .access-inner #map_canvas {
    width: 100%;
    height: 580px;
    margin: 0 auto 50px;
  }
  .access-inner .footer {
    line-height: 2em;
  }

  .ex-news {
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 70px;
  }
  .ex-news h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
    color: #3e7db3;
  }
  .ex-news h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 15px auto 0;
  }
  .ex-news .ex-box {
    margin-bottom: 15px;
  }
  .ex-news h3 {
    background-color: #02b3f6;
    color: #fff;
    padding: 1em;
    margin: 40px auto 30px;
    line-height: 1em;
    font-size: 1rem;
  }
  .ex-news h4 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  .ex-news h4 a {
    color: #3e7db3;
  }
  .ex-news .table {
    width: 100%;
    overflow-x: auto;
  }
  .ex-news table,
  .ex-news th,
  .ex-news td {
    border-collapse: collapse;
    border: 1px;
  }
  .ex-news table {
    width: 100%;
    margin: 1em auto 1.5em;
    min-height: 0.1%;
    overflow: auto;
    line-height: 1.5em;
  }
  .ex-news td,
  .ex-news th {
    padding: 0.5em;
    border: 1px solid #CCC;
  }
  .ex-news th {
    white-space: nowrap;
    background-color: #EEE;
    font-weight: normal;
    width: 100px;
  }
  .ex-news td {
    font-weight: 300;
  }
}
@media print, screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }

  body {
    min-width: 320px;
    min-height: 100vh;
    font-size: 16px;
    color: #000000;
  }

  #hamburger {
    display: none;
  }

  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    min-width: 1200px;
    height: 77px;
    padding: 0 0 0 15px;
  }
  #header.fixed {
    position: fixed;
    background-color: rgba(0, 33, 139, 0.3);
  }
  #header .logo {
    width: 420px;
  }
  #header nav {
    height: 77px;
    margin-left: auto;
    margin-right: 0;
  }
  #header nav ul {
    list-style: none;
    letter-spacing: 1.5px;
  }
  #header nav ul a, #header nav ul span {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #header nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 45px 0 40px;
  }
  #header nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    height: 77px;
    white-space: nowrap;
    margin: 0 10px;
  }
  #header nav > ul > li > a, #header nav > ul > li span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 10px;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  #header nav > ul > li > a:hover, #header nav > ul > li span:hover {
    opacity: 1;
  }
  #header nav > ul > li > a:hover::after, #header nav > ul > li span:hover::after {
    width: 100%;
  }
  #header nav > ul > li > a::after, #header nav > ul > li span::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
  }
  #header nav > ul > li.lang {
    height: auto;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-left: 40px;
  }
  #header nav > ul > li.lang a {
    position: relative;
    width: 100%;
    padding: 6px;
    color: #fff;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 8px;
  }
  #header nav > ul > li.lang a::after {
    display: none;
  }
  #header nav > ul > li.lang a:first-child::before {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #header nav > ul > li.active > a,
  #header nav > ul > li.active > span {
    color: #fff;
  }
  #header nav > ul > li.active > a:hover,
  #header nav > ul > li.active > span:hover {
    opacity: 1;
  }
  #header nav > ul > li.active div {
    cursor: default;
  }
  #header nav > ul > li.active div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header nav > ul > li div {
    display: none;
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 33, 139, 0.8);
  }
  #header nav > ul > li div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 95px;
  }
  #header nav > ul > li div ul li {
    width: 33%;
    margin-bottom: 25px;
  }
  #header nav > ul > li div ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
  }
  #header nav > ul > li div ul li > a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
  #header nav > ul > li div ul li.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-right: 24px;
  }
  #header nav > ul > li div ul li.search .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    margin: 0 24px 0 0;
    padding: 2px;
    border: 2px solid #fff;
  }
  #header nav > ul > li div ul li.search .input input {
    width: 100%;
    padding: 9px 9px 9px 40px;
    background-color: transparent;
    border: 0 solid transparent;
    background-image: url(../img/common/search.png);
    background-repeat: no-repeat;
    background-position: left 9px center;
    color: #fff;
  }
  #header nav > ul > li div ul li.search .input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  #header nav > ul > li div ul li.search .input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  #header nav > ul > li div ul li.search .input input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  #header nav > ul > li div ul li.search .input input::placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  #header nav > ul > li div ul li.search .input button {
    background-color: #fff;
    color: #898989;
    border: none;
    padding: 7px 12px;
    font-size: 14px;
  }
  #header nav > ul > li div ul li.search .pdf {
    margin: 0;
  }
  #header nav > ul > li div ul li.search .pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 7px 28px;
    border: 1px solid #fff;
  }
  #header nav > ul > li div ul li.search .pdf a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .footer-wrapper {
    background-image: url(../img/common/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  #footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: rgba(0, 33, 139, 0.8);
    color: #fff;
    padding-top: 150px;
  }
  #footer::after {
    display: block;
    height: 100%;
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    background-image: url(../img/common/footer-top.svg);
    background-repeat: repeat-x;
    background-position: top center;
    z-index: 1;
    pointer-events: none;
  }
  #footer a {
    color: #fff;
  }
  #footer address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1000px;
    font-style: normal;
  }
  #footer address .footer-logo {
    position: relative;
    width: 300px;
    height: 50px;
    margin: 0 18px 0 0;
  }
  #footer address .footer-logo span {
    position: absolute;
    top: 35px;
    left: 65px;
    font-size: 12px;
  }
  #footer address .footer-contact {
    margin: 0;
  }
  #footer address .footer-contact a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1em 2em;
  }
  #footer address .footer-contact a::before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #ef7800;
  }
  #footer .iso {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 10px;
  }
  #footer .iso p {
    text-align: center;
    margin-left: 24px;
    line-height: 1.5em;
  }
  #footer .iso p img {
    margin: 3px 0;
  }
  #footer .footer-nav {
    width: 100%;
    font-size: 14px;
  }
  #footer .footer-nav ul {
    width: 1000px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer .footer-nav ul li:not(:last-child) {
    margin-right: 40px;
  }
  #footer .footer-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-nav ul li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
  #footer .copyright {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
    padding-bottom: 20px;
    color: #e8e8e8;
  }
  #footer .copyright small {
    font-size: 12px;
  }

  #scr-top {
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    right: -100px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
  #scr-top.end {
    position: absolute;
    top: -100px;
    bottom: auto;
  }
  #scr-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3e7db3;
    color: #fff;
    width: 100%;
    height: 100%;
    content: "";
  }
  #scr-top a::before {
    position: relative;
    top: 3px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 1000px) {
  a {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  a:hover {
    opacity: .7;
  }
  a.blank::after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 14px;
    background-image: url(../../assets/img/common/elink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .fix-contact {
    position: fixed;
    top: 40%;
    right: 0;
    display: inline-block;
    z-index: 9999;
  }
  .fix-contact a {
    display: inline-block;
    width: 3em;
    padding: 2em 1em;
    background-color: #ef7800;
    color: #fff;
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .container {
    min-width: 1200px;
    min-height: 100%;
    overflow-x: hidden;
  }

  .title-page {
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 77px;
  }
  .title-page::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../assets/img/common/title-bg.png);
    background-attachment: fixed;
    z-index: -1;
  }
  .title-page h1 {
    font-size: 52px;
    margin-bottom: 10px;
  }
  .title-page p {
    font-size: 18px;
  }

  .pankz {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto 120px;
    font-size: 12px;
  }
  .pankz li {
    padding: 10px 0;
    line-height: 24px;
    color: #727171;
  }
  .pankz li:not(:first-child) {
    margin-left: 12px;
  }
  .pankz li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #727171;
    border-right: 2px solid #727171;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }
  .pankz li a {
    color: #727171;
  }
  .pankz li:first-child a {
    color: #1a4472;
  }

  .title-horizon {
    text-align: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .title-horizon .title-en {
    display: block;
    font-size: 38px;
    padding-bottom: 12px;
    color: #b8c7e5;
  }
  .title-horizon .title-ja {
    display: block;
    font-size: 16px;
    color: #727171;
  }
  .title-horizon .title-ja::before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    margin: 5px auto;
    background-color: #b8c7e5;
  }

  .btn-more {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }
  .btn-more a {
    position: relative;
    display: inline-block;
    text-align: right;
    color: #727171;
    font-size: 16px;
  }
  .btn-more a:hover::before {
    margin-left: 10px;
    margin-right: 10px;
  }
  .btn-more a::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 9px;
    border-bottom: 1px solid #727171;
    border-right: 1px solid #727171;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 0px;
    margin-right: 20px;
  }

  .btn-link {
    text-align: center;
  }
  .btn-link a {
    display: inline-block;
    border: 1px solid #3e7db3;
    color: #3e7db3;
    font-size: 14px;
    border-radius: 3px;
    padding: 1.25em 6em;
  }

  .wysiwyg {
    color: #727171;
  }
  .wysiwyg .title-box {
    margin-top: 1.5em;
  }
  .wysiwyg h3 {
    font-size: 20px;
    margin: 1.5em 0 1em;
  }
  .wysiwyg h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 1.5em 0 .5em;
  }
  .wysiwyg p {
    line-height: 2em;
  }
  .wysiwyg p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg a {
    text-decoration: underline;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    line-height: 2em;
  }
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-bottom: .5em;
  }
  .wysiwyg ol li ol,
  .wysiwyg ol li ul,
  .wysiwyg ul li ol,
  .wysiwyg ul li ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
  }
  .wysiwyg .table {
    width: 100%;
    overflow-x: auto;
  }
  .wysiwyg table,
  .wysiwyg th,
  .wysiwyg td {
    border-collapse: collapse;
    border: 1px;
  }
  .wysiwyg table {
    width: 100%;
    margin: 1em auto 1.5em;
    min-height: 0.1%;
    overflow: auto;
    line-height: 1.5em;
  }
  .wysiwyg td,
  .wysiwyg th {
    padding: 0.5em;
    border: 1px solid #CCC;
  }
  .wysiwyg th {
    white-space: nowrap;
    background-color: #EEE;
    font-weight: normal;
  }
  .wysiwyg .col2,
  .wysiwyg .col2-rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .wysiwyg .col2 .img,
  .wysiwyg .col2-rev .img {
/*    width: 180px;	*/
    width: 300px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 40px;
  }
  .wysiwyg .col2 .text,
  .wysiwyg .col2-rev .text {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .wysiwyg .col2 .text p:last-child,
  .wysiwyg .col2-rev .text p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg .col2 .text h3,
  .wysiwyg .col2-rev .text h3 {
    font-size: 20px;
    border-bottom: 4px solid #00218b;
    font-weight: bold;
    background-image: url(../img/common/title-box.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0 36px 7px;
  }
  .wysiwyg .col2 .text h4,
  .wysiwyg .col2-rev .text h4 {
    margin-top: 0;
  }
  .wysiwyg .col2.page-col2,
  .wysiwyg .col2-rev.page-col2 {
    margin-top: 2em;
    margin-bottom: 70px;
  }
  .wysiwyg .col2.page-col2 .img,
  .wysiwyg .col2-rev.page-col2 .img {
    width: 450px;
  }
  .wysiwyg .col2-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .wysiwyg .col2-rev .img {
    margin-right: 0;
    margin-left: 40px;
  }
  .wysiwyg .gallery1 {
    text-align: center;
  }
  .wysiwyg .gallery2,
  .wysiwyg .gallery3,
  .wysiwyg .gallery4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .wysiwyg .gallery2 li {
    width: 49%;
  }
  .wysiwyg .gallery3::after {
    content: "";
    display: block;
    width: 33%;
  }
  .wysiwyg .gallery3 li {
    width: 33%;
  }
  .wysiwyg .gallery4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wysiwyg .gallery4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .wysiwyg .gallery4 li {
    width: 24%;
  }
  .wysiwyg .box {
    border: double #ddd;
    padding: 1em;
    margin-bottom: 1.5em;
  }
  .wysiwyg .box p:last-child {
    margin-bottom: 0;
  }

  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    margin: 120px auto 0;
    color: #3e7db3;
    font-style: normal;
  }
  .contact.ptn2 .left h2 {
    margin-bottom: 20px;
  }
  .contact.ptn2 .left p {
    line-height: 2em;
  }
  .contact.ptn2 .left .btn-link {
    text-align: left;
  }
  .contact.ptn2 .left .btn-link a {
    width: 370px;
    text-align: center;
  }
  .contact a {
    color: #3e7db3;
  }
  .contact .left {
    width: 550px;
  }
  .contact .left h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact .left p {
    font-size: 14px;
    line-height: 1.5em;
  }
  .contact .left p.tel {
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 60px;
    background-image: url(../img/common/contact-tel.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: contain;
  }
  .contact ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact ul li {
    display: block;
    text-align: center;
    width: 157px;
    height: 152px;
  }
  .contact ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 25px 15px 75px;
    border: 1px solid #3e7db3;
    border-radius: 3px;
  }
  .contact ul li a img {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -10px;
  }

  #content > section,
  #content > div {
    margin: 0 auto 100px;
  }
  #content .page-text {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  #content .page-text .iso {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #content .page-text .iso .img {
    text-align: center;
    margin-right: 35px;
    line-height: 1.5em;
    font-size: 10px;
  }
  #content .page-text .iso .img img {
    margin: 3px 0;
  }
  #content .page-text .iso .text {
    line-height: 2em;
    color: #727171;
  }
  #content .page-text .wysiwyg .title {
    border: 1px solid #b8c7e5;
    color: #b8c7e5;
    font-weight: bold;
    padding: 1em;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #content .page-text .wysiwyg h2 {
    color: #727171;
    padding: 1em;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #727171;
    margin-bottom: 20px;
  }
  #content .page-text .wysiwyg p {
    margin-bottom: 2em;
  }
  #content .page-text .wysiwyg dl {
    line-height: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #content .page-text .wysiwyg dl::after {
    clear: both;
    content: "";
    display: block;
  }
  #content .page-text .wysiwyg dl dt {
    width: 90px;
    clear: both;
    float: left;
  }
  #content .page-text .wysiwyg dl dd {
    padding-left: 100px;
  }
  #content .single-post {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  #content .single-post .date-wrapper {
    margin-bottom: 35px;
  }
  #content .single-post .date-wrapper .cat {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: .75em .5em;
    margin-right: 16px;
  }
  #content .single-post .date-wrapper .date {
    color: #b8c7e5;
  }
  #content .single-post .post-title {
    color: #727171;
    margin-bottom: 40px;
  }
  #content .single-post > .btn-link {
    margin-top: 80px;
  }
  #content .single-post .wysiwyg {
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .single-post .wysiwyg .title {
    border: 1px solid #b8c7e5;
    color: #b8c7e5;
    font-weight: bold;
    padding: 1em;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #content .single-post .wysiwyg h3 {
    background-color: #80dbfb;
    color: #fff;
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
  }
  #content .single-post .wysiwyg h4 {
    color: #6bbc6e;
    border: 1px solid #6bbc6e;
    padding: 1em;
    font-size: 16px;
    font-weight: 300;
  }
  #content .single-post .wysiwyg .box {
    position: relative;
    border: 4px solid #419cc0;
    padding: 80px 40px 20px;
  }
  #content .single-post .wysiwyg .box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "Check Point！";
    background-color: #419cc0;
    color: #fff;
    padding: 16px 20px 20px;
    font-size: 22px;
  }
  #content .page-download,
  #content .page-link,
  #content .page-sitemap {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
    color: #727171;
    line-height: 2em;
  }
  #content .page-download a,
  #content .page-link a,
  #content .page-sitemap a {
    color: #727171;
  }
  #content .page-download .text,
  #content .page-link .text,
  #content .page-sitemap .text {
    margin-bottom: 50px;
  }
  #content .page-download section,
  #content .page-link section,
  #content .page-sitemap section {
    margin-bottom: 70px;
  }
  #content .page-download section > h2,
  #content .page-link section > h2,
  #content .page-sitemap section > h2 {
    background-color: #01b4f5;
    color: #fff;
    font-size: 16px;
    padding: 1em;
    margin-bottom: 30px;
  }
  #content .page-download section h3,
  #content .page-link section h3,
  #content .page-sitemap section h3 {
    font-size: 16px;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    padding: 1em 0;
    margin-bottom: 30px;
  }
  #content .page-download section h4,
  #content .page-link section h4,
  #content .page-sitemap section h4 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #content .page-download .new,
  #content .page-link .new,
  #content .page-sitemap .new {
    color: #ef7800;
    margin-left: 1em;
    font-size: 13px;
  }
  #content .download-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .download-col2 .left,
  #content .download-col2 .right {
    width: 48%;
  }
  #content .link-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .link-col2 li {
    width: 48%;
  }
  #content .link-col2,
  #content .link-list {
    list-style: none;
    margin-bottom: 30px;
  }
  #content .link-col2 li a,
  #content .link-list li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #727171;
  }
  #content .link-col2 li a::before,
  #content .link-list li a::before {
    content: "";
    position: absolute;
    top: .85em;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #727171;
    border-right: 1px solid #727171;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .page-link .link-col2 li {
    margin-bottom: 2em;
  }
  #content .page-sitemap h2 {
    font-size: 16px;
    border-bottom: 1px solid #c9caca;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  #content .page-sitemap h2:not(:first-child) {
    margin-top: 5em;
  }
  #content .search-result-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
  }
  #content .search-result {
    list-style: none;
    width: 1000px;
    margin: 0 auto 90px;
  }
  #content .search-result li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #727171;
  }
  #content .search-result li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #727171;
  }
  #content .search-result li a .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    background-color: #f9f9f9;
  }
  #content .search-result li a .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
    line-height: 2em;
  }
  #content .search-result li a .text h3 {
    margin-bottom: 1.5em;
    color: #3e7db3;
  }
  #content .search-result li a .text p {
    margin-bottom: 0;
  }
  #content .product-cat-intro > h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
  #content .product-cat-intro > h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 10px auto 0;
  }
  #content .product-cat-intro > p {
    font-weight: 300;
    text-align: center;
    line-height: 2em;
  }
  #content .product-cats-child {
    padding-top: 100px;
    position: relative;
  }
  #content .product-cats-child::before {
    content: "";
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecf1f8), to(#fff));
    background: linear-gradient(#ecf1f8, #fff);
  }
  #content .product-cats-child .cat h3 {
    text-align: center;
    margin-bottom: 35px;
  }
  #content .product-cats-child .cat ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1000px;
    margin: 0 auto 80px;
  }
  #content .product-cats-child .cat ul li {
    width: 180px;
    margin: 0 10px 30px;
  }
  #content .product-cats-child .cat ul li a {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #727171;
  }
  #content .product-cats-child .cat ul li a img {
    display: block;
    margin: 0 auto 15px;
  }
  #content .product-construction {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    margin: 0 auto 150px;
  }
  #content .product-construction .img {
    width: 500px;
    margin-right: 50px;
  }
  #content .product-construction .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  #content .product-construction .text h3 {
    color: #2a2a2a;
    font-size: 26px;
    margin-bottom: 1em;
  }
  #content .product-construction .text p {
    font-weight: 300;
  }
  #content .product-construction .text .btn-more {
    text-align: right;
  }
  #content .product-tech {
    padding-top: 150px;
    margin-bottom: 150px;
    border-top: 1px solid #ccc;
  }
  #content .product-tech ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #9fa0a0;
  }
  #content .product-tech ul li {
    width: 50%;
    border-bottom: 1px solid #9fa0a0;
    border-right: 1px solid #9fa0a0;
  }
  #content .product-tech ul li:nth-child(-n+2) {
    border-top: 1px solid #9fa0a0;
  }
  #content .product-tech ul li a {
    display: block;
    background-color: #f7f7f7;
    color: #2a2a2a;
    text-align: center;
    line-height: 1em;
    padding: 45px 1em;
  }
  #content .product-archive-search {
    width: 1000px;
    margin-right: auto;
    margin-bottom: 160px;
    margin-left: auto;
  }
  #content .product-archive-search .product-search {
    border: 6px solid #dce2ec;
    padding: 30px 116px;
    margin-bottom: 30px;
  }
  #content .product-archive-search .product-search h3 {
    text-align: center;
    color: #727171;
    margin-bottom: 30px;
  }
  #content .product-archive-search .product-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #content .product-archive-search .product-search input {
    border: 2px solid #9fa0a0;
    font-weight: 300;
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1em;
    border-radius: 0;
  }
  #content .product-archive-search .product-search input:placeholder-shown {
    color: #e8e8e8;
  }
  #content .product-archive-search .product-search button {
    width: 118px;
    font-size: 18px;
    background-color: #3e7db3;
    color: #fff;
    border: 0 solid transparent;
    padding: 1em;
  }
  #content .product-archive-flow {
    text-align: center;
  }
  #content .product-archive-flow a {
    width: 1016px;
    height: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 0 auto;
    background-image: url(../img/products/search01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #content .product-archive-flow a:hover {
    opacity: .85;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #content .product-archive-flow a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
            transform: rotate(45deg) skew(20deg, 20deg);
    margin-top: -6px;
  }
  #content .product-cats-wrapper {
    width: 1000px;
    margin-right: auto;
    margin-bottom: 130px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .product-cats-wrapper .cat {
    position: relative;
    width: 22%;
    margin-right: 4%;
    padding-bottom: 40px;
  }
  #content .product-cats-wrapper .cat:last-child {
    margin-right: 0;
  }
  #content .product-cats-wrapper .cat.wide {
    width: 48%;
    margin-bottom: 60px;
  }
  #content .product-cats-wrapper .cat.wide:nth-child(2n) {
    margin-right: 0;
  }
  #content .product-cats-wrapper .cat .img {
    position: relative;
  }
  #content .product-cats-wrapper .cat .img a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid rgba(0, 33, 139, 0.1);
    pointer-events: none;
  }
  #content .product-cats-wrapper .cat h3 {
    color: #2a2a2a;
    font-size: 17px;
    text-align: center;
    margin-bottom: 1em;
  }
  #content .product-cats-wrapper .cat .text {
    color: #595757;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: 0;
  }
  #content .product-cats-wrapper .cat .btn-more {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }
  #content .product-archive-case {
    padding-top: 170px;
    background-image: url(../img/products/case-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  #content .product-archive-case > ul {
    width: 1000px;
    margin: 0 auto 60px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .product-archive-case > ul li {
    width: 234px;
  }
  #content .product-archive-case > ul li a {
    color: #727171;
  }
  #content .product-archive-case > ul li img {
    margin-bottom: 10px;
  }
  #content .product-archive-case .btn-more {
    text-align: center;
  }
  #content .flow-intro {
    width: 950px;
  }
  #content .flow-intro p {
    line-height: 2em;
    font-weight: 300;
    text-align: center;
  }
  #content .flow-section {
    margin-bottom: 90px;
  }
  #content .flow-section h3 {
    background-color: #3e7db3;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 1em;
    margin-bottom: 55px;
  }
  #content .flow-section .col2 {
    width: 1200px;
    margin: 0 auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .flow-section .col2 .img {
    width: 50%;
    text-align: center;
  }
  #content .flow-section .col2 .text {
    width: 50%;
    padding: 0 115px 0 70px;
    color: #6986c1;
  }
  #content .flow-section .col2 .text h4 {
    font-size: 18px;
    padding-bottom: .5em;
    margin-bottom: 30px;
    border-bottom: 1px solid #3e7db3;
  }
  #content .flow-section .col2 .text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: 300;
  }
  #content .flow-section .col2 .text ul li {
    width: 50%;
    margin-bottom: 2em;
  }
  #content .flow-section .col2 .text ul li a {
    color: #6986c1;
  }
  #content .page-construction .text {
    width: 950px;
    margin: 0 auto 100px;
    text-align: center;
    font-weight: 300;
    line-height: 2em;
  }
  #content .page-construction .ex {
    width: 950px;
    margin: 0 auto 70px;
    color: #3e7db3;
    border: 1px solid #3e7db3;
    padding: 30px 145px 10px;
  }
  #content .page-construction .ex h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  #content .page-construction .ex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .page-construction .ex ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  #content .page-construction .ex ul li:nth-child(2n) {
    padding-left: 100px;
  }
  #content .page-construction .img {
    width: 1000px;
    margin: 0 auto;
  }
  #content .page-construction .img ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .page-construction .img ul li {
    width: 470px;
    text-align: center;
    margin-bottom: 70px;
  }
  #content .page-construction .img ul li figcaption {
    margin-bottom: 1em;
  }
  #content .page-construction .text2 {
    width: 1000px;
    margin: 0 auto 100px;
    font-weight: 300;
    line-height: 2em;
    color: #3e7db3;
  }
  #content .page-construction .text2 h4 {
    margin-bottom: .5em;
  }
  #content .page-construction .text2 ul {
    list-style: none;
  }
  #content .product-intro > h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
  }
  #content .product-intro > h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 10px auto 0;
  }
  #content .product-intro .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }
  #content .product-intro .col2 .img {
    width: 475px;
    margin-right: 30px;
    text-align: center;
  }
  #content .product-intro .col2 .img .thumb {
    list-style: none;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #content .product-intro .col2 .img .thumb li {
    width: 87px;
    margin-right: 10px;
    cursor: pointer;
  }
  #content .product-intro .col2 .img .thumb li:last-child {
    margin-right: 0;
  }
  #content .product-intro .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  #content .product-nav {
    width: 1000px;
    margin: 0 auto 80px;
  }
  #content .product-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .product-nav ul li {
    display: inline-block;
    width: 32%;
    background-color: #e6e7e7;
    margin: 0 2% 15px 0;
  }
  #content .product-nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  #content .product-nav ul li a {
    display: block;
    text-align: center;
    padding: 1em;
    color: #000000;
    text-align: center;
  }
  #content .product-content {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #content .product-content .title-section {
    padding: .75em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  #content .product-content .wysiwyg {
    font-weight: 300;
  }
  #content .product-content .wysiwyg table td {
    font-weight: 300;
  }
  #content .product-content .wysiwyg .title {
    color: #419cc0;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #content .product-content .wysiwyg .col2-rev .img,
  #content .product-content .wysiwyg .col2 .img {
    width: 300px;
  }
  #content .product-footer {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #content .product-footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #9fa0a0;
  }
  #content .product-footer ul li {
    width: 50%;
  }
  #content .product-footer ul li:first-child {
    border-right: 1px solid #9fa0a0;
  }
  #content .product-footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
    color: #2a2a2a;
    padding: 40px 0;
  }
  #content .case-archive {
    margin-bottom: 150px;
  }
  #content .case-archive h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    color: #3e7db3;
  }
  #content .case-archive h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 15px auto 0;
  }
  #content .case-archive .text {
    width: 1000px;
    margin: 0 auto 50px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 2em;
  }
  #content .case-archive .cats {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
  #content .case-archive .cats li {
    margin: 0 9px 10px;
    display: block;
  }
  #content .case-archive .cats li.current a, #content .case-archive .cats li:hover a {
    background-color: #3e7db3;
    color: #fff;
  }
  #content .case-archive .cats li a {
    display: inline-block;
    padding: 1em;
    background-color: #e6e8e7;
    color: #000000;
  }
  #content .case-archive .list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
  }
  #content .case-archive .list li {
    width: 330px;
    margin: 0 35px 60px;
    font-size: 14px;
  }
  #content .case-archive .list li a {
    color: #3e7db3;
    line-height: 1.5em;
  }
  #content .case-archive .list li a img {
    margin-bottom: 15px;
    width: 100%;
  }
  #content .case-archive .list li a .name {
    display: block;
    margin-top: 1em;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .case-intro {
    margin-bottom: 85px;
  }
  #content .case-intro > h2 {
    background-color: #3e7db3;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: -50px 0 50px;
    padding: 50px 20px;
  }
  #content .case-intro > h2 span {
    display: block;
    width: 1200px;
    margin: 0 auto;
  }
  #content .case-intro > dl {
    width: 1000px;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 2em;
  }
  #content .case-intro > dl dt {
    float: left;
    clear: both;
    width: 80px;
    color: #3e7db3;
    font-weight: bold;
    padding-bottom: 1.5em;
  }
  #content .case-intro > dl dd {
    padding: 0 0 1.5em 90px;
    font-weight: 300;
  }
  #content .case-intro > dl dd a {
    color: #00218b;
    font-weight: bold;
  }
  #content .case-intro .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  #content .case-intro .img .img-main {
    width: 930px;
  }
  #content .case-intro .img .img-main img {
    width: 100%;
  }
  #content .case-intro .img .thumbs {
    list-style: none;
    width: 230px;
  }
  #content .case-intro .img .thumbs li {
    margin-bottom: 20px;
  }
  #content .case-intro .img .thumbs li img {
    width: 100%;
  }
  #content .case-detail {
    width: 1200px;
    padding: 0 20px;
  }
  #content .case-detail .case-request,
  #content .case-detail .case-answer {
    position: relative;
  }
  #content .case-detail .case-request::after,
  #content .case-detail .case-answer::after {
    clear: both;
    content: "";
    display: block;
  }
  #content .case-detail .case-request h2,
  #content .case-detail .case-answer h2 {
    position: absolute;
    top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 420px;
    height: 240px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
  }
  #content .case-detail .case-request > div,
  #content .case-detail .case-answer > div {
    width: 800px;
    padding: 80px 100px;
    line-height: 2em;
    font-weight: 300;
  }
  #content .case-detail .case-request > div p,
  #content .case-detail .case-answer > div p {
    margin: 0;
  }
  #content .case-detail .case-request {
    margin-bottom: 70px;
  }
  #content .case-detail .case-request h2 {
    left: 20px;
    background-image: url(../img/case/request.jpg);
  }
  #content .case-detail .case-request > div {
    background-color: #f4f4f4;
    float: right;
  }
  #content .case-detail .case-answer h2 {
    right: 20px;
    background-image: url(../img/case/answer.jpg);
  }
  #content .case-detail .case-answer > div {
    background-color: #eaf3f9;
  }
  #content .case-illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 1000px;
  }
  #content .case-illust > div {
    width: 45%;
  }
  #content .case-illust h3 {
    font-size: 14px;
    margin-bottom: 1em;
  }
  #content .case-illust p {
    margin: 0;
  }
  #content .case-voice {
    width: 1200px;
    padding: 0 20px;
  }
  #content .case-voice > h2 {
    font-size: 24px;
    color: #3e7db3;
    text-align: center;
    margin-bottom: 50px;
  }
  #content .case-voice .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
  #content .case-voice .voice img {
    width: 300px;
    margin-right: 45px;
  }
  #content .case-voice .voice .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 2em;
    color: #2a2a2a;
  }
  #content .case-relation {
    margin-bottom: 150px;
  }
  #content .case-relation h2 {
    background-color: #3e7db3;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
    padding: 25px 20px;
    text-align: center;
  }
  #content .case-relation .list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
  }
  #content .case-relation .list li {
    width: 330px;
    margin: 0 35px 60px;
    font-size: 14px;
  }
  #content .case-relation .list li a {
    color: #3e7db3;
    line-height: 1.5em;
  }
  #content .case-relation .list li a img {
    width: 100%;
    margin-bottom: 15px;
  }
  #content .case-relation .list li a .name {
    display: block;
    margin-bottom: 1em;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .tech-nav {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #content .tech-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .tech-nav ul li {
    width: 23.5%;
  }
  #content .tech-nav ul li:not(:last-child) {
    margin-right: 2%;
  }
  #content .tech-nav ul li a {
    display: block;
    background-color: #e8e8e8;
    padding: 1em;
    color: #000000;
    text-align: center;
  }
  #content .tech-nav ul li a:hover, #content .tech-nav ul li a.current {
    background-color: #419cc0;
    color: #fff;
    opacity: 1;
  }
  #content .tech-cat {
    color: #2a2a2a;
    width: 1000px;
    margin: 0 auto 100px;
  }
  #content .tech-cat h2 {
    color: #419cc0;
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
  }
  #content .tech-cat h3 {
    background-color: #e6ebf2;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    font-weight: 300;
    font-size: 16px;
    padding: 1em;
  }
  #content .tech-cat ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 20px;
    font-weight: 300;
  }
  #content .tech-cat ul li {
    width: 48%;
  }
  #content .tech-cat ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  #content .tech-cat ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2a2a2a;
  }
  #content .tech-cat ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: .5em;
  }
  #content .technology-wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  #content .technology-wrapper > h2 {
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 25px;
    color: #419cc0;
  }
  #content .technology-wrapper .wysiwyg {
    font-weight: 300;
  }
  #content .technology-wrapper .wysiwyg .title {
    color: #419cc0;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content .technology-wrapper .wysiwyg h3 {
    background-color: #e6ebf2;
    border: 1px solid #bcbcbc;
    font-weight: 300;
    color: #2a2a2a;
    padding: 1em;
    font-size: 18px;
  }
  #content .technology-wrapper .wysiwyg h4 {
    color: #6bbc6e;
    border: 1px solid #6bbc6e;
    padding: 1em;
    font-size: 18px;
    font-weight: 300;
  }
  #content .technology-wrapper .wysiwyg .box {
    position: relative;
    border: 4px solid #419cc0;
    padding: 80px 40px 20px;
  }
  #content .technology-wrapper .wysiwyg .box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: "Check Point！";
    background-color: #419cc0;
    color: #fff;
    padding: 16px 20px 20px;
    font-size: 22px;
  }
  #content .tech-back {
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
  }
  #content .tech-back a {
    display: inline-block;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    padding: 1em 3em;
    font-weight: 300;
  }
  #content .tech-calc {
    width: 1000px;
    margin: 0 auto;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .tech-calc nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 6px solid #dee1ea;
    padding: 1em;
  }
  #content .tech-calc nav ul li {
    width: 100%;
    padding: 1em;
    text-align: center;
  }
  #content .tech-calc nav ul li:not(:last-child) {
    border-right: 1px solid #bcbcbc;
  }
  #content .tech-calc nav ul li a {
    padding: 1em 1em;
    color: #7a7a7a;
    font-weight: 300;
    white-space: nowrap;
  }
  #content .tech-calc nav ul li a.current {
    color: #1f3870;
    font-weight: normal;
  }
  #content .tech-calc h2 {
    text-align: center;
    font-size: 20px;
    margin: 2em auto;
    font-weight: 300;
  }
  #content .tech-calc h3 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 10px auto 20px;
  }
  #content .tech-calc dl {
    margin-bottom: 1em;
  }
  #content .tech-calc dl dt,
  #content .tech-calc dl dd {
    line-height: 2em;
    margin-bottom: 8px;
  }
  #content .tech-calc dl dt {
    clear: both;
    float: left;
  }
  #content .tech-calc dl dd {
    padding-left: 170px;
  }
  #content .tech-calc .memo-wrapper {
    padding-top: 20px;
    border-top: 1px solid #000000;
  }
  #content .tech-calc .memo {
    line-height: 2em;
    font-size: 12px;
  }
  #content .tech-calc .calc-data {
    margin-bottom: 50px;
  }
  #content .tech-calc .calc-data table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #content .tech-calc .calc-data table th,
  #content .tech-calc .calc-data table td {
    text-align: center;
    font-weight: 300;
    padding: 1.5em;
    border: 1px solid #a9a9a9;
  }
  #content .tech-calc .calc-data table th {
    background-color: #edf1f5;
  }
  #content .tech-calc .calc-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  #content .tech-calc .calc-col2 .select {
    min-width: 140px;
  }
  #content .tech-calc .calc-col2 .select select {
    min-width: 140px;
  }
  #content .tech-calc .calc-col2 #execute,
  #content .tech-calc .calc-col2 #execute1,
  #content .tech-calc .calc-col2 #execute2 {
    width: 100%;
    padding: 1em;
    background-color: #ef7800;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    border: 0 solid transparent;
  }
  #content .tech-calc .calc-col2 .left,
  #content .tech-calc .calc-col2 .right {
    width: 46%;
  }
  #content .tech-calc .calc-col2 .left h3,
  #content .tech-calc .calc-col2 .right h3 {
    background-color: #edf1f5;
    font-weight: 300;
    padding: .75em;
    text-align: center;
    margin-bottom: 35px;
  }
  #content .tech-calc .calc-col2 .left {
    position: relative;
  }
  #content .tech-calc .calc-col2 .left::after {
    position: absolute;
    top: 50%;
    right: -45px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
            transform: rotate(45deg) skew(20deg, 20deg);
  }
  #content .nav-faq {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #content .nav-faq ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .nav-faq ul li {
    margin-right: 20px;
  }
  #content .nav-faq ul li a {
    display: inline-block;
    background-color: #e8e8e8;
    padding: 1em;
    color: #000000;
  }
  #content .faq {
    width: 1000px;
    margin: 0 auto 100px;
  }
  #content .faq .title-cat {
    font-size: 24px;
    color: #009edb;
    margin: 0 0 1.25em;
  }
  #content .faq .faq-section:last-child {
    border-bottom: 1px solid #dcdddd;
  }
  #content .faq .faq-section h3 {
    position: relative;
    border-top: 1px solid #dcdddd;
    padding: 30px 90px 30px 70px;
    line-height: 1.5em;
    color: #2a2a2a;
  }
  #content .faq .faq-section h3.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #content .faq .faq-section h3::before {
    position: absolute;
    top: 32px;
    left: 25px;
    content: "Q";
    color: #009edb;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
  }
  #content .faq .faq-section h3::after {
    position: absolute;
    top: 32px;
    right: 25px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-right: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  #content .faq .faq-section .wysiwyg {
    display: none;
    position: relative;
    background-color: #fce5f2;
    padding: 25px 90px 25px 70px;
    color: #2a2a2a;
  }
  #content .faq .faq-section .wysiwyg::before {
    position: absolute;
    top: 30px;
    left: 25px;
    content: "A";
    color: #e4007f;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 33px;
  }
  #content .recruit-message h3 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  #content .recruit-message ul {
    list-style: none;
    width: 810px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 4px solid #b8c7e5;
    padding: 20px 40px;
    margin: 0 auto 30px;
    color: #2a2a2a;
  }
  #content .recruit-message ul li {
    width: 40%;
    line-height: 2em;
  }
  #content .recruit-message ul li:nth-child(2n) {
    width: 60%;
  }
  #content .recruit-message p {
    text-align: center;
    line-height: 2em;
    font-weight: 300;
    margin-bottom: 50px;
  }
  #content .recruit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .recruit-btn a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px;
    padding: 2em 3.5em;
  }
  #content .recruit-btn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #content .recruit-btn a:first-of-type {
    background-color: #49aad2;
  }
  #content .recruit-btn a:last-of-type {
    background-color: #f08300;
  }
  #content .recruit-interview {
    margin-bottom: 0;
  }
  #content .recruit-interview .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    background-color: #e8eef7;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  #content .recruit-interview .interview:nth-of-type(odd) {
    background-position: left center;
  }
  #content .recruit-interview .interview:nth-of-type(odd)::before {
    content: "";
    min-width: 50%;
  }
  #content .recruit-interview .interview:nth-of-type(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-position: right center;
  }
  #content .recruit-interview .interview:nth-of-type(even)::after {
    content: "";
    min-width: 50%;
  }
  #content .recruit-interview .interview .right {
    width: 670px;
    padding: 50px 70px;
    font-weight: 300;
    line-height: 2em;
  }
  #content .recruit-interview .interview .right h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: .5em;
    border-bottom: 1px solid #000000;
  }
  #content .recruit-interview .interview .right .unit {
    text-align: right;
    margin-bottom: .5em;
  }
  #content .recruit-about {
    padding-top: 115px;
    background-image: url(../img/recruit/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  #content .recruit-about .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto 135px;
  }
  #content .recruit-about .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #2a2a2a;
    line-height: 2em;
    margin-right: 30px;
    font-weight: 300;
  }
  #content .recruit-about .col2 .text h2 {
    margin-bottom: 30px;
  }
  #content .recruit-about .col2 .text .btn-more {
    text-align: right;
    font-weight: 300;
  }
  #content .recruit-about .col2 .img {
    width: 390px;
    padding-top: 30px;
  }
  #content .recruit-desc {
    width: 1160px;
    margin: null auto;
  }
  #content .recruit-desc table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-shadow: 0 0 0 20px #dbeef6;
            box-shadow: 0 0 0 20px #dbeef6;
    margin-bottom: 110px;
  }
  #content .recruit-desc table th,
  #content .recruit-desc table td {
    border: 1px solid #000000;
    font-weight: 300;
    line-height: 2em;
  }
  #content .recruit-desc table th {
    white-space: nowrap;
    padding: 1.5em 4em;
  }
  #content .recruit-desc table td {
    padding: 1.5em 2em;
  }
  #content .greeting-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/company/greeting-bg.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 130px 0 100px;
  }
  #content .greeting-wrapper h3 {
    width: 400px;
    text-align: right;
  }
  #content .greeting-wrapper .text {
    width: 680px;
    font-weight: 300;
    margin-left: 120px;
    line-height: 2em;
  }
  #content .greeting-wrapper .signature {
    text-align: right;
  }
  #content .company-policy {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  #content .company-policy h2 {
    margin-bottom: 30px;
  }
  #content .company-policy h3 {
    color: #1a4472;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.75em;
    margin-bottom: 70px;
    text-align: center;
    font-size: 30px;
  }
  #content .company-policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    padding: 90px 25px 20px 50px;
    margin-bottom: 40px;
  }
  #content .company-policy .policy:nth-of-type(1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-image: url(../img/company/policy01.jpg);
    background-position: left center;
  }
  #content .company-policy .policy:nth-of-type(2) {
    background-image: url(../img/company/policy02.jpg);
    background-position: right center;
  }
  #content .company-policy .policy:nth-of-type(3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-image: url(../img/company/policy03.jpg);
    background-position: left center;
  }
  #content .company-policy .policy:nth-of-type(4) {
    background-image: url(../img/company/policy04.jpg);
    background-position: right center;
  }
  #content .company-policy .policy .text {
    width: 750px;
    background-color: rgba(238, 244, 251, 0.8);
    padding: 45px 60px;
  }
  #content .company-policy .policy .text h4 {
    color: #3e7db3;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #content .company-policy .policy .text p {
    margin: 0;
    color: #2a2a2a;
    line-height: 1.5em;
  }
  #content .company-profile {
    width: 930px;
  }
  #content .company-profile dl {
    line-height: 2em;
  }
  #content .company-profile dl dt,
  #content .company-profile dl dd {
    padding-bottom: 1.5em;
  }
  #content .company-profile dl dt {
    clear: both;
    float: left;
    width: 180px;
    color: #3e7db3;
  }
  #content .company-profile dl dd {
    padding-left: 200px;
  }
  #content .company-history {
    background-color: #94b6d3;
    padding: 90px 0;
  }
  #content .company-history .title-horizon .title-en,
  #content .company-history .title-horizon .title-ja {
    color: #fff;
  }
  #content .company-history .title-horizon .title-ja::before {
    background-color: #fff;
  }
  #content .company-history dl {
    width: 930px;
    margin: 0 auto;
  }
  #content .company-history dl dt {
    color: #3e7db3;
    background-color: #f5f5f5;
    padding: .5em 16px;
  }
  #content .company-history dl dd {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 2em;
    padding: 1em 16px;
  }
  #content .str-intro {
    width: 1000px;
    margin: 0 auto 160px;
  }
  #content .str-intro header {
    text-align: center;
    padding-bottom: 145px;
    margin-bottom: 20px;
    border-bottom: 1px solid #419cc0;
  }
  #content .str-intro header h2 {
    margin-bottom: 40px;
  }
  #content .str-intro header p {
    font-size: 22px;
    margin-bottom: 0;
    color: #419cc0;
  }
  #content .str-intro .text {
    font-weight: 300;
    line-height: 2em;
    color: #2a2a2a;
  }
  #content .str-section1 header,
  #content .str-section2 header,
  #content .str-section3 header,
  #content .str-section4 header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 55px;
    line-height: 2em;
  }
  #content .str-section1 header h2,
  #content .str-section2 header h2,
  #content .str-section3 header h2,
  #content .str-section4 header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48%;
    min-height: 135px;
    background-color: #419cc0;
    color: #fff;
    padding: 30px 40px;
  }
  #content .str-section1 header h2 span,
  #content .str-section2 header h2 span,
  #content .str-section3 header h2 span,
  #content .str-section4 header h2 span {
    font-weight: 300;
    font-size: 74px;
    margin-right: 30px;
  }
  #content .str-section1 header h2 b,
  #content .str-section2 header h2 b,
  #content .str-section3 header h2 b,
  #content .str-section4 header h2 b {
    display: block;
    width: 310px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75em;
  }
  #content .str-section1 header .text,
  #content .str-section2 header .text,
  #content .str-section3 header .text,
  #content .str-section4 header .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content .str-section1 header .text p,
  #content .str-section2 header .text p,
  #content .str-section3 header .text p,
  #content .str-section4 header .text p {
    border-top: 1px solid #419cc0;
    width: 543px;
    margin: 0;
    padding: 35px 0 0 40px;
    font-weight: 300;
  }
  #content .str-section1 ul.flow {
    width: 1000px;
    margin: 0 auto 70px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .str-section1 ul.flow li {
    position: relative;
    width: 175px;
    height: 175px;
  }
  #content .str-section1 ul.flow li img {
    display: block;
  }
  #content .str-section1 ul.flow li span {
    display: block;
    padding: .5em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 33, 139, 0.55);
    color: #fff;
    text-align: center;
  }
  #content .str-section2 .img,
  #content .str-section4 .img {
    text-align: center;
    margin-bottom: 40px;
  }
  #content .str-section2 .link,
  #content .str-section4 .link {
    text-align: center;
  }
  #content .str-section2 .link a,
  #content .str-section4 .link a {
    display: inline-block;
    padding: 1.5em 4em;
    border: 1px solid #000000;
    font-weight: 300;
    color: #000000;
  }
  #content .str-section2 .link a::after,
  #content .str-section4 .link a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    margin-left: 1em;
  }
  #content .str-section3 .member {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  #content .str-section3 .member li {
    width: 455px;
    line-height: 2.5em;
    text-align: center;
    margin-bottom: 50px;
    color: #2a2a2a;
    cursor: pointer;
  }
  #content .str-section3 .member li:hover {
    opacity: .8;
  }
  #content .swiper-member-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
  }
  #content .swiper-member-container .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content .swiper-member-container .swiper-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 3px;
    z-index: 99;
  }
  #content .swiper-member-container .swiper-member .img {
    width: 461px;
  }
  #content .swiper-member-container .swiper-member .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 50px;
    line-height: 2em;
  }
  #content .swiper-member-container .swiper-member .text h3 {
    color: #419cc0;
    font-size: 24px;
    border-bottom: 1px solid #419cc0;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-weight: 300;
  }
  #content .swiper-member-container .swiper-button-prev {
    left: 50%;
    margin-left: -600px;
  }
  #content .swiper-member-container .swiper-button-next {
    right: 50%;
    margin-right: -600px;
  }
  #content .swiper-member-container .swiper-button-disabled {
    display: none;
  }
  #content .plant-intro {
    width: 1040px;
    margin: 0 auto 90px;
  }
  #content .plant-intro p {
    font-weight: 300;
    line-height: 2em;
    color: #2a2a2a;
  }
  #content .plant-section header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 55px;
    line-height: 2em;
  }
  #content .plant-section header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 49%;
    min-height: 135px;
    background-color: #419cc0;
    color: #fff;
    padding: 30px 20px;
  }
  #content .plant-section header h2 span {
    font-weight: 300;
    font-size: 74px;
    margin-right: 20px;
  }
  #content .plant-section header h2 b {
    display: block;
    width: 380px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75em;
  }
  #content .plant-section header .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content .plant-section header .text p {
    border-top: 1px solid #419cc0;
    width: 543px;
    margin: 0;
    padding: 35px 0 0 40px;
    font-weight: 300;
  }
  #content .plant-section .img {
    width: 1040px;
    margin: 0 auto 50px;
  }
  #content .plant-section .col {
    width: 1040px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 300;
  }
  #content .plant-section .col .filter {
    width: 520px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 300;
  }
  #content .plant-section .col .filter li {
    width: 256px;
    text-align: center;
  }
  #content .plant-section .col .filter li span {
    display: block;
    padding: .5em;
  }
  #content .plant-section .col .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  #content .plant-section .flow {
    width: 1040px;
    margin: 0 auto 50px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
  }
  #content .plant-section .flow li {
    width: 470px;
    text-align: center;
  }
  #content .plant-section .flow li:nth-child(2) {
    width: 34px;
  }
  #content .plant-section .thumbs {
    width: 1040px;
    margin: 0 auto 50px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
  }
  #content .plant-section .thumbs li {
    width: 330px;
    text-align: center;
  }
  #content .plant-section .thumbs li span {
    display: block;
    padding: .5em;
  }
  #content .plant-section .link {
    text-align: center;
  }
  #content .plant-section .link a {
    display: inline-block;
    padding: 1.5em 4em;
    border: 1px solid #000000;
    font-weight: 300;
    color: #000000;
  }
  #content .plant-section .link a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    margin-left: 1em;
  }
  #content .filtersurvey-section header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 55px;
    line-height: 2em;
  }
  #content .filtersurvey-section header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 49%;
    min-height: 135px;
    background-color: #419cc0;
    color: #fff;
    padding: 30px 20px;
  }
  #content .filtersurvey-section header h2 span {
    font-weight: 300;
    font-size: 74px;
    margin-right: 20px;
  }
  #content .filtersurvey-section header h2 b {
    display: block;
    width: 380px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75em;
  }
  #content .filtersurvey-section header .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content .filtersurvey-section header .text p {
    border-top: 1px solid #419cc0;
    width: 543px;
    margin: 0;
    padding: 35px 0 0 40px;
    font-weight: 300;
  }
  #content .filtersurvey-section section {
    width: 1040px;
    margin: 0 auto 50px;
  }
  #content .filtersurvey-section section h3 {
    color: #26bde2;
    margin-bottom: 2em;
  }
  #content .filtersurvey-section section .faq-section {
    margin-bottom: 50px;
  }
  #content .filtersurvey-section section .faq-section:last-child {
    border-bottom: 1px solid #dcdddd;
  }
  #content .filtersurvey-section section .faq-section h4 {
    position: relative;
    border-top: 1px solid #dcdddd;
    padding: 30px 90px 30px 70px;
    line-height: 1.5em;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .filtersurvey-section section .faq-section h4::before {
    position: absolute;
    top: 32px;
    left: 25px;
    content: "Q";
    color: #009edb;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
  }
  #content .filtersurvey-section section .faq-section .wysiwyg {
    display: block;
    position: relative;
    background-color: #fce5f2;
    padding: 25px 90px 25px 70px;
    color: #2a2a2a;
    font-weight: 300;
  }
  #content .filtersurvey-section section .faq-section .wysiwyg::before {
    position: absolute;
    top: 30px;
    left: 25px;
    content: "A";
    color: #e4007f;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 33px;
  }
  #content .filtersurvey-section .thumbs {
    width: 1040px;
    margin: 0 auto 50px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  #content .filtersurvey-section .thumbs li {
    max-width: 48%;
    text-align: center;
    margin: 0 10px;
  }
  #content .filtersurvey-section .thumbs li p {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.5em;
  }
  #content .filtersurvey-section .thumbs li p b {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: .5em;
  }
  #content .filtersurvey-section .spe-box {
    position: relative;
    border: 2px solid #419cc0;
    margin-bottom: 36px;
    padding: 30px 24px;
  }
  #content .filtersurvey-section .spe-box h4 {
    position: absolute;
    top: -20px;
    left: -2px;
    display: inline-block;
    font-size: 20px;
    border: 2px solid #419cc0;
    background-color: #419cc0;
    color: #fff;
    line-height: 33px;
    margin-bottom: 0;
  }
  #content .filtersurvey-section .spe-box h4 b {
    padding: 0 .5em;
    font-weight: 500;
  }
  #content .filtersurvey-section .spe-box h4 span {
    display: inline-block;
    background-color: #fff;
    color: #4b7bb2;
    width: 33px;
    text-align: center;
  }
  #content .filtersurvey-section .spe-box p {
    line-height: 2em;
    font-weight: 300;
  }
  #content .filtersurvey-section .spe-box p:last-child {
    margin-bottom: 0;
  }
  #content .filtersurvey-section .note h4 {
    font-size: 24px;
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #4b7bb2;
    color: #4b7bb2;
  }
  #content .filtersurvey-section .note ul {
    list-style: none;
    color: #4b7bb2;
    line-height: 2em;
  }
  #content .filtersurvey-section .note ul li::before {
    content: "・";
  }
  #content .jwwa-section {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  #content .jwwa-section .title-jwwa {
    text-align: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  #content .jwwa-section .title-jwwa .title-en {
    display: block;
    font-size: 38px;
    padding-bottom: 18px;
  }
  #content .jwwa-section .title-jwwa .title-ja {
    display: block;
    font-size: 16px;
  }
  #content .jwwa-section .sub {
    font-size: 28px;
    color: #26bde2;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #content .jwwa-section > h4 {
    font-size: 20px;
    font-weight: 500;
    color: #26bde2;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 1em;
  }
  #content .jwwa-section p,
  #content .jwwa-section ul {
    font-weight: 300;
  }
  #content .jwwa-section .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  #content .jwwa-section .col3 .left {
    width: 520px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 300;
  }
  #content .jwwa-section .col3 .left li {
    width: 256px;
    text-align: center;
  }
  #content .jwwa-section .col3 .left li span {
    display: block;
    padding: .5em;
  }
  #content .jwwa-section .col3 .right {
    text-align: center;
  }
  #content .jwwa-section .col3 .right figcaption {
    font-size: 16px;
    font-weight: 300;
    margin: 1em 0 2em;
  }
  #content .jwwa-section .col3 .right ul {
    list-style: none;
    font-size: 20px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
  #content .jwwa-section .col3 .right ul li {
    margin-bottom: .5em;
  }
  #content .jwwa-section .col3 .right ul li::before {
    content: "・";
  }
  #content .jwwa-section .jwwa-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content .jwwa-section .jwwa-point > div {
    position: relative;
    border: 5px solid #26bde2;
    margin-bottom: 20px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #7a7a7a;
    font-weight: normal;
  }
  #content .jwwa-section .jwwa-point > div p {
    margin: 0;
  }
  #content .jwwa-section .jwwa-point > div .img {
    position: absolute;
    margin: 0;
  }
  #content .jwwa-section .jwwa-point > div .text {
    line-height: 1.5em;
  }
  #content .jwwa-section .jwwa-point .point1,
  #content .jwwa-section .jwwa-point .point4 {
    width: 48.5%;
  }
  #content .jwwa-section .jwwa-point .point2,
  #content .jwwa-section .jwwa-point .point5 {
    width: 50%;
  }
  #content .jwwa-section .jwwa-point .point3,
  #content .jwwa-section .jwwa-point .point6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #content .jwwa-section .jwwa-point .point1 {
    font-size: 30px;
    background-image: url(../img/jwwa/img2-q.png);
    border: 5px solid #FCE5F2;
  }
  #content .jwwa-section .jwwa-point .point1 .img {
    bottom: -20px;
    right: 50px;
  }
  #content .jwwa-section .jwwa-point .point2 {
    padding-left: 200px;
    background-image: url(../img/jwwa/img2-1-1.png);
  }
  #content .jwwa-section .jwwa-point .point2 .img {
    bottom: -40px;
    left: 40px;
  }
  #content .jwwa-section .jwwa-point .point3 {
    background-image: url(../img/jwwa/img2-2-2.png);
  }
  #content .jwwa-section .jwwa-point .point3 .text {
    width: 378px;
  }
  #content .jwwa-section .jwwa-point .point4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/jwwa/img2-3-3.png);
  }
  #content .jwwa-section .jwwa-point .point4 .text {
    width: 294px;
  }
  #content .jwwa-section .jwwa-point .point5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/jwwa/img2-4-4.png);
  }
  #content .jwwa-section .jwwa-point .point5 .text {
    width: 396px;
  }
  #content .jwwa-section .jwwa-point .point6 {
    padding: 40px 60px;
    background-image: url(../img/jwwa/img2-5-5.png);
  }
  #content .jwwa-section .jwwa-point .point6 .text {
    width: 880px;
  }
  #content .jwwa-section .mov {
    display: block;
    width: 700px;
    margin: 50px auto 0;
    border: 1px solid #b5b5b6;
    padding: 30px;
  }
  #content .jwwa-section .mov video {
    width: 1000px;
    max-width: 90%;
  }
  #content .jwwa-section .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #content .jwwa-section .map .left {
    position: relative;
    width: 510px;
  }
  #content .jwwa-section .map .left .text {
    position: absolute;
    top: 150px;
    font-size: 20px;
    color: #2a2a2a;
    line-height: 1.5em;
  }
  #content .jwwa-section .map .right {
    width: 675px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .jwwa-section .map .right li {
    width: 324px;
    margin-bottom: 20px;
  }
  #content .jwwa-section .map .right li span {
    display: block;
    background-color: #4b7bb2;
    color: #fff;
    text-align: center;
    padding: .5em;
  }
  #content .jwwa-section .recommend1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    line-height: 1.5em;
  }
  #content .jwwa-section .recommend1 .left {
    padding: 0 40px;
  }
  #content .jwwa-section .recommend1 .right ul {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-size: 20px;
  }
  #content .jwwa-section .recommend1 .right ul li {
    margin-bottom: .5em;
  }
  #content .jwwa-section .recommend1 .right ul li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #26bde2;
    border-radius: 50%;
    margin: 5px 5px 0 0;
    vertical-align: text-top;
  }
  #content .jwwa-section .recommend1 .right p {
    font-size: 24px;
  }
  #content .jwwa-section .recommend2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 40px;
    border: 1px solid #26bde2;
  }
  #content .jwwa-section .recommend2 h4 {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-weight: 300;
    margin-right: 30px;
  }
  #content .jwwa-section .recommend2 p {
    margin: 0;
    line-height: 1.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content .company-csr {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  #content .company-csr .csr-logo {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    padding: 60px;
    text-align: center;
    margin-bottom: 40px;
  }
  #content .company-csr .csr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .company-csr .csr-list .csr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin-bottom: 30px;
  }
  #content .company-csr .csr-list .csr > img {
    width: 117px;
    margin-right: 20px;
  }
  #content .company-csr .csr-list .csr .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 60px;
  }
  #content .company-csr .csr-list .csr .text h3 {
    color: #009edb;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 1em;
  }
  #content .company-csr .csr-list .csr .text p {
    line-height: 1.75em;
    margin: 0;
    font-weight: 300;
  }
  #content .title-csr {
    background-image: url(../img/company/csr-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    padding: .75em 1em;
    margin-bottom: 30px;
  }
  #content .csr-project {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    color: #2a2a2a;
    margin-bottom: 100px;
  }
  #content .csr-project:last-of-type {
    padding-bottom: 100px;
    border-bottom: 1px solid #ddd;
  }
  #content .csr-project p {
    line-height: 2em;
    margin-bottom: 1em;
  }
  #content .csr-project .float-r {
    float: right;
  }
  #content .csr-project .float-r img {
    position: relative;
    right: -30px;
  }
  #content .csr-project .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto;
  }
  #content .csr-project .col2 > div {
    width: 576px;
  }
  #content .csr-project .col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto;
  }
  #content .office-map {
    width: 1200px;
    margin: 0 auto 100px;
  }
  #content .office-map h3 {
    text-align: center;
    font-weight: 300;
    color: #7a7a7a;
    margin-bottom: 60px;
    font-size: 24px;
  }
  #content .map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .map-wrapper .map {
    position: relative;
    width: 550px;
    margin-right: 30px;
  }
  #content .map-wrapper .map i {
    position: absolute;
    font-style: normal;
    font-size: 13px;
    z-index: 1;
  }
  #content .map-wrapper .map i::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #content .map-wrapper .map i span {
    display: none;
  }
  #content .map-wrapper .map i.active {
    z-index: 10;
  }
  #content .map-wrapper .map i.active::before {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #content .map-wrapper .map i.active span {
    display: inline;
    color: #2a2a2a;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  }
  #content .map-wrapper .map i.ofc::before {
    background-color: #fff100;
  }
  #content .map-wrapper .map i.ftr::before {
    background-color: #ff5f5f;
  }
  #content .map-wrapper .map i.of01 {
    top: 419px;
    left: 213px;
    z-index: 5;
  }
  #content .map-wrapper .map i.of02 {
    top: 386px;
    left: 343px;
  }
  #content .map-wrapper .map i.of03 {
    top: 451px;
    left: 39px;
  }
  #content .map-wrapper .map i.of04 {
    top: 92px;
    left: 400px;
  }
  #content .map-wrapper .map i.of05 {
    top: 275px;
    left: 392px;
  }
  #content .map-wrapper .map i.of06 {
    top: 373px;
    left: 320px;
  }
  #content .map-wrapper .map i.of07 {
    top: 402px;
    left: 257px;
  }
  #content .map-wrapper .map i.of08 {
    top: 353px;
    left: 248px;
  }
  #content .map-wrapper .map i.of09 {
    top: 423px;
    left: 108px;
  }
  #content .map-wrapper .map i.of10 {
    top: 418px;
    left: 159px;
  }
  #content .map-wrapper .map i.of11 {
    top: 436px;
    left: 155px;
  }
  #content .map-wrapper .map i.of12 {
    top: 525px;
    left: 60px;
  }
  #content .map-wrapper .map i.of13 {
    top: 410px;
    left: 303px;
  }
  #content .map-wrapper .map i.fc01 {
    top: 379px;
    left: 377px;
  }
  #content .map-wrapper .map i.fc02 {
    top: 393px;
    left: 359px;
  }
  #content .map-wrapper .map i.fc03 {
    top: 419px;
    left: 213px;
  }
  #content .map-wrapper .map i.fc04 {
    top: 424px;
    left: 207px;
  }
  #content .map-wrapper .map i.fc05 {
    top: 435px;
    left: 183px;
  }
  #content .map-wrapper .map i.fc06 {
    top: 444px;
    left: 49px;
  }
  #content .map-wrapper .list {
    width: 550px;
  }
  #content .map-wrapper .list h4 {
    font-size: 14px;
    color: #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #content .map-wrapper .list a {
    display: inline-block;
    border: 1px solid #b5b5b5;
    color: #5a5a5a;
    font-size: 12px;
    padding: .5em 1em;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #content .map-wrapper .list a.ftr {
    background-color: #e8e8e8;
  }
  #content .map-wrapper .list a:hover {
    background-color: #3e7db3;
    color: #fff;
  }
  #content .map-wrapper .list p {
    margin-bottom: 40px;
  }
  #content .map-wrapper .list p a {
    padding: .5em 6em;
  }
  #content .map-wrapper .list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #content .map-wrapper .list ul li {
    margin-right: 10px;
  }
  #content .office-list {
    width: 1200px;
    padding: 0 35px;
    margin: 0 auto 100px;
  }
  #content .office-list h2 {
    font-size: 30px;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #1a4472;
    text-align: center;
    margin-bottom: 100px;
  }
  #content .office-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    font-weight: 300;
    font-size: 14px;
    color: #2a2a2a;
    letter-spacing: 0.1em;
  }
  #content .office-list article .name {
    width: 220px;
    padding-left: 10px;
  }
  #content .office-list article .name h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 26px;
  }
  #content .office-list article .name p {
    margin-bottom: 10px;
  }
  #content .office-list article .name p a {
    display: block;
    width: 160px;
    padding: .5em;
    text-align: center;
    background-color: #6597c2;
    color: #fff;
  }
  #content .office-list article .address {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2em;
  }
  #content .office-list article .address p {
    margin-bottom: .5em;
  }
  #content .office-list article .img {
    width: 300px;
  }
  #content .contact-form {
    width: 870px;
    margin: 0 auto 100px;
    color: #2a2a2a;
  }
  #content .contact-form .req {
    color: #cc0000;
  }
  #content .contact-form input.err,
  #content .contact-form select.err,
  #content .contact-form textarea.err {
    color: #e66363;
    border: 1px solid #e66363;
  }
  #content .contact-form p.err {
    color: #e66363;
    font-size: 12px;
  }
  #content .contact-form .ErrorColumn {
    display: none;
  }
  #content .contact-form .message {
    text-align: center;
    line-height: 2.5em;
    margin-bottom: 50px;
  }
  #content .contact-form .message .thanks {
    font-size: 30px;
    color: #48a9d3;
    margin-bottom: 60px;
  }
  #content .contact-form .message .memo {
    font-size: 12px;
  }
  #content .contact-form .message .btn-top {
    margin-top: 100px;
  }
  #content .contact-form .message .btn-top a {
    display: inline-block;
    border: 0 solid transparent;
    padding: 1.25em 6em;
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: #48a9d3;
    color: #fff;
  }
  #content .contact-form label {
    display: block;
    padding: .5em 0;
    font-weight: normal;
  }
  #content .contact-form .zip {
    width: 200px;
  }
  #content .contact-form .year {
    min-width: 130px;
  }
  #content .contact-form .year select {
    min-width: 130px;
  }
  #content .contact-form .date {
    min-width: 100px;
  }
  #content .contact-form .date select {
    min-width: 100px;
  }
  #content .contact-form dl {
    font-size: 14px;
  }
  #content .contact-form dl dt,
  #content .contact-form dl dd {
    display: block;
    padding: 18px 10px;
  }
  #content .contact-form dl dt {
    clear: both;
    float: left;
    width: 220px;
    text-align: right;
    padding-top: 1.5em;
    font-weight: bold;
  }
  #content .contact-form dl dd {
    padding-left: 260px;
  }
  #content .contact-form dl dd p {
    margin-top: .5em;
    margin-bottom: 0;
    line-height: 2em;
  }
  #content .contact-form dl dd p.memo {
    color: #aaaaaa;
    font-size: 12px;
  }
  #content .contact-form dl dd p.memo-policy {
    margin-top: 1.25em;
  }
  #content .contact-form dl.confirm dd {
    padding-top: 1.5em;
  }
  #content .contact-form dl.confirm dd::after {
    content: "　";
  }
  #content .contact-form .btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  #content .contact-form .btn-submit button {
    position: relative;
    width: 324px;
    border: 0 solid transparent;
    padding: 2em;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #content .contact-form .btn-submit button::after {
    position: absolute;
    top: calc(50% - 4px);
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #content .contact-form .btn-submit button:hover {
    opacity: .8;
  }
  #content .contact-form .btn-submit button:not(:last-child) {
    margin-right: 30px;
  }
  #content .contact-form .btn-submit button.submit {
    background-color: #48a9d3;
    color: #fff;
  }
  #content .contact-form .btn-submit button.submit::after {
    right: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #content .contact-form .btn-submit button.back {
    background-color: #fff;
    color: #48a9d3;
    border: 1px solid #48a9d3;
  }
  #content .contact-form .btn-submit button.back::after {
    left: 20px;
    border-top: 2px solid #48a9d3;
    border-right: 2px solid #48a9d3;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #content .front-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .front-intro .img {
    text-align: right;
  }
  #content .front-intro .text {
    width: 500px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  #content .front-intro .text .st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ef7800;
    margin-bottom: 30px;
    font-size: 20px;
  }
  #content .front-intro .text .st::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ef7800;
    margin-left: 10px;
  }
  #content .front-intro .text h2 {
    margin-bottom: 30px;
  }
  #content .front-intro .text .text {
    line-height: 2em;
    color: #727171;
  }
  #content .front-intro .btn-link {
    text-align: left;
  }
  #content .front-products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    list-style: none;
  }
  #content .front-products ul li {
    width: 25%;
    height: 360px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
  }
  #content .front-products ul li:hover {
    background-size: 110%;
  }
  #content .front-products ul li:last-child {
    border-right: 0 solid transparent;
  }
  #content .front-products ul li.wide {
    width: 50%;
  }
  #content .front-products ul li.wide:nth-child(2n) {
    border-right: 0 solid transparent;
  }
  #content .front-products ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #fff;
    background-color: rgba(128, 128, 128, 0.4);
    text-align: center;
    line-height: 1.5em;
  }
  #content .front-news {
    width: 1000px;
    margin: 0 auto 110px;
  }
  #content .front-news header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
  }
  #content .front-news header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
  }
  #content .front-news header h2 .title-en {
    font-size: 38px;
    margin-right: 30px;
    color: #b8c7e5;
  }
  #content .front-news header h2 .title-ja {
    font-size: 16px;
    color: #727171;
  }
  #content .front-news ul {
    list-style: none;
    border-top: 1px solid #b8c7e5;
  }
  #content .front-news ul li {
    border-bottom: 1px solid #b8c7e5;
  }
  #content .front-news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1em 1em 1em 0;
    font-size: 16px;
  }
  #content .front-news ul li a .date {
    width: 110px;
    color: #b8c7e5;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-weight: 600;
  }
  #content .front-news ul li a .cat {
    display: block;
    min-width: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: .75em .5em;
    margin-right: 16px;
  }
  #content .front-news ul li a .ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.25em;
    color: #727171;
    font-weight: normal;
  }

  .front-banner {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 100px auto 110px;
  }
  .front-banner li {
    margin-bottom: 20px;
  }

  @-webkit-keyframes zoomOut {
    0% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @keyframes zoomOut {
    0% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .swiper-container {
    margin-bottom: 100px;
    min-height: 800px;
    padding-bottom: 1px;
  }
  .swiper-container::after {
    display: block;
    height: 100%;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-image: url(../../assets/img/front/slider-btm.svg);
    background-repeat: repeat-x;
    background-position: bottom center;
    z-index: 11;
  }
  .swiper-container .swiper-logo {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 390px;
    height: 390px;
    margin: -180px 0 0 -180px;
    z-index: 11;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .swiper-container .swiper-news {
    position: absolute;
    bottom: 160px;
    left: 50%;
    margin-left: -350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 700px;
    z-index: 120;
    padding: 1px;
    line-height: 1em;
  }
  .swiper-container .swiper-news::before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
  }
  .swiper-container .swiper-news a {
    display: block;
    width: 530px;
    overflow-x: hidden;
    color: #727171;
    padding: 1em 70px 1em 0;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .swiper-container .swiper-news a:hover::after {
    right: 20px;
  }
  .swiper-container .swiper-news a::after {
    position: absolute;
    top: 20px;
    right: 30px;
    content: "";
    width: 40px;
    height: 9px;
    border-bottom: 1px solid #727171;
    border-right: 1px solid #727171;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .swiper-container .swiper-news a .date {
    margin-right: 1em;
  }
  .swiper-container .swiper-news a b {
    display: inline-block;
    font-weight: normal;
  }
  .swiper-container .swiper-news strong {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    padding: 1em;
  }
  .swiper-container .swiper-news strong::before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #00218b;
  }

  .swiper-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/common/title_bg.gif);
    z-index: 10;
    background-attachment: fixed;
  }

  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    -webkit-animation: zoomOut 12s linear 0s;
            animation: zoomOut 12s linear 0s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }

  .slide-img {
    background-size: cover;
    background-position: center center;
    height: 100vh;
  }

  .access_wrapper {
    background-color: #e8e8e8;
    padding: 50px;
  }

  .access-inner {
    width: 1000px;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
  }
  .access-inner > h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
  }
  .access-inner .access-nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .access-inner .access-nav li {
    width: 32%;
    font-size: 14px;
  }
  .access-inner .access-nav li a {
    display: block;
    padding: 1em;
    text-align: center;
    background-color: #e8e8e8;
    color: #000000;
  }
  .access-inner .access-nav li a.current, .access-inner .access-nav li a:hover {
    background-color: #3e7db3;
    color: #fff;
  }
  .access-inner > .text {
    line-height: 2em;
    padding: 0 40px;
    margin-bottom: 50px;
  }
  .access-inner .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .access-inner .col2 .img {
    width: 400px;
  }
  .access-inner .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 40px;
    line-height: 2em;
  }
  .access-inner #map_canvas {
    width: 710px;
    height: 580px;
    margin: 0 auto 50px;
  }
  .access-inner .footer {
    line-height: 2em;
  }

  .ex-news {
    width: 1000px;
    margin: 0 auto 110px;
  }
  .ex-news h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    color: #3e7db3;
  }
  .ex-news h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8c7e5;
    margin: 15px auto 0;
  }
  .ex-news .ex-box {
    margin-bottom: 15px;
  }
  .ex-news h3 {
    background-color: #02b3f6;
    color: #fff;
    padding: 1em;
    margin: 60px auto 30px;
    line-height: 1em;
  }
  .ex-news h4 {
    font-size: 22px;
    font-weight: bold;
  }
  .ex-news h4 a {
    color: #3e7db3;
  }
  .ex-news .table {
    width: 100%;
    overflow-x: auto;
  }
  .ex-news table,
  .ex-news th,
  .ex-news td {
    border-collapse: collapse;
    border: 1px;
  }
  .ex-news table {
    width: 100%;
    margin: 1em auto 1.5em;
    min-height: 0.1%;
    overflow: auto;
    line-height: 1.5em;
  }
  .ex-news td,
  .ex-news th {
    padding: 0.5em;
    border: 1px solid #CCC;
  }
  .ex-news th {
    white-space: nowrap;
    background-color: #EEE;
    font-weight: normal;
    width: 180px;
  }
  .ex-news td {
    font-weight: 300;
  }
}
/* *****************************************************
 * ページネーション(wp-pagenaviプラグイン用)
 * ***************************************************** */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 30px 0px 1.5em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  text-decoration: none;
  margin: 5px 12px;
  color: #fff;


}
.wp-pagenavi a.page {
  background-color: #e6e8e7;
}
.wp-pagenavi a.page:hover {
  background-color: #ef7800;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  color: #3e7db3;
  font-size: 40px;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  color: #ef7800;
}
.wp-pagenavi span.current {
  background-color: #3e7db3;
}
.wp-pagenavi span.extend {
	color: #3e7db3;
}