@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: calc(100vh - 177px - 55px); }
  @media screen and (max-width: 767px) {
    .swiper-container {
      height: calc(100vh - 80px - 40px); } }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
  height: 22px; }
  @media screen and (max-width: 767px) {
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
      height: 15px;
      bottom: -25px; } }

.swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 100%;
  background: #868686; }
  @media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
      width: 15px;
      height: 15px; } }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  background: #040000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 10px; }

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color: #040000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

.win body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }

a {
  text-decoration: none;
  color: #040000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:link, a:active, a:visited {
    text-decoration: none; }

.opacity {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .opacity:hover {
    opacity: .7; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

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

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: inherit; } }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
  padding-top: 177px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #container_wrap {
      min-width: 1px;
      padding-top: 80px;
      margin-bottom: 10vw; } }

#content {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #content {
      margin-bottom: 15%; } }

.inner_vw {
  padding: 0 5vw;
  width: 100%;
  max-width: calc(1500px + 10vw);
  margin: 0 auto; }
  .inner_vw::after {
    content: '';
    display: block;
    clear: both; }

.inner_76 {
  padding: 0 5vw;
  width: 100%;
  max-width: calc(760px + 10vw);
  margin: 0 auto; }
  .inner_76::after {
    content: '';
    display: block;
    clear: both; }

.inner_92 {
  padding: 0 5vw;
  width: 100%;
  max-width: calc(920px + 10vw);
  margin: 0 auto; }
  .inner_92::after {
    content: '';
    display: block;
    clear: both; }

.inner_12 {
  padding: 0 5vw;
  width: 100%;
  max-width: calc(1200px + 10vw);
  margin: 0 auto; }
  .inner_12::after {
    content: '';
    display: block;
    clear: both; }

.section {
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .section {
      margin-bottom: 20%; } }

.section_wrap {
  padding: 80px 0 140px; }
  @media screen and (max-width: 767px) {
    .section_wrap {
      padding: 5% 0 15%; } }

#main {
  float: right;
  width: 73%; }
  @media screen and (max-width: 767px) {
    #main {
      float: none;
      width: 100%;
      margin-bottom: 15%; } }

#sub {
  float: left;
  width: 21.5%; }
  @media screen and (max-width: 767px) {
    #sub {
      float: none;
      width: 100%; } }

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 177px;
  z-index: 2;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  min-width: 1000px; }
  @media screen and (max-width: 767px) {
    header {
      min-width: 1px;
      height: 80px; } }
  header.is-animation {
    background: #fff;
    height: 100px; }
    @media screen and (max-width: 767px) {
      header.is-animation {
        min-width: 1px;
        height: 70px; } }
    header.is-animation .header_ttl img.logo {
      width: 110px;
      height: 65px; }
      @media screen and (max-width: 767px) {
        header.is-animation .header_ttl img.logo {
          width: 80px;
          height: 47px; } }
    header.is-animation #gnavi ul {
      font-size: 1.2em; }

.header_box {
  width: 100%;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header_ttl {
  position: relative;
  z-index: 4; }
  .header_ttl img.logo {
    width: 180px;
    height: 107px; }
    @media screen and (max-width: 767px) {
      .header_ttl img.logo {
        width: 90px;
        height: 53.5px; } }

#header_right {
  position: relative;
  padding-right: 40px; }

@media screen and (max-width: 767px) {
  #gnavi {
    display: none; } }

#gnavi ul {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  letter-spacing: 2px; }
  #gnavi ul li {
    margin-right: 1.5em; }
    #gnavi ul li.current {
      border-bottom: 1px solid #040000; }
    #gnavi ul li a:hover {
      color: #fff;
      text-shadow: 0 0 5px #040000; }

.list_sns {
  width: 5vw;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .list_sns {
      width: 100px;
      left: 150px;
      top: 30px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .list_sns li {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .list_sns li {
        margin-bottom: 0; } }
    .list_sns li:last-child {
      margin-bottom: 0; }
    .list_sns li img {
      max-width: 23px;
      height: 27px; }
      @media screen and (max-width: 767px) {
        .list_sns li img {
          max-width: 18px;
          height: 20px; } }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }

.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 25px;
  z-index: 3;
  cursor: pointer;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      width: 35px;
      height: 20px; } }
  .menu-trigger span {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    height: 1px;
    background: #040000;
    right: 0;
    margin: auto; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 0;
      bottom: 0; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-225deg);
    -ms-transform: translateY(20px) rotate(-225deg);
    transform: translateY(20px) rotate(-225deg);
    top: -7px; }
    @media screen and (max-width: 767px) {
      .menu-trigger.active span:nth-of-type(1) {
        top: -10px; } }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(225deg);
    -ms-transform: translateY(-20px) rotate(225deg);
    transform: translateY(-20px) rotate(225deg);
    bottom: -8px; }
    @media screen and (max-width: 767px) {
      .menu-trigger.active span:nth-of-type(3) {
        bottom: -10px; } }

#overlay {
  display: none;
  width: 40vw;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  overflow-y: scroll;
  background: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(4, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    #overlay {
      width: 100vw; } }
  #overlay .sp_nav {
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
    letter-spacing: 3px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 5vw; }
    @media screen and (max-width: 767px) {
      #overlay .sp_nav {
        padding: 0 10vw; } }
    #overlay .sp_nav li {
      margin-bottom: 1em;
      opacity: 0;
      /*&:nth-child(8){
				animation: fade_nav .9s ease 1.1s 1 forwards;
			}
			&:nth-child(9){
				animation: fade_nav 1s ease 1.2s 1 forwards;
			}*/ }
      #overlay .sp_nav li:nth-child(1) {
        -webkit-animation: fade_nav .2s ease .4s 1 forwards;
        animation: fade_nav .2s ease .4s 1 forwards; }
      #overlay .sp_nav li:nth-child(2) {
        -webkit-animation: fade_nav .3s ease .5s 1 forwards;
        animation: fade_nav .3s ease .5s 1 forwards; }
      #overlay .sp_nav li:nth-child(3) {
        -webkit-animation: fade_nav .4s ease .6s 1 forwards;
        animation: fade_nav .4s ease .6s 1 forwards; }
      #overlay .sp_nav li:nth-child(4) {
        -webkit-animation: fade_nav .5s ease .7s 1 forwards;
        animation: fade_nav .5s ease .7s 1 forwards; }
      #overlay .sp_nav li:nth-child(5) {
        -webkit-animation: fade_nav .6s ease .8s 1 forwards;
        animation: fade_nav .6s ease .8s 1 forwards; }
      #overlay .sp_nav li:nth-child(6) {
        -webkit-animation: fade_nav .7s ease .9s 1 forwards;
        animation: fade_nav .7s ease .9s 1 forwards; }
      #overlay .sp_nav li:nth-child(7) {
        -webkit-animation: fade_nav .8s ease 1s 1 forwards;
        animation: fade_nav .8s ease 1s 1 forwards;
        margin-bottom: 0; }
      #overlay .sp_nav li.current a:before {
        width: 100%; }
    #overlay .sp_nav a {
      position: relative; }
      #overlay .sp_nav a:before {
        position: absolute;
        content: '';
        background: #040000;
        width: 0;
        height: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      #overlay .sp_nav a:hover:before {
        width: 100%; }

@-webkit-keyframes fade_nav {
  100% {
    opacity: 1; } }

@keyframes fade_nav {
  100% {
    opacity: 1; } }

/*
//フッター
------------------------------------------------------------
*/
#footer {
  width: 100%;
  padding: 0 5vw;
  text-align: center;
  font-size: .9375em;
  line-height: 2; }
  #footer .com_p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: .5em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
    font-weight: bold; }

.footer_box {
  width: 100%;
  overflow: hidden; }

.footer_left {
  float: left;
  width: 50%; }

.footer_right {
  float: right;
  text-align: right;
  width: 50%; }

.f_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .f_navi li {
    display: inline-block;
    margin: 0 .5em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .f_navi li {
        width: 50%;
        margin: 0;
        border-left: 1px solid #000;
        border-top: 1px solid #000; }
        .f_navi li:nth-child(even) {
          border-right: 1px solid #000; }
        .f_navi li:nth-child(2n+1):last-child {
          width: 100%;
          border-bottom: 1px solid #000;
          border-right: 1px solid #000; } }
    .f_navi li a {
      display: block;
      padding: 0 0.5em; }
      @media screen and (max-width: 767px) {
        .f_navi li a {
          padding: 0.5em; } }
      @media screen and (max-width: 767px) {
        .f_navi li a:hover {
          background: #e7e7e7; } }

.f_logo {
  display: block;
  width: 180px;
  height: 107px;
  margin: 0 auto 5%; }
  @media screen and (max-width: 767px) {
    .f_logo {
      display: block;
      width: 140px;
      height: 83px;
      margin: 0 auto 10%; } }

.copy {
  font-size: .8125em;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  width: 5vw;
  line-height: 5vw; }
  @media screen and (max-width: 767px) {
    .copy {
      position: relative;
      -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
      writing-mode: unset;
      width: 100%;
      line-height: 1;
      margin-top: 10%; } }

/*
5:side
------------------------------------------------------------
*/
.section_side {
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  margin-bottom: 3em; }
  .section_side:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .section_side {
      margin-bottom: 10%; } }
  .section_side .wpp-no-data {
    font-size: .9375em; }

.list_cat {
  font-size: .9375em; }
  @media screen and (max-width: 767px) {
    .list_cat {
      font-size: 1.2em; } }
  .list_cat li {
    margin-bottom: 1em; }
    .list_cat li:last-child {
      margin-bottom: 0; }
    .list_cat li a {
      position: relative;
      padding-left: 13px; }
      .list_cat li a:before {
        position: absolute;
        content: '';
        background: url(../images/right_b.svg) no-repeat center/cover;
        width: 3px;
        height: 6px;
        left: 0;
        top: 7px; }
      .list_cat li a:hover {
        color: #9fa0a0; }

.list_side {
  font-size: .9375em;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .list_side {
      font-size: 1em; } }
  .list_side li {
    margin-bottom: 1.5em; }
    .list_side li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .list_side li {
        font-size: 1em;
        margin-bottom: 5%; } }
    .list_side li div.article_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .list_side li div.side_img {
      width: 80px;
      margin-right: 20px;
      height: 80px; }
      @media screen and (max-width: 767px) {
        .list_side li div.side_img {
          width: 150px;
          margin-right: 5%;
          height: 100px; } }
      .list_side li div.side_img .wpp-thumbnail {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        font-family: 'object-fit: cover; object-position: 50% 50%;';
        height: 80px;
        width: 80px; }
        @media screen and (max-width: 767px) {
          .list_side li div.side_img .wpp-thumbnail {
            width: 150px;
            height: 100px; } }
    .list_side li div.side_desc {
      width: calc(100% - 100px); }
      @media screen and (max-width: 767px) {
        .list_side li div.side_desc {
          width: calc(100% - 150px - 5%); } }
      .list_side li div.side_desc .date {
        color: #464036;
        font-size: .8em;
        font-weight: bold;
        margin-bottom: .5em;
        font-family: 'Roboto Slab', serif;
        letter-spacing: 2px; }

/*
5:div
------------------------------------------------------------
*/
.main_img {
  margin: 0 5vw 150px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .main_img {
      margin-bottom: 20%; } }
  .main_img:after {
    position: absolute;
    content: '';
    background: url(../images/main_line.svg) no-repeat center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .main_img .main_p {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 2.15625em;
    letter-spacing: 8px; }
    @media screen and (max-width: 767px) {
      .main_img .main_p {
        font-size: 8vw;
        line-height: 1.5; } }

.section_top {
  padding: 0 5vw;
  position: relative;
  padding-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .section_top {
      padding-bottom: 15%; } }
  .section_top:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #040000;
    z-index: -1; }
  .section_top.fade_line.scrollin:after {
    -webkit-animation: fade_line_01 1.1s ease 1.3s 1 forwards;
    animation: fade_line_01 1.1s ease 1.3s 1 forwards; }
  .section_top p {
    font-size: 1.0625em;
    line-height: 2.2;
    font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif; }
  .section_top .section_top_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-right: 10vw; }
    @media screen and (max-width: 767px) {
      .section_top .section_top_inner {
        padding-right: 5vw; } }
    .section_top .section_top_inner:after {
      position: absolute;
      content: '';
      right: 0;
      top: -150px;
      width: 1px;
      height: 0;
      background: #040000;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .section_top .section_top_inner:after {
          top: -15%; } }
    .section_top .section_top_inner.fade_line.scrollin:after {
      -webkit-animation: fade_line_02 1.1s ease 1.3s 1 forwards;
      animation: fade_line_02 1.1s ease 1.3s 1 forwards; }
      @media screen and (max-width: 767px) {
        .section_top .section_top_inner.fade_line.scrollin:after {
          -webkit-animation: fade_line_02_sp 1.1s ease 1.3s 1 forwards;
          animation: fade_line_02_sp 1.1s ease 1.3s 1 forwards; } }

@-webkit-keyframes fade_line_01 {
  100% {
    width: 100%; } }

@keyframes fade_line_01 {
  100% {
    width: 100%; } }

@-webkit-keyframes fade_line_02 {
  100% {
    height: 200%; } }

@keyframes fade_line_02 {
  100% {
    height: 200%; } }

@-webkit-keyframes fade_line_02_sp {
  100% {
    height: 130%; } }

@keyframes fade_line_02_sp {
  100% {
    height: 130%; } }

.section_top_02 {
  position: relative; }
  .section_top_02:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    bottom: 560px;
    background: url(../images/slash_l.svg) no-repeat;
    height: 962px;
    width: 0; }
    @media screen and (max-width: 767px) {
      .section_top_02:before {
        height: 600px;
        bottom: auto;
        top: 17%; } }
  .section_top_02:after {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    bottom: -5%;
    background: url(../images/slash_r.svg) no-repeat;
    width: 1225px;
    height: 0; }
  .section_top_02.fade_line.scrollin:before {
    -webkit-animation: fade_line_03 2s ease 3s 1 forwards;
    animation: fade_line_03 2s ease 3s 1 forwards; }

@-webkit-keyframes fade_line_03 {
  100% {
    width: 617px; } }

@keyframes fade_line_03 {
  100% {
    width: 617px; } }

.section_ttl {
  position: relative; }

.contact_bnr {
  background: #040000;
  color: #fff;
  text-align: center;
  padding: 5vw 0; }
  @media screen and (max-width: 767px) {
    .contact_bnr {
      padding: 20% 0; } }
  .contact_bnr p {
    font-size: 1.125em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
    margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .contact_bnr p {
        font-size: 4vw; } }

.box {
  padding: 3vw 5vw;
  margin-top: 140px;
  border: 1px solid #040000;
  position: relative;
  font-size: 1.0625em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif; }
  @media screen and (max-width: 767px) {
    .box {
      margin-top: 70px;
      padding: 8vw 5vw; } }
  .box:before {
    position: absolute;
    content: '';
    background: #040000;
    height: 98px;
    width: 1px;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .box:before {
        height: 60px;
        top: -40px; } }
  .box .title {
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 1em; }
  .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .box ul li {
      width: 47%;
      line-height: 2.3; }
      @media screen and (max-width: 767px) {
        .box ul li {
          width: 100%; } }

.section_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .section_company .company_l {
    width: 55%; }
    @media screen and (max-width: 767px) {
      .section_company .company_l {
        width: 100%;
        margin-bottom: 5%; } }
    .section_company .company_l p {
      font-size: 1.0625em;
      line-height: 2.2;
      font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif; }
      @media screen and (max-width: 767px) {
        .section_company .company_l p {
          line-height: 2; } }
  .section_company img {
    width: 40%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_company img {
        width: 100%; } }

.map {
  position: relative; }
  .map::before {
    content: '';
    display: block;
    height: 410px; }
  .map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section_txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  font-size: .9375em;
  line-height: 2.3; }
  @media screen and (max-width: 767px) {
    .section_txt {
      line-height: 2;
      font-size: 1em; } }
  .section_txt .date {
    font-family: 'Oswald', sans-serif;
    font-size: .8em;
    margin-bottom: 1em;
    letter-spacing: 2px; }
  .section_txt img {
    margin: 3% 0;
    display: block;
    max-height: 500px;
    width: auto; }
  .section_txt p.txt_com {
    margin-top: 5em; }
    @media screen and (max-width: 767px) {
      .section_txt p.txt_com {
        margin-top: 3em;
        font-size: .85em; } }

/*
6:ul
------------------------------------------------------------
*/
.list_top_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9375em;
  line-height: 2;
  margin-bottom: 5%;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .list_top_service {
      margin-bottom: 10%; } }
  .list_top_service li {
    width: 30%;
    margin-right: 5%; }
    @media screen and (max-width: 767px) {
      .list_top_service li {
        width: 100%;
        margin: 0 0 10%; } }
    .list_top_service li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_top_service li:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .list_top_service li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .list_top_service li a:hover img {
      -webkit-transform: scale(1.03, 1.03);
      -ms-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03); }
    .list_top_service li img {
      margin-bottom: 30px;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      @media screen and (max-width: 767px) {
        .list_top_service li img {
          margin-bottom: 0;
          width: 35%;
          height: 100%; } }
    @media screen and (max-width: 767px) {
      .list_top_service li .txt_content {
        width: 60%; } }
    .list_top_service li .title {
      font-size: 1.6em;
      margin-bottom: .5em;
      font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
      font-weight: bold;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .list_top_service li .title {
          font-size: 5vw; } }
      .list_top_service li .title span {
        display: block;
        font-size: .5em;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        margin-bottom: 1em; }
        @media screen and (max-width: 767px) {
          .list_top_service li .title span {
            margin-bottom: .5em; } }

.list_top_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .list_top_works {
      margin-top: 10%; } }
  .list_top_works li {
    width: 30%;
    margin-right: 5%; }
    @media screen and (max-width: 767px) {
      .list_top_works li {
        width: 100%;
        margin: 0 0 10%; } }
    .list_top_works li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .list_top_works li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    .list_top_works li a:hover .fit {
      -webkit-transform: scale(1.03, 1.03);
      -ms-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03); }
    .list_top_works li .fit {
      height: 20vw;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .list_top_works li .fit {
          height: 35vw;
          margin-bottom: 0;
          width: 55%; } }
    @media screen and (max-width: 767px) {
      .list_top_works li .txt_content {
        width: 40%; } }
    .list_top_works li .title {
      font-size: 1.1875em;
      font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
      font-weight: bold;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .list_top_works li .title {
          font-size: 4vw; } }

.list_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .9375em;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .list_three {
      margin-top: 10%; } }
  .list_three li {
    width: 30%;
    margin-right: 5%; }
    @media screen and (max-width: 767px) {
      .list_three li {
        width: 100%;
        margin: 0 0 12%; } }
    .list_three li:nth-child(2) {
      margin-top: 4%; }
      @media screen and (max-width: 767px) {
        .list_three li:nth-child(2) {
          margin-top: 0; } }
    .list_three li:last-child {
      margin-right: 0;
      margin-top: 8%; }
      @media screen and (max-width: 767px) {
        .list_three li:last-child {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .list_three li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .list_three li a:hover .fit {
      -webkit-transform: scale(1.03, 1.03);
      -ms-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03); }
    .list_three li .fit {
      height: 20vw;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .list_three li .fit {
          height: 30vw;
          margin-bottom: 0;
          width: 35%; } }
    @media screen and (max-width: 767px) {
      .list_three li .txt_content {
        width: 60%; } }
    .list_three li .day {
      font-size: .8em;
      font-family: 'Oswald', sans-serif;
      letter-spacing: 2px;
      margin-bottom: .5em; }
    .list_three li .title {
      font-size: 1.6em;
      font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
      font-weight: bold;
      margin-bottom: .5em;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .list_three li .title {
          font-size: 4.5vw; } }

.list_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -6%;
  font-size: .9375em; }
  @media screen and (max-width: 767px) {
    .list_blog {
      margin-bottom: 0; } }
  .list_blog li {
    margin: 0 6% 6% 0;
    width: 47%; }
    .list_blog li:nth-child(2n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .list_blog li {
        width: 100%;
        margin: 0 0 10%; }
        .list_blog li:last-child {
          margin-bottom: 0; } }
    .list_blog li a {
      display: block; }
      @media screen and (max-width: 767px) {
        .list_blog li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .list_blog li a:hover .fit {
        -webkit-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03); }
      .list_blog li a .fit {
        height: 20vw;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .list_blog li a .fit {
            height: 30vw;
            margin-bottom: 0;
            width: 40%; } }
      @media screen and (max-width: 767px) {
        .list_blog li a .txt_content {
          width: 55%; } }
      .list_blog li a .day {
        font-family: 'Oswald', sans-serif;
        font-size: .8em;
        margin-bottom: 1em;
        letter-spacing: 2px; }
      .list_blog li a .title {
        font-size: 1.6em;
        font-weight: bold;
        font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
        margin-bottom: .5em;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          .list_blog li a .title {
            font-size: 4.5vw; } }

.list_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 562px;
  margin: 0 auto 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.0625em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  color: #464036;
  position: relative; }
  @media screen and (max-width: 767px) {
    .list_contact {
      width: 280px;
      font-size: .9em;
      margin: 0 auto 15%; } }
  .list_contact:before {
    position: absolute;
    content: '';
    background: #464036;
    width: 85%;
    height: 1px;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .list_contact:before {
        width: 80%; } }
  .list_contact li {
    position: relative;
    padding-top: 30px; }
    .list_contact li:after {
      position: absolute;
      content: '';
      background: #666;
      width: 20px;
      height: 20px;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
      border-radius: 50%; }
    .list_contact li.current:after {
      background: #040000; }

/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .dlist_bnr {
      font-size: 1em; } }
  .dlist_bnr dt {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .dlist_bnr dt {
        width: 100%; } }
    .dlist_bnr dt div.img_eye {
      height: 210px;
      background-position: center; }
  .dlist_bnr dd {
    text-align: center;
    width: 60%;
    padding: 3% 5%; }
    @media screen and (max-width: 767px) {
      .dlist_bnr dd {
        width: 100%;
        padding: 5%; } }

.dlist_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .dlist_about dt {
    width: 48%;
    margin-right: 4%; }
  .dlist_about dd {
    width: 48%; }

/*
8:table
------------------------------------------------------------
*/
.table_company {
  width: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .table_company {
      margin-bottom: 1em; } }
  .table_company th {
    font-weight: 700;
    padding: 2em;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    width: 20%; }
    @media screen and (max-width: 767px) {
      .table_company th {
        width: 100%;
        display: block;
        padding: 0 1em .5em;
        border-bottom: none; } }
  .table_company td {
    padding: 2em 2em 2em 0;
    border-bottom: 1px solid #f2f2f2;
    width: 80%; }
    @media screen and (max-width: 767px) {
      .table_company td {
        width: 100%;
        display: block;
        padding: 0 1em 1em;
        margin-bottom: 1em; } }

/*
9:タイトル
------------------------------------------------------------
*/
.top_ttl {
  font-size: 2.875em;
  margin-bottom: .7em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  letter-spacing: 4px; }
  @media screen and (max-width: 767px) {
    .top_ttl {
      font-size: 6.5vw; } }
  .top_ttl span {
    font-size: .56em;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500; }

.main_ttl {
  font-size: 3.125em;
  margin-bottom: 1em;
  font-family: 'Oswald', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 6px; }
  @media screen and (max-width: 767px) {
    .main_ttl {
      font-size: 9vw; } }
  .main_ttl span {
    display: block;
    font-size: .34em;
    letter-spacing: 2px; }
  .main_ttl.left {
    text-align: left; }

.low_main_ttl {
  margin-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .low_main_ttl {
      margin-bottom: 1em; } }

.low_ttl {
  font-weight: bold;
  font-size: 2.875em;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: 4px; }
  @media screen and (max-width: 767px) {
    .low_ttl {
      font-size: 7vw; } }

.sub_ttl {
  font-size: 2.875em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  letter-spacing: 5px; }
  @media screen and (max-width: 767px) {
    .sub_ttl {
      font-size: 7vw; } }
  .sub_ttl span {
    display: block;
    font-size: .56em;
    font-family: 'Oswald', sans-serif;
    margin-bottom: .5em;
    font-weight: 500; }

.line_ttl {
  font-size: 1.875em;
  text-align: center;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 1em;
  padding-bottom: .5em; }
  .line_ttl:after {
    position: absolute;
    content: '';
    background: #040000;
    width: 44px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.side_ttl {
  border-bottom: 1px solid #040000;
  font-size: 1.25em;
  margin-bottom: 1.2em;
  padding: 0 0 .5em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .side_ttl {
      font-size: 6vw; } }

.txt_ttl {
  font-size: 1.75rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #040000;
  margin-bottom: 2em;
  padding-bottom: .8em;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .txt_ttl {
      font-size: 5vw;
      margin-bottom: 1.5em;
      padding-bottom: 1em; } }

.read_ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.875rem;
  font-family: 'Oswald', "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  letter-spacing: 4px; }
  @media screen and (max-width: 767px) {
    .read_ttl {
      font-size: 6.5vw; } }
  .read_ttl span {
    display: block;
    font-size: .56em;
    letter-spacing: 2px; }

/*
10：装飾
------------------------------------------------------------
*/
.bg_tkg {
  background: url(../images/bg_tkg.jpg) no-repeat center/cover;
  text-align: center;
  font-size: .9375em;
  font-weight: 400;
  position: relative;
  height: 560px; }
  @media screen and (max-width: 767px) {
    .bg_tkg {
      height: 100vh; } }
  .bg_tkg:after {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    bottom: -130px;
    background: url(../images/slash_r.svg) no-repeat;
    width: 1225px;
    height: 0; }
  .bg_tkg.fade_line.scrollin:after {
    -webkit-animation: fade_line_04 2s ease .2s 1 forwards;
    animation: fade_line_04 2s ease .2s 1 forwards; }
  .bg_tkg div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: calc(100% - 10vw);
    max-width: 561px;
    margin: 0 auto;
    padding: 5vw; }
    @media screen and (max-width: 767px) {
      .bg_tkg div {
        padding: 10vw; } }
    .bg_tkg div img {
      width: 230px;
      height: 108px;
      margin-bottom: 3vw; }
      @media screen and (max-width: 767px) {
        .bg_tkg div img {
          margin-bottom: 8vw; } }
    .bg_tkg div p {
      margin-bottom: 3vw; }
      @media screen and (max-width: 767px) {
        .bg_tkg div p {
          margin-bottom: 8vw; } }
    .bg_tkg div a.more {
      position: relative; }

.bg_white {
  background: #fff; }

.bg_black {
  background: #000; }

@-webkit-keyframes fade_line_04 {
  100% {
    height: 839px; } }

@keyframes fade_line_04 {
  100% {
    height: 839px; } }

.txt_clr_gray {
  color: #ccc; }

.txt_clr_white {
  color: #fff; }

.txt_clr_black {
  color: #000; }

/*
11:ボタン系
------------------------------------------------------------
*/
a.more {
  display: block;
  text-align: center;
  font-size: 1.125em;
  width: 172px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-bottom: .5em;
  letter-spacing: 3px;
  top: 0;
  height: 33px;
  margin: auto;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    a.more {
      position: relative; } }
  a.more:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_right_b.svg) no-repeat;
    width: 172px;
    height: 15px;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  a.more:hover:after {
    left: 10px; }

a.button {
  display: block;
  padding: 1em;
  border: 1px solid #040000;
  max-width: 284px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  background: #fff; }
  a.button:before, a.button:after {
    position: absolute;
    content: '';
    background: #040000;
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  a.button:before {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px; }
  a.button:after {
    top: -100%;
    right: 30px;
    width: 1px;
    height: 100%; }
  a.button:hover:before {
    left: 0; }
  a.button:hover:after {
    top: 0; }

a.contact_btn {
  max-width: 800px;
  width: 90%;
  background: #fff;
  display: block;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 1.375em;
  position: relative; }
  @media screen and (max-width: 767px) {
    a.contact_btn {
      height: 80px;
      line-height: 80px; } }
  a.contact_btn:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_right_b_short.svg) no-repeat;
    width: 82px;
    height: 15px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    @media screen and (max-width: 767px) {
      a.contact_btn:after {
        background: none; } }
  a.contact_btn:hover:after {
    right: 20px; }

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: 1.0625em;
  padding: 1.7em 0;
  margin: 0;
  background: #f7f7f7;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    #list_breadcrumb {
      font-size: 2.5vw;
      margin-bottom: 15%; } }

.low_p {
  font-size: 1.0625em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  line-height: 2; }

.low_p_02 {
  text-align: center;
  font-size: 1.0625em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  line-height: 2;
  margin-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .low_p_02 {
      text-align: left;
      margin-bottom: 2em; } }

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 3em;
  width: 100%;
  font-size: 1.0625em; }
  @media screen and (max-width: 767px) {
    .contactform {
      margin-bottom: 1em; } }
  .contactform tr th {
    font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
    padding: 1.5em 1em 1em 0;
    text-align: left;
    vertical-align: top;
    width: 25%; }
    @media screen and (max-width: 767px) {
      .contactform tr th {
        width: 100%;
        display: block;
        padding: 0 0 1em; } }
  .contactform tr td {
    width: 75%;
    padding: 1em;
    text-align: left;
    border-radius: 15px; }
    @media screen and (max-width: 767px) {
      .contactform tr td {
        width: 100%;
        display: block;
        padding: 0 0 1.5em; } }

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  background: #fcfcfc;
  border: none; }

input#zip {
  width: 140px; }
  @media screen and (max-width: 767px) {
    input#zip {
      width: 120px; } }

input#zip1 {
  width: 200px; }
  @media screen and (max-width: 767px) {
    input#zip1 {
      width: 160px; } }

input[type="checkbox"] {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  vertical-align: middle; }

textarea {
  height: 250px; }

span.mwform-tel-field input {
  width: 25% !important; }

.submit, .backBtn {
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 1.0625em;
  line-height: 88px;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #e2e2e2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: .1em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  border-radius: 0;
  height: 88px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .submit, .backBtn {
      font-size: 1em;
      line-height: 65px;
      height: 65px; } }

.backBtn {
  background: #3F3F3F;
  margin-top: 1.5em; }

.submit:hover, .backBtn:hover {
  opacity: .8; }

.required {
  font-size: .65em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
  background: #040000;
  color: #fff;
  padding: .5em 1em; }

.box_contact {
  border-top: 1px solid #040000;
  border-bottom: 1px solid #040000;
  padding: 2em 0;
  font-size: 1.0625em;
  line-height: 2.2;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif;
  margin-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .box_contact {
      font-size: 1em;
      margin-bottom: 2em; } }
  .box_contact .title {
    font-size: 1.176em;
    font-weight: bold;
    margin-bottom: .5em;
    line-height: 1.6; }

span.mwform-checkbox-field {
  display: block;
  text-align: center;
  margin-bottom: 3em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif; }
  @media screen and (max-width: 767px) {
    span.mwform-checkbox-field {
      margin-bottom: 2em; } }

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin-top: 5%;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125em; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 10%;
      font-size: 1em; } }
  .wp-pagenavi a {
    display: inline-block;
    margin-right: 1em;
    background: #040000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .wp-pagenavi a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: .5em; } }
    .wp-pagenavi a:hover {
      background: #464036; }
  .wp-pagenavi span {
    display: inline-block;
    margin-right: 1em;
    background: #040000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .wp-pagenavi span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: .5em; } }
    .wp-pagenavi span.current {
      background: #464036; }

.related_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -4%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,'Noto Sans JP', sans-serif; }
  .related_post li {
    width: 30%;
    margin: 0 5% 4% 0; }
    .related_post li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .related_post li {
        width: 100%;
        margin: 0 0 10%; } }
    @media screen and (max-width: 767px) {
      .related_post li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .related_post li a:hover img.wp-post-image {
      -webkit-transform: scale(1.03, 1.03);
      -ms-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03); }
    .related_post li .fit {
      height: 180px;
      overflow: hidden;
      display: block;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .related_post li .fit {
          width: 45%;
          height: 35vw; } }
    @media screen and (max-width: 767px) {
      .related_post li .txt_content {
        width: 50%; } }
    .related_post li .day {
      display: block;
      font-size: .75em;
      letter-spacing: 2px;
      margin-bottom: .5em; }
    .related_post li .title {
      font-size: 1.0625em;
      font-weight: bold; }

.yarpp-related {
  margin: 0 !important; }

.wp_rp_footer {
  display: none !important; }

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0; }

.m05 {
  margin-bottom: 5px; }

.m10 {
  margin-bottom: 10px; }

.m15 {
  margin-bottom: 15px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px; }

.m40 {
  margin-bottom: 40px; }

.m50 {
  margin-bottom: 50px; }

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 4em auto 10em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #383838;
  padding: 2.5em 2em 0;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .list_pagination {
      padding: 2em 1em 0;
      margin: 4em auto 20%; } }
  .list_pagination li {
    width: calc(100% - 32px - 50%); }
    .list_pagination li.prev a {
      padding-left: 40px; }
      .list_pagination li.prev a:before {
        left: 0;
        background: url(../images/arrow_page_l.svg) no-repeat center; }
    .list_pagination li.middle {
      width: 32px;
      height: 22px; }
    .list_pagination li.next {
      margin-right: 0;
      text-align: right; }
      .list_pagination li.next a {
        padding-right: 40px; }
        .list_pagination li.next a:before {
          right: 0;
          background: url(../images/arrow_page_r.svg) no-repeat center; }
    .list_pagination li a {
      position: relative;
      display: inline-block; }
      .list_pagination li a:before {
        position: absolute;
        content: '';
        width: 24px;
        height: 11px;
        top: 10px; }
        @media screen and (max-width: 767px) {
          .list_pagination li a:before {
            top: 8px; } }
      .list_pagination li a:hover {
        color: #464036; }

/*
17:last
------------------------------------------------------------
*/
.fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .fadein.scrollin {
    opacity: 1; }
