@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] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  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を全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), 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: #b60005;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    top: 25%;
    height: 30px;
    width: 30px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: #b60005;
}
.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 {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 22px 17.5px 0;
  border-color: transparent #b60005 transparent transparent;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
.slick-next:before {
    border-width: 20px 26px 20px 0;
  }
}

.slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
  transform: rotate(180deg);
  top: -12px;
  bottom: 0;
  margin: auto 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -15px;
  }
}
.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: 25px;
  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: #b60005;
  opacity: 0.75;
}

.list_img .slick-dots {
  bottom: 15px;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

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

body {
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
  color: #040000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #040000;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

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;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

#content {
  clear: both;
}

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

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

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

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

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

.section_wrap {
  padding: 10em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 4em 0;
  }
}

.section_wrap02 {
  padding: 0 0 10em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap02 {
    padding: 0 0 4em 0;
  }
}

.section_wrap03 {
  padding: 6.6em 0 7.6em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap03 {
    padding: 4em 0;
  }
}

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

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

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section {
  margin: 0 0 3em;
  overflow: hidden;
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 0 auto;
  border-top: 8px solid #b60005;
}

.header_box {
  width: 100%;
  max-width: calc(1500px + 10vw);
  padding: 74px 5vw 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 15px 5vw 0;
  }
}
.header_box .header_navi {
  position: absolute;
  height: 48px;
  right: 5vw;
  top: 0;
  background: #b60005;
  color: #fff;
  text-align: center;
  padding: 7px 44.37px;
  border-radius: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .header_box .header_navi {
    position: relative;
    color: #040000;
    height: auto;
    right: unset;
    padding: 0;
    border-radius: 0;
    background: unset;
    text-align: left;
    font-size: 0.7em;
    margin-bottom: 5px;
  }
}

.header_ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    margin-bottom: 20px;
  }
}
.header_ttl img.logo {
  width: 360px;
  margin-top: -15px;
}
.header_ttl img.logo:hover {
  opacity: 0.85;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .header_ttl img.logo {
    width: 350px;
  }
}
@media screen and (max-width: 1180px) {
  .header_ttl img.logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 250px;
    margin-top: 0;
  }
}

#header_left {
  float: left;
}

#header_right {
  float: right;
}
@media screen and (max-width: 767px) {
  #header_right {
    float: inherit;
  }
}

#gnavi {
  margin-bottom: 36px;
}
#gnavi ul.gnav {
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav {
    display: block;
  }
}
#gnavi ul.gnav li {
  font-size: 1.125em;
  margin-right: 2em;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #gnavi ul.gnav li {
    margin-right: 1.8em;
  }
}
@media screen and (max-width: 1180px) {
  #gnavi ul.gnav li {
    font-size: 1em;
    margin-right: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li {
    font-size: 1.2em;
    margin: 0 0 1em 0;
    text-align: left;
  }
}
#gnavi ul.gnav li a {
  padding-bottom: 45px;
}
#gnavi ul.gnav li a:hover {
  opacity: 0.85;
  transition: 0.3s;
  color: #b60005;
}
#gnavi ul.gnav li:last-child {
  margin-right: 0;
}
#gnavi ul.gnav li ul.sub_nav {
  position: absolute;
  content: "";
  top: 50px;
  left: -100px;
  z-index: 1;
  background: #b60005;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li ul.sub_nav {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
  }
}
#gnavi ul.gnav li:hover ul.sub_nav {
  padding: 18px 20px 12px 20px;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li:hover ul.sub_nav {
    padding: 0;
  }
}
#gnavi ul.gnav li:hover ul.sub_nav:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 15px;
  border-color: transparent transparent #b60005 transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12px;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li:hover ul.sub_nav:before {
    content: none;
  }
}
#gnavi ul.gnav li:hover ul > li {
  height: 3rem;
  overflow: visible;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li:hover ul > li {
    height: auto;
  }
}
#gnavi ul.gnav li:hover ul > li:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/contain;
  width: 12px;
  height: 10px;
  top: -15px;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li:hover ul > li:before {
    content: none;
  }
}
#gnavi ul.gnav li li {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  width: 260px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li li {
    height: auto;
    font-size: 0.75em;
    width: 65%;
    margin-top: 10px;
    color: #000;
  }
}
#gnavi ul.gnav li li a {
  border-bottom: 1px solid #fff;
  padding: 0 10px 0 5px;
  display: block;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li li a {
    padding: 0 5px;
    margin-left: 10px;
    position: relative;
    color: #000 !important;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav li li a:before {
    position: absolute;
    content: ">";
    width: 10px;
    height: 10px;
    top: -15px;
    bottom: 0;
    margin: auto;
    left: -10px;
  }
}
#gnavi ul.gnav li li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#gnavi ul.gnav .current a {
  color: #b60005;
}
#gnavi ul.gnav .current02 {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnavi ul.gnav .current02 {
    display: block;
  }
}
#gnavi ul.gnav .current02 a {
  color: #b60005;
}
#gnavi ul.sub_nav li.current {
  color: #b60005;
}
#gnavi ul.sub_nav li.current a {
  color: #040000;
}
@media screen and (max-width: 767px) {
  #gnavi ul.sub_nav li.current a {
    color: #b60005;
  }
}

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

#overlay {
  width: 100%;
  display: contents;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.5s;
    padding: 60px 5vw;
  }
  #overlay.active {
    display: block;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background: #b60005;
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 55%;
    height: 1px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 1px;
    background: #b60005;
    top: 0;
    right: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 30%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 29%;
  }
  .menu-trigger.active span {
    transition: all 0.3s;
  }
  .menu-trigger.active span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 1px;
    background: #fff;
    top: 0;
    right: 2px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) rotate(45deg);
    top: 10px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) rotate(-45deg);
    bottom: 9px;
  }
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 8.75em 5vw 7.81em;
  position: relative;
}
#footer .top_sdgs {
  position: absolute;
  content: "";
  right: 0;
  width: 29%;
  top: 120px;
}
@media screen and (max-width: 767px) {
  #footer .top_sdgs {
    position: relative;
    width: 65%;
    margin: 0 auto 30px;
    right: inherit;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 4em 5vw;
  }
}

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

.f_logo {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 25px;
  }
}
.f_logo img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .f_logo img {
    width: 280px;
    margin: 0 auto;
  }
}

.f_txt {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .f_txt {
    font-size: 1em;
    margin-bottom: 30px;
  }
}

.copy {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 25%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 15%;
  }
}

#searchform div {
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #333;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
  width: 100%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_serch.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat {
  font-size: 0.8125em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_cat {
    font-size: 1em;
  }
}
.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: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.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 p.date {
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  font-size: 0.9375em;
}
.list_side li div.article_content {
  display: flex;
  align-items: center;
}
.list_side li div.side_img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #3D352F;
}
@media screen and (max-width: 767px) {
  .list_side li div.side_img {
    width: 100px;
    max-height: 100px;
  }
}
.list_side li div.side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li div.side_desc {
  font-size: 0.8125em;
  width: calc(100% - 60px);
  line-height: 1.5;
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  background: url(../images/main_img.jpg) no-repeat center/cover;
  clear: both;
  overflow: hidden;
  padding: 5em 0;
}
@media screen and (max-width: 1300px) {
  .main_img {
    padding: 4em 0;
  }
}
@media screen and (max-width: 1180px) {
  .main_img {
    padding: 4em 0;
  }
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 3em 0;
  }
}
.main_img .main_inner {
  width: 100%;
  max-width: calc(1500px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
  position: relative;
}
.main_img_left {
  width: 60%;
  padding-right: 5%;
}
@media screen and (max-width: 1180px) {
  .main_img_left {
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  .main_img_left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.main_img_ttl {
  font-family: "Open Sans", sans-serif;
  font-size: 4.06em;
  margin-bottom: 30px;
  font-weight: 400;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 1180px) {
  .main_img_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_img_ttl {
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.main_img_ttl span {
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.main_img_txt {
  font-size: 1.25em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .main_img_txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_img_txt {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
}

.anime-catchcopy .copy-1 {
  opacity: 0;
}

.anime-catchcopy.active .copy-1 {
  -webkit-animation-name: copyFade1;
          animation-name: copyFade1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes copyFade1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes copyFade1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadein {
  opacity: 0;
  transition: all 0.9s;
}
.fadein.fade_up {
  transform: translate(0, -30px);
}
.fadein.fade_down {
  transform: translate(0, 30px);
}
.fadein.fade_left {
  transform: translate(-50px, 0);
}
.fadein.fade_right {
  transform: translate(50px, 0);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.top_info_bg {
  background: rgba(255, 255, 255, 0.3);
}

.top_info {
  display: flex;
  max-width: calc(1500px + 10vw);
  width: 100%;
  margin: 0 auto 9.375em;
  padding: 40px 5vw;
}
@media screen and (max-width: 767px) {
  .top_info {
    display: block;
    padding: 0 5vw;
    margin: 0 auto 4em;
    background: none;
  }
}

.top_infottl {
  width: 10%;
  display: flex;
  padding-right: 25px;
  margin-right: 45px;
  border-right: 1px solid #040000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.9375em;
  font-weight: 700;
}
@media screen and (max-width: 1180px) {
  .top_infottl {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 767px) {
  .top_infottl {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-right: unset;
    border-bottom: 1px solid #040000;
  }
}

.right {
  width: 90%;
}

.tickerlist li {
  font-size: 1.125em;
}
.tickerlist li:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.tickerlist li span {
  display: block;
}

.ticker {
  height: 60px !important;
  overflow: hidden;
}
.top_sec01 {
  background: url(../images/top_bg_green.jpg) no-repeat center/cover;
  padding: 0 0 10.3em;
}
@media screen and (max-width: 767px) {
  .top_sec01 {
    padding: 4em 0;
  }
}

.sec_con {
  background: url(../images/top_bg.jpg) no-repeat center/cover;
  padding: 7.81em 0;
}
@media screen and (max-width: 767px) {
  .sec_con {
    padding: 4em 0;
  }
}
.sec_con .box_con {
  background: #fff;
  padding: 4.375em 9vw;
}
@media screen and (max-width: 767px) {
  .sec_con .box_con {
    padding: 3em 5vw;
  }
}
.sec_con .box_con_ttl {
  text-align: center;
  border-bottom: 1px solid #040000;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
}
.sec_con .box_con_area {
  margin: 0 auto;
  display: flex;
  max-width: 805px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_con .box_con_area {
    display: block;
  }
}
.sec_con .box_con_area .con_left {
  width: 50%;
  border-right: 1px solid #040000;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec_con .box_con_area .con_left {
    width: 100%;
    font-size: 1.1em;
    padding-right: 0;
    border-right: unset;
    margin-bottom: 30px;
  }
}
.sec_con .box_con_area .con_right {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec_con .box_con_area .con_right {
    width: 100%;
    padding: 0;
  }
}
.sec_con .box_con_area .con_right a {
  width: 344px;
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  font-size: 1.625em;
  display: inline-block;
  padding: 12px 10px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec_con .box_con_area .con_right a {
    width: 100%;
    font-size: 1.4em;
    padding: 10px;
  }
}
.sec_con .box_con_area .con_right a:hover {
  opacity: 0.85;
}

.top_img {
  padding: 16em 0;
}
@media screen and (max-width: 767px) {
  .top_img {
    padding: 4em 0;
  }
}

#technology {
  background: url(../images/top_sgk_tec.jpg) no-repeat center/cover;
}

#power {
  background: url(../images/top_power.jpg) no-repeat center/cover;
}

#led {
  background: url(../images/top_led.jpg) no-repeat center/cover;
}

#coil {
  background: url(../images/top_sgk.jpg) no-repeat center/cover;
}

#custom, #cus_power, #switch, #large_s, #large_w {
  background: url(../images/top_custom.jpg) no-repeat center/cover;
}

#itemabout {
  background: url(../images/top_itemabout.jpg) no-repeat center/cover;
}

#recruit, #recruit_02, #recruit_03 {
  background: url(../images/top_rec.jpg) no-repeat center/cover;
}

#company {
  background: url(../images/top_com.jpg) no-repeat center/cover;
}

#csr {
  background: url(../images/bg_com02.jpg) no-repeat center/cover;
}

#csr_test {
  background: url(../images/bg_com02.jpg) no-repeat center/cover;
}

#blog {
  background: url(../images/bg_blog_head.jpg) no-repeat center/cover;
}

#works {
  background: url(../images/bg_works.jpg) no-repeat right/cover;
}

#panel_led, #wing, #anzen {
  background: url(../images/bg_panelled.jpg) no-repeat center/cover;
}

#led_panel {
  background: url(../images/bg_ledpanel.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #led_panel {
    background: url(../images/bg_ledpanel.jpg) no-repeat left/cover;
  }
}

#mokushi {
  background: url(../images/top_mokushi.jpg) no-repeat center/cover;
}

#led_poster {
  background: url(../images/top_ledpost.jpg) no-repeat center/cover;
}

#led_poster2 {
  background: url(../images/top_ledpost.jpg) no-repeat center/cover;
}

#download, .page-id-1820 #check, .page-id-1824 #thanks {
  background: url(../images/top_ledpost.jpg) no-repeat center/cover;
}

#cus_cer {
  background: url(../images/bg_cuscer.jpg) no-repeat center/cover;
}

#contact, #error, #check, #thanks ,#inhouse{
  background: url(../images/bg_contact.jpg) no-repeat center/cover;
}

#wireless {
  background: url(../images/top_wireless.jpg) no-repeat center/cover;
}

#feright {
  background: url(../images/top_feright.jpg) no-repeat center/cover;
}

.left_col {
  float: left;
  width: 40%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col {
    width: 100%;
    float: inherit;
    padding: 0;
    margin-bottom: 5%;
  }
}

.left_border {
  border-left: 3px solid #b60005;
  padding-left: 5%;
}

.left_col02 {
  float: left;
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .left_col02 {
    width: 100%;
    float: inherit;
    padding: 0;
    margin-bottom: 5%;
  }
}

.left_col02_2 {
  float: left;
  width: 50%;
  padding-right: 1%;
}
@media screen and (max-width: 767px) {
  .left_col02_2 {
    width: 100%;
    float: inherit;
    padding: 0;
    margin-bottom: 9px;
  }
}
.left_col02_2 img {
  width: 100%;
}

.left_col03 {
  float: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .left_col03 {
    width: 100%;
    float: inherit;
    margin: 0 0 5% 0;
  }
}

.left_col04 {
  float: left;
  width: 65%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col04 {
    width: 100%;
    float: inherit;
    padding: 0;
    margin-bottom: 5%;
  }
}

.left_col05 {
  float: left;
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col05 {
    width: 100%;
    float: inherit;
    margin: 0 0 10% 0;
  }
}
.left_col05 img {
  text-align: center;
}

.left_col06 {
  float: left;
  width: 35%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col06 {
    width: 100%;
    float: inherit;
    margin: 0 0 10% 0;
  }
}
.left_col06 img {
  text-align: center;
}

.left_col07 {
  float: left;
  width: 30%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col07 {
    width: 100%;
    float: inherit;
    margin: 0 0 10% 0;
  }
}
.left_col07 img {
  text-align: center;
}

.left_col08 {
  float: left;
  width: 60%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .left_col08 {
    width: 100%;
    float: inherit;
    margin: 0 0 10% 0;
  }
}
.left_col08 img {
  text-align: center;
}

.right_col {
  float: right;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .right_col {
    width: 100%;
    float: inherit;
  }
}

.right_col02 {
  float: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .right_col02 {
    width: 100%;
    float: inherit;
  }
}
.right_col02 img {
  width: 100%;
}

.right_col02_2 {
  float: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .right_col02_2 {
    width: 100%;
    float: inherit;
  }
}
.right_col02_2 img {
  width: 100%;
}

.right_col03 {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .right_col03 {
    width: 100%;
    float: inherit;
  }
}

.right_col04 {
  float: right;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .right_col04 {
    width: 100%;
    float: inherit;
  }
}

.right_col05 {
  float: right;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .right_col05 {
    width: 100%;
    float: inherit;
  }
}

.right_col06 {
  float: right;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .right_col06 {
    width: 100%;
    float: inherit;
  }
}

.right_col07 {
  float: right;
  width: 70%;
  padding: 15px 0 15px 5%;
}
@media screen and (max-width: 767px) {
  .right_col07 {
    width: 100%;
    float: inherit;
    padding: 0 0 0 5%;
  }
}

.right_col08 {
  float: right;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .right_col08 {
    width: 100%;
    float: inherit;
  }
}

.txt_arrow {
  text-align: center;
  margin-bottom: 70px;
}
.txt_arrow p {
  display: inline-block;
  position: relative;
  background: #9ec87c;
  color: #fff;
  font-size: 1.31em;
  font-weight: 300;
  width: 187px;
  padding: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  .txt_arrow p {
    font-size: 1.2em;
    width: 170px;
  }
}
.txt_arrow p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 137.5px 0 137.5px;
  border-color: #9ec87c transparent transparent transparent;
  bottom: -50px;
  left: -43px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .txt_arrow p:before {
    border-width: 60px 130px 0 130px;
    bottom: -45px;
  }
}

.large_img {
  max-width: 532px;
  margin: 0 auto 30px;
}

.box_large {
  background: #f5f5f5;
  padding: 50px;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .box_large {
    padding: 30px 10px;
    margin-bottom: 40px;
  }
}
.box_large_ttl {
  font-size: 1.875em;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box_large_ttl {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
}
.box_large_ttl:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .box_large_ttl:before {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .box_large_ttl:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 10%;
    height: 1px;
    z-index: -1;
  }
}
.box_large_ttl span {
  padding: 0 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .box_large_ttl span {
    padding: 0;
    text-align: center;
  }
}

.item_about_area {
  background: #f5f5f5;
  padding: 35px 40px 60px;
}
@media screen and (max-width: 767px) {
  .item_about_area {
    padding: 25px 20px 30px;
  }
}
.item_about_ttl {
  font-size: 1.875em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item_about_ttl {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
.item_about_txt {
  font-size: 1.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .item_about_txt {
    font-size: 1em;
    margin-bottom: 25px;
  }
}

.name_img {
  text-align: right;
}
.csr_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .csr_box {
    display: block;
  }
}
.csr_box_left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .csr_box_left {
    width: 100%;
  }
}
.csr_box_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr_box_right {
  width: 55%;
  background: #fbf8f8;
  padding: 40px 50px;
}
.csr_box_right.bg_white {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .csr_box_right {
    width: 100%;
    padding: 20px 15px;
  }
}

.c_ttl {
  font-size: 1.875em;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

.pa_box {
  background: #fbf8f8;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .pa_box {
    padding: 30px 15px;
  }
}

.box_anzen {
  background: #fbf8f8;
  padding: 60px 55px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .box_anzen {
    padding: 35px 20px;
  }
}
.box_anzen:before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #d61518;
  width: 50px;
  height: 5px;
  top: 0;
  left: 0;
}
.box_anzen p {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .box_anzen p {
    font-size: 1em;
  }
}

.led_postbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.led_postbox div {
  position: relative;
  width: 48%;
}
.led_postbox .led_post_three_year {
  width: 112px;
  position: absolute;
  top: 0;
  right: -130px;
}
@media screen and (max-width: 767px) {
  .led_postbox .led_post_three_year {
    width: 40px;
    right: -50px;
  }
}

.map {
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding: 60% 0 0;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_txt {
  font-size: 0.9375em;
}
.section_txt p.date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_txt p.date {
    font-size: 0.8em;
  }
}
.section_txt img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.ttl_3s {
  font-size: 1.75em;
  text-align: center;
  background: #b60005;
  border-radius: 50px;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_3s {
    font-size: 1.25em;
  }
}

.page_palnelbg {
  background: url(../images/page_panelbg.jpg) no-repeat center/cover;
  height: 300px;
  position: relative;
  margin-bottom: 75px;
}
.page_palnelbg:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page_palnelbg:before {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .page_palnelbg {
    height: 180px;
    margin-bottom: 4em;
  }
}
.page_palnelbg p {
  position: absolute;
  content: "";
  font-size: 2.25em;
  font-weight: 500;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_palnelbg p {
    font-size: 1.5em;
  }
}

.custom_bg {
  background: url(../images/custom_bg.jpg) no-repeat center/cover;
}

.coile_bg {
  background: url(../images/bg_coil.jpg) no-repeat center/cover;
}

.coile_bg02 {
  background: url(../images/bg_coil02.jpg) no-repeat center/cover;
}

/*
6:ul
------------------------------------------------------------
*/
.list_pro {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_pro {
    display: block;
    margin-bottom: 50px;
  }
}
.list_pro li {
  width: 30.66%;
  margin-right: 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_pro li {
    width: 100%;
    margin: 0 0 15% 0;
  }
}
.list_pro li:nth-child(3n) {
  margin: 0;
}
.list_pro li:hover {
  opacity: 0.85;
}
.list_pro li:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.list_pro_img {
  padding-bottom: 45px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_pro_img {
    padding-bottom: 20px;
    margin-bottom: 8px;
  }
}
.list_pro_img:before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #b60005;
  width: 60px;
  height: 5px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_pro_img:before {
    border-bottom: 3px solid #b60005;
    height: 3px;
  }
}
.list_pro_img img {
  transition: 1s all;
  overflow: hidden;
}
.list_pro_ttl {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_pro_ttl {
    font-size: 1.25em;
    margin-bottom: 5px;
  }
}
.list_pro_txt {
  font-size: 1.25em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_pro_txt {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.list_pro_more {
  font-size: 1.125em;
  position: absolute;
  content: "";
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_pro_more {
    position: relative;
  }
}
.list_pro_more a {
  border-bottom: 1px solid #040000;
  padding-bottom: 5px;
}
.list_pro_more a:hover {
  opacity: 0.85;
  transition: 0.3s;
  color: #b60005;
  border-bottom: 1px solid #b60005;
}

.list_works {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.list_works li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .list_works li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_works li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_works li:nth-child(4n) {
  margin-right: 0;
}
.list_works_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.list_works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_works_img .caption {
  text-align: center;
  color: #fff;
}
.list_works_img .caption .txt_area {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.list_works_img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease;
}
.list_works_img .mask .ttl {
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .list_works_img .mask .ttl {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .list_works_img .mask .txt {
    font-size: 0.8em;
  }
}
.list_works_img:hover .mask {
  opacity: 1;
}

.tec_area {
  background: url(../images/tec_bg.jpg) no-repeat center/cover;
  padding: 9em 0 10em 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .tec_area {
    padding: 5em 0;
    margin-bottom: 40px;
  }
}

.tec_ttl {
  font-size: 2.5em;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tec_ttl {
    font-size: 2em;
    margin-bottom: 25px;
  }
}

.list_tec {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_tec {
    display: block;
    margin-bottom: 40px;
  }
}
.list_tec li {
  width: 30%;
  margin-right: 5%;
  background: #fbf8f8;
  padding: 45px 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_tec li {
    width: 100%;
    margin: 0 0 5%;
    padding: 25px 15px;
  }
}
.list_tec li:before {
  position: absolute;
  content: "";
  border-top: 5px solid #b60005;
  width: 60px;
  height: 5px;
  top: 0;
  left: 0;
}
.list_tec li:last-child {
  margin: 0;
}
.list_tec .current {
  background: #fbd0c9;
}
.list_tec .current:before {
  width: 100%;
}
.list_tec_ttl {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_tec_ttl {
    font-size: 1.35em;
    margin-bottom: 10px;
  }
}
.list_tec_txt {
  font-size: 0.9375em;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_tec_txt {
    margin-bottom: 15px;
  }
}
.list_tec_btn {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .list_tec_btn {
    font-size: 1.1em;
  }
}
.list_tec_btn a {
  padding-bottom: 5px;
  border-bottom: 1px solid #040000;
}
.list_tec_btn a:hover {
  opacity: 0.85;
  transition: 0.3s;
  color: #b60005;
  border-bottom: 1px solid #b60005;
}

.list_tec02 {
  border-top: 1px solid #a9a9a9;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .list_tec02 {
    margin-top: 40px;
  }
}
.list_tec02 li {
  display: flex;
  padding: 4em 0;
  border-bottom: 1px solid #a9a9a9;
}
@media screen and (max-width: 767px) {
  .list_tec02 li {
    display: block;
    padding: 3.3em 0;
  }
}
.list_tec02_left {
  width: 40%;
  padding-right: 3%;
}
.list_tec02_left img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .list_tec02_left {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
.list_tec02_right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .list_tec02_right {
    width: 100%;
  }
}
.list_tec02_right .ttl {
  font-size: 2.125em;
  margin-bottom: 3%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_tec02_right .ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
}
.list_tec02_right .txt {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .list_tec02_right .txt {
    font-size: 1.1em;
  }
}

.list_custom {
  max-width: 767px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10%;
}
.list_custom li {
  width: 48%;
  margin: 0 4% 10% 0;
}
.list_custom li:nth-child(2n) {
  margin-right: 0;
}
.list_custom li.list02 {
  width: 31.3%;
  margin-right: 3%;
}
.list_custom li.list02:nth-child(2n) {
  margin-right: 3%;
}
.list_custom li.list02:nth-child(3n) {
  margin-right: 0;
}
.list_custom_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_custom_img {
    margin-bottom: 5%;
  }
}
.list_custom_ttl {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_custom_ttl {
    font-size: 1.15em;
    margin-bottom: 5%;
  }
}
.list_custom a.cus_btn {
  background: #5b5b5b;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 0.92em;
  padding: 15.5px;
  position: relative;
  border: 1px solid #5b5b5b;
}
@media screen and (max-width: 767px) {
  .list_custom a.cus_btn {
    font-size: 0.9em;
    padding: 6px;
  }
}
.list_custom a.cus_btn:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/contain;
  width: 11px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_custom a.cus_btn:before {
    right: 10px;
  }
}
.list_custom a.cus_btn:hover {
  transition: 0.3s;
  color: #040000;
  border: 1px solid #040000;
  background: #fff;
}
.list_custom a.cus_btn:hover:before {
  background: url(../images/arrow.png) no-repeat center/contain;
  right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_custom a.cus_btn:hover:before {
    right: 5px;
  }
}

.list_custom02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_custom02 {
    margin-bottom: -4%;
  }
}
.list_custom02 li {
  width: 31.33%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .list_custom02 li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
.list_custom02 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_custom02 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_custom02_img {
  margin-bottom: 15px;
}
.list_custom02_ttl {
  font-size: 1.375em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_custom02_ttl {
    font-size: 1.1em;
  }
}
.list_custom02 a.cus_btn02 {
  background: #5b5b5b;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 0.8125em;
  padding: 13.5px;
  position: relative;
  border: 1px solid #5b5b5b;
}
.list_custom02 a.cus_btn02:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/contain;
  width: 11px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transition: 0.3s;
}
.list_custom02 a.cus_btn02:hover {
  transition: 0.3s;
  color: #040000;
  border: 1px solid #040000;
  background: #fff;
}
.list_custom02 a.cus_btn02:hover:before {
  background: url(../images/arrow.png) no-repeat center/contain;
  right: 25px;
  transition: 0.3s;
}

.list_custom03 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .list_custom03 {
    margin-bottom: -10%;
  }
}
.list_custom03 li.list02 {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_custom03 li.list02 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10%;
  }
}
.list_custom03 li.list02:nth-child(2n) {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .list_custom03 li.list02:nth-child(2n) {
    margin-right: 0;
  }
}
.list_custom03 li.list02:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_custom03 li.list02:nth-child(3n) {
    margin-right: 4%;
  }
}
.list_custom03_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_custom03_img {
    margin-bottom: 5%;
  }
}
.list_custom03_ttl {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_custom03_ttl {
    font-size: 1.15em;
    margin-bottom: 5%;
    line-height: 1.6;
  }
}
.list_custom03 a.cus_btn {
  background: #5b5b5b;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 0.92em;
  padding: 15.5px;
  position: relative;
  border: 1px solid #5b5b5b;
}
@media screen and (max-width: 767px) {
  .list_custom03 a.cus_btn {
    font-size: 0.92em;
    padding: 6px;
  }
}
.list_custom03 a.cus_btn:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/contain;
  width: 11px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_custom03 a.cus_btn:before {
    right: 10px;
  }
}
.list_custom03 a.cus_btn:hover {
  transition: 0.3s;
  color: #040000;
  border: 1px solid #040000;
  background: #fff;
}
.list_custom03 a.cus_btn:hover:before {
  background: url(../images/arrow.png) no-repeat center/contain;
  right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_custom03 a.cus_btn:hover:before {
    right: 5px;
  }
}

.list_custom04 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .list_custom04 {
    display: block;
    margin-bottom: 0;
  }
}
.list_custom04 li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_custom04 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.list_custom04 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_custom04 li:last-child {
    margin-bottom: 0;
  }
}
.list_custom04 li:hover .list_custom04_img img {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.list_custom04_img {
  position: relative;
  overflow: hidden;
}
.list_custom04_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.list_custom04_ttl {
  font-size: 1.875em;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 30px;
  border-left: 5px solid #b60005;
}
@media screen and (max-width: 767px) {
  .list_custom04_ttl {
    font-size: 1.4em;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
.list_custom04_area {
  background: #5b5b5b;
  font-size: 1.25em;
  text-align: center;
}
.list_custom04_area a {
  color: #fff;
  line-height: 80px;
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_custom04_area a {
    line-height: 60px;
  }
}
.list_custom04_area a:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/cover;
  width: 14px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  transition: 0.3s;
}
.list_custom04_area a:hover {
  opacity: 0.85;
}
.list_custom04_area a:hover:before {
  right: 30px;
  transition: 0.3s;
}

.list_large {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_large {
    display: block;
  }
}
.list_large li {
  width: 31.33%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .list_large li {
    width: 100%;
    margin: 0 0 10%;
  }
}
.list_large li:last-child {
  margin: 0;
}
.list_large_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_large_img {
    margin-bottom: 15px;
  }
}
.list_large_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_large_ttl {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_large_ttl {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
}
.list_large_txt {
  font-size: 1em;
  min-height: 165px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  margin-bottom: 30px;
}
.list_large_txt02 {
  font-size: 0.75em;
}
.list_large_txt03 {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .list_large_txt03 {
    font-size: 1.1em;
  }
}

.list_rec {
  display: flex;
  flex-wrap: wrap;
}
.list_rec li {
  width: 33.3333333333%;
  border-bottom: 4px solid #e6e6e6;
  text-align: center;
  font-size: 1.5em;
  font-size: 400;
  padding-bottom: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_rec li {
    font-size: 0.9em;
  }
}
.list_rec li:hover {
  border-bottom: 4px solid #b60005;
  transition: 0.3s;
}
.list_rec li:hover a {
  color: #b60005;
}
.list_rec .current {
  border-bottom: 4px solid #b60005;
}
.list_rec .current a {
  color: #b60005;
}

.list_com li {
  background: #fff;
  display: flex;
  padding: 60px;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .list_com li {
    display: block;
    padding: 20px 15px;
    text-align: left;
  }
}
.list_com li:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_com li:last-child {
    margin-bottom: 40px;
  }
}
.list_com_left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_com_left {
    width: 100%;
    margin-bottom: 5%;
  }
}
.list_com_left .ttl {
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_com_left .ttl {
    font-size: 1.8em;
    text-align: left;
  }
}
.list_com_left .ttl span {
  display: block;
  font-size: 0.375em;
  color: #b60005;
  font-family: "Noto Sans JP", sans-serif;
}
.list_com_right {
  width: 55%;
  padding-left: 5%;
  margin-left: 5%;
  border-left: 1px solid #b60005;
}
@media screen and (max-width: 767px) {
  .list_com_right {
    width: 100%;
    padding-left: 3%;
    margin-left: 0;
  }
}
.list_com_right .txt01 {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_com_right .txt01 {
    font-size: 0.95em;
    margin-bottom: 5%;
  }
}
.list_com_right .txt02 {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .list_com_right .txt02 {
    font-size: 0.95em;
  }
}

.list_com02 {
  margin-bottom: 60px;
}
.list_com02 li {
  font-size: 1.125em;
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #d3d4d4;
}
@media screen and (max-width: 767px) {
  .list_com02 li {
    font-size: 1em;
    display: block;
    padding: 15px 0;
  }
}
.list_com02 li:first-child {
  border-top: 1px solid #d3d4d4;
}
.list_com02_left {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list_com02_left {
    width: 100%;
    font-weight: 500;
  }
}
.list_com02_right {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .list_com02_right {
    width: 100%;
  }
}

.list_csr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -70px;
}
.list_csr li {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.56em;
  width: 31.3%;
  margin-bottom: 70px;
  border-left: 1px solid #b60005;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list_csr li {
    font-size: 1.2em;
    margin-bottom: 50px;
  }
}
.list_csr li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  width: 7.5px;
  height: 7.5px;
  border-top: 2px solid #b60005;
  border-right: 2px solid #b60005;
  border-right: 2px solid #b60005;
  transform: rotate(135deg);
}
.list_csr li span {
  display: block;
  font-size: 0.48em;
  color: #b60005;
}
.list_csr li:nth-child(3n) {
  margin-right: 0;
  border-right: 1px solid #b60005;
}
.list_csr li:last-child {
  border-right: 1px solid #b60005;
}

.list_csr02 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_csr02 {
    margin-bottom: 15px;
  }
}
.list_csr02 li {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 10px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .list_csr02 li {
    font-size: 0.9em;
    margin-bottom: 5px;
  }
}
.list_csr02 li:last-child {
  margin-bottom: 0;
}
.list_csr02 li .left {
  width: 20%;
  float: left;
}
@media screen and (max-width: 767px) {
  .list_csr02 li .left {
    width: 35%;
  }
}
.list_csr02 li .right {
  width: 80%;
  float: right;
}
@media screen and (max-width: 767px) {
  .list_csr02 li .right {
    width: 65%;
  }
}
.list_csr02 li span {
  background: #b60005;
  color: #fff;
  padding: 1px 13px 3px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 767px) {
  .list_csr02 li span {
    padding: 1px 9px 3px;
    margin-bottom: 30px;
  }
}

.list_eq {
  display: flex;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list_eq {
    display: block;
  }
}
.list_eq li {
  text-align: left;
  font-size: 1em;
  width: 31.33%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .list_eq li {
    font-size: 1em;
    width: 100%;
    margin: 0 0 5%;
  }
}
.list_eq li .ttl {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_eq li .ttl {
    font-size: 1.25em;
  }
}
.list_eq li img {
  width: auto;
  height: 350px;
  margin: 0 auto 15px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .list_eq li img {
    height: 150px;
  }
}
.list_eq li p {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .list_eq li p {
    font-size: 1em;
  }
}
.list_eq li:nth-child(3n) {
  margin-right: 0;
}

.list_eq02 {
  flex-wrap: wrap;
  margin-bottom: -5%;
}
.list_eq02 li {
  margin-bottom: 5%;
}

.list_news {
  width: 100%;
}
.list_news li {
  font-size: 1.125em;
  border-bottom: 1px solid #999999;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}
.list_news li:hover {
  opacity: 0.85;
}
.list_news_data {
  width: 15%;
  float: left;
}
@media screen and (max-width: 767px) {
  .list_news_data {
    width: 100%;
    float: inherit;
  }
}
.list_news_ttl {
  width: 85%;
  float: right;
}
@media screen and (max-width: 767px) {
  .list_news_ttl {
    width: 100%;
    float: inherit;
  }
}

.list_contact {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_contact {
    margin-bottom: 35px;
  }
}
.list_contact li {
  width: 33%;
  margin-right: 1%;
  text-align: center;
  background: #666666;
  color: #fff;
  font-size: 1.125em;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .list_contact li {
    font-size: 1em;
    padding: 10px 0;
    line-height: 1.5;
  }
}
.list_contact li:last-child {
  margin-right: 0;
}
.list_contact .current {
  background: #b60005;
}

.list_power li {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_power li {
    display: block;
  }
}
.list_power li:last-child {
  margin-bottom: 0;
}
.list_power_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_power_left {
    width: 100%;
    margin-bottom: 3%;
  }
}
.list_power_right {
  width: 50%;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .list_power_right {
    width: 100%;
    padding-left: 0;
  }
}
.list_power_ttl {
  font-weight: 500;
  font-size: 1.75em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_power_ttl {
    font-size: 1.5em;
    margin-bottom: 5px;
  }
}
.list_power_txt {
  font-size: 1.25em;
  padding-bottom: 20px;
  font-weight: 500;
}
.list_power_txt02 {
  font-size: 1.25em;
  font-weight: 500;
}

.list_txt {
  padding-left: 15px;
}
.list_txt li {
  margin-bottom: 10px;
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
}
.list_txt li:before {
  position: absolute;
  content: "・";
  left: -20px;
}

.list_seisaku {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #999999;
}
.list_seisaku li {
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 500;
  display: flex;
}
.list_seisaku li span.left {
  width: 31%;
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  .list_seisaku li span.left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .list_seisaku li span.left {
    width: 40%;
  }
}
.list_seisaku li span.right {
  padding-left: 10px;
  width: 75%;
  display: inline-block;
  position: relative;
}
.list_seisaku li span.right:before {
  position: absolute;
  content: ":";
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .list_seisaku li span.right {
    width: 60%;
  }
}

.list_btn {
  display: flex;
  justify-content: center;
}
.list_btn li {
  width: 330px;
  margin-right: 30px;
}
.list_btn li:last-child {
  margin-right: 0;
}
.list_btn.list_btn02 {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list_btn.list_btn02 li {
    width: 100%;
    margin-bottom: 5%;
    margin-right: 0;
  }
}
.list_btn.list_btn02 + .list_btn02 {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .list_btn.list_btn02 + .list_btn02 {
    margin-top: 0;
  }
}

.list_cer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5%;
}
.list_cer li {
  width: 32%;
  margin: 0 2% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_cer li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_cer li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_cer li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_cer li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .list_cer li:nth-child(6n) {
    margin-right: 0;
  }
}
.list_cer li p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.list_cer li img {
  width: 100%;
}

.list_3s {
  margin-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  .list_3s {
    margin-bottom: 4em;
  }
}
.list_3s li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_3s li {
    display: block;
  }
}
.list_3s_img {
  width: 48%;
  padding-left: 4%;
  margin-right: 4%;
  float: left;
}
@media screen and (max-width: 767px) {
  .list_3s_img {
    width: 100%;
    float: inherit;
    padding-left: 0;
    margin: 0 0 3%;
  }
}
.list_3s_txt {
  float: right;
  padding-right: 4%;
  width: 48%;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .list_3s_txt {
    width: 100%;
    float: inherit;
    font-size: 1em;
  }
}
.list_3s_txt span {
  display: block;
  font-size: 1.44em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_3s_txt span {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
}

.list_coile {
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_coile {
    display: block;
  }
}
.list_coile li {
  width: 48%;
  margin-right: 4%;
  font-size: 1.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_coile li {
    width: 100%;
    font-size: 1.1em;
    margin: 0 0 4% 0;
  }
}
.list_coile li:last-child {
  margin: 0;
}
.list_coile li a {
  color: #b60005;
  padding: 13px;
  display: block;
  width: 100%;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #b60005;
}
.list_coile li a:hover {
  background: #b60005;
  color: #fff;
}

.section_wrap03 .list_blog a:hover .list_blog_link::before {
  background-color: #c33;
}
.section_wrap03 .list_blog_link {
  display: inline-block;
  position: relative;
  margin: 5% 0;
  padding-bottom: 5px;
  font-size: 0.938em;
  transition: color 0.3s;
}
.section_wrap03 .list_blog_link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: background-color 0.3s;
}
.section_wrap03 .list_blog_link:hover {
  color: #c33;
}
.section_wrap03 .list_blog_link:hover::before {
  background-color: #c33;
}

.blog_area .list_blog a:hover .list_blog_link::before {
  background-color: #c33;
}
.blog_area .list_blog_link {
  display: inline-block;
  position: relative;
  margin: 5% 0;
  padding-bottom: 5px;
  font-size: 0.938em;
  transition: color 0.3s;
}
.blog_area .list_blog_link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: background-color 0.3s;
}
.blog_area .list_blog_link:hover {
  color: #c33;
}
.blog_area .list_blog_link:hover::before {
  background-color: #c33;
}

.list_blog {
  display: flex;
  flex-wrap: wrap;
}
.list_blog li {
  width: 31.5%;
  margin: 0 0 5% 2.5%;
}
.list_blog li:nth-of-type(3n+1) {
  margin: 0 0 5% 0;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    width: 100%;
    margin: 0 0 10vw 0;
  }
  .list_blog li:nth-of-type(3n+1) {
    margin: 0 0 10vw 0;
  }
}
.list_blog li a, .list_blog li > div {
  display: block;
  height: 100%;
  padding-bottom: 10px;
}
.list_blog li > a {
  transition: background-color 0.3s, color 0.3s;
}
.list_blog li > a .list_blog_img img {
  transition: transform 0.3s;
  width: 100%;
}
.list_blog li > a:hover {
  color: #c66;
  background-color: #fbf8f8;
}
.list_blog li > a:hover .list_blog_img img {
  transform: scale(1.1);
}
.list_blog .list_blog_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_blog .list_blog_img .blog_cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  min-width: 126px;
  padding: 10px;
  background-color: #b60005;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
}
.list_blog .list_blog_day {
  margin-bottom: 10px;
  font-size: 0.875em;
}
.list_blog .list_blog_ttl {
  margin-bottom: 15px;
  font-size: 1.375em;
}
.list_blog .list_blog_ttl.list_blog_ttl_02 {
  margin-bottom: 0;
}
/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  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: flex;
  flex-flow: wrap;
}
.dlist_about dt {
  width: 48%;
  margin-right: 4%;
}
.dlist_about dd {
  width: 48%;
}

/*
8:table
------------------------------------------------------------
*/
.table_rec {
  width: 100%;
}
.table_rec tr {
  border-bottom: 1px solid #cccccc;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .table_rec tr {
    font-size: 0.9em;
  }
}
.table_rec tr:last-child {
  border-bottom: unset;
}
.table_rec th {
  width: 24%;
  font-weight: 500;
  padding: 0.8em 1.5em;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .table_rec th {
    width: 25%;
    padding: 0.5em;
  }
}
.table_rec td {
  width: 76%;
  padding: 0.8em 1.5em;
  background: #fbf8f8;
}
@media screen and (max-width: 767px) {
  .table_rec td {
    width: 75%;
    padding: 0.5em;
  }
}

.table_poster {
  width: 100%;
  text-align: center;
  border-top: 1px solid #1a1311;
  border-left: 1px solid #1a1311;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .table_poster {
    margin-bottom: 20px;
  }
}
.table_poster tr {
  border-bottom: 1px solid #1a1311;
}
.table_poster td {
  border-right: 1px solid #1a1311;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .table_poster td {
    padding: 8px;
  }
}
.table_poster td.big {
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table_poster td.big {
    font-size: 1.1em;
  }
}
.table_poster td.big span {
  display: block;
  font-size: 0.66em;
}

.table_scroll {
  width: 100%;
  min-width: 600px;
}
.table_scroll img {
  width: 100%;
}

/*
9:タイトル
------------------------------------------------------------
*/
.top_ttl {
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
  font-size: 3em;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
}
.top_ttl span {
  display: block;
  font-size: 0.45em;
  font-weight: 500;
}
.low_main_ttl {
  font-size: 2.875em;
  color: #040000;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    font-size: 1.8em;
  }
}

.low_main_ttl02 {
  color: #fff;
  text-align: center;
}

.ttl_01 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    font-size: 1.8em;
  }
}

.ttl_01_1 {
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_01_1 {
    font-size: 1.7em;
  }
}

.ttl_02 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 45px;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 1.5em;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.ttl_02:before {
  position: absolute;
  content: "";
  border-left: 2px solid #b60005;
  width: 2px;
  height: 58px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl_02:before {
    height: 40px;
  }
}

.ttl_02_line:before {
  height: 108px;
}
@media screen and (max-width: 767px) {
  .ttl_02_line:before {
    height: 70px;
  }
}

.ttl_02_2 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.6;
}
.ttl_02_2 span {
  display: block;
  font-size: 0.46em;
}

.ttl_02_3 {
  font-size: 2.5em;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_02_3 {
    font-size: 1.8em;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.ttl_02_3:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #b60005;
  width: 50px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.ttl_02_3 span {
  display: block;
  font-size: 0.46em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ttl_03 {
  font-size: 2.5em;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 1.8em;
  }
}
.ttl_03:before {
  position: absolute;
  content: "";
  border-bottom: 3px solid #b60005;
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  z-index: 1;
}
.ttl_03:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #999999;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.ttl_03 span {
  display: block;
  font-size: 0.46em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ttl_03_border {
  text-align: center;
  border-bottom: 2px solid #999999;
}
.ttl_03_border:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ttl_03_border span {
  display: block;
  font-size: 0.45em;
}

.ttl_04 {
  background: #b60005;
  text-align: center;
  font-size: 1.75em;
  color: #fff;
  margin-bottom: 40px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .ttl_04 {
    font-size: 1.4em;
    padding: 8px;
  }
}

.ttl_05 {
  font-size: 2.25em;
}
@media screen and (max-width: 767px) {
  .ttl_05 {
    font-size: 1.3em;
  }
}

.ttl_06 {
  font-size: 1.125em;
  color: #d61518;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_06 {
    font-size: 1em;
  }
}
.ttl_06:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #d61518;
  width: 100%;
  height: 2px;
  top: -33px;
  bottom: 0;
  margin: auto;
  right: 0;
}
.ttl_06 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 2.22em;
  color: #040000;
  position: relative;
  background: #fff;
  padding-right: 30px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ttl_06 span {
    font-size: 1.6em;
  }
}

.ttl_07 {
  font-size: 2.18em;
  text-align: center;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 20px 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ttl_07 {
    font-size: 1.35em;
    margin-bottom: 25px;
  }
}

.ttl_08 {
  font-size: 2.5em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ttl_08 {
    font-size: 1.5em;
  }
}
.ttl_08:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #999999;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}
.ttl_08 span {
  background: #fff;
  padding: 0 20px;
  display: inline-block;
}

.ttl_08_2 {
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .ttl_08_2 {
    font-size: 1.5em;
  }
}

.ttl_08_3 {
  font-size: 2.25em;
}
@media screen and (max-width: 767px) {
  .ttl_08_3 {
    font-size: 1.5em;
  }
}
.ttl_08_3:before {
  border-bottom: 2px solid #b60005;
}

.ttl_08_4 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .ttl_08_4 {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
}

.txt_ttl {
  font-size: 1.5em;
  font-weight: 500;
  border-bottom: 2px solid #040000;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .txt_ttl {
    font-size: 1.25em;
  }
}

.p_ttl {
  font-size: 2.125em;
  color: #b60005;
  text-align: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  border-top: 1px solid #b60005;
  border-bottom: 1px solid #b60005;
}
@media screen and (max-width: 767px) {
  .p_ttl {
    font-size: 1.5em;
    padding: 15px;
  }
}

.seigaiha_ttl {
  font-size: 1.375em;
  margin-bottom: 30px;
}

.blog_post_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .blog_post_header {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

.blog_post_ttl {
  width: 100%;
  font-size: 2.063em;
}

.blog_post_date {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .blog_post_date {
    margin-bottom: 10px;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_com {
  background: url(../images/bg_com.jpg) no-repeat top/cover;
}
.bg_top {
  background: url(../images/top_bg_green.jpg) no-repeat top/cover;
}
.bg_gray {
  background: #fbf8f8 !important;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_center {
  text-align: center;
}
.txt_center02 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_center02 {
    text-align: left;
  }
}
.txt_green {
  color: #617a48;
}
.txt_blue {
  color: #3456a6;
}
.txt_blue02 {
  color: #3456a6;
}
.txt_blue02 a {
  color: #3456a6;
  border-bottom: 1px solid #3456a6;
}
.txt_red {
  color: #b60005;
}
.txt_med {
  font-weight: 500;
}
.txt_15 {
  font-size: 0.9375em;
}
.txt_17 {
  font-size: 1.06em;
}
@media screen and (max-width: 767px) {
  .txt_17 {
    font-size: 1em;
  }
}
.txt_18 {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .txt_18 {
    font-size: 1em;
  }
}
.txt_20 {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .txt_20 {
    font-size: 1em;
  }
}
.txt_22 {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .txt_22 {
    font-size: 1.15em;
  }
}
.txt_24 {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .txt_24 {
    font-size: 1.2em;
  }
}
.txt_28 {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .txt_28 {
    font-size: 1.45em;
  }
}
.txt_36 {
  font-size: 2.25em;
}
@media screen and (max-width: 767px) {
  .txt_36 {
    font-size: 1.4em;
  }
}
.txt_black {
  color: #000;
}
.txt_bold {
  font-weight: 700;
}

.over_flow {
  overflow: hidden;
}

.border {
  border-bottom: 1px solid #b3b3b3;
}

.cus_box {
  border: 1px solid #b3b3b3;
  padding: 15px 20px;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 65px;
  height: 38px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
  margin: 0 30px 30px;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    display: none;
  }
}

a.top_btn {
  background: #fff;
  font-size: 1.375em;
  text-align: center;
  border-radius: 50px;
  width: 400px;
  padding: 22px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.top_btn {
    width: 85%;
    padding: 10px;
    font-size: 1.15em;
    margin: 0 auto 30px;
    display: block;
  }
}
a.top_btn:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat center/contain;
  width: 18px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 27px;
  transition: 0.3s;
}
a.top_btn:hover {
  transition: 0.3s;
  background: #040000;
  color: #fff;
}
a.top_btn:hover:before {
  right: 20px;
  transition: 0.3s;
  background: url(../images/arrow_white.png) no-repeat center/contain;
}
a.top_btn02 {
  max-width: 800px;
  width: 100%;
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  font-size: 1.375em;
  display: inline-block;
  border-radius: 80px;
  padding: 35px 15px;
  position: relative;
  border: 1px solid #5b5b5b;
}
@media screen and (max-width: 767px) {
  a.top_btn02 {
    font-size: 0.85em;
    padding: 15px;
  }
}
a.top_btn02:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/contain;
  width: 18px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 50px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.top_btn02:before {
    right: 10px;
  }
}
a.top_btn02:hover {
  background: #fff;
  border: 1px solid #5b5b5b;
  transition: 0.3s;
  color: #040000;
}
a.top_btn02:hover:before {
  background: url(../images/arrow.png) no-repeat center/contain;
  right: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.top_btn02:hover:before {
    right: 0px;
  }
}
a.top_btn03 {
  max-width: 330px;
  width: 100%;
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  display: inline-block;
  border-radius: 80px;
  padding: 18.5px 10px;
  position: relative;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  a.top_btn03 {
    font-size: 1em;
    padding: 15px 10px;
  }
}
a.top_btn03:before {
  position: absolute;
  content: "";
  background: url(../images/arrow_white.png) no-repeat center/contain;
  width: 18px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  transition: 0.3s;
}
a.top_btn03:hover {
  transition: 0.3s;
  background: #fff;
  border: 1px solid #5b5b5b;
  color: #040000;
}
a.top_btn03:hover:before {
  right: 18px;
  transition: 0.3s;
  background: url(../images/arrow.png) no-repeat center/contain;
}
a.top_btn04 {
  max-width: 460px;
  background: #b60005;
}
a.top_btn04_2 {
  max-width: 550px;
}
a.top_btn05 {
  max-width: 100%;
}
a.top_btn06 {
  width: 400px;
  background: #5b5b5b;
  color: #fff;
  border-radius: 50px;
  font-size: 1.25em;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  a.top_btn06 {
    width: 280px;
    font-size: 1.1em;
  }
}
a.top_btn06:hover {
  opacity: 0.85;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  text-align: right;
  padding: 1em 0 6em 0;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    padding: 1em 0 3em 0;
    font-size: 0.73em;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr {
  border-bottom: 1px solid #cccccc;
}
.contactform tr th {
  padding: 1.5em 1em;
  color: #040000;
  font-size: 1.25em;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0.5em 0 0.5em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #cccccc;
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
}

textarea {
  height: 200px;
}

#zip, #zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #zip, #zip1 {
    width: 40%;
  }
}

.mwform-checkbox-field input {
  width: 20px;
}

.submit, .backBtn {
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  font-size: 1.25em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #5b5b5b url(../images/right_w.svg) no-repeat center right 5%/20px 10px;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    padding: 1em;
    font-size: 1.2em;
  }
}

.backBtn {
  background: #ccc url(../images/right_w.svg) no-repeat center right 5%/10px 20px;
  margin-top: 1.5em;
}

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

.required {
  font-size: 0.9em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
  color: #b60005;
  border: 2px solid #b60005;
  border-radius: 8px;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .required {
    font-size: 0.8em;
  }
}

.required02 {
  color: #0071bc;
  border: 2px solid #0071bc;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 5% 0 10%;
  text-align: center;
}
.wp-pagenavi a {
  font-size: 1.25em;
  display: inline-block;
  margin-right: 1.5em;
  color: #474747;
}
.wp-pagenavi a:hover {
  color: #9fa0a0;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 1.5em;
}
.wp-pagenavi span.current {
  background: #9fa0a0;
  color: #fff;
  border: 1px solid #9fa0a0;
  padding: 2px 8px;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m55 {
  margin-bottom: 55px;
}
.m60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m60 {
    margin-bottom: 40px;
  }
}

.m70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .m70 {
    margin-bottom: 50px;
  }
}

.m90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .m90 {
    margin-bottom: 50px;
  }
}

.m100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .m100 {
    margin-bottom: 50px;
  }
}

.m115 {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .m115 {
    margin-bottom: 75px;
  }
}

.m120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .m120 {
    margin-bottom: 60px;
  }
}

.m140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .m140 {
    margin-bottom: 70px;
  }
}

.m180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .m180 {
    margin-bottom: 80px;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .m40 {
    margin-bottom: 25px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 25px;
  }
}

.m50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .m50 {
    margin-bottom: 30px;
  }
}

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  margin: 5% auto 10%;
  position: relative;
  display: flex;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  font-size: 0.875em;
  padding: 2em 0;
}
ul.list_pagination li {
  width: 49%;
}
ul.list_pagination li.prev {
  margin-right: 2%;
}
ul.list_pagination li.prev a {
  padding-left: 20px;
}
ul.list_pagination li.prev a:before {
  left: 0;
  background: url(../images/right_b.svg) no-repeat center;
  transform: rotate(180deg);
}
ul.list_pagination li.next {
  text-align: right;
}
ul.list_pagination li.next a {
  padding-right: 20px;
}
ul.list_pagination li.next a:before {
  right: 0;
  background: url(../images/right_b.svg) no-repeat center;
}
ul.list_pagination li a {
  position: relative;
  display: inline-block;
}
ul.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
}

.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
}
.opening .opening_load {
  width: 1000px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: opening 2s ease-in-out 0.2s infinite;
          animation: opening 2s ease-in-out 0.2s infinite;
  opacity: 0;
  background: #fff;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .opening .opening_load {
    width: 300px;
  }
}

@-webkit-keyframes opening {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opening {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.com_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .com_flex {
    display: block;
  }
}

.blog_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_area #main {
  float: none;
  width: 79%;
}
@media screen and (max-width: 767px) {
  .blog_area #main {
    width: 100%;
  }
}
.blog_area #sub {
  float: none;
  width: 15%;
}
.blog_area #sub .list_cat {
  font-size: 1em;
}
.blog_area #sub .list_cat li {
  font-size: 1em;
}
.blog_area #sub .list_cat li a {
  padding-left: 0;
}
.blog_area #sub .list_cat li a:before {
  display: none;
}
.blog_area #sub .side_ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .blog_area #sub {
    width: 100%;
    margin-bottom: 20vw;
  }
}
.blog_area .ttl_03 {
  padding-bottom: 0;
  font-weight: 400;
}
.blog_area .ttl_03:before {
  display: none;
}
.blog_area .ttl_03:after {
  display: none;
}
.blog_area .ttl_03 span {
  font-weight: 400;
}
.blog_area .list_pagination {
  font-size: 0.938em;
}
.blog_area .list_pagination li a:before {
  width: 11px;
  height: 18px;
  top: 3px;
}
.blog_area .list_pagination li.prev a:before {
  background: url(../images/blog_arrow_left.svg) no-repeat center;
  transform: rotate(0);
}
.blog_area .list_pagination li.next a:before {
  background: url(../images/blog_arrow_right.svg) no-repeat center;
}

.lias_blog_none.txt_center {
  width: 100%;
}

.blog_post_body h2 {
  margin-bottom: 40px;
  line-height: 50px;
  font-size: 2em;
  padding-left: 35px;
  border-left: 4px solid #b60005;
}
@media screen and (max-width: 767px) {
  .blog_post_body h2 {
    margin-bottom: 20px;
    padding-left: 25px;
    border-left-width: 3px;
  }
}
.blog_post_body h3 {
  margin-bottom: 30px;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .blog_post_body h3 {
    margin-bottom: 15px;
  }
}
.blog_post_body h4 {
  margin-bottom: 25px;
  font-size: 1.438em;
}
@media screen and (max-width: 767px) {
  .blog_post_body h4 {
    margin-bottom: 10px;
  }
}
.blog_post_body p {
  margin-bottom: 45px;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .blog_post_body p {
    margin-bottom: 25px;
    font-size: 1em;
  }
}

.ttl_poster_led {
  font-size: 2.75em;
}
@media screen and (max-width: 767px) {
  .ttl_poster_led {
    font-size: 1.867em;
  }
}

.poster_led_param {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .poster_led_param {
    font-size: 1.333em;
  }
}

.ttl_poster_led_02 {
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .ttl_poster_led_02 {
    font-size: 1.467em;
  }
}
.ttl_poster_led_02 span {
  margin-right: 10px;
  color: #c80000;
}

.poster_led_param_02 {
  font-size: 1.313em;
}
@media screen and (max-width: 767px) {
  .poster_led_param_02 {
    font-size: 1.2em;
  }
}

.poster_led_annotation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #4c3e30;
}
.poster_led_annotation p {
  width: 48%;
  font-size: 1.313em;
}
@media screen and (max-width: 767px) {
  .poster_led_annotation p {
    width: 100%;
    font-size: 1.2em;
  }
  .poster_led_annotation p:first-child {
    margin-bottom: 30px;
  }
}
.poster_led_annotation a {
  overflow-wrap: break-word;
  font-size: 1.067em;
}

.dlist_poster_led dt {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.313em;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .dlist_poster_led dt {
    font-size: 1.067em;
  }
}
.dlist_poster_led dd img {
  width: 100%;
}

.poster_led_list {
  display: flex;
  justify-content: space-between;
  font-size: 1.313em;
}
@media screen and (max-width: 767px) {
  .poster_led_list {
    font-size: 1.2em;
  }
}
.poster_led_list .dlist_poster_led {
  width: 48%;
}

.txt_right {
  text-align: right;
}

.doc_download {
  margin-bottom: 100px;
}

.list_led_post {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_led_post {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.list_led_post li {
  margin-right: 15px;
}
.list_led_post li:last-child {
  margin-right: 0;
}
.list_led_post li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_led_post li {
    width: calc(20% - 25px);
    margin-bottom: 15px;
  }
  .list_led_post li:nth-of-type(6n) {
    margin-right: 0;
  }
}

.list_activity_6s {
  padding-left: 20px;
}
.list_activity_6s li {
  list-style-type: disc;
  margin-bottom: 20px;
}
.list_activity_6s li a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  text-decoration: underline;
  font-size: 18px;
  color: #b60005;
}
.list_activity_6s li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 21px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_pdf.svg);
}