@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, img, small, time, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

caption, th {
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]):not([type=button]), select {
  padding: 0 10px;
}

input[type=submit], input[type=button], button {
  background-color: transparent;
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: vertical;
  padding: 10px 15px;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

/*basic*/
html {
  font-size: 62.5%;
}

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

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
body, input, textarea, select {
  color: #000;
  font-family: "Noto Sans", "Noto Sans CJK JP", noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media all and (-ms-high-contrast: none) {
  body, input, textarea, select {
    font-weight: normal;
  }
}

body {
  transition: 1s;
  background: #fff;
  overflow-x: hidden;
}
body.preload {
  opacity: 0;
}
strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

#main {
  display: block;
  overflow: hidden;
  transition: 0.2s;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 0 0 0 0;
  }
}

.nvop {
  overflow: hidden;
}
.nvop #main {
  /*-ms-filter: blur(6px);
  filter: blur(6px);*/
  opacity: 0.5;
}
.nvop #footer {
  /*-ms-filter: blur(6px);
  filter: blur(6px);*/
  opacity: 0.5;
}

a {
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
a.box {
  display: block;
  padding: 15px;
  transition: padding 0.5s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s ease, background 0.5s ease, opacity 0.5s ease;
  border-radius: 60px;
  background: #000;
  color: #fff;
  text-align: center;
}
a.box:hover {
  background: #A83323;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a, .submitbtn {
    transition: 0.3s;
  }
  a:hover, .submitbtn:hover {
    opacity: 0.5;
  }
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold {
  font-weight: bold;
}

.indent {
  display: inline-block;
  text-indent: -0.5em;
}

a.none {
  pointer-events: none;
  opacity: 0.3;
}

.ov {
  overflow: hidden;
}

.ov a {
  display: block;
  overflow: hidden;
}

.ov a img {
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  vertical-align: bottom;
}

.ov.fst a img {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.ov a:hover {
  opacity: 1;
}

.ov a:hover img {
  transform: scale(1.2);
}

.inner {
  max-width: 1380px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    padding: 0;
  }
}

/* bred */
ul.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  ul.breadcrumb {
    margin-bottom: 12.5%;
  }
}
ul.breadcrumb li {
  font-size: 1.4rem;
  color: #000;
}
ul.breadcrumb li:last-of-type {
  opacity: 0.5;
}
ul.breadcrumb li a {
  color: #000;
}
ul.breadcrumb li + li:before {
  padding: 8px 1em;
  color: #000;
  opacity: 1;
  content: ">";
}

@media screen and (max-width: 767px) {
  ul.breadcrumb li {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  ul.breadcrumb li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  ul.breadcrumb li + li:before {
    padding: 8px 5px 8px 2px;
    color: black;
    content: ">";
  }
}
/* notfound */
#main.notfound {
  padding: 0 5% 10% 5%;
}
#main.notfound h1 {
  font-size: 3.6rem;
  text-align: center;
  padding: 10% 0 5% 0;
}
@media screen and (max-width: 767px) {
  #main.notfound h1 {
    padding: 25vw 0 10vw 0;
    font-size: 2.4rem;
  }
}
#main.notfound p {
  font-size: 1.4rem;
  margin: 25px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main.notfound p {
    font-size: 1.2rem;
    margin: 1em 0;
  }
}

/* import */
#header {
  padding: 25px 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transform: translateY(0);
  transition: 1s;
  background-color: #640013;
}
@media screen and (max-width: 767px) {
  #header {
    z-index: 100;
    padding: 20px 0;
  }
}
#header.load {
  transform: translateY(0px);
}
#header.scrl {
  background-color: rgba(100, 0, 19, 0.9);
  transform: translateY(-100px);
  opacity: 0;
}
#header.scrl.js-visible {
  transform: translateY(0);
  opacity: 1;
}
#header .inner {
  width: 90%;
  max-width: 1450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header p.logo {
  width: 200px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  #header p.logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #header p.logo {
    width: 120px;
  }
}
#header .mems {
  position: absolute;
  z-index: 5;
  right: 25px;
  top: 30px;
  width: 45px;
  display: none;
}
@media screen and (max-width: 767px) {
  #header .mems {
    top: 5px;
    right: 0;
    width: 25px;
    display: block;
  }
}
#header.is-menu-open ul.btns {
  visibility: visible;
  transform: translateX(0);
  display: block;
  opacity: 1;
}
#header.is-menu-open .mems em {
  transform: translateZ(0) translateY(100%);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}
#header ul.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  order: 2;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #header ul.btns {
    visibility: hidden;
    opacity: 0;
    transform: translateY(5%);
    position: fixed;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: #640013;
    transition: 0.3s;
    left: 0;
    top: 0;
    padding: 100px 5% 10% 10%;
    display: block;
  }
}
#header ul.btns li {
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  #header ul.btns li {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  #header ul.btns li {
    margin: 0 0 1.5em 0;
    opacity: 0;
  }
}
#header ul.btns li a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  #header ul.btns li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #header ul.btns li a {
    font-size: 4vw;
  }
}
#header ul.btns li a span {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  #header ul.btns li a span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #header ul.btns li a span {
    font-size: 8vw;
  }
}
#header ul.btns li a span img {
  height: 16px;
  width: auto;
}
@media screen and (max-width: 1600px) {
  #header ul.btns li a span img {
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header ul.btns li a span img {
    height: 14px;
  }
}
#header ul.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  order: 3;
}
@media screen and (max-width: 767px) {
  #header ul.sns {
    margin-right: 50px;
  }
}
#header ul.sns li {
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  #header ul.sns li {
    margin-left: 35px;
  }
}
#header ul.sns li.sns {
  display: flex;
  align-items: center;
}
#header ul.sns li.sns .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #header ul.sns li.sns .icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
}
#header .hamburger {
  z-index: 5;
  position: relative;
  width: 24px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  #header .hamburger {
    display: block;
  }
}
#header .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#header .hamburger span:nth-of-type(1) {
  top: 0;
}
#header .hamburger span:nth-of-type(2) {
  top: 5px;
}
#header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
#header.is-menu-open ul.btns li:nth-of-type(1) {
  animation: 0.5s ease-out 0.5s 1 fiu forwards;
}
#header.is-menu-open ul.btns li:nth-of-type(2) {
  animation: 0.5s ease-out 0.6s 1 fiu forwards;
}
#header.is-menu-open ul.btns li:nth-of-type(3) {
  animation: 0.5s ease-out 0.7s 1 fiu forwards;
}
#header.is-menu-open ul.btns li:nth-of-type(4) {
  animation: 0.5s ease-out 0.8s 1 fiu forwards;
}
#header.is-menu-open ul.btns li:nth-of-type(5) {
  animation: 0.5s ease-out 0.9s 1 fiu forwards;
}
#header.is-menu-open ul.btns li:nth-of-type(6) {
  animation: 0.5s ease-out 1s 1 fiu forwards;
}
@keyframes fiu {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#header.is-menu-open .hamburger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg);
}
#header.is-menu-open .hamburger span:nth-of-type(2) {
  opacity: 0;
}
#header.is-menu-open .hamburger span:nth-of-type(3) {
  transform: translateY(-1px) rotate(315deg);
}

.homes #header {
  background-color: transparent;
}
.homes #header.scrl {
  background-color: rgba(100, 0, 19, 0.9);
}

#footer {
  background: #000;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 10% 0 5% 0;
  }
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 80%;
  width: 90%;
  max-width: 1450px;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    flex-direction: column;
    width: 85%;
  }
}
#footer a {
  color: #fff;
}
#footer p.mark {
  width: 190px;
  margin-bottom: 40px;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #footer p.mark {
    position: static;
    order: 1;
    width: 160px;
  }
}
#footer .nvs {
  width: 275px;
  padding-top: 110px;
}
@media screen and (max-width: 1600px) {
  #footer .nvs {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  #footer .nvs {
    padding-top: 0;
    width: 100%;
    order: 3;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #footer .nvs ul {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #footer .nvs ul li {
    display: inline-block;
    margin-right: 1.5em;
  }
}
#footer .nvs ul li a {
  line-height: 2.1;
}
@media screen and (max-width: 1600px) {
  #footer .nvs ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .nvs ul li a {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
#footer .nvs ul.sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #footer .nvs ul.sns {
    display: flex;
    align-items: center;
    margin: 7.5% 0;
  }
}
#footer .nvs ul.sns li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #footer .nvs ul.sns li {
    margin: 0;
  }
}
#footer .nvs ul.sns li .icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
#footer .nvs ul.sns li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .nvs ul.sns li a span {
    display: none;
  }
}
#footer .nvs ul.sns li.bnr {
  width: 40%;
}
#footer .nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  #footer .nav {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  #footer .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 2;
  }
}
#footer .nav dl {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  #footer .nav dl {
    width: 100%;
    margin: 0;
  }
}
#footer .nav dl dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  #footer .nav dl dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl dt {
    font-size: 3.5vw;
  }
}
#footer .nav dl dt a span {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: block;
}
#footer .nav dl dt a span img {
  height: 18px;
  width: auto;
  margin-bottom: 3px;
}
@media screen and (max-width: 1600px) {
  #footer .nav dl dt a span img {
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl dt a span img {
    height: 14px;
  }
}
#footer .nav dl dt + dt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #footer .nav dl dt + dt {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl dt.csr, #footer .nav dl dt.news {
    display: none;
  }
}
#footer .nav dl dd {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #footer .nav dl dd {
    display: none;
  }
}
#footer .nav dl dd ul li a {
  line-height: 2.1;
}
@media screen and (max-width: 1600px) {
  #footer .nav dl dd ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl:nth-of-type(3) {
    grid-area: 1/2/2/3;
    padding-left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav dl:nth-of-type(4) {
    grid-area: 2/2/3/3;
    padding-left: 10vw;
  }
}
#footer p.copy {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: calc(100% - 400px);
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  #footer p.copy {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1600px) {
  #footer p.copy {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #footer p.copy {
    transform: translate(0);
    font-size: 3vw;
    text-align: center;
    display: block;
    width: 100%;
    order: 4;
    margin-top: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  #footer p.copy .bnr {
    display: none;
  }
}
#footer p.copy .bnr img {
  max-width: 275px;
}
@media screen and (max-width: 1600px) {
  #footer p.copy .bnr img {
    max-width: 220px;
  }
}
#footer .pagetop {
  display: block;
  width: 90px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    width: 50px;
    bottom: 55px;
    right: 5px;
  }
}

/* pagenation */
.pagination {
  clear: both;
  padding: 0;
  margin: 170px 0;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagination {
    font-size: 4vw;
    text-align: center;
  }
}
.pagination .wp-pagenavi,
.pagination .nav-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pagination .wp-pagenavi,
.pagination .nav-links {
    justify-content: center;
  }
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a,
.pagination .nav-links span,
.pagination .nav-links a {
  display: inline-block;
  margin: 0 0 0 -1px;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #DBDBDB;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pagination .wp-pagenavi span, .pagination .wp-pagenavi a,
.pagination .nav-links span,
.pagination .nav-links a {
    width: 40px;
    height: 40px;
  }
}
.pagination .wp-pagenavi span.previouspostslink, .pagination .wp-pagenavi span.nextpostslink, .pagination .wp-pagenavi span.prev, .pagination .wp-pagenavi span.next, .pagination .wp-pagenavi a.previouspostslink, .pagination .wp-pagenavi a.nextpostslink, .pagination .wp-pagenavi a.prev, .pagination .wp-pagenavi a.next,
.pagination .nav-links span.previouspostslink,
.pagination .nav-links span.nextpostslink,
.pagination .nav-links span.prev,
.pagination .nav-links span.next,
.pagination .nav-links a.previouspostslink,
.pagination .nav-links a.nextpostslink,
.pagination .nav-links a.prev,
.pagination .nav-links a.next {
  width: auto;
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  border: 1px solid #FFFFFF;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .pagination .wp-pagenavi span.previouspostslink, .pagination .wp-pagenavi span.nextpostslink, .pagination .wp-pagenavi span.prev, .pagination .wp-pagenavi span.next, .pagination .wp-pagenavi a.previouspostslink, .pagination .wp-pagenavi a.nextpostslink, .pagination .wp-pagenavi a.prev, .pagination .wp-pagenavi a.next,
.pagination .nav-links span.previouspostslink,
.pagination .nav-links span.nextpostslink,
.pagination .nav-links span.prev,
.pagination .nav-links span.next,
.pagination .nav-links a.previouspostslink,
.pagination .nav-links a.nextpostslink,
.pagination .nav-links a.prev,
.pagination .nav-links a.next {
    font-size: 3vw;
    margin: 0 15px;
  }
}
.pagination .wp-pagenavi span.previouspostslink, .pagination .wp-pagenavi span.prev, .pagination .wp-pagenavi a.previouspostslink, .pagination .wp-pagenavi a.prev,
.pagination .nav-links span.previouspostslink,
.pagination .nav-links span.prev,
.pagination .nav-links a.previouspostslink,
.pagination .nav-links a.prev {
  margin-left: 0;
}
.pagination .wp-pagenavi span.nextpostslink, .pagination .wp-pagenavi span.next, .pagination .wp-pagenavi a.nextpostslink, .pagination .wp-pagenavi a.next,
.pagination .nav-links span.nextpostslink,
.pagination .nav-links span.next,
.pagination .nav-links a.nextpostslink,
.pagination .nav-links a.next {
  margin-right: 0;
}
.pagination .wp-pagenavi span.extend,
.pagination .wp-pagenavi span.dots,
.pagination .nav-links span.extend,
.pagination .nav-links span.dots {
  border: none;
}
.pagination .wp-pagenavi.previouspostslink + span.extend, .pagination .wp-pagenavi.larger + span.extend,
.pagination .nav-links.previouspostslink + span.extend,
.pagination .nav-links.larger + span.extend {
  display: none;
}
.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi .current,
.pagination .nav-links a:hover,
.pagination .nav-links .current {
  opacity: 1;
  border: none;
  color: #fff;
  border: 1px solid #DBDBDB;
  background-color: #DBDBDB;
}
.pagination .wp-pagenavi a:hover.previouspostslink, .pagination .wp-pagenavi a:hover.nextpostslink .pagination .wp-pagenavi a:hover.prev, .pagination .wp-pagenavi a:hover.next,
.pagination .wp-pagenavi .current.previouspostslink,
.pagination .wp-pagenavi a:hover.nextpostslink .pagination .wp-pagenavi .current.prev,
.pagination .wp-pagenavi .current.next,
.pagination .nav-links a:hover.previouspostslink,
.pagination .wp-pagenavi a:hover.nextpostslink .pagination .nav-links a:hover.prev,
.pagination .nav-links a:hover.next,
.pagination .nav-links .current.previouspostslink,
.pagination .wp-pagenavi a:hover.nextpostslink .pagination .nav-links .current.prev,
.pagination .nav-links .current.next,
.pagination .wp-pagenavi .current.nextpostslink .pagination .wp-pagenavi a:hover.prev,
.pagination .wp-pagenavi .current.nextpostslink .pagination .wp-pagenavi .current.prev,
.pagination .wp-pagenavi .current.nextpostslink .pagination .nav-links a:hover.prev,
.pagination .wp-pagenavi .current.nextpostslink .pagination .nav-links .current.prev,
.pagination .nav-links a:hover.nextpostslink .pagination .wp-pagenavi a:hover.prev,
.pagination .nav-links a:hover.nextpostslink .pagination .wp-pagenavi .current.prev,
.pagination .nav-links a:hover.nextpostslink .pagination .nav-links a:hover.prev,
.pagination .nav-links a:hover.nextpostslink .pagination .nav-links .current.prev,
.pagination .nav-links .current.nextpostslink .pagination .wp-pagenavi a:hover.prev,
.pagination .nav-links .current.nextpostslink .pagination .wp-pagenavi .current.prev,
.pagination .nav-links .current.nextpostslink .pagination .nav-links a:hover.prev,
.pagination .nav-links .current.nextpostslink .pagination .nav-links .current.prev {
  color: #DBDBDB;
  border-color: #FFFFFF;
  background-color: transparent;
}
.pagination .wp-pagenavi a.previouspostslink.current:after,
.pagination .wp-pagenavi a.nextpostslink.current:after,
.pagination .wp-pagenavi a.prev.current:after,
.pagination .wp-pagenavi a.next.current:after,
.pagination .nav-links a.previouspostslink.current:after,
.pagination .nav-links a.nextpostslink.current:after,
.pagination .nav-links a.prev.current:after,
.pagination .nav-links a.next.current:after {
  border-color: #000;
}
.pagination .pagination-box {
  text-align: center;
}

.news .nav-previous span, .news .nav-previous a,
.news .nav-next span,
.news .nav-next a {
  display: inline-block;
  margin: 0 20px 0;
  padding: 0;
  width: 95px;
  height: 60px;
  border: 1px solid #DBDBDB;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #333;
}
@media screen and (max-width: 767px) {
  .news .nav-previous span, .news .nav-previous a,
.news .nav-next span,
.news .nav-next a {
    width: 90px;
    height: 50px;
  }
}
.news .nav-previous span.previouspostslink, .news .nav-previous span.nextpostslink, .news .nav-previous span.prev, .news .nav-previous span.next, .news .nav-previous a.previouspostslink, .news .nav-previous a.nextpostslink, .news .nav-previous a.prev, .news .nav-previous a.next,
.news .nav-next span.previouspostslink,
.news .nav-next span.nextpostslink,
.news .nav-next span.prev,
.news .nav-next span.next,
.news .nav-next a.previouspostslink,
.news .nav-next a.nextpostslink,
.news .nav-next a.prev,
.news .nav-next a.next {
  width: auto;
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  border: 1px solid #FFFFFF;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .news .nav-previous span.previouspostslink, .news .nav-previous span.nextpostslink, .news .nav-previous span.prev, .news .nav-previous span.next, .news .nav-previous a.previouspostslink, .news .nav-previous a.nextpostslink, .news .nav-previous a.prev, .news .nav-previous a.next,
.news .nav-next span.previouspostslink,
.news .nav-next span.nextpostslink,
.news .nav-next span.prev,
.news .nav-next span.next,
.news .nav-next a.previouspostslink,
.news .nav-next a.nextpostslink,
.news .nav-next a.prev,
.news .nav-next a.next {
    font-size: 3vw;
    margin: 0 15px;
  }
}
.news .nav-previous span.previouspostslink, .news .nav-previous span.prev, .news .nav-previous a.previouspostslink, .news .nav-previous a.prev,
.news .nav-next span.previouspostslink,
.news .nav-next span.prev,
.news .nav-next a.previouspostslink,
.news .nav-next a.prev {
  margin-left: 0;
}
.news .nav-previous span.nextpostslink, .news .nav-previous span.next, .news .nav-previous a.nextpostslink, .news .nav-previous a.next,
.news .nav-next span.nextpostslink,
.news .nav-next span.next,
.news .nav-next a.nextpostslink,
.news .nav-next a.next {
  margin-right: 0;
}
.news .nav-previous span.extend,
.news .nav-previous span.dots,
.news .nav-next span.extend,
.news .nav-next span.dots {
  border: none;
}
.news .nav-previous.previouspostslink + span.extend, .news .nav-previous.larger + span.extend,
.news .nav-next.previouspostslink + span.extend,
.news .nav-next.larger + span.extend {
  display: none;
}
.news .nav-previous a:hover,
.news .nav-previous .current,
.news .nav-next a:hover,
.news .nav-next .current {
  opacity: 1;
  border: none;
  color: #fff;
  border: 1px solid #DBDBDB;
  background-color: #DBDBDB;
}
.news .nav-previous a:hover.previouspostslink, .news .nav-previous a:hover.nextpostslink .news .nav-previous a:hover.prev, .news .nav-previous a:hover.next,
.news .nav-previous .current.previouspostslink,
.news .nav-previous a:hover.nextpostslink .news .nav-previous .current.prev,
.news .nav-previous .current.next,
.news .nav-next a:hover.previouspostslink,
.news .nav-previous a:hover.nextpostslink .news .nav-next a:hover.prev,
.news .nav-next a:hover.next,
.news .nav-next .current.previouspostslink,
.news .nav-previous a:hover.nextpostslink .news .nav-next .current.prev,
.news .nav-next .current.next,
.news .nav-previous .current.nextpostslink .news .nav-previous a:hover.prev,
.news .nav-previous .current.nextpostslink .news .nav-previous .current.prev,
.news .nav-previous .current.nextpostslink .news .nav-next a:hover.prev,
.news .nav-previous .current.nextpostslink .news .nav-next .current.prev,
.news .nav-next a:hover.nextpostslink .news .nav-previous a:hover.prev,
.news .nav-next a:hover.nextpostslink .news .nav-previous .current.prev,
.news .nav-next a:hover.nextpostslink .news .nav-next a:hover.prev,
.news .nav-next a:hover.nextpostslink .news .nav-next .current.prev,
.news .nav-next .current.nextpostslink .news .nav-previous a:hover.prev,
.news .nav-next .current.nextpostslink .news .nav-previous .current.prev,
.news .nav-next .current.nextpostslink .news .nav-next a:hover.prev,
.news .nav-next .current.nextpostslink .news .nav-next .current.prev {
  color: #DBDBDB;
  border-color: #FFFFFF;
  background-color: transparent;
}
.news .nav-previous a.previouspostslink.current:after,
.news .nav-previous a.nextpostslink.current:after,
.news .nav-previous a.prev.current:after,
.news .nav-previous a.next.current:after,
.news .nav-next a.previouspostslink.current:after,
.news .nav-next a.nextpostslink.current:after,
.news .nav-next a.prev.current:after,
.news .nav-next a.next.current:after {
  border-color: #000;
}

#main.home {
  overflow: hidden;
}
#main.home h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  #main.home h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.home h2 {
    font-size: 3vw;
  }
}
#main.home h2 span {
  display: block;
  line-height: 1;
}
#main.home h2 span img {
  width: auto;
  height: 70px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.home h2 span img {
    width: auto;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main.home h2 span img {
    width: auto;
    height: 25px;
    margin-bottom: 5px;
  }
}
#main.home .mv {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/home/MV.jpg);
  background-size: cover;
  position: relative;
}
#main.home .mv h1 {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 90%;
  max-width: 1380px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  #main.home .mv h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.home .mv h1 {
    font-size: 7.5vw;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    white-space: nowrap;
  }
}
#main.home .news {
  padding: 60px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main.home .news {
    display: block;
    padding: 10% 0;
  }
}
#main.home .news h2 {
  width: 230px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #main.home .news h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  #main.home .news h2 span {
    display: flex;
    justify-content: center;
  }
}
#main.home .news h2 span img {
  width: auto;
  height: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.home .news h2 span img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main.home .news h2 span img {
    width: auto;
    height: 22px;
    margin-bottom: 5px;
  }
}
#main.home .news .newses dl {
  display: flex;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main.home .news .newses dl {
    display: block;
    margin-bottom: 1em;
  }
}
#main.home .news .newses dl dt {
  width: 400px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1600px) {
  #main.home .news .newses dl dt {
    font-size: 1.5rem;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #main.home .news .newses dl dt {
    width: 100%;
    font-size: 3vw;
  }
}
#main.home .news .newses dl dt span {
  background: #000;
  color: #fff;
  width: 155px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 30px;
  padding: 1px 0 2px 0;
}
@media screen and (max-width: 1600px) {
  #main.home .news .newses dl dt span {
    font-size: 1.2rem;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #main.home .news .newses dl dt span {
    font-size: 2.5vw;
    width: 110px;
    margin-left: 10px;
  }
}
#main.home .news .newses dl dd {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1600px) {
  #main.home .news .newses dl dd {
    font-size: 1.4rem;
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 767px) {
  #main.home .news .newses dl dd {
    width: 100%;
    font-size: 3.5vw;
  }
}
#main.home .content {
  background-image: url(../img/home/philosophy.jpg);
  background-size: cover;
  padding: 70px 0 120px 0;
}
@media screen and (max-width: 767px) {
  #main.home .content {
    padding: 7% 0% 4% 4%;
    padding: 7% 0% 4% 0%;
    background-image: url(../img/home/philosophy-sp.jpg);
  }
}
#main.home .content h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main.home .content h2 {
    margin-bottom: 10px;
  }
}
#main.home .content dl {
  color: #fff;
}
#main.home .content dl dt {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  #main.home .content dl dt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #main.home .content dl dt {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
#main.home .content dl dd a {
  max-width: 375px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  #main.home .content dl dd a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #main.home .content dl dd a {
    font-size: 3.5vw;
    line-height: 1.3;
    padding: 10px 0;
    max-width: 180px;
    margin: auto;
  }
}
#main.home .content.company {
  background-image: url(../img/home/company.jpg);
}
@media screen and (max-width: 767px) {
  #main.home .content.company {
    background-image: url(../img/home/company-sp.jpg);
  }
}
#main.home .content.company .inner {
  text-align: right;
}
#main.home .content.company .comp {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main.home .content.company .comp {
    display: block;
  }
}
#main.home .content.company h2 {
  color: #000;
}
@media screen and (max-width: 767px) {
  #main.home .content.company h2 {
    padding-left: 33vw;
  }
}
#main.home .content.company h2 span {
  color: #92001C;
}
#main.home .content.company dl {
  color: #000;
}
@media screen and (max-width: 767px) {
  #main.home .content.company dl dt {
    padding-left: 33vw;
  }
}
#main.home .content.recruit {
  background-image: url(../img/home/recruit.jpg);
}
@media screen and (max-width: 767px) {
  #main.home .content.recruit {
    background-image: url(../img/home/recruit-sp.jpg);
  }
}
#main.home .content.recruit dl a.box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21BDDB;
}
#main.home .content.recruit dl a.box:hover {
  background: #A83323;
  opacity: 1;
}
#main.home .content.recruit dl a.box .icon {
  width: 53px;
  height: 37px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #main.home .content.recruit dl a.box .icon {
    width: 25px;
    height: 17px;
    margin-right: 10px;
  }
}
#main.home .case {
  padding: 50px 0 70px 0;
  background: rgb(146, 0, 28);
  background: -moz-linear-gradient(top, rgb(146, 0, 28) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(146, 0, 28) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(146, 0, 28) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92001c", endColorstr="#000000",GradientType=0 );
}
@media screen and (max-width: 767px) {
  #main.home .case {
    padding: 7.5% 0 17% 0;
  }
}
#main.home .case h2 {
  color: #fff;
  text-align: right;
  padding-right: 5%;
}
#main.home .case h2 span {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #main.home .case h2 {
    padding-right: 0;
  }
}
#main.home .case p {
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 30px 0 50px 0;
}
@media screen and (max-width: 1600px) {
  #main.home .case p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #main.home .case p {
    font-size: 4.2vw;
    text-align: right;
    margin: 0.5em 0 15% 0;
    padding-right: 0%;
  }
}
#main.home .case .slide {
  position: relative;
  margin: 0 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main.home .case .slide {
    width: 100%;
  }
}
#main.home .case .slide .swiper-slide {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #main.home .case .slide .swiper-slide {
    width: 60%;
  }
}
#main.home .case .slide .swiper-slide dl {
  color: #fff;
}
#main.home .case .slide .swiper-slide dl dt {
  position: relative;
}
#main.home .case .slide .swiper-slide dl dt a {
  display: block;
  overflow: hidden;
}
#main.home .case .slide .swiper-slide dl dt a img {
  transition: 0.5s;
  vertical-align: bottom;
}
#main.home .case .slide .swiper-slide dl dt a:hover {
  opacity: 1;
}
#main.home .case .slide .swiper-slide dl dt a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
#main.home .case .slide .swiper-slide dl dt span {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin: 1em 0 0.5em 0;
}
@media screen and (max-width: 1600px) {
  #main.home .case .slide .swiper-slide dl dt span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #main.home .case .slide .swiper-slide dl dt span {
    display: none;
  }
}
#main.home .case .slide .swiper-slide dl dd {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main.home .case .slide .swiper-slide dl dd {
    display: none;
  }
}
#main.home .case .slide .swiper-slide dl dd a {
  font-size: 1.8rem;
  margin: 1em 0 0.5em 0;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  #main.home .case .slide .swiper-slide dl dd a {
    font-size: 1.5rem;
  }
}
#main.home .case .slide .swiper-slide dl dd a:hover {
  opacity: 1;
}
#main.home .case .slide .swiper-slide dl dd p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}
#main.home .service {
  background-image: url(../img/home/service_bg.jpg);
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #main.home .service {
    background-image: url(../img/home/service_bg-sp.jpg);
    padding: 70px 0;
    background-position: right center;
  }
}
#main.home .service h2 {
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main.home .service h2 {
    margin-bottom: 10px;
  }
}
#main.home .service dl {
  color: #000;
}
#main.home .service dl dd {
  margin: 0;
}
#main.home .trading {
  text-align: center;
  background: #FFFFFF;
  padding-left: 0;
}
#main.home .trading h2 {
  color: #000000;
}
#main.home .trading h2 span {
  width: 100%;
  display: block;
  text-align: center;
}
#main.home .trading h2 span img {
  height: 55px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main.home .trading h2 span img {
    height: 25px;
    margin-bottom: 10px;
  }
}
#main.home .trading .swiper-wrapper img {
  max-width: 100%;
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  #main.home .trading .swiper-wrapper img {
    max-height: 40px;
    width: auto;
  }
}

#main.home #particles-js {
  overflow: hidden;
  background-color: rgb(146, 0, 28);
  width: 100%;
  height: 100vh;
}
#main.home #particles-js h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 1380px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  z-index: 1;
}
#main.home .particles-js-canvas-el {
  width: 100%;
  height: 100vh;
}
#main.home .c_outer {
  animation: 60s linear 0s 1 normal forwards running HOME_MOVE;
}
#main.home .c_outer2 {
  animation: 60s linear 2s infinite normal forwards running HOME_MOVE_A;
}
#main.home .c_outer3 {
  animation: 43s linear 2s infinite normal forwards running HOME_MOVE_B;
}
@media screen and (max-width: 767px) {
  #main.home #particles-js h1 {
    font-size: 7.5vw;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    white-space: nowrap;
  }
  #main.home .c_outer {
    animation: 60s linear 0s 1 normal forwards running HOME_SMP_MOVE;
  }
  #main.home .c_outer2 {
    animation: 60s linear 2s infinite normal forwards running HOME_MOVE_A;
  }
  #main.home .c_outer3 {
    animation: 43s linear 2s infinite normal forwards running HOME_MOVE_B;
  }
}
#main.home .c {
  position: absolute;
  width: 5vw;
  height: auto;
  opacity: 1;
  animation: 90s linear 0s infinite normal forwards running HOME_RO;
}
#main.home #c1 {
  right: -3vw;
  top: 75vh;
  width: 30vw;
}
#main.home #c2 {
  width: 15vw;
  left: 52vw;
  top: 22vh;
}
#main.home #c1-2 {
  width: 9vw;
  left: 5vw;
  top: 60vh;
}
#main.home #c2-2 {
  right: 95%;
  top: 145vh;
  width: 25vw;
}
#main.home #c1-3 {
  width: 12vw;
  left: 32vw;
  top: 110vh;
}
#main.home #c2-3 {
  width: 20vh;
  left: 55vw;
  top: 200vh;
}

@keyframes HOME_RO {
  0% {
    transform: rotateZ(0deg) scale(1);
  }
  50% {
    transform: rotateZ(180deg) scale(0.5);
  }
  100% {
    transform: rotateZ(360deg) scale(1);
  }
}
@keyframes HOME_MOVE {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20vw, -100vw);
  }
}
@keyframes HOME_SMP_MOVE {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40vw, -200vh);
  }
}
@keyframes HOME_MOVE_A {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(30vw, -190vh);
  }
}
@keyframes HOME_MOVE_B {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40vw, -225vh);
  }
}
#main.company .mv {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/company/MV.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.company .mv {
    min-height: inherit;
    height: 0;
    padding-top: 73%;
    margin-top: 65px;
    background-position: center center;
  }
}
#main.company .mv h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 1380px;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.company .mv h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .mv h1 {
    font-size: 1.2rem;
  }
}
#main.company .mv h1 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.company .mv h1 span img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  #main.company .mv h1 span img {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main.company .mv h1 span img {
    width: auto;
    height: 30px;
  }
}
#main.company h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  #main.company h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company h2 {
    font-size: 1.2rem;
  }
}
#main.company h2 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.company h2 span img {
  width: auto;
  height: 42px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.company h2 span img {
    width: auto;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #main.company h2 span img {
    width: auto;
    height: 24px;
    margin-bottom: 5px;
  }
}
#main.company .message {
  margin: auto;
  padding: 140px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1430px;
  width: 80%;
}
@media screen and (max-width: 1600px) {
  #main.company .message {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main.company .message {
    padding: 10% 0;
    display: block;
    width: 100%;
  }
}
#main.company .message .mes1 {
  width: 47%;
}
@media screen and (max-width: 767px) {
  #main.company .message .mes1 {
    width: 100%;
  }
}
#main.company .message .mes1 h2 {
  color: #92001C;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main.company .message .mes1 h2 {
    text-align: center;
    margin-bottom: 10%;
  }
}
#main.company .message .mes1 h2 span {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #main.company .message .mes1 h2 span {
    justify-content: center;
  }
  #main.company .message .mes1 h2 span img {
    width: auto;
    height: 52px;
  }
}
#main.company .message .mes1 h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.5em 0 2.5em 0;
}
#main.company .message .mes1 .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  #main.company .message .mes1 .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .message .mes1 .txt {
    padding: 0 10%;
    font-size: 1.2rem;
  }
}
#main.company .message .mes1 .name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.5em;
}
@media screen and (max-width: 1600px) {
  #main.company .message .mes1 .name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .message .mes1 .name {
    font-size: 1.4rem;
    padding: 0 10%;
    margin-top: 15%;
  }
}
#main.company .message .mes1 .name img {
  height: auto;
  width: 25vw;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  #main.company .message .mes1 .name img {
    min-width: 160px;
  }
}
#main.company .message .mes2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 48%;
}
#main.company .message .mes2 h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #main.company .message .mes2 h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  #main.company .message .mes2 h3 {
    font-size: 2.2rem;
  }
}
#main.company .profile {
  background: rgb(146, 0, 28);
  background: -moz-linear-gradient(top, rgb(146, 0, 28) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(146, 0, 28) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(146, 0, 28) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#92001c", endColorstr="#000000",GradientType=0 );
  padding: 220px 0;
}
@media screen and (max-width: 767px) {
  #main.company .profile {
    padding: 20% 0 10% 0;
  }
}
#main.company .profile .inner {
  max-width: 880px;
  margin: auto;
}
#main.company .profile h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main.company .profile h2 {
    margin-bottom: 10%;
  }
}
#main.company .profile h2 span {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main.company .profile h2 span {
    margin-bottom: 0;
  }
}
#main.company .profile dl {
  border-top: 1px solid #fff;
  display: flex;
  font-size: 1.8rem;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #main.company .profile dl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .profile dl {
    font-size: 1.2rem;
    padding: 20px 0;
  }
}
#main.company .profile dl dt {
  font-weight: 500;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #main.company .profile dl dt {
    width: 70px;
  }
}
#main.company .profile dl dt:before {
  content: "";
  display: block;
  height: 3px;
  width: 105px;
  background: #fff;
  position: absolute;
  top: -1.5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main.company .profile dl dt:before {
    width: 45px;
  }
}
#main.company .profile dl dd {
  font-size: 1.6rem;
  width: calc(100% - 250px);
}
@media screen and (max-width: 1600px) {
  #main.company .profile dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .profile dl dd {
    font-size: 1.2rem;
    width: calc(100% - 70px);
  }
}
#main.company .profile dl dd p + p {
  margin-top: 1.5em;
}
#main.company .history {
  padding: 130px 0;
  max-width: 990px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main.company .history {
    width: 90%;
    padding: 15% 0;
  }
}
#main.company .history h2 {
  text-align: center;
  color: #92001C;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #main.company .history h2 {
    margin-bottom: 15%;
  }
}
#main.company .history h2 span {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main.company .history h2 span {
    margin-bottom: 0;
  }
}
#main.company .history dl {
  border-top: 1px solid #92001C;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #main.company .history dl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .history dl {
    display: block;
    font-size: 1.3rem;
    padding: 20px 0;
  }
}
#main.company .history dl:last-of-type {
  border-bottom: 1px solid #92001C;
}
#main.company .history dl:last-of-type:after {
  content: "";
  display: block;
  height: 3px;
  width: 135px;
  background: #92001C;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
#main.company .history dl dt {
  width: 200px;
}
#main.company .history dl dt img {
  width: auto;
  height: 57px;
}
@media screen and (max-width: 1600px) {
  #main.company .history dl dt img {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main.company .history dl dt img {
    width: auto;
    height: 35px;
    margin-bottom: 5px;
  }
}
#main.company .history dl dt:before {
  content: "";
  display: block;
  height: 3px;
  width: 135px;
  background: #92001C;
  position: absolute;
  top: -1.5px;
  left: 0;
}
#main.company .history dl dd {
  width: calc(100% - 200px);
  padding-right: 130px;
}
@media screen and (max-width: 767px) {
  #main.company .history dl dd {
    width: 100%;
    padding-right: 0;
  }
}
#main.company .history dl dd p + p {
  margin-top: 1.5em;
}
#main.company .executive {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #main.company .executive {
    padding: 10% 0;
  }
}
#main.company .executive h2 {
  text-align: center;
  color: #92001C;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main.company .executive h2 {
    margin-bottom: 5%;
  }
}
#main.company .executive h2 span {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main.company .executive h2 span {
    margin-bottom: 0;
  }
}
#main.company .executive h3 {
  text-align: center;
  font-size: 3rem;
  margin: 80px 0 60px 0;
}
@media screen and (max-width: 767px) {
  #main.company .executive h3 {
    font-size: 1.4rem;
    margin: 15% 0 5% 0;
  }
}
#main.company .executive dl {
  width: 47%;
  margin-bottom: 60px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main.company .executive dl {
    line-height: 1.3;
    margin-bottom: 5%;
  }
}
#main.company .executive dl dt span {
  display: block;
  font-size: 2.8rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 1600px) {
  #main.company .executive dl dt span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  #main.company .executive dl dt span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #main.company .executive dl dt span {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
#main.company .executive dl dd {
  padding-top: 0px;
  font-size: 2.1rem;
}
@media screen and (max-width: 1600px) {
  #main.company .executive dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  #main.company .executive dl dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #main.company .executive dl dd {
    font-size: 1rem;
  }
}
#main.company .executive .exe1 {
  max-width: 1200px;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #main.company .executive .exe1 {
    width: 90%;
  }
}
#main.company .executive .exe2 {
  max-width: 1340px;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #main.company .executive .exe2 {
    width: 90%;
  }
}
#main.company .executive .exe2 dl {
  width: 31%;
}
#main.company .executive .exe2 dl dt {
  font-size: 2.3rem;
}
@media screen and (max-width: 1600px) {
  #main.company .executive .exe2 dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .executive .exe2 dl dt {
    font-size: 1.2rem;
  }
}
#main.company .executive .exe2 dl dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 1600px) {
  #main.company .executive .exe2 dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.company .executive .exe2 dl dd {
    font-size: 1rem;
  }
}

#main.philosophy h2 {
  text-align: center;
  color: #92001C;
  font-size: 1.6rem;
}
@media screen and (max-width: 1600px) {
  #main.philosophy h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy h2 {
    font-size: 1.2rem;
  }
}
#main.philosophy h2 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.philosophy h2 span img {
  width: auto;
  height: 42px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.philosophy h2 span img {
    width: auto;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy h2 span img {
    width: auto;
    height: 26px;
  }
}
#main.philosophy .mv {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/philosophy/MV.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.philosophy .mv {
    min-height: inherit;
    height: 0;
    padding-top: 73%;
    margin-top: 65px;
    background-position: center center;
  }
}
#main.philosophy .mv h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 1380px;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .mv h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .mv h1 {
    font-size: 1.2rem;
  }
}
#main.philosophy .mv h1 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.philosophy .mv h1 span img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .mv h1 span img {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .mv h1 span img {
    width: auto;
    height: 30px;
  }
}
#main.philosophy .vision {
  width: 80%;
  margin: auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision {
    padding: 10% 0 15% 0;
  }
}
#main.philosophy .vision h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision h2 {
    margin-bottom: 7.5%;
  }
}
#main.philosophy .vision .vis {
  position: relative;
  padding: 70px 0 270px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision .vis {
    padding: 0;
  }
}
#main.philosophy .vision dl {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision dl {
    padding: 0;
  }
}
#main.philosophy .vision dl:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#main.philosophy .vision dl dt {
  font-size: 4rem;
  line-height: 1.5;
  color: #92001C;
  font-weight: 700;
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .vision dl dt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision dl dt {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
#main.philosophy .vision dl dd {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .vision dl dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision dl dd {
    font-size: 1.2rem;
    margin-top: 10%;
  }
}
#main.philosophy .vision figure {
  width: 45%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #main.philosophy .vision figure {
    display: none;
  }
}
#main.philosophy .vision figure.fig1 {
  top: 0;
  left: 0;
}
#main.philosophy .vision figure.fig2 {
  right: 0;
  top: 10vw;
}
#main.philosophy .vision figure.fig3 {
  left: 0;
  bottom: 200px;
}
#main.philosophy .vision figure.fig4 {
  right: 0;
  bottom: 0;
}
#main.philosophy .mission {
  position: relative;
}
#main.philosophy .mission h2 {
  color: #000;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main.philosophy .mission h2 {
    top: 7.5%;
  }
}
#main.philosophy .mission dl {
  text-align: center;
  position: absolute;
  width: 35%;
  max-width: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main.philosophy .mission dl {
    width: 80%;
  }
}
#main.philosophy .mission dl dt {
  font-size: 4rem;
  line-height: 1.5;
  color: #92001C;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .mission dl dt {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .mission dl dt {
    font-size: 2.2rem;
  }
}
#main.philosophy .mission dl dd {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  z-index: 2.2;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .mission dl dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .mission dl dd {
    font-size: 1.2rem;
  }
}
#main.philosophy .mission figure {
  text-align: center;
}
#main.philosophy .mission figure img {
  margin: 0 auto;
}
#main.philosophy .csr {
  padding: 150px 0 200px 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main.philosophy .csr {
    padding: 15% 0;
  }
}
#main.philosophy .csr h3 {
  margin: 90px 0;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .csr h3 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .csr h3 {
    margin: 10% 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#main.philosophy .csr figure {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #main.philosophy .csr figure {
    margin-bottom: 10%;
  }
}
#main.philosophy .csr p.txt {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.philosophy .csr p.txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #main.philosophy .csr p.txt {
    font-size: 1.2rem;
  }
}

#main.service h2 {
  text-align: center;
  color: #92001C;
  font-size: 1.6rem;
}
@media screen and (max-width: 1600px) {
  #main.service h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service h2 {
    font-size: 1.2rem;
  }
}
#main.service h2 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.service h2 span img {
  width: auto;
  height: 42px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.service h2 span img {
    width: auto;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #main.service h2 span img {
    width: auto;
    height: 26px;
    margin-bottom: 5px;
  }
}
#main.service h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  #main.service h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
#main.service .mv {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/service/service1.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.service .mv {
    min-height: inherit;
    height: 0;
    padding-top: 73%;
    margin-top: 65px;
    background-position: center center;
  }
}
#main.service .mv h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 1380px;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  #main.service .mv h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .mv h1 {
    font-size: 1.2rem;
  }
}
#main.service .mv h1 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.service .mv h1 span img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  #main.service .mv h1 span img {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .mv h1 span img {
    width: auto;
    height: 30px;
  }
}
#main.service .business {
  padding: 100px 0 150px 0;
}
@media screen and (max-width: 767px) {
  #main.service .business {
    padding: 10% 0 15% 0;
  }
}
#main.service .business h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main.service .business h2 {
    margin-bottom: 10%;
  }
}
#main.service .business figure {
  max-width: 1400px;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.service .business figure {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .business figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main.service .business figure img {
    width: 90%;
    margin: auto;
  }
}
#main.service .business figure figcaption {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 50px;
  margin-left: 2em;
  text-indent: -2em;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  #main.service .business figure figcaption {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .business figure figcaption {
    padding: 0 5%;
    margin-top: 5%;
  }
}
#main.service .business figure figcaption a {
  color: #92001C;
}
#main.service .business figure.fig1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main.service .business figure.fig1 {
    margin-bottom: 15%;
  }
}
#main.service .business figure.fig2 {
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  #main.service .business h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main.service nav ul {
  display: flex;
}
#main.service nav ul li {
  width: 33.33%;
  position: relative;
}
#main.service nav ul li a {
  display: block;
  text-align: center;
}
#main.service nav ul li a span {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  #main.service nav ul li a span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service nav ul li a span {
    font-size: 2.5vw;
  }
}
#main.service nav ul li a span em {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.service nav ul li a span em img {
  width: auto;
  height: 85px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.service nav ul li a span em img {
    width: auto;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main.service nav ul li a span em img {
    width: auto;
    height: 12vw;
  }
}
#main.service .bus {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main.service .bus {
    padding: 10% 0;
  }
}
#main.service .bus h3 {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  width: 80%;
  margin: 0 auto 70px auto;
  max-width: 1350px;
}
@media screen and (max-width: 1600px) {
  #main.service .bus h3 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus h3 {
    width: 90%;
  }
}
#main.service .bus h3 span {
  font-size: 5rem;
  line-height: 1.1;
}
@media screen and (max-width: 1600px) {
  #main.service .bus h3 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus h3 span {
    font-size: 4.5vw;
  }
}
#main.service .bus h3 span.num {
  justify-content: center;
  line-height: 1;
  top: 5px;
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #main.service .bus h3 span.num {
    margin-right: 15px;
  }
}
#main.service .bus h3 span.num img {
  width: auto;
  height: 85px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  #main.service .bus h3 span.num img {
    width: auto;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus h3 span.num img {
    width: auto;
    height: 10vw;
  }
}
#main.service .bus h3 em {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 1600px) {
  #main.service .bus h3 em {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus h3 em {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }
}
#main.service .bus h3:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: -15px;
  left: 0;
}
#main.service .bus h4 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 100px 0 40px 0;
}
@media screen and (max-width: 1600px) {
  #main.service .bus h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus h4 {
    font-size: 2rem;
    margin: 10% 0 5% 0;
  }
}
#main.service .bus .bus1 {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1350px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus1 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 {
    display: block;
    width: 90%;
  }
}
#main.service .bus .bus1 figure {
  width: 38%;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus1 figure {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 figure {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
#main.service .bus .bus1 dl {
  background-color: #F4F2E9;
  width: 59%;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus1 dl {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 dl {
    width: 100%;
    padding: 5% 10%;
  }
}
#main.service .bus .bus1 dl dt {
  font-size: 5rem;
  font-weight: 700;
  color: #92001C;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus1 dl dt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 dl dt {
    font-size: 2.3rem;
  }
}
#main.service .bus .bus1 dl dd ul {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus1 dl dd ul {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 dl dd ul {
    font-size: 1.4rem;
  }
}
#main.service .bus .bus1 dl dd ul li {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 dl dd ul li {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5em;
  }
}
#main.service .bus .bus1 dl dd ul li span {
  width: calc(100% - 75px);
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 dl dd ul li span {
    width: calc(100% - 40px);
  }
}
#main.service .bus .bus1 dl dd ul li:before {
  content: "";
  background-image: url(../img/service/check1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 65px;
  display: block;
  width: 65px;
  height: 58px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus1 dl dd ul li:before {
    width: 31px;
    height: 28px;
    background-size: 31px;
  }
}
#main.service .bus#custam h3 {
  justify-content: flex-end;
}
#main.service .bus#custam h3:after {
  left: auto;
  right: 0;
}
#main.service .bus#custam .bus1 {
  flex-direction: row-reverse;
}
#main.service .bus#consul {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #main.service .bus#consul {
    padding-bottom: 10%;
  }
}
#main.service .bus#consul .cons {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.service .bus#consul .cons {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus#consul .cons {
    padding: 0;
  }
}
#main.service .bus#consul .cons img {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  #main.service .bus#consul .cons img {
    max-width: 1200px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus#consul .cons img {
    max-width: none;
    width: 90%;
  }
}
#main.service .bus#consul p.txt {
  width: 90%;
  max-width: 1350px;
  margin: 70px auto 0 auto;
  font-size: 2.4rem;
}
@media screen and (max-width: 1600px) {
  #main.service .bus#consul p.txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus#consul p.txt {
    font-size: 1.4rem;
    margin-top: 10%;
  }
}
#main.service .bus .bus2 {
  width: 80%;
  max-width: 1350px;
  margin: 140px auto 0 auto;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus2 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus2 {
    width: 90%;
    margin: 15% auto 0 auto;
  }
}
#main.service .bus .bus2 ul {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus2 ul {
    flex-direction: column;
  }
}
#main.service .bus .bus2 ul li {
  width: 42%;
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus2 ul li {
    width: 100%;
  }
}
#main.service .bus .bus2 ul li span {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  padding: 10px 0 13px 0;
  border-radius: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus2 ul li span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus2 ul li span {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
#main.service .bus .bus2 ul li:nth-of-type(1) img {
  width: 85.5%;
  margin: 0 auto;
}
#main.service .bus .bus2 ul li:nth-of-type(2) {
  width: 6%;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus2 ul li:nth-of-type(2) {
    margin: 7.5% auto;
    width: 15%;
    transform: rotate(90deg);
  }
}
#main.service .bus .bus2 p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 80px;
}
@media screen and (max-width: 1600px) {
  #main.service .bus .bus2 p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .bus .bus2 p {
    font-size: 1.4rem;
    margin: 10% 0 0 0;
  }
}
#main.service .jirei {
  background-color: #F4F4F4;
  padding: 140px 0;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #main.service .jirei {
    padding: 140px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .jirei {
    padding: 15% 0 5% 0;
    margin-bottom: 10%;
  }
}
#main.service .jirei:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 80px 0 80px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #main.service .jirei:before {
    border-width: 25px 40px 0 40px;
    margin-left: -40px;
  }
}
#main.service .jirei h2 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  #main.service .jirei h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .jirei h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
#main.service .jirei .slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 80%;
  max-width: 1350px;
}
@media screen and (max-width: 1600px) {
  #main.service .jirei .slide {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .jirei .slide {
    width: 90%;
  }
}
#main.service .jirei .slide:after {
  content: "";
  width: 30%;
}
#main.service .jirei .slide .jirei1 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #main.service .jirei .slide .jirei1 {
    width: 47%;
  }
}
#main.service .jirei .slide .jirei1 dl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  #main.service .jirei .slide .jirei1 dl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main.service .jirei .slide .jirei1 dl {
    margin-bottom: 10%;
  }
}
#main.service .jirei .slide .jirei1 dl dt {
  position: relative;
}
#main.service .jirei .slide .jirei1 dl dt a {
  display: block;
  overflow: hidden;
}
#main.service .jirei .slide .jirei1 dl dt a img {
  transition: 0.5s;
  vertical-align: bottom;
}
#main.service .jirei .slide .jirei1 dl dt a:hover {
  opacity: 1;
}
#main.service .jirei .slide .jirei1 dl dt a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
#main.service .jirei .slide .jirei1 dl dt span {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin: 1em 0 0.5em 0;
}
@media screen and (max-width: 1600px) {
  #main.service .jirei .slide .jirei1 dl dt span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #main.service .jirei .slide .jirei1 dl dt span {
    display: none;
  }
}
#main.service .jirei .slide .jirei1 dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main.service .jirei .slide .jirei1 dl dd {
    display: none;
  }
}
#main.service .jirei .slide .jirei1 dl dd a {
  font-size: 1.8rem;
  margin: 1em 0 0.5em 0;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  #main.service .jirei .slide .jirei1 dl dd a {
    font-size: 1.5rem;
  }
}
#main.service .jirei .slide .jirei1 dl dd a:hover {
  opacity: 1;
}
#main.service .jirei .slide .jirei1 dl dd p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}
#main.service figure p.big {
  padding: 0 5%;
}
#main.service figure p.big img {
  max-width: none;
  width: 200% !important;
}
@media screen and (max-width: 767px) {
  #main.service figure .bigbtn {
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    background-image: url(../img/common/icon-big.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main.service figure .back {
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    background-image: url(../img/common/icon-back.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
    margin-top: 10px;
  }
}

#main.forms {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #main.forms {
    padding-bottom: 15%;
  }
}
#main.forms .mv {
  margin: 250px 0 60px 0;
}
@media screen and (max-width: 767px) {
  #main.forms .mv {
    margin: 30% 0 15% 0;
  }
}
#main.forms .mv h1 {
  width: 90%;
  max-width: 1380px;
  margin: auto;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.forms .mv h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.forms .mv h1 {
    font-size: 1.2rem;
  }
}
#main.forms .mv h1 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
#main.forms .mv h1 span img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  #main.forms .mv h1 span img {
    width: auto;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  #main.forms .mv h1 span img {
    width: auto;
    height: 26px;
    margin-bottom: 10px;
  }
}
#main.forms .radio-btns {
  /* ラジオボタンを隠す */
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
      checked状態
      文字のcolorとボタンのopacityを変更
  */
}
#main.forms .radio-btns input[type=radio].radio-btns__item {
  display: none;
}
#main.forms .radio-btns label {
  display: inline-block;
}
#main.forms .radio-btns .radio-btns__item + span {
  padding-left: 1.5em;
  display: inline-block;
  position: relative;
}
#main.forms .radio-btns .radio-btns__item + span::after,
#main.forms .radio-btns .radio-btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #a2a6b1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 8px;
  left: 0;
}
#main.forms .radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 8px;
  height: 8px;
  top: 11px;
  left: 3px;
  border: none;
  background: #a2a6b1;
}
#main.forms .radio-btns .radio-btns__item:checked + span {
  color: #333;
}
#main.forms .radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}
#main.forms .checkbox {
  text-align: center;
  margin: 40px 0 80px 0;
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
    checked状態
    文字のcolorとボタンのopacityを変更
  */
}
@media screen and (max-width: 767px) {
  #main.forms .checkbox {
    margin: 20px 0 40px 0;
  }
}
#main.forms .checkbox input[type=checkbox].checkbox__item {
  display: none;
}
#main.forms .checkbox label {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main.forms .checkbox label {
    font-size: 1.4rem;
  }
}
#main.forms .checkbox .checkbox__item + span {
  padding-left: 1.75em;
  display: inline-block;
  position: relative;
}
#main.forms .checkbox .checkbox__item + span::after,
#main.forms .checkbox .checkbox__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #main.forms .checkbox .checkbox__item + span::after,
#main.forms .checkbox .checkbox__item + span::before {
    top: 0;
  }
}
#main.forms .checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 9px;
  height: 13px;
  transform: rotate(45deg);
  left: 5px;
  margin-top: 2px;
  border: none;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
}
#main.forms .checkbox .checkbox__item:checked + span {
  color: #333;
}
#main.forms .checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}
#main.forms #area1 .form {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 900px;
  margin: auto;
  background: #fff;
}
#main.forms #area1 .form table {
  letter-spacing: 0;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table {
    display: block;
  }
  #main.forms #area1 .form table tbody, #main.forms #area1 .form table thead, #main.forms #area1 .form table tfoot,
#main.forms #area1 .form table tr,
#main.forms #area1 .form table th,
#main.forms #area1 .form table td {
    display: block;
  }
}
#main.forms #area1 .form table tr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table tr {
    display: block;
    margin-bottom: 20px;
    width: 97%;
  }
}
#main.forms #area1 .form table th {
  width: 260px;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table th {
    width: 100%;
    justify-content: flex-start;
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form table th .hs {
  font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
  display: block;
  width: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table th .hs {
    margin-left: 10px;
    width: auto;
    padding: 0 10px;
  }
}
#main.forms #area1 .form table td {
  display: block;
  letter-spacing: 0;
  padding: 0 0 0px 0px;
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table td {
    width: 100%;
  }
}
#main.forms #area1 .form table td.flex {
  display: flex;
}
#main.forms #area1 .form table td.flex .name_label,
#main.forms #area1 .form table td.flex .name {
  display: block;
  margin: 0.3em 30px 0 0;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table td.flex .name_label,
#main.forms #area1 .form table td.flex .name {
    margin-right: 15px;
  }
}
#main.forms #area1 .form table td.flex p + .name_label {
  margin: 0.3em 30px 0 30px;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table td.flex p + .name_label {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#main.forms #area1 .form table td p.mail {
  font-size: 1.5rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table td p.mail {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form table td em.exp {
  font-style: normal;
  display: block;
  font-size: 1.5rem;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table td em.exp {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form table td .error {
  font-size: 1.5rem;
  color: #D90000;
  display: block;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form table td .error {
    font-size: 1.2rem;
  }
}
#main.forms #area1 .form form button,
#main.forms #area1 .form form textarea,
#main.forms #area1 .form form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#main.forms #area1 .form form button.zipbtn,
#main.forms #area1 .form form textarea.zipbtn,
#main.forms #area1 .form form select.zipbtn {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 6px 10px;
  margin: 0 0 0 15px;
  transform: translateY(1.5px);
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form form button.zipbtn,
#main.forms #area1 .form form textarea.zipbtn,
#main.forms #area1 .form form select.zipbtn {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form form input[type=submit]:hover,
#main.forms #area1 .form form input[type=reset]:hover {
  background: #333;
}
#main.forms #area1 .form form p.send {
  position: relative;
  text-align: center;
  margin: 20px 0 40px 0;
}
#main.forms #area1 .form form p.send input {
  padding: 25px 0px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background: #A83323;
  color: #fff;
  width: 260px;
  margin: 0 30px 0 0;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #a2a6b1;
  font-family: "A1ゴシック B";
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form form p.send input {
    display: block;
    margin: 5% auto;
  }
}
#main.forms #area1 .form form p.send input.bk {
  border: 1px solid #a2a6b1;
  background: #fff;
  color: #000;
}
#main.forms #area1 .form form p.send input.bk:hover {
  background: #333;
  color: #fff;
}
#main.forms #area1 .form select::-ms-expand {
  display: none;
}
#main.forms #area1 .form form input[type=text],
#main.forms #area1 .form form input[type=tel],
#main.forms #area1 .form form input[type=email],
#main.forms #area1 .form form textarea {
  padding: 5px 7px;
  font-size: 1.5rem;
  background: #F7F7F7;
  border: 1px solid #333;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form form input[type=text],
#main.forms #area1 .form form input[type=tel],
#main.forms #area1 .form form input[type=email],
#main.forms #area1 .form form textarea {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form form input[type=text].zip,
#main.forms #area1 .form form input[type=tel].zip,
#main.forms #area1 .form form input[type=email].zip,
#main.forms #area1 .form form textarea.zip {
  width: 130px;
}
#main.forms #area1 .form form input[type=text].error,
#main.forms #area1 .form form input[type=tel].error,
#main.forms #area1 .form form input[type=email].error,
#main.forms #area1 .form form textarea.error {
  border-color: #D90000;
}
#main.forms #area1 .form form input[type=button],
#main.forms #area1 .form form input[type=file] {
  border-radius: 3px;
  line-height: 1;
  background: #fff;
  font-size: 1.4rem;
  border: none;
  margin: 10px 0 0 0;
}
#main.forms #area1 .form .upload {
  display: flex;
  align-items: center;
}
#main.forms #area1 .form .upload label {
  padding: 5px 30px 5px 30px;
  font-size: 1.5rem;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  text-align: center;
  color: #333;
  background-image: url(../img/common/icon-arr2.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 15px center;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form .upload label {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form .upload label :hover {
  background: #6CD7D9;
  color: #fff;
}
#main.forms #area1 .form .upload .filename {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form .upload .filename {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form form .mwform-file-delete {
  margin: 0 10px;
}
#main.forms #area1 .form form textarea {
  width: 100% !important;
  height: 270px !important;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form form textarea {
    height: 150px !important;
  }
}
#main.forms #area1 .form .mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}
#main.forms #area1 .form .mw-wp-form_file a {
  font-size: 1.4rem;
  text-decoration: underline;
}
#main.forms #area1 .form .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0;
  background: #fff;
  vertical-align: middle;
  margin: 0;
  border-radius: 3px;
}
#main.forms #area1 .form .mw_wp_form_confirm .custom {
  border: none;
  background: transparent;
}
#main.forms #area1 .form .custom > select {
  width: 100%;
  padding: 5px 25px 5px 10px;
  font-size: 1.5rem;
  outline: none;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form .custom > select {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form .custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 9px;
  height: 8px;
  pointer-events: none;
  text-align: center;
  content: "";
  background-size: cover;
  background-image: url(../img/common/icon-arr.svg);
}
#main.forms #area1 .form .mw_wp_form_confirm .custom:after {
  display: none;
}
#main.forms #area1 .form form ::placeholder {
  color: #999;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form form ::placeholder {
    font-size: 1.3rem;
  }
}
#main.forms #area1 .form form .mwform-radio-field.vertical-item {
  margin: 0 0em 0 0;
  padding: 2px 0;
  display: block;
}
#main.forms #area1 .form form .mwform-checkbox-field.vertical-item {
  margin: 0 0em 0 0;
  padding: 2px 0;
  display: block;
}
#main.forms #area1 .form form .check {
  text-align: center;
}
#main.forms #area1 .form form .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}
#main.forms #area1 .form form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 1em;
}
#main.forms #area1 .form form .mwform-checkbox-field a {
  text-decoration: underline;
}
#main.forms #area1 .form p.pri {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form p.pri {
    font-size: 1.5rem;
  }
}
#main.forms #area1 .form dl.pr {
  background-color: #F7F7F7;
  border: 1px solid #333;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form dl.pr {
    padding: 15px 20px;
  }
}
#main.forms #area1 .form dl.pr dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form dl.pr dt {
    font-size: 1.5rem;
  }
}
#main.forms #area1 .form dl.pr dd {
  font-size: 1.3rem;
  height: 140px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #main.forms #area1 .form dl.pr dd {
    font-size: 1.2rem;
  }
}
#main.forms .mw_wp_form_confirm .name_label,
#main.forms .mw_wp_form_confirm .zipbtn,
#main.forms .mw_wp_form_confirm .exp,
#main.forms .mw_wp_form_complete .name_label,
#main.forms .mw_wp_form_complete .zipbtn,
#main.forms .mw_wp_form_complete .exp {
  display: none !important;
}
#main.forms .mw_wp_form_confirm td.flex,
#main.forms .mw_wp_form_complete td.flex {
  display: table-cell !important;
}
#main.forms .mw_wp_form_confirm td.flex p,
#main.forms .mw_wp_form_complete td.flex p {
  display: inline !important;
}

.news .mv {
  margin: 200px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .news .mv {
    margin: 25% 0 12% 0;
  }
}
.news .mv p,
.news .mv h1 {
  width: 90%;
  max-width: 1380px;
  margin: auto;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .news .mv p,
.news .mv h1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news .mv p,
.news .mv h1 {
    font-size: 1.2rem;
  }
}
.news .mv p span,
.news .mv h1 span {
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: 1;
}
.news .mv p span img,
.news .mv h1 span img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .news .mv p span img,
.news .mv h1 span img {
    width: auto;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .news .mv p span img,
.news .mv h1 span img {
    width: auto;
    height: 26px;
    margin-bottom: 10px;
  }
}
.news .topic {
  max-width: 1300px;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 23% 76%;
  grid-template-rows: repeat(auto-fill, 2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .news .topic {
    display: flex;
    flex-direction: column;
    margin-bottom: 20%;
  }
}
.news .topic .list {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 767px) {
  .news .topic .list {
    order: 1;
  }
}
.news .topic .list dl {
  border-top: 1px solid #92001C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news .topic .list dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
  }
}
.news .topic .list dl:before {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #92001C;
  position: absolute;
  top: -2px;
  left: 0;
}
.news .topic .list dl dt {
  padding: 0 0 0 20px;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news .topic .list dl dt {
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.news .topic .list dl dt span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news .topic .list dl dt span {
    font-size: 1.5rem;
  }
}
.news .topic .list dl dt P {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .news .topic .list dl dt P {
    font-size: 1.3rem;
    margin: 0 0 0 20px;
    padding: 2px 25px;
  }
}
.news .topic .list dl dt P a {
  display: block;
  color: #fff;
}
.news .topic .list dl dd {
  width: calc(100% - 200px);
  padding: 0 0 0 60px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news .topic .list dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
  }
}
.news .topic .list dl:last-of-type {
  border-bottom: 1px solid #92001C;
}
.news .topic .list dl:last-of-type:after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #92001C;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.news .topic .news_detail {
  padding-bottom: 80px;
}
.news .topic .news_detail .news_meta {
  position: relative;
  border-bottom: 1px solid #92001C;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news .topic .news_detail .news_meta {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news .topic .news_detail .news_meta:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #92001C;
  height: 3px;
  width: 100px;
  left: 0;
  bottom: -1px;
}
.news .topic .news_detail .news_meta a {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 7px 40px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .news .topic .news_detail .news_meta a {
    font-size: 1.3rem;
    margin: 0 20px 0 0;
    padding: 4px 30px;
  }
}
.news .topic .news_detail .news_meta h1 {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news .topic .news_detail .news_meta h1 {
    font-size: 2rem;
  }
}
.news .topic nav.cat {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .news .topic nav.cat {
    order: 3;
  }
}
.news .topic nav.cat ul li {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .news .topic nav.cat ul li {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
  }
}
.news .topic nav.cat ul li a {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .news .topic nav.cat ul li a {
    font-size: 1.6rem;
    padding-left: 15px;
  }
}
.news .topic nav.cat ul li a:hover, .news .topic nav.cat ul li a.active {
  color: #92001C;
}
.news .topic nav.cat ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.news .topic nav.cat ul li.current-cat a {
  color: #92001C;
}
.news .topic .pagination {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .news .topic .pagination {
    order: 2;
    margin: 15% 0;
  }
}

.news_body {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .news_body {
    padding: 10px;
  }
}

.news_body h2 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.news_body h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.news_body h4 {
  font-size: 1.8rem;
}
.news_body h5 {
  font-size: 1.6rem;
}
.news_body h6 {
  font-size: 1.5rem;
}
.news_body p {
  margin-bottom: 1.8em;
}
.news_body figure {
  margin-bottom: 1.5em;
}
.news_body ul, .news_body ol {
  margin-bottom: 1.5em;
}
.news_body blockquote {
  margin: 2em 0 2em;
  background-color: #F7F7F7;
  border: 1px solid #707070;
  padding: 30px;
}
.news_body blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news_body h2 {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
  }
  .news_body h3 {
    font-size: 1.7rem;
    margin-bottom: 0.8em;
  }
  .news_body h4 {
    font-size: 1.6rem;
  }
  .news_body h5 {
    font-size: 1.5rem;
  }
  .news_body h6 {
    font-size: 1.4rem;
  }
  .news_body li,
.news_body p {
    font-size: 1.3rem;
    margin-bottom: 1.5em;
  }
  .news_body figure {
    margin-bottom: 1.5em;
  }
  .news_body ul, .news_body ol {
    margin-bottom: 1.5em;
  }
  .news_body blockquote {
    font-size: 1.3rem;
    margin: 1em 0 1em;
    padding: 15px;
  }
  .news_body blockquote p:last-child {
    margin-bottom: 0;
  }
}

#main.subpage {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #main.subpage {
    padding-bottom: 15%;
  }
}
#main.subpage .mv {
  margin: 250px 0 60px 0;
}
@media screen and (max-width: 767px) {
  #main.subpage .mv {
    margin: 30% 0 15% 0;
  }
}
#main.subpage .mv h1 {
  width: 90%;
  max-width: 1380px;
  margin: auto;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  #main.subpage .mv h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main.subpage .mv h1 {
    font-size: 1.2rem;
  }
}
#main.subpage .mv h1 span {
  display: block;
  color: #92001C;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main.subpage .mv h1 span {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
#main.subpage #body_area {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 900px;
  margin: auto;
  background: #fff;
}
#main.subpage #body_area h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#main.subpage #body_area h3 {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
#main.subpage #body_area h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
#main.subpage #body_area p {
  margin-bottom: 2rem;
}
#main.subpage #body_area blockquote {
  border: 1px solid #707070;
  padding: 20px 30px 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#main.subpage #body_area blockquote p:last-child {
  margin-bottom: 0;
}
#main.subpage #body_area hr {
  border: none;
  height: 1px;
  background-color: #707070;
  margin: 40px 0;
}
#main.subpage #body_area ol {
  list-style: decimal;
  margin-left: 30px;
}
#main.subpage #body_area ol li {
  margin-bottom: 0.4rem;
}
#main.subpage #body_area ul {
  list-style: disc;
  margin-left: 30px;
}
#main.subpage #body_area ul li {
  margin-bottom: 0.4rem;
}
#main.subpage #body_area table {
  margin: 20px 0;
}
#main.subpage #body_area table th, #main.subpage #body_area table td {
  padding: 20px;
  border: 1px solid #707070;
}
#main.subpage #body_area dl.pr {
  background-color: #F7F7F7;
  border: 1px solid #333;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  #main.subpage #body_area dl.pr {
    padding: 15px 20px;
  }
}
#main.subpage #body_area dl.pr dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #main.subpage #body_area dl.pr dt {
    font-size: 1.5rem;
  }
}
#main.subpage #body_area dl.pr dd {
  font-size: 1.3rem;
  height: 140px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #main.subpage #body_area dl.pr dd {
    font-size: 1.2rem;
  }
}

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