@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6em !important;
  letter-spacing: 0.125em;
  font-weight: 400;
  color: #333;
  font-family: "Noto Serif JP", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  background: url(../images/home/body_bg.jpg) repeat !important;
  word-wrap: break-word;
  overflow-x: hidden;
  counter-reset: number 0;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  line-height: 2em !important;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8em !important;
  }
}

body > div,
body .blog {
  line-height: 2.6em !important;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

::-moz-selection {
  background-color: #c82525;
  color: #fff;
}

::selection {
  background-color: #c82525;
  color: #fff;
}

.inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

.inner2 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg100_2,
.inner_out2 {
  margin-left: calc(((1200px - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1400px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((1200px - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1400px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

h1 .en_1,
h2 .en_1,
h3 .en_1,
.blog_ttl .en_1 {
  letter-spacing: 0.215em;
}

li {
  list-style: none;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 30px 120px;
}

@media screen and (max-width: 1400px) {
  #contents_wrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 30px 100px;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

.en_1 {
  font-family: "Playfair Display", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.ja_1 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sml-1 {
  font-size: 0.6em;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sml {
  font-size: 0.66em;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #c82525 !important;
}

.acc-color a {
  color: #c82525 !important;
}

.main-color {
  color: #cccccc !important;
}

.main-color a {
  color: #cccccc !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

.pcnone {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .pctabnone {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tabnone {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

.none {
  display: none;
}

.block {
  display: block !important;
}

@media screen and (min-width: 641px) {
  .spblk {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pctabblk {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .tabblk {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pcblk {
    display: none;
  }
}

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }
}

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #c82525 !important;
  text-decoration: underline !important;
}

.link_1 a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form_wrap dt,
.form_wrap dd {
  background: none !important;
}

.pan1 {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 100px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 80px;
  }
}

.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}

@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 20px;
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}

.nf_txt p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Playfair Display", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.nf_btn a::before {
  z-index: -1;
}

.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.nf_btn a:hover {
  background: #c82525;
  color: #fff !important;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt {
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active {
  text-decoration: none !important;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.loading {
  background: #fff;
  margin: auto;
  width: 100%;
  height: 100% !important;
  text-align: center;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-logo, .loading-animation {
  display: none;
}

.loading-animation {
  position: absolute;
  bottom: 0;
  right: 4vw;
}

@media screen and (max-width: 1400px) {
  .loading-animation {
    width: 43vw;
  }
}

@media only screen and (max-width: 1024px) {
  .loading-animation {
    width: 50vw;
  }
}

@media only screen and (max-width: 834px) {
  .loading-animation {
    width: 60vw;
  }
}

@media only screen and (max-width: 640px) {
  .loading-animation {
    width: 400px;
    right: 45%;
    bottom: 80px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}

.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}

.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub_menu a {
  display: block;
  background: rgba(204, 204, 204, 0.85);
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em !important;
}

@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}

.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #cccccc !important;
}

.sub_menu a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.googlemaps iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.open #nav-toggle:before {
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
  font-size: 13px;
  color: #c82525;
  font-family: "Playfair Display", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  text-align: center;
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  height: 32px;
  cursor: pointer;
  width: 60px;
  height: 25px;
}

@media screen and (max-width: 1400px) {
  #nav-toggle {
    width: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  #nav-toggle {
    top: 26px;
    right: 25px;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}

#nav-toggle > div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#nav-toggle:after {
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
  font-size: 13px;
  color: #c82525;
  font-family: "Playfair Display", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  text-align: center;
}

#nav-toggle span {
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 12.5px;
}

#nav-toggle span:nth-child(3) {
  top: 25px;
}

.open #nav-toggle span:nth-child(1) {
  top: 12.5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 12.5px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 12.5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  width: 100%;
  height: 100%;
  margin: auto;
  visibility: hidden;
  overflow: auto;
  background: url(../images/home/body_bg.jpg) repeat;
  color: #fff;
  position: fixed;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 100;
}

#gloval-nav {
  padding: 0 40px;
}

#gloval-nav nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gloval-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-size: contain;
  background-position: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#gloval-nav ul .navi-none {
  display: block;
}

#gloval-nav ul .nav-item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 30px;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  #gloval-nav ul .nav-item a {
    padding: 0 20px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #gloval-nav ul .nav-item a {
    padding: 0px 10px;
    font-size: 20px;
  }
}

#gloval-nav ul .nav-item a:before {
  content: "";
  width: 0.1px;
  height: 200px;
  position: absolute;
  top: -570px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #333;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 1024px) {
  #gloval-nav ul .nav-item a:before {
    width: 1px;
  }
}

#gloval-nav ul .nav-item a:hover {
  color: #c82525;
}

#gloval-nav ul .nav-item a:hover::before {
  top: -370px;
}

#gloval-nav ul .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#gloval-nav li,
#gloval-nav > div {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li,
.open #gloval-nav > div {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.2;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.1em;
    height: 200px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 1.8em;
    height: 180px;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.44em;
  margin-top: 15px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newswrap {
  font-size: 14px;
}

.newswrap > div {
  max-height: 80px;
  overflow-y: auto;
}

@media only screen and (max-width: 1024px) {
  .newswrap > div {
    max-height: 80px;
  }
}

.newswrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}

.newswrap dt {
  text-align: left;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  border-right: none !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

.info_1 {
  background: #fff;
}

.info_1 label {
  position: static;
}

.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}

.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}

.info_1 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #333 !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}

.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}

.info_1 a {
  color: #c82525 !important;
  text-decoration: underline !important;
}

.info_1 a:hover {
  color: #cccccc !important;
}

.info_2 label {
  position: static;
}

.info_2 dl:nth-child(odd) {
  background: #f5f5f5;
}

.info_2 dl:nth-child(even) {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .info_2 dl {
    display: block !important;
    background: none !important;
  }
}

.info_2 dt,
.info_2 dd {
  padding: 10px !important;
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .info_2 dt,
  .info_2 dd {
    width: 100% !important;
  }
}

.info_2 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #aaa !important;
}

@media only screen and (max-width: 640px) {
  .info_2 dt {
    background: #f5f5f5 !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.info_2 dd {
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_2 dd {
    background: #fff !important;
    text-align: left;
  }
}

.info_2 a {
  color: #333 !important;
  text-decoration: underline !important;
}

.info_2 a:hover {
  color: #c82525 !important;
}

.info_3 {
  border: 1px solid #cccccc;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .info_3 {
    padding: 20px;
  }
}

.info_3 label {
  position: static;
}

.info_3 dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_3 dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee !important;
}

@media only screen and (max-width: 834px) {
  .info_3 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info_3 dt {
  padding: 0 !important;
  background: #cccccc !important;
  color: #fff;
  border-radius: 30px;
  text-align: center !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  background-color: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 834px) {
  .info_3 dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}

.info_3 dd {
  padding: 0 0 0 40px !important;
  border: none !important;
  background: none !important;
}

@media only screen and (max-width: 834px) {
  .info_3 dd {
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
    border-bottom: none !important;
  }
}

.info_3 a {
  color: #c82525 !important;
  text-decoration: underline !important;
}

.info_3 a:hover {
  color: #cccccc !important;
}

.info_3 img {
  margin-bottom: 10px;
}

.info_4 {
  background: #f5f5f5;
  padding: 20px 20px 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .info_4 {
    font-size: 16px;
  }
}

.info_4 dl {
  width: 48%;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 834px) {
  .info_4 dl {
    width: 100%;
  }
}

.info_4 dl dt,
.info_4 dl dd {
  border: none !important;
}

.info_4 dl dd {
  text-align: left;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1) !important;
  padding-left: 20px !important;
}

.info_4 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-bottom: 1px solid #c82525 !important;
}

.info_4.ver2 dl {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1) !important;
}

.info_4.ver2 dl dd {
  border-bottom: none !important;
  padding-left: 8px !important;
}

.info_4.ver2 dl dt {
  font-size: 14px;
  border-bottom: none !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  color: #c82525;
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  z-index: 9999;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex._reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

.img100 img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_2clm.ver2 > div,
  .cont_2clm.ver2 > a {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_2clm.ver2 > div:not(:nth-child(2n)),
  .cont_2clm.ver2 > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 48%;
    margin-bottom: 4%;
  }
}

.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.cont_4clm .imgwrap {
  position: relative;
  overflow: hidden;
}

.cont_4clm .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.cont_4clm .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}

.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.gallery_1 .box .imgwrap {
  position: relative;
  overflow: hidden;
}

.gallery_1 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.gallery_1 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_1 .box article > div {
  margin-top: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 15px;
  }
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.anchor_btn a {
  padding: 15px;
  display: block;
  text-align: center;
  color: #333 !important;
  border: 1px solid;
  position: relative;
}

.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.anchor_btn a:hover {
  background: #333;
  color: #fff !important;
}

header {
  max-width: 100%;
  padding-right: 120px;
  position: relative;
  min-height: 100vh !important;
}

@media screen and (max-width: 1400px) {
  header {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    padding-right: 0;
  }
}

.header {
  height: 90px;
  background: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}

.header-inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .header .col2 {
    display: none;
  }
}

.header.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-container .col1 {
  margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .header-container .col1 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}

.header .nav .nav-list {
  width: 65vw;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav .nav-list .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

.header .nav .nav-list .nav-item > a {
  color: #333;
  display: block;
}

.header .nav .nav-list .nav-item > a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header .nav .nav-list .nav-item > a:hover {
  cursor: pointer;
  color: #cccccc;
}

.header .nav .nav-list .nav-item > a:hover::after {
  width: 50px;
}

.header .nav .navi-none {
  display: none;
}

.main-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .main-logo {
    top: 45%;
    width: 12vw;
  }
}

@media only screen and (max-width: 834px) {
  .main-logo {
    width: 15vw;
  }
}

@media only screen and (max-width: 640px) {
  .main-logo {
    top: 45%;
    width: 100px;
    left: 53%;
  }
}

.main .slider img {
  width: 100%;
  height: calc(100vh - 90px) !important;
  min-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 1024px) {
  .main .slider img {
    height: calc(100vh - 80px) !important;
  }
}

#global_footer {
  background: url(../images/home/bg_2.jpg) repeat !important;
  font-size: 14px;
}

#global_footer a {
  text-decoration: none !important;
}

.footer {
  padding: 120px 40px;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 100px 30px 160px;
  }
}

@media only screen and (max-width: 640px) {
  .footer {
    padding: 80px 30px 140px;
  }
}

.footer-inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container .col3 {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-container .col3 .copyright {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .footer-container .col3 .copyright {
    bottom: 60px;
  }
}

.footer-container .col3-logo {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col3-logo {
    margin-bottom: 60px;
  }
}

.footer-container .col3-info {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col3-info {
    margin-bottom: 0;
  }
}

.footer-container .col4-tel {
  width: 320px;
  margin: 0 0 140px auto;
  text-align: left;
  border-bottom: 1px solid;
  position: relative;
  padding-right: 20px;
}

.footer-container .col4-tel:after {
  content: "";
  background: url(../images/home/arrow.png);
  background-repeat: no-repeat !important;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: contain !important;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  .footer-container .col4-tel {
    padding-right: 0;
  }
}

.footer-container .col4-tel:hover:after {
  right: 10px;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col4-tel {
    margin: 0 auto 70px;
    max-width: 100%;
  }
}

.footer-container .col4-tel a {
  font-size: 32px;
  text-align: center;
  color: #333 !important;
  display: inline-block;
  max-width: 100%;
  padding-bottom: 20px;
}

.footer-container .col4-tel a .sml-1 {
  font-size: 0.5em;
}

.footer-container .col4-tel a p {
  font-size: 13px;
}

footer .nav .nav-list {
  width: 600px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    width: 100%;
  }
}

footer .nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

footer .nav .nav-item:not(:last-child) {
  border-right: 1px solid;
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-item {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    margin-bottom: 20px;
  }
}

footer .nav a {
  display: block;
  color: #333;
  position: relative;
  line-height: 1em;
}

@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 0 10px;
  }
}

footer .nav a:hover {
  color: #c82525;
}

.copyright {
  font-size: 14px;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.5);
  line-height: 60px;
}

.pagetop a i {
  font-size: 16px;
  color: #333;
  line-height: 60px;
}

.cont_1 {
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/home/body_bg.jpg) repeat;
  margin: 0 auto 0 0;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 85%;
}

@media screen and (max-width: 1400px) {
  .cont_1 {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_1 {
    max-width: 90%;
    height: 140px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_1 {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: 120px !important;
  }
}

.cont_1 .newswrap {
  width: 1160px;
  max-width: 100%;
  margin-left: 60px;
  padding-left: 60px;
  border-left: 1px solid rgba(51, 51, 51, 0.15);
}

@media screen and (max-width: 1400px) {
  .cont_1 .newswrap {
    margin-left: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_1 .newswrap {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_1 .newswrap {
    margin-left: 20px;
    padding-left: 20px;
  }
}

.cont_2 {
  position: relative;
}

.cont_2::before {
  content: "";
  background: url(../images/home/bg_2.jpg) repeat;
  width: 52%;
  height: 860px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 834px) {
  .cont_2::before {
    width: 50%;
    height: 100%;
    top: 200px;
  }
}

.cont_2 .title_3 h2 {
  margin-top: 80px;
}

@media only screen and (max-width: 834px) {
  .cont_2 .title_3 h2 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.cont_2 .box_1 {
  padding: 80px 0 0 50px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .box_1 {
    padding: 40px 0 0 20px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 834px) {
  .cont_2 .box_1 {
    padding: 0;
  }
  .cont_2 .box_1 .btn_1 {
    margin: 0 auto;
  }
}

.cont_2 .img_1 img {
  min-height: 450px;
}

@media only screen and (max-width: 834px) {
  .cont_2 .cont_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont_2 .cont_flex > div {
    width: 100%;
    margin-right: 0;
  }
}

.cont_2 .img_1,
.cont_3 .img_1 {
  position: relative;
  padding-left: 40px;
  width: 1200px;
  max-width: 95%;
  display: inline-block !important;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .img_1,
  .cont_3 .img_1 {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 .img_1,
  .cont_3 .img_1 {
    padding-left: 30px;
  }
}

.cont_2 .img_1 img,
.cont_3 .img_1 img {
  float: none !important;
}

.cont_2 .img_1::after,
.cont_3 .img_1::after {
  content: "";
  background: url(../images/home/bg_1.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: calc(100% - 40px);
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .cont_2 .img_1::after,
  .cont_3 .img_1::after {
    width: calc(100% - 30px);
    bottom: -30px;
  }
}

.cont_2 .img_1 h2,
.cont_3 .img_1 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 30px;
  position: absolute;
  top: -100px;
  left: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 500px;
}

@media only screen and (max-width: 834px) {
  .cont_2 .img_1 h2,
  .cont_3 .img_1 h2 {
    font-size: 28px;
    top: -80px;
    left: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 .img_1 h2,
  .cont_3 .img_1 h2 {
    left: auto;
    right: 20px;
    font-size: 26px;
  }
}

.cont_2 .img_1 h2 span,
.cont_3 .img_1 h2 span {
  background: #333;
  color: #fff;
  padding: 0.6em 0.1em;
  margin: 10px;
  display: block;
}

.cont_2 .img_1 h2 span:nth-last-of-type(1),
.cont_3 .img_1 h2 span:nth-last-of-type(1) {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .box_1,
  .cont_3 .box_1 {
    margin-bottom: 120px !important;
  }
}

.cont_2 .box_1 .box:not(:last-child),
.cont_3 .box_1 .box:not(:last-child) {
  margin-bottom: 60px;
}

.cont_3 {
  position: relative;
}

.cont_3::before {
  content: "";
  background: url(../images/home/bg_2.jpg) repeat;
  width: 1500px;
  max-width: 80%;
  height: 575px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cont_3 .box_1 {
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .cont_3 .box_1 {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3 .box_1 {
    padding-left: 30px;
  }
}

.cont_3 .title_3 h2 {
  background-position: 20px;
}

.cont_3 .cont_flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 1024px) {
  .cont_3 .cont_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_3 .cont_flex > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .cont_3 .cont_flex > div:nth-child(1) {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_3 .cont_flex > div {
    width: 100%;
  }
}

.cont_3 .img_1 {
  padding-left: 0;
  padding-right: 40px;
  width: 660px;
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .cont_3 .img_1 {
    padding-right: 30px;
  }
}

.cont_3 .img_1:after {
  left: auto;
  right: 0;
}

.cont_3 .img_1 h2 {
  right: 100px;
  left: auto;
}

@media only screen and (max-width: 834px) {
  .cont_3 .img_1 h2 {
    right: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3 .img_1 h2 {
    left: 20px;
    right: auto;
  }
}

.cont_3 .img_1 img {
  height: auto !important;
  min-height: 450px;
}

@media only screen and (max-width: 1024px) {
  .cont_3 .img_1 img {
    height: 450px !important;
  }
}

.box_2 a {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  overflow: hidden;
}

.box_2 a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.box_2 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_2 a:before {
  padding-top: 134%;
}

@media only screen and (max-width: 834px) {
  .box_2 a:nth-child(3) {
    margin-right: 0;
    width: 100%;
  }
  .box_2 a:nth-child(3):before {
    padding-top: 50%;
  }
}

.box_2 a img {
  -webkit-transition: 3s;
  transition: 3s;
}

.box_2 a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 6s;
  transition: 6s;
}

.box_2 .box::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.box_2 .box h2,
.box_2 .box .en_1 {
  position: absolute;
  bottom: calc(20px + 10px);
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .box_2 .box h2,
  .box_2 .box .en_1 {
    bottom: 20px;
  }
}

.box_2 .box h2 {
  left: 20px;
  -webkit-writing-mode: vertical-rl;
  font-size: 36px;
}

@media only screen and (max-width: 1024px) {
  .box_2 .box h2 {
    font-size: 3.51562vw;
  }
}

@media only screen and (max-width: 834px) {
  .box_2 .box h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .box_2 .box h2 {
    font-size: 4.6875vw;
  }
}

.box_2 .box .en_1 {
  font-size: 16px;
  position: absolute;
  right: calc(20px + 10px);
}

@media only screen and (max-width: 640px) {
  .box_2 .box .en_1 {
    right: 20px;
    font-size: 14px;
  }
}

.box_2 .box .en_1::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 80px;
}

@media only screen and (max-width: 1024px) {
  .box_2 .box .en_1::before {
    right: 60px;
    width: 100px;
  }
}

@media only screen and (max-width: 834px) {
  .box_2 .box .en_1::before {
    right: 80px;
    width: 120px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .box_2 .box .en_1::before {
    right: 70px;
    width: 15vw;
  }
}

.btn a {
  display: block;
  max-width: 300px;
  background: #cccccc;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1400px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1400px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_1._index h2 {
  font-size: 20px;
  font-family: "Playfair Display", serif, "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.title_1._common.ttl {
  position: relative;
}

.title_1._common.ttl::before {
  content: "";
  border-top: 1px solid rgba(51, 51, 51, 0.45);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_1._common h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 1.6em;
  position: relative;
  background: url(../images/home/body_bg.jpg);
  display: inline-block;
  padding-right: 40px;
}

@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}

.title_1._common h2 .en_1 {
  font-size: 16px;
  color: #c82525;
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .title_1._common h2 .en_1 {
    font-size: 14px;
  }
}

.title_1._common h3 {
  background: #333;
  color: #fff;
  padding: 0.5em 1em 0.5em 1.8em;
  font-size: 1.2em;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .title_1._common h3 {
    font-size: 1.1em;
    padding: 0.5em 1em 0.7em 1.8em;
  }
}

.title_1._common h3:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 18px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.title_2._index {
  text-align: center;
}

.title_2._index h1 {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-top: 40px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 40px;
  background: url(../images/home/parts_1.png) no-repeat left top;
}

@media only screen and (max-width: 834px) {
  .title_2._index h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .title_2._index h1 {
    font-size: 26px;
  }
}

.title_2._index h1 .en_1 {
  color: #c82525;
  font-size: 16px;
}

.title_3._index h2 {
  font-size: 48px;
  position: relative;
  background: url(../images/home/parts_2.png) no-repeat top left;
  padding: 60px 0 0 60px;
}

@media screen and (max-width: 1200px) {
  .title_3._index h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1024px) {
  .title_3._index h2 {
    padding: 40px 0 0 40px;
  }
}

@media only screen and (max-width: 640px) {
  .title_3._index h2 {
    font-size: 36px;
    padding: 30px 0 0 30px;
  }
}

.title_3._index h2 .en_1 {
  font-size: 16px;
  color: #c82525;
  display: block;
  margin-top: 10px;
}

.title_3._index.ver2 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_3._index.ver2 h2 {
  padding: 30px 100px 0;
}

@media only screen and (max-width: 834px) {
  .title_3._index.ver2 h2 {
    padding: 30px 50px 0 100px;
  }
}

.title_3._index.ver2 h2 .en_1 {
  margin-left: 10px;
}

.title_4._index h2 {
  font-size: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .title_4._index h2 {
    font-size: 26px;
  }
}

.btn_1 {
  border: 1px solid rgba(51, 51, 51, 0.15);
  width: 360px;
  max-width: 100%;
  height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333 !important;
  position: relative;
  padding-right: 20px;
}

.btn_1:after {
  content: "";
  background: url(../images/home/arrow.png);
  background-repeat: no-repeat !important;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: contain !important;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  .btn_1 {
    padding-right: 0;
  }
}

.btn_1:hover:after {
  right: 10px;
}

@media only screen and (max-width: 640px) {
  .btn_1 {
    width: 95%;
    height: 70px;
  }
}

.btn_1:after {
  right: 15px;
}

.btn_1:hover {
  background: #333;
  color: #fff !important;
}

.btn_1:hover:after {
  background: url(../images/home/arrow3.png);
  right: 25px;
}

.txt_1 {
  background: url(../images/home/bg_1.png);
  border: 1px solid #d9e2d6;
  padding: 30px;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .txt_1 {
    font-size: 16px;
    padding: 25px;
  }
}

.txt_1::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.txt_1 h2 {
  font-size: 1.4em;
  margin-bottom: 40px;
  position: relative;
}

.txt_1 h2::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #c82525;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.box_3 .box {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .box_3 .box {
    margin-bottom: 60px;
  }
}

.box_3 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  line-height: 2.4;
}

@media only screen and (max-width: 640px) {
  .box_3 .box article {
    font-size: 14px;
  }
}

.box_3 .box article > div,
.box_3 .box article > img {
  width: 48% !important;
}

.box_3 .box article > img {
  height: 230px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .box_3 .box article > img {
    height: 160px !important;
  }
}

@media only screen and (max-width: 834px) {
  .box_3 .box article > img {
    height: 230px !important;
  }
}

@media only screen and (max-width: 640px) {
  .box_3 .box article > img {
    height: 160px !important;
  }
}

.box_3 .box article .imgwrap {
  position: relative;
  overflow: hidden;
}

.box_3 .box article .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.box_3 .box article .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_3 .box article > div {
  text-align: left !important;
}

.box_3 .box article > h3 {
  display: none;
}

.load_place .box:nth-child(n + 3) {
  display: none;
}
/*# sourceMappingURL=assets.css.map */