@charset "UTF-8";
/*
Description: common.css
Author: DNS murata
基本設定CSS
*/
/*==========================================================================
  変数
==========================================================================*/
/*==========================================================================
  基本設定
==========================================================================*/
* {
  margin: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  height: 100%;
  font-size: 62.5%;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*==============================================
  header / footer
===============================================*/
/*ヘッダー
-------------------*/
/*フッター
--------------------*/
footer {
  background-color: #b0b9b9; }

#page_top.page_top_temp_A {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px); }
  #page_top.page_top_temp_A a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 5px;
    width: 70px;
    height: 60px;
    color: #b0b9b9;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    flex-direction: column;
    gap: 1em;
    font-weight: bold;
    position: relative;
    font-size: 1.2rem; }
    #page_top.page_top_temp_A a:hover {
      transform: translateY(-5px);
      transition: all 0.3s; }
  #page_top.page_top_temp_A .dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: #b0b9b9;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg); }
#page_top.page_top_temp_B a {
  position: fixed;
  z-index: 2;
  right: 10px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #222;
  padding: 0 0 0 35px;
  border-top: solid 1px; }
  #page_top.page_top_temp_B a::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top; }
#page_top.page_top_temp_C {
  position: fixed;
  right: 1em;
  bottom: 0;
  text-indent: -9999px;
  margin: 0; }
  #page_top.page_top_temp_C a {
    position: relative;
    display: block;
    width: 4.5em;
    height: 4.5em;
    background-color: #b0b9b9;
    transition: opacity .6s ease; }
    #page_top.page_top_temp_C a:hover {
      opacity: .3; }
    #page_top.page_top_temp_C a::before {
      position: absolute;
      top: 0.7em;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 1em;
      height: 1em;
      margin: auto;
      content: '';
      transform: rotate(-45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
#page_top.page_top_temp_D {
  position: fixed;
  right: 1em;
  bottom: 0;
  text-indent: -9999px;
  margin: 0; }
  #page_top.page_top_temp_D a {
    position: relative;
    display: block;
    width: 4.5em;
    height: 4.5em;
    background-color: #b0b9b9;
    transition: opacity .6s ease;
    border-radius: 50em; }
    #page_top.page_top_temp_D a:hover {
      opacity: .3; }
    #page_top.page_top_temp_D a::before {
      position: absolute;
      top: 0.7em;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 1em;
      height: 1em;
      margin: auto;
      content: '';
      transform: rotate(-45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
#page_top.UpMove {
  animation: UpAnime 0.5s forwards; }
#page_top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*==============================================
  nav
===============================================*/
/*グローバルナビ
--------------------*/
#gnav.hamburger_all {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f1f1f1;
  transition: all 0.3s; }
  #gnav.hamburger_all.panelactive {
    opacity: 1;
    z-index: 999; }
    #gnav.hamburger_all.panelactive #gnav_list {
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
  #gnav.hamburger_all .gnav_list_inner {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0; }
    #gnav.hamburger_all .gnav_list_inner figure.gnav_inner_logo {
      max-width: 7em;
      margin: 0 auto 5em; }
  #gnav.hamburger_all.panelactive .gnav_list_inner {
    display: block; }
  #gnav.hamburger_all ul li {
    list-style: none;
    text-align: center; }
    #gnav.hamburger_all ul li a {
      color: #222;
      text-decoration: none;
      padding: 10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: bold; }

.gnav_open_btn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  .gnav_open_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #091d39;
    width: 45%; }
    .gnav_open_btn span:nth-of-type(1) {
      top: 15px; }
    .gnav_open_btn span:nth-of-type(2) {
      top: 23px; }
    .gnav_open_btn span:nth-of-type(3) {
      top: 31px; }
  .gnav_open_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }
  .gnav_open_btn.active span:nth-of-type(2) {
    opacity: 0; }
  .gnav_open_btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; }

/*==============================================
  よくつかう設定
===============================================*/
/*文字
-------------------*/
h1, h2, h3, h4, h5, h6, ul, ol, li, dl {
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0 0 1em; }

h4, h5, h6 {
  margin: 0 0 .5em; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.8rem;
  font-weight: bold; }

p {
  font-size: 1.6rem;
  line-height: 1.6; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #091d39;
  margin: 0 0.2em; }

li {
  font-size: 1.6rem;
  line-height: 1.6; }

/*注意文
-----------------*/
ul.note_list {
  list-style: none;
  padding-left: 1em;
  margin-left: 0.1em; }
  ul.note_list li {
    text-indent: -1.4em;
    list-style-type: none; }
    ul.note_list li:before {
      content: "※";
      margin-right: 0.4em; }
  ul.note_list.red li, ul.note_list.red a {
    color: #d91f22; }
  ul.note_list.small li, ul.note_list.small a {
    font-size: smaller; }
  ul.note_list.marginT1 {
    margin-top: 1em; }
  ul.note_list.marginT05 {
    margin-top: 0.5em; }

.note.indent {
  margin: 1em 0 0; }
  .note.indent p {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0;
    font-size: 90%; }

/*外部リンク
---------------------------*/
a.external_link::after,
li#menu-item-1636 a::after,
li#menu-item-1635 a span.quadmenu-text::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url(../../assets/img/external_link.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
  text-decoration: none; }

/*http や // で始まるリンクは一旦すべて外部リンクとみなす*/
a[href^="https"]:after,
a[href^="http"]:after,
a[href^="//"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url(../../assets/img/external_link.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
  text-decoration: none; }

/*ボタン
-------------------*/
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #222;
  border-radius: 0.5rem; }
  .btn.btn_center, a.btn.btn_center, button.btn.btn_center {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: block; }
  .btn.mt__1, a.btn.mt__1, button.btn.mt__1 {
    margin-top: 1rem; }
  .btn.mt__2, a.btn.mt__2, button.btn.mt__2 {
    margin-top: 2rem; }
  .btn.mt__3, a.btn.mt__3, button.btn.mt__3 {
    margin-top: 3rem; }
  .btn.mt__4, a.btn.mt__4, button.btn.mt__4 {
    margin-top: 4rem; }
  .btn.mt__5, a.btn.mt__5, button.btn.mt__5 {
    margin-top: 5rem; }

.btn_flatA,
a.btn_flatA,
button.btn_flatA {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #222; }
  .btn_flatA span,
  a.btn_flatA span,
  button.btn_flatA span {
    position: relative; }
  .btn_flatA:before,
  a.btn_flatA:before,
  button.btn_flatA:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 500%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    background: #091d39; }
  .btn_flatA:hover:before,
  a.btn_flatA:hover:before,
  button.btn_flatA:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.btn_flatB,
a.btn_flatB,
button.btn_flatB {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #222; }
  .btn_flatB span,
  a.btn_flatB span,
  button.btn_flatB span {
    position: relative; }
  .btn_flatB:before,
  a.btn_flatB:before,
  button.btn_flatB:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #091d39; }
  .btn_flatB:hover:before,
  a.btn_flatB:hover:before,
  button.btn_flatB:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

a.btn-border {
  border: 2px solid #222;
  border-radius: 0;
  background: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding-left: 3.5em; }
  a.btn-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0 50% 50% 0;
    background: #222; }
  a.btn-border:hover:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    line-height: 30px;
    width: 30px;
    height: 30px;
    content: '\f061';
    transform: translateX(0.5em) translateY(0.5rem);
    color: #fff;
    border-radius: 50%;
    /*transform: translateX(460%) translateY(0.5rem);
    content: "";
    display: inline-block;
    width: 10px;
    height: 9px;
    background-image: url(../../assets/img/external_link.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 0.5em;
    text-decoration: none;*/ }

a.btn-border_B {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000; }
  a.btn-border_B:hover {
    -webkit-box-shadow: -4px -4px 0 #000;
    box-shadow: -4px -4px 0 #000; }

.btn_center {
  text-align: center; }

.btn_center a.btn_flat {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block; }

.btn_border-Lc {
  border: 2px solid #222;
  z-index: 1; }
  .btn_border-Lc:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #222;
    transition: all 0.3s ease; }
  .btn_border-Lc:hover {
    color: #fff; }
    .btn_border-Lc:hover:after {
      left: 0;
      width: 100%; }
  .btn_border-Lc:active {
    top: 2px; }

.btn_under-border {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none; }
  .btn_under-border span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .btn_under-border:before, .btn_under-border:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #222; }
  .btn_under-border:before {
    right: 0;
    top: 0;
    transition: all 0.1s ease; }
  .btn_under-border:after {
    left: 0;
    bottom: 0;
    transition: all 0.1s 0.2s ease; }
  .btn_under-border:hover:before {
    transition: all 0.1s 0.2s ease;
    height: 100%; }
  .btn_under-border:hover:after {
    transition: all 0.1s ease;
    height: 100%; }
  .btn_under-border span:before, .btn_under-border span:after {
    position: absolute;
    content: "";
    background: #222; }
  .btn_under-border span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 0.1s 0.1s ease; }
  .btn_under-border span:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; }
  .btn_under-border span:hover:before {
    width: 100%; }

/*リスト形式
-------------------*/
ul.decimal {
  list-style-type: decimal;
  padding-left: 1.5em; }

ul.disc {
  list-style-type: disc;
  margin: 0;
  padding-left: 1.5em; }

/*表
----------------*/
dl dd > section:not(:last-child) {
  margin: 0 0 1em; }

dl.table_A {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b0b9b9;
  border-right: 1px solid #b0b9b9;
  border-left: 1px solid #b0b9b9;
  font-size: 1.6em; }
  dl.table_A dt {
    width: 20%;
    border-right: 1px solid #b0b9b9;
    border-bottom: 1px solid #b0b9b9;
    padding: 1em;
    background: #f1f1f1;
    text-align: center; }
  dl.table_A dd {
    width: 80%;
    padding: 1em 1em 0.5em 2em;
    border-bottom: 1px solid #b0b9b9; }

dl.table_B {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6em; }
  dl.table_B dt {
    width: 20%;
    border-right: 1px solid #b0b9b9;
    padding: 1em;
    text-align: right;
    font-weight: bold; }
  dl.table_B dd {
    width: 80%;
    padding: 1em 1em 0.5em 2em; }

dl.step {
  border-left: 4px solid #091d39; }
  dl.step dt {
    background: #fff;
    color: #091d39;
    font-size: 2rem;
    position: relative;
    padding: 0 3rem 1.5rem;
    font-weight: bold; }
    dl.step dt::before {
      position: absolute;
      left: -10px;
      top: 0;
      content: "";
      width: 16px;
      height: 16px;
      border: 2px solid #091d39;
      border-radius: 50%;
      background: #091d39; }
  dl.step dd {
    padding: 3rem;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-left: 3rem;
    margin-bottom: 3rem; }
    dl.step dd p {
      margin: 0; }

/*画像
---------------------*/
img {
  width: 100%; }

figure.cover img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

/*画像の周囲ぼかし*/
.img_bokashi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .img_bokashi::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 7px 8px #fff; }

/*配置
-----------------------*/
p.alignR,
a.alignR,
.alignR {
  text-align: right;
  margin: auto; }

p.alignL,
a.alignL,
.alignL {
  text-align: left;
  margin: auto; }

p.alignC,
a.alignC,
.alignC {
  text-align: center;
  margin: auto; }

/*装飾
----------------*/
address {
  font-style: normal; }

.triangle {
  position: relative; }
  .triangle::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #091d39 transparent;
    position: absolute;
    right: 0;
    bottom: 0; }

.box_contents {
  background-color: #f1f1f1;
  padding: 3%; }

h2.titleA {
  font-size: 4.4rem;
  letter-spacing: 10px;
  font-weight: normal; }
  h2.titleA span.sm {
    display: block;
    font-size: 40%;
    letter-spacing: 5px; }

h2.titleB {
  font-size: 2.4rem;
  letter-spacing: 10px;
  font-weight: bold;
  margin: 0 0 2em; }
  h2.titleB span.sm {
    display: block;
    font-size: 50%;
    letter-spacing: 5px;
    margin: 1em 0 0; }

.catchcopy {
  letter-spacing: 2px; }

.border_b_title {
  position: relative;
  margin: 0 0 2em; }
  .border_b_title.border_b_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2em;
    display: inline-block;
    width: 55px;
    height: 2px;
    background: #000; }

.border_l_title {
  text-align: left;
  border-left: 3px solid;
  padding: 0 0 0 0.5em;
  line-height: 1.5; }

.signature,
.sign {
  text-align: right;
  font-weight: bold;
  margin-top: 5rem; }

.alignR.bold {
  text-align: right;
  font-weight: bold; }

/*余白
----------------*/
.marginT05 {
  margin-top: 0.5rem; }
.marginT1 {
  margin-top: 1rem; }
.marginT2 {
  margin-top: 2rem; }
.marginT3 {
  margin-top: 3rem; }
.marginT4 {
  margin-top: 4rem; }
.marginT5 {
  margin-top: 4rem; }
.marginB05 {
  margin-bottom: 0.5rem; }
.marginB1 {
  margin-bottom: 1rem; }
.marginB2 {
  margin-bottom: 2rem; }
.marginB3 {
  margin-bottom: 3rem; }
.marginB4 {
  margin-bottom: 4rem; }
.marginB5 {
  margin-bottom: 4rem; }

.paddingT05 {
  padding-top: 0.5rem; }
.paddingT1 {
  padding-top: 1rem; }
.paddingT2 {
  padding-top: 2rem; }
.paddingT3 {
  padding-top: 3rem; }
.paddingT4 {
  padding-top: 4rem; }
.paddingT5 {
  padding-top: 4rem; }
.paddingB05 {
  padding-bottom: 0.5rem; }
.paddingB1 {
  padding-bottom: 1rem; }
.paddingB2 {
  padding-bottom: 2rem; }
.paddingB3 {
  padding-bottom: 3rem; }
.paddingB4 {
  padding-bottom: 4rem; }
.paddingB5 {
  padding-bottom: 4rem; }

/*iframe設定
----------------*/
iframe {
  border: none;
  width: 100%;
  height: auto; }

iframe.GoogleMap {
  height: 25rem; }

/*flex_box設定
---------------*/
.flex_box {
  display: flex;
  gap: 3%;
  align-items: center; }
  .flex_box .flex_item {
    width: 100%; }

.flex_wrap.column_2 .flex_box {
  margin: 0 0 3rem; }
  .flex_wrap.column_2 .flex_box:last-child {
    margin-bottom: 0; }
  .flex_wrap.column_2 .flex_box.align_C {
    align-items: center; }
  .flex_wrap.column_2 .flex_box .flex_item {
    width: 100%; }
  .flex_wrap.column_2 .flex_box.img4-text6 figure.flex_item {
    width: 40%; }
  .flex_wrap.column_2 .flex_box.img4-text6 .flex_item.__text {
    width: 60%; }
.flex_wrap.column_2_even .flex_box {
  margin: 0 0 3rem; }
  .flex_wrap.column_2_even .flex_box:last-child {
    margin-bottom: 0; }
  .flex_wrap.column_2_even .flex_box:nth-child(even) {
    flex-direction: row-reverse; }
  .flex_wrap.column_2_even .flex_box.align_C {
    align-items: center; }
  .flex_wrap.column_2_even .flex_box .flex_item {
    width: 50%; }
  .flex_wrap.column_2_even .flex_box.img4-text6 figure.flex_item {
    width: 40%; }
  .flex_wrap.column_2_even .flex_box.img4-text6 .flex_item.__text {
    width: 60%; }
.flex_wrap.column_2_odd .flex_box {
  margin: 0 0 3rem; }
  .flex_wrap.column_2_odd .flex_box:last-child {
    margin-bottom: 0; }
  .flex_wrap.column_2_odd .flex_box:nth-child(odd) {
    flex-direction: row-reverse; }
  .flex_wrap.column_2_odd .flex_box.align_C {
    align-items: center; }
  .flex_wrap.column_2_odd .flex_box .flex_item {
    width: 50%; }
  .flex_wrap.column_2_odd .flex_box.img4-text6 figure.flex_item {
    width: 40%; }
  .flex_wrap.column_2_odd .flex_box.img4-text6 .flex_item.__text {
    width: 60%; }
.flex_wrap.column_3 {
  display: flex;
  gap: 3em; }
  .flex_wrap.column_3 .flex_box {
    flex-direction: column;
    gap: 1em;
    width: 100%; }

/*==============================================
  よくつかう設定2
===============================================*/
/*Javascript+CSSでKVフェード（kv_slider_fade.js）
----------------------------*/
#kv.kv_slider_fade {
  position: relative;
  overflow: hidden;
  height: 100vh;
  object-fit: cover;
  width: 100%; }
  #kv.kv_slider_fade .slide_item {
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s linear, transform 7.5s linear;
    position: relative;
    z-index: 1;
    object-fit: cover; }
    #kv.kv_slider_fade .slide_item:not(:first-child) {
      position: absolute;
      top: 0;
      left: 0; }
    #kv.kv_slider_fade .slide_item.show_ {
      opacity: 1; }
    #kv.kv_slider_fade .slide_item.zoom_ {
      transform: scale(1.1); }
    #kv.kv_slider_fade .slide_item img {
      display: block; }
    #kv.kv_slider_fade .slide_item:nth-of-type(1) {
      background-image: url(); }
    #kv.kv_slider_fade .slide_item:nth-of-type(2) {
      background-image: url(); }
    #kv.kv_slider_fade .slide_item:nth-of-type(3) {
      background-image: url(); }

/*CSSのみのフェードスライドショー
-----------------------------*/
/*//スライダー全体
.kv_slider_fade {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: $black;
	//スライド画像
  .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
		//表示する画像を定義★
    &:nth-of-type(1) {
      background-image: url(../../assets/img/B053485701.jpg);
    }
    &:nth-of-type(2) {
      animation-delay: 5s;
      background-image: url(../../assets/img/B053485657.webp);
    }
    &:nth-of-type(3) {
      animation-delay: 10s;
      background-image: url(../../assets/img/B047661109.jpg);
    }
		//アニメーション設定
    animation-name: kv_anime;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-duration: 15s;//★で設定したanimation-delayを合計
  }
}
//アニメーション定義
@keyframes kv_anime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
*/
/*NEWSステッカー
------------------*/
#news_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  #news_list a.news_list_more_btn {
    position: absolute;
    right: 1em;
    bottom: 2.5em;
    padding: 1.5em;
    background: #222;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px; }

.slider_news {
  margin: 0; }
  .slider_news a {
    display: #222;
    background: #ffffffa8;
    padding: 20px;
    margin: 0;
    text-decoration: none; }
  .slider_news .entry-header {
    display: flex;
    align-items: center;
    margin-bottom: .5em; }
    .slider_news .entry-header span, .slider_news .entry-header label {
      display: inline-block; }
    .slider_news .entry-header span {
      font-size: 1.2rem;
      color: #b0b9b9;
      margin-right: 10px; }
    .slider_news .entry-header label {
      font-size: 1rem;
      color: #fff;
      background-color: #222;
      padding: .2em 1em; }
  .slider_news p.news_title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #222; }

@media screen and (max-width: 768px) {
  .slider_news {
    padding: 20px;
    background: #fff; }
    .slider_news li {
      border-bottom: 1px dashed #b0b9b9; }
      .slider_news li:last-child {
        border-bottom: none; }
    .slider_news span {
      display: block;
      padding-bottom: 10px; } }
/*ループ形式の横スライド
------------------*/
.loop_slide_wrap {
  display: flex;
  align-items: center;
  overflow: hidden; }
  .loop_slide_wrap ul.loop_slide {
    display: flex;
    animation: loop-slide 40s infinite linear 1s both;
    margin-bottom: 0; }
    .loop_slide_wrap ul.loop_slide li {
      list-style: none;
      display: inline-block;
      width: 100%;
      min-width: 35em;
      text-align: center; }
      .loop_slide_wrap ul.loop_slide li img {
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%; }

@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*countテスト用
------------------*/
.num,
.count_test {
  margin: 0;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 5;
  display: none; }

/*アニメーション
---------------------------*/
/*オープニングシャッター*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible; }
  .loading.is-active {
    opacity: 0;
    visibility: hidden; }

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  gap: 2em; }
  .loading-animation img {
    max-width: 11em;
    width: 100%;
    height: auto; }
  .loading-animation p {
    letter-spacing: 5px;
    font-weight: bold; }
  .loading-animation.is-active {
    opacity: 1;
    visibility: visible; }

/*背景パララックス
---------------------------*/
.back_parallax {
  /*&::before {
  	background-image: url("../img/kv_001.webp");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	content: "";
  	height: 100vh;
  	left: 0;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: -1;
  }*/ }
  .back_parallax.contents_wrap {
    background-color: transparent !important; }
  .back_parallax .contents_inner {
    padding: 5%;
    background-color: #fff; }

/*背景・テキストカラー
---------------------------*/
.back_white {
  background-color: #fff !important; }
.back_gray {
  background-color: #f1f1f1 !important; }
.back_gray_2 {
  background-color: #b0b9b9 !important; }
.back_black {
  background-color: #222 !important; }
.back_red {
  background-color: #d91f22 !important; }
.back_main_C {
  background-color: #091d39 !important; }
.back_sub_C {
  background-color: #d91f22 !important; }

.text_white {
  color: #fff; }
.text_gray {
  color: #f1f1f1; }
.text_gray_2 {
  color: #b0b9b9; }
.text_black {
  color: #222; }
.text_red {
  color: #d91f22; }
.text_main_C {
  color: #091d39; }
.text_sub_C {
  color: #d91f22; }

/*==============================================
  contents
===============================================*/
/*main
-------------*/
main .contents_wrap {
  padding: 10em 0; }
main .contents_inner {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
  padding: 0 3%; }

/*==============================================
  ブレイクポイント
================================================*/
/*forSP
--------------------------------------*/
@media (max-width: 768px) {
  .for_PC {
    display: none; }

  /*文字など
  -------------------*/
  h2 {
    font-size: 2.8rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 2rem; }

  h5 {
    font-size: 1.8rem; }

  h6 {
    font-size: 1.6rem; }

  p {
    font-size: 1.4rem; }

  li {
    font-size: 1.4rem; }

  .catchcopy_title {
    text-align: left; }

  .box_contents.back_gray {
    padding: 5% 3%; }
    .box_contents.back_gray ul {
      padding-left: 2.5em; }
    .box_contents.back_gray p:last-child {
      margin: 0; }

  h2.titleB {
    font-size: 2.4rem; }

  p.titleB {
    font-size: 2.4rem; }

  /*表
  -----------------*/
  dl.table_B dt, dl.table_B dd {
    width: 100%; }
  dl.table_B dt {
    text-align: left;
    border-right: none;
    background: #ddd;
    padding: 0.5em;
    margin: 0;
    line-height: 1.5; }
  dl.table_B dd {
    padding: 1em .5em; }

  /*flex_box設定
  ---------------*/
  .flex_box {
    flex-direction: column;
    gap: 3em; }
    .flex_box .flex_item {
      width: 100%; }

  .flex_wrap.column_2 .flex_box {
    margin: 0 0 3rem;
    flex-direction: column;
    gap: 3em; }
    .flex_wrap.column_2 .flex_box .flex_item {
      width: 100%; }
    .flex_wrap.column_2 .flex_box.img4-text6 figure.flex_item {
      width: 100%; }
    .flex_wrap.column_2 .flex_box.img4-text6 .flex_item.__text {
      width: 100%; }
  .flex_wrap.column_2_even .flex_box {
    margin: 0 0 3rem;
    flex-direction: column;
    gap: 3em; }
    .flex_wrap.column_2_even .flex_box:nth-child(even) {
      flex-direction: column; }
    .flex_wrap.column_2_even .flex_box .flex_item {
      width: 100%; }
    .flex_wrap.column_2_even .flex_box.img4-text6 figure.flex_item {
      width: 100%; }
    .flex_wrap.column_2_even .flex_box.img4-text6 .flex_item.__text {
      width: 100%; }
  .flex_wrap.column_2_odd .flex_box {
    margin: 0 0 3rem;
    flex-direction: column;
    gap: 3em; }
    .flex_wrap.column_2_odd .flex_box:nth-child(odd) {
      flex-direction: column; }
    .flex_wrap.column_2_odd .flex_box .flex_item {
      width: 100%; }
    .flex_wrap.column_2_odd .flex_box.img4-text6 figure.flex_item {
      width: 100%; }
    .flex_wrap.column_2_odd .flex_box.img4-text6 .flex_item.__text {
      width: 100%; }
  .flex_wrap.column_3 {
    gap: 1.5em;
    flex-direction: column; }
    .flex_wrap.column_3 .flex_box {
      flex-direction: column;
      gap: 1em; }

  /*ループ形式の横スライド
  ------------------*/
  .loop_slide_wrap ul.loop_slide {
    animation: loop-slide 22s infinite linear 1s both; }
    .loop_slide_wrap ul.loop_slide li {
      min-width: 20em; }

  /*footer
  ---------------*/
  #page_top a {
    font-size: 1.2rem; }

  /*contents
  ---------------*/
  main .contents_wrap {
    padding: 5em 0; }
    main .contents_wrap.back_parallax .contents_inner {
      padding: 5em 3%;
      box-sizing: border-box;
      max-width: 94%;
      margin: auto; }
  main section.contents_wrap:last-child {
    padding-bottom: 10em; }

  .forPC {
    display: none !important; } }
/*forSP end*/
/*forPC
--------------------------------------*/
@media (min-width: 769px) {
  .forSP {
    display: none !important; } }
/*forPC end*/
