@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

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

figure {
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh; }

body {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.2rem; } }

.ceter {
  text-align: center; }

/* a -*/
a {
  text-decoration: none;
  color: #006699; }

strong {
  font-weight: bold;
  color: #E5151F; }

em {
  font-style: normal;
  font-weight: bold;
  color: #000; }

p {
  margin-bottom: 1.5em;
  line-height: 1.7; }
  p.summary {
    font-size: 120%; }
    @media screen and (max-width: 374px) {
      p.summary {
        font-size: 105%; } }
  p.page-copy {
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 2px;
    margin: 0 0 4rem 0; }
    @media screen and (max-width: 480px) {
      p.page-copy {
        font-size: 2rem; } }
  p.comma {
    font-size: 180%;
    margin-bottom: 2em;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 480px) {
      p.comma {
        font-size: 5vw; } }
    p.comma span {
      position: relative;
      display: inline-block;
      padding: 0 60px;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        p.comma span {
          padding: 0 20px; } }
      p.comma span::before {
        content: '';
        width: 35px;
        height: 35px;
        background: url(/asset/images/bloq_s.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        left: 0;
        opacity: 0.8; }
        @media screen and (max-width: 480px) {
          p.comma span::before {
            width: 20px;
            height: 20px; } }
      p.comma span::after {
        content: '';
        width: 35px;
        height: 35px;
        background: url(/asset/images/bloq_e.png) no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.8; }
        @media screen and (max-width: 480px) {
          p.comma span::after {
            width: 20px;
            height: 20px; } }

.center {
  text-align: center; }

figure {
  line-height: 150%; }

table th, table td {
  text-align: left;
  padding: 8px 12px; }

h1, h2, h3, h4, h5 {
  margin-bottom: 1.5rem;
  line-height: 160%;
  font-family: 'Roboto', sans-serif; }
  h1.title-section, h2.title-section, h3.title-section, h4.title-section, h5.title-section {
    text-align: center;
    margin: 0 0 7rem 0; }
    h1.title-section .inner, h2.title-section .inner, h3.title-section .inner, h4.title-section .inner, h5.title-section .inner {
      display: inline-block;
      font-size: 2.8rem;
      font-weight: bold;
      line-height: 170%;
      color: #E5151F;
      text-align: center;
      letter-spacing: 2px;
      border-bottom: 3px solid #E5151F; }
      @media screen and (max-width: 768px) {
        h1.title-section .inner, h2.title-section .inner, h3.title-section .inner, h4.title-section .inner, h5.title-section .inner {
          font-size: 2.2rem; } }
      h1.title-section .inner span, h2.title-section .inner span, h3.title-section .inner span, h4.title-section .inner span, h5.title-section .inner span {
        display: block;
        padding: 0 0 20px 0;
        font-size: 1.3rem;
        letter-spacing: 1px;
        line-height: 1; }
  h1.title-subsection, h2.title-subsection, h3.title-subsection, h4.title-subsection, h5.title-subsection {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 2em; }
    @media screen and (max-width: 768px) {
      h1.title-subsection, h2.title-subsection, h3.title-subsection, h4.title-subsection, h5.title-subsection {
        margin-bottom: 1.5em; } }
    @media screen and (max-width: 480px) {
      h1.title-subsection, h2.title-subsection, h3.title-subsection, h4.title-subsection, h5.title-subsection {
        margin-bottom: 1em; } }
    @media screen and (max-width: 374px) {
      h1.title-subsection, h2.title-subsection, h3.title-subsection, h4.title-subsection, h5.title-subsection {
        font-size: 1.5rem; } }
  h1.title-item, h2.title-item, h3.title-item, h4.title-item, h5.title-item {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    font-weight: bold; }
    @media screen and (max-width: 374px) {
      h1.title-item, h2.title-item, h3.title-item, h4.title-item, h5.title-item {
        font-size: 1.5rem; } }
  h1.title-news, h2.title-news, h3.title-news, h4.title-news, h5.title-news {
    font-size: 2.6rem;
    color: #E5151F;
    text-align: left;
    margin-bottom: 3rem;
    font-weight: bold; }
    @media screen and (max-width: 374px) {
      h1.title-news, h2.title-news, h3.title-news, h4.title-news, h5.title-news {
        font-size: 1.5rem; } }

.checkbox {
  position: relative;
  display: block;
  cursor: pointer; }
  .checkbox input[type=checkbox] {
    display: none; }
    .checkbox input[type=checkbox]:checked + span:after {
      display: block; }
  .checkbox span::after {
    content: "";
    display: none;
    position: absolute;
    top: 13px;
    left: 15px;
    width: 7px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #E5151F;
    border-right: 2px solid #E5151F; }
  .checkbox::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: #fff;
    border-radius: 2px; }

table {
  width: 100%; }
  table th, table td {
    line-height: 1.7; }

select,
input {
  font-size: 100%; }

select {
  padding: 8px; }

dl {
  line-height: 1.5; }
  dl dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 110%; }

.screen-layout {
  min-height: 100vh;
  height: 80px;
  display: flex;
  flex-direction: column; }

.header {
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: auto;
  transition: all 0.3s ease-in-out; }
  .header__inner {
    padding: 25px 35px;
    display: flex;
    width: 100%;
    align-items: center;
    transition: padding 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .header__inner {
        padding: 20px 30px; } }
    @media screen and (max-width: 480px) {
      .header__inner {
        padding: 12px 15px 12px 20px; } }
    @media screen and (max-width: 374px) {
      .header__inner {
        padding: 10px 15px; } }
    .header__inner > .burger-layout {
      width: 40px;
      height: 40px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      cursor: pointer;
      display: none; }
      @media screen and (max-width: 768px) {
        .header__inner > .burger-layout {
          display: flex; } }
      .header__inner > .burger-layout .inner {
        width: 100%; }
      .header__inner > .burger-layout span {
        background-color: #444;
        width: 65%;
        height: 2px;
        display: block;
        margin: 6px auto;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 768px) {
          .header__inner > .burger-layout span {
            width: 55%;
            margin: 5px auto; } }
  .header__logo {
    width: 180px;
    min-width: 120px;
    transition: all 0.2s ease-in;
    transform-origin: left center; }
    @media screen and (max-width: 768px) {
      .header__logo {
        width: 160px; } }
    @media screen and (max-width: 480px) {
      .header__logo {
        width: 120px; } }
    .header__logo img {
      width: 100%; }
    .header__logo-c {
      display: none;
      display: block; }
    .header__logo-w {
      display: block;
      display: none; }
  .header__nav {
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .header__nav {
        display: none; } }
    .header__nav .btn-contact {
      margin-left: 12px;
      margin-right: 3px; }
      @media screen and (max-width: 768px) {
        .header__nav .btn-contact {
          margin: 0; } }
    .header__nav .btn-contact a,
    .header__nav .btn-request a {
      color: #fff;
      background-color: #4f90a2;
      border-radius: 3px; }
      @media screen and (max-width: 768px) {
        .header__nav .btn-contact a,
        .header__nav .btn-request a {
          border-radius: 0; } }
      .header__nav .btn-contact a:hover,
      .header__nav .btn-request a:hover {
        color: #fff;
        background-color: rgba(79, 144, 162, 0.7); }
    .header__nav a {
      color: #fff;
      color: rgba(0, 0, 0, 0.7);
      display: inline-block;
      padding: 7px 12px;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 2px;
      font-weight: 500; }
      .header__nav a:hover {
        color: #E5151F; }
    .header__nav ul {
      display: flex; }

.is-nav-show .header__nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 70px;
  left: 0;
  background-color: #eee;
  margin: 0; }
  .is-nav-show .header__nav ul {
    display: block; }
    .is-nav-show .header__nav ul li {
      display: block;
      border-bottom: 1px solid #ddd; }
      .is-nav-show .header__nav ul li a {
        color: #555;
        display: block;
        padding: 20px 25px;
        font-size: 120%; }

.section-sub {
  margin: 0 0 50px 0; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .wrap {
      padding: 0 4%; } }

.pad {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .pad {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .pad {
      padding-top: 50px;
      padding-bottom: 50px; } }

.bg-red {
  background: #E5151F;
  color: #fff; }
  .bg-red .title-section {
    color: #fff; }
    .bg-red .title-section span {
      border-color: #fff; }
.bg-grey {
  background: #eee; }

.box-white {
  background: #fff;
  padding: 4%;
  border-radius: 10px;
  color: #000; }

.is-nav-show .header,
.scroll .header {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  background: white;
  height: 70px; }
  @media screen and (max-width: 374px) {
    .is-nav-show .header,
    .scroll .header {
      height: 60px; } }
  .is-nav-show .header__inner,
  .scroll .header__inner {
    padding: 15px 30px; }
    @media screen and (max-width: 480px) {
      .is-nav-show .header__inner,
      .scroll .header__inner {
        padding: 15px 20px; } }
    @media screen and (max-width: 374px) {
      .is-nav-show .header__inner,
      .scroll .header__inner {
        padding: 10px 15px; } }
    .is-nav-show .header__inner > .burger-layout span,
    .scroll .header__inner > .burger-layout span {
      background-color: #555; }
  .is-nav-show .header__logo,
  .scroll .header__logo {
    width: 120px;
    transition: all 0.3s ease-in-out; }
    .is-nav-show .header__logo-c,
    .scroll .header__logo-c {
      display: block; }
    .is-nav-show .header__logo-w,
    .scroll .header__logo-w {
      display: none; }
  .is-nav-show .header .btn-contact a,
  .is-nav-show .header .btn-request a,
  .scroll .header .btn-contact a,
  .scroll .header .btn-request a {
    color: #fff; }
    .is-nav-show .header .btn-contact a:hover,
    .is-nav-show .header .btn-request a:hover,
    .scroll .header .btn-contact a:hover,
    .scroll .header .btn-request a:hover {
      color: #fff; }
  .is-nav-show .header a,
  .scroll .header a {
    color: #555; }
    .is-nav-show .header a:hover,
    .scroll .header a:hover {
      color: #E5151F; }

.main-content {
  padding-top: 107px; }
  @media screen and (max-width: 768px) {
    .main-content {
      padding-top: 90px; } }
  @media screen and (max-width: 480px) {
    .main-content {
      padding-top: 65px; } }

.footer {
  background: #000;
  color: #ccc;
  line-height: 1.7;
  margin-top: auto; }
  .footer__inner {
    padding: 3rem;
    text-align: center; }

.footer__nav {
  margin: 20px 0 30px;
}

.footer__nav ul {
  display: flex;
  justify-content: center;
}

.footer__nav ul li {
  padding: 0 18px;
  border-right: 1px solid #CCC;
}

.footer__nav ul li:last-child {
  border-right: none;
}

.footer__nav ul li a {
  color: #FFF;
}

.footer__nav ul li a:hover {
  color: #CCC;
}

.bg-shadow {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none; }

.bread-nav {
  padding: 15px 30px 0 30px;
  font-size: 90%; }
  @media screen and (max-width: 480px) {
    .bread-nav {
      padding: 15px 15px 0 15px; } }
  .bread-nav ul {
    display: flex;
    line-height: 1.5;
    align-items: center;
    white-space: nowrap;
    overflow: hidden; }
    .bread-nav ul li:last-child a:after {
      content: none; }
    .bread-nav ul li.current-menu-item {
      overflow: hidden; }
      .bread-nav ul li.current-menu-item a {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis; }
  .bread-nav a {
    color: #999;
    display: block;
    padding: 0  0 0;
    position: relative;
    text-transform: uppercase; }
    .bread-nav a:after {
      content: '';
      display: inline-block;
      position: static;
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      transform: rotate(-45deg);
      margin: -2px 10px 0 10px;
      top: 8px;
      right: 2px; }

.single-post .bread-nav ul li:nth-child(2) {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.is-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .is-sp {
      display: inline-block; } }

.is-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .is-tab {
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    .is-tab {
      display: none; } }

.is-pc {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .is-pc {
      display: none; } }

.sub-header {
  display: flex;
  margin-bottom: 5rem;
  line-height: 1; }
  .sub-header__number {
    font-size: 5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-right: 20px;
    display: flex;
    align-items: center;
    min-width: 60px; }
    @media screen and (max-width: 480px) {
      .sub-header__number {
        margin-right: 15px;
        font-size: 4rem;
        min-width: 40px; } }
    @media screen and (max-width: 374px) {
      .sub-header__number {
        font-size: 3rem; } }
  .sub-header__body {
    line-height: 1.7;
    border-left: 1px solid #000;
    padding-left: 25px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .sub-header__body {
        padding-left: 15px; } }
    .sub-header__body p {
      margin-bottom: 0; }
  .sub-header__title {
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 0.5em 0; }

a.new-window {
  background: url(/images/common/window.png) no-repeat;
  background-size: 14px auto;
  background-position: right 13px top 50%;
  display: inline-block;
  padding-right: 36px;
  vertical-align: middle;
  position: relative; }

.btn, .btn-inline {
  display: inline-block;
  border: 1px solid #E5151F;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  border-radius: 6px;
  background-color: #E5151F;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 14px 50%;
  padding: 15px 40px;
  cursor: pointer;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.1rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 1; }
  @media screen and (max-width: 374px) {
    .btn, .btn-inline {
      padding: 15px 15px; } }
  .btn::after, .btn-inline::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    transition: all 0.1s ease-in-out;
    top: 0;
    left: -100%;
    z-index: -1; }
  .btn:hover, .btn-inline:hover {
    color: #E5151F;
    opacity: 0.8; }
    .btn:hover::after, .btn-inline:hover::after {
      left: 0;
      transition: all 0.3s ease-in-out; }
  .btn.new-window, .new-window.btn-inline {
    padding-right: 40px;
    background-image: none;
    background-color: #fff;
    line-height: 1;
    border-color: #484848;
    color: #484848; }
    .btn.new-window:before, .new-window.btn-inline:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      background-image: url(/images/common/window_gray.png);
      background-repeat: no-repeat;
      position: absolute;
      right: 12px;
      top: 50%;
      margin: -7px 0 0 0;
      background-size: cover; }
    .btn.new-window:hover, .new-window.btn-inline:hover {
      color: #fff; }
      .btn.new-window:hover:before, .new-window.btn-inline:hover:before {
        background-image: url(/images/common/window_w.png); }
      .btn.new-window:hover:after, .new-window.btn-inline:hover:after {
        background-color: #484848; }
  .btn input[type="submit"], .btn-inline input[type="submit"] {
    background-color: transparent;
    border: none;
    color: #E5151F; }
  .btn:hover input[type="submit"], .btn-inline:hover input[type="submit"] {
    color: #fff; }

input.btn, input.btn-inline {
  color: #fff !important; }

.btn-inline {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 10px;
  border-radius: 2px;
  font-weight: normal;
  font-size: 90%;
  vertical-align: middle; }

.btn-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 0; }
  .btn-list li {
    min-width: 250px;
    text-align: center;
    margin: 0 10px; }
    @media screen and (max-width: 480px) {
      .btn-list li {
        min-width: 0;
        width: 45%; } }
    .btn-list li .btn, .btn-list li .btn-inline {
      display: block;
      width: 100%;
      padding-right: 5px;
      padding-left: 5px; }

figure {
  margin: 0 0 1rem 0;
  position: relative; }
  @media screen and (max-width: 480px) {
    figure {
      margin: 0 0 0.6rem 0; } }
  figure .thumb {
    margin: 0 0 1rem 0; }
    figure .thumb img {
      display: block;
      width: 100%; }
  figure figcaption {
    font-size: 90%;
    line-height: 150%; }
    @media screen and (max-width: 480px) {
      figure figcaption {
        line-height: 130%; } }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 480px) {
    .grid {
      margin: 0; } }
  .grid .thumb {
    margin-bottom: 20px; }
    .grid .thumb img {
      display: block;
      width: 100%; }
  .grid.cols-1 {
    margin: 0; }
    .grid.cols-1 > * {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; }
      .grid.cols-1 > * img {
        display: block;
        width: 100%; }
  .grid.cols-2 > * {
    width: calc( ( 100% - 101px ) / 2 );
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .grid.cols-2 > * {
        margin: 0;
        margin-bottom: 30px;
        width: auto; } }
  .grid.cols-3 > * {
    width: calc( ( 100% - 91px ) / 3 );
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .grid.cols-3 > * {
        margin: 0;
        margin-bottom: 20px;
        width: 50%; } }
  .grid.cols-4 > * {
    width: calc( ( 100% - 121px ) / 4 );
    margin: 15px; }
    @media screen and (max-width: 480px) {
      .grid.cols-4 > * {
        margin-bottom: 6px; } }
  @media screen and (max-width: 768px) {
    .grid.cols-4 {
      margin: 0 -10px; }
      .grid.cols-4 > * {
        width: calc( ( 100% - 41px ) / 2 );
        margin: 10px; } }
  .grid.cols-5 > * {
    width: calc( ( 100% - 160px ) / 5 );
    margin: 15px; }
    @media screen and (max-width: 480px) {
      .grid.cols-5 > * {
        margin: 0;
        margin-bottom: 20px;
        width: 50%; } }
  .grid.cols-6 > * {
    width: calc( ( 100% - 180px ) / 6 );
    margin-right: 30px;
    margin-bottom: 15px; }
  .grid > *.cols-1 {
    width: calc( ( 100% - 30px )  );
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px; }
  .grid > *.cols-2 {
    width: calc( ( 100% - 60px ) / 2 );
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px; }
  .grid > *.cols-3 {
    width: calc( ( 100% - 90px ) / 3 );
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px; }
  .grid > *.cols-4 {
    width: calc( ( 100% - 120px ) / 4 );
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px; }
  .grid > *.cols-5 {
    width: calc( ( 100% - 120px ) / 4 );
    margin-right: 30px;
    margin-bottom: 15px; }
  .grid.fit {
    margin: 0; }
    .grid.fit > * {
      margin: 0; }
    .grid.fit.cols-2 > * {
      flex-basis: 50%; }
      @media screen and (max-width: 480px) {
        .grid.fit.cols-2 > * {
          flex-basis: auto; } }
    .grid.fit.cols-3 > * {
      flex-basis: 33.33%; }
    .grid.fit.cols-4 > * {
      flex-basis: 25%; }
    .grid.fit.cols-5 > * {
      flex-basis: 20%; }
      @media screen and (max-width: 480px) {
        .grid.fit.cols-5 > * {
          flex-basis: 50%; } }
    .grid.fit.cols-6 > * {
      flex-basis: 16.66%; }
      @media screen and (max-width: 480px) {
        .grid.fit.cols-6 > * {
          flex-basis: 33.33%; } }

.list-disc {
  list-style-type: disc;
  line-height: 150%;
  margin: 0.5em 0 0.5em 1.5em; }
  .list-disc > li {
    margin-bottom: 0.5rem; }
  .list-disc.fit.grid {
    margin-left: 3rem; }
.list-arrow {
  list-style-type: none;
  line-height: 150%;
  margin: 0.5em 0 0.5em 0; }
  .list-arrow > li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 22px; }
    .list-arrow > li::before {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      background: url(/images/common/arrow_w.svg) no-repeat;
      transition: all 0.2s ease-in-out; }
    .list-arrow > li:hover:before {
      left: 5px; }
.list-decimal {
  list-style-type: decimal;
  line-height: 150%;
  margin: 0.5em 0 0.5em 1.5em; }
  .list-decimal > li {
    margin-bottom: 0.5rem; }
.list-em {
  color: #E5151F;
  font-weight: bold;
  margin: 1em 0 1.5em 3em;
  font-size: 1.2em; }
.list-number {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  line-height: 1.8; }
  .list-number > li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative; }
    .list-number > li:before {
      content: counter(my-counter) ".";
      counter-increment: my-counter;
      font-weight: bold;
      color: #222;
      display: block;
      position: absolute;
      line-height: 22px;
      top: 3px;
      left: 0;
      text-align: center;
      height: 22px;
      width: 22px;
      border-radius: 50%;
      font-size: 110%; }
    .list-number > li .title {
      font-weight: bold;
      font-size: 110%; }
.list-flow {
  counter-reset: my-counter;
  line-height: 170%; }
  .list-flow > li {
    position: relative;
    padding: 5px 5px 5px 50px;
    background-color: #eee;
    margin: 0 0 30px 0; }
    .list-flow > li::before {
      content: counter(my-counter);
      counter-increment: my-counter;
      background-color: #E5151F;
      color: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 22px;
      text-align: center;
      height: 100%;
      width: 40px;
      box-sizing: border-radius;
      padding: 7px 5px;
      text-align: center; }
    .list-flow > li::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -30px;
      width: 30px;
      height: 30px;
      background: url(/images/common/arrow_under.svg) no-repeat;
      background-size: auto 60%;
      background-position: 50% 50%; }
    .list-flow > li:last-child::after {
      content: none; }

table.line {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 480px) {
    table.line {
      display: block;
      font-size: 90%; } }
  @media screen and (max-width: 480px) {
    table.line tbody {
      display: block;
      width: auto; } }
  @media screen and (max-width: 480px) {
    table.line tr {
      display: block;
      width: auto; } }
  table.line th, table.line td {
    padding: 1em 0.4em;
    border-top: 1px solid #ccc;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      table.line th, table.line td {
        display: block;
        width: auto; } }
  table.line th {
    width: 35%; }
    @media screen and (max-width: 480px) {
      table.line th {
        padding-bottom: 5px;
        width: auto; } }
  @media screen and (max-width: 480px) {
    table.line td {
      border-top: none;
      padding-top: 0; } }
table.form th {
  width: 26%; }
table.grid {
  display: table;
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
  font-size: 90%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  table.grid th, table.grid td {
    padding: 0.5em 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }
  table.grid th {
    background-color: rgba(0, 0, 0, 0.1); }
  table.grid td {
    background-color: rgba(255, 255, 255, 0.8); }

.accordion-list {
  margin-bottom: 3rem;
  width: 100%; }
  .accordion-list th {
    width: 15%; }
  .accordion-list td {
    width: 85%; }
  .accordion-list .now {
    display: inline-block;
    background-color: #E5151F;
    color: #fff;
    padding: 8px 12px;
    float: right;
    font-size: 90%;
    line-height: 1; }
  .accordion-list .title {
    padding: 3px 6px 3px 30px;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.7;
    background-image: url(/asset/images/common/icon/plus.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 10px 10px;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .accordion-list .title {
        padding-right: 0; } }
    .accordion-list .title:hover {
      color: #E5151F; }
    .accordion-list .title.is-active {
      background-image: url(/asset/images/common/icon/minus.svg); }
    .accordion-list .title.is-disable {
      color: #ccc; }
      .accordion-list .title.is-disable .now {
        display: none; }
      .accordion-list .title.is-disable + dd .form-nav {
        display: none; }
  .accordion-list .inner {
    padding: 30px 30px;
    display: none;
    border: 1px solid #999; }
    @media screen and (max-width: 480px) {
      .accordion-list .inner {
        padding: 20px; } }

.text-field {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 7px;
  width: 80%; }

.text-area {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 7px;
  width: 80%;
  height: 200px; }

#wpadminbar {
  bottom: 0;
  top: auto; }

input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px  0 0; }

.wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.wpcf7-checkbox > .wpcf7-list-item {
  display: block;
  padding: 4px 0; }
  .wpcf7-checkbox > .wpcf7-list-item input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block; }

.illust img {
  display: block;
  width: 96%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .illust img {
      width: 100%; } }

.form-nav {
  text-align: center;
  padding: 30px 0; }

.photo {
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
  line-height: 1; }

.news-list {
  border-top: 1px solid #ddd; }
  .news-list li {
    border-bottom: 1px solid #ddd; }
    .news-list li a {
      display: flex;
      align-items: center;
      padding: 20px 60px 20px 20px;
      white-space: nowrap;
      color: #000;
      background: url(/asset/images/common/icon/arrow-r.svg) no-repeat right 30px top 50%; }
      @media screen and (max-width: 480px) {
        .news-list li a {
          display: block;
          align-items: left;
          padding: 20px 30px 20px 10px;
          background-position: right 10px top 50%; } }
      .news-list li a .cat {
        min-width: 120px;
        border: 1px solid #ccc;
        padding: 6px 8px;
        text-align: center;
        font-size: 90%;
        background-color: #fff; }
        @media screen and (max-width: 480px) {
          .news-list li a .cat {
            display: inline-block;
            margin-bottom: 10px; } }
      .news-list li a .body {
        padding-left: 20px;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          .news-list li a .body {
            padding-left: 0; } }
        .news-list li a .body time {
          display: inline-block;
          margin-right: 12px; }
      .news-list li a:hover {
        color: #006699;
        background-color: #f5f5f5; }

.meta-data {
  margin-bottom: 60px; }
  .meta-data .date {
    margin-bottom: 20px;
    display: inline-block; }
  .meta-data .cat a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 6px 12px;
    margin-right: 4px; }

.wp-pagenavi {
  padding: 50px 0 25px 0;
  text-align: center; }
  .wp-pagenavi span, .wp-pagenavi a {
    border: none;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    background-color: #eee;
    border-radius: 0px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #ccc; }
  .wp-pagenavi span {
    color: #666; }
    .wp-pagenavi span.pages {
      background-color: transparent;
      color: #999;
      display: none; }
  .wp-pagenavi a {
    color: #333; }
    .wp-pagenavi a:hover {
      background-color: #006699;
      color: #fff; }
  .wp-pagenavi .current {
    background-color: #006699;
    color: #fff;
    border: 1px solid #006699; }

.single strong {
  color: #000;
  font-size: 1.8rem;
  margin: 0 0 2rem 0; }

.illust-404 {
  max-width: 500px;
  margin: 0 auto; }
  .illust-404 img {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }

.category-nav {
  text-align: center; }
  .category-nav ul {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 50px;
    font-size: 110%;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    overflow: hidden; }
    .category-nav ul a {
      display: inline-block;
      padding: 13px 10px;
      border-right: 1px solid #ccc;
      text-align: center;
      min-width: 120px;
      color: #999; }
      .category-nav ul a:hover {
        background-color: #fff; }
    .category-nav ul li.current-cat {
      background-color: #fff; }
      .category-nav ul li.current-cat a {
        color: #E5151F; }
    .category-nav ul li:last-child a {
      border-right: none; }

.document-set {
  display: flex;
  margin: 0 0 30px 0;
  align-items: center;
  background-color: #fff; }
  .document-set .thumb {
    flex-basis: 24%;
    margin: 0; }
    .document-set .thumb img {
      display: block;
      width: 100%;
      border: 1px solid #ccc; }
  .document-set figcaption {
    flex-basis: 76%;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    line-height: 1.7;
    font-size: inherit; }

.screen-reader-response {
  color: #cc0000;
  margin-bottom: 30px; }
  .screen-reader-response ul {
    line-height: 1.7;
    list-style-type: disc;
    margin-left: 30px; }
    .screen-reader-response ul a {
      color: #cc0000; }

.required.necessary {
  color: #CC0000;
  margin-left: 10px;
  display: inline-block; }

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  font-size: 90%;
  color: #cc0000; }

.wpcf7-response-output {
  text-align: center;
  display: none; }

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  color: #000; }
.wpcf7 form.invalid .wpcf7-response-output {
  color: #E5151F; }

.from {
  text-align: right; }

.contents ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.7; }

.section-about {
  padding-bottom: 0; }
  .section-about .comma {
    color: #E5151F; }
    @media screen and (max-width: 480px) {
      .section-about .comma {
        white-space: nowrap; } }
    .section-about .comma span:before, .section-about .comma span:after {
      opacity: 0.4; }
  @media screen and (max-width: 480px) {
    .section-about .client-list {
      display: block; } }
  .section-about .kod-point {
    margin: 0 0 40px 0; }
    @media screen and (max-width: 480px) {
      .section-about .kod-point {
        display: block; } }
    @media screen and (max-width: 480px) {
      .section-about .kod-point.grid.cols-3 > * {
        width: auto; } }
    .section-about .kod-point .thumb {
      padding: 30px 0  10px 0; }
      @media screen and (max-width: 480px) {
        .section-about .kod-point .thumb {
          padding: 0; } }
      .section-about .kod-point .thumb img {
        width: 36%;
        display: block;
        margin: 0 auto; }
  .section-about #staff {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-size: 100%;
    margin-bottom: 0; }
    .section-about #staff .title-subsection {
      letter-spacing: 4px;
      font-family: 'Roboto', sans-serif;
      font-size: 180%; }
    .section-about #staff .role {
      font-weight: normal;
      display: block;
      font-size: 90%;
      color: #ccc;
      margin-top: 3px; }
    .section-about #staff .thumb {
      width: 70%;
      margin: 0 auto 20px auto; }
      @media screen and (max-width: 480px) {
        .section-about #staff .thumb {
          width: 80%; } }

.page-id-2 section > .wrap {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }

.security-policy h2 {
  font-size: 20px;
}

.security-policy p {
  padding: 0 0 0 24px;
}

.section-service .section-service2 {
  background: #b8dae1;
  /* background-image: url(../images/service/dx-bg.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.section-service .section-service2 .sub-header__body {
  border-color: #000;
}

.section-service2 .cols-2 .survice-content {
  display: flex;
  margin: 25px;
  padding: 25px;
  background: #FFF;
  border-radius: 5px;
}

.section-service2 .cols-2 .survice-content ul {
  line-height: 2.5;
}

.section-service2 .cols-2 .thumb {
  margin: 0 20px 0 0;
  width: 25%;
}

.section-service3 {
  background: #2254A6;
  color: #FFF;
}


/*# sourceMappingURL=style.css.map */
