@charset "UTF-8";
/* Scss Document */
/* CSS Document */
:root {
  --text-color: #222;
  /*メイン色*/
  --main-color: #50aa78;
  /*サブ色*/
  --sub-color: #9aca6b;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #f7f7f7;
  /*境界線色*/
  --border-color: #e2e2e2;
  /* web font */
  --shi: "shippori-mincho", sans-serif;
  --gar: "adobe-garamond-pro", serif;
}

*,
::before,
::after {
  box-sizing: border-box;
  /* ↓↓debug code↓↓ */
  /* outline: 1px solid red; */
}

body,
.nav.fixed,
.mega_menu,
#mainvisual,
header,
footer {
  min-width: 1240px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  body,
  .nav.fixed,
  .mega_menu,
  #mainvisual,
  header,
  footer {
    min-width: 1300px;
  }
}
@media screen and (max-width: 640px) {
  body,
  .nav.fixed,
  .mega_menu,
  #mainvisual,
  header,
  footer {
    min-width: 100%;
  }
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  /* ナビ展開時スクロール禁止処理 */
  body.nav-open {
    overflow: hidden !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--sub-color);
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

a[href="tel:準備中"] {
  pointer-events: none;
}

::selection {
  background-color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
}
/* 画像のにじみ（大きい画像を小さく表示した時等）対策 */
.visibility {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

  header

============================================================================*/
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 13;
}

.header_inner {
  max-width: 1720px;
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-inline: auto;
}

.header_logo {
  position: relative;
  max-width: 341px;
}

.header_logo span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 250px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  font-family: var(--shi);
  font-weight: 600;
  background: linear-gradient(to Right, rgb(80, 170, 120) 0%, rgb(154, 202, 107) 100%);
  border-radius: 18px;
  padding: 4px 10px;
}

.header_info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding-top: 50px;
}

.header_info_tel {
  font-family: var(--gar);
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
          filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

.header_info_tel i {
  position: relative;
  top: -3px;
  color: var(--main-color);
  font-size: 50%;
  margin-right: 10px;
}

.header_info_tel a {
  background: linear-gradient(to Right, var(--main-color), var(--sub-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.header_info_tel a:hover {
  opacity: 1;
}

.header_info_ad {
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #fff;
  line-height: 2;
  padding: 0 26px;
  border-radius: 20px;
}

.header_info_ad i {
  color: var(--main-color);
  font-size: 13px;
  margin-right: 3px;
}

.fixed_web_yoyaku_btn {
  width: 104px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}

@media screen and (max-width: 1300px) {
  .fixed_web_yoyaku_btn {
    width: 70px;
  }
}
.fixed_web_yoyaku_btn a {
  display: block;
  pointer-events: auto;
}

@media (hover: hover) {
  .fixed_web_yoyaku_btn a {
    transition: opacity 0.3s ease-in-out;
  }
  .fixed_web_yoyaku_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) { /* sp */
  .header,
  .fixed_web_yoyaku_btn {
    display: none;
  }
}
/*============================================================================

  nav

============================================================================*/
.nav_wrap {
  line-height: 1.6;
}

.mega_menu_ttl {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 641px) {
  .nav_wrap :is(.btn_menu) {
    display: none;
  }
  .nav_wrap {
    width: 100%;
    position: relative;
    z-index: 10;
    min-height: 110px;
  }
  .menu_list_wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .nav {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 110px;
    background: url(../images/bg_nav.jpg);
  }
  /*----------ナビメニュー----------*/
  .nav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 100px;
  }
  .nav_menu a {
    color: var(--text-color);
  }
  .nav_menu > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_menu_tit {
    display: block;
    font-family: var(--shi);
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 2;
    transition: 0.15s ease-out;
  }
  .parent_menu:not(.nav_menu_tit) {
    display: none;
  }
  .nav_menu_en {
    display: block;
    color: var(--main-color);
    font-family: var(--gar);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .nav_menu > li:nth-of-type(2) .nav_menu_en {
    color: #5fb075;
  }
  .nav_menu > li:nth-of-type(3) .nav_menu_en {
    color: #7abc71;
  }
  .nav_menu > li:nth-of-type(4) .nav_menu_en {
    color: #90c66d;
  }
  .nav_menu > li:nth-of-type(5) .nav_menu_en {
    color: var(--sub-color);
  }
  /* 装飾 */
  .nav_menu_tit::before {
    content: "";
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/line_nav.png) no-repeat center/cover;
  }
  .nav_menu > li:last-child .nav_menu_tit::before {
    display: none;
  }
  /* hover */
  .nav_menu a.nav_menu_tit::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: var(--main-color);
    transition: 0.15s ease-out;
    -webkit-transform: scale(0);
            transform: scale(0);
    content: "";
    z-index: 1;
    border-radius: 4px;
  }
  .nav_menu a.nav_menu_tit:hover {
    color: var(--main-color);
  }
  .nav_menu a.nav_menu_tit:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /*----------ナビ固定時----------*/
  .nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav.fixed .nav_menu {
    width: 1200px;
  }
  /*----------ドロップダウンメニュー----------*/
  .child_menu {
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    top: 95%;
    left: 0%;
    z-index: 9999;
    transition: 0.2s ease-in-out;
  }
  .nav_slidebtm:hover .child_menu,
  .nav_slidebtm:focus-within > .child_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .child_menu:not(.mega_menu) {
    width: 200px;
  }
  .child_menu:not(.mega_menu) a {
    display: block;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
  }
  .child_menu:not(.mega_menu) a:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .child_menu:not(.mega_menu) a:hover {
    color: var(--main-color);
    background: #fcfcfc;
  }
  /* ------- メガメニュー ------- */
  .nav_menu > li.is_mega {
    position: static !important;
  }
  .mega_menu {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  .mega_menu_inner {
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
  }
  .mega_menu_col {
    width: 100%;
  }
  .mega_menu_list > li a {
    position: relative;
    display: block;
    padding: 8px 0 8px 1.2em;
    transition: color 0.2s ease-in-out;
    position: relative;
  }
  .mega_menu_list > li a:hover {
    color: var(--sub-color);
  }
  .mega_menu_list > li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .nav .sp_logo {
    width: calc(100% - 55px);
  }
  .nav .sp_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 5px;
  }
  .nav .sp_logo img {
    width: auto;
    max-height: 100%;
  }
  /* ------- ハンバーガーボタン ------- */
  .btn_menu {
    position: relative;
    right: 0;
    color: #fff;
    width: 55px;
    background: var(--main-color);
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn_menu i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .btn_menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
  }
  .btn_menu span:nth-of-type(1) {
    top: 10px;
  }
  .btn_menu span:nth-of-type(2) {
    top: 20px;
  }
  .btn_menu span:nth-of-type(3) {
    top: 30px;
  }
  /* 押下時 */
  .btn_menu.active {
    right: 16.25rem;
  }
  .btn_menu.active span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .btn_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn_menu.active span:nth-of-type(3) {
    top: 20px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  /* ------- スライドメニュー ------- */
  .menu_list_wrap {
    width: 16.25rem;
    height: 100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: var(--main-color);
    padding: 15px;
    position: fixed;
    top: 0;
    right: -16.25rem;
    z-index: 2;
    overflow: hidden;
  }
  /* 展開時 */
  body.nav-open .menu_list_wrap {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    right: 0;
  }
  .menu_list_wrap,
  .menu_list_wrap a {
    color: #fff;
  }
  .menu_list_wrap a {
    display: block;
  }
  .nav_menu > li {
    border-bottom: 1px solid #fff;
  }
  .nav_menu > li:first-child {
    border-top: 1px solid #fff;
  }
  .nav_menu .nav_menu_tit,
  .nav_menu .parent_menu {
    padding: 15px 10px;
  }
  .nav_menu .nav_menu_en {
    display: none !important;
  }
  /* ------- 下層のあるメニュー ------- */
  .nav_menu .child_menu {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .nav_menu .child_menu a {
    padding: 5px 10px 5px 1.2em;
    text-indent: -1.2em;
  }
  .nav_menu .child_menu a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }
  /* アコーディオンやメガでない時に、展開中に含まれる扉ページのリンクを非表示 */
  .nav_menu .nav_slidebtm:not(.is_accord, .is_mega) .child_menu a.sp:first-of-type {
    display: none !important;
  }
  /* アコーディオン&メガメニュー */
  .nav_slidebtm.is_accord,
  .nav_slidebtm.is_mega {
    cursor: pointer;
  }
  .nav_slidebtm.is_accord .parent_menu,
  .nav_slidebtm.is_mega .parent_menu {
    position: relative;
  }
  .nav_slidebtm:not(.is_accord, .is_mega) .parent_menu:not(.nav_menu_tit) {
    display: none;
  }
  .nav_slidebtm.is_accord .parent_menu::before,
  .nav_slidebtm.is_mega .parent_menu::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f067";
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .nav_slidebtm.is_accord > a.nav_menu_tit,
  .nav_slidebtm.is_mega > a.nav_menu_tit {
    display: none;
  }
  .nav_slidebtm.is_accord .child_menu,
  .nav_slidebtm.is_mega .child_menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  /* アコーディオン&メガメニュー展開時 */
  .nav_slidebtm.is_accord.active .parent_menu::before,
  .nav_slidebtm.is_mega.active .parent_menu::before {
    content: "\f068";
  }
  .nav_slidebtm.is_accord.active .child_menu,
  .nav_slidebtm.is_mega.active .child_menu {
    opacity: 1;
    visibility: visible;
  }
  /* ------- メガメニュー ------- */
  .mega_menu_inner > *:not(:last-child) {
    margin-bottom: 20px;
  }
  /* ヘッダー固定ボタンエリア */
  .btn_area {
    width: 100%;
  }
  .btn_area ul {
    display: flex;
    background: #fff;
    padding: 5px 2.5px;
  }
  .btn_area li.btn {
    width: 100%;
    margin: 0 2.5px;
  }
  .btn_area li.btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px 2%;
    border-radius: 5px;
  }
  .btn_area li.btn a i {
    width: 15px;
    margin-right: 3px;
  }
  .btn_area li.btn_tel a {
    background: linear-gradient(to Right, rgb(80, 170, 120) 0%, rgb(154, 202, 107) 100%);
  }
  .btn_area li.btn_yoyaku a {
    background: #004F98;
  }
  .btn_area li.btn_monshin a {
    background: #00A3BB;
  }
  .btn_area li.btn_access a {
    background: linear-gradient(to Right, #e896a0 0%, #eb9f71 100%);
  }
  /* 準備中用のクラス */
  .btn_area li.btn.coming a {
    background: #aaa !important;
  }
  .btn_area li.btn.coming a {
    pointer-events: none;
    padding: 2px 2% 18px;
  }
  .btn_area li.btn.coming a::before {
    content: "（準備中）";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 90%;
  }
  .btn_area li.btn a[href="tel:準備中"] {
    pointer-events: none;
    padding: 2px 2% 18px;
    background: #aaa;
  }
  .btn_area li.btn a[href="tel:準備中"]::after {
    content: "（準備中）";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 90%;
  }
  /* ナビ展開時の後ろの背景 */
  .nav_overlay {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  body.nav-open .nav_overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
/*============================================================================

  mainvisual

============================================================================*/
.mainvisual {
  overflow: hidden;
  position: relative;
}

.mainvisual::before,
.mainvisual::after {
  content: "";
  position: absolute;
  z-index: 0;
}

.mainvisual::before {
  top: 0;
  right: 0;
  width: 290px;
  height: 327px;
  background: url(../images/mv_leaf01.png) no-repeat center/cover;
}

.mainvisual::after {
  bottom: 0;
  left: 0;
  width: 231px;
  height: 408px;
  background: url(../images/mv_leaf02.png) no-repeat center/cover;
}

.mv_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .mainvisual,
  .mv_img img {
    height: 900px;
  }
}
@media screen and (max-width: 640px) { /* sp */
  .mainvisual {
    margin-top: 109px;
  }
  .mainvisual::before {
    width: 142px;
    height: 160px;
  }
  .mainvisual::after {
    width: 113px;
    height: 200px;
  }
}
/*==================================================================

  contents

==================================================================*/
main {
  display: block;
}

.contents {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

.contents.contents-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.contents_left {
  width: 840px;
}

.contents_right {
  width: 280px;
  font-size: 15px;
  line-height: 1.6;
  position: sticky;
  top: 140px;
  margin-top: 70px;
}

/* 診療案内 右メニュー */
.medical_nav p {
  text-align: center;
}

.medical_nav p a {
  display: block;
  padding: 15px 0;
  background-color: #fff;
  color: var(--text-color);
  font-weight: bold;
  font-size: 19px;
  transition: 0.1s ease-in-out;
  border-radius: 20px 20px 0 0;
}

.medical_nav p a span {
  display: block;
  font-size: 14px;
}

.medical_nav p a:hover {
  background-color: #e0d6ce;
  color: var(--main-color);
}

.medical_nav {
  padding: 10px;
  background: var(--main-color);
  border-radius: 27px;
  position: relative;
}

.medical_nav ul {
  background-color: #fff;
  border-radius: 15px;
}

.medical_nav li:nth-child(odd) {
  background-color: #f1ebe2;
}

.medical_nav li:nth-child(even) {
  background-color: #f9f4ee;
}

.medical_nav li a {
  display: block;
  padding: 10px;
  text-align: center;
}

.medical_nav li a:hover {
  background-color: #fff;
}

.medical_nav li:last-child a:hover {
  border-radius: 0 0 20px 20px;
}

.medical_nav li:last-child {
  margin-bottom: 0;
  border-radius: 0 0 20px 20px;
}

.medical_nav img {
  width: 100%;
}

.medical_nav li:nth-child(odd) {
  background-color: #f1ebe2;
}

@media screen and (max-width: 640px) {
  .contents {
    width: auto;
    padding-inline: 5%;
    padding-bottom: 80px;
  }
  .contents.contents-row {
    display: block;
  }
  .contents_left {
    width: auto;
  }
  .contents_right {
    width: auto;
    padding: 0 5%;
  }
}
/*==================================================================

  $box

==================================================================*/
.cont_inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .cont_inner {
    max-width: 90%;
  }
}
/*==================================================================

  診療時間表

==================================================================*/
.schedule table {
  width: 100%;
  line-height: 1.5;
}

.schedule table td,
.schedule table th {
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 19px;
}

.sche_table_wrap {
  background: linear-gradient(to Right, var(--main-color), var(--sub-color));
  padding: 25px 30px;
  border-radius: 20px;
}

.schedule table tr:first-child th,
.schedule table tr:first-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 400;
}

.schedule table th {
  width: 30%;
  height: 50px;
}

.schedule table tr:not(:first-of-type) th {
  font-family: var(--gar);
  font-weight: 400;
}

.schedule table td {
  width: 10%;
}

.schedule_note {
  text-align: center;
  margin-top: 15px;
  color: #d23030;
  font-size: 16px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 640px) {
  .sche_table_wrap {
    padding: 15px 10px;
  }
  .schedule table {
    font-size: 14px;
  }
  .schedule table td,
  .schedule table th {
    font-size: 14px;
  }
}
/*============================================================================

  footer

============================================================================*/
footer {
  position: relative;
  width: 100%;
  background: url(../images/bg_footer.jpg) no-repeat center top/cover;
}

/* フッターの医院概要 */
.footer_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 100px 0 50px;
}

.footer_info_left {
  width: 50%;
}

.footer_info_right {
  width: 570px;
}

.footer_info_overview_logo {
  text-align: center;
  margin-bottom: 26px;
}

.footer_info_overview_logo img {
  width: 377px;
  height: 90px;
}

.footer_info_overview_bnr {
  margin-bottom: 27px;
}

.footer_info_overview_bnr a {
  transition: 0.2s ease;
}

@media (hover: hover) {
  .footer_info_overview_bnr a:hover {
    opacity: 0.8;
  }
}
.footer_info_overview_add {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
  background: #fff;
  border: 1px solid #b9d6cb;
  padding: 2px 10px;
  border-radius: 100px;
}

.footer_info_overview_add i {
  font-size: 15px;
  color: var(--main-color);
  margin-right: 12px;
}

.footer_info_overview_tel {
  text-align: center;
  font-family: var(--gar);
  font-weight: 400;
  font-size: 43px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
}

.footer_info_overview_tel i {
  position: relative;
  top: -3px;
  color: var(--main-color);
  font-size: 22px;
  margin-right: 10px;
}

.footer_info_overview_tel a {
  background: linear-gradient(to Right, var(--main-color), var(--sub-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.footer_info_access .btn01 {
  text-align: center;
}

.footer_info_access_map {
  margin-bottom: 10px;
}

.footer_info_access_map iframe {
  width: 100%;
  height: 558px;
  border-radius: 10px;
  border: 1px solid #b9d6cb;
}

.footer_info_access_desc {
  padding: 4px 0;
  color: #fff;
  background: #7bbd70;
  margin-bottom: 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 17px;
}

.footer_info_access_desc i {
  margin-right: 8px;
  font-size: 16px;
}

/* ページトップ */
.pagetop {
  width: 100px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
}

@media (hover: hover) {
  .pagetop {
    transition: opacity 0.2s ease-in-out;
  }
  .pagetop:hover {
    opacity: 0.8;
  }
}
/* コピーライト */
.copy {
  padding-bottom: 80px;
  text-align: center;
  color: #7bbd70;
  font-family: var(--gar);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.copy small {
  line-height: 1;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .footer_info {
    width: auto;
    padding: 40px 5%;
  }
  .footer_info_left,
  .footer_info_right {
    width: 100%;
  }
  .footer_info_left {
    margin-bottom: 20px;
  }
  .footer_info_overview_logo img {
    width: 80%;
    height: auto;
  }
  .footer_info_overview_tel {
    font-size: 32px;
  }
  .footer_info_overview_tel i {
    font-size: 16px;
  }
  .footer_info_overview_add {
    padding: 5px 20px;
    display: flex;
    text-align: left;
    font-size: 100%;
  }
  .footer_info_overview_add i {
    position: relative;
    top: 5px;
  }
  .footer_info_access_map iframe {
    height: 250px;
  }
  .footer_info_sche {
    float: none;
    width: 100%;
  }
  .footer_info_sche p {
    margin: 0;
  }
  .pagetop {
    width: 60px;
    height: 60px;
  }
  .copy {
    margin-top: 35px;
  }
}
/*==================================================================

  タイトル

==================================================================*/
h1 {
  font-size: 12px;
  position: absolute;
  max-width: 1720px;
  width: calc(100% - 200px);
  top: 48px;
  right: 0;
  left: 0;
  text-align: right;
  margin: auto;
}

@media screen and (max-width: 640px) {
  h1 {
    width: auto;
    padding: 5px 5%;
    background: var(--bg-color);
    text-align: center;
    position: static;
    margin: 0;
  }
}
hgroup {
  text-align: center;
}
hgroup h2 {
  font-family: var(--shi);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

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

  .btn
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* btn01 */
.btn01 a {
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  line-height: 1;
  border: 1px solid var(--main-color);
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  transition: ease-in-out 0.1s;
}

.btn01 a i {
  margin-right: 10px;
  color: var(--main-color);
  transition: ease-in-out 0.1s;
}

.btn01 {
  position: relative;
}

.btn01 a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.btn01 a:hover i {
  color: #fff;
}

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

  $画像寄せ
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
.img_fl,
.img_fr {
  max-width: 300px;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}

.img_fl {
  float: left;
  margin-right: 30px;
}

.img_fr {
  float: right;
  margin-left: 30px;
}

.img_fl img,
.img_fr img {
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .img_fl,
  .img_fr {
    float: none;
    max-width: none;
    margin: 0 0 1em 0;
  }
}
/*==================================================================

  メッセージ

==================================================================*/
.message_wrap {
  padding: 100px 0 195px;
  margin-bottom: -128px;
  background: url(../images/bg_message01.jpg) no-repeat left top, url(../images/bg_doctor01.png) no-repeat left bottom, url(../images/bg_doctor02.png) no-repeat right bottom, url(../images/bg_message02.jpg) no-repeat center top/cover;
}
.message_wrap hgroup {
  margin-bottom: 50px;
  background: url(../images/tit_bg01.png) no-repeat center;
}
.message_wrap hgroup h2 {
  margin-top: -35px;
  color: #275639;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.message_detail_wrap {
  display: flex;
  gap: 0 100px;
  max-width: 1720px;
  width: calc(100% - 200px);
  margin: 0 auto 80px;
}
.message_detail_wrap .photo {
  max-width: 760px;
}
.message_detail_wrap .photo img {
  border-radius: 5px;
}
.message_detail_wrap .photo img:last-of-type {
  margin-top: 5px;
}
.message_detail_wrap .detail {
  max-width: 640px;
  width: 100%;
}
.message_detail_wrap .detail h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 115px;
  color: #275639;
  font-size: 34px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  background: url(../images/tit_bg02.png) no-repeat center/100% auto;
  text-align: center;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.message_detail_wrap .detail h3::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 140px;
  width: 34px;
  height: 52px;
  background: url(../images/acce_about.png) no-repeat center/cover;
}
.message_detail_wrap .detail h3 .small {
  font-size: 80%;
}
.message_detail_wrap .detail h3 .inB {
  display: inline-block;
}
.message_detail_wrap .detail p {
  text-align: center;
  font-size: 18px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.333;
}
.message_detail_wrap .detail .name {
  margin-top: 24px;
  font-size: 21px;
  background: linear-gradient(to Right, #50aa78, #23693c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 2.143;
}

.message_list_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.message_list_wrap .item {
  max-width: 600px;
  width: 100%;
}
.message_list_wrap .item h3 {
  padding: 20px 0;
  text-align: center;
  color: #3c9a5c;
  font-size: 30px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  background: url(../images/tit_bg03.png) no-repeat center;
  margin-bottom: 10px;
}
.message_list_wrap .item .list {
  display: flex;
  align-items: center;
  min-height: 170px;
  width: 100%;
  background: rgba(231, 250, 219, 0.5);
  border-radius: 20px;
}
.message_list_wrap .item:nth-of-type(1) ul {
  margin-left: 77px;
}
.message_list_wrap .item:nth-of-type(2) .list {
  background: rgba(231, 250, 219, 0.5) url(../images/img_list_message.png) no-repeat right 43px top 2px;
}
.message_list_wrap .item:nth-of-type(2) ul {
  margin-left: 70px;
}
.message_list_wrap .item ul li {
  display: flex;
  gap: 0 12px;
  font-size: 18px;
  font-family: var(--shi);
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 0.05em;
}
.message_list_wrap .item ul li::before {
  content: "";
  position: relative;
  top: 9px;
  min-width: 21px;
  height: 21px;
  -webkit-mask: url(../images/icon_check.svg) no-repeat center/cover;
          mask: url(../images/icon_check.svg) no-repeat center/cover;
  background: #6ab985;
}

@media screen and (max-width: 640px) {
  .message_wrap {
    background-size: 45% auto, 45% auto, 45% auto, cover;
  }
  .message_wrap hgroup {
    padding: 0 5%;
    background-size: contain;
  }
  .message_wrap hgroup img {
    max-width: 350px;
    width: 100%;
  }
  .message_wrap hgroup h2 {
    margin-top: -10px;
  }
  .message_detail_wrap {
    margin: 0 auto 40px;
    width: 90%;
  }
  .message_detail_wrap .detail h3 {
    font-size: 24px;
  }
  .message_detail_wrap .detail p {
    font-size: 100%;
  }
  .message_detail_wrap .detail .name {
    font-size: 16px;
  }
  .photo {
    width: 90%;
    margin: 0 auto;
  }
  .message_list_wrap {
    width: 90%;
    margin: 40px auto;
  }
  .message_list_wrap .item h3 {
    font-size: 24px;
    background-size: contain;
  }
  .message_list_wrap .item ul li {
    font-size: 15px;
  }
  .message_list_wrap .item ul li::before {
    min-width: 16px;
    height: 16px;
  }
  .message_list_wrap .list {
    padding: 20px;
  }
  .message_list_wrap .item:nth-of-type(1) ul {
    margin-left: 0;
  }
  .message_list_wrap .item:nth-of-type(2) .list {
    padding: 20px 20px 170px;
    background-position: center bottom 5px;
  }
  .message_list_wrap .item:nth-of-type(2) ul {
    margin-left: 0;
  }
}
/* 院長ってどんな人？ */
.person {
  min-height: 708px;
  background: url(../images/bg_doctor03.png) no-repeat center bottom;
}
.person h3 {
  text-align: center;
  color: #3c9a5c;
  font-size: 36px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  background: url(../images/tit_bg03.png) no-repeat center;
  padding: 14px 0;
  margin-bottom: 28px;
}

.person_detail {
  position: relative;
  max-width: 1720px;
  width: calc(100% - 200px);
  min-height: 580px;
  margin: auto;
}
.person_detail .pop {
  position: absolute;
}
.person_detail .pop01 {
  top: 55px;
  left: 159px;
}
.person_detail .pop02 {
  top: 105px;
  right: 615px;
}
.person_detail .pop03 {
  top: 25px;
  right: 230px;
}
.person_detail .pop04 {
  left: 220px;
  bottom: 80px;
}
.person_detail .pop05 {
  right: 640px;
  bottom: 80px;
}
.person_detail .pop06 {
  right: 430px;
  bottom: 100px;
}
.person_detail .pop07 {
  right: 220px;
  bottom: 85px;
}

@media (min-width: 641px) and (max-width: 1670px) {
  .person_detail .pop01 {
    width: 285px;
    left: 0;
  }
  .person_detail .pop02 {
    right: 42%;
    width: 184px;
  }
  .person_detail .pop03 {
    right: 10%;
    width: 272px;
  }
  .person_detail .pop04 {
    left: 20px;
    width: 190px;
  }
  .person_detail .pop05 {
    left: 23%;
    right: auto;
    width: 282px;
  }
  .person_detail .pop06 {
    right: 35%;
    width: 145px;
  }
  .person_detail .pop07 {
    right: 15%;
    width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .person {
    background: none;
    min-height: auto;
  }
  .person h3 {
    font-size: 24px;
    background-size: contain;
  }
  .person_detail {
    width: 100%;
    padding: 20px 10px 300px;
    display: flex;
    gap: 10px 2%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    background: url(../images/bg_person_leaf01.png) no-repeat right top/30% auto, url(../images/bg_person_leaf03.png) no-repeat left bottom/30% auto, url(../images/bg_person_dot01.png) no-repeat center top/100% auto, url(../images/bg_person_dot02.png) no-repeat center bottom/100% auto, #dcd0bf url(../images/bg_person_sp.jpg) no-repeat center bottom/100% auto;
  }
  .person_detail .pop {
    width: 48%;
    position: static;
  }
  .person_detail .pop01 {
    order: 1;
  }
  .person_detail .pop02 {
    order: 2;
    width: 35%;
  }
  .person_detail .pop03 {
    order: 4;
  }
  .person_detail .pop04 {
    order: 3;
    width: 35%;
  }
  .person_detail .pop05 {
    order: 5;
  }
  .person_detail .pop06 {
    order: 6;
    width: 30%;
  }
  .person_detail .pop07 {
    order: 8;
    width: 32%;
  }
.person_detail:after {
    order: 7;
    content: "";
    width: 45%;
}
}
/*==================================================================

  6つの魅力

==================================================================*/
.feature {
  padding: 90px 0 120px;
  background: url(../images/bg_feature01.jpg) no-repeat right top, url(../images/bg_feature02.jpg) no-repeat left top 520px, url(../images/bg_feature03.jpg) no-repeat right top 46%, url(../images/bg_feature04.jpg) no-repeat right bottom 530px, url(../images/bg_feature05.jpg) no-repeat left bottom;
}
.feature .cont_inner {
  max-width: 1720px;
  width: calc(100% - 200px);
}
.feature hgroup {
  background: url(../images/tit_feature01.png) no-repeat center;
  margin-bottom: 65px;
}
.feature hgroup h2 {
  color: #275639;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.feature hgroup h2 span {
  color: #13b2c0;
}

.feature_item {
  display: flex;
  justify-content: right;
  gap: 30px 80px;
}
.feature_item:nth-of-type(even) {
  flex-direction: row-reverse;
  justify-content: left;
}
.feature_item:not(:last-of-type) {
  margin-bottom: 50px;
}
.feature_item .photo {
  max-width: 790px;
  width: 100%;
}
.feature_item .photo img {
  border-radius: 5px;
}
.feature_item .detail {
  display: flex;
  max-width: 640px;
  width: 100%;
}
.feature_item .title {
  position: relative;
  flex-shrink: 1;
  margin-bottom: 25px;
}
.feature_item .text {
  max-width: 480px;
  width: 100%;
}
.feature_item .en {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-family: var(--gar);
  font-weight: 400;
  line-height: 2.307;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.feature_item h3 {
  position: relative;
  z-index: 1;
  color: #7b5e2e;
  font-size: 28px;
  font-family: var(--shi);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.785;
}
.feature_item .acce {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: flex;
  align-items: center;
}
.feature_item ul li {
  display: flex;
  gap: 0 15px;
  font-family: var(--shi);
  font-weight: 400;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.feature_item ul li::before {
  content: "";
  position: relative;
  top: 12px;
  width: 21px;
  height: 21px;
  -webkit-mask: url(../images/icon_check.svg) no-repeat center/cover;
          mask: url(../images/icon_check.svg) no-repeat center/cover;
}

.feature_item01 .detail {
  gap: 0 10px;
}
.feature_item01 .num {
  margin-left: -62px;
}
.feature_item01 .title {
  margin-top: 35px;
}
.feature_item01 .en {
  color: #f6c253;
}
.feature_item01 ul li::before {
  background: #f6c253;
}

.feature_item02 .num {
  margin-left: -40px;
}
.feature_item02 .title {
  margin-top: 40px;
}
.feature_item02 .en {
  color: #9acd66;
}
.feature_item02 ul li::before {
  background: #9acd66;
}

.feature_item03 .num {
  margin-left: -59px;
}
.feature_item03 .title {
  margin-top: 35px;
}
.feature_item03 .en {
  color: #71bdd3;
}
.feature_item03 ul li::before {
  background: #71bdd3;
}

.feature_item04 .num {
  margin-left: -34px;
}
.feature_item04 .title {
  margin-top: 44px;
}
.feature_item04 .acce {
  right: 0;
}
.feature_item04 .en {
  color: #bdafc6;
}
.feature_item04 ul li::before {
  background: #bdafc6;
}

.feature_item05 .num {
  margin-left: -65px;
}
.feature_item05 .title {
  margin-top: 43px;
}
.feature_item05 .en {
  color: #f0a5ac;
}
.feature_item05 ul li::before {
  background: #f0a5ac;
}

.feature_item06 .num {
  margin-left: -47px;
}
.feature_item06 .title {
  margin-top: 50px;
}
.feature_item06 .en {
  color: #faab76;
}
.feature_item06 ul {
  margin-left: -150px;
}
.feature_item06 ul li::before {
  background: #faab76;
}

@media screen and (max-width: 640px) {
  .feature {
    background-size: 100% auto, 50% auto, 50% auto, 50% auto, 100% auto;
    background-blend-mode: multiply;
  }
  .feature .cont_inner {
    width: 90%;
  }
  .feature hgroup {
    background-size: cover;
  }
  .feature hgroup img {
    max-width: 350px;
    width: 100%;
  }
  .feature_item {
    flex-wrap: wrap;
  }
  .feature_item .detail {
    flex-wrap: wrap;
  }
  .feature_item .num {
    margin-left: auto !important;
    margin-right: auto;
  }
  .feature_item .num img {
    width: 120px;
  }
  .feature_item .title {
    margin-top: 0 !important;
  }
  .feature_item h3 {
    font-size: 20px;
  }
  .feature_item ul {
    margin-left: 0 !important;
  }
  .feature_item ul li {
    font-size: 15px;
  }
  .feature_item ul li::before {
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-size: cover;
  }
}
/*==================================================================

  数字でわかる

==================================================================*/
.about {
  padding: 65px 0 120px;
  background: url(../images/bg_about.jpg) no-repeat center/cover;
}
.about .cont_inner {
  position: relative;
}
.about hgroup {
  text-align: center;
  margin-bottom: 65px;
  background: url(../images/tit_about.png) no-repeat center bottom;
  padding-bottom: 10px;
}
.about hgroup h2 {
  margin-top: -48px;
  color: #275639;
  letter-spacing: 0.2em;
  -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
          filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}
.about hgroup h2 .large {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 52px;
  line-height: 1;
}
.about hgroup h2 .large span {
  background: linear-gradient(to Right, var(--main-color), var(--sub-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.about hgroup h2 .large::before, .about hgroup h2 .large::after {
  position: relative;
  top: 30px;
  display: inline-block;
  color: #fedc3f;
  font-size: 80px;
  line-height: 1;
}
.about hgroup h2 .large::before {
  content: "“";
  left: -25px;
}
.about hgroup h2 .large::after {
  content: "”";
  right: -20px;
}
.about hgroup h2 .small {
  margin-left: 1em;
  font-size: 16px;
}
.about .acce {
  position: absolute;
  top: 0;
  right: 48px;
}

.about_data_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}

.about_data {
  background: #ebf9e2;
  border-radius: 30px;
}
.about_data .item {
  text-align: center;
  padding: 8px 0;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #9fd6ae;
}
.about_data h3 {
  margin: -15px auto 30px;
  text-align: center;
  color: #fff;
  font-family: var(--shi);
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3px #43b420, 0 0 3px #43b420;
  width: 378px;
  height: 82px;
  background: url(../images/label_about.png) no-repeat center/cover;
}
.about_data h4 {
  color: #fff;
  font-size: 18px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 13px;
  background: url(../images/label_about_sub.jpg) no-repeat center;
  border-radius: 5px;
  margin-bottom: 13px;
}
.about_data p {
  color: #446c0e;
  font-family: var(--shi);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.about_data p:first-of-type {
  background: url(../images/pick_line_about.png) no-repeat center bottom;
}
.about_data strong {
  color: #f9983a;
  font-family: var(--gar);
  font-weight: 400;
  font-size: 59px;
  line-height: 1;
}
.about_data strong.medium {
  font-size: 40px;
}
.about_data strong.blue {
  color: #2eb3df;
}
.about_data strong.pink {
  color: #ed8181;
}

.about_data01 {
  max-width: 810px;
  width: 100%;
  min-height: 350px;
}

.list_staff {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
}
.list_staff .item {
  width: 210px;
}
.list_staff .item:nth-of-type(3) p:last-of-type {
  margin-top: 20px;
}

.about_data02 {
  max-width: 430px;
  width: 100%;
  text-align: center;
}

.about_data03 {
  max-width: 810px;
  width: 100%;
  min-height: 280px;
}

.list_work {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
}
.list_work .item {
  width: 330px;
  padding: 8px 0 20px;
}

.about_data04 {
  max-width: 430px;
  width: 100%;
}

.paid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  height: 140px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.paid::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 66px;
  width: 47px;
  height: 70px;
  background: url(../images/acce_about.png) no-repeat center/cover;
}
.paid p {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .about hgroup {
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
  }
  .about hgroup h2 {
    margin-top: -10px;
    font-size: 20px;
    line-height: 1.3;
  }
  .about hgroup h2 .large {
    font-size: 26px;
  }
  .about hgroup h2 .large::before, .about hgroup h2 .large::after {
    top: 0;
    font-size: 30px;
  }
  .about hgroup h2 .large::before {
    left: -10px;
  }
  .about hgroup h2 .large::after {
    right: -10px;
  }
  .about hgroup h2 .small {
    display: inline-block;
    margin-left: 0;
    font-size: 15px;
  }
  .about .acce {
    position: static;
    top: 0;
    right: 0;
    text-align: right;
  }
  .about .acce img {
    width: 200px;
  }
  .about_data {
    padding: 0 0 20px;
  }
  .about_data h3 {
    margin: -15px auto 30px;
    font-size: 17px;
    width: 100%;
    height: 55px;
    background-size: contain;
    background-position: center top;
  }
  .about_data h4 {
    font-size: 15px;
  }
  .about_data p {
    font-size: 14px;
  }
  .about_data strong {
    font-size: 40px;
  }
  .about_data strong.medium {
    font-size: 26px;
  }
  .list_staff {
    flex-wrap: wrap;
  }
  .list_staff .item {
    width: 210px;
  }
  .list_staff .item:nth-of-type(3) p:last-of-type {
    margin-top: 20px;
  }
  .list_work {
    justify-content: center;
    flex-wrap: wrap;
  }
  .list_work .item {
    max-width: 210px;
    width: 100%;
  }
  .paid {
    max-width: 90%;
  }
}
/*==================================================================

  先輩の声

==================================================================*/
.voice {
  padding: 105px 0 275px;
  margin-bottom: -188px;
  background: url(../images/bg_voice01.jpg) no-repeat right top, url(../images/bg_voice02.jpg) no-repeat left 69px top 98px, url(../images/bg_voice03.jpg) no-repeat right 30px bottom 1092px, url(../images/bg_voice04.jpg) no-repeat left 69px bottom 657px, url(../images/bg_voice05.jpg) no-repeat left bottom;
}
.voice hgroup {
  margin-bottom: 55px;
  background: url(../images/tit_voice.png) no-repeat center;
}
.voice hgroup h2 {
  color: #563727;
}

.voice_item_wrap:nth-of-type(1) {
  margin-bottom: 92px;
}
.voice_item_wrap figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
}
.voice_item_wrap figure::before, .voice_item_wrap figure::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.voice_item_wrap figure::before {
  top: -9px;
  left: -37px;
  width: 238px;
  height: 179px;
  background: url(../images/acce_voice01.png) no-repeat center/cover;
}
.voice_item_wrap figure::after {
  right: -47px;
  bottom: -37px;
  width: 179px;
  height: 238px;
  background: url(../images/acce_voice02.png) no-repeat center/cover;
}
.voice_item_wrap figure img {
  border-radius: 5px;
}
.voice_item_wrap figure figcaption {
  position: absolute;
  z-index: 2;
  top: -25px;
  left: -67px;
  width: 351px;
  height: 119px;
  background: url(../images/label_voice.png) no-repeat center/cover;
  color: #fff;
  font-size: 26px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 0 0 4px #38a009, 0 0 4px #38a009;
  padding-top: 5px;
}

.voice_text_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.voice_text {
  padding: 50px 45px;
  max-width: 620px;
  width: 100%;
  background: url(../images/bg_voice_detail.jpg);
  border-radius: 20px;
}
.voice_text h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7b5e2e;
  font-size: 24px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 75px 0 0;
  background: url(../images/name_acce_voice.png) no-repeat right center;
  margin-bottom: 16px;
}
.voice_text p {
  font-size: 17px;
  line-height: 2.058;
  letter-spacing: 0.025em;
}
.voice_text p:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .voice {
    padding: 105px 0 275px;
    margin-bottom: -100px;
    background-size: 100% auto, 50% auto, 50% auto, 50% auto, 100% auto;
    background-position: left top, left 10px top 20%, right 10px bottom 55%, left 10px bottom 20%, left bottom;
  }
  .voice hgroup {
    background-size: contain;
  }
  .voice hgroup img {
    width: auto;
    height: 60px;
  }
  .voice_item_wrap:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .voice_item_wrap figure {
    margin: 0 auto 20px;
    text-align: center;
  }
  .voice_item_wrap figure::before {
    top: -10px;
    left: -10px;
    width: 100px;
    height: 75px;
  }
  .voice_item_wrap figure::after {
    right: -10px;
    bottom: -10px;
    width: 75px;
    height: 100px;
  }
  .voice_item_wrap figure figcaption {
    top: -25px;
    left: -10px;
    width: 150px;
    height: 51px;
    font-size: 15px;
    padding-top: 0;
  }
  .voice_text {
    padding: 40px 20px;
  }
  .voice_text h3 {
    font-size: 18px;
    background-size: contain;
  }
  .voice_text p {
    font-size: 100%;
  }
}
/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap .slick-slider div {
  transition: none;
}

.loop_slide_wrap .slick-list {
  overflow: hidden !important;
}

.loop_slide_wrap .slick-initialized .slick-slide {
  height: auto;
  margin: 0 15px;
}

.loop_slide_wrap .slick-initialized .slick-slide img {
  width: 460px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
}

.loop_slide_wrap .slick-initialized .slick-slide:focus {
  outline: none;
}

@media screen and (max-width: 640px) {
  .loop_slide_wrap .slick-initialized .slick-slide img {
    width: 250px;
  }
}
/*==================================================================

  募集要項

==================================================================*/
.recruit {
  padding: 120px 0 150px;
  background: url(../images/bg_recruit01.png) no-repeat right top 125px, url(../images/bg_recruit02.png) no-repeat left bottom, url(../images/bg_recruit_tex.png) no-repeat center bottom;
}
.recruit hgroup {
  background: url(../images/tit_recruit.png) no-repeat center top;
  margin-bottom: 50px;
}
.recruit hgroup h2 {
  color: #275639;
}

.recruit_catch {
  text-align: center;
  margin-bottom: 65px;
  font-family: var(--shi);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.923;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
.recruit_catch span {
  display: inline-block;
  padding: 0 30px;
  background: url(../images/line_recruit_intro01.png) no-repeat center bottom/100% auto;
}

/* ラジオボタンを非表示 */
.recruit_tab_wrap input[type=radio] {
  display: none;
}

/* タブラベル */
.recruit_tab_label {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
  margin-bottom: 36px;
}

.recruit_tab_label label {
  display: block;
  max-width: 300px;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-bottom: none;
  font-size: 22px;
  font-family: var(--shi);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 18px 10px;
  border-radius: 10px;
}

.recruit_tab_label label::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 14px;
  height: 12px;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 0%);
}

.recruit_tab_label label:nth-of-type(1),
.recruit_tab_label label:nth-of-type(1)::after {
  text-shadow: 0 0 5px #de6d7b;
  background: #e896a0;
}

.recruit_tab_label label:nth-of-type(2),
.recruit_tab_label label:nth-of-type(2)::after {
  background: rgba(235, 159, 113, 0.7);
  text-shadow: 0 0 5px #d9704b;
}

.recruit_tab_label label:nth-of-type(3),
.recruit_tab_label label:nth-of-type(3)::after {
  text-shadow: 0 0 5px #4d9938;
  background: #aad09f;
}

/* 選択中のタブラベル */
#tab01:checked ~ .recruit_tab_label label[for=tab01]::after,
#tab02:checked ~ .recruit_tab_label label[for=tab02]::after,
#tab03:checked ~ .recruit_tab_label label[for=tab03]::after {
  display: block;
}

.tabpanel {
  display: none;
  border: 2px solid;
  padding: 1em;
  background: white;
  border-radius: 10px;
  padding: 68px 0 77px;
}

#tab01:checked ~ .recruit_tab_cont #panel01,
#tab02:checked ~ .recruit_tab_cont #panel02,
#tab03:checked ~ .recruit_tab_cont #panel03 {
  display: block;
}

.tabpanel dl {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.tabpanel dl dt {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 19px;
  width: 22%;
  border-bottom: 1px solid #fff;
}

.tabpanel dl dd {
  width: 78%;
  font-size: 17px;
  line-height: 1.764;
  letter-spacing: 0.05em;
  background: var(--bg-color);
  border-bottom: 1px solid #e2e2e2;
  padding: 18px 50px;
}

.tabpanel dl dd a {
  color: #e51818;
  text-decoration: underline;
}

.tabpanel dl dd a:hover {
  text-decoration: none;
}

/* 色別 */
#panel01 {
  border-color: #e896a0;
}

#panel01 dl dt {
  background: #e896a0;
}

#panel02 {
  border-color: rgba(235, 159, 113, 0.7);
}

#panel02 dl dt {
  background: rgba(235, 159, 113, 0.7);
}

#panel03 {
  border-color: #aad09f;
}

#panel03 dl dt {
  background: #aad09f;
}

@media screen and (max-width: 640px) {
  .recruit {
    padding: 80px 0 150px;
    background-size: 45% auto, 45% auto, cover;
    background-position: right top 150px, left bottom, center bottom;
  }
  .recruit hgroup {
    background-size: contain;
  }
  .recruit hgroup img {
    width: auto;
    height: 60px;
  }
  .recruit_catch {
    font-size: 100%;
    margin-bottom: 40px;
  }
  .recruit_catch span {
    background: none;
  }
  /* タブラベル */
  .recruit_tab_label {
    gap: 10px;
    margin-bottom: 20px;
  }
  .recruit_tab_label label {
    width: calc((100% - 20px) / 3);
    font-size: 15px;
    line-height: 1.3;
    padding: 10px;
  }
  .tabpanel {
    padding: 40px 20px;
  }
  .tabpanel dl dt {
    font-size: 19px;
    width: 100%;
  }
  .tabpanel dl dd {
    width: 100%;
    font-size: 100%;
    padding: 15px;
  }
}
/*==================================================================

  CSSアニメーション

==================================================================*/
/* フェードイン */
.fadeIn {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeIn {
  -webkit-animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン（下→上） */
.fadeInUp {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeInUp {
  -webkit-animation: fadeInUp 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeInUp 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* フェードイン（右→左） */
.fadeInRight {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeInRight {
  -webkit-animation: fadeInRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeInRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* フェードイン（左→右） */
.fadeInLeft {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeInLeft {
  -webkit-animation: fadeInLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeInLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* フリップ（右回転） */
.flipRight {
  opacity: 0;
  visibility: visible;
}

.is-visible.flipRight {
  -webkit-animation: flipRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: flipRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

@-webkit-keyframes flipRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes flipRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* フリップ（左回転） */
.flipLeft {
  opacity: 0;
  visibility: visible;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.is-visible.flipLeft {
  -webkit-animation: flipLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: flipLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes flipLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes flipLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* 恒常的に動くアニメーション */
/* ゆっくり回転（右回転） */
.rotateRight {
  -webkit-animation: rotateRight 20s linear infinite;
          animation: rotateRight 20s linear infinite;
}

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ゆっくり回転（左回転） */
.rotateLeft {
  -webkit-animation: rotateLeft 20s linear infinite;
          animation: rotateLeft 20s linear infinite;
}

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* 浮遊（基準点から上） */
.floatingUp {
  -webkit-animation: floatingUp 10s ease-in-out infinite;
          animation: floatingUp 10s ease-in-out infinite;
}

@-webkit-keyframes floatingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 浮遊（基準点から下） */
.floatingDown {
  -webkit-animation: floatingDown 10s ease-in-out infinite;
          animation: floatingDown 10s ease-in-out infinite;
}

@-webkit-keyframes floatingDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatingDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 生き物が跳ねる（鳥、リスなど） */
.jumping {
  position: relative;
  -webkit-animation: jumping 1s ease-in-out infinite;
          animation: jumping 1s ease-in-out infinite;
}

@-webkit-keyframes jumping {
  0% {
    top: 0;
  }
  10% {
    top: -5px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: -5px;
  }
  40% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}

@keyframes jumping {
  0% {
    top: 0;
  }
  10% {
    top: -5px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: -5px;
  }
  40% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
/*============================================================================

  common

============================================================================*/
.pc_inline {
  display: inline !important;
}

.sp_inline {
  display: none !important;
}

.sp_inline_ip {
  display: none !important;
}

.pc_table {
  display: none !important;
}

.sp_table {
  display: none !important;
}

.w010par {
  width: 10% !important;
}

.w020par {
  width: 20% !important;
}

.w025par {
  width: 25% !important;
}

.w050par {
  width: 50% !important;
}

.w075par {
  width: 75% !important;
}

.w100par {
  width: 100% !important;
}

.w010 {
  width: 10px !important;
}

.w020 {
  width: 20px !important;
}

.w030 {
  width: 30px !important;
}

.w040 {
  width: 40px !important;
}

.w050 {
  width: 50px !important;
}

.w060 {
  width: 60px !important;
}

.w070 {
  width: 70px !important;
}

.w080 {
  width: 80px !important;
}

.w090 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w255 {
  width: 255px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w305 {
  width: 305px !important;
}

.w310 {
  width: 310px !important;
}

.w320 {
  width: 320px !important;
}

.w330 {
  width: 330px !important;
}

.w340 {
  width: 340px !important;
}

.w350 {
  width: 350px !important;
}

.w360 {
  width: 360px !important;
}

.w365 {
  width: 365px !important;
}

.w370 {
  width: 370px !important;
}

.w380 {
  width: 380px !important;
}

.w390 {
  width: 390px !important;
}

.w400 {
  width: 400px !important;
}

.w410 {
  width: 400px !important;
}

.w415 {
  width: 415px !important;
}

.w420 {
  width: 420px !important;
}

.w430 {
  width: 430px !important;
}

.w435 {
  width: 435px !important;
}

.w440 {
  width: 440px !important;
}

.w450 {
  width: 450px !important;
}

.w460 {
  width: 460px !important;
}

.w470 {
  width: 470px !important;
}

.w480 {
  width: 480px !important;
}

.w490 {
  width: 490px !important;
}

.w500 {
  width: 500px !important;
}

.w510 {
  width: 510px !important;
}

.w520 {
  width: 520px !important;
}

.w530 {
  width: 530px !important;
}

.w540 {
  width: 540px !important;
}

.w550 {
  width: 550px !important;
}

.w560 {
  width: 560px !important;
}

.w570 {
  width: 570px !important;
}

.w580 {
  width: 580px !important;
}

.w590 {
  width: 590px !important;
}

.w600 {
  width: 600px !important;
}

.w610 {
  width: 610px !important;
}

.w620 {
  width: 620px !important;
}

.w630 {
  width: 630px !important;
}

.w640 {
  width: 640px !important;
}

.w650 {
  width: 650px !important;
}

.w660 {
  width: 660px !important;
}

.w670 {
  width: 670px !important;
}

.w680 {
  width: 680px !important;
}

.w690 {
  width: 690px !important;
}

.w700 {
  width: 700px !important;
}

.w710 {
  width: 710px !important;
}

.w720 {
  width: 720px !important;
}

.w730 {
  width: 730px !important;
}

.w740 {
  width: 740px !important;
}

.w750 {
  width: 750px !important;
}

.w760 {
  width: 760px !important;
}

.w765 {
  width: 765px !important;
}

.w960 {
  width: 960px !important;
}

.w980 {
  width: 980px !important;
}

.h030 {
  height: 30px !important;
}

.h180 {
  height: 180px !important;
}

.h190 {
  height: 190px !important;
}

.h200 {
  height: 200px !important;
}

.h240 {
  height: 240px !important;
}

.h250 {
  height: 250px !important;
}

.h280 {
  height: 280px !important;
}

.h300 {
  height: 300px !important;
}

.h350 {
  height: 350px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr01 {
  margin-right: 1px !important;
}

.mr02 {
  margin-right: 2px !important;
}

.mr03 {
  margin-right: 3px !important;
}

.mr04 {
  margin-right: 4px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr06 {
  margin-right: 6px !important;
}

.mr07 {
  margin-right: 7px !important;
}

.mr08 {
  margin-right: 8px !important;
}

.mr09 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

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

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

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

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

.ml00 {
  margin-left: 0 !important;
}

.ml01 {
  margin-left: 1px !important;
}

.ml02 {
  margin-left: 2px !important;
}

.ml03 {
  margin-left: 3px !important;
}

.ml04 {
  margin-left: 4px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml06 {
  margin-left: 6px !important;
}

.ml07 {
  margin-left: 7px !important;
}

.ml08 {
  margin-left: 8px !important;
}

.ml09 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma_auto {
  margin-left: auto;
  margin-right: auto !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt01 {
  padding-top: 1px !important;
}

.pt02 {
  padding-top: 2px !important;
}

.pt03 {
  padding-top: 3px !important;
}

.pt04 {
  padding-top: 4px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt09 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr01 {
  padding-right: 1px !important;
}

.pr02 {
  padding-right: 2px !important;
}

.pr03 {
  padding-right: 3px !important;
}

.pr04 {
  padding-right: 4px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr06 {
  padding-right: 6px !important;
}

.pr07 {
  padding-right: 7px !important;
}

.pr08 {
  padding-right: 8px !important;
}

.pr09 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px !important;
}

.pb02 {
  padding-bottom: 2px !important;
}

.pb03 {
  padding-bottom: 3px !important;
}

.pb04 {
  padding-bottom: 4px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb06 {
  padding-bottom: 6px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl01 {
  padding-left: 1px !important;
}

.pl02 {
  padding-left: 2px !important;
}

.pl03 {
  padding-left: 3px !important;
}

.pl04 {
  padding-left: 4px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl06 {
  padding-left: 6px !important;
}

.pl07 {
  padding-left: 7px !important;
}

.pl08 {
  padding-left: 8px !important;
}

.pl09 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pa01 {
  padding: 1px !important;
}

.pa02 {
  padding: 2px !important;
}

.pa03 {
  padding: 3px !important;
}

.pa04 {
  padding: 4px !important;
}

.pa05 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.fr10 {
  float: right;
  margin-left: 10px !important;
}

.fr15 {
  float: right;
  margin-left: 15px !important;
}

.fr30 {
  float: right;
  margin-left: 15px !important;
}

.fl10 {
  float: left;
  margin-right: 10px !important;
}

.fl15 {
  float: left;
  margin-right: 15px !important;
}

.fl30 {
  float: left;
  margin-right: 30px !important;
}

.txt10 {
  font-size: 10px !important;
}

.txt11 {
  font-size: 11px !important;
}

.txt12 {
  font-size: 12px !important;
}

.txt13 {
  font-size: 13px !important;
}

.txt14 {
  font-size: 14px !important;
}

.txt15 {
  font-size: 15px !important;
}

.txt16 {
  font-size: 16px !important;
}

.txt17 {
  font-size: 17px !important;
}

.txt18 {
  font-size: 18px !important;
}

.txt19 {
  font-size: 19px !important;
}

.txt20 {
  font-size: 20px !important;
}

.txt21 {
  font-size: 21px !important;
}

.txt22 {
  font-size: 22px !important;
}

.txt23 {
  font-size: 23px !important;
}

.txt24 {
  font-size: 24px !important;
}

.txt25 {
  font-size: 25px !important;
}

.txt26 {
  font-size: 26px !important;
}

.txt27 {
  font-size: 27px !important;
}

.txt28 {
  font-size: 28px !important;
}

.txt29 {
  font-size: 29px !important;
}

.txt30 {
  font-size: 30px !important;
}

.txt31 {
  font-size: 31px !important;
}

.txt32 {
  font-size: 32px !important;
}

.txt33 {
  font-size: 33px !important;
}

.txt34 {
  font-size: 34px !important;
}

.txt35 {
  font-size: 35px !important;
}

.txt36 {
  font-size: 36px !important;
}

.txt37 {
  font-size: 37px !important;
}

.txt38 {
  font-size: 38px !important;
}

.txt39 {
  font-size: 39px !important;
}

.txt40 {
  font-size: 40px !important;
}

.bold {
  font-weight: 700 !important;
}

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

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

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

.clear {
  clear: both !important;
}

.v_top {
  vertical-align: top !important;
}

.v_mid {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: bottom !important;
}

.color_red {
  color: #f33 !important;
}

.color_pink {
  color: #ed8c96 !important;
}

.color_blue {
  color: #00408f !important;
}

.color_green {
  color: #479f9d !important;
}

.color_orange {
  color: #ff8327 !important;
}

.color_yellow {
  color: #ffeb8b !important;
}

.color_beige {
  color: #dac58b !important;
}

.color_brown {
  color: #9b8052 !important;
}

.color_navy {
  color: #1f2774 !important;
}

.color_black {
  color: #333 !important;
}

.ls_0 {
  letter-spacing: 0 !important;
}

.ls_1 {
  letter-spacing: 1px !important;
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.line_h_2 {
  line-height: 2 !important;
}

.clearfix:after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc_inline {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_table {
    display: table !important;
  }
  .sp_table {
    display: table !important;
  }
  .sp_mb00 {
    margin-bottom: 0 !important;
  }
  .sp_mr00 {
    margin-right: 0 !important;
  }
  .sp_ml00 {
    margin-left: 0 !important;
  }
  .sp_mt00 {
    margin-top: 0 !important;
  }
  .sp_pb00 {
    padding-bottom: 0 !important;
  }
  .sp_pr00 {
    padding-right: 0 !important;
  }
  .sp_pl00 {
    padding-left: 0 !important;
  }
  .sp_pt00 {
    padding-top: 0 !important;
  }
  .sp_center {
    text-align: center !important;
  }
}