@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;
}

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: url(overlays/02.png) center center;
}

.vegas-timer {
  top: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1;
}

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  transform: translateY(0);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  transform: translateX(0);
}

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  transform: translateX(0);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  transform: translateY(0);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

.vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -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 */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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: 5vw;
  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 {
  animation: scroll-hint-appear 1.2s linear;
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  display: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font: 400 16px/2.125 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  color: #040000;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.win body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}

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

.opacity, .home_ev_bnr {
  transition: 0.5s;
}
.opacity:hover, .home_ev_bnr:hover {
  opacity: 0.7;
}

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

@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: 1200px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
    padding: 80px 0 60px;
  }
}

.inner {
  width: 100%;
  padding: 0 5vw;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

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

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

.section_wrap {
  margin-bottom: 110px;
  transform: translate(0, 20px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 1s ease 1.3s 1 forwards;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 20vw;
  }
}

.section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 20vw;
  }
}
.section::after {
  content: "";
  display: block;
  clear: both;
}

.section_id {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .section_id {
    padding-top: 65px;
    margin-top: -65px;
  }
}

#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%;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw 0 3vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(1, -0.12, 0.54, 0.99);
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 1px;
    height: 80px;
  }
}
header.is-animation {
  height: 80px;
}
@media screen and (max-width: 767px) {
  header.is-animation {
    height: 65px;
  }
}
header.is-animation::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
header.is-animation .header_ttl {
  width: 125px;
}
@media screen and (max-width: 767px) {
  header.is-animation .header_ttl {
    width: 80px;
  }
}
header.is-animation .menu-trigger {
  top: 22px;
}

.header_box {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

.header_ttl {
  width: 150px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    width: 100px;
  }
}

#header_left {
  transform: translate(0, -10px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 2s ease 0.4s 1 forwards;
}

#header_right {
  display: flex;
  height: 100%;
  align-items: center;
  transform: translate(0, -10px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 2s ease 0.7s 1 forwards;
}

@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  font-weight: bold;
  display: flex;
  font-size: 0.9375em;
}
#gnavi ul li {
  margin-right: 1.5em;
}
#gnavi ul li.drp_dwn__content {
  position: relative;
}
#gnavi ul li.drp_dwn__content::after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/100% 100%;
  width: 5px;
  height: 9px;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
#gnavi ul li a:hover {
  color: #1d2087;
}
#gnavi ul li .drp_dwn {
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translate(-50%, 0);
  width: 260px;
  z-index: 1;
  padding-top: 30px;
}
#gnavi ul li .drp_dwn .drp_dwn__nav {
  background: #1d2087;
  margin-bottom: 0.5em;
  transition: 0.3s;
}
#gnavi ul li .drp_dwn .drp_dwn__nav:hover {
  background: #74b4e3;
}
#gnavi ul li .drp_dwn .drp_dwn__nav a {
  color: #fff;
  padding: 0.5em 30px 0.5em 1em;
  display: block;
  position: relative;
}
#gnavi ul li .drp_dwn .drp_dwn__nav a::before {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat;
  width: 6px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list_sns_h {
  display: flex;
  align-items: center;
}
.list_sns_h li {
  margin-right: 1.5em;
}
.list_sns_h li.youtube {
  width: 30px;
}

.header_navi {
  height: 50px;
  width: 130px;
  font-weight: bold;
  font-size: 0.9375em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}
.header_navi li {
  width: 100%;
  height: 100%;
  /*&:last-child {
  	background: #4c4f7c;
  }*/
}
.header_navi li:first-child {
  background: #1d2087;
}
.header_navi li a {
  color: #fff;
  height: 100%;
  position: relative;
  display: block;
  padding-top: 13px;
  transition-timing-function: cubic-bezier(1, -0.12, 0.54, 0.99);
}
.header_navi li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat;
  width: 6px;
  height: 10px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_navi li a:hover {
  background: #74b4e3;
}
.header_navi li span {
  font-size: 0.6em;
  display: none;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: 0.5s;
}

.menu-trigger {
  position: fixed;
  top: 30px;
  right: 5vw;
  width: 33px;
  height: 20px;
  z-index: 3;
  cursor: pointer;
  transform: translate(0, -10px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 2s ease 0.4s 1 forwards;
}
.menu-trigger span {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 1px;
  background: #040000;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  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: -10px;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  padding: 100px 10vw 80px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
#overlay .sp_nav {
  font-size: 1.2em;
  overflow: hidden;
  font-weight: bold;
}
#overlay .sp_nav li {
  margin-bottom: 10vw;
}
#overlay .sp_nav li:nth-child(1) {
  animation: fade_nav 0.2s ease 0.4s 1 forwards;
}
#overlay .sp_nav li:nth-child(2) {
  animation: fade_nav 0.3s ease 0.5s 1 forwards;
}
#overlay .sp_nav li:nth-child(3) {
  animation: fade_nav 0.4s ease 0.6s 1 forwards;
}
#overlay .sp_nav li:nth-child(4) {
  animation: fade_nav 0.5s ease 0.7s 1 forwards;
}
#overlay .sp_nav li:nth-child(5) {
  animation: fade_nav 0.6s ease 0.8s 1 forwards;
}
#overlay .sp_nav li:nth-child(6) {
  animation: fade_nav 0.7s ease 0.9s 1 forwards;
}
#overlay .sp_nav li:nth-child(7) {
  animation: fade_nav 0.8s ease 1s 1 forwards;
}
#overlay .sp_nav li:nth-child(8) {
  animation: fade_nav 0.9s ease 1.1s 1 forwards;
}
#overlay .sp_nav li:nth-child(9) {
  animation: fade_nav 1s ease 1.2s 1 forwards;
}
#overlay .sp_nav li span {
  display: block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  background: #1d2087 url(../images/bg_news.png) no-repeat center/100% 100%;
  padding: 0 5vw;
  margin-bottom: 1em;
}
#overlay .sp_nav a {
  display: block;
}
#overlay .sp_nav .drp_dwn {
  font-size: 0.9em;
  margin-left: 1em;
}
#overlay .sp_nav .drp_dwn .drp_dwn__nav {
  margin-top: 0.5em;
}
#overlay .sp_nav .drp_dwn .drp_dwn__nav a {
  padding-left: 15px;
  position: relative;
}
#overlay .sp_nav .drp_dwn .drp_dwn__nav a::before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat;
  width: 5px;
  height: 9px;
  left: 0;
  top: 12px;
}

@keyframes fade_nav {
  100% {
    opacity: 1;
  }
}
.fix_wrap {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  justify-content: center;
  text-align: center;
  right: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: bold;
}
.fix_wrap a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix_wrap a.contact {
  background: #1d2087;
}
.fix_wrap a.sales {
  background: #4c4f7c;
}
.fix_wrap a span {
  margin-left: 1em;
  font-size: 0.7em;
}

/*
//フッター
------------------------------------------------------------
*/
.footer_box {
  padding: 0 10vw 300px;
  background: url(../images/bg_footer.jpg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .footer_box {
    padding-bottom: 25vw;
  }
}

.list_footer {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .list_footer {
    margin-bottom: 20vw;
  }
}
.list_footer li {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_footer li {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.list_footer li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_footer li:last-child {
    margin-bottom: 0;
  }
}
.list_footer li a {
  position: relative;
  display: block;
}
.list_footer li a::before {
  position: absolute;
  content: "";
  background: #333;
  opacity: 0.32;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.list_footer li a:hover::before {
  opacity: 0;
}
.list_footer li a:hover .title {
  text-shadow: 0 0 5px rgba(3, 3, 3, 0.5);
}
.list_footer li a .title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  font-size: 1.625em;
  font-weight: bold;
  width: 90%;
  letter-spacing: 2px;
  padding: 0 20px;
  transition: 0.5s;
}
.list_footer li a .title span {
  display: block;
  font-size: 0.46em;
  font-family: "Raleway", sans-serif;
}

.footer_box_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-end;
}
.footer_box_02 .footer_l {
  width: calc(100% - 170px - 5vw);
}
@media screen and (max-width: 767px) {
  .footer_box_02 .footer_l {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.footer_box_02 .footer_l .logo_ssc {
  width: 170px;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .footer_box_02 .footer_l .logo_ssc {
    width: 130px;
    display: block;
    margin: 10vw auto 0;
  }
}
.footer_box_02 .footer_r {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .footer_box_02 .footer_r {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
  }
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .f_navi {
    font-size: 0.85em;
  }
}
.f_navi li {
  text-align: center;
  border-left: 1px solid #040000;
}
.f_navi li:last-child {
  border-right: 1px solid #040000;
}
.f_navi li a {
  display: block;
  padding: 0 0.5em;
}
.f_navi li a:hover {
  opacity: 0.7;
}

.f_logo {
  width: 209px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    width: 130px;
    margin-bottom: 5vw;
  }
}

.footer_p {
  font-size: 0.9375em;
  margin-bottom: 1em;
}

.copy {
  padding: 1.5em 10vw;
  font-size: 0.8125em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .copy {
    line-height: 1.8;
    font-size: 3vw;
    padding: 5vw;
  }
}

/*
5:side
------------------------------------------------------------
*/
/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
  height: calc(100vh - 130px);
}
@media screen and (max-width: 767px) {
  .main_img {
    height: calc(90vh - 80px);
  }
}
.main_img .main_content {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.main_img .main_content::before {
  position: absolute;
  content: "";
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 480px);
  height: 1px;
}
.main_img .main_content img.main_txt {
  width: 460px;
  height: 161px;
  transform: translate(0, 30px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 2s ease 1s 1 forwards;
}
@media screen and (max-width: 767px) {
  .main_img .main_content img.main_txt {
    width: 250px;
    height: 88px;
  }
}
.main_img a.scroll_dwn {
  position: absolute;
  right: 5vw;
  bottom: 0;
  width: 37px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .main_img a.scroll_dwn {
    width: 25px;
    height: 130px;
  }
}
.main_img a.scroll_dwn::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.main_img a.scroll_dwn img {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 97px;
}
@media screen and (max-width: 767px) {
  .main_img a.scroll_dwn img {
    width: 10px;
    height: 65px;
  }
}

@keyframes blur {
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0);
  }
}
.top_news {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 90px 0 135px;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 65px 0 15vw;
  }
}
.top_news .news_l {
  width: 30%;
  background: #1d2087;
  color: #fff;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 3em 4em;
  margin-top: -190px;
}
@media screen and (max-width: 767px) {
  .top_news .news_l {
    margin-top: 0;
    width: 100%;
    padding: 10vw;
  }
}
.top_news .news_l::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_news.png) no-repeat center/100% 100%;
  left: 0;
  top: 0;
}
.top_news .news_l a {
  position: relative;
  z-index: 1;
}
.top_news .news_l .title {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.8em;
}
.top_news .news_l a.news_btn {
  color: #fff;
  border: 1px solid #fff;
  display: block;
  padding: 0.5em;
  position: relative;
}
.top_news .news_l a.news_btn::before {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat;
  width: 6px;
  height: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_news .news_l a.news_btn:hover {
  background: #fff;
  color: #1d2087;
}
.top_news .news_l a.news_btn:hover::before {
  background: url(../images/right_bl.svg) no-repeat;
}
.top_news .news_r {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .top_news .news_r {
    width: 100%;
  }
}

.section_top_01 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top_01 {
    margin-bottom: 15vw;
  }
}
.section_top_01::before {
  position: absolute;
  content: "";
  left: 18%;
  top: -112%;
  background: #040000;
  width: 1px;
  height: 315%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_top_01::before {
    height: 0;
  }
}
.section_top_01 .top_l {
  width: 50%;
  background: url(../images/top_01.jpg) no-repeat center/cover;
  transform: translate(-50px, 0);
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_l {
    width: 100%;
    height: 70vw;
  }
}
.section_top_01 .top_r {
  width: 50%;
  padding: 5vw;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_r {
    width: 100%;
    padding: 8vw 5vw;
  }
}
.section_top_01 .top_r .title {
  font-size: 3.75em;
  font-family: "Raleway", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.7em;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_r .title {
    margin-bottom: 7vw;
    font-size: 12vw;
  }
}
.section_top_01 .top_r .title span {
  display: block;
  font-size: 0.33em;
  font-weight: 400;
  margin-top: 1em;
  letter-spacing: 1px;
}
.section_top_01 .top_r .txt {
  font-size: 1.125em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_r .txt {
    font-size: 1em;
  }
}
.section_top_01 .top_r a.button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section_top_01 .top_r a.button {
    margin: 0 auto;
  }
}

.section_top_02 {
  padding: 150px 0 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_top_02 {
    padding: 15vw 0;
    margin-bottom: 15vw;
  }
}
.section_top_02 .section_top_02__inner {
  padding: 100px 5vw 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top_02 .section_top_02__inner {
    padding: 15vw 5vw 10vw;
  }
}
.section_top_02 .section_top_02__inner::before {
  position: absolute;
  content: "";
  background: #040000;
  width: 1px;
  height: 66px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_top_02 .section_top_02__inner::before {
    height: 10vw;
  }
}

.secound_wrap {
  height: 15vw;
  position: relative;
  margin: 0 0 150px 5vw;
}
@media screen and (max-width: 767px) {
  .secound_wrap {
    height: 50vw;
    margin: 0 0 25vw 5vw;
  }
}
.secound_wrap .secound {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 90%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  transform: translate(30px, 0);
  filter: blur(5px);
  opacity: 0;
  animation: blur 2s ease 1s 1 forwards;
}
@media screen and (max-width: 767px) {
  .secound_wrap .secound {
    width: calc(100% - 10vw);
  }
}

.secound_wrap_02 {
  height: 30vw;
  position: relative;
  margin: 0 0 150px 5vw;
}
@media screen and (max-width: 767px) {
  .secound_wrap_02 {
    height: 50vw;
    margin: 0 0 25vw 5vw;
  }
}
.secound_wrap_02 .secound {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 90%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  transform: translate(30px, 0);
  filter: blur(5px);
  opacity: 0;
  animation: blur 2s ease 1s 1 forwards;
}
@media screen and (max-width: 767px) {
  .secound_wrap_02 .secound {
    width: calc(100% - 10vw);
  }
}

@media screen and (max-width: 767px) {
  .page-id-634 .secound_wrap_03 .low_main_ttl__wrap {
    bottom: 0;
    position: relative;
    display: table;
    margin-top: 0;
  }
}

.secound_wrap_03 {
  position: relative;
  margin: 0 0 150px 5vw;
}
@media screen and (max-width: 767px) {
  .secound_wrap_03 {
    margin: 0 0 25vw 5vw;
  }
}
.secound_wrap_03 .secound {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .secound_wrap_03 .secound {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .secound_wrap_03 .low_main_ttl__wrap {
    bottom: 0;
    position: relative;
    display: table;
    margin-top: -5vw;
  }
}

.section_txt .date {
  margin-bottom: 2em;
  text-align: center;
  letter-spacing: 2px;
}
.section_txt img {
  margin: 3% auto;
  display: block;
  width: auto;
}
.section_txt img.alignleft, .section_txt img.alignright, .section_txt img.aligncenter {
  display: inline-block !important;
}

.section_office {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_office .office_l {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .section_office .office_l {
    width: 100%;
    margin-bottom: 90px;
  }
}
.section_office .office_l .map_mask {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .section_office .office_l .map_mask {
    max-width: 300px;
    margin: auto;
  }
}
.section_office .office_l .map_mask img.img_map {
  width: 100%;
}
.section_office .office_l .txt {
  margin-top: 1em;
  font-size: 0.9375em;
  line-height: 1.8;
}
.section_office .office_r {
  width: calc(95% - 500px);
}
@media screen and (max-width: 767px) {
  .section_office .office_r {
    width: 100%;
  }
}

.section_office_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_office_02 {
    margin-bottom: 10vw;
  }
}
.section_office_02 .office_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_office_02 .office_l {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.section_office_02 .office_l img {
  width: 100%;
}
.section_office_02 .office_l #slider {
  margin-bottom: 2.6%;
}
.section_office_02 .office_l #thumbnail-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: -2.6%;
}
.section_office_02 .office_l #thumbnail-list li {
  width: 23%;
  margin: 0 2.6% 2.6% 0;
  cursor: pointer;
}
.section_office_02 .office_l #thumbnail-list li:nth-child(4n), .section_office_02 .office_l #thumbnail-list li:last-child {
  margin-right: 0;
}
.section_office_02 .office_l #thumbnail-list li.thumbnail-current {
  filter: grayscale(1);
}
.section_office_02 .office_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_office_02 .office_r {
    width: 100%;
  }
}
.section_office_02 .office_r .com {
  font-weight: bold;
  font-size: 1.125em;
}
.section_office_02 .office_r table {
  width: 100%;
}
.section_office_02 .office_r table th {
  border-bottom: 1px solid #cecece;
  width: 30%;
  padding: 2em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .section_office_02 .office_r table th {
    padding: 2em 1em;
  }
}
.section_office_02 .office_r table td {
  border-bottom: 1px solid #cecece;
  width: 70%;
  padding: 2em 2em 2em 0;
}
@media screen and (max-width: 767px) {
  .section_office_02 .office_r table td {
    padding: 2em 1em 2em 0;
  }
}

.section_office_tax {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_office_tax {
    width: 100%;
  }
}
.section_office_tax .office_l {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .section_office_tax .office_l {
    width: 250px;
    margin: 0 auto 5vw;
  }
}
.section_office_tax .office_l area {
  outline: none;
}
.section_office_tax .office_r {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section_office_tax .office_r {
    width: 100%;
  }
}

.map_company {
  max-width: 700px;
  margin: 0 auto;
}

.map {
  position: relative;
  filter: grayscale(0.7);
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  height: 440px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 300px;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.section_greeting {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .section_greeting {
    flex-flow: wrap;
  }
}
.section_greeting .greeting_r {
  width: 40%;
  transform: translate(50px, 0);
}
@media screen and (max-width: 767px) {
  .section_greeting .greeting_r {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.section_greeting .greeting_r img {
  width: 100%;
  margin-bottom: 20px;
}
.section_greeting .greeting_r .company_name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.15em;
}
.section_greeting .greeting_r .name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5625em;
  line-height: 1.5;
}
.section_greeting .greeting_r .name span {
  font-size: 0.64em;
  margin-right: 1em;
}
.section_greeting .greeting_l {
  width: 60%;
  padding-right: 5vw;
}
@media screen and (max-width: 767px) {
  .section_greeting .greeting_l {
    width: 100%;
    padding: 0;
  }
}
.section_greeting .greeting_l .title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9375em;
  margin-bottom: 1em;
  line-height: 1.67;
}

.section_recruit {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_recruit .message_l {
  width: 45%;
  transform: translate(-50px, 0);
}
@media screen and (max-width: 767px) {
  .section_recruit .message_l {
    width: 100%;
  }
}
.section_recruit .message_l img {
  width: 100%;
}
.section_recruit .message_r {
  width: 55%;
  padding: 3vw 5vw 0;
}
@media screen and (max-width: 767px) {
  .section_recruit .message_r {
    width: 100%;
    padding: 5vw 5vw 0;
  }
}
.section_recruit .message_r .title {
  font-size: 1.9375em;
  line-height: 1.67;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .section_recruit .message_r .title {
    font-size: 6vw;
  }
}

.section_recruit_02 {
  position: relative;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .section_recruit_02 {
    padding-bottom: 0;
  }
}
.section_recruit_02 .recruit_txt {
  position: absolute;
  width: 55%;
  background: #fff;
  padding: 5vw 5vw 0 5vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_02 .recruit_txt {
    width: 100%;
    position: relative;
    padding: 0 5vw 10vw 5vw;
  }
}
.section_recruit_02 img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_recruit_02 img {
    width: 100%;
  }
}

.section_recruit_03 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_recruit_03 .recruit_txt {
  padding: 5vw 5vw 0 5vw;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_recruit_03 .recruit_txt {
    width: 100%;
    padding: 0 5vw 10vw 5vw;
  }
}
.section_recruit_03 img {
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section_recruit_03 img {
    width: 100%;
  }
}

.section_recruit_04 img {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_recruit_04 img {
    margin-bottom: 8vw;
  }
}
.section_recruit_04 .recruit_ttl {
  text-align: center;
}

.line_box {
  width: 1px;
  height: 60px;
  background: #040000;
  display: block;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .line_box {
    height: 10vw;
  }
}

.section_products {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_products .products_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_products .products_l {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.section_products .products_l img {
  width: 100%;
}
.section_products .products_l #slider {
  margin-bottom: 2%;
}
.section_products .products_l #thumbnail-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: -2.6%;
}
.section_products .products_l #thumbnail-list li {
  width: 23%;
  margin: 0 2.6% 2.6% 0;
  cursor: pointer;
}
.section_products .products_l #thumbnail-list li:nth-child(4n), .section_products .products_l #thumbnail-list li:last-child {
  margin-right: 0;
}
.section_products .products_l #thumbnail-list li.thumbnail-current {
  filter: grayscale(1);
}
.section_products .products_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_products .products_r {
    width: 100%;
  }
}
.section_products .products_r .title {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #040000;
}
@media screen and (max-width: 767px) {
  .section_products .products_r .title {
    font-size: 5vw;
  }
}
.section_products .products_r a.button {
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .section_products .products_r a.button {
    margin: 2em auto;
  }
}
.section_products .products_r .dlist_cat {
  font-size: 1em;
  margin: 20px 0 -20px;
}
@media screen and (max-width: 767px) {
  .section_products .products_r .dlist_cat {
    margin: 5vw 0 0;
  }
}

.section_cat {
  max-width: 1100px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .section_cat {
    margin: 0 auto 20vw;
  }
}

.spec_box table {
  width: 100%;
  font-size: 0.8125em;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.spec_box table th {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  font-weight: 400;
  text-align: left;
  padding: 1em;
  vertical-align: top;
}
.spec_box table td {
  padding: 1em;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  vertical-align: top;
}

.section_seafood {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.section_seafood .seafood_l {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_seafood .seafood_l {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.section_seafood .seafood_r {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_seafood .seafood_r {
    width: 100%;
  }
}

.section_seafood_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .section_seafood_02 {
    flex-flow: wrap;
  }
}
.section_seafood_02 .seafood_l {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .section_seafood_02 .seafood_l {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.section_seafood_02 .seafood_r {
  width: 75%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section_seafood_02 .seafood_r {
    width: 100%;
  }
}
.section_seafood_02 .seafood_r .title {
  font-size: 1.375em;
  margin-bottom: 1em;
  color: #1d2087;
  border-bottom: 3px solid #1d2087;
  line-height: 1.5;
  display: table;
}
@media screen and (max-width: 767px) {
  .section_seafood_02 .seafood_r .title {
    font-size: 1.2em;
  }
}
.section_seafood_02 .seafood_r .dot {
  margin-bottom: 0.3em;
}
.section_seafood_02 .seafood_r .dot:last-child {
  margin-bottom: 0;
}

.section_seafood_03 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_seafood_03 {
    margin-bottom: 30px;
  }
}
.section_seafood_03 img {
  max-width: 1000px;
  width: 100%;
}
.section_seafood_03 .txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.875em;
  padding-bottom: 140px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section_seafood_03 .txt {
    font-size: 1.2em;
    padding-bottom: 70px;
  }
}
.section_seafood_03 .txt::after {
  position: absolute;
  content: "";
  background: url(../images/seafood_arrow.png) no-repeat center/100% 100%;
  width: 226px;
  height: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_seafood_03 .txt::after {
    width: 113px;
    height: 55px;
  }
}
.section_seafood_03 .txt span {
  font-size: 0.7em;
  vertical-align: bottom;
}

.section_seafood_04 .txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .section_seafood_04 .txt {
    font-size: 1.2em;
  }
}
.section_seafood_04 a.button {
  background: #fff;
  color: #1d2087;
  font-weight: bold;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .section_seafood_04 a.button {
    font-size: 1em;
  }
}
.section_seafood_04 a.button::after {
  background: url(../images/right_bl.svg) no-repeat center/100% 100%;
}

.section_seafood_05 {
  background: #fff;
  padding: 50px;
  max-width: 1100px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .section_seafood_05 {
    padding: 1.5em;
  }
}
.section_seafood_05 .title {
  font-weight: bold;
  text-align: center;
  color: #1d2087;
  font-size: 2.25em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_seafood_05 .title {
    font-size: 1.6em;
  }
}
.section_seafood_05 .sub_title {
  font-weight: bold;
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_seafood_05 .sub_title {
    font-size: 1.15em;
  }
}
.section_seafood_05 .txt {
  margin-bottom: 2em;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_seafood_05 .txt {
    font-size: 0.9em;
  }
}
.section_seafood_05 img {
  margin: auto;
}

.section_sdgs_01 {
  background: #fff;
  padding: 50px;
  max-width: 1100px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .section_sdgs_01 {
    padding: 1.5em;
  }
}
.section_sdgs_01 .txt {
  margin: 0 0 1em 240px;
  font-size: 0.95em;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section_sdgs_01 .txt {
    margin-left: 0;
    font-size: 0.9em;
  }
}
.section_sdgs_01 img {
  margin: auto;
}

.search_office_wrap input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.top_gallery {
  display: flex;
  flex-flow: wrap;
}
.top_gallery .gallery_l {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_gallery .gallery_l {
    width: 100%;
    height: 200px;
  }
}
.top_gallery .gallery_l img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_gallery .gallery_r {
  width: 50%;
  padding: 60px 5vw;
}
@media screen and (max-width: 767px) {
  .top_gallery .gallery_r {
    width: 100%;
    padding: 40px 5vw 0;
  }
}
.top_gallery .gallery_r .main_ttl {
  text-align: left;
  font-size: 3.75em;
}
@media screen and (max-width: 767px) {
  .top_gallery .gallery_r .main_ttl {
    font-size: 3em;
    margin-bottom: 0.7em;
  }
}
.top_gallery .gallery_r .main_ttl span {
  font-size: 0.33em;
}
@media screen and (max-width: 767px) {
  .top_gallery .gallery_r .main_ttl span {
    font-size: 0.35em;
  }
}
.top_gallery .gallery_r .txt {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .top_gallery .gallery_r .txt {
    margin-bottom: 2em;
  }
}
.top_gallery .gallery_r a.button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_gallery .gallery_r a.button {
    margin: auto;
  }
}

/*
6:ul
------------------------------------------------------------
*/
.list_news {
  font-size: 0.9375em;
}
.list_news li {
  border-bottom: 1px solid #cecece;
}
.list_news li.empty {
  text-align: center;
  border-bottom: none;
}
.list_news li a, .list_news li div {
  display: flex;
  padding: 2em 3em;
}
@media screen and (max-width: 767px) {
  .list_news li a, .list_news li div {
    flex-flow: wrap;
    padding: 2em 5vw;
  }
}
.list_news li a .day, .list_news li div .day {
  width: 100px;
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .list_news li a .day, .list_news li div .day {
    margin-right: 1em;
  }
}
.list_news li a .cat, .list_news li div .cat {
  background: #1d2087;
  color: #fff;
  font-size: 0.93em;
  width: 90px;
  text-align: center;
  margin-right: 1em;
  height: 100%;
}
.list_news li a .sub, .list_news li div .sub {
  width: calc(100% - 190px - 4em);
}
@media screen and (max-width: 767px) {
  .list_news li a .sub, .list_news li div .sub {
    width: 100%;
    margin-top: 0.5em;
  }
}

.list_top {
  display: flex;
  flex-flow: wrap;
}
.list_top li {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .list_top li {
    width: 100%;
  }
}
.list_top li a {
  position: relative;
  display: block;
}
.list_top li a::before {
  position: absolute;
  content: "";
  background: #1d2087;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.list_top li a::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.list_top li a:hover::before {
  opacity: 0;
}
.list_top li a:hover .title {
  text-shadow: 0 0 5px #1d2087;
}
.list_top li a .title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  width: 90%;
  letter-spacing: 2px;
  padding: 0 20px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .list_top li a .title {
    font-size: 7vw;
  }
}
.list_top li a .title::after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat;
  width: 12px;
  height: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_top li a .title span {
  display: block;
  font-size: 0.33em;
  font-family: "Raleway", sans-serif;
}

.list_product_top {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  font-size: 0.9375em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_product_top {
    margin-bottom: 5vw;
  }
}
.list_product_top li {
  width: 23%;
  margin: 0 2.66% 4% 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_product_top li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
.list_product_top li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_product_top li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_product_top li a:hover .product_img img {
  transform: scale(1.02, 1.02);
}
.list_product_top li.empty {
  box-shadow: none;
  width: 100%;
  text-align: center;
}
.list_product_top li .product_img {
  overflow: hidden;
}
.list_product_top li .product_img img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1, 1);
}
.list_product_top li .product_txt {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .list_product_top li .product_txt {
    padding: 3vw;
  }
}
.list_product_top li .product_txt .title {
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list_product_top li .product_txt .title {
    font-size: 1.1em;
  }
}

.list_product {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  font-size: 0.9375em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_product {
    margin-bottom: 5vw;
  }
}
.list_product li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_product li {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.list_product li:nth-child(3n), .list_product li:last-child {
  margin-right: 0;
}
.list_product li.empty {
  box-shadow: none;
  width: 100%;
  text-align: center;
}
.list_product li .sale {
  background: #1d2087;
  color: #fff;
  font-size: 1.125em;
  padding: 0.5em 2em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.list_product li .product_img {
  overflow: hidden;
}
.list_product li .product_img a:hover img {
  transform: scale(1.02, 1.02);
}
.list_product li .product_img img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1, 1);
}
.list_product li .product_txt {
  padding: 2em 2em 3em;
}
@media screen and (max-width: 767px) {
  .list_product li .product_txt {
    padding: 8vw 5vw;
  }
}
.list_product li .product_txt .title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_product li .product_txt .title {
    margin-bottom: 1em;
  }
}
.list_product li .product_txt .txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_product li .product_txt .txt {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .list_product li .product_txt a.more {
    margin: 0 auto;
  }
}

.list_cat {
  font-size: 1.125em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_cat {
    display: flex;
    flex-flow: wrap;
    margin-bottom: -4%;
    font-size: 1em;
  }
}
.list_cat li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_cat li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .list_cat li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  border: 1px solid #040000;
  padding: 0.8em 1em;
  display: block;
  position: relative;
}
.list_cat li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/100% 100%;
  width: 3px;
  height: 6px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_cat li a:hover {
  background: #040000;
  color: #fff;
}
.list_cat li a:hover::after {
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
}

@media screen and (max-width: 767px) {
  .list_office {
    font-size: 0.9375em;
  }
}
.list_office > li {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_office > li {
    margin-bottom: 60px;
  }
}
.list_office > li .area {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.list_office > li .office_content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.list_office > li .office_content .office_l {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_office > li .office_content .office_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_office > li .office_content .office_r {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_office > li .office_content .office_r {
    width: 100%;
  }
}
.list_office > li .office_content .office_r::before {
  display: block;
  content: "";
  padding-top: 70%;
}
.list_office > li .office_content .office_r iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list_office > li .office_content_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.list_office > li .office_content_02 .line_ttl_03 {
  margin-bottom: 1.5em;
}
.list_office > li .office_content_02 .office_l {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_office > li .office_content_02 .office_l {
    width: 100%;
    margin-bottom: 2em;
  }
}
.list_office > li .office_content_02 .office_l .cmt {
  font-size: 0.9375em;
}
.list_office > li .office_content_02 .office_r {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_office > li .office_content_02 .office_r {
    width: 100%;
  }
}

.list_office_tax {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .list_office_tax {
    margin-bottom: 10vw;
    font-size: 0.9375em;
  }
}
.list_office_tax li {
  width: 50%;
  padding-right: 50px;
  border-right: 1px solid #040000;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_office_tax li {
    width: 100%;
    margin-bottom: 10vw;
    padding: 0 0 10vw;
    border-right: none;
    border-bottom: 1px solid #040000;
  }
}
.list_office_tax li:nth-child(2n) {
  border-right: none;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .list_office_tax li:nth-child(2n) {
    padding: 0 0 10vw;
  }
}
.list_office_tax li .office_l {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_office_tax li .office_l {
    width: 40%;
  }
}
.list_office_tax li .office_l img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_office_tax li .office_l img {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .list_office_tax li .office_l a.more {
    font-size: 0.8125rem;
  }
}
.list_office_tax li .office_r {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_office_tax li .office_r {
    width: 55%;
  }
}
.list_office_tax li .office_r .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_office_tax li .office_r .title {
    font-size: 1.3em;
  }
}

.list_office_cat {
  display: flex;
  margin-bottom: -2.5%;
}
.list_office_cat li {
  background-color: #d6d6d6;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  border-radius: 12px;
}
.list_office_cat li:nth-child(5n) {
  margin-right: 0;
}
.list_office_cat li.current {
  background-color: #3cbcc7;
}

.list_busness {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .list_busness {
    padding-top: 0;
  }
}
.list_busness li {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .list_busness li {
    margin-bottom: 15vw;
  }
}
.list_busness li:last-child {
  margin-bottom: 0;
}
.list_busness li .busness_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .list_busness li .busness_l {
    width: 100%;
  }
}
.list_busness li .busness_l.fadein {
  transform: translate(-50px, 0);
}
.list_busness li .busness_r {
  width: 55%;
  padding: 30px 5vw 0 5vw;
}
@media screen and (max-width: 767px) {
  .list_busness li .busness_r {
    width: 100%;
    padding: 5vw 5vw 0;
  }
}
.list_busness li .busness_r .title {
  font-size: 1.4375em;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_busness li .busness_r .title {
    font-size: 5vw;
  }
}
.list_busness li .busness_r .title::after {
  position: absolute;
  content: "";
  background: #040000;
  width: 25px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.list_busness li .busness_r .sub {
  font-weight: bold;
  font-size: 1.9375em;
  line-height: 1.67;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_busness li .busness_r .sub {
    font-size: 6vw;
  }
}

.list_philosophy {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 70px;
}
.list_philosophy li {
  background: #fff;
  width: 30%;
  margin-right: 5%;
  padding: 2.5em;
}
.list_philosophy li:last-child {
  margin-right: 0;
}
.list_philosophy li .num {
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 2.625em;
  margin-bottom: 0.5em;
  letter-spacing: 3px;
}

.list_philosophy_02 {
  display: flex;
  flex-flow: wrap;
}
.list_philosophy_02 li {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_philosophy_02 li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.list_philosophy_02 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_philosophy_02 li:last-child {
    margin-bottom: 0;
  }
}
.list_philosophy_02 li .title {
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Raleway", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .list_philosophy_02 li .title {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
}
.list_philosophy_02 li .title span {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
}
.list_philosophy_02 li .txt {
  background: #f2f2f2;
  padding: 2.5em;
  position: relative;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .list_philosophy_02 li .txt {
    height: auto;
    padding: 5vw;
  }
}
.list_philosophy_02 li .txt p {
  display: flex;
}

.list_interview {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: -5%;
}
@media screen and (max-width: 767px) {
  .list_interview {
    margin: 0 auto -10vw;
    width: 90%;
  }
}
.list_interview li {
  width: 30%;
  margin: 0 5% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_interview li {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.list_interview li:nth-child(3n), .list_interview li:last-child {
  margin-right: 0;
}
.list_interview li img {
  width: 100%;
  transform: scale(1, 1);
  transition: 0.5s;
}
.list_interview li a {
  position: relative;
  display: block;
}
.list_interview li a:hover img {
  transform: scale(1.05, 1.05);
}
.list_interview li a .name_wrap {
  position: absolute;
  bottom: 20px;
  left: -20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_interview li a .name_wrap {
    bottom: 5vw;
    left: -5vw;
  }
}
.list_interview li a .name_wrap .area {
  background: #1d2087;
  text-align: center;
  min-width: 130px;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-size: 0.9375em;
  margin-bottom: 0.5em;
  display: table;
}
@media screen and (max-width: 767px) {
  .list_interview li a .name_wrap .area {
    min-width: 1px;
    font-size: 3.5vw;
    padding: 0.5em 3vw;
  }
}
.list_interview li a .name_wrap .name {
  background: #1d2087;
  text-align: center;
  min-width: 200px;
  padding: 0.1em 1em;
  line-height: 1.5;
  font-size: 1.625em;
  display: table;
}
@media screen and (max-width: 767px) {
  .list_interview li a .name_wrap .name {
    font-size: 5.5vw;
    min-width: 1px;
    padding: 0.1em 3vw;
  }
}

.list_seafood {
  line-height: 1.8;
}
.list_seafood > li {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_seafood > li {
    margin-bottom: 50px;
  }
}
.list_seafood > li:last-child {
  margin-bottom: 0;
}
.list_seafood > li:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_seafood > li:nth-child(2n) {
    flex-flow: wrap;
  }
}
.list_seafood > li.re_none {
  flex-flow: wrap;
}
.list_seafood > li .seafood_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .list_seafood > li .seafood_l {
    width: 100%;
  }
}
.list_seafood > li .seafood_l.up {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .list_seafood > li .seafood_l.up {
    margin-top: 0;
  }
}
.list_seafood > li .seafood_l .txt {
  background: linear-gradient(to right, #74b4e3, #1d2087);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.25em;
  padding: 0.5em;
  line-height: 1.6;
}
.list_seafood > li .seafood_l .txt_02 {
  font-size: 0.875em;
  margin-top: 0.5em;
}
.list_seafood > li .seafood_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_seafood > li .seafood_r {
    width: 100%;
    padding-top: 25px;
  }
}
.list_seafood > li .seafood_r .num {
  background: #1d2087;
  color: #fff;
  padding: 0.5em 1.5em;
  display: table;
  line-height: 1;
  margin-bottom: 1em;
  font-family: "Raleway", sans-serif;
  font-size: 1.06em;
  font-weight: bold;
  border-radius: 20px;
}
.list_seafood > li .seafood_r .title {
  font-size: 2.875em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.5em;
  line-height: 1.5;
  color: #1d2087;
}
.list_seafood > li .seafood_r .title.title02 {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .list_seafood > li .seafood_r .title {
    font-size: 2em;
  }
  .list_seafood > li .seafood_r .title.title02 {
    font-size: 1.867em;
  }
}
.list_seafood > li .seafood_r .title span {
  font-size: 0.65em;
  display: inline-block;
  margin-left: 0.5em;
}
.list_seafood > li .seafood_r .title_02 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_seafood > li .seafood_r .title_02 {
    font-size: 1.4em;
  }
}
.list_seafood > li .seafood_box_02 {
  background: #1d2087;
  color: #fff;
  padding: 1.5em;
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.6;
}
.list_seafood > li .seafood_box {
  background: #fff;
  padding: 1.5em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .list_seafood > li .seafood_box {
    margin-top: 1em;
  }
}

.list_seafood_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 30px 0 100px;
}
.list_seafood_02 li {
  width: 48%;
  background: linear-gradient(to right, #74b4e3, #1d2087);
}
.list_seafood_02 li .title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.25em;
  padding: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_seafood_02 li .title {
    font-size: 1em;
  }
}

.list_search_area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1;
}
.list_search_area li {
  position: absolute;
}
.list_search_area li.hokkaido-area {
  background-color: #24b5df;
  right: 30%;
  top: 0;
}
.list_search_area li.tohoku-area {
  background-color: #00b2b0;
  right: 10%;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.tohoku-area {
    right: 0;
  }
}
.list_search_area li.kanto-area {
  background-color: #3abf67;
  right: 20%;
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.kanto-area {
    right: 10%;
  }
}
.list_search_area li.chubu-area {
  background-color: #d9de58;
  left: 30%;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.chubu-area {
    left: 27%;
    top: 35%;
  }
}
.list_search_area li.kansai-area {
  background-color: #f4bb65;
  right: 45%;
  bottom: 20%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.kansai-area {
    right: 33%;
    bottom: 13%;
  }
}
.list_search_area li.tyugoku-area {
  background-color: #ff373f;
  left: 10%;
  bottom: 47%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.tyugoku-area {
    left: 0;
  }
}
.list_search_area li.shikoku-area {
  background-color: #fa7146;
  left: 20%;
  bottom: 15%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.shikoku-area {
    bottom: 13%;
  }
}
.list_search_area li.kyushu-area {
  background-color: #ffa9bf;
  left: 0;
  bottom: 3%;
}
@media screen and (max-width: 767px) {
  .list_search_area li.kyushu-area {
    bottom: 0;
  }
}
.list_search_area li label {
  padding: 0.5em 0.7em;
}

.list_prefectures, .list_prefectures_sp {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.list_prefectures > li, .list_prefectures_sp > li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list_prefectures > li, .list_prefectures_sp > li {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
}
.list_prefectures dl, .list_prefectures_sp dl {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .list_prefectures dl, .list_prefectures_sp dl {
    width: 48%;
  }
}
.list_prefectures dl:last-child, .list_prefectures_sp dl:last-child {
  margin-bottom: 0;
}
.list_prefectures dl dt, .list_prefectures_sp dl dt {
  background-color: #797ca3;
  color: #fff;
  font-weight: bold;
  padding: 0.6em 1em;
  line-height: 1.5;
}
.list_prefectures dl dd, .list_prefectures_sp dl dd {
  padding: 1.5em 1.5em 0;
  font-size: 0.9375em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .list_prefectures dl dd, .list_prefectures_sp dl dd {
    padding: 1em 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .list_prefectures dl dd, .list_prefectures_sp dl dd {
    font-size: 1em;
  }
}

.list_search_prefectures li {
  margin-bottom: 1em;
}
.list_search_prefectures li:last-child {
  margin-bottom: 0;
}
.list_search_prefectures li label {
  justify-content: space-between;
}
.list_search_prefectures li label .name {
  display: flex;
  align-items: center;
}

.list_search_products {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -5%;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_search_products {
    margin-bottom: -40px;
  }
}
.list_search_products li {
  width: 14%;
  margin: 0 3.2% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_search_products li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
}
.list_search_products li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_search_products li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_search_products li label {
  flex-flow: wrap;
}
.list_search_products li img {
  width: 70%;
  display: block;
  margin: 0 auto 15px;
}
.list_search_products li .name {
  width: 100%;
  margin-bottom: 0.5em;
}
.list_search_products li input[type=checkbox] {
  display: block;
  margin: auto;
}

input.btn_search {
  color: #fff;
  display: block;
  max-width: 310px;
  width: 90%;
  padding: 1em 30px;
  background: linear-gradient(to left, #20268b, #74b4e3);
  text-align: center;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
}
input.btn_search:hover {
  opacity: 0.7;
}

.list_tech_post_tab {
  border-bottom: solid 2px #1d2087;
  display: flex;
  margin-bottom: 30px;
}
.list_tech_post_tab li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .list_tech_post_tab li {
    width: 48%;
  }
}
.list_tech_post_tab li a {
  position: relative;
  display: block;
  background-color: #74b4e3;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 110px;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .list_tech_post_tab li a {
    text-align: center;
    padding: 10px;
  }
}
.list_tech_post_tab li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/right_w.svg);
  rotate: 90deg;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .list_tech_post_tab li a {
    transition: opacity 0.3s;
  }
  .list_tech_post_tab li a:hover {
    opacity: 0.6;
  }
}
.list_tech_post_tab li.active a {
  background-color: #1d2087;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_policy {
  margin-bottom: 2em;
}
.dlist_policy:last-child {
  margin-bottom: 0;
}
.dlist_policy dt {
  font-size: 1.4375em;
  font-weight: bold;
}

.dlist_cat {
  display: flex;
  font-size: 1.125em;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dlist_cat {
    font-size: 0.9375em;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .dlist_cat:last-child {
    margin-bottom: 0;
  }
}
.dlist_cat dt {
  width: 130px;
  line-height: 1;
  text-align: center;
  height: 100%;
  padding: 0.5em;
  background: #1d2087;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dlist_cat dt {
    width: 85px;
  }
}
.dlist_cat dd {
  width: calc(100% - 130px - 3em);
}
@media screen and (max-width: 767px) {
  .dlist_cat dd {
    width: calc(100% - 85px - 1em);
  }
}
.dlist_cat dd ul {
  display: flex;
  flex-flow: wrap;
  margin-right: -2em;
}
@media screen and (max-width: 767px) {
  .dlist_cat dd ul {
    margin: 0 0 -4%;
  }
}
.dlist_cat dd ul li {
  margin: 0 2em 2em 0;
}
@media screen and (max-width: 767px) {
  .dlist_cat dd ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .dlist_cat dd ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.dlist_cat dd ul li a {
  border: 1px solid #040000;
  display: block;
  min-width: 150px;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dlist_cat dd ul li a {
    min-width: 1px;
  }
}
.dlist_cat dd ul li a:hover {
  background: #f2f2f2;
}
.dlist_cat dd ul li label {
  margin-top: 0.3em;
  line-height: 1.5;
}
.dlist_cat dd ul li input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.dlist_seafood {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dlist_seafood {
    margin-bottom: 30px;
  }
}
.dlist_seafood dt {
  background: #1d2087;
  font-weight: bold;
  color: #fff;
  font-size: 1.875em;
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .dlist_seafood dt {
    font-size: 1.5em;
  }
}
.dlist_seafood dd .title {
  display: table;
  margin: 0 auto 1em;
  color: #1d2087;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.5;
  border-bottom: 5px solid #1d2087;
}
@media screen and (max-width: 767px) {
  .dlist_seafood dd .title {
    font-size: 1.3em;
  }
}
.dlist_seafood dd .txt {
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #1d2087;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .dlist_seafood dd .txt {
    font-size: 1.3em;
  }
}
.dlist_seafood dd .img_seafood_10 {
  width: 460px;
  height: 161px;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .dlist_seafood dd .img_seafood_10 {
    width: 230px;
    height: 80.5px;
    margin: 0 auto 20px;
  }
}
.dlist_seafood dd .img_seafood_03 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

/*
8:table
------------------------------------------------------------
*/
.table_company {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .table_company {
    margin: -2em 0 15vw;
    font-size: 1.1em;
  }
}
.table_company th {
  font-weight: 400;
  text-align: left;
  padding: 2em;
  border-bottom: 1px solid #cecece;
  width: 20%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company th {
    width: 100%;
    display: block;
    padding: 2em 5vw 1em;
    border-bottom: none;
    font-weight: bold;
  }
}
.table_company td {
  padding: 2em 2em 2em 0;
  border-bottom: 1px solid #cecece;
  width: 80%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company td {
    width: 100%;
    display: block;
    padding: 0 5vw 2em;
  }
}

.table_sch {
  width: 100%;
  font-size: 0.9375em;
  line-height: 1.5;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .table_sch {
    border-left: 1px solid #cecece;
  }
}
.table_sch th {
  background: #1d2087;
  color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #cecece;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .table_sch th {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
.table_sch td {
  padding: 0.5em 1em;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .table_sch td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}

.table_office {
  width: 100%;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  line-height: 1.7;
}
.table_office th {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 1em 1.5em;
  text-align: left;
  white-space: nowrap;
}
.table_office td {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding: 1em 1.5em;
}

/*
9:タイトル
------------------------------------------------------------
*/
.main_ttl {
  font-size: 2.5em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: "Raleway", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl.jp {
    font-size: 7vw;
  }
}
.main_ttl span {
  display: block;
  font-size: 0.45em;
  font-weight: 400;
  margin-top: 1em;
  letter-spacing: 2px;
}

.low_main_ttl__wrap.low_main_ttl__wrap_food {
  bottom: -9vw;
}
@media screen and (max-width: 1200px) {
  .low_main_ttl__wrap.low_main_ttl__wrap_food {
    bottom: -12vw;
  }
}
@media screen and (max-width: 767px) {
  .low_main_ttl__wrap.low_main_ttl__wrap_food {
    min-width: 1px;
    bottom: -5vw;
  }
}

.low_main_ttl__wrap {
  background: #1d2087;
  position: absolute;
  left: 0;
  bottom: -3vw;
  min-width: 400px;
  transform: translate(0, 20px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 1s ease 1s 1 forwards;
}
@media screen and (max-width: 767px) {
  .low_main_ttl__wrap {
    min-width: 1px;
    bottom: -5vw;
  }
}
.low_main_ttl__wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_news.png) no-repeat center/100% 100%;
  left: 0;
  top: 0;
}

.low_main_ttl {
  font-size: 2em;
  font-weight: bold;
  font-family: "Raleway", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 1em;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    font-size: 7vw;
    padding: 5vw;
  }
}
.low_main_ttl span {
  font-size: 0.44em;
  display: block;
  font-weight: 400;
  margin-top: 1em;
  letter-spacing: 1px;
}

.low_main_ttl_02__wrap {
  position: absolute;
  left: 0;
  bottom: 3vw;
  transform: translate(0, 20px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 1s ease 1s 1 forwards;
}
@media screen and (max-width: 767px) {
  .low_main_ttl_02__wrap {
    bottom: -15vw;
  }
}
.low_main_ttl_02__wrap .num {
  color: #1d2087;
  font-size: 3.75em;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .low_main_ttl_02__wrap .num {
    font-size: 2em;
  }
}
.low_main_ttl_02__wrap .num span {
  display: block;
  font-size: 0.25em;
  letter-spacing: 2px;
}

.low_main_ttl_02 {
  color: #1d2087;
  font-size: 5.625em;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .low_main_ttl_02 {
    font-size: 4em;
  }
}

.txt_ttl {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_ttl {
    font-size: 6vw;
  }
}
.txt_ttl::after {
  position: absolute;
  content: "";
  background: #040000;
  width: 28px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.line_ttl {
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px solid #040000;
  margin-bottom: 2em;
  line-height: 1.6;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .line_ttl {
    font-size: 6vw;
    margin-bottom: 1.5em;
  }
}
.line_ttl span {
  font-size: 0.5em;
  margin-left: 2em;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .line_ttl span {
    display: block;
    margin: 1em 0;
  }
}

.line_ttl_02 {
  border-bottom: 6px solid #f2f2f2;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
  display: flex;
}
.line_ttl_02 .num {
  font-family: "Outfit", sans-serif;
  font-size: 3.6875em;
  color: #1d2087;
  line-height: 1;
  margin: -0.1em 0.3em 0 0;
}
@media screen and (max-width: 767px) {
  .line_ttl_02 .num {
    font-size: 2.8em;
  }
}
.line_ttl_02 .ttl {
  font-weight: bold;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .line_ttl_02 .ttl {
    font-size: 1.6em;
  }
}
.line_ttl_02 .txt {
  margin-top: 0.5em;
}

.line_ttl_03 {
  border-bottom: 6px solid #f2f2f2;
  line-height: 1.5;
  padding-bottom: 0.7em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}
.line_ttl_03 img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .line_ttl_03 img {
    width: 40px;
    height: 40px;
  }
}
.line_ttl_03 .ttl {
  font-weight: bold;
  font-size: 1.375em;
}

.recruit_ttl {
  font-weight: bold;
  font-size: 1.9375em;
  margin-bottom: 0.5em;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .recruit_ttl {
    font-size: 1.5em;
  }
}

.sub_ttl {
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 5vw;
  }
}

.sub_ttl_02 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8em;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sub_ttl_02 {
    font-size: 1.7em;
  }
}
.sub_ttl_02 span {
  display: block;
}
.sub_ttl_02 span.sub_t {
  font-size: 0.8em;
}
.sub_ttl_02 span.sub_b {
  font-size: 0.6em;
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #f2f2f2;
}
.bg_white {
  background: #fff;
}
.bg_inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg_inner {
    padding: 20vw 0;
  }
}
.bg_inner_02 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .bg_inner_02 {
    padding: 10vw 0;
  }
}
.bg_seafood {
  background: url(../images/bg_seafood.jpg) no-repeat center/cover;
}
.bg_gra {
  background: linear-gradient(to right, #74b4e3, #1d2087);
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 50px;
  height: 50px;
  background: url(../images/page_top.svg) no-repeat center/auto 100%;
  bottom: 3vh !important;
  right: 3vw !important;
}

a.more {
  font-size: 1rem;
  padding: 0 1.5em 0.3em 1em;
  border-bottom: 3px solid #040000;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.more {
    font-size: 0.9375rem;
  }
}
a.more::after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/100% 100%;
  width: 4px;
  height: 7px;
  right: 10px;
  bottom: 45%;
  margin: auto;
  transition: 0.3s;
}
a.more:hover {
  border-bottom: 3px solid #74b4e3;
}
a.more:hover::after {
  right: 5px;
}
a.more_02 {
  border-bottom: 2px solid #040000;
  position: relative;
}
a.more_02:hover {
  border-bottom: 2px solid #74b4e3;
}
a.button {
  color: #fff;
  display: block;
  max-width: 310px;
  width: 90%;
  padding: 1em 30px;
  background: linear-gradient(to left, #20268b, #74b4e3);
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  a.button {
    font-size: 1rem;
  }
}
a.button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #74b4e3;
  transition: transform 0.4s;
  opacity: 0.3;
  transform: scale(0, 1);
  transform-origin: right top;
}
a.button::after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 6px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
a.button.icon_pdf::after {
  background: url(../images/icon_pdf.svg) no-repeat center/100% 100%;
  width: 18px;
  height: 24px;
}
a.button span {
  position: relative;
  z-index: 1;
}
a.button02 {
  border: solid 1px #000;
  border-radius: 10px;
  display: block;
  max-width: 310px;
  width: 90%;
  padding: 1em 30px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.post-type-archive-shop a.button02 {
  margin: -50px 0 0 auto;
}
@media screen and (max-width: 767px) {
  a.button02 {
    font-size: 1rem;
  }
}
a.button02::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 10px;
  background: #74b4e3;
  transition: transform 0.4s;
  opacity: 0.5;
  transform: scale(0, 1);
  transform-origin: right top;
}
a.button02::after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/100% 100%;
  width: 6px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.button02:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
a.button02 span {
  position: relative;
  z-index: 1;
}

input.search_button {
  color: #fff;
  display: block;
  max-width: 310px;
  width: 90%;
  padding: 1em 30px;
  background: url(../images/right_w.svg) no-repeat center right 15px/4px 8px, linear-gradient(to left, #20268b, #74b4e3);
  text-align: center;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  input.search_button {
    font-size: 1rem;
    margin-top: 2em;
  }
}
input.search_button:hover {
  opacity: 0.5;
}

input.button {
  color: #fff;
  display: block;
  max-width: 310px;
  width: 90%;
  padding: 1em 30px;
  background: linear-gradient(to left, #20268b, #74b4e3);
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  input.button {
    font-size: 1rem;
  }
}
input.button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #74b4e3;
  transition: transform 0.4s;
  opacity: 0.3;
  transform: scale(0, 1);
  transform-origin: right top;
}
input.button::after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 6px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
input.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
input.button span {
  position: relative;
  z-index: 1;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
.center_p {
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .center_p {
    text-align: left;
  }
}

#list_breadcrumb {
  padding: 1em 10vw;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-bottom: 110px;
  transform: translate(0, 20px);
  filter: blur(5px);
  opacity: 0;
  animation: blur 1s ease 1.6s 1 forwards;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    padding: 1em 5vw;
    margin-bottom: 15vw;
    font-size: 3vw;
  }
}

.map_p {
  position: relative;
  padding-left: 40px;
  margin-top: 1.5em;
}
.map_p::after {
  position: absolute;
  content: "";
  background: url(../images/icon_map.svg) no-repeat;
  width: 21px;
  height: 30px;
  left: 0;
  top: 0;
}

.policy_p {
  text-align: center;
  margin-bottom: 4em;
  border-bottom: 1px solid #040000;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .policy_p {
    text-align: left;
  }
}

.popup-youtube {
  cursor: pointer;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

img.icon_movie {
  width: 25px;
  height: 23px;
  margin-right: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  img.icon_movie {
    width: 20px;
    height: 19px;
  }
}

.dot {
  padding-left: 1.2em;
  position: relative;
}
.dot::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

.password_wrap {
  margin-top: 80px;
}
.password_wrap .regulations_check:disabled,
.password_wrap .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.password_logo {
  margin-bottom: 50px;
  text-align: center;
}
.password_logo img {
  width: 150px;
}

input[name=post_password] {
  width: 100%;
  max-width: 500px;
  margin: 50px 0;
}

.password_item {
  margin-bottom: 30px;
}
.password_item input[name=post_password] {
  margin: 0;
}

.shop_name {
  width: 100%;
  max-width: 500px;
}

.regulations {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border: solid 1px #999;
  padding: 1em;
  font-size: 14px;
}

.service_info_lead {
  text-align: center;
  margin-bottom: 60px;
}

.list_service_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_service_info li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_service_info li {
    width: 100%;
  }
  .list_service_info li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.list_service_info li a {
  display: block;
  text-align: center;
}
.list_service_info li a .list_service_info_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_service_info li a .list_service_info_img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/service_info_arrow.svg);
}
@media (any-hover: hover) {
  .list_service_info li a img {
    transition: transform 0.3s;
  }
  .list_service_info li a:hover img {
    transform: scale(1.1);
  }
}
.list_service_info li a img {
  width: 100%;
}
.list_service_info li a span {
  display: block;
  font-size: 1.625em;
  font-weight: bold;
  color: #1d2087;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_service_info li a span {
    font-size: 1.333em;
  }
}

.dlist_stock_parts dt {
  border-bottom: solid 4px #1d2087;
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 1.875em;
  font-weight: bold;
  color: #1d2087;
}
.dlist_stock_parts dd {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .dlist_stock_parts dd {
    padding: 0 20px;
  }
}
.dlist_stock_parts dd .list_stock_parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dlist_stock_parts dd .list_stock_parts li {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_stock_parts dd .list_stock_parts li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.dlist_stock_parts dd .list_stock_parts li a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 1em 30px;
  border-radius: 2px 6px 6px 60px;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 700;
}
.dlist_stock_parts dd .list_stock_parts li a span {
  position: relative;
}
.dlist_stock_parts dd .list_stock_parts li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 6px;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dlist_stock_parts dd .list_stock_parts li a:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: linear-gradient(35deg, #74b4e3, #20268b);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .dlist_stock_parts dd .list_stock_parts li a:hover:before {
    transform: translateX(50%);
  }
}

.stock_parts_lead {
  margin-bottom: 40px;
  text-align: center;
}
.stock_parts_lead span {
  display: inline-block;
  padding: 10px;
  font-size: 1.563em;
  background-color: #74b4e3;
}
@media screen and (max-width: 767px) {
  .stock_parts_lead span {
    font-size: 1.333em;
  }
}

.stock_update {
  text-align: right;
}

.pdf_embeded {
  margin-bottom: 50px;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 4em;
  width: 100%;
  border-top: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 2em;
  }
}
.contactform tr th {
  padding: 2.5em 4em 2em 2em;
  color: #040000;
  text-align: left;
  vertical-align: top;
  width: 35%;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 2em 5vw 1em;
    border-bottom: none;
  }
}
.contactform tr td {
  width: 65%;
  padding: 2em 2em 2em 0;
  text-align: left;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 5vw 2em;
  }
}
.contactform tr td p {
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 1em;
}

label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

input, textarea, select {
  width: 75%;
  padding: 1em;
  border: none;
  background: #f2f2f2;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
@media screen and (max-width: 767px) {
  input, textarea, select {
    width: 100%;
  }
}

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

input[type=radio] {
  width: auto;
}

input.pw {
  max-width: 460px;
  margin: 0 auto 2em;
  display: block;
}

input.login_button {
  color: #fff;
  display: block;
  max-width: 310px;
  width: 90%;
  padding: 1em 30px;
  background: linear-gradient(to left, #20268b, #74b4e3);
  text-align: center;
  margin: 0 auto;
  font-size: 1.125em;
  transition: 0.5s;
}
input.login_button:hover {
  opacity: 0.7;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

textarea {
  height: 250px;
  width: 100%;
}

span.mwform-tel-field input {
  width: 23% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28.5% !important;
  }
}

.submit, .backBtn {
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  font-size: 1.125em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  background: #1d2087 url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
  transition: 0.3s;
}

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

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

.required {
  font-size: 0.75em;
  background: #1d2087;
  color: #fff;
  margin: 0.5em 0 0 1em;
  line-height: 1;
  padding: 0.5em 1em;
  float: right;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  font-size: 0.9375em;
  margin: 50px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #1d2087;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 1em;
  color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #74b4e3;
}
.wp-pagenavi .current {
  background: #74b4e3;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related h3 {
  padding: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em -1em 0;
  font-size: 1.125em;
}
.tab li {
  border: 1px solid #040000;
  display: block;
  min-width: 150px;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.5;
  margin: 0 1em 1em 0;
  cursor: pointer;
}
.tab li.active {
  background: #1d2087;
  color: #fff;
}

.tab_content {
  display: none;
  padding-top: 1em;
  font-size: 1.125em;
}
.tab_content.active {
  display: block;
}
.tab_content .list_tab_content {
  display: flex;
  flex-flow: wrap;
  margin: 0 -2em -1em 0;
}
.tab_content .list_tab_content li {
  margin: 0 2em 1em 0;
}
.tab_content .list_tab_content li a {
  border-bottom: 1px solid;
  display: block;
  padding-right: 15px;
  position: relative;
}
.tab_content .list_tab_content li a::after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/100% 100%;
  width: 4px;
  height: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tab_content .list_tab_content li a:hover {
  color: #1d2087;
}

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

.m1em {
  margin-bottom: 1em;
}

.m3em {
  margin-bottom: 3em;
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  flex-flow: wrap;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 2em;
  line-height: 1.6;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin-top: 15vw;
    padding: 10vw 5vw;
  }
}
.list_pagination li {
  width: calc(50% - 70px);
}
@media screen and (max-width: 767px) {
  .list_pagination li {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev a {
    margin-bottom: 5vw;
  }
}
.list_pagination li.prev a::before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.middle {
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
  }
}
.list_pagination li.middle a::before {
  background: none;
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next a {
    margin-top: 5vw;
  }
}
.list_pagination li.next a::before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  top: 8px;
  background: url(../images/arrow_b.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .list_pagination li a::before {
    top: 6px;
  }
}
.list_pagination li a:hover {
  color: #1d2087;
}

/*
Last
------------------------------------------------------------
*/
.fadein {
  filter: blur(5px);
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0) !important;
  filter: blur(0);
}

/*
evページ
------------------------------------------------------------
*/
.section_ev {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.section_ev_02 {
  padding: 98px 0 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_ev_02 {
    padding: 15vw 0;
    margin-bottom: 15vw;
  }
}
.section_ev_02_inner {
  padding: 100px 5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_ev_02_inner {
    padding: 15vw 5vw;
  }
}

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

.ev_main {
  position: relative;
}
.ev_main img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ev_main img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ev_main_txt {
  position: absolute;
  top: 50%;
  transform: translate(0%, -55%);
  left: 5vw;
  font-size: 3.125em;
  line-height: 1.25;
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .ev_main_txt {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .ev_main_txt {
    top: 23%;
    font-size: 2em;
    line-height: 1.5;
  }
}
.ev_main_txt span {
  font-size: 0.52em;
  display: block;
  margin-bottom: 10px;
}

.ev_ttl {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  .ev_ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .ev_ttl {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

.ev_ttl02 {
  position: relative;
  font-size: 2.75em;
  text-align: center;
  background: #1d2087;
  font-weight: bold;
  line-height: 1.4;
  padding: 40px 30px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .ev_ttl02 {
    font-size: 1.8em;
    padding: 20px 30px 0;
    margin-bottom: 100px;
  }
}
.ev_ttl02 span {
  font-size: 0.682em;
  display: block;
}
@media screen and (max-width: 767px) {
  .ev_ttl02 span {
    font-size: 0.5em;
  }
}
.ev_ttl02:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 750px solid transparent;
  border-left: 750px solid transparent;
  border-top: 70px solid #1d2087;
  border-bottom: 0;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .ev_ttl02:before {
    border-right: 600px solid transparent;
    border-left: 600px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .ev_ttl02:before {
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
    border-top: 50px solid #1d2087;
    bottom: -50px;
  }
}

.ev_ttl03 {
  font-size: 1.75em;
  text-align: center;
  color: #1d2087;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .ev_ttl03 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .ev_ttl03 {
    font-size: 1.3em;
    text-align: inherit;
    line-height: 1.8;
  }
}

.ev_ttl04 {
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ev_ttl04 {
    font-size: 1.45em;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
.ev_ttl04 span {
  display: block;
  font-size: 0.417em;
  letter-spacing: 5px;
}

.ev_ttl05 {
  margin-bottom: 30px;
  position: relative;
}
.ev_ttl05:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 223px;
  border-left: 1px solid #000;
  top: -280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ev_ttl05:before {
    height: 130px;
    top: -150px;
  }
}

.ev_txt01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ev_txt01 {
    text-align: unset;
  }
}

.ev_txt02 {
  font-size: 1.25em;
  font-weight: bold;
  color: #c61f1e;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ev_txt02 {
    font-size: 1.1em;
  }
}

.ev_txt03 {
  margin-bottom: 40px;
}

.list_ev_point {
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list_ev_point {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_ev_point {
    display: block;
  }
}
.list_ev_point li {
  width: 22%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_ev_point li {
    width: 100%;
    margin: 0 0 10vw 0;
  }
}
.list_ev_point li:last-child {
  margin: 0;
}
.list_ev_point_num {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25em;
  line-height: 45px;
  padding: 0 25px;
  width: 75%;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(116, 180, 227), rgb(29, 32, 135));
  letter-spacing: 2px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .list_ev_point_num {
    font-size: 1.2em;
    line-height: 40px;
    width: 55%;
  }
}
.list_ev_point_num::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 15px solid #1d2087;
  border-right: 0;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .list_ev_point_num::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.list_ev_point_num:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_ev_point_num:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.list_ev_point_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_ev_point_img {
    margin-bottom: 15px;
  }
}
.list_ev_point_img img {
  width: 100%;
}
.list_ev_point_ttl {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .list_ev_point_ttl {
    font-size: 1.25em;
    margin-bottom: 7px;
  }
}
.list_ev_point_txt {
  font-size: 0.938em;
  line-height: 1.5;
}

.list_ev_step {
  margin-bottom: 60px;
}
.list_ev_step li {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .list_ev_step li {
    margin-bottom: 30px;
  }
}
.list_ev_step li:last-child {
  margin-bottom: 0;
}
.list_ev_step li h2 {
  font-size: 1.75em;
  font-weight: bold;
  color: #1d2087;
  letter-spacing: 3px;
  border-bottom: 1px solid #1d2087;
  margin-bottom: 35px;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_ev_step li h2 {
    font-size: 1.4em;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }
}
.list_ev_step li h2:before {
  position: absolute;
  content: "";
  width: 199px;
  height: 3px;
  border-bottom: 3px solid #1d2087;
  left: 0;
  bottom: -2px;
}
.list_ev_step li h2 span {
  font-family: "Roboto Condensed", sans-serif;
}
.list_ev_step_area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_ev_step_area {
    display: block;
    align-items: normal;
  }
}
.list_ev_step_img {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_ev_step_img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.list_ev_step_txt {
  width: 65%;
  font-size: 0.938em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .list_ev_step_txt {
    width: 100%;
    margin: 0%;
  }
}

.list_ev_zero {
  margin-bottom: 30px;
}
.list_ev_zero li {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_ev_zero li {
    display: block;
    align-items: normal;
    font-size: 1.1em;
  }
}
.list_ev_zero li:last-child {
  margin-bottom: 0;
}
.list_ev_zero_left {
  width: 21%;
  background: #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 30px 5px;
}
@media screen and (max-width: 767px) {
  .list_ev_zero_left {
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 10px;
  }
}
.list_ev_zero_right {
  width: 79%;
  padding-left: 45px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list_ev_zero_right {
    width: 100%;
    padding-left: 2px;
  }
}

.ev_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ev_box {
    display: block;
    align-items: normal;
  }
}
.ev_box_img {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .ev_box_img {
    width: 100%;
    margin: 0 0 5%;
  }
}
.ev_box_img img {
  width: 100%;
}
.ev_box_txtarea {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .ev_box_txtarea {
    width: 100%;
  }
}
.ev_box_txtarea h3 {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ev_box_txtarea h3 {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
.ev_box_txtarea p {
  font-size: 0.938em;
  line-height: 1.8;
}

.ev_box02 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ev_box02 {
    display: block;
    align-items: normal;
  }
}
.ev_box02_before {
  position: relative;
  width: 31%;
  margin-right: 16%;
}
@media screen and (max-width: 767px) {
  .ev_box02_before {
    width: 100%;
    margin: 0 0 16% 0;
  }
}
.ev_box02_before img {
  width: 100%;
}
.ev_box02_before:before {
  position: absolute;
  content: "";
  background: url(../images/ev_beforetxt.svg) no-repeat center;
  width: 105px;
  height: 35px;
  top: -17px;
  left: 17px;
}
.ev_box02_before:after {
  position: absolute;
  content: "";
  background: url(../images/ev_arrow.svg) no-repeat center;
  width: 54px;
  height: 54px;
  top: 0;
  bottom: 0;
  right: -37%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ev_box02_before:after {
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    bottom: -43px;
  }
}
.ev_box02_after {
  position: relative;
  width: 53%;
}
@media screen and (max-width: 767px) {
  .ev_box02_after {
    width: 100%;
  }
}
.ev_box02_after:before {
  position: absolute;
  content: "";
  background: url(../images/ev_aftertxt.svg) no-repeat center;
  width: 105px;
  height: 35px;
  top: -17px;
  left: 17px;
}
.ev_box02_after_btn {
  position: relative;
}
.ev_box02_after_btn a {
  position: absolute;
  content: "";
  width: 214px;
  height: 45px;
  right: 30px;
  bottom: -155px;
  display: block;
  background: #1d2087;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .ev_box02_after_btn a {
    right: 10px;
    bottom: -20px;
  }
}
.ev_box02_after_btn a:hover {
  opacity: 0.85;
}
.ev_box02_after_btn a:before {
  position: absolute;
  content: "";
  background: url(../images/ev_arrow02.svg) no-repeat center;
  width: 6px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

/* モーダルを開くボタン */
.modal-open {
  border: none;
  cursor: pointer;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(29, 32, 135, 0.84);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 516px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  color: #1d2087;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #1d2087;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px;
  }
}
.modal-content_img {
  width: 100%;
  max-height: 350px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-content_img {
    max-height: 200px;
    margin: 0 auto 15px;
  }
}
.modal-content_img img {
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .modal-content_img img {
    max-height: 200px;
  }
}
.modal-content_ttl {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal-content_ttl {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
.modal-content_ttl02 {
  font-size: 1.25em;
  font-weight: bold;
  border-left: 4px solid #1d2087;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-content_ttl02 {
    font-size: 1.1em;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.modal-content_txt {
  line-height: 1.8;
}

.ev_banner {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  width: 300px;
  padding: 11px 0 0;
  background: #1d2087;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ev_banner {
    width: 190px;
    padding: 20px 15px;
    bottom: 10vh;
    right: 5vw;
  }
}
.ev_banner:hover {
  opacity: 0.9;
}
.ev_banner.hidden {
  opacity: 0;
  visibility: hidden;
}
.ev_banner .ev_banner_close {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -18px;
  right: -18px;
  background: #fff;
  border-radius: 50%;
  color: #1d2087;
  line-height: 0;
  letter-spacing: 0;
  padding: 17px 10px;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .ev_banner .ev_banner_close {
    width: 30px;
    height: 30px;
    top: -13px;
    right: -13px;
    padding: 13px 8px;
    font-size: 1.75em;
  }
}

.ev_banner_ttl {
  color: #fff;
  text-align: center;
  font-size: 1.625em;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ev_banner_ttl {
    font-size: 1.25em;
  }
}
.ev_banner_ttl span {
  display: block;
  font-size: 0.615em;
}

.ev_outline_description {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

#outline {
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .ev_outline_description {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  #outline {
    padding-top: 65px;
    margin-top: -65px;
  }
}
.home_ev_bnr {
  display: block;
  max-width: 800px;
  margin: 120px auto 0;
}

@media screen and (max-width: 767px) {
  .home_ev_bnr {
    margin-top: 60px;
  }
}
.bnr_ev_movie {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 2.5rem auto 0;
}
.bnr_ev_movie:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  filter: brightness(110%);
}

.dlist_syugyoto {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.dlist_syugyoto .group {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}
.dlist_syugyoto .group dt {
  font-weight: 700;
  background-color: #1D2087;
  color: #fff;
  display: grid;
  place-content: center;
  width: 130px;
  padding: 0.75em 1em;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .dlist_syugyoto .group dt {
    width: 118px;
  }
}
.dlist_syugyoto .group dd {
  flex-grow: 1;
  background-color: #F7F7F7;
  padding: 0.75em 1em;
}
@media screen and (max-width: 767px) {
  .dlist_syugyoto .group dd {
    padding: 0.75em;
  }
}