@charset "utf-8";

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

/*　H-01style  ================================================================================= */

body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "M PLUS Rounded 1c",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo,
    sans-serif;
  padding-top: 0 !important;
}

.lato {
  font-family: "Lato", 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;
}
.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;
}

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

.bg-baseao {
  background-color: #95caf4;
}

.bg-gray {
  background-color: #d9d9d9;
}

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

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

.text-dark {
  color: #2b3038 !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #2b3038 !important;
}

.text-ao {
  color: #95caf4;
}

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

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

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

/*　ボタンの中の背景の色　*/
.link-btn1 {
  background-color: #95caf4 !important;
}

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

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

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

/* ========== 背景色(ネガ) =========== */
.bg-nbase {
  background-color: #000;
}

.bg-lightblue {
  background-color: #e8faff;
}

.bg-lightyellow {
  background-color: #fffce1;
}

.bg-lightkigreen {
  background-color: #ddefc9;
}

.bg-lightdaidai {
  background-color: #ffe9a6;
}

.bg-lightmurasaki {
  background-color: #f0e9fc;
}

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

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

/* ========== ボタンの色(ネガ) ========== */
.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;
}

.primary-color {
  color: #95caf4;
}

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

/*　文字調整　*/
h2.h2 {
  font-weight: bold;
  font-size: clamp(2rem, 1.35rem + 0.95vw, 2.25rem);
  letter-spacing: 0.2rem;
  line-height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

@media (max-width: 374px) {
  .n-01 .h2 {
    letter-spacing: 0px !important;
  }
}

.midashieigo {
  font-family: "Lato", sans-serif;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #8598a0;
}

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

.my-haba02 {
  margin-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
  margin-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.mt-haba02 {
  margin-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.mb-haba02 {
  margin-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-01 #area-header .header-logo {
  width: 200px;
}
@media (min-width: 992px) {
  .h-01 #area-header .header-logo {
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .h-01 #area-header .header-logo {
    width: 200px;
  }
}

.h-01 #area-header .navbar-brand {
  margin-right: 20px;
  width: auto;
}

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

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

.h-01 #area-header #menu-global {
  margin-top: 60px;
  align-items: center;
}
@media (min-width: 768px) {
  .h-01 #area-header #menu-global {
    margin-top: 70px;
  }
}

.h-01 #area-header.navbar {
  padding: 16px;
}
@media (min-width: 992px) {
  .h-01 #area-header.navbar {
    padding: 10px;
  }
}

.h-01 #area-header #menu-global .menu-item {
  margin-top: 10px;
  letter-spacing: 0.15rem;
}

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

@media (min-width: 992px) {
  .h-01 #area-header #menu-global .menu-item {
    margin-top: 0px;
  }
}

/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
  .h-01 #area-header .hamburger {
    position: absolute;
    right: 0;
    z-index: 100;
  }
}
@media (max-width: 992px) {
  .h-01 #area-header .hamburger {
    right: 5px;
  }
}
@media (max-width: 992px) {
  .h-01 #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-01 #area-header .globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

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

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

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

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

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

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

.h-01 #area-header .openbtn .openbtn-area {
  transition: all 0.4s;
}

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .h-01 #area-header #menu-global .btn-contact {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
  }
  .h-01 #area-header #menu-global .btn-contact.menu-item a.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

.h-01 #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 0.3s;
}

.h-01 #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-01 #area-header #navbarNav li.dropdown ul {
  left: 0;
  top: 36px;
  z-index: 4;
  background: #fff;
  width: 120%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 0;
  width: 150%;
}

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

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

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

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

@media screen and (max-width: 992px) {
  .h-01 #area-header #navbarNav {
    padding: 0;
  }

  .h-01 #area-header #navbarNav ul {
    display: block;
  }

  .h-01 #area-header #navbarNav li.dropdown ul,
  .h-01 #area-header #navbarNav li.dropdown ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }

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

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

  .h-01 #area-header #navbarNav ul li.dropdown.active::before {
    transform: rotate(-45deg);
  }
}

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

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

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

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

@media (max-width: 992px) {
  .h-01 .header_btn01,
  .header_btn02,
  .header_btn03 {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .h-01 #area-header #menu-global {
    margin-top: 110px!important;
  }

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

@media (min-width: 992px) {
  #area-header {
    position: fixed;
    margin: 60px 60px 0;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  #area-header.scroll {
    margin: 30px 60px 0;
    filter: drop-shadow(0 0 0.25rem #2fa2d0);
  }
}

#area-header #menu-global .menu-item.number .nav-link:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url(img/SVG/tel-icon.svg);
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 992px) {
  #area-header #menu-global .menu-item .nav-link {
    font-size: 12px;
  }

  #area-header #menu-global .menu-item .nav-link {
    position: relative;
  }
  #area-header #menu-global .menu-item .nav-link:hover {
    color: #95caf4;
  }
  #area-header #menu-global .menu-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: #95caf4;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  #area-header #menu-global .menu-item.number .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: #fc9db8;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  #area-header #menu-global .menu-item .nav-link:hover::after {
    transform: scale(1, 1);
  }
}

@media (min-width: 1400px) {
  #area-header #menu-global .menu-item .nav-link {
    font-size: 16px;
  }
}

#area-header #menu-global .menu-item.number .nav-link {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fc9db8;
  font-size: 18px;
  letter-spacing: 1.5px;
}
@media (min-width: 1400px) {
  #area-header #menu-global .menu-item.number .nav-link {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  #area-header #menu-global .menu-item.number {
    border: 3px solid #fc9db8;
    border-radius: 20px;
    margin-top: 20px;
  }
  #area-header #menu-global .menu-item.number .nav-link {
    text-align: center;
  }
}

/* =================================================================================　H-01style  */

/*　メインイメージ  ================================================== */
.zengamen {
  height: 100vh;
  margin-top: 30px;
}

.bg-main {
  background-image: url(img/hattandaphoto01.jpg);
  background-size: cover;
  background-position: right bottom;
  margin: 30px;
  border-radius: 30px;
  height: 94vh;
}
@media (min-width: 1400px) {
  .bg-main {
    background-position: center center;
  }
}

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

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

.n-01 .list-news .item-title {
  display: block;
  padding-top: 10px;
  padding-right: 12%;
  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 dashed #e0d6c8;
}
.n-01 .list-news li:first-child {
  border-top: 2px dashed #e0d6c8;
}
@media (min-width: 768px) {
  .n-01 .list-news li + li {
    border-top: 0px;
  }
}

.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 0.2s;
  border-radius: 10px;
}
@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 0.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-01 .item-arw {
  position: absolute;
  right: 0;
  top: 50%;
}

@media (min-width: 768px) {
  .list-news li .item-arw {
    right: 0;
  }
}

.list-news li {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 0;
}

.n-01 .list-news li:hover {
  background-color: #fffce1;
}
/* =================================================================================　N-01style  */

/*診療時間*/
.t-03 {
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
}

.t-03 tr td:nth-child(1) {
  background-color: #fff;
  background-color: #fffce1;
}

.t-03 tr th:nth-child(1) {
  width: 10%;
}

.t-03 tr th:nth-child(2),
.t-03 tr th:nth-child(3) {
  width: 45%;
}

.t-03 th {
  text-align: center;
  background: #fff;
  border: solid 3px #95caf4;
  color: #2e3842;
  padding: 20px 10px;
}
@media (min-width: 992px) {
  .t-03 th {
    padding: 20px 0;
  }
}
.t-03 td {
  text-align: center;
  border: solid 3px #95caf4;
  padding: 10px;
}
@media (min-width: 992px) {
  .t-03 td {
    padding: 20px 0;
  }
}

.t-03 tr td:nth-child(1) {
  color: #3f3f3f;
}
.t-03 tr td:nth-child(2) {
  color: #ffc71e;
}
.t-03 tr td:nth-child(3) {
  color: #ffc71e;
}

@media (min-width: 992px) {
  .t-03 tr th:nth-child(1),
  .t-03 tr th:nth-child(2),
  .t-03 tr th:nth-child(3) {
    width: 100%;
  }

  .t-03 tr {
    display: block;
    float: left;
  }
  .t-03 tr td,
  .t-03 tr th {
    border-left: none;
    display: block;
    height: 70px;
  }
  .t-03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .t-03 thead tr {
    width: 100%;
  }
  .t-03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .t-03 tbody tr {
    width: 14.2857%;
  }
  .t-03 tr td + td {
    border-left: none;
  }
  .t-03 tbody td:last-child {
    border-bottom: solid 3px #95caf4;
  }

  .t-03 thead tr th {
    border-bottom: 1px solid #fff;
    background-color: #fffce1;
  }
  .t-03 thead tr th:last-child {
    border-bottom: 0px;
  }

  .t-03 tr td:nth-child(1) {
    color: #3f3f3f;
  }
  .t-03 tr td:nth-child(2) {
    color: #ffc71e;
  }
  .t-03 tr td:nth-child(3) {
    color: #ffc71e;
  }

  .t-03 thead tr th:nth-child(3) {
    border-bottom: solid 3px #95caf4;
  }

  .t-03 tbody tr td:nth-child(1),
  .t-03 tbody tr td:nth-child(2) {
    border-bottom: 0;
  }

  .t-03 tbody tr.last td {
    border-right: 0;
  }
}

@media (max-width: 992px) {
  .t-03 thead tr th {
    border-right: 1px solid #fff;
  }
  .t-03 thead tr th:last-child {
    border-right: 0;
  }

  .t-03 thead tr th {
    border-right: solid 3px #95caf4 !important;
    background-color: #fffce1;
  }
}

.p-5per {
  padding: 5%;
}

/*診療内容*/
.telyoyaku .link-btn1 {
  background-color: #fc9db8 !important;
  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 0.2s;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .telyoyaku .link-btn1 {
    width: 50%;
  }
}

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

.telyoyaku .link-btn1:hover span {
  color: #fc9db8 !important;
}

.telyoyaku .link-btn1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border: 2px solid #fc9db8 !important;
}

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

.hattanndashinryou-icon {
  height: 80px;
}
@media (min-width: 992px) {
  .hattanndashinryou-icon {
    height: 100px;
  }
}

.bb-ao-5 {
  border: 5px solid #95caf4;
}

/*　FB-02nstyle  ================================================================================= */
.fb-02n .saiyouhaba {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .fb-02n .saiyouhaba {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.fb-02n {
  background: rgb(149, 202, 244);
  background: linear-gradient(
    180deg,
    rgba(149, 202, 244, 1) 0%,
    rgba(149, 202, 244, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

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

.bb-white-10 {
  border: 10px solid #fff;
}

a.recruitment:hover {
  opacity: 1;
}

a.recruitment:hover .bb-white-10 {
  border: 10px solid #fff;
}

.saiyoutitle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .saiyoutitle {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .saiyoutitle {
    top: 66%;
    left: 32%;
  }
}
@media (min-width: 1200px) {
  .saiyoutitle {
    left: 27%;
  }
}

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

/*　F-01style  ================================================================================= */
.f-01 .footer-logo {
  width: 90%;
}
@media (min-width: 576px) {
  .f-01 .footer-logo {
    width: 450px;
  }
}

.f-01 .bb-1-fff-br {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .f-01 .bb-1-fff-br {
    border-bottom: 0px;
    border-right: 1px solid #000;
  }
}

/* =================================================================================　F-01style  */

/*ページタイトル*/
.l-page-title {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(img/bg-news.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .l-page-title {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}

#recruitment .l-page-title,
.recruitinfo .l-page-title {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(img/bg-recruit.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  #recruitment .l-page-title,
  .recruitinfo .l-page-title {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}

.l-page-title h1 span {
  color: #95caf4;
}

.side-box p:hover {
  background-color: #fffce1;
}

#toPageTop a {
  width: 45px;
  height: 45px;
  font-size: 30px;
  background-color: #fa9cb8;
  color: #fff;
  border-radius: 50%;
}

.breadcrumb {
  background-color: #dff1ff;
}

@media (max-width: 992px) {
  .tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

#time,
#content,
#doctor,
#access {
  scroll-margin-top: 60px;
}

.recruitment:hover img {
  opacity: 1;
}

/*　T-01style  ================================================================================= */

#t-01 {
  width: 100%;
  margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}

#t-01 tr:first-child {
  border-top: 1px solid #95caf4;
}

#t-01 tr {
  border-bottom: 1px solid #95caf4;
}

#t-01 th,
#t-01 td {
  padding: 16px;
  border: none;
  background-color: #fff;
  padding: 30px;
}

#t-01 th {
  width: 30%;
  text-align: center;
  background-color: #f8f6e2;
}

#t-01 td {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #t-01 th,
  #t-01 td {
    display: block;
  }

  #t-01 th {
    width: 100%;
    text-align: left;
    background-color: #f8f6e2;
    padding: 15px 20px;
  }

  #t-01 td {
    padding-top: 0;
    text-align: left;
    padding: 15px 20px;
  }
}

/* =================================================================================　T-01style  */

/*t-04*/
.t-04 {
    background-color:#fff;
    width:100%;
}

@media (min-width:993px){
    .visibility-table-pc {
        visibility: visible;
    }

    .visibility-table-sp {
        visibility: hidden;
    }

    .t-04 {
        display:flex;
    }
    
    .t-04 thead {
        width:30%;
    }

    .t-04 tbody {
        width:70%;
    }

    .t-04 tr th {
        display:block;
    }

    .t-04 thead tr th {
        width:100%;
        display:block;
    }

    .t-04 thead tr {
        border-right: solid 3px #95caf4;
        width:100%;
        display:block;
    }

    .t-04 tbody td {
        width:100%;
        display:block;
    }

    .t-04 thead tr th:not(:last-child) {
        border-bottom: solid 3px #95caf4;
    }

    .t-04 tbody tr td:not(:last-child) {
        border-bottom: solid 3px #95caf4;
    }

    .t-04 tbody {
        display:flex;
    }

    .t-04 tbody :not(:last-child) tr td {
        border-right:solid 3px #95caf4;
    }

    .t-04 tbody tr:not(:last-child) td{
        border-right:solid 3px #95caf4;
    }

    .t-04 tbody tr {
        width:14.286%;
    }

    .t-04 td,.t-04 th{
        padding:20px 0;
    }
}

@media (max-width:992px){
    .visibility-table-pc {
        visibility: hidden;
    }

    .visibility-table-sp {
        visibility: visible;
    }

    .t-04 td {
        padding:10px;
    }

    .t-04 th {
        padding: 20px 10px;
    }

    .t-04 thead tr {
        border-bottom:solid 3px #95caf4;
    }

    .t-04 thead tr th  {
        border-right:solid 3px #95caf4;
    }

    .t-04 thead tr th:last-child {
        border-right:none;
    }

    .t-04 tbody tr{
        border-bottom:solid 3px #95caf4;
    }

    .t-04 tbody tr:last-child{
        border-bottom:none;
    }

    .t-04 tbody tr td {
        border-right:solid 3px #95caf4;
    }

    .t-04 tbody tr td:last-child {
        border-right:none;
    }

    .t-04 thead tr th:nth-child(1){
        width:10%;
    }

    .t-04 thead tr th:nth-child(2),.t-04 thead tr th:nth-child(3){
        width:45%;
    }

    .t-04 tbody tr td:nth-child(1){
        width:10%;
    }

    .t-04 tbody tr td:nth-child(2),.t-04 tbody tr td:nth-child(3){
        width:45%;
    }
}

.t-04 th {
    text-align:center;
}

.t-04 td {
    text-align:center;
}

.t-04 tbody tr td:first-child{
    background-color:#fffce1;
}

.t-04 tr th {
    background-color:#fffce1;
    color:#3f3f3f;
}

.t-04 tbody tr td:not(:first-child) {
    color:#ffc71e;
}

.t-04 tr td .bg-gray {
    color:#3f3f3f;
}

.link-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999em;
}

/*240704*/
.header-logo-2 {
    background-image: url(./img/SVG/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999em;
    width:200px;
    height:87px;
    margin-bottom:0;
}

@media (max-width:1400px) and (min-width:993px){
    .header-logo-2 {
        width:160px;
        height:70px;
    }
}

@media (max-width:992px){
    .header-logo-2 {
        margin-right:20px;
    }
}