@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}

ul {
  list-style: none
}

ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em
}

blockquote, q {
  quotes: none
}

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: 0 0;
  text-decoration: none;
  vertical-align: baseline
}

del {
  text-decoration: line-through
}

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

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

table td, table th {
  word-wrap: break-word
}

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

input, select {
  vertical-align: middle
}

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

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer
}

select::-ms-expand {
  display: none
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

iframe {
  vertical-align: bottom
}

svg {
  max-width: 100%;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  will-change: fill
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation
}

a {
  color: #3978cc;
  text-decoration: underline;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  will-change: color, background-color
}

body {
  position: relative;
  color: #5b656b;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.8;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'メイリオ', Meiryo, sans-serif
  }
}

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity .8s cubic-bezier(.455, .03, .515, .955);
  transition: opacity .8s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden
}

@media only screen and (max-width:767px) {
  #wrapper {
    padding-top: 60px
  }
}

.is-loaded #wrapper {
  opacity: 1
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  #wrapper {
    display: block;
    height: 100%;
    overflow: hidden
  }
}

main {
  position: relative;
  width: 100%
}

main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/bg.png) center top repeat-y;
  top: 0;
  left: 0;
  z-index: -1
}

main.theme:before {
  width: 50%;
  background: #f2f2f2;
  left: 50%;
  -webkit-transform: translateX(210px);
  transform: translateX(210px)
}

footer {
  margin-top: auto
}

@keyframes fadeIn {
  from {
    opacity: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px)
  }
  to {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

[data-animation] {
  opacity: 0
}

[data-animation=fadeIn] {
  will-change: opacity filter;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[data-animation=fadeIn].is-show {
  -webkit-animation: fadeIn .4s cubic-bezier(.455, .03, .515, .955) forwards;
  animation: fadeIn .4s cubic-bezier(.455, .03, .515, .955) forwards
}

[data-animation=fadeInUp] {
  will-change: opacity filter;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[data-animation=fadeInUp].is-show {
  -webkit-animation: fadeInUp .5s ease-out forwards;
  animation: fadeInUp .5s ease-out forwards
}

[data-animation=fadeInLeft] {
  will-change: opacity filter;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[data-animation=fadeInLeft].is-show {
  -webkit-animation: fadeInLeft .4s cubic-bezier(.455, .03, .515, .955) forwards;
  animation: fadeInLeft .4s cubic-bezier(.455, .03, .515, .955) forwards
}

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

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

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

@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes scale-in {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale-in {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes effect-start {
  from {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes effect-start {
  from {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes effect-end {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(105%);
    transform: translateX(105%)
  }
}

@keyframes effect-end {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(105%);
    transform: translateX(105%)
  }
}

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

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

@-webkit-keyframes fadeInNavi {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInNavi {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.js-invisible {
  opacity: 0
}

.js-fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn .8s ease forwards;
  animation: fadeIn .8s ease forwards;
  will-change: opacity
}

.js-fadeInUp {
  opacity: 0;
  -webkit-animation: fadeInUp .6s ease forwards;
  animation: fadeInUp .6s ease forwards;
  will-change: transform, opacity
}

.js-fadeInDown {
  opacity: 0;
  -webkit-animation: fadeInDown .4s ease forwards;
  animation: fadeInDown .4s ease forwards;
  will-change: transform, opacity
}

.js-fadeInLeft {
  opacity: 0;
  -webkit-animation: fadeInLeft .6s ease forwards;
  animation: fadeInLeft .6s ease forwards;
  will-change: transform, opacity
}

.js-fadeInRight {
  opacity: 0;
  -webkit-animation: fadeInRight .6s ease forwards;
  animation: fadeInRight .6s ease forwards;
  will-change: transform, opacity
}

.js-fadeInNavi {
  opacity: 0;
  -webkit-animation: fadeInNavi .5s ease forwards;
  animation: fadeInNavi .5s ease forwards;
  will-change: transform, opacity
}

[data-delay="100"] {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

[data-delay="200"] {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

[data-delay="300"] {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

[data-delay="400"] {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

[data-delay="500"] {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

[data-delay="600"] {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

[data-delay="700"] {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

[data-delay="800"] {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

[data-delay="900"] {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

[data-delay="1000"] {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

[data-delay="1100"] {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

[data-delay="1200"] {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

[data-delay="1300"] {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s
}

[data-delay="1400"] {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

[data-delay="1500"] {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

[data-delay="1600"] {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

[data-delay="1700"] {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s
}

[data-delay="1800"] {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}

[data-delay="1900"] {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s
}

[data-delay="2000"] {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

[data-delay="2100"] {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s
}

[data-delay="2200"] {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s
}

[data-delay="2300"] {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s
}

[data-delay="2400"] {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s
}

[data-delay="2500"] {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

[data-delay="2600"] {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s
}

[data-delay="2700"] {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s
}

[data-delay="2800"] {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s
}

[data-delay="2900"] {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s
}

[data-delay="3000"] {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?y1qfo6);
  src: url(../fonts/icomoon.eot?y1qfo6#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?y1qfo6) format("truetype"), url(../fonts/icomoon.woff?y1qfo6) format("woff"), url(../fonts/icomoon.svg?y1qfo6#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-arrow_right:before {
  content: "\e900";
  color: #3c4b66
}

.icon-chevron-down:before {
  content: "\e901"
}

.icon-chevron-left:before {
  content: "\e902"
}

.icon-chevron-right:before {
  content: "\e903"
}

.icon-chevron-up:before {
  content: "\e904"
}

.icon-chevron-small-left:before {
  content: "\e905"
}

.icon-chevron-small-right:before {
  content: "\e906"
}

.icon-minus:before {
  content: "\e907"
}

.icon-plus:before {
  content: "\e908"
}

.l-column {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .l-column {
    padding-left: 20px;
    padding-right: 20px
  }
}

.l-section {
  padding-top: 80px;
  padding-bottom: 80px
}

@media only screen and (max-width:767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.l-wrap {
  margin-left: 3%;
  margin-right: 3%
}

@media only screen and (max-width:767px) {
  .l-wrap {
    margin-left: 0;
    margin-right: 0
  }
}

.c-caption {
  position: relative;
  color: #1e2a3e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 80px;
  text-align: center
}

.c-caption:after {
  position: absolute;
  content: url(../images/common/bg_title.png);
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
  .c-caption {
    font-size: 20px;
    margin-bottom: 40px
  }
}

.c-block {
  position: relative;
  margin-bottom: 80px;
  padding-top: 40px
}

.c-block:before {
  position: absolute;
  display: block;
  content: "";
  width: 540px;
  height: 220px;
  background-color: #f2f2f2;
  top: 0;
  left: -70px;
  z-index: -1
}

@media only screen and (max-width:767px) {
  .c-block {
    margin-bottom: 40px;
    padding-top: 30px
  }
  .c-block:before {
    width: 100%;
    left: -30%
  }
}

.c-caption_md {
  position: relative;
  color: #1e2a3e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px
}

.c-caption_md:before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #2446b5;
  left: 6px;
  bottom: -15px
}

.c-caption_md:after {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #c51c1d;
  left: 0;
  bottom: -15px
}

@media only screen and (max-width:767px) {
  .c-caption_md {
    font-size: 18px;
    margin-bottom: 50px
  }
}

.c-caption_sm {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px
}

@media only screen and (max-width:767px) {
  .c-caption_sm {
    font-size: 16px;
    margin-bottom: 20px
  }
}

.c-lead {
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 80px;
  padding: 20px 0 0 30px
}

.c-lead:before {
  position: absolute;
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background-color: #f2f2f2;
  top: 0;
  left: 0;
  z-index: -1
}

.c-lead:after {
  position: absolute;
  content: "";
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3978cc;
  top: 0;
  left: 0
}

@media only screen and (max-width:767px) {
  .c-lead {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 15px 0 0 0
  }
  .c-lead:before {
    width: 100px;
    height: 100px;
    left: -20px
  }
  .c-lead:after {
    left: -20px
  }
}

.c-description {
  color: #2446b5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2
}

.c-description rt {
  color: #508080;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 10px
}

@media only screen and (max-width:767px) {
  .c-description {
    font-size: 18px;
    line-height: 1.8
  }
}

.c-btn-fixed {
  position: fixed;
  display: block;
  width: 70px;
  background-color: #fff;
  bottom: 200px;
  right: 0;
  z-index: 99
}

.c-btn-fixed img {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.c-btn-fixed:hover img {
  opacity: .8
}

@media only screen and (max-width:767px) {
  .c-btn-fixed {
    display: none
  }
}

.c-page_vis {
  position: relative;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.c-page_vis:after {
  position: absolute;
  content: "";
  color: rgba(255, 255, 255, .3);
  font-family: Heebo, sans-serif;
  font-size: 70px;
  top: 40px;
  right: 0
}

.c-page_vis h2 {
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  font-weight: 400
}

@media only screen and (max-width:767px) {
  .c-page_vis {
    height: 130px
  }
  .c-page_vis:after {
    font-size: 36px;
    top: 40px
  }
  .c-page_vis h2 {
    font-size: 20px
  }
}

.c-breadcrumbs {
  color: #fff;
  margin-bottom: 50px;
  padding: 5px 0
}

.c-breadcrumbs li {
  float: left;
  font-size: 12px;
  margin-right: 8px
}

.c-breadcrumbs li:after {
  content: ">";
  font-size: 12px;
  padding-left: 8px
}

.c-breadcrumbs li:last-child:after {
  display: none
}

.c-breadcrumbs a {
  color: #fff
}

.c-breadcrumbs a:hover {
  color: #74a0db
}

@media only screen and (max-width:767px) {
  .c-breadcrumbs {
    margin-bottom: 20px
  }
}

.c-page_navi {
  position: relative;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, .3);
  margin-top: -50px
}

.c-page_navi:after {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 50px;
  background-color: #eaebec;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-470px);
  transform: translateX(-470px);
  z-index: 1
}

.c-page_navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.c-page_navi ul li {
  position: relative;
  line-height: 50px;
  background-color: #eaebec;
  padding: 0 16px
}

.c-page_navi ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #d9d9d9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-page_navi ul li a {
  position: relative;
  display: block;
  color: #5b656b;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  line-height: 20px;
  text-decoration: none;
  padding: 20px 0
}

.c-page_navi ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #414f61;
  left: 0;
  bottom: 0;
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.c-page_navi ul li a:hover:before {
  width: 100%
}

.c-page_navi ul li.current a:before {
  width: 100%
}

@media only screen and (max-width:767px) {
  .c-page_navi {
    height: auto;
    background: #eaebec;
    margin-top: 0
  }
  .c-page_navi:after {
    display: none
  }
  .c-page_navi ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
  .c-page_navi ul li {
    width: 33.3333%;
    border: 1px solid #d9d9d9;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center
  }
  .c-page_navi ul li:before {
    display: none
  }
  .c-page_navi ul li a {
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 8px 0;
  }
}

.c-thumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.c-thumb_list li {
  width: 46.5%
}

.c-thumb_list li a {
  color: #fff;
  text-decoration: none
}

.c-thumb_list li a .thumb {
  width: 100%;
  overflow: hidden
}

.c-thumb_list li a .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.c-thumb_list li a .txt {
  position: relative;
  background-color: #5b656b;
  padding: 20px 30px 35px 30px
}

.c-thumb_list li a .txt h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px
}

.c-thumb_list li a .txt h3 span {
  display: block;
  font-family: Heebo, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em
}

.c-thumb_list li a .txt p {
  font-size: 12px
}

.c-thumb_list li a .txt:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  right: 20px;
  bottom: 20px;
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.c-thumb_list li a .txt:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  right: 22px;
  bottom: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-thumb_list li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media only screen and (max-width:767px) {
  .c-thumb_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .c-thumb_list li {
    width: 100%
  }
  .c-thumb_list li:first-child {
    margin-bottom: 20px
  }
  .c-thumb_list li a .txt {
    padding: 5% 5% 8% 5%
  }
  .c-thumb_list li a .txt h3 {
    font-size: 20px
  }
  .c-thumb_list li a .txt:before {
    width: 50px
  }
}

.c-sec_margin {
  margin-bottom: 80px
}

@media only screen and (max-width:767px) {
  .c-sec_margin {
    margin-bottom: 40px
  }
}

.c-list_2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 80px
}

.c-list_2col>* {
  width: 50%;
  padding: 0 3%
}

.c-list_2col dt img {
  margin-bottom: 30px
}

.c-list_2col p {
  margin-bottom: 20px
}

.c-list_2col p.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0
}

.c-list_2col p.name span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  margin-right: 20px
}

@media only screen and (max-width:767px) {
  .c-list_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
  }
  .c-list_2col>* {
    width: 100%;
    padding: 0
  }
  .c-list_2col dt img {
    margin-bottom: 20px
  }
  .c-list_2col dd:first-child {
    margin-bottom: 5%
  }
  .c-list_2col p.name {
    font-size: 20px;
    margin-bottom: 5%
  }
  .c-list_2col p.name span {
    font-size: 11px
  }
}

.c-table {
  width: 100%
}

.c-table td, .c-table th {
  padding-bottom: 25px
}

.c-table th {
  position: relative;
  color: #1e2a3e;
  width: 230px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  text-align: left;
  vertical-align: top
}

.c-table th:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #2446b5;
  top: 13px;
  left: 0
}

.c-table th:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2446b5;
  border-radius: 50%;
  top: 8px;
  left: -5px
}

@media only screen and (max-width:767px) {
  .c-table td, .c-table th {
    display: block;
    width: 100%;
    padding: 0 0 5px 40px
  }
  .c-table th {
    font-size: 15px
  }
  .c-table th:before {
    width: 30px
  }
  .c-table td {
    padding-bottom: 15px
  }
}

@media only screen and (max-width:767px) {
  .c-table_wrap {
    overflow-x: scroll
  }
}

.c-btn {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  background-color: #3978cc;
  border-radius: 17px;
  padding: 10px 50px 10px 30px;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  z-index: 1
}

.c-btn:after {
  position: absolute;
  content: "\e906";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-btn:hover {
  background-color: #74a0db
}

.c-btn_prev {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  color: #5b656b;
  font-weight: 700;
  line-height: 1.1;
  background-color: #dcdcdc;
  border-radius: 17px;
  padding: 10px 30px 10px 50px;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  z-index: 1
}

.c-btn_prev:after {
  position: absolute;
  content: "\e905";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-btn_prev:hover {
  color: #fff;
  background-color: #74a0db
}

.c-btn_lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 4px
}

.c-btn_lang li {
  margin-right: 8px
}

.c-btn_lang li a {
  display: block;
  color: grey;
  width: 28px;
  height: 28px;
  font-size: 10px;
  font-weight: 700;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.c-btn_lang li a.current, .c-btn_lang li a:hover {
  color: #fff;
  background-color: #3978cc;
  border-color: #3978cc
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.c-pagination li {
  margin: 0 5px
}

.c-pagination li a:not(.c-btn_prev) {
  display: block;
  color: #1e2e3e;
  min-width: 30px;
  min-height: 30px;
  font-size: 13px;
  line-height: 30px;
  background-color: #dcdcdc;
  border-radius: 50%;
  text-align: center;
  text-decoration: none
}

.c-pagination li:not([class*=current]) a:hover {
  color: #fff;
  background-color: #74a0db
}

.c-pagination li.current a {
  color: #fff;
  background-color: #3978cc;
  cursor: default;
  pointer-events: none
}

.c-pagination li.next a, .c-pagination li.previous a {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #3978cc
}

.c-pagination li.next a:before, .c-pagination li.previous a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-pagination li.next a:after, .c-pagination li.previous a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  top: 42%;
  right: 15px
}

.c-pagination li.next a:hover, .c-pagination li.previous a:hover {
  background-color: #74a0db
}

.c-pagination li.previous a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-pagination li.next a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-table_form {
  width: 100%;
  margin-bottom: 20px
}

.c-table_form th {
  position: relative;
  width: 200px;
  line-height: 1.3;
  padding: 0 0 20px 55px;
  text-align: left;
  vertical-align: top
}

.c-table_form th span {
  position: absolute;
  display: inline-block;
  color: #80161e;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #80161e;
  padding: 3px 10px;
  top: -2px;
  left: 0
}

.c-table_form td {
  padding-bottom: 20px
}

.c-table_form td ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-table_form td ul li {
  margin-left: 20px
}

.c-table_form td ul li:first-child {
  margin-left: 0
}

.c-table_form.confirm th {
  width: 300px;
  padding-left: 0
}

.c-table_form input[type=text] {
  width: 300px;
  font-size: 16px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: .7em 1em
}

.c-table_form input[type=text].txt_lg {
  width: 520px
}

.c-table_form textarea {
  width: 610px;
  height: 300px;
  font-size: 16px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: .7em 1em
}

.c-table_form label.error {
  display: block;
  color: red
}

.c-table_form div.error {
  display: none
}

.c-table_form input.error, .c-table_form textarea.error {
  border: 1px dotted red
}

@media only screen and (max-width:767px) {
  .c-table_form th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0
  }
  .c-table_form th span {
    position: relative;
    margin-left: 10px;
    top: 0
  }
  .c-table_form td {
    display: block;
    width: 100%
  }
  .c-table_form td ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .c-table_form td ul li {
    margin: 0 0 10px 0
  }
  .c-table_form input[type=text] {
    width: 100%!important
  }
  .c-table_form textarea {
    width: 100%;
    height: 200px
  }
}

.toggle-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.toggle-buttons label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative
}

.toggle-buttons [type=checkbox], .toggle-buttons [type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none
}

.toggle-buttons :checked+.button {
  color: #fff;
  background: #3978cc url(../images/contact/ico_check.png) 10px center no-repeat;
  background-size: 15px auto
}

_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=radio], _:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=checkbox] {
  visibility: hidden
}

.button {
  display: inline-block;
  color: #3978cc;
  width: 180px;
  background-color: #fff;
  border: 1px solid #3978cc;
  border-radius: 20px;
  padding: .5em 1em;
  text-align: center;
  cursor: pointer;
  z-index: 1
}

.button:hover {
  color: #fff;
  background-color: #3978cc
}

@media only screen and (max-width:767px) {
  .button {
    width: 200px
  }
}

.c-form_privacy {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding: 30px 30px 10px 30px
}

.c-form_privacy p {
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  .c-form_privacy {
    padding: 20px 20px 5px 20px
  }
}

.p-contact_form button[type=button], .p-contact_form button[type=submit] {
  position: relative;
  color: #fff;
  width: 160px;
  font-weight: 700;
  line-height: 1.1;
  background-color: #3978cc;
  border: none;
  border-radius: 17px;
  margin: 0 10px;
  padding: 10px 50px 10px 30px;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  z-index: 1
}

.p-contact_form button[type=button]:after, .p-contact_form button[type=submit]:after {
  position: absolute;
  content: "\e906";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
  .p-contact_form button[type=button], .p-contact_form button[type=submit] {
    display: block;
    margin: 10px auto
  }
}

.p-contact_form button[type=button] {
  color: #5b656b;
  background-color: #dcdcdc;
  padding: 10px 30px 10px 50px
}

.p-contact_form button[type=button]:after {
  content: "\e905";
  left: 20px
}

.p-contact_form button[type=submit]:after {
  right: 20px
}

.p-contact_form button[type=button]:hover, .p-contact_form button[type=submit]:hover {
  color: #fff;
  background-color: #74a0db
}

.c-thanks p {
  margin-bottom: 30px
}

.c-form_guide {
  margin-bottom: 50px
}

.c-form_guide li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em
}

.c-form_guide li:before {
  content: "・"
}

@media only screen and (max-width:767px) {
  .c-form_guide {
    margin-bottom: 30px
  }
}

.u-ff-en {
  font-family: Heebo, sans-serif
}

.u-ff-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif
}

.u-ff-serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif
}

.u-bg_gray {
  background-color: #f2f2f2
}

.u-hover {
  position: relative;
  display: block
}

.u-hover:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: 2
}

.u-hover:hover:before {
  opacity: .3
}

.u-hover.is-dark:before {
  background-color: #000
}

.u-hover.is-dark:hover:before {
  opacity: .2
}

.u-indent {
  text-indent: 1em
}

.u-notes li {
  padding-left: 1em;
  text-indent: -1em
}

.u-caution {
  color: #f11;
  font-size: 11px
}

.u-relative {
  position: relative
}

.u-strong {
  font-weight: 700
}

.u-none {
  display: none
}

.u-small {
  font-size: 11px
}

.u-bold {
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 15px
}

.u-taC {
  text-align: center
}

.u-taL {
  text-align: left
}

.u-taR {
  text-align: right
}

.u-mt0 {
  margin-top: 0!important
}

.u-mt5 {
  margin-top: 5px!important
}

.u-mt10 {
  margin-top: 10px!important
}

.u-mt15 {
  margin-top: 15px!important
}

.u-mt20 {
  margin-top: 20px!important
}

.u-mt25 {
  margin-top: 25px!important
}

.u-mt30 {
  margin-top: 30px!important
}

.u-mt35 {
  margin-top: 35px!important
}

.u-mt40 {
  margin-top: 40px!important
}

.u-mt45 {
  margin-top: 45px!important
}

.u-mt50 {
  margin-top: 50px!important
}

.u-mt60 {
  margin-top: 60px!important
}

.u-mt70 {
  margin-top: 70px!important
}

.u-mt80 {
  margin-top: 80px!important
}

.u-mt90 {
  margin-top: 90px!important
}

.u-mt100 {
  margin-top: 100px!important
}

.u-mb0 {
  margin-bottom: 0!important
}

.u-mb5 {
  margin-bottom: 5px!important
}

.u-mb10 {
  margin-bottom: 10px!important
}

.u-mb15 {
  margin-bottom: 15px!important
}

.u-mb20 {
  margin-bottom: 20px!important
}

.u-mb25 {
  margin-bottom: 25px!important
}

.u-mb30 {
  margin-bottom: 30px!important
}

.u-mb30 {
  margin-bottom: 35px!important
}

.u-mb40 {
  margin-bottom: 40px!important
}

.u-mb45 {
  margin-bottom: 40px!important
}

.u-mb50 {
  margin-bottom: 50px!important
}

.u-mb60 {
  margin-bottom: 60px!important
}

.u-mb70 {
  margin-bottom: 70px!important
}

.u-mb80 {
  margin-bottom: 80px!important
}

.u-mb90 {
  margin-bottom: 90px!important
}

.u-mb100 {
  margin-bottom: 100px!important
}

.u-pt0 {
  padding-top: 0!important
}

.u-pb0 {
  padding-bottom: 0!important
}

.u-bdN {
  border: none!important
}

.u-vaT {
  vertical-align: top!important
}

.u-w10 {
  width: 10%
}

.u-w15 {
  width: 15%
}

.u-w20 {
  width: 20%
}

.u-w25 {
  width: 25%
}

.u-w30 {
  width: 30%
}

.u-w35 {
  width: 35%
}

.u-w40 {
  width: 40%
}

.u-w45 {
  width: 45%
}

.u-w50 {
  width: 50%
}

.u-w55 {
  width: 55%
}

.u-w60 {
  width: 60%
}

.u-w65 {
  width: 65%
}

.u-w70 {
  width: 70%
}

.u-w75 {
  width: 75%
}

.u-w80 {
  width: 80%
}

.u-w85 {
  width: 85%
}

.u-w90 {
  width: 90%
}

.u-w95 {
  width: 95%
}

.u-w100 {
  width: 100%
}

@media only screen and (min-width:768px) {
  .is-sp {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .is-pc {
    display: none
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 999
}

@media only screen and (max-width:767px) {
  .header {
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 9999
  }
}

.header a {
  text-decoration: none
}

.hd-inner {
  width: 100%;
  height: 100%
}

.hd-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 40px;
  background-color: #dcdddd
}

.hd-contact .c-btn_lang {
  margin-top: 6px
}

.hd-contact .c-btn {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 40px;
  border-radius: 0;
  padding: 0 30px
}

.hd-contact .c-btn:after {
  display: none
}

@media only screen and (max-width:767px) {
  .hd-contact {
    height: auto
  }
  .hd-contact .c-btn_lang {
    position: fixed;
    margin-top: 0;
    top: 17px;
    right: 60px;
    z-index: 9999
  }
  .hd-contact .c-btn {
    display: none
  }
}

.hd-navi {
  position: relative
}

@media only screen and (max-width:767px) {
  .hd-navi .l-column {
    padding: 0
  }
}

h1 {
  position: relative;
  float: left;
  width: 119px;
  padding-top: 12px;
  z-index: 9998
}

@media only screen and (max-width:767px) {
  h1 {
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, .2);
    padding: 12px 20px 0 20px
  }
  h1 img {
    height: 40px
  }
}

#gNavi {
  float: right
}

#gNavi>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

#gNavi>ul li {
  margin-left: 22px
}

#gNavi>ul li a {
  display: block;
  color: #5b656b;
  line-height: 56px
}

#gNavi>ul li a:hover {
  color: #3978cc
}

#gNavi>ul li.current a {
  color: #3978cc
}

#gNavi>ul li p a {
  position: relative;
  padding-right: 20px;
  line-height: 56px
}

#gNavi>ul li p a:after {
  position: absolute;
  content: "\e901";
  font-family: icomoon;
  font-size: 16px;
  top: 0;
  right: 0
}

@media only screen and (max-width:767px) {
  #gNavi {
    position: fixed;
    float: none;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    padding: 60px 0 20px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, .156863) 0 3px 10px, rgba(0, 0, 0, .227451) 0 3px 10px;
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-overflow-scrolling: touch;
    z-index: 9990
  }
  #gNavi::-webkit-scrollbar {
    display: none
  }
  #gNavi.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  #gNavi>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  #gNavi>ul li {
    margin: 0
  }
  #gNavi>ul li a {
    position: relative;
    line-height: 1.8;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 4%
  }
  #gNavi>ul li a:before {
    position: absolute;
    display: inline-block;
    content: "\e903";
    width: 20px;
    height: 20px;
    font-family: icomoon;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  #gNavi>ul li p a {
    position: relative;
    padding-right: 20px;
    line-height: 1.8
  }
  #gNavi>ul li p a:after {
    display: none
  }
  #gNavi>ul li div a {
    padding-left: 10%
  }
  #gNavi>ul li div a .thumb {
    display: none
  }
}

@media only screen and (min-width:768px) {
  #trigger {
    display: none
  }
}

@media only screen and (max-width:767px) {
  #trigger {
    position: fixed;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #3978cc;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999
  }
  #trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    margin: -2px 0 0 -10px;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s
  }
  #trigger span:after, #trigger span:before {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
  }
  #trigger span:before {
    margin-top: -8px
  }
  #trigger span:after {
    margin-top: 6px
  }
  #trigger.open span {
    background: 0 0
  }
  #trigger.open span:after, #trigger.open span:before {
    margin-top: 0
  }
  #trigger.open span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #trigger.open span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }
  .acMenu {
    position: relative
  }
  .acMenu+* {
    display: none
  }
  .acMenu span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background: #3978cc;
    top: 50%;
    right: 2%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
  }
  .acMenu span:before {
    display: inline-block;
    content: "\e908";
    color: #fff;
    font-family: icomoon
  }
  .acMenu span.open:before {
    content: "\e907"
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9997;
    visibility: visible;
    cursor: pointer;
    z-index: 9990
  }
}

.footer {
  color: #3978cc;
  background-color: #f0f0f0
}

.footer a {
  text-decoration: none
}

.ft-inner {
  position: relative;
  padding: 70px 0 50px 0
}

@media only screen and (max-width:767px) {
  .ft-inner {
    padding: 3% 0
  }
}

.ft-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px
}

.ft-contact .ft-logo {
  width: 149px;
  margin: 4px 25px 0 0
}

@media only screen and (max-width:767px) {
  .ft-contact {
    display: none
  }
}

.ft-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px
}

.ft-info .ft-theme {
  border-left: 1px solid #dcdddd;
  border-right: 1px solid #dcdddd;
  padding: 5px 30px 10px 30px;
  text-align: center
}

.ft-info .ft-theme p {
  color: #1e2a3e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 17px;
  line-height: 1.3
}

.ft-info .ft-theme ul li {
  width: 180px;
  background-color: #fff;
  margin-top: 10px
}

.ft-info .ft-theme ul li a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.ft-info .ft-theme ul li a:hover {
  opacity: .8
}

.ft-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  border-right: 1px solid #dcdddd;
  padding: 10px 30px
}

.ft-info dl dd {
  color: #3c4b66;
  font-size: 12px
}

.ft-info dl dd p {
  font-size: 13px
}

.ft-info dl dd ul {
  margin-left: .6em
}

.ft-info dl dd ul li {
  font-size: 11px;
  margin-top: 3px
}

.ft-info dl dd a {
  color: #3c4b66
}

.ft-info dl dd a:before {
  content: "\e900";
  font-family: icomoon;
  font-size: 10px;
  margin-right: 8px
}

.ft-info dl dd a:hover {
  color: #74a0db
}

@media only screen and (max-width:767px) {
  .ft-info {
    display: none
  }
}

.ft-pagetop {
  position: absolute;
  display: block;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #3978cc;
  border-radius: 50%;
  right: 40px;
  bottom: 65px
}

.ft-pagetop:before {
  position: absolute;
  content: "\e904";
  font-family: icomoon;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ft-pagetop:hover {
  background-color: #74a0db
}

@media only screen and (max-width:767px) {
  .ft-pagetop {
    top: -15px;
    right: 5%;
    bottom: 0
  }
}

.copyright {
  color: #3c4b66;
  font-size: 10px;
  font-weight: 700;
  border-top: 1px solid #dcdddd;
  padding-top: 10px;
  text-align: left
}

.copyright a {
  color: #3c4b66
}

@media only screen and (max-width:767px) {
  .copyright {
    border-top: none;
    padding-top: 0;
    text-align: center
  }
}

.p-top_visual {
  position: relative;
  width: 100%;
  height: 595px;
  background: url(../images/top/bg_lattice.png) left top repeat
}

.p-top_visual:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 595px;
  background: #041e3f url(../images/top/bg.png) center center no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.p-top_visual:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 595px;
  background: url(../images/top/bg_hexagon.png) center center no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.p-top_visual h2 {
  position: absolute;
  color: #fff;
  font-size: 46px;
  line-height: 1.6;
  padding-left: 3%;
  top: 25%
}

.p-top_visual img {
  position: absolute;
  max-width: 1198px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}

@media only screen and (max-width:767px) {
  .p-top_visual {
    height: 200px;
    background-size: 8px 8px
  }
  .p-top_visual:before {
    height: 200px
  }
  .p-top_visual:after {
    height: 200px;
    background-size: auto 100%
  }
  .p-top_visual h2 {
    font-size: 20px;
    top: 20%
  }
  .p-top_visual img {
    max-width: 100%;
    height: 200px
  }
}

.p-top_theme {
  position: relative;
  margin: -45px 0 80px 0
}

@media only screen and (max-width:767px) {
  .p-top_theme {
    margin: -8% 0 40px 0
  }
}

.p-bg_gray {
  position: relative
}

.p-bg_gray:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 440px;
  background-color: #f2f2f2;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(230px);
  transform: translateX(230px);
  z-index: -1
}

.p-bg_gray:after {
  position: absolute;
  content: "";
  color: #a0a1a8;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  top: 40px;
  right: 0
}

@media only screen and (max-width:767px) {
  .p-bg_gray:before {
    height: 240px;
    -webkit-transform: translateX(35%);
    transform: translateX(35%)
  }
  .p-bg_gray:after {
    font-size: 30px;
    top: 0
  }
}

.p-top_news.p-bg_gray:before {
  top: -50px
}

.p-top_news.p-bg_gray:after {
  content: "News"
}

@media only screen and (max-width:767px) {
  .p-top_news.p-bg_gray:before {
    top: 0
  }
}

.p-top_company.p-bg_gray:after {
  content: "Company"
}

.p-top_products.p-bg_gray:after {
  content: "Products"
}

.p-top_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px
}

.p-top_btn dd {
  width: 46.5%
}

.p-top_btn dd .c-thumb_list {
  width: 100%
}

.p-top_btn dd .c-thumb_list li {
  width: 47.5%
}

.p-top_btn dd .c-thumb_list li a .txt {
  padding: 15px 0;
  text-align: center
}

.p-top_btn dd .c-thumb_list li a .txt h3 {
  font-size: 18px
}

.p-top_btn dd .c-thumb_list li a .txt:after, .p-top_btn dd .c-thumb_list li a .txt:before {
  display: none
}

@media only screen and (max-width:767px) {
  .p-top_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .p-top_btn dd {
    width: 100%
  }
  .p-top_btn dd .c-thumb_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  .p-top_btn dd .c-thumb_list li a .txt {
    padding: 5% 0
  }
  .p-top_btn dd .c-thumb_list li a .txt h3 {
    font-size: 16px
  }
}

.p-top_products ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.p-top_products ul li {
  position: relative;
  width: 46.5%
}

.p-top_products ul li a {
  color: #fff;
  text-decoration: none
}

.p-top_products ul li a .thumb {
  width: 100%;
  overflow: hidden
}

.p-top_products ul li a .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.p-top_products ul li a .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-top_products ul li a .txt h3 {
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px
}

.p-top_products ul li a .txt h3:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.p-top_products ul li a .txt p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  margin-bottom: 30px
}

.p-top_products ul li a .txt .c-btn {
  color: #3978cc;
  background-color: #fff
}

.p-top_products ul li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.p-top_products ul li a:hover .c-btn {
  color: #fff;
  background-color: #74a0db
}

@media only screen and (max-width:767px) {
  .p-top_products ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .p-top_products ul li {
    width: 100%
  }
  .p-top_products ul li:first-child {
    margin-bottom: 20px
  }
  .p-top_products ul li a .txt h3 {
    font-size: 20px;
    margin-bottom: 30px
  }
  .p-top_products ul li a .txt p {
    margin-bottom: 20px
  }
}

.c-page_vis.news {
  background-image: url(../images/news/bg.jpg)
}

.c-page_vis.news:after {
  content: "News"
}

.postdata {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.postdata span {
  color: #8c9397;
  margin-right: 20px
}

.postdata span.cat {
  display: inline-block;
  color: #fff;
  width: 100px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  background-color: grey;
  margin-right: 30px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .postdata {
    margin-bottom: 10px
  }
}

.p-news_list {
  margin-bottom: 40px
}

.p-news_list li {
  border-bottom: 1px solid #d9d9d9
}

.p-news_list li:first-child {
  border-top: 1px solid #d9d9d9
}

.p-news_list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.4;
  background-color: #fff;
  padding: 15px 13% 15px 8%;
  text-decoration: none
}

.p-news_list li a:before {
  content: "";
  position: absolute;
  width: 7%;
  height: 1px;
  background: #5b656b;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

.p-news_list li a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5b656b;
  top: 50%;
  right: 26px;
  -webkit-transform: rotate(45deg) translateY(-62%);
  transform: rotate(45deg) translateY(-62%)
}

.p-news_list li a:hover {
  background-color: #e7e8e9
}

.p-news_list li a:hover:before {
  width: 9%
}

.p-news_list li a p {
  color: #5b656b
}

@media only screen and (max-width:767px) {
  .p-news_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 10% 15px 3%
  }
  .p-news_list li a:before {
    top: 80%;
    right: 10px
  }
  .p-news_list li a:after {
    top: 80%;
    right: 16px
  }
}

.p-news_post {
  width: 100%;
  max-width: 740px;
  margin: 0 auto
}

.p-news_post .p-news_title {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 40px;
  padding: 20px 30px
}

.p-news_post .p-news_title h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px
}

.p-news_post p {
  margin-bottom: 40px
}

.p-news_post img {
  border-radius: 10px
}

@media only screen and (max-width:767px) {
  .p-news_post .p-news_title {
    margin-bottom: 30px;
    padding: 15px 3%
  }
  .p-news_post .p-news_title h3 {
    font-size: 18px
  }
  .p-news_post p {
    margin-bottom: 30px
  }
}

.c-page_vis.company {
  background-image: url(../images/company/bg.jpg)
}

.c-page_vis.company:after {
  content: "Company"
}

.p-company_philosophy {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.p-company_philosophy dt {
  width: 50%
}

.p-company_philosophy dd {
  width: 47%;
  background: url(../images/company/bg_philosophy.png) center bottom no-repeat;
  background-size: 100% auto;
  margin-left: 3%;
  padding-bottom: 10px;
  text-align: center
}

.p-company_philosophy dd p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px
}

.p-company_philosophy dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 188px;
  margin: 0 auto
}

.p-company_philosophy dd ul li {
  margin-top: 20px
}

.p-company_philosophy dd ul li:last-child {
  margin-top: 0
}

.p-company_philosophy dd ul li:nth-child(2n) img {
  width: 18px
}

@media only screen and (max-width:767px) {
  .p-company_philosophy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .p-company_philosophy dt {
    width: 100%;
    margin-bottom: 5%
  }
  .p-company_philosophy dd {
    width: 100%;
    margin-left: 0;
    padding-bottom: 5%
  }
  .p-company_philosophy dd p {
    font-size: 18px;
    margin-bottom: 8%
  }
  .p-company_philosophy dd ul {
    width: 50%;
    margin: 0 auto
  }
  .p-company_philosophy dd ul li {
    margin-top: 5%
  }
}

.p-guideline_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.p-guideline_list ul {
  width: 50%;
  padding: 0 2% 0 3%
}

.p-guideline_list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 25px
}

.p-guideline_list ul li.last {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-guideline_list ul li span {
  color: #2446b5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 43px;
  line-height: 1;
  margin-right: 20px
}

.p-guideline_list ul li img {
  width: 100%;
  max-width: 268px
}

@media only screen and (max-width:767px) {
  .p-guideline_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .p-guideline_list ul {
    width: 100%;
    padding: 0
  }
  .p-guideline_list ul li {
    margin-bottom: 15px
  }
}

@media only screen and (max-width:767px) {
  .p-company_msg .u-taC .c-description {
    text-align: left
  }
}

.p-slogan {
  margin-bottom: 80px
}

.p-slogan ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 30px auto
}

.p-slogan ul li img {
  width: 139px;
  margin-bottom: 20px
}

.p-slogan ul li p {
  line-height: 1.4
}

@media only screen and (max-width:767px) {
  .p-slogan {
    margin-bottom: 40px
  }
  .p-slogan ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
  }
  .p-slogan ul li {
    width: 50%;
    margin-bottom: 5%
  }
  .p-slogan ul li p {
    font-size: 13px
  }
}

.p-company_history .c-table p {
  margin-bottom: 25px
}

.p-company_history .c-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 65%
}

.p-company_history .c-table dl dt {
  width: 60%;
  margin-right: 4%
}

.p-company_history .c-table dl dd {
  width: 36%;
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .p-company_history .c-table p {
    margin-bottom: 15px
  }
  .p-company_history .c-table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
  .p-company_history .c-table dl dt {
    width: 100%;
    margin: 0 0 10px 0
  }
  .p-company_history .c-table dl dd {
    width: 100%
  }
}

.p-company_csr .p-csr_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-company_csr .p-csr_list li {
  width: 50%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center
}

.p-company_csr .p-csr_list li img {
  width: 70%;
  margin-bottom: 15px
}

.p-company_csr .p-csr_list li span {
  display: block
}

.p-company_csr .p-csr_list li span.ym {
  font-size: 13px
}

@media only screen and (max-width:767px) {
  .p-company_csr .p-csr_list li {
    width: 48%
  }
  .p-company_csr .p-csr_list li:nth-child(2n) {
    margin-left: 4%
  }
  .p-company_csr .p-csr_list li p {
    font-size: 13px
  }
  .p-company_csr .p-csr_list li span.ym {
    font-size: 12px
  }
}

.p-company_welfare .txt {
  width: 60%;
  margin-bottom: 40px
}

.p-company_welfare .c-table p {
  margin: 10px 0 30px 0
}

.p-company_welfare .c-table .img_yufuinclub {
  width: 47%
}

@media only screen and (max-width:767px) {
  .p-company_welfare .txt {
    width: 100%;
    margin-bottom: 30px
  }
  .p-company_welfare .c-table p {
    margin: 10px 0 20px 0
  }
}

.c-page_vis.products {
  background-image: url(../images/products/bg.jpg)
}

.c-page_vis.products:after {
  content: "Products"
}

.p-products_list .txt {
  width: 44%;
  margin-bottom: 40px
}

.p-products_list ul:not(.slick-dots) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.p-products_list ul:not(.slick-dots) li {
  width: 25%;
  border: 1px solid #fff;
  text-align: center
}

.p-products_list ul:not(.slick-dots) li a {
  display: block;
  color: #5b656b;
  width: 100%;
  height: 250px;
  background-color: #dcdcdc;
  padding: 35px 10px 0 10px;
  text-decoration: none
}

.p-products_list ul:not(.slick-dots) li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 140px;
  margin-bottom: 10px
}

.p-products_list ul:not(.slick-dots) li a p {
  font-size: 13px;
  line-height: 1.4
}

.p-products_list ul:not(.slick-dots) li a:hover {
  color: #74a0db;
  background-color: #ededed
}

.p-products_list .gallery {
  position: relative
}

.p-products_list .gallery div img {
  margin: 0 auto
}

.p-products_list .details {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 40px
}

.p-products_list .details td, .p-products_list .details th {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 10px
}

.p-products_list .details th {
  width: 90px;
  font-weight: 400;
  text-align: left;
  vertical-align: top
}

.p-products_list .ingredient {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px
}

.p-products_list .ingredient td, .p-products_list .ingredient th {
  border-right: 1px dashed #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px
}

.p-products_list .ingredient td:last-of-type, .p-products_list .ingredient th:last-of-type {
  width: 120px
}

.p-products_list .ingredient th {
  background-color: #eaebec;
  text-align: left
}

@media only screen and (max-width:767px) {
  .p-products_list .txt {
    width: 100%;
    margin-bottom: 30px
  }
  .p-products_list ul:not(.slick-dots) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .p-products_list ul:not(.slick-dots) li {
    width: 50%
  }
  .p-products_list ul:not(.slick-dots) li a span {
    height: 120px
  }
  .p-products_list ul:not(.slick-dots) li a img {
    max-height: 120px
  }
  .p-products_list ul:not(.slick-dots) li a p {
    font-size: 12px
  }
  .p-products_list .details {
    margin-bottom: 30px
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: -30px
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px!important;
  border: none!important;
  height: 20px;
  margin: 0 5px;
  cursor: pointer
}

.slick-dots li button {
  display: block;
  color: transparent;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: 0 0;
  border: 0;
  padding: 5px;
  outline: 0;
  cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3978cc;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #3978cc;
  opacity: .75
}

.modal-is-show {
  width: 100%;
  height: 100%;
  overflow: hidden
}

div.modal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999
}

div.modal .modal_inner {
  width: 500px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .4);
  margin: auto;
  padding: 40px 20px
}

div.modal .modal_inner p {
  margin-bottom: 20px
}

div.modal .modal_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

div.modal .modal_inner ul li {
  margin: 0 10px
}

.close_modal, .close_modal_no {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  color: #fff;
  width: 180px;
  font-weight: 700;
  line-height: 1.1;
  background-color: #3978cc;
  border-radius: 17px;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  z-index: 1
}

.close_modal:hover, .close_modal_no:hover {
  background-color: #74a0db
}

.close_modal_no {
  color: #5b656b;
  background-color: #dcdcdc
}

.close_modal_no:hover {
  color: #fff;
  background-color: #74a0db
}

.c-page_vis.clients {
  background-image: url(../images/clients/bg.jpg)
}

.c-page_vis.clients:after {
  content: "To companies"
}

.p-clients_oem .c-list_2col {
  margin-bottom: 20px
}

.p-clients_oem .customers {
  width: 94%;
  background-color: #f2f2f2;
  border: 1px solid #b4b4b4;
  margin: 0 auto 80px auto;
  padding: 40px 3%;
  text-align: center
}

.p-clients_oem .customers h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 20px;
  margin-bottom: 20px
}

.p-clients_oem .customers ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 30px auto 0 auto
}

.p-clients_oem .customers ul li {
  width: 31%;
  text-align: left
}

.p-clients_oem .customers ul li:nth-child(3n+1) {
  width: 38%
}

.p-clients_oem .products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px
}

.p-clients_oem .products_list li {
  width: 33.3333%;
  text-align: center
}

.p-clients_oem .products_list li img {
  max-width: 200px;
  margin-bottom: 10px
}

.p-clients_oem .products_list li p:not(.u-strong) {
  font-size: 12px
}

.p-clients_oem .products_list li table {
  font-size: 12px;
  margin: 0 auto
}

.p-clients_oem .products_list li table th {
  font-weight: 400;
  padding-right: 10px;
  text-align: left;
  vertical-align: top
}

@media only screen and (max-width:767px) {
  .p-clients_oem .c-list_2col {
    margin-bottom: 40px
  }
  .p-clients_oem .customers {
    width: 100%;
    margin-bottom: 40px;
    padding: 8% 5%
  }
  .p-clients_oem .customers h4 {
    font-size: 18px;
    margin-bottom: 10px
  }
  .p-clients_oem .customers p {
    margin-bottom: 20px;
    text-align: left
  }
  .p-clients_oem .customers ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 auto
  }
  .p-clients_oem .customers ul li {
    width: 100%!important
  }
  .p-clients_oem .products_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
  }
  .p-clients_oem .products_list li {
    width: 100%;
    margin-bottom: 8%
  }
  .p-clients_oem .products_list li:last-child {
    margin-bottom: 0
  }
}

.p-clients_tech .process {
  width: 80%;
  margin: 0 auto
}

.p-clients_tech .process p {
  margin-top: -70px
}

@media only screen and (max-width:767px) {
  .p-clients_tech .process {
    width: 100%
  }
  .p-clients_tech .process p {
    margin-top: 5%
  }
}

.p-clients_factory #map {
  margin-bottom: 80px
}

.p-clients_factory .update {
  margin-top: 30px
}

.p-clients_factory .update p {
  font-size: 12px;
  margin-bottom: 10px
}

.p-clients_factory .update img {
  width: 80px
}

@media only screen and (max-width:767px) {
  .p-clients_factory #map {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 75% 0 0 0
  }
  .p-clients_factory #map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
  }
  .p-clients_factory .update {
    margin-top: 20px
  }
}

.c-page_vis.recruit {
  background-image: url(../images/recruit/bg.jpg)
}

.c-page_vis.recruit:after {
  content: "Recruit"
}

.p-recruit_list .c-table {
  margin-bottom: 40px
}

.p-recruit_list .agenda {
  color: #fff;
  background: url(../images/recruit/bg_agenda.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  text-align: center
}

.p-recruit_list .agenda h4 {
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  margin-bottom: 20px
}

.p-recruit_list .agenda ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto 40px auto
}

.p-recruit_list .agenda ul li {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 30px
}

.p-recruit_list .agenda ul li span {
  position: relative;
  display: block;
  color: #447192;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px
}

.p-recruit_list .agenda ul li span:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background-color: #2446b5;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.p-recruit_list .agenda ul li span i {
  font-size: 35px;
  font-style: normal;
  margin: 0 3px
}

.p-recruit_list .agenda ul li p {
  color: #5b656b;
  font-size: 12px;
  line-height: 1.4
}

.p-recruit_list .agenda a {
  color: #fff
}

.p-recruit_list .p-recruit_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.p-recruit_list .p-recruit_flow li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #5b656b;
  width: 160px;
  height: 90px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  background-color: #ddd;
  border: 1px solid #4c80a1;
  border-radius: 10px;
  margin-right: 30px;
  text-align: center
}

.p-recruit_list .p-recruit_flow li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #4c80a1;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-recruit_list .p-recruit_flow li:last-of-type {
  color: #fff;
  background-color: #4c80a1;
  margin-right: 0
}

.p-recruit_list .p-recruit_flow li:last-of-type:after {
  display: none
}

@media only screen and (max-width:767px) {
  .p-recruit_list .c-table {
    margin-bottom: 30px
  }
  .p-recruit_list .agenda {
    margin-bottom: 40px;
    padding: 40px 5%
  }
  .p-recruit_list .agenda h4 {
    font-size: 20px;
    margin-bottom: 10px
  }
  .p-recruit_list .agenda ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin-bottom: 20px
  }
  .p-recruit_list .agenda ul li {
    margin-bottom: 5%;
    padding: 5%
  }
  .p-recruit_list .agenda ul li span {
    font-size: 20px
  }
  .p-recruit_list .agenda ul li span i {
    font-size: 30px
  }
  .p-recruit_list .p-recruit_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .p-recruit_list .p-recruit_flow li {
    width: 100%;
    height: auto;
    font-size: 14px;
    margin: 0 0 30px 0;
    padding: 10px
  }
  .p-recruit_list .p-recruit_flow li:after {
    border: 10px solid transparent;
    border-top: 10px solid #4c80a1;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 10px);
    transform: translate(50%, 10px)
  }
  .p-recruit_list .p-recruit_flow li:last-of-type {
    margin-bottom: 0
  }
}

.c-page_vis.global {
  background-image: url(../images/global/bg.jpg)
}

.c-page_vis.global:after {
  content: "Global"
}

.p-ztlido {
  background: url(../images/global/bg_ztlido.jpg) center center no-repeat;
  background-size: cover;
  text-align: center
}

.p-ztlido h4 {
  color: #1e2a3e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  margin-bottom: 50px
}

.p-ztlido p {
  line-height: 2.1;
  margin-bottom: 30px
}

.p-ztlido img {
  width: 225px
}

@media only screen and (max-width:767px) {
  .p-ztlido {
    text-align: left
  }
  .p-ztlido h4 {
    font-size: 20px;
    margin-bottom: 30px
  }
  .p-ztlido p {
    line-height: 2;
    margin-bottom: 20px
  }
}

.c-page_vis.contact {
  background-image: url(../images/global/bg.jpg)
}

.c-page_vis.contact:after {
  content: "Contact"
}

.theme .c-page_vis {
  color: #fff;
  height: 400px;
  margin-bottom: 80px;
  text-align: center
}

.theme .c-page_vis.service {
  background-image: url(../images/theme/bg_service.jpg)
}

.theme .c-page_vis.trusted {
  background-image: url(../images/theme/bg_trusted.jpg)
}

.theme .c-page_vis:after {
  display: none
}

.theme .c-page_vis h2 {
  font-size: 38px;
  margin-bottom: 15px
}

.theme .c-page_vis h2 span {
  color: #1e2a3e;
  font-size: 14px;
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 20px
}

.theme .c-page_vis p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  line-height: 1.5
}

@media only screen and (max-width:767px) {
  .theme .c-page_vis {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 30px
  }
  .theme .c-page_vis h2 {
    font-size: 25px
  }
  .theme .c-page_vis p {
    font-size: 20px
  }
}

.p-theme_list .p-theme_ttl {
  color: #3978cc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 30px
}

.p-theme_list dl {
  margin-bottom: 80px
}

.p-theme_list dl dt {
  float: left;
  width: 75%
}

.p-theme_list dl dd {
  float: right;
  width: 62%;
  background: rgba(255, 255, 255, .9);
  margin-top: -90px;
  padding: 5%
}

.p-theme_list dl:nth-of-type(2n) dt {
  float: right
}

.p-theme_list dl:nth-of-type(2n) dd {
  float: left
}

.p-theme_list .pillar {
  margin-bottom: 80px;
  text-align: center
}

.p-theme_list .pillar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.p-theme_list .pillar ul li {
  width: 30%
}

.p-theme_list .pillar ul li span {
  color: #3978cc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 69px;
  font-style: italic;
  line-height: 1.5
}

.p-theme_list .pillar ul li h4 {
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .p-theme_list .p-theme_ttl {
    font-size: 20px;
    margin-bottom: 20px
  }
  .p-theme_list dl {
    margin-bottom: 40px
  }
  .p-theme_list dl dt {
    width: 90%
  }
  .p-theme_list dl dd {
    width: 90%;
    margin-top: -8%
  }
  .p-theme_list .pillar {
    margin-bottom: 40px
  }
  .p-theme_list .pillar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .p-theme_list .pillar ul li {
    width: 100%;
    margin-bottom: 8%
  }
  .p-theme_list .pillar ul li:last-child {
    margin-bottom: 0
  }
  .p-theme_list .pillar ul li span {
    font-size: 50px
  }
}

@media only screen and (min-width:768px) {
  .menu-mobile {
    display: none;
    padding: 20px
  }
  .menu-mobile:after {
    position: relative;
    float: right;
    content: "\f394";
    font-family: Ionicons;
    font-size: 2.5rem;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
  }
  .menu-dropdown-icon:before {
    display: none;
    float: right;
    color: #333;
    content: "\f489";
    font-family: Ionicons;
    background: #fff;
    padding: 1.5em 2em;
    cursor: pointer
  }
  #gNavi>ul {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
  }
  #gNavi>ul>li>div {
    position: absolute;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 3% 0 1% 0;
    top: 56px;
    left: 0;
    box-sizing: border-box;
    z-index: 9999
  }
  #gNavi>ul>li>div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }
  #gNavi>ul>li>div ul li {
    width: 20%;
    margin: 0 1.5% 3% 1.5%
  }
  #gNavi>ul>li>div ul.company li {
    width: 43%
  }
  #gNavi>ul>li>div ul li a {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    color: #5b656b!important;
    font-size: 14px;
    background-color: #fff;
    letter-spacing: .1em;
    line-height: 1.1;
    text-decoration: none;
    -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, background-color .3s ease, transform .3s ease;
    transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease
  }
  #gNavi>ul>li>div ul li a .thumb {
    width: 100%;
    overflow: hidden
  }
  #gNavi>ul>li>div ul li a .thumb img {
    width: 100%;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
  }
  #gNavi>ul>li>div ul li a p {
    border-top: 3px solid #4c809d;
    padding: 10px 15px
  }
  #gNavi>ul>li>div ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}