@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-02style  ================================================================================= */

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-top: 0!important;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

a {
        color: #000;
}
a:hover {
    color: #000;
}

article.post {
    color: #000;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

/* ====================================================

       　               色（ポジ)　

==================================================== */

/* ============= 背景色 ============= */
.bg-base {
  background-color: #fff;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色　*/
#area-header #menu-global .menu-item .nav-link {
    color: #2b85bd;
}
#area-header #menu-global .menu-item a.nav-link {
    color: #2b85bd!important;
}

/*　文章の色　*/
p {
  color: #555555;  
}

/* ============ 見出しの色 ============ */
h1,h2,h3,h4,h5 {
  color: #000;
}

/* ============ ボタンの色 ============ */
/*　ボタンの中の文字の色　*/
.link-btn1 span {
    color: #fff!important;
}

/*　ボタンの中の文字の色(ホバー時の色)　*/
.link-btn1:hover span{
    color: #2b85bd!important;
}

/*　ボタンの中の背景の色　*/
.link-btn1 {
  background-color: #2b85bd!important;
  border-radius: 10px;
}

/*　ボタンの中の背景の色(ホバー時の色)　*/
.link-btn1:before {
  background-color: #fff!important;
    border: 2px solid #2b85bd!important;
    border-radius: 10px;
}


/* ====================================================
 *        　              タイトル文字追加　
       
==================================================== */
h3.ttl-b {
  color:#2b85bd!important;
}


/* ====================================================

       　               色（ネガ)　
       
==================================================== */

/* ========== 背景色(ネガ) =========== */
.bg-nbase {
  background-color: #dbecf8;
}
.text-ao {
    color: #2b85bd;  
}
.bg-ao {
    background-color: #2b85bd;  
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色(ネガ)　*/
#area-header.nega #menu-global .menu-item .nav-link {
    color: #fff;
}
/*　文章の文字の色(ネガ)　*/
.nega p {
  color: #2b85bd;  
}

/* ========= 見出しの色(ネガ) ========== */
/*　見出しの色(白色の文字)　*/
.nega h1,.nega h2,.nega h3,.nega h4,.nega h5 {
  color: #2b85bd;
}

/* ========== ボタンの色(ネガ) ========== */
.link-btn1n span {
    color: #000!important;
}

/*　ボタンの中の文字の色(ホバー時の色)(ネガ)　*/
.link-btn1n:hover span{
    color: #fff!important;
}

/*　ボタンの中の背景の色(ネガ)　*/
.link-btn1n {
  background-color: #fff!important;
}
.link-btn1n:before {
  background-color: #000!important;
    border: 2px solid #fff!important;
}


/*　ヘッダーお問い合わせボタンの背景の色　*/
.h-01 #area-header #menu-global .btn-contact {
  background-color: #000!important;
}

/*　ヘッダーお問い合わせボタンの文字の色　*/
.h-01 #area-header #menu-global .btn-contact.menu-item a.nav-link {
  color: #fff!important;
}

a.tel-link {
  color: #000!important;
}

a.tel-link a {
  color: #000!important;
}

.nega a.tel-link {
  color: #fff!important;
}

.nega a.tel-link a {
  color: #fff!important;
}

/*  ページナビ  */
.pagination .page-link.active, .active>.page-link {
    background-color: #2b85bd;
    border-color: #2b85bd;
}
.pagination .page-link {
    border: 1px solid #2b85bd;
    color: #2b85bd;
}
.pagination .page-link.current {
  color: #fff;
}

/*　文字調整　*/
h2.h2 {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
  letter-spacing: clamp(0.15rem, 0.08rem + 0.35vw, 0.5rem);
  line-height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
   color: #2b85bd!important;
}

.midashieigo {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #ffbc00!important;
}


h4 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 2rem;
}

.indent-1 {
  padding-left:1em;
  text-indent:-1em;
}

h1,h2,h3,h4,h5,p {
  word-break: break-all;
}


/* 幅 */
/*60px-150px*/
.py-haba01 {
  padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
  padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pt-haba01 {
  padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pb-haba01 {
  padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

/*30px-75px*/
.py-haba02 {
  padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
  padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pt-haba02 {
  padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pb-haba02 {
  padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}

/*90px-180px*/
.py-haba03 {
  padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
  padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pt-haba03 {
  padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pb-haba03 {
  padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}

.mt-haba01 {
  margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.mt-30-90 {
  margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}

.py-haba02 {
    padding-top: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
    padding-bottom: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
}

.py-haba03 {
  padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
  padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pt-haba03 {
  padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pb-haba03 {
  padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}


/* ヘッダーロゴ設定 */
.h-02 .header-logo {
  width: 200px;
}
.h-02 #area-header .navbar-brand {
    margin-right: 20px;
    width: auto;
}

/* ヘッダーナビ　ホバー処理 */
.h-02 #area-header #menu-global .menu-item:hover {
    background-color: #fff;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover a.nav-link {
    color: #000;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover {
    background-color: #fff;
}
/*.h-02 #area-header #header-sub li:hover a {
  background-color: #fff;
  color: #000;
}*/

/* ヘッダーナビ設定 */
.h-02 #area-header #menu-global .menu-item .nav-link a {
  color: #000;
}
.h-02 #area-header #menu-global .menu-item {
    background-color: transparent;
}

.h-02 #area-header #menu-global .menu-item:last-child .nav-link:hover {
  background-color: #fff;
  color: #000;
}

.h-02 #area-header #menu-global {
  margin-top: 60px;
  padding: 6%;
}
@media (min-width: 768px) {
  .h-02 #area-header #menu-global {
    margin-top: 70px;
  }
}
@media (min-width:992px) {
  .h-02 #area-header #menu-global {
    padding: 0;
  }
}

.h-02 #area-header #menu-global .menu-item {
  margin-top: 10px;
}

.h-02 #area-header #menu-global .menu-item:last-child:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  /*.h-02 #area-header #menu-global .menu-item:last-child .nav-link {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 8px;
      padding-bottom: 8px;
  }*/
  .h-02 #area-header #menu-global .menu-item {
    margin-top: 0px;
  }
}

.h-02 #area-header.navbar {
  padding: 15px;
}

.h-02 #area-header #menu-global .dropdown-menu li:last-child {
  padding: 0;
}

/*.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link {
  color: #000;
  padding: 15px 10px!important;
}*/

.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link:hover {
  color: #fff;
  background-color: #2b85bd;
}

/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
  .h-02 #area-header .hamburger {
    position: absolute;
      right: 0;
      z-index: 100;
  }
}
@media (max-width: 992px) {
  .h-02 #area-header .hamburger {
      right: 5px;
  }
}
@media (max-width: 992px) {
  .h-02 #area-header .globalMenuSp {
      position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    height: 100vh;
  }

  .h-02 #area-header .globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .h-02 #area-header .globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  .h-02 #area-header .globalMenuSp ul li:first-child {
    padding-top: 0px;
  }
  .h-02 #area-header .globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  .h-02 #area-header .globalMenuSp ul li:hover{
    background :#ddd;
  }

  .h-02 #area-header .globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1.5em 0;
    text-decoration :none;
  }

  .h-02 #area-header .globalMenuSp.active {
    opacity: 100;
    display: block;
     transform: translateY(0%);
  }

  .h-02 #area-header .globalMenuSp .btn-english a {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 30px;
    background-color: #fff;
  }

  .h-02 #area-header #menu-global > li > a  {
    background-color: #dbecf8;
    padding: 15px;
    border-radius: 10px 10px 0 0;
  }
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-02 #area-header .openbtn{
  position: relative;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

.h-02 #area-header .openbtn .openbtn-area{
    transition: all .4s;
}

.h-02 #area-header .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #2b85bd;
    width: 45%;
}

.h-02 #area-header .openbtn span:nth-of-type(1) {
  top:15px; 
}

.h-02 #area-header .openbtn span:nth-of-type(2) {
  top:23px;
}

.h-02 #area-header .openbtn span:nth-of-type(3) {
  top:31px;
}

.h-02 #area-header .openbtn.active .openbtn-area{
  transform: rotateY(-360deg);
}

.h-02 #area-header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.h-02 #area-header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.h-02 #area-header .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}

.h-02 #area-header {
  padding: 16px;
}
.h-02 #area-header #header-sub {
   display: flex;
   justify-content: right;
   align-items: center;
   margin: 0px;
}
@media (min-width: 992px) {
  .h-02 #area-header #navbarNav {
    margin: 8px 0px 12px 12px;
  }

  .h-02 #area-header.navbar {
    padding: 0 15px 0 15px;
  }
}
.h-02 #area-header #header-sub li {
  list-style: none;
  margin-right: 10px;
}
.h-02 #area-header #header-sub li:last-child {
  margin-right: 0px;
}
.h-02 #area-header #header-sub li a  {
  background-color: #2b85bd;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 14px;
}

.h-02 #area-header #menu-global .menu-item.btn-contact {
  display: inline-block;
  background-color: #000;
}
.h-02 #area-header #menu-global .menu-item.btn-contact a {
  color: #fff;
}
@media (max-width: 992px) {
  .h-02 #area-header #menu-global .menu-item.btn-contact {
    background-color: #000;
  }
  .h-02 #area-header #menu-global .menu-item.btn-contact a {
    padding-top: 15px;
      padding-bottom: 15px;
  }

  .h-02 #area-header .header_btn01 a,.h-02 #area-header .header_btn02 a {
    display: inline-block;
      float: left;
      width: 32%;
      background-color: #000;
      color: #fff!important;
      border-radius: 15px;
      margin-right: 2%;
      padding-top: 10px!important;
      padding-bottom: 10px!important;
  }
  .h-02 #area-header .header_btn03 a {
    display: inline-block;
      float: left;
      width: 32%;
      background-color: #000;
      color: #fff!important;
      border-radius: 15px;
      padding-top: 10px!important;
      padding-bottom: 10px!important;
  }
}

.h-02 #area-header #navbarNav ul li.dropdown::before {
    content: '';
    position: absolute;
    right: -1%;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2b85bd;
    border-right: 2px solid #2b85bd;
    transform: rotate(135deg);
}
@media (min-width: 1200px) {
  .h-02 #area-header #navbarNav ul li.dropdown::before {
      right: 5%;
  }
}

.h-02 #area-header #navbarNav li.dropdown ul{
  position: absolute;
  left:0;
  top:62px;
  z-index: 4;
  background:#28BFE7;
  width:180px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.h-02 #area-header #navbarNav ul ul li.dropdown::before{
  content:'';
  position: absolute;
  left:6px;
  top:17px;
  width:6px;
  height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

.h-02 #area-header #navbarNav li.dropdown ul{
    left: 0;
    top: 36px;
    z-index: 4;
    background: #fff;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
}

.h-02 #area-header #navbarNav li.dropdown ul li {
  width: 100%;
}

.h-02 #area-header #navbarNav li.dropdown:hover > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:hover > ul,
.h-02 #area-header #navbarNav li.dropdown:active > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.h-02 #area-header #navbarNav li.dropdown ul li a{
  color: #fff;
  border-bottom: solid 2px #eeeeee;
}

.h-02 #area-header #navbarNav li.dropdown ul li:last-child a{
  border-bottom:none;
}

.h-02 #area-header #navbarNav li.dropdown ul li a:hover,
.h-02 #area-header #navbarNav li.dropdown ul li a:active{
  background: #2b85bd;
}

@media screen and (max-width:992px) {
  .h-02 #area-header #navbarNav{
    padding: 0;
  }
  
  .h-02 #area-header #navbarNav ul{
    display: block;
  }
  
  .h-02 #area-header #navbarNav li.dropdown ul,
  .h-02 #area-header #navbarNav li.dropdown ul ul{
      position: relative;
    left:0;
    top:0;
    width:95%;
    visibility:visible;
    opacity:1;
    display: none;
    transition:none;
  }

  .h-02 #area-header #navbarNav ul li.dropdown::before{
    right:20px;
    top: 22px !important;
  }

  .h-02 #area-header #navbarNav ul ul li.dropdown::before{
      transform: rotate(135deg);
    left:20px;
  }
      
  .h-02 #area-header #navbarNav ul li.dropdown.active::before{
      transform: rotate(-45deg);
  }
}

@media (min-width: 992px) {
  .h-02 #area-header #menu-global li:hover .dropdown-menu li a {
      background-image: none!important;
  }
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
  padding: 15px;
}

.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
  color: #000;
  display: block;
  padding: 15px 10px;
  width:  100%;
}

.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
  color: #fff!important;
}

@media (max-width: 992px) {
  .h-02 #area-header #navbarNav ul li.dropdown::before {
      right: 20px;
      top: 30px!important;
  }

  .h-02 #area-header #menu-global .menu-item:hover {
      background-color: transparent;
  }

  .h-02 #area-header #menu-global li:hover .dropdown-menu {
      padding: 10px;
  }

  .h-02 #area-header #menu-global li .dropdown-menu > li {
    margin-top: 0;
  }
}

/*スマホナビ調整*/
@media (max-width: 992px) {
  .h-02 #area-header #menu-global li .dropdown-menu {
    display: block!important;
  }

  .h-02 #area-header #navbarNav li.dropdown ul {
    background: transparent;
    border: 0;
  }

  .h-02 #area-header #menu-global li .dropdown-menu li a {
    text-align: left;
    padding: 0.7rem 0!important;
    font-size: 12px;
  }

  .h-02 #area-header .globalMenuSp ul li a {
      padding: 1.2em 0;
      text-align: left;
  }

  .h-02 #area-header #navbarNav ul li.dropdown::before {
      display: none;
  }

  .h-02 #area-header #menu-global .btn-contact {
      display: block;
      width: 100%;
      margin: 20px auto 20px 0;
      padding-left: 10px;
      padding-right: 10px;
  }

  .h-02 #area-header #menu-global {
      margin-top: 60px;
  }

  .h-02 #area-header #menu-global {
    padding: 20px;
  }

  .h-02 #area-header #navbarNav li.dropdown ul li a{
    color: #000;
    border-bottom: 0;
  }

  /*.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link {
    padding: 0px!important;
  }*/

  .h-02 #area-header #navbarNav li.dropdown ul li a:hover, .h-02 #area-header #navbarNav li.dropdown ul li a:active {
      background: transparent;
  }

  .h-02 #area-header #menu-global li .dropdown-menu li a:hover {
      color: #000!important;
  }

  .h-02 #area-header #menu-global li:hover .dropdown-menu {
      padding: 0px;
  }

  .h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link:hover {
    background-color: transparent;
  }
}

/* =================================================================================　H-02style  */

.breadcrumb {
        color: #555555;
}
.breadcrumb a{
        color: #555555;
}




/*　F-04style  ================================================================================= */

.f-04 .footer-logo {
  max-width: 300px;
}

.f-04 .footer-nav ul li a {
  color: #000;
}

.f-04 .jusitify-content-space-between {
  justify-content: space-between;
}

.f-04 #footerNav ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .f-04 #footerNav ul {
    display: flex;
      list-style: none;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #area-footer.f-04 .nav-link {
      padding-left: 2em;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 2em;
  }

  .f-04 .bb-1-ccc {
    border-bottom: 1px solid #ccc;
  }
}

.f-04 .oswald {
  font-family: 'Oswald', sans-serif;
}

.f-04 .tel p {
  font-size: 26px;
  letter-spacing: 0.1rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .f-04 .tel p {
    font-size: 30px;
  }

  .eigyoujikan {
    letter-spacing: 0.15rem;
  }
}



.enter{;
   transition: ease .2s;
   width: 235px;
}
@media (min-width: 992px) {
  .f-04 .link-btn1 {
    width: 250px;
  }
}

.f-04 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.f-04 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.f-04 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　F-04style  */


/*　M-01style  ================================================================================= */

.m-01 {
  position: relative;
}

.m-01 .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.m-01 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-01 .overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.m-01 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-01 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .m-01 h1 {
    font-size: 70px;
  }
}

/* =================================================================================　M-01style  */


/*　S-02style  ================================================================================= */

.slider {
  max-width: 500px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}

.slick02 {
  padding: 0% 5% 2%;
  background-color:#4080b4;
}

.slick-list {
  position: relative;
}

.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.s-02 .slide-dots {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}

.slide-dots button {
  background: none;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
}

.slide-dots li.slick-active button {
  background-color: #000;
}

.slick-list .slick-slide {
  padding-right: 2px;
}

.slick02 img {
  width: 100%;
}

.slick02 div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    border-radius: 80px;
  /*border-radius: 50% 50% 50% 70% / 50% 50% 70% 60%;*/
  　 

}

.slick02 div.img01 {
  background-image: url(img/s-02-1s.jpg);
}
.slick02 div.img02 {
  background-image: url(img/s-02-2s.jpg);
}
.slick02 div.img03 {
  background-image: url(img/s-02-3s.jpg);
}

@media (min-width: 768px) {
  .slick02 div.img01 {
    background-image: url(img/s-02-1.jpg);
  }
  .slick02 div.img02 {
    background-image: url(img/s-02-2.jpg);
  }
  .slick02 div.img03 {
    background-image: url(img/s-02-3.jpg);
  }
}

.slick02 .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.s-02 {
  position: relative;
}

.s-02 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.s-02 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .slick02 {
    padding: 0% 5% 2%;
  }
  .s-02 h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .slick02 div {
      height: calc(95vh - var(--header-height, 80px));
  }
}
@media (min-width: 1400px) {
  .slick02 {
    padding: 0% 10% 2%;
  }
}

.slide-arrow.slick-next.slick-arrow {
  z-index: 11;
}
/* =================================================================================　S-02style  */

/*　S-01style  ================================================================================= */
.s-01 {
    position: absolute;
    width: 61.5%;
    right: 3%;
    top: 10%;
}
@media (min-width: 1400px) {
  .s-01 {
      width: 50%;
      right: 12%;
      top: 12%;
  }
}
.s-01 .slider {
  max-width: 500px;
  width: 80%;
}
.s-01 .slick-img img {
  height: auto;
  width: 100%;
}

.s-01 .slick-list {
  position: relative;
  border-radius: 4vw;
}

.s-01 .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.s-01 .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.s-01 .slide-dots {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
.s-01 .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.s-01 .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.s-01 .slide-dots li button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}

.s-01 .slide-dots button {
  background: none;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  border-radius: 10%;
  background-color: #ababab;
}

.s-01 .slide-dots li.slick-active button {
  background-color: #000;
}

.s-01 .slick-list .slick-slide {
  padding-right: 2px;
}

.smileskill {
  position: absolute;
  z-index: 1;
  width: 58.5%;
  right: 2%;
  top: 3.6%;
}
.smileskillteeth {
  position: absolute;
  z-index: 2;
  width: 10.5%;
  right: 29.0%;
  bottom: 7.3%;
}
@media (min-width: 1400px) {
  .smileskillteeth {
      right: 30.5%;
      bottom: 1.0%;
  }
}

.aozora-mark {
  position: absolute;
    z-index: 2;
    width: 12%;
    right: 28.5%;
    bottom: 26%;
}
@media (min-width: 1400px) {
  .aozora-mark {
    position: absolute;
    z-index: 2;
    width: 10%;
    right: 31.0%;
    bottom: 28%;
  }
}
.maincopy {
  position: absolute;
  z-index: 3;
  width: 16.4%;
  left: 8.2%;
  top: 14%;
}
@media (min-width: 1400px) {
  .maincopy {
    left: 12.0%;
  }
}
.aozorashimagaikan {
  position: absolute;
  z-index: 4;
  width: 25%;
  left: 4.5%;
  bottom: 11.8%;
}
@media (min-width: 1400px) {
  .aozorashimagaikan {
    bottom: 2%;
    width: 20%;
    left: 10.0%;
  }
}
.sun {
  position: absolute;
  z-index: 5;
  width: 5.4%;
  left: 2.2%;
  top: 3.8%;  
}
.cloud01 {
  position: absolute;
  z-index: 6;
  width: 4.8%;
  left: 3.3%;
  bottom: 37.0%;
}
.cloud02 {
  position: absolute;
  z-index: 6;
  width: 5.8%;
  left: 7.5%;
  bottom: 47.0%;
}
.cloud03 {
  position: absolute;
  z-index: 6;
  width: 6.4%;
  left: 21.1%;
  bottom: 42%;
}
@media (min-width: 1400px) {
  .cloud01 {
    bottom: 30.0%;
    width: 3.0%;
    left: 8.5%;
  }
  .cloud02 {
    bottom: 40.0%;
    width: 3.8%;
    left: 12.5%;
  }
  .cloud03 {
    bottom: 35%;
    width: 4.0%;
    left: 26%;
  }
}

.smileskilld {
    position: absolute;
    z-index: 2;
    width: 44.5%;
    right: 13%;
    bottom: 8.6%;
}
@media (min-width: 1400px) {
  .smileskilld {
    right: 15%;
    bottom: 1.0%;
  } 
}

.niji {
    position: absolute;
    z-index: 2;
    width: 12.5%;
    right: 3%;
    top: 5.6%;
}
@media (min-width: 1400px) {
    .niji {
      right: 11%;
    }
}

@media (max-width: 992px) {
  .maincopy {
      position: absolute;
      z-index: 3;
      width: 55%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
      -o-transform: translate(-50%,0%);
      transform: translate(-50%, 0%);
  }
  .s-01 {
      position: absolute;
      width: 95.0%;
      left: 50%;
      top: 4%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
      -o-transform: translate(-50%,0%);
      transform: translate(-50%, 0%);
  }
  .sun {
      position: absolute;
      z-index: 5;
      width: 13%;
      left: 0%;
      top: 1.8%;
  }
  .smileskill {
      position: absolute;
      z-index: 1;
      width: 87.5%;
      right: -4%;
      top: 3.6%;
  }

  .smileskillteeth {
      position: absolute;
      z-index: 2;
      width: 19.5%;
      right: 39.2%;
      top: 33.3%;
  }
  .aozora-mark {
      position: absolute;
      z-index: 2;
      width: 20%;
      right: 38.5%;
      top: 21%;
  }
  .aozorashimagaikan {
      position: absolute;
      z-index: 4;
      width: 47%;
      left: 3.5%;
      bottom: 5.8%;
  }
  .cloud01 {
      position: absolute;
      z-index: 6;
      width: 11.8%;
      left: 84.3%;
      bottom: 36%;
  }
  .cloud02 {
      position: absolute;
      z-index: 6;
      width: 16.8%;
      left: -4.5%;
      bottom: 41%;
  }
  .cloud03 {
      position: absolute;
      z-index: 6;
      width: 18%;
      left: 84%;
      bottom: 50%;
  }
}

.shake {
    animation: shake 2s ease-in-out infinite;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(10px); }
}

.shake2 {
    animation: shake2 3s ease-in-out infinite;
}
@keyframes shake2 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(15px); }
    75% { transform: translateX(-5px); }
}

.pulse {
    animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

 .bounce {
    animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-30px) scale(1); }
    60% { transform: translateY(-10px) scale(1.4); }
}

.bounce {
    animation: bounce 1s ease-in-out infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
}

.morphing {
    animation: morphing 4s ease-in-out infinite;
    border-radius: 50%;
}

@keyframes morphing {
    0%, 100% { 
        border-radius: 50%; 
        transform: rotate(0deg) scale(1);
    }
    25% { 
        border-radius: 0%; 
        transform: rotate(90deg) scale(1.1);
    }
    50% { 
        border-radius: 20px; 
        transform: rotate(180deg) scale(0.9);
    }
    75% { 
        border-radius: 50% 0; 
        transform: rotate(270deg) scale(1.2);
    }
}


/* =================================================================================　S-01style  */

/*　FBC-03style  ================================================================================= */

.FBC-03 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .FBC-03 .link-btn1 {
    width: 50%;
  }
}

.FBC-03 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.FBC-03 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.FBC-03 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.FBC-03 .fbc-03-img01 {
  min-height: 350px;
  background-image: url(img/fbc03_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-03 .fbc-03-img01 {
      min-height: 100%;
  }
}

.FBC-03 .fbc-03-img02 {
  min-height: 350px;
  background-image: url(img/fbc03_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-03 .fbc-03-img02 {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-03style  */


/*　FBC-03nstyle  ================================================================================= */

.fbc-03n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .fbc-03n .link-btn1n {
    width: 50%;
  }
}

.fbc-03n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-03n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-03n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-03n .fbc-03n-img01n {
  min-height: 350px;
  background-image: url(img/fbc03_1n.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .fbc-03n .fbc-03n-img01n {
      min-height: 100%;
  }
}

.fbc-03n .fbc-03n-img02n {
  min-height: 350px;
  background-image: url(img/fbc03_2n.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .fbc-03n .fbc-03n-img02n {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-03nstyle  */


/*　P-04nstyle  ================================================================================= */
.l-page-title.p-04n h1 {
    font-size: clamp(1.5rem, 1.229rem + 1.36vw, 2.5rem);
    letter-spacing: clamp(0.1rem, 0.046rem + 0.27vw, 0.3rem);
    line-height: clamp(1.5rem, 1.229rem + 1.36vw, 2.5rem);
}

.l-page-title.p-04n .bgpage_eigo {
    font-size: clamp(0.875rem, 0.706rem + 0.85vw, 1.5rem);
    margin-top: 10px;
    letter-spacing: 0.1rem;
}

/* =================================================================================　P-04nstyle  */


/*　C-01style  ================================================================================= */

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"], .mw_wp_form .table .mwform-zip-field input[type="text"] {
    width: calc((100% - 42px) / 3);
    padding: 1rem .5rem;
}

#contact .c-01 .tbl-2column tbody tr th {
    background-color: transparent;
    font-weight: 600;
}

#contact .c-01 .table-bordered th, .table-bordered td {
    border: 0;
}
#contact .c-01 .table-bordered {
    border: 0;
}

#contact .mw_wp_form .c-01 .table .form-control {
    padding: 1.5rem;
    background-color: #eee;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
  #contact .mw_wp_form .c-01 .table .form-control {
     margin-bottom: 0;
  }
  
  #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
  }

  #contact .c-01 .tbl-2column tbody tr, .tbl-2column tbody tr {
        border: 0;
    }
}

#contact .c-01 .form-control {
  border: 0;
}

@media (max-width: 768px) {
    #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
        width: 100%;
        display: block;
    }
}

#contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
}

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"],
.mw_wp_form .c-01 .table .mwform-zip-field input[type="text"] {
  width: calc((100% - 44px) / 3);
}

#contact .c-01 .bg-main {
    background-color: #000;
    border-radius: 0;
}

#contact .c-01 .badge-danger {
    background-color: #dc3545;
    color: #fff;
}

#contact .c-01 .table-bordered>:not(caption)>* {
    border-width: 0;
}

/* =================================================================================　C-01style  */


/*　N-02nstyle  ================================================================================= */

.n-02n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .n-02n .link-btn1n {
    width: 50%;
  }
}

.n-02n .link-btn1n span {
  position: relative;
  z-index: 3;
  color:#000;
}

.n-02n .link-btn1n:hover span{
  color: #fff;
}

.n-02n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.n-02n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.n-02n .mark-new {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#news.n-02n .newstitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news.n-02n .newshiduke {
  color: #000;
}

#news.n-02n .newsarrow {
  width: 20px;
  margin-left: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

#news.n-02n .newskoumoku {
  background-color: #fff;
}

/* =================================================================================　N-02nstyle  */


/*　T-02nstyle  ================================================================================= */

.t-02 th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    font-weight: normal;
}

.t-02 tr td {
　border: solid 1px #ccc;
  padding: 20px;
  font-weight: normal;
}
.t-02 th {
　text-align: center;
  width: 20%;
}

.t-02 tr {
  border-bottom: 1px solid #ccc;
}

.t-02 tr:last-child {
  border-bottom: 0;
}

.t-02 {
    width: 100%;
    border-left: 1px solid #ccc;
  }
 
@media screen and (max-width: 992px) {
  .last td:last-child {
    width: 100%;
  }
  .t-02 th,
  .t-02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-weight: normal;
  }
  .t-02 tr {
    border-bottom: solid 1px #ccc;
  }
  .t-02 tr:first-child {
    border-top: solid 1px #ccc;
  }
  .t-02 th {
    padding: 20px 20px 5px 20px;
    text-align: left;
  }
  .t-02 td {
    padding: 5px 20px 20px 20px;
  }
  .t-02 {
    border-left: 0;
  }
  .t-02 tr:last-child {
  border-bottom: solid 1px #ccc;
  }
}

/* =================================================================================　T-02nstyle  */


/*　T-02nstyle  ================================================================================= */

.t-02 th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    font-weight: normal;
}

.t-02 tr td {
　border: solid 1px #ccc;
  padding: 20px;
  font-weight: normal;
}
.t-02 th {
　text-align: center;
  width: 20%;
}

.t-02 tr {
  border-bottom: 1px solid #ccc;
}

.t-02 tr:last-child {
  border-bottom: 0;
}

.t-02 {
    width: 100%;
    border-left: 1px solid #ccc;
  }
 
@media screen and (max-width: 992px) {
  .last td:last-child {
    width: 100%;
  }
  .t-02 th,
  .t-02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-weight: normal;
  }
  .t-02 tr {
    border-bottom: solid 1px #ccc;
  }
  .t-02 tr:first-child {
    border-top: solid 1px #ccc;
  }
  .t-02 th {
    padding: 20px 20px 5px 20px;
    text-align: left;
  }
  .t-02 td {
    padding: 5px 20px 20px 20px;
  }
  .t-02 {
    border-left: 0;
  }
  .t-02 tr:last-child {
  border-bottom: solid 1px #ccc;
  }
}

/* =================================================================================　T-02nstyle  */


/*　FB-01style  ================================================================================= */

.fb-01n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .fb-01n .link-btn1n {
    width: 50%;
  }
}

.fb-01n .link-btn1n span {
  position: relative;
  z-index: 3;
  color:#000;
}

.fb-01n .link-btn1n:hover span{
  color: #fff;
}

.fb-01n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #eee;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fb-01n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FB-01nstyle  */


/*　FBC-02style  ================================================================================= */

.FBC-02 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .FBC-02 .link-btn1 {
    width: 50%;
  }
}

.FBC-02 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.FBC-02 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.FBC-02 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.FBC-02 .fbc-02-img01 {
  min-height: 350px;
  background-image: url(img/fbc02_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-02 .fbc-02-img01 {
      min-height: 100%;
  }
}

.FBC-02 .fbc-02-img02 {
  min-height: 350px;
  background-image: url(img/fbc02_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-02 .fbc-02-img02 {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-02style  */


/*　FBC-02nstyle  ================================================================================= */

.FBC-02n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .FBC-02n .link-btn1n {
    width: 50%;
  }
}

.FBC-02n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.FBC-02n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.FBC-02n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.FBC-02n .fbc-02-img01 {
  min-height: 350px;
  background-image: url(img/fbc02_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-02n .fbc-02-img01 {
      min-height: 100%;
  }
}

.FBC-02n .fbc-02-img02 {
  min-height: 350px;
  background-image: url(img/fbc02_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
    .FBC-02n .fbc-02-img02 {
      min-height: 100%;
  }
}

/* =================================================================================　FBC-02nstyle  */


/*　FBC-03nstyle  ================================================================================= */

.fbc-03n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .fbc-03n .link-btn1n {
    width: 50%;
  }
}

.fbc-03n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-03n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-03n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　FBC-03nstyle  */


/*　FBC-04style  ================================================================================= */
.fbc-04 .fbc04_1rightbox {
  background-color: #fff;
}

@media (min-width: 992px) {
  .fbc-04 .fbc04_1leftbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    z-index: 1;
  }

  .fbc-04 .fbc04_1rightbox {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 40%;
    z-index: 2;
  }

  .fbc-04 .fbc-04box {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .fbc-04 .fbc04_1leftbox {
    width: 75%;
  }
}

.fbc-04 .fbc04_2leftbox {
  background-color: #fff;
}
@media (min-width: 992px) {
  .fbc-04 .fbc04_2rightbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    z-index: 1;
  }

  .fbc-04 .fbc04_2leftbox {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 40%;
    z-index: 2;
  }

  .fbc-04 .fbc-04-2box {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .fbc-04 .fbc04_2rightbox {
    width: 75%;
  }
}

.fbc-04 .fbc04_1 {
  min-height: 350px;
    background-image: url(img/fbc04_1.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .fbc-04 .fbc04_1 {
    min-height: 450px;
  }
}

.fbc-04 .fbc04_2 {
  min-height: 350px;
    background-image: url(img/fbc04_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .fbc-04 .fbc04_2 {
    min-height: 450px;
  }
}

.fbc-04 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-04 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-04 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-04 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FBC-04style  */


/*　FBC-04nstyle  ================================================================================= */
.fbc-04n .fbc04_1rightbox {
  background-color: #eee;
}

@media (min-width: 992px) {
  .fbc-04n .fbc04_1leftbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    z-index: 1;
  }

  .fbc-04n .fbc04_1rightbox {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 40%;
    z-index: 2;
  }

  .fbc-04n .fbc-04box {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .fbc-04n .fbc04_1leftbox {
    width: 75%;
  }
}

.fbc-04n .fbc04_2leftbox {
  background-color: #eee;
}
@media (min-width: 992px) {
  .fbc-04n .fbc04_2rightbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    z-index: 1;
  }

  .fbc-04n .fbc04_2leftbox {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 40%;
    z-index: 2;
  }

  .fbc-04n .fbc-04-2box {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .fbc-04n .fbc04_2rightbox {
    width: 75%;
  }
}

.fbc-04n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-04n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-04n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-04n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}



.fbc-04n .fbc04_1n {
  min-height: 350px;
    background-image: url(img/fbc04_1n.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .fbc-04n .fbc04_1n {
    min-height: 450px;
  }
}

.fbc-04n .fbc04_2n {
  min-height: 350px;
    background-image: url(img/fbc04_2n.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .fbc-04n .fbc04_2n {
    min-height: 450px;
  }
}

/* =================================================================================　FBC-04nstyle  */


/*　FBC-05style  ================================================================================= */

.fbc-05 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-05 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-05 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-05 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FBC-05style  */


/*　FBC-05nstyle  ================================================================================= */

.fbc-05n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-05n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-05n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-05n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FBC-05nstyle  */


/*　FB-01style  ================================================================================= */

.fb-01n .link-btn1n {
   background-color: #fff;
   color: #000;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 992px) {
  .fb-01n .link-btn1n {
    width: 50%;
  }
}

.fb-01n .link-btn1n span {
  position: relative;
  z-index: 3;
  color:#000;
}

.fb-01n .link-btn1n:hover span{
  color: #fff;
}

.fb-01n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fb-01n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/* =================================================================================　FB-01nstyle  */


/*　SNS-02style  ================================================================================= */
.sns-02 .sns-btn01 {
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.sns-02 .sns-btn01 i {
  font-size: 16px;
  color:  #fff;
}

.sns-02 .sns-btn01 i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sns-02 .sns-btn01:hover {
  background-color: #fff;
}
.sns-02 .sns-btn01:hover i {
  color:  #000;
}

.sns-02.bt-01-ccc {
  border-top: 1px solid #ccc;
}

/* =================================================================================　SNS-02style  */


/*　P-01nnstyle  ================================================================================= */
.l-page-title.p-01n .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 17.24vw, 35rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.l-page-title.p-01n .l-page-titlebox01 {
    position: relative;
}

.l-page-title.p-01n h1 {
    font-weight: bold;
    font-size: clamp(1.25rem, 0.8rem + 1vw, 2rem);
}

.l-page-title.p-01n .l-page-titlebox02 {
    background-color: #000;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 110%;
    -webkit-transform: translate(0%, -110%);
    -moz-transform: translate(0%, -110%);
    transform: translate(0%, -110%);
}

@media (min-width: 992px) {
    .l-page-title.p-01n .l-page-titlebox02 {
        width: 35%;
        padding: 60px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
}

/* =================================================================================　P-01nnstyle  */


/*　FBC-06style  ================================================================================= */

.fbc-06 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-06 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-06 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-06 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-06 .fbc06_1 {
  min-height: 300px;
  background-image: url(img/fbc06_1.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: borderRadiusChange1 6s infinite linear;
}
@keyframes borderRadiusChange1 {
  0% {
    border-radius: 30% 50% 40% 60%/40% 60% 50% 40%;
  }
  12.5% {
    border-radius: 35% 45% 55% 50%/50% 40% 60% 35%;
  }
  25% {
    border-radius: 60% 40% 50% 30%/60% 30% 40% 50%;
  }
  37.5% {
    border-radius: 45% 55% 35% 65%/55% 35% 65% 45%;
  }
  50% {
    border-radius: 40% 60% 60% 40%/30% 50% 30% 60%;
  }
  62.5% {
    border-radius: 50% 40% 30% 60%/40% 60% 50% 40%;
  }
  75% {
    border-radius: 55% 35% 65% 45%/45% 55% 35% 65%;
  }
  87.5% {
    border-radius: 35% 65% 55% 50%/35% 50% 65% 55%;
  }
  100% {
    border-radius: 30% 50% 40% 60%/40% 60% 50% 40%;
  }
}

.fbc-06 .fbc06_2 {
  min-height: 300px;
  background-image: url(img/fbc06_2.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 80% 30% 50% 50%/50%;
  animation: borderRadiusChange2 6s infinite linear;
}
@keyframes borderRadiusChange2 {
  0% {
    border-radius: 45% 45% 50% 50%/40% 50% 50% 40%;
  }
  12.5% {
    border-radius: 50% 40% 45% 55%/45% 55% 45% 50%;
  }
  25% {
    border-radius: 55% 45% 50% 40%/50% 40% 50% 45%;
  }
  37.5% {
    border-radius: 50% 50% 55% 45%/55% 45% 55% 50%;
  }
  50% {
    border-radius: 40% 55% 50% 45%/50% 45% 40% 55%;
  }
  62.5% {
    border-radius: 45% 50% 55% 50%/55% 50% 45% 50%;
  }
  75% {
    border-radius: 50% 45% 50% 55%/40% 55% 50% 45%;
  }
  87.5% {
    border-radius: 55% 50% 45% 50%/45% 50% 55% 50%;
  }
  100% {
    border-radius: 45% 45% 50% 50%/40% 50% 50% 40%;
  }
}

.fbc-06 .fbc06_3 {
  min-height: 300px;
  background-image: url(img/fbc06_3.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  animation: borderRadiusChange3 6s infinite linear;
}
@keyframes borderRadiusChange3 {
  0% {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  }
  12.5% {
    border-radius: 45% 35% 55% 45%/35% 45% 55% 45%;
  }
  25% {
    border-radius: 50% 30% 40% 60%/50% 40% 60% 30%;
  }
  37.5% {
    border-radius: 55% 40% 45% 50%/60% 50% 40% 60%;
  }
  50% {
    border-radius: 30% 60% 50% 40%/60% 30% 40% 50%;
  }
  62.5% {
    border-radius: 40% 50% 45% 55%/50% 60% 45% 40%;
  }
  75% {
    border-radius: 50% 40% 30% 50%/40% 60% 30% 60%;
  }
  87.5% {
    border-radius: 45% 50% 55% 40%/45% 55% 40% 50%;
  }
  100% {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  }
}

@media (min-width: 576px) {
    .fbc-06 .fbc06_1,.fbc-06 .fbc06_2,.fbc-06 .fbc06_3 {
      min-height: 400px;
    }
}
@media (min-width: 992px) {
    .fbc-06 .fbc06_1,.fbc-06 .fbc06_2,.fbc-06 .fbc06_3 {
      min-height: 100%;
    }
}

/* =================================================================================　FBC-06style  */


/*　FBC-06nstyle  ================================================================================= */

.fbc-06n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-06n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-06n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-06n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-06n .fbc06_1n {
  min-height: 300px;
  background-image: url(img/fbc06_1n.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.fbc-06n .fbc06_2n {
  min-height: 300px;
  background-image: url(img/fbc06_2n.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 80% 30% 50% 50%/50%;
}
.fbc-06n .fbc06_3n {
  min-height: 300px;
  background-image: url(img/fbc06_3n.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
@media (min-width: 576px) {
    .fbc-06n .fbc06_1n,.fbc-06n .fbc06_2n,.fbc-06n .fbc06_3n {
      min-height: 400px;
    }
}
@media (min-width: 992px) {
    .fbc-06n .fbc06_1n,.fbc-06n .fbc06_2n,.fbc-06n .fbc06_3n {
      min-height: 100%;
    }
}

/* =================================================================================　FBC-06nstyle  */

/*　FBC-07style  ================================================================================= */
.fbc-07 .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-07 .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fbc-07 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-07 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-07 .fbc07-box {
  position: relative;
}
.fbc-07 .fbc07_2 {
  position: absolute;
  bottom: -10%;
  right: -20%;
  width: 50%;
  border: 5px solid #fff;
}
/* =================================================================================　FBC-07style  */

/*　FBC-07style  ================================================================================= */
.fbc-07n .link-btn1n {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fbc-07n .link-btn1n span {
  position: relative;
  z-index: 3;
}

.fbc-07n .link-btn1n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fbc-07n .link-btn1n:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.fbc-07n .fbc07-box {
  position: relative;
}
.fbc-07n .fbc07_2 {
  position: absolute;
  bottom: -10%;
  right: -20%;
  width: 50%;
  border: 5px solid #fff;
}
/* =================================================================================　FBC-07style  */

/*　FB-02nstyle  ================================================================================= */
.fb-02n-contactbox {
  border: 5px solid #000;
}

.fb-02n .link-btn1 .fb-tel {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 1rem;
}
.fb-02n .link-btn1:hover .fb-tel {
  color: #000;
}

.fb-02n .link-btn1 {
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}

.fb-02n .link-btn1 span {
  position: relative;
  z-index: 3;
}

.fb-02n .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.fb-02n .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　FB-02nstyle  */


/*　FKB-03style  ================================================================================= */

.fkb-03 #sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
   border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .fkb-03 #sp-fixed-menu {
    display: none;
  }
}

.fkb-03 #sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

.fkb-03 #sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 16px;
   font-weight: bold;
   border-right: 1px solid #fff;
}

#toPageTop {
    position: fixed;
    bottom: 4.3rem;
    right: 0rem;
    z-index: 90;
}
@media (min-width: 992px) {
  #toPageTop {
      bottom: 1rem;
      right: 1rem;
  }
}

.fkb-03 .link-btn1 {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: ease .2s;
}

/* =================================================================================　FKB-03style  */


/*　S-04style  ================================================================================= */

.s-04slide {
    
    margin:  0 auto;
}

.s-04slide .test-slick div {
    aspect-ratio: 6 / 4;
}
@media (min-width: 1200px) {
    .s-04slide .test-slick div {
        aspect-ratio: 16 / 8;
    }
}
@media (min-width: 1500px) {
    .s-04slide .test-slick div {
        aspect-ratio: 16 / 7;
    }
}

.s-04-01 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-02 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-03 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-04 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-05 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}
.s-04-06 {
    background-image: url(img/slider05.jpg);
    background-size: cover;
    background-position: center center;
}

.slick-next.slick-arrow {
    display: none!important;
}
.slick-prev.slick-arrow {
    display: none!important;
}

/* =================================================================================　S-04style  */


/*　RR-02style  ================================================================================= */

.RR-02 #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color:rgba(255,255,255,0.9);
  text-align:center;
  color:#fff;
}

.RR-02 #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.RR-02 .logo_svg {
  width: 500px;
}
@media (min-width: 768px) {
  .RR-02 .logo_svg {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .RR-02 .logo_svg {
    width: 900px;
  }
}

/***************************************************
 * Generated by SVG Artista on 4/25/2024, 6:30:16 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 407.1805114746094px;
    stroke-dasharray: 407.1805114746094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 407.1805114746094px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 407.1805114746094px;
    stroke-dasharray: 407.1805114746094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 407.1805114746094px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s both,
                       animate-svg-fill-1 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s both;
          animation: animate-svg-stroke-1 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s both,
               animate-svg-fill-1 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 214.7742462158203px;
    stroke-dasharray: 214.7742462158203px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 214.7742462158203px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 214.7742462158203px;
    stroke-dasharray: 214.7742462158203px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 214.7742462158203px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s both,
                       animate-svg-fill-2 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s both;
          animation: animate-svg-stroke-2 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s both,
               animate-svg-fill-2 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 308.0892028808594px;
    stroke-dasharray: 308.0892028808594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.0892028808594px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 308.0892028808594px;
    stroke-dasharray: 308.0892028808594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.0892028808594px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s both,
                       animate-svg-fill-3 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s both;
          animation: animate-svg-stroke-3 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s both,
               animate-svg-fill-3 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 211.0106201171875px;
    stroke-dasharray: 211.0106201171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 211.0106201171875px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 211.0106201171875px;
    stroke-dasharray: 211.0106201171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 211.0106201171875px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.9999999999999999s both,
                       animate-svg-fill-4 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.5999999999999996s both;
          animation: animate-svg-stroke-4 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.9999999999999999s both,
               animate-svg-fill-4 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.5999999999999996s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 642.9815063476562px;
    stroke-dasharray: 642.9815063476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 642.9815063476562px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 642.9815063476562px;
    stroke-dasharray: 642.9815063476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 642.9815063476562px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s both,
                       animate-svg-fill-5 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.2s both;
          animation: animate-svg-stroke-5 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s both,
               animate-svg-fill-5 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.2s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 832.9136352539062px;
    stroke-dasharray: 832.9136352539062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 832.9136352539062px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 832.9136352539062px;
    stroke-dasharray: 832.9136352539062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 832.9136352539062px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s both,
                       animate-svg-fill-6 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.8s both;
          animation: animate-svg-stroke-6 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s both,
               animate-svg-fill-6 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.8s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 407.1805114746094px;
    stroke-dasharray: 407.1805114746094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 407.1805114746094px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 407.1805114746094px;
    stroke-dasharray: 407.1805114746094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 407.1805114746094px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s both,
                       animate-svg-fill-7 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 4.3999999999999995s both;
          animation: animate-svg-stroke-7 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s both,
               animate-svg-fill-7 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 4.3999999999999995s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 214.7742462158203px;
    stroke-dasharray: 214.7742462158203px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 214.7742462158203px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 214.7742462158203px;
    stroke-dasharray: 214.7742462158203px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 214.7742462158203px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s both,
                       animate-svg-fill-8 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 5s both;
          animation: animate-svg-stroke-8 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s both,
               animate-svg-fill-8 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 308.0892028808594px;
    stroke-dasharray: 308.0892028808594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.0892028808594px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 308.0892028808594px;
    stroke-dasharray: 308.0892028808594px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.0892028808594px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.5s both,
                       animate-svg-fill-9 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 5.6s both;
          animation: animate-svg-stroke-9 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.5s both,
               animate-svg-fill-9 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 5.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 211.0106201171875px;
    stroke-dasharray: 211.0106201171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 211.0106201171875px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 211.0106201171875px;
    stroke-dasharray: 211.0106201171875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 211.0106201171875px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.8s both,
                       animate-svg-fill-10 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 6.199999999999999s both;
          animation: animate-svg-stroke-10 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.8s both,
               animate-svg-fill-10 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 6.199999999999999s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 642.9815063476562px;
    stroke-dasharray: 642.9815063476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 642.9815063476562px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 642.9815063476562px;
    stroke-dasharray: 642.9815063476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 642.9815063476562px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.1s both,
                       animate-svg-fill-11 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 6.8s both;
          animation: animate-svg-stroke-11 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.1s both,
               animate-svg-fill-11 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 6.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 832.9136352539062px;
    stroke-dasharray: 832.9136352539062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 832.9136352539062px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 832.9136352539062px;
    stroke-dasharray: 832.9136352539062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 832.9136352539062px;
  }
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 24, 21);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.4s both,
                       animate-svg-fill-12 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7.3999999999999995s both;
          animation: animate-svg-stroke-12 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.4s both,
               animate-svg-fill-12 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7.3999999999999995s both;
}

/* =================================================================================　RR-02style  */




/*　service_list_style  ================================================================================= */
.service {
position: relative;
display:-webkit-box;
display: -webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
flex-direction: row-reverse;
z-index:50;
}
.service .text_area {
width: 28.85%;

display: flex;
align-items: center;
justify-content: center; 
}
.service .text_inr {
width: 90%;
max-width:200px;
}

.service .v_txt {
margin-top: 50px;
}
.service .service_slide {
width: 71.15%;
}
.service .service_slide .slick-dots{
top:auto;
-webkit-transform: translateY(0);
transform: translateY(0);
bottom:0;
left: auto;
right: -18px;
}
.service .img_area {
width: 728px;
margin:0 5px;
}
.service .img_area img {
border-radius:5px;
}

.service_list {
position: relative;
display: block;
width: 100%;
-js-display: flex;
display:-webkit-box;
display: -webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
margin-top: 75px;
margin-top:clamp(75px,5.35vw,100px);
min-height:695px;
}
.service_list .service_box {
display: block;
width: calc(100% / 3 - 2px);
position: relative;
border-radius:5px;
}

.service_list .service_box:first-child{
border-radius:0 5px 5px 0;
}
.service_list .service_box:last-child{
border-radius:5px 0 0 5px;
}
.service_list .service_box:hover{
transform: scale(1.039);
z-index:30;
box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.3);
}
.service_list .bg_area {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin:auto;
width: 100%;
height: 100%;
z-index:1;
background:url(img/service_list_img01.jpg) center center;
background-size:cover;
border-radius:5px;
}
.service_list a:nth-child(2) .bg_area {
background-image:url(img/service_list_img02.jpg);    
}
.service_list a:nth-child(3) .bg_area {
background-image:url(img/service_list_img03.jpg);    
}

.service_list .bg_area:after{
content:"";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index:2;
border-radius:5px;
background: rgb(228,62,139);
background: linear-gradient(0deg, rgba(228,62,139,1) 0%, rgba(142,0,112,1) 53.0922%, rgba(2,8,100,1) 100%);
opacity:.8;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.service_list a:first-child .bg_area:after{
 border-radius:0 5px 5px 0;   
}
.service_list a:last-child .bg_area:after{
 border-radius:5px 0 0 5px;   
}
.service_list a:hover .bg_area:after{
opacity:0;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
}


.service_list .bg_area:before{
content:"";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border-radius:5px;
z-index:2;
background:#000;
opacity:0;
transition: all .5s cubic-bezier(.25, .46, .45, .94);

}
.service_list a:hover .bg_area:before{
opacity:.5;
transition: all .5s cubic-bezier(.25, .46, .45, .94);

}


.service_list .text_box{

display: flex;
align-items: center;
justify-content: center; 
color:#fff;
height: 100%;

}
.service_list .num{
position: relative;
display: block;
text-align: center;
font-size: 16px;
color:#fff;
z-index:10;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.service_list .num.pc_off{
 display:none;   
}
.service_list a:hover .num{

text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.service_list h3 {
position: relative;
display: block;
font-size: 22px;
font-size: min(24px,15.7vw);
font-weight: 700;
text-align: center;
margin:25px auto 40px;
z-index:10;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.service_list a:hover h3 {
text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
transition: all .5s cubic-bezier(.25, .46, .45, .94);
color: #fff;
}
.service_list p {
position: relative;
max-height: 0;
visibility: hidden;
opacity: 0;
width: 90%;
max-width:320px;
margin:0 auto;
font-size: 13px;
line-height: 30px;
letter-spacing: 0;
z-index:10;
font-weight: 700;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
}
.service_list a:hover p {
position: relative;
max-height:400px;
margin-bottom: 43px;
visibility: visible;
opacity: 1;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
color: #fff;
}
.service_list h4{
position: relative;
width: 195px;
height: 50px;

display: flex;
align-items: center;
justify-content: center; 
box-sizing:border-box;
border:1px solid #fff;
letter-spacing: 0.04em;
font-size: 14px;
border-radius:5px;    
z-index:10;
margin:0 auto;
transition: all .5s cubic-bezier(.25, .46, .45, .94);
transition: background 0.5s cubic-bezier(.25, .46, .45, .94);
}

.service_list h4 span{
position: relative;
display:inline-block;
padding-right: 15px;
z-index:10;
transition: color 0.5s cubic-bezier(.25, .46, .45, .94);
}
.service_list h4 span:after{
content:"";
display: block;
width: 10px;
height: 10px;
position: absolute;
right: -8px;
top: 10px;
background:#fff;
z-index:10;
border-radius:50%;
transition: transform 0.5s cubic-bezier(.25, .46, .45, .94);
}

.service_list a:hover h4{
background:#fff;
transition: background 0.5s cubic-bezier(.25, .46, .45, .94);
}

.service_list a:hover h4 span{
color:#1e257d;
transition: color 0.5s cubic-bezier(.25, .46, .45, .94);

}
.service_list a:hover h4 span:after{
transform: scale(1.3,1.3);
background:#1e257d;
transition: transform 0.5s cubic-bezier(.25, .46, .45, .94);
}

@media screen and (max-width : 800px ){

  .service {
      display: block;
      margin:130px auto 105px;
  }

  .service .text_area {
      width: 100%;
      display: block;
      text-align: center;
  }
  .service .text_inr {
      width: 90%;
      margin:0 auto;
      max-width:800px;
  }

  .service .con_tit{
      display:inline-block;
  }
  .service .v_txt {
      margin-top: 35px;
      writing-mode: horizontal-tb;
      font-feature-settings: normal;
      display: inline-block;
      -webkit-writing-mode: horizontal-tb;
      font-size: 12px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 40px;
  }
  .service .service_slide {
      width: 90%;
  }
  .service .service_slide .slick-dots{
      right: -12px;
  }
  .service .img_area {
      width: 300px;
      margin:0 5px;
  }


  .service_list {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 45px;
      min-height:0;
  }
  .service_list .service_box {
      display: block;
      width: 100%;
      border-radius:0 !Important;
  }
  .service_list .service_box:hover{
      transform: scale(1);
      box-shadow:none;
  }

  .service_list .bg_area {
      position:relative;
      left: auto;
      top: auto;
      bottom: auto;
      right: auto;
      margin:0 0 25px 10.4%;
      width: 89.6%;
      height: 180px;
      height: clamp(180px,48vw,230px);
      z-index:1;
      border-radius:5px 0 0 5px;
      background-image:url(img/service_list_img01_sp.jpg);
  }
  .service_list a:nth-child(2) .bg_area {
      background-image:url(img/service_list_img02_sp.jpg);    
  }
  .service_list a:nth-child(3) .bg_area {
      background-image:url(img/service_list_img03_sp.jpg);    
  }
  .service_list .bg_area:before,
  .service_list .bg_area:after{
      display:none;
  }

  .service_list .bg_area .num{
      display: block;
      color:#1e257d;
      width: 90px;
      position: absolute;
      left: -2vw;
      transform: rotate(-90deg);
      top: 105px;
      left: calc(-4vw - 50px);
      font-size: 12px;
      font-weight: 500;
  }

  .service_list .text_box{
      display: block;
      height: auto;
      color:#1e257d;
      width: 80%;
      margin:0 auto;
  }
  .service_list .text_box .num{
   display:none;
  }
  .service_list a:hover .num{
      text-shadow:none;
  }
  .service_list h3 {
      font-size: 18px;
      font-size:clamp(18px,4.8vw,19px);
      text-align: left;
      margin:25px auto 15px;
  }
  .service_list a:hover h3 {
      text-shadow: none;
  }
  .service_list p {
      max-height: 999px;
      visibility: visible;
      opacity: 100;
      width: 100%;
      max-width:800px;
      margin:0;
      font-size:12px;
      font-size:clam(12px,3.2vw,13px);
      line-height: 2;
      letter-spacing: 0.02em;
  }
  .service_list a:hover p {
      max-height: 999px;
      margin-bottom: 0;
      visibility: visible;
      opacity: 100;
      text-shadow: none;
  }
  .service_list h4{
      position: relative;
      width: 158px;
      height: 42px;
      font-size: 11px;
      background:#fff;
      margin:20px 0 45px!important;
      overflow: hidden;
      border:none;
      transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
  }

  .service_list h4:before{
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0;
      background: rgb(0,44,140);
      background: linear-gradient(360deg, rgba(0,44,140,1) 19.7675%, rgba(170,0,139,1) 53.5241%, rgba(232,82,152,1) 83.9355%);
      background: -webkit-linear-gradient(360deg, rgba(0,44,140,1) 19.7675%, rgba(170,0,139,1) 53.5241%, rgba(232,82,152,1) 83.9355%);
      transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
  }

  .service_list a:hover h4:before{
      opacity:100;
      transition:all 0.4s cubic-bezier(.25, .46, .45, .94);
  }

  .service_list h4 span{
      padding-right: 7px;
      transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
  }
  .service_list a:hover h4 span{
      color:#fff;
      transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
  }

  .service_list h4 span:after{
      width: 6px;
      height: 6px;
      right: -10px;
      top: 3px;
      background:#1e257d;
  }
  .service_list a:hover h4 span:after{
      background:#fff;
      -webkit-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
      -moz-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
      -o-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
      transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
  }
}
/* =================================================================================　service_list_style  */



.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_tab {
  margin: 1em auto;
  position: relative;
}
.cp_tab input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
          appearance: none;
  display: none;
}
.cp_tab .cp_tabpanel {
  display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block;
}
.cp_tab .cp_tabpanels {
  position: absolute;
  top:0;
  left: 10em;
  display: block;
  height: 320px;
}
.cp_tab > input + label {
  position: relative;
  z-index: 100;
  left: 1px;
  display: block;
  width: 10em;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #cccccc;
  background-color: #fff7b0;
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.cp_tab > input + label:last-of-type {
  margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #ff5722;
}
.cp_tab > input:checked + label {
  border-color: #cccccc;
  border-right: 1px solid #ffe9e9;
  background-color: #ffe9e9;
}
.cp_tab .cp_tabpanel {
  padding: 0.5em 1em;
  border-left: 1px solid #cccccc;
  min-height: 320px;
}
@media (max-width: 480px) {
  .cp_tab {
    width: 100%;
  }
  .cp_tab > input + label {
  font-size: 0.7em;
  }
  .cp_tab .cp_tabpanels {
  left: 7em;
  min-width: 7em;
  }
}



/*a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  border: solid 6px #000;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}*/

#toPageTop a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#toPageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}

#toPageTop a:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

#toPageTop a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  /*border-color: #000;*/
  border-width: 6px 0 0 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}

#toPageTop a:hover:before {
  border-color: #fff;
}

/*　N-01style  ================================================================================= */

.n-01 .list-news .item-date {
  color: #999;
}

.n-01 .list-news .item-title {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  margin-left: 60px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 768px) {
  .n-01 .list-news .item-title {
    display: inline-block;
    padding-top: 0;
    margin-left: 20px;
  }
}

.n-01 .item-arw img {
  width: 20px;
    position: absolute!important;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.n-01 .list-news {
    border-top: 0px;
    border-bottom: 0px;
}

.n-01 .list-news li {
  border-bottom: 2px solid #eee;
}
@media (min-width: 768px) {
  .n-01 .list-news li+li {
      border-top: 0px;
  }
}

.n-01 .list-news .item-date {
  margin-left: 60px;
}
@media (min-width: 768px) {
  .n-01 .list-news .item-date {
    margin-left: 90px;
  }
}

.n-01 .list-news .item-new {
  width: 40px;
    position: absolute!important;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media (max-width: 576px) {
  .n-01 .list-news .catname {
    min-width: 134px;
    display: block;
    margin-left: 60px!important;
    margin-top: 10px;
    margin-right: 35px!important;
  }
}

.n-01 .link-btn1 {
   background-color: #000;
   color: #fff;
   text-align: center;
   display: block;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
   display: inline-block;
   position: relative;
   overflow: hidden;
   text-align: center;
   transition: ease .2s;
}
@media (min-width: 768px) {
  .n-01 .link-btn1 {
    width: 50%;
  }
}

.n-01 .link-btn1 span {
  position: relative;
  z-index: 3;
  color:#fff;
}

.n-01 .link-btn1:hover span{
  color: #000;
}

.n-01 .link-btn1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.n-01 .link-btn1:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/* =================================================================================　N-01style  */

@media (min-width: 992px) {
  .webreservation {
    background-color: #ffbc00;
    color: #6a3906;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
  }
  .h-02 #area-header #header-sub .webreservation .syoshin {
    display: inline-block;
    background-color: #fff;
    color: #6a3906;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.0;
    margin-left: 5px;
  }
  .h-02 #area-header #header-sub .webreservation .saishin {
    display: inline-block;
    background-color: #fff;
    color: #6a3906;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.0;
  }

  .h-02 #area-header #header-sub .webreservation .syoshin:hover,
  .h-02 #area-header #header-sub .webreservation .saishin:hover {
    background-color: #2b85bd;
    color: #fff;
  }
}


/*　FKB-02style  ================================================================================= */

.fkb-02 #sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   z-index: 99;
   border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .fkb-02 #sp-fixed-menu {
    display: none;
  }
}

.fkb-02 #sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

.fkb-02 #sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 16px;
   font-weight: bold;
   border-right: 1px solid #fff;
}

#toPageTop {
    position: fixed;
    bottom: 5.5rem;
    right: .5rem;
    z-index: 90;
}
@media (min-width:768px) {
  #toPageTop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 90;
  } 
}

.fkb-02 .btn-sptel {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: #2b85bd;
    color: #fff;
    justify-content: center;
}

.fkb-02 .btn-sp01,.fkb-02 .btn-sp02 {
    display: flex;
    align-items: center;
    padding: 2px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #2b85bd;
    justify-content: center;  
}
.fkb-02 .btn-sp01:hover,.fkb-02 .btn-sp02:hover {
    background-color: #fde903;
}

.footer-telicon {
  width: 30px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.fkb-02 .bg-ao {
    background-color: #2b85bd;
}

.main-top {
  margin-top: 89px;
}
@media (min-width: 992px) {
  .main-top {
    margin-top: 105px;
    height: 80vh;
  }
}

#toPageTop a {
    background-color: #2b85bd;
}
#toPageTop a:hover {
    background-color: #fbbc02;
}
#toPageTop a:after {
    background-color: #fbbc02;
}

/* =================================================================================　FKB-02style  */


@media (max-width: 992px) {
  /* ナビリストを2列グリッドに */
  .globalMenuSp {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-left: 0;
    justify-items: stretch; /* 横幅を均等に */
    align-items: start;     /* アイテムの縦位置を上に */
    align-content: start;   /* グリッド全体の縦位置を上に */
    margin-top: 0;
  }

  /* メニュー項目の調整 */
  .globalMenuSp .nav-item {
    width: 100%;
  }

  .globalMenuSp .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  /* ドロップダウンの調整（モバイルでは静的表示に） */
  .globalMenuSp .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }

  .globalMenuSp .dropdown-item {
    text-align: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin: 5px;
  }
}
.btn-readmore {background-color:#2b85bd !important;}

