@charset "UTF-8";
/*親16px px→em*/
* {
  -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.4rem;
  line-height: 2.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #304130;
  counter-reset: number 0;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
}
body:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  body:before {
    right: 50px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-moz-selection {
  background-color: #fff;
  color: #fff;
}
::-moz-selection,
::selection {
  background-color: #fff;
  color: #fff;
}

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

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

.bg100,
.inner_out {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.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: 1200px) {
  .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: 1200px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}
h2,
h3 {
  line-height: 2.2em;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

#contents_wrap {
  padding: 140px 40px 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 80px 20px 0;
  }
}
#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

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

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}
@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-child {
  display: none;
}
.map li a {
  color: #333 !important;
}

@media only screen and (max-width: 1024px) {
  .map {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .map li {
    text-align: center;
  }
}
table {
  table-layout: fixed;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b,
b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.box {
  overflow: inherit !important;
}

.pcnone,
.none {
  display: none;
}

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

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

.annot {
  display: none !important;
}

.flex {
  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;
}

@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;
  }
}
.link_1 a {
  color: #fff !important;
  text-decoration: underline;
}

@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, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

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

@media only screen and (max-width: 640px) {
  .fltL,
  .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,
#global_footer {
  min-width: 100% !important;
}

#mainArea2 {
  position: relative;
}
#mainArea2 .main-sns {
  left: 20px;
  bottom: 20px;
}
#mainArea2 .main-sns li {
  border-bottom: 1px solid #fff;
}
#mainArea2 .main-sns a {
  color: #fff !important;
}
#mainArea2 .main-scroll a {
  color: #fff !important;
}
#mainArea2 .main-scroll a::after {
  background: #fff;
}

#local-keyvisual {
  position: relative;
  background: url(../images/home/grn_bg.jpg) repeat;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 90px 0;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 80px 0;
  }
}
#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  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: 3em;
  text-align: center;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.2em;
  }
}
#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  color: #fff;
  font-size: 0.4em;
  margin-top: 10px;
  font-weight: 400;
}

#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 {
  max-width: 100%;
  color: #fff;
}
.newswrap > div {
  height: 150px;
  overflow-y: auto;
}
.newswrap dl {
  align-items: center !important;
  margin: auto;
  padding: 0 0 20px;
  justify-content: space-between !important;
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 84% !important;
  padding: 0 !important;
}
.newswrap dt {
  letter-spacing: 0.05em;
  border: none !important;
  background: none !important;
  width: 14% !important;
  text-align: center !important;
  padding: 0 !important;
  border-right: none !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap > div {
    height: 250px;
  }
}
@media only screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}
@media only screen and (max-width: 834px) {
  .newswrap dd {
    width: 100% !important;
  }
}
@media only screen and (max-width: 834px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
}
copy {
  display: inline !important;
  padding: 0 !important;
}

.submit {
  max-width: 100%;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}

.c_contactArea {
  margin-top: 60px;
}
.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c_contactArea .contact_form dt {
  color: #fff;
  border: none !important;
  position: relative;
  background: none !important;
}
.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
  background: none !important;
}
.c_contactArea .submit {
  width: 100%;
}
.c_contactArea .submit_c,
.c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #202c20;
  border: none;
  font-size: 16px;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 0 10px;
  height: 60px;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 120px;
  line-height: 2.4;
}
.pan1 ul {
  display: flex;
  align-items: center;
}
.pan1 i {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 100px;
    font-size: 10px;
  }
}
.pankuzu {
  text-align: left;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}
.pankuzu li:last-child:after {
  display: none;
}

@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;
  }
}
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}
.style_form input {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}
.nf_txt {
  margin-top: 40px;
}
.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
.nf_txt p {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}
.nf_btn a {
  color: #fff !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.nf_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.2s;
  z-index: -1;
}
.nf_btn a:hover {
  color: #fff !important;
}
.nf_btn a:hover:before {
  transition: 0.2s;
  background: #111;
  transform: translateX(0);
}
.nf_btn a::before {
  z-index: -1;
}
.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

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

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

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

a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.9 !important;
  transition: 0.5s;
}

img {
  transition: 0.5s;
}
img:hover {
  transition: 0.5s;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animation01,
.animation02,
.animation03,
.animation04 {
  opacity: 0;
}

/*フェードで出現*/
.fadein {
  opacity: 0;
  transform: translate(0) !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*画像アニメーション*/
.sample {
  overflow: hidden;
  position: relative;
}
.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}
.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px) {
  .sample-one.sample-animation img {
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sample-one img {
  opacity: 0;
}
.sample-one.sample-animation {
  animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sample-one.sample-animation:before {
  animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sample-one:before {
  width: 100%;
}
@keyframes sample-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
/* 2 つ目のサンプル */
.sample-second.sample-animation {
  animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sample-second.sample-animation:before {
  animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sample-second:before {
  background: #304130;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}
@keyframes sample-second-before {
  100% {
    transform: translateX(100%);
  }
}
/* 3 つ目のサンプル */
.sample-third.sample-animation:before, .sample-third.sample-animation:after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}
.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}
.sample-third img {
  opacity: 0;
}
@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}
.sample-animation.sample-one,
.sample-animation img {
  opacity: 1 !important;
}
@keyframes fwfw {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.inview01 {
  position: relative;
  overflow: hidden;
}
.inview01::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.8s;
  display: inline-block;
}
.inview01 img {
  opacity: 0;
  transition: 0.2s 0.2s;
}
.inview01.show::after {
  left: 100%;
}
.inview01.show img {
  opacity: 1;
}

/* 可視範囲に入ったとき */
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #111;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 100%;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}
#loading svg {
  height: 100% !important;
  width: 100% !important;
}
#loading span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.sub_menu {
  flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 30px;
  left: 50%;
  margin: auto !important;
  width: auto !important;
  max-width: inherit !important;
  background: rgba(32, 44, 32, 0.25);
  transform: translateX(-50%);
}
.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}
.sub_menu a {
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em !important;
}

@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}
.map_1 iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}
.googlemaps iframe {
  vertical-align: bottom;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
.googlemaps object,
.googlemaps embed {
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  filter: grayscale(0%);
}

@media screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}
#fancybox-title-float-main {
  line-height: 9px !important;
}

.hidden {
  /* figcaptionの内容はfancyboxのギャラリー用なので非表示にしておく */
  display: none;
}

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

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close-btn-in .mfp-close {
  color: #333;
}

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

/* overlay animate in */
/* overlay animate out */
/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* content animate it */
/* content animate out */
.modal-open,
.mfp-container {
  padding: 0px !important;
}

html {
  margin: 0 !important;
}

.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-content: space-between;
}
.insta div.sns_list > div {
  flex-direction: row !important;
  flex-wrap: wrap;
  border-bottom: none !important;
  width: 16.66666% !important;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  display: block;
}
.insta div.sns_list div.sns_photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.insta div.sns_list div.sns_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.insta .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}
.insta .sns_date {
  display: none;
  font-size: 16px !important;
  letter-spacing: 0;
  margin: 10px 0;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 1024px) {
  .insta div.sns_list {
    flex-wrap: wrap !important;
  }
}
@media only screen and (max-width: 1024px) {
  .insta div.sns_list > div {
    width: 25% !important;
  }
}
@media only screen and (max-width: 640px) {
  .insta div.sns_list > div {
    width: 33.33333% !important;
  }
}
/*下層インスタ*/
.c_insta > div {
  border-top: 2px solid #bab2ab !important;
  border-bottom: 2px solid #bab2ab !important;
  padding: 20px 0;
}
.c_insta div.sns_list div.sns_text {
  font-size: 1em !important;
}
.c_insta div.sns_list > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c_insta .sns_list {
  height: 350px;
  overflow: auto;
  flex-wrap: wrap;
  flex-direction: row !important;
  border: none !important;
}
.c_insta div.sns_list > div {
  flex-direction: row !important;
  border-bottom: 1px solid #bab2ab !important;
}
.c_insta .sns_date {
  padding: 3px 10px 0;
  margin-bottom: 15px !important;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1em !important;
  color: #111 !important;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c_insta div.sns_list {
  flex-direction: row !important;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .c_insta div.sns_list > div {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .c_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .c_insta .sns_photo {
    width: 100% !important;
  }
}
.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;
}

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

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

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

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

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

@media only screen and (max-width: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}
.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: -20px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-close:focus:before, .modaal-close:focus:after {
  background: #fff !important;
}
.modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}
.voice_box .q_01,
.voice_box .a_01 {
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.voice_box .box {
  width: 100%;
  padding: 20px;
  position: relative;
}
.voice_box .box > div {
  padding-left: 50px;
  position: relative;
}
.voice_box .box:nth-child(1) {
  background: #202c20;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.voice_box .box:nth-child(1):after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.voice_box .box:nth-child(1):hover {
  cursor: pointer;
}
.voice_box .box:nth-child(2) {
  background: #304130;
}
.voice_box .box:nth-child(2) .a_01 {
  color: #202c20;
}

@media screen and (max-width: 640px) {
  .voice_box .q_01,
  .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .voice_box .box:nth-child(1):after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .voice_box .box:nth-child(2) {
    display: block;
  }
}
.acc_title:hover {
  cursor: pointer;
}

#nav-toggle {
  position: fixed;
  top: 22px;
  right: 20px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 45px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 1px;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 27px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

@media only screen and (max-width: 1024px) {
  #nav-toggle {
    top: 14px;
  }
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

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

#container {
  z-index: 900;
}

#gloval-nav {
  background: rgba(17, 17, 17, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  overflow: hidden scroll;
}
#gloval-nav nav {
  z-index: 999;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: auto;
  padding: 120px 120px 120px 0;
}

@media only screen and (max-width: 1024px) {
  #gloval-nav nav {
    padding: 100px 40px 100px 0;
  }
}
@media only screen and (max-width: 834px) {
  #gloval-nav nav {
    padding: 80px 80px 70px 0;
  }
}
@media only screen and (max-width: 640px) {
  #gloval-nav nav {
    padding: 80px 40px 80px 0;
  }
}
.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  font-size: 36px;
  padding: 15px 0;
  transition: color 0.6s ease;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: 0.5s;
}
#gloval-nav a span {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
}
#gloval-nav a:hover {
  transition: 0.5s;
}
#gloval-nav ul {
  list-style: none;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
#gloval-nav ul li {
  text-align: right;
  transform: translateX(-200px);
  transition: transform 1.3s ease;
  position: relative;
}
#gloval-nav ul li:after {
  content: "";
  display: block;
  width: 600px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: -960px;
  position: absolute;
  transform: translate(0, -50%);
  transition: transform 1s ease;
}
#gloval-nav ul li:hover:after {
  transform: translateX(600px);
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}

@media screen and (max-width: 1400px) {
  #gloval-nav a {
    font-size: 26px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 834px) {
  #gloval-nav a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 834px) {
  #gloval-nav a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  #gloval-nav ul li:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #gloval-nav ul li:hover:after {
    transform: translateX(500px);
  }
}
.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}

.info_1 label {
  position: static;
}
.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}
.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}
.info_1 dt {
  text-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: #111 !important;
}
.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}
.info_1 a {
  color: #fff !important;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .info_1 dt {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}
.info_2 label {
  position: static;
}
.info_2 dl {
  font-size: 14px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.info_2 dl:nth-child(odd) {
  background: #202c20;
}
.info_2 dt,
.info_2 dd {
  padding: 10px !important;
}
.info_2 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  flex-direction: row !important;
}
.info_2 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}
.info_2 a {
  color: #fff !important;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .info_2 dl {
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .info_2 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
    border-bottom: 1px solid !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 640px) {
  .info_2 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}
.info_3 {
  border: 1px solid #202c20;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  background: #fff;
}
.info_3 label {
  position: static;
}
.info_3 dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.info_3 dl:not(:last-child) {
  border-bottom: 1px solid #eee !important;
}
.info_3 dt,
.info_3 dd {
  padding: 0 !important;
  line-height: 2;
}
.info_3 dt {
  color: #202c20;
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.info_3 dt span {
  border-bottom: 1px solid #202c20;
  padding-bottom: 5px;
  text-align: left;
}
.info_3 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}
.info_3 a {
  color: #111 !important;
  text-decoration: underline;
}
.info_3 img {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .info_3 {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .info_3 {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .info_3 dl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .info_3 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .info_3 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 0 !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}
.info_4 {
  background: #f5f5f5;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding: 80px 40px;
  margin-bottom: 80px;
  font-size: 14px;
}
.info_4 > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  background: #fff;
}
.info_4 label {
  position: static;
}
.info_4 dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.info_4 dl:not(:last-child) {
  border-bottom: 1px solid #eee !important;
}
.info_4 dt,
.info_4 dd {
  padding: 0 !important;
  line-height: 2;
}
.info_4 dt {
  color: #202c20;
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
.info_4 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}
.info_4 a {
  color: #111 !important;
  text-decoration: underline;
}
.info_4 img {
  margin-bottom: 10px;
  max-width: 80%;
}

@media only screen and (max-width: 640px) {
  .info_4 {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .info_4 > div {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .info_4 > div {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .info_4 dl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .info_4 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
    border-bottom: 1px solid !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .info_4 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
}
.c_tbl_1 td {
  border: 1px solid #ccc !important;
  padding: 20px !important;
}
.c_tbl_1 td:nth-child(odd) {
  width: 20%;
  text-align: center !important;
  background: #202c20;
  color: #fff;
}
.c_tbl_1 td:nth-child(even) {
  width: 80%;
}
.c_tbl_1 a {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .c_tbl_1 td:nth-child(odd) {
    text-align: left !important;
  }
}
.c_tbl_2 {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}
.c_tbl_2 tr {
  display: flex;
}
.c_tbl_2 tr:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c_tbl_2 td {
  border: none !important;
  padding: 0 !important;
}
.c_tbl_2 td:nth-child(odd) {
  width: 70%;
  background: none !important;
}
.c_tbl_2 td:nth-child(even) {
  width: 30%;
  text-align: right !important;
}
.c_tbl_2 a {
  color: #fff !important;
  text-decoration: underline;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 tr {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(odd) {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(even) {
    width: 100%;
  }
}
.imgtxt article,
.imgtxt02 article {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .imgtxt article,
  .imgtxt02 article {
    flex-wrap: wrap;
  }
}
.imgtxt .img100,
.imgtxt02 .img100 {
  width: 28% !important;
  position: relative;
}

@media screen and (max-width: 834px) {
  .imgtxt .img100,
  .imgtxt02 .img100 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgtxt .img100,
  .imgtxt02 .img100 {
    width: 100% !important;
  }
}
.imgtxt .img100::after,
.imgtxt02 .img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 75%;
}

.imgtxt .img100 img,
.imgtxt02 .img100 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;";
}

.imgtxt .inbox,
.imgtxt02 .inbox {
  width: 68%;
  background: #fff;
  margin-right: 4%;
}

@media screen and (max-width: 834px) {
  .imgtxt .inbox,
  .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}
.imgtxt h2,
.imgtxt02 h2 {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .imgtxt h2,
  .imgtxt02 h2 {
    font-size: 1.2em;
  }
}
.imgtxt h2 .s_txt,
.imgtxt02 h2 .s_txt {
  background: #111;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.6em;
  color: #fff;
  line-height: 1.6;
}

.imgtxt h2 .en {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.65em;
}

.imgtxt02 h2 .en {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.65em;
}
.imgtxt02 article {
  flex-direction: row;
}
.imgtxt02 .inbox {
  margin-right: 0;
  margin-left: 30px;
}

@media screen and (max-width: 834px) {
  .imgtxt02 .inbox {
    margin-left: 0;
  }
}
.imgtxt03,
.imgtxt04 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  .imgtxt03,
  .imgtxt04 {
    flex-wrap: wrap;
  }
}
.imgtxt03 > div,
.imgtxt04 > div {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .imgtxt03 > div,
  .imgtxt04 > div {
    width: 100%;
  }
}
.imgtxt03 .zoom01,
.imgtxt04 .zoom01 {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 38%;
  margin-left: 2%;
}

@media screen and (max-width: 834px) {
  .imgtxt03 .zoom01,
  .imgtxt04 .zoom01 {
    width: 80%;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 640px) {
  .imgtxt03 .zoom01,
  .imgtxt04 .zoom01 {
    width: 100%;
  }
}
.imgtxt03 .zoom01 img,
.imgtxt04 .zoom01 img {
  margin: 0 !important;
}

.imgtxt03 .btn {
  margin-top: 40px;
}

.imgtxt04 {
  flex-direction: row;
}
.imgtxt04 .btn {
  margin-top: 40px;
}
.imgtxt04 .zoom01 {
  margin-right: 2%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .imgtxt03 .btn,
  .imgtxt04 .btn {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .imgtxt04 .zoom01 {
    margin: 0 auto 4%;
  }
}
.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}

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

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

/*サムネ付きスライダー*/
.slidebox li {
  position: relative;
  width: 100%;
}
.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: center;
}
.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}
.slidebox .slick-dots li img {
  width: 100% !important;
}

/**/
.slider02 li {
  float: left !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider02 .slick-dots {
  display: flex !important;
  justify-content: center;
  bottom: -50px !important;
}
.slider02 .slick-track {
  display: flex;
  align-items: center;
}

.flow01 {
  position: relative;
  margin-bottom: 30px;
}
.flow01::before {
  content: "";
  height: 70px;
  display: block;
  border-left: 5px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow01 dl {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #202c20;
  position: relative;
  flex-direction: row !important;
}
.flow01 dl::before, .flow01 dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.flow01 dl::before {
  border-width: 22px;
  border-top-color: #202c20;
}
.flow01 dl::after {
  border-width: 21px;
  border-top-color: #304130;
}
.flow01 dl dt {
  text-align: center !important;
  background: #202c20 !important;
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  align-items: center !important;
  font-size: 1.4em;
}
.flow01 dl dd {
  text-align: left;
  border: none !important;
  width: 100% !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .flow01 dl dt {
    font-size: 1.2em;
  }
}
.last dl::after, .last dl::before {
  border: none !important;
}

.first::before {
  border: none !important;
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.c_list li:before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.list_1 {
  border: 1px solid #111;
  padding: 30px 40px;
}
.list_1 li {
  display: block;
  float: none !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 7px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 10px;
}
.list_1 li::before {
  content: "・";
  position: absolute;
  top: 5px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .list_1 {
    padding: 25px;
  }
}
.bb01 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.bb02 {
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
  display: inline-block;
}

.objc_01 .box {
  display: block;
  position: relative;
}
.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}
.objc_01 .box 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;
}
.objc_01 div {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_02 .box > a {
  display: block;
  position: relative;
}
.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}
.objc_02 .box > a 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;
}
.objc_02 div {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}
.img100 {
  position: relative;
}
.img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}
.img100 img {
  float: none !important;
  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 {
  position: relative;
  width: 12%;
  overflow: inherit !important;
}
.gallery_1 .box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.gallery_1 .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery_1 .box article > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  line-height: 1.8;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 25%;
  }
}
.gallery_2 .box {
  width: 32%;
  margin: 0 !important;
  margin-bottom: 4% !important;
}
.gallery_2 .box:not(:nth-child(3n)) {
  margin-right: 2% !important;
}
.gallery_2 .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery_2 .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.gallery_2 .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}
.gallery_2 .case {
  display: inline-flex;
  line-height: 24px;
  padding: 0 8px;
  margin: 15px 0 10px;
}
.gallery_2 article > div {
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  .gallery_2 .box {
    width: 49%;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 834px) {
  .gallery_2 .box:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 834px) {
  .gallery_2 .box:not(:nth-child(2n)) {
    margin-right: 2% !important;
  }
}
@media only screen and (max-width: 640px) {
  .gallery_2 article > div {
    font-size: 16px;
  }
}
.btnbox_01 .box {
  width: 19%;
  border: 1px solid #ccc !important;
  height: 70px;
  line-height: 70px;
  margin-bottom: 1%;
  text-align: center;
  position: relative;
}
.btnbox_01 .box a {
  display: block;
  color: #111 !important;
}
.btnbox_01 .box a:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 31px;
  height: 4px;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.5s;
  transform: translateX(0);
}
.btnbox_01 .box a:hover:after {
  transition: 0.5s;
  transform: translateX(-20px);
}
.btnbox_01 .box:not(:nth-child(5n)), .btnbox_01 .box:not(:nth-child(2n)) {
  margin-right: 1%;
}

@media only screen and (max-width: 834px) {
  .btnbox_01 .box {
    width: 24%;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_01 .box {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .btnbox_01 .box {
    width: 49%;
  }
}
@media only screen and (max-width: 834px) {
  .btnbox_01 .box:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .btnbox_01 .box:not(:nth-child(4n)) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_01 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_01 .box:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 640px) {
  .btnbox_01 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.c_box1 {
  flex-wrap: nowrap;
  margin-left: 1% !important;
}
.c_box1 .box {
  width: 24%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.c_box1 .box:not(:last-child) {
  margin-right: 1%;
}

@media only screen and (max-width: 640px) {
  .c_box1 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .c_box1 .box {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .c_box1 .box:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c_box1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.zoom01,
.zoom02 {
  overflow: hidden;
}

.zoom01 img,
.zoom02 img {
  transform: scale(var(--scale));
  will-change: transform;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100% !important;
}

header#global_header {
  max-width: 100%;
}

.header {
  background: #304130 !important;
}

.header-msg {
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 11;
  background: #111;
  color: #fff;
  text-align: left;
  font-size: 13px;
  padding: 0 20px;
  height: 75px;
  line-height: 75px;
}
.header-msg.hide {
  transform: translateY(-100%);
}

@media only screen and (max-width: 1024px) {
  .header-msg {
    height: 60px;
    line-height: 60px;
  }
}
.header-container .col1 {
  padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .header-container .col1-logo img {
    width: 120px;
  }
}
.main {
  position: relative;
  z-index: 10;
  background: #304130;
}

.main-h1 {
  width: 100%;
  color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.main-h1 .en_1 {
  font-weight: 600;
  display: block;
  font-size: 0.47em;
  letter-spacing: 0.05em;
  margin-top: 1.1em;
}

@media only screen and (max-width: 834px) {
  .main-h1 {
    font-size: 5.51559vw;
  }
}
.main-sns {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}

.main-item {
  overflow: hidden;
}
.main-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1400px) {
  .main-item img {
    height: 560px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .main-item img {
    height: 550px !important;
  }
}
@media only screen and (max-width: 640px) {
  .main-item img {
    height: 580px !important;
  }
}
.main-scroll a {
  writing-mode: vertical-rl;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 10;
  padding: 10px 10px 140px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #111 !important;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}
.main-scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 120px;
  background: #111;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.sns_list {
  display: flex;
}
.sns_list li {
  width: 26px;
  margin-right: 20px;
  border-bottom: 2px solid #111;
}
.sns_list a {
  font-size: 23px;
  color: #111 !important;
}

.myscale {
  animation-name: my-scale;
  animation-duration: 4s;
  opacity: 1 !important;
}

.myfadein {
  animation-name: my-fade-in;
  animation-duration: 5s;
  opacity: 1 !important;
}
@keyframes my-scale {
  from {
    opacity: 0;
    transform: scale(1.3);
    transition: all ease 3s;
  }
  to {
    opacity: 1;
    transform: scale(1);
    transition: all ease 3s;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#global_footer {
  background: none !important;
}

.footer {
  background: url(../images/home/footer_bg.jpg) repeat;
}

.footer-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 200px 40px 60px;
}

@media only screen and (max-width: 640px) {
  .footer-inner {
    padding: 200px 20px 60px;
  }
}
.footer-container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-container .col3 {
  display: flex;
  align-items: center;
}
.footer-container .col3 a {
  color: #fff !important;
  text-decoration: underline;
}
.footer-container .col3-logo {
  margin-right: 35px;
}
.footer-container .col3-info {
  font-size: 13px;
  line-height: 2.6em;
  text-align: left;
}
.footer-container .col4 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 180px;
}
.footer-container .col4-sns {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.footer-container .col4-sns li {
  border-bottom: 1px solid #fff;
  margin-right: 0;
  margin-left: 20px;
}
.footer-container .col4-sns a {
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  .footer-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) {
  .footer-container .col3 {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-container .col3 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .footer-container .col3-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-container .col3-info {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .footer-container .col3 > div {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .footer-container .col4 {
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) {
  .footer-container .col4-sns {
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) {
  .footer-container .col4-sns li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .footer-container > div {
    width: 100% !important;
  }
}
.copyright {
  letter-spacing: 0;
}

.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #202c20;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.cont_1 .inner {
  display: flex;
  justify-content: space-between;
}
.cont_1 .newswrap {
  width: 70%;
}

@media screen and (max-width: 1200px) {
  .cont_1 .inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .cont_1 .newswrap {
    width: 100%;
  }
}
.cont_2 {
  position: relative;
  z-index: 2;
}
.cont_2 .aboutus {
  position: absolute;
  writing-mode: vertical-rl;
  font-weight: 600;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.cont_2 .inner_out3 {
  display: flex;
  justify-content: space-between;
  padding-right: 110px;
}
.cont_2 .inner_out3 .zoom01 {
  width: 50%;
  margin-right: 6%;
}
.cont_2 .inner_out3 .h_box_1 {
  width: 44%;
}
.cont_2 .inner_out3 > div {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .cont_2 .aboutus {
    right: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_2 .inner_out3 {
    flex-wrap: wrap;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_2 .inner_out3 {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_2 .inner_out3 .zoom01 {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_2 .inner_out3 .h_box_1 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .cont_2 .inner_out3 .h_box_1 {
    padding-left: 20px;
  }
}
.h_box_1 {
  align-content: flex-start;
}
.h_box_1 .box {
  width: 100%;
}
.h_box_1 .box:not(:last-child) {
  margin-bottom: 60px;
}

.h_box_1-txt {
  font-size: 1.14em;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-weight: bold;
}

.cont_3 {
  position: relative;
  z-index: 1;
}
.cont_3::before {
  content: "";
  background: url(../images/home/grn_bg.jpg) repeat;
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cont_3 .h_flex > div {
  overflow: hidden;
  background-size: cover;
}
.cont_3 .h_flex .con_box_1 {
  width: 32%;
  margin-bottom: 2%;
}
.cont_3 .h_flex .con_box_1:not(:nth-child(3n)) {
  margin-right: 2%;
}
.cont_3 .h_flex .con_box_1 .wrapInner {
  transform: translateY(83%);
}
.cont_3 .h_flex .con_box_2 {
  width: 49%;
}
.cont_3 .h_flex .con_box_2:not(:nth-child(2n)) {
  margin-left: 2%;
}
.cont_3 .h_flex .con_box_2 .wrapInner {
  transform: translateY(78.5%);
}
.cont_3 .h_flex .btn {
  margin-top: 25px;
  font-size: 12px;
}
.cont_3 .h_flex > div {
  padding: 10px 0 30px;
}
.cont_3 .h_flex > div:hover .wrapInner {
  transform: translateY(0) !important;
  transition: 0.5s;
}
.cont_3 .h_flex > div:hover .box {
  opacity: 1 !important;
}
.cont_3 .h_flex .wrapInner {
  transition: 0.5s;
  padding: 0 20px;
}
.cont_3 .h_flex .wrapInner .box:nth-child(2), .cont_3 .h_flex .wrapInner .box:nth-child(3) {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .cont_3 .h_flex .wrapInner .box:nth-child(2) br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3 .h_flex .con_box_1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3 .h_flex .con_box_1:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .cont_3 .h_flex .con_box_1 .wrapInner {
    transform: translateY(85%);
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3 .h_flex .con_box_2:not(:nth-child(2n)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3 .h_flex > div {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_3 .h_flex .wrapInner {
    transform: translateY(70%) !important;
  }
}
@media only screen and (max-width: 834px) {
  .cont_3 .h_flex .wrapInner {
    transform: translateY(70.5%) !important;
  }
}
@media only screen and (max-width: 640px) {
  .cont_3 .h_flex .wrapInner {
    transform: translateY(78.5%) !important;
  }
}
.h_flex {
  display: flex;
  flex-wrap: wrap;
}

.cont_4 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  padding: 80px 60px;
  background: #202c20;
  margin-bottom: -140px;
  z-index: 10;
  position: relative;
}
.cont_4 .inner2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_4 .inner2 > div {
  width: 46%;
}
.cont_4 .l_box_1 {
  text-align: left;
}
.cont_4 .r_box_1 {
  display: flex;
  flex-wrap: wrap;
}
.cont_4 .r_box_1 .box {
  width: 100%;
}
.cont_4 .r_box_1 .box:not(:last-child) {
  margin-bottom: 20px;
}
.cont_4 .r_box_1 .box a {
  font-size: 22px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cont_4 .r_box_1 .box i {
  padding-right: 10px;
}
.cont_4 .r_box_1 .box .btn {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .cont_4 .inner2 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  .cont_4 .inner2 > div {
    width: 100%;
  }
  .cont_4 .inner2 > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
.btn a {
  display: block;
  max-width: 300px;
  background: #202c20;
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: 99%;
  content: "";
  order: 1;
  width: 99%;
  content: "";
  order: 1;
}
.flex1:after {
  width: 99%;
  content: "";
  order: 2;
}
.flex1 .box {
  width: 99%;
  margin-bottom: 2%;
}
.flex1 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: 49%;
  content: "";
  order: 1;
  width: 49%;
  content: "";
  order: 1;
}
.flex2:after {
  width: 49%;
  content: "";
  order: 2;
}
.flex2 .box {
  width: 49%;
  margin-bottom: 2%;
}
.flex2 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: 32.3333333333%;
  content: "";
  order: 1;
  width: 32.3333333333%;
  content: "";
  order: 1;
}
.flex3:after {
  width: 32.3333333333%;
  content: "";
  order: 2;
}
.flex3 .box {
  width: 32.3333333333%;
  margin-bottom: 2%;
}
.flex3 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: 24%;
  content: "";
  order: 1;
  width: 24%;
  content: "";
  order: 1;
}
.flex4:after {
  width: 24%;
  content: "";
  order: 2;
}
.flex4 .box {
  width: 24%;
  margin-bottom: 2%;
}
.flex4 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: 49%;
  }
  ._tabwidth3 .box {
    width: 32.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: 49%;
  }
  ._spwidth3 .box {
    width: 32.3333333333%;
  }
}
.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 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.flex2cl_01 .flxL {
  width: 57%;
}
.flex2cl_01 .flxR {
  width: 40%;
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
.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;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .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;
  }
}
.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.43902%;
}
.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}
.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;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .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;
  }
}
.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.22581%;
}
.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}
.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;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .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;
  }
}
.title_1._index h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.title_1._index h2::before {
  content: "";
  background: #fff;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translate(0, -50%);
}
.title_1._index h3 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
.title_1._index h3 .ja_1 {
  font-size: 0.45em;
  display: block;
  font-weight: 400;
  margin-top: -1em;
  line-height: 1.8em;
}
.title_1._common h2 {
  border-left: 6px solid #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 5px;
  padding-left: 1em;
  margin-bottom: 40px;
  font-size: 1.6em;
}

@media screen and (max-width: 1200px) {
  .title_1._index h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .title_1._index h2::before {
    width: 7vw;
    right: -8.8vw;
  }
}
@media screen and (max-width: 1200px) {
  .title_1._index h2::before {
    width: 100px;
    right: -120px;
  }
}
@media screen and (max-width: 1200px) {
  .title_1._index h3 {
    font-size: 2.33333vw;
  }
}
@media only screen and (max-width: 1024px) {
  .title_1._index h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .title_1._index h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}
.title_2._index h2 {
  font-size: 1.71em;
  font-weight: bold;
}
.title_2._common h2 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
  font-size: 1.6em;
  background: #111;
  padding: 0.6em 1em 0.6em 2em;
  position: relative;
  font-weight: 500;
  margin-bottom: 60px;
}
.title_2._common h2:before {
  content: "";
  background: #304130;
  width: 6px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 834px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.2em;
  }
}
.title_3._index h2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
.title_3._index h2 .ja_1 {
  font-size: 0.44em;
  display: block;
  font-weight: 400;
  margin-top: -2.2em;
}
.title_3._common {
  text-align: center;
}
.title_3._common h2 {
  font-size: 1.6em;
  border: 1px solid;
  text-align: center !important;
  padding: 1em 2em;
  display: inline-block;
  margin: 0 auto 60px;
  position: relative;
}
.title_3._common h2::before {
  content: "";
  background: #fff;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: -40px;
  transform: rotate(-45deg);
}
.title_3._common h2::after {
  content: "";
  background: #fff;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 10px;
  right: -40px;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 834px) {
  .title_3._common h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  .title_3._common h2 {
    font-size: 1.2em;
  }
}
.title_4._index h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.title_4._common h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 60px;
  display: inline-block;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 834px) {
  .title_4._index h2, .title_4._common h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .title_4._common h2 {
    margin-bottom: 40px;
  }
}
.btn {
  width: 260px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 0.65em 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.2s;
  z-index: -1;
}
.btn:hover {
  color: #fff !important;
}
.btn:hover:before {
  transition: 0.2s;
  background: #111;
  transform: translateX(0);
}

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

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


.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.gallery_2 .box > article > a {
  position: relative;
  z-index: 0;
}
.gallery_2 .box > article > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.4s;
}
.gallery_2 .box > article > a:hover:before {
  opacity: 1;
  transition: 0.4s;
}/*# sourceMappingURL=assets.css.map */