@charset "UTF-8";
/* Scss Document */
/******************************************
[font]
******************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

/******************************************
[color]
******************************************/
/******************************************
[mixin]
******************************************/
/******************************************
[base]
******************************************/
/* 全項共通のパーツを想定 */
body {
  position: relative;
  background: #ffffff;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Yu Gothic', 'Helvetica', 'Arial', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 15px;
}

body a {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
th,
td,
div,
a,
span,
input {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

main {
  width: 100%;
  margin: 0 auto;
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/******************************************
[common]
******************************************/
.base_txt01 {
  font-size: 17px;
  line-height: 2.3;
}

.base_txt02 {
  font-size: 16px;
  line-height: 1.8;
}

.base_txt03 {
  font-size: 17px;
  line-height: 2.5;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.base_txt04 {
  font-size: 16px;
  line-height: 2.2;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.lead_txt01 {
  font-size: 32px;
  font-size: clamp(28px, 1.66vw, 32px);
  color: #028452;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.lead_txt02 {
  font-size: 24px;
  color: #028452;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.lead_txt03 {
  font-size: 20px;
  color: #028452;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.lead_txt04 {
  font-size: 18px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.red {
  color: #a50813 !important;
}

.greenD1 {
  color: #028452;
}

.rad20 {
  border-radius: 20px;
}

.rad20 img {
  border-radius: 20px;
}

.rad30 {
  border-radius: 30px;
}

.rad30 img {
  border-radius: 30px;
}

.bold {
  font-weight: bold;
}

.bg_green {
  background-color: #ecf3ef;
  padding: 50px 60px;
}

.bg_white {
  background-color: #ffffff;
  padding: 50px 60px;
}

.flex_space3 {
  column-gap: 3%;
}

.flex_space5 {
  column-gap: 5%;
}

.flex_space8 {
  column-gap: 8%;
}

.check_li li {
  line-height: 1.5;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-weight: bold;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.check_li li::before {
  content: "\e901";
  font-family: "icomoon";
  color: #028452;
  margin-right: 6px;
  font-size: 16px;
  font-weight: normal;
}

.dot_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px 5%;
}

.dot_li li {
  line-height: 1.5;
}

.dot_li li::before {
  content: "\e905";
  font-family: "icomoon";
  color: #028452;
  margin-right: 2px;
  font-size: 18px;
  vertical-align: middle;
}

.dot_li02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 5%;
}

.dot_li02 li {
  min-width: 47%;
  line-height: 1.3;
  font-size: 17px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.dot_li02 li::before {
  content: "\e905";
  font-family: "icomoon";
  color: #028452;
  margin-right: 2px;
  font-size: 18px;
  vertical-align: middle;
}

.dot_line_tate {
  margin: auto;
  max-width: 20px;
  height: 100px;
  background-color: #ffffff;
  background-image: radial-gradient(#028452 20%, transparent 20%), radial-gradient(#028452 20%, transparent 30%);
  background-size: 20px 20px;
}

#pageTop a {
  display: block;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

@media only screen and (max-width: 1280px) {
  .bg_green,
  .bg_white {
    padding: 40px 30px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lead_txt01 {
    font-size: 28px;
  }
  .lead_txt02 {
    font-size: 22px;
  }
  .lead_txt04 {
    font-size: 17px;
    line-height: 2;
  }
  .sp_left {
    text-align: left;
  }
  .bg_green,
  .bg_white {
    padding: 30px 25px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .base_txt01 {
    font-size: 15px;
    line-height: 2;
  }
  .base_txt02 {
    font-size: 15px;
    width: 80%;
  }
  .base_txt03 {
    font-size: 15px;
    line-height: 2.2;
  }
  .base_txt04 {
    font-size: 15px;
    line-height: 2;
  }
  .lead_txt01 {
    font-size: 24px;
    line-height: 1.6;
  }
  .lead_txt02 {
    font-size: 20px;
  }
  .lead_txt03 {
    font-size: 18px;
  }
  .rad30 img {
    border-radius: 20px;
  }
  .sp_center {
    text-align: center;
  }
  .dot_li li {
    min-width: 40%;
  }
  #pageTop a {
    width: 45px;
    bottom: 80px;
    right: 10px;
  }
}

/******************************************
[btn]
******************************************/
.btn01 {
  margin-left: auto;
  min-width: 9em;
}

.btn01 a {
  display: block;
  color: #6eb088;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: bold;
  transition: 0.3s;
}

.btn01 a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: normal;
  margin-left: 10px;
  font-size: 15px;
}

.btn01 a:hover {
  color: #53986e;
}

.btn02, .btn03, .btn04 {
  width: 240px;
}

.btn02 a, .btn03 a, .btn04 a {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #028452;
  line-height: 1;
  padding: 20px 10px 20px 0;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0.15em;
}

.btn02 a::after, .btn03 a::after, .btn04 a::after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.btn02 a:hover, .btn03 a:hover, .btn04 a:hover {
  background-color: #029d62;
}

.btn03 {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.btn03 a {
  padding: 30px 10px 30px 0;
  font-size: 18px;
}

.btn04 {
  width: 360px;
}

.btn04 a {
  padding: 25px 10px 25px 0;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .btn01 {
    text-align: right;
  }
  .btn01 a {
    font-size: 15px;
  }
  .btn04 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn04 a {
    font-size: 17px;
    padding: 20px 10px 20px 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .btn02, .btn03, .btn04 {
    width: 300px;
  }
  .btn02 a, .btn03 a, .btn04 a {
    padding: 25px 10px 25px 0;
    font-size: 15px;
  }
  .btn03 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************************
[table]
******************************************/
.table01 {
  width: 100%;
  background-color: #ffffff;
  font-size: 15px;
  border-top: 1px solid #cdcdcd;
}

.table01 th {
  width: 110px;
  padding: 15px 10px 15px 15px;
  font-size: 15px;
  border-bottom: 1px solid #cdcdcd;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.table01 td {
  padding: 15px 5px;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
  color: #028452;
  font-weight: 500;
}

.table01 tr:not(:first-child) th {
  color: #028452;
}

.table01 tr:first-child td {
  color: #333333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  width: 64px;
}

.table01 .num {
  width: 10em;
}

.table02 {
  width: 100%;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  border-radius: 30px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
}

.table02 th {
  font-size: 17px;
  width: 12em;
  background-color: #6eb088;
  color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 10px;
  text-align: center;
  letter-spacing: 0.15em;
}

.table02 td {
  padding: 30px;
}

.table02 tr:not(:last-child) td {
  border-bottom: 1px solid #cdcdcd;
}

.table03 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.5;
  align-self: flex-start;
}

.table03 tr:first-child th,
.table03 tr:first-child td {
  background-color: #6eb088;
  color: #ffffff;
  font-size: 17px;
}

.table03 tr {
  border-bottom: 1px solid rgba(149, 201, 169, 0.5);
}

.table03 th {
  width: 25%;
  padding: 20px 20px 20px 30px;
  font-size: 17px;
  color: #028452;
  border-right: 1px solid #ecf3ef;
  background-color: #ecf3ef;
}

.table03 td {
  padding: 20px 20px 20px 40px;
}

@media only screen and (max-width: 768px) {
  .table02 {
    line-height: 1.6;
    border-radius: 20px;
  }
  .table02 th {
    width: 6em;
    font-size: 15px;
    padding: 20px 10px;
    line-height: 1.6;
  }
  .table02 td {
    padding: 20px 10px 20px 15px;
    line-height: 1.6;
  }
  .table03 th {
    min-width: 8em;
    padding: 15px 15px 15px 20px;
    font-size: 15px;
  }
  .table03 td {
    padding: 15px 15px 15px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .table01 th {
    font-size: 15px;
    padding: 18px 0;
  }
  .table01 td {
    padding: 18px 0;
  }
  .table01 tr:first-child td {
    width: 50px;
  }
}

/******************************************
[h-tag]
******************************************/
h1 {
  width: clamp(360px, 25vw, 480px);
  min-width: 280px;
}

h2 {
  font-size: 40px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-feature-settings: "palt";
}

h2 span {
  display: block;
  font-size: 18px;
  color: #6eb088;
  margin-bottom: 8px;
  font-family: "sofia-pro";
  letter-spacing: 0.15em;
}

h3 {
  font-size: 30px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
}

h4 {
  font-size: 25px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-bottom: 2px dotted rgba(110, 176, 136, 0.5);
  padding-bottom: 15px;
}

h5 {
  font-size: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

h5::before {
  content: "\e905";
  font-family: "icomoon";
  color: #6eb088;
  vertical-align: bottom;
}

h6 {
  font-size: 25px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #028452;
}

@media screen and (max-width: 1000px) {
  h1 {
    width: 280px;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    width: 50%;
  }
  h2 {
    font-size: 30px;
  }
  h2 span {
    font-size: 13px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 20px;
  }
}

/******************************************
[header]
******************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  padding: 0 30px;
  height: 140px;
}

#sp_menu {
  display: none;
}
@media screen and (max-width: 1680px) {
#mv {
    margin-top: 80px !important;
}
header {
  height: 100px !important;
}
}
@media screen and (max-width: 1000px) {
  header {
    padding: 0 0 0 20px;
    height: 70px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  }
  #sp_menu {
    display: flex;
    height: 70px;
    overflow: hidden;
  }
  .sp_time {
    line-height: 1;
  }
  .sp_time a {
    display: block;
    padding: 12px 10px 8px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
  }
  .sp_time p {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-feature-settings: "palt";
    font-size: 12px;
  }
  .sp_time i {
    display: block;
    font-size: 25px;
    margin-bottom: 6px;
    color: #028452;
  }
  #sp_box {
    width: 70px;
    position: relative;
  }
}

/******************************************
[mv pagettl]
******************************************/
#mv {
  position: relative;
  margin-top: 140px;
}

.main_copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.5;
}

#pagettl {
  width: 100%;
  margin-top: 140px;
  position: relative;
}

#pagettl p {
  position: absolute;
  left: 8%;
  bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  font-size: 45px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 0.12em;
  line-height: 1;
  font-feature-settings: "palt";
}

#pagettl span {
  display: block;
  font-size: 20px;
  font-family: "sofia-pro", "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 0.12em;
  margin-top: 20px;
  font-weight: bold;
}

#pagettl img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.slider {
  width: 100%;
  height: 0;
  padding-bottom: 46.8%;
  overflow: hidden;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.add-animation {
  animation: fadezoom 12s 0s forwards;
}

@media screen and (max-width: 1000px) {
  #mv {
    margin-top: 70px !important;
  }
  .main_copy {
    font-size: 4vw;
  }
  #pagettl {
    margin-top: 70px;
  }
  #pagettl p {
    left: 5%;
    bottom: 60px;
    font-size: 35px;
  }
  #pagettl img {
    width: 100%;
    min-height: auto;
    height: 300px;
    object-fit: cover;
  }
  .pagettl_right img {
    object-position: 70% center;
  }
}

@media screen and (max-width: 768px) {
  .main_schedule {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .main_copy {
    font-size: 28px;
  }
  .slider {
    padding-bottom: 120%;
  }
  #pagettl p {
    bottom: 50px;
    font-size: 30px;
  }
  #pagettl span {
    font-size: 15px;
    margin-top: 15px;
  }
  #pagettl img {
    height: 220px;
  }
}

/******************************************
[nav]
******************************************/
nav {
  text-align: center;
  width: 880px;
  min-width: 710px;
  margin-left: 20px;
}

nav .header_nav {
  display: flex;
  justify-content: space-between;
}

nav .header_nav li {
  position: relative;
}

nav .header_nav li a,
nav .header_nav li > p {
  display: block;
  font-size: 16px;
  transition: .3s;
  position: relative;
  padding: 30px 10px;
  line-height: 1;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

nav .header_nav li:hover .pull-down {
  visibility: visible;
  opacity: 1;
  top: 100%;
  width: 960px;
  background-color: #ecf3ef;
  padding: 30px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}

nav .header_nav li a:hover {
  color: #028452;
}

nav .header_nav i {
  color: #028452;
  margin-left: 0.3em;
}

.pull-down {
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99990;
  margin: 0;
  opacity: 0;
}

.pull-down .flex_box {
  justify-content: flex-start;
  align-items: center;
  column-gap: 50px;
}

.pull-down ul {
  display: flex;
  justify-content: space-between;
  column-gap: 1%;
}

.pull-down li {
  width: 33%;
}

.pull-down li a {
  display: block;
  background-color: #ffffff;
  border-right: none;
  padding: 0 0 20px !important;
  text-align: left;
  font-weight: normal;
  text-align: center;
}

.pull-down li a p {
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
}

.pull-down li a p span {
  display: block;
  font-weight: bold;
  color: #028452;
  margin-top: 10px;
}

.pull-down li a:hover {
  transform: scale(1.06);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}

.pulldown_ttl {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 20px;
}

.pulldown_btn a {
  font-size: 14px !important;
  padding: 0 !important;
}

.pulldown_btn i {
  transition: 0.3s;
}

.pulldown_btn a:hover i {
  margin-left: 0.5em;
}

.nav_pic {
  margin-bottom: 20px;
}

.nav_icon {
  width: 70px;
  margin: 0 auto 10px;
  padding-top: 30px;
}

#sp-menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  nav {
    width: auto;
    min-width: auto;
    margin-left: 0;
  }
  .header_nav {
    display: none !important;
  }
  #sp-menu {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 10000;
    background-color: #ffffff;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px;
  }
  #sp-menu ul {
    display: flex;
    justify-content: space-between;
  }
  #sp-menu li:first-child {
    width: 50px;
    z-index: 99999;
    border-radius: 5px;
    overflow: hidden;
  }
  #sp-menu li:nth-child(2) {
    height: 40px;
    z-index: 99997;
    margin: 5px auto 0;
  }
  #sp-menu li:nth-child(2) img {
    width: auto;
    height: 100%;
  }
  #sp-menu li:nth-child(3) {
    width: 50px;
    z-index: 99998;
    border-radius: 5px;
    overflow: hidden;
  }
  #sp-menu li:last-child {
    width: 50px;
    z-index: 99998;
    margin: 0 0 0 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  .sb-slidebar {
    position: relative;
  }
  .sb-slidebar li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .sb-slidebar li span {
    display: block;
    font-size: 2.8rem;
    font-style: italic;
    font-weight: bold;
  }
  .sb-slidebar li a {
    padding: 15px 20px;
    display: block;
    color: #ffffff;
  }
  .close {
    display: block;
    padding: 5px;
  }
  .close img {
    width: 50px;
    height: 50px;
  }
  #menu-info {
    padding: 20px;
    color: #ffffff;
  }
  #menu-info p {
    font-size: 1.3rem;
  }
  .menu-info-tel {
    font-size: 2.5rem;
    font-weight: 600;
  }
  .menu-info-tel a {
    color: #ffffff;
  }
  .menu-info-tel span {
    font-size: 3.5rem;
    font-weight: 600;
  }
}

/******************************************
[side]
******************************************/
.side_btn {
    position: fixed;
    top: calc(100vh - 630px);
    right: 0;
    width: 70px;
    transition: 0.3s;
    /*animation: btnMove 1s ease infinite alternate;*/
    transform-origin: right center;
}
@keyframes btnMove {
    0% {
    transform: scale(1);
        
    }
    100% {
    transform: scale(1.05);
        
    }
}

.side_btn a {
  display: block;
  background-color: #028452;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-radius: 20px 0 0 20px;
  box-shadow: 3px 3px 10px 0 rgba(51, 51, 51, 0.3);
  transition: 0.3s;
  text-align: center;
  padding: 25px 0;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px 0;
    overflow: hidden;
}
.side_btn a:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #36c18c;
    opacity: 0.6;
    transition: 300ms;
    animation: shinyshiny 3.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.side_btn a p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
    position: relative;
    z-index: 500;
}

.side_btn a p span {
  text-orientation: upright;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.side_btn a i {
  display: block;
  width: 100%;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1;
    position: relative;
    z-index: 500;
}

.side_btn a:hover {
  background-color: #029d62;
}

#main_schedule {
  z-index: 100;
  position: fixed;
  top: calc(100vh - 410px);
  right: 0;
  height: auto;
  z-index: 10000;
  display: flex;
  justify-content: flex-start;
}

#main_schedule p {
  font-size: 1.3rem;
}

#main_schedule .table01 {
  border-top: none;
}

#main_schedule .table01 th {
  padding: 10px 10px 10px 15px;
}

#main_schedule .table01 td {
  padding: 10px 5px;
}

#main_schedule i {
    position: relative;
    z-index: 500;
}

.main_schedule_tab {
  writing-mode: vertical-rl;
  color: #ffffff;
  background-color: #028452;
  width: 70px;
  height: 200px;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  box-shadow: 3px 3px 10px 0 rgba(51, 51, 51, 0.3);
  transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.main_schedule_tab:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #23b37c;
    opacity: 0.6;
    transition: 300ms;
    animation: shinyshiny 3.5s ease-in-out infinite;
}

.main_schedule_tab:hover {
  background-color: #029d62;
}

.main_schedule_inner {
  width: 600px;
  background-color: #ffffff;
  padding: 15px 25px 20px;
  border-radius: 0 0 0 5px;
  box-shadow: 3px 3px 10px 0 rgba(51, 51, 51, 0.3);
}
.scheduleClose {
    display: none;
}
@media screen and (max-width: 1680px) {
.side_btn {
  position: fixed;
  top: calc(100vh - 430px);
  right: 0;
  width: 70px;
  transition: 0.3s;
}
.scheduleClose {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #028452;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 900;
    font-size: 22px !important;
    padding-bottom: 3px;
    padding-left: 1px;
}

#main_schedule {
  top: calc(100vh - 210px);
}
.main_schedule_inner {
    position: fixed;
    top: calc(50% + 60px);
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
}

@media screen and (max-width: 1000px) {
  #side,
  #main_schedule {
    display: none;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background-color: #028452;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

.footer_inner {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.footer_right {
  width: 240px;
}

.footer_nav {
  width: 70%;
  display: flex;
  justify-content: space-between;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.footer_nav dt {
  font-size: 16px;
  font-feature-settings: "palt";
}

.footer_nav dd {
  font-size: 14px;
  margin-top: 10px;
  font-feature-settings: "palt";
}

.footer_nav dd::before {
  content: '-';
  color: #6eb088;
  margin-right: 0.5em;
}

.footer_nav a:hover {
  color: #dce9e2;
}

.footer_reserve_btn a {
  display: block;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 1.2;
  padding: 20px 0 20px 40px;
  border-radius: 50px;
  position: relative;
  font-weight: 500;
  transition: 0.3s;
}

.footer_reserve_btn a::before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}

.footer_reserve_btn a:hover {
  background-color: #029d62;
}

.copyright {
  text-align: right;
  font-size: 12px;
  padding-bottom: 60px;
}

.footer_fixed {
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer_inner {
    display: block;
  }
  .footer_nav {
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 40px;
  }
  .footer_nav dt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer_right {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_reserve_btn a::before {
    left: 75px;
  }
  .copyright {
    text-align: center;
    padding-bottom: 100px;
  }
  .footer_fixed {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 64px;
    overflow: hidden;
  }
  .footer_fixed li {
    width: 50%;
  }
  .footer_fixed li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    padding: 22px 0 18px;
    line-height: 1;
    background-color: #029d62;
  }
  .footer_fixed li i {
    display: inline-block;
    vertical-align: sub;
    margin-right: 0.3em;
    font-size: 26px;
  }
  .footer_fixed li:first-child a {
    background-color: #6eb088;
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .footer_inner {
    padding: 50px 0;
  }
  .footer_nav {
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_nav dl {
    width: 100%;
  }
  .footer_nav dt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
  }
  .footer_nav dd {
    font-size: 14px;
  }
  .footer_nav dl:nth-of-type(2) dt,
  .footer_nav dl:nth-of-type(3) dt {
    border-bottom: none;
    padding: 15px 0 0;
  }
  .footer_nav dd:last-of-type {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer_reserve_btn a {
    font-size: 18px;
  }
  .footer_reserve_btn a::before {
    left: 65px;
  }
}

/******************************************
[top]
******************************************/
#cont01 {
  background: url(../images/cont01_bg.webp) bottom 70px right no-repeat;
  background-size: 58% auto;
}

#cont01 h2 {
  font-size: 32px;
}

#cont01 .flex_box {
  column-gap: 5%;
  justify-content: flex-start;
  align-items: center;
}

.cont01_left {
  width: 48%;
  min-width: 400px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

.cont01_left img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

#cont02 {
  background-color: #f5f5f5;
}

#cont02 h2 span {
  display: inline;
  margin-left: 1em;
}

.cont02_li {
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
}

.cont02_li li {
  width: 24%;
  text-align: center;
}

.cont02_li li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #ffffff;
  position: relative;
  transition: 0.3s;
}

.cont02_li li a:hover {
  transform: scale(1.06);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
}

.cont02_li li p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
}

.cont02_li li p span {
  display: block;
  color: #028452;
  font-weight: bold;
}

.cont02_li_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cont03_li {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}

.cont03_li li {
  width: 30%;
  position: relative;
}

.cont03_ttl {
  font-size: 20px;
  color: #028452;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 15px;
  position: relative;
  line-height: 1.5;
}

.cont03_ttl span {
  font-family: "sofia-pro";
  font-size: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5em;
  z-index: 20;
  color: #028452;
  font-weight: 600;
  font-style: italic;
}

#cont04 {
  background-color: #ecf3ef;
  position: relative;
}

#cont04::before {
  content: 'DOCTOR';
  font-family: "sofia-pro";
  font-weight: bold;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 130px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: -0.08em;
  left: 3vw;
  z-index: -1;
}

.cont04_right {
  order: 2;
  width: 43%;
}

.cont04_left {
  width: 45%;
}

.cont04_position {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.cont04_name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.cont04_name span {
  font-size: clamp(35px, 2.3vw, 44px);
  letter-spacing: 0.2em;
  margin-right: 10px;
}

#cont06 a {
  display: block;
  padding: 100px 9%;
}

#cont06 a:hover .cont06_more::after {
  animation: pathmove 1.3s ease-in-out infinite;
}

.cont06_left {
  background: url(../images/cont06_01.webp) center right 20% no-repeat;
  background-size: cover;
}

.cont06_inner {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: saturate(100%) blur(3px);
  -webkit-backdrop-filter: saturate(100%) blur(3px);
  padding: 60px 60px 80px;
  position: relative;
  min-height: 360px;
}

.cont06_more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-family: "sofia-pro";
  text-align: center;
}

.cont06_more::after {
  content: '';
  position: absolute;
  top: 1.5em;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #333333;
  margin: 8px auto 0;
}

@keyframes pathmove {
  0% {
    height: 40px;
    top: 1.5em;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(2.5em + 40px);
    opacity: 0;
  }
}

.cont06_ttl {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}

.cont06_ttl span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#top_map {
  height: 600px;
}

.schedule_note {
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.schedule_note span {
  color: #028452;
}

.tel_num {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #028452;
  line-height: 1;
  margin-bottom: 10px;
}

.tel_num span {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: normal;
}

.tel_num a {
  color: #028452;
}

.tel_note {
  letter-spacing: 0.04em;
}

.top_access_flex {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 20px;
}

.top_access_flex .icon-map {
  color: #028452;
  font-size: 22px;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.top_access_ad {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.top_access_btn a {
  display: block;
  width: 8.5em;
  border: 1px solid #028452;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  color: #028452;
  padding: 8px 3px;
  font-size: 13px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  transition: 0.3s;
  line-height: 1;
  letter-spacing: 0.06em;
}

.top_access_btn a:hover {
  background-color: #028452;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .cont02_li li p {
    font-size: 1.5vw;
  }
  .cont02_icon {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #cont01 {
    background: url(../images/cont01_bg.webp) no-repeat;
    background-size: 58% auto;
    background-position: bottom 70px right;
  }
  #cont01 h2 {
    font-size: 24px;
    text-align: center;
  }
  #cont01 .btn02, #cont01 .btn03, #cont01 .btn04 {
    margin-left: auto;
    margin-right: auto;
  }
  .cont01_left {
    width: 95%;
    min-width: auto;
    border-radius: 0 20px 20px 0;
  }
  .cont01_left img {
    min-height: 300px;
  }
  .cont01_right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont03_li {
    display: block;
  }
  .cont03_li li {
    width: 80%;
    margin: 0 auto 60px;
  }
  .cont03_li li img {
    width: 100%;
  }
  #cont04 .lead_txt01 {
    text-align: center;
  }
  #cont04 .btn02, #cont04 .btn03, #cont04 .btn04 {
    margin-left: auto;
    margin-right: auto;
  }
  .cont04_right {
    width: 70%;
    margin: 0 auto 50px;
  }
  .cont04_left {
    width: 100%;
  }
  .cont04_position {
    text-align: center;
  }
  .cont04_name {
    text-align: center;
    font-size: 13px;
  }
  .cont04_name span {
    display: block;
    font-size: 36px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  #cont01 {
    background-size: 90% auto;
    background-position: bottom 30px right;
  }
  #cont02 h2 {
    text-align: center;
  }
  #cont02 h2 span {
    display: block;
    margin-left: 0;
  }
  #cont02 .btn02, #cont02 .btn03, #cont02 .btn04 {
    margin-left: auto;
    margin-right: auto;
  }
  .cont02_li {
    flex-wrap: wrap;
  }
  .cont02_li li {
    width: 48%;
    margin-bottom: 20px;
  }
  .cont02_li li p {
    font-size: 15px;
  }
  .cont03_li {
    display: block;
  }
  .cont03_li li {
    width: 100%;
  }
  #cont04::before {
    font-size: 60px;
  }
  #cont06 a {
    padding: 30px;
  }
  #cont05 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .cont06_inner {
    padding: 50px 20px 80px;
  }
  .cont06_ttl {
    font-size: 24px;
  }
  .cont06_ttl span {
    font-size: 17px;
  }
  .top_access_flex {
    display: block;
    text-align: center;
  }
  .top_access_logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .tel_num {
    font-size: 20px;
    text-align: center;
  }
  .tel_num span {
    font-size: 32px;
  }
  .top_access_btn a {
    padding: 10px 3px;
    margin: 15px auto;
  }
  #top_map {
    height: 460px;
  }
}

/******************************************
[news]
******************************************/
#top_topics {
  position: relative;
}

#top_topics .btn01 {
  margin-left: auto;
}

#top_topics .flex_box {
  justify-content: flex-start;
  background-color: #ecf3ef;
  padding: 50px 40px;
  border-radius: 20px;
  align-items: center;
  column-gap: 3%;
}

#top_topics .topics_li {
  width: 60%;
}

.news_ttl {
  width: 20%;
  min-width: 5em;
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
}

#top_topics .topics_li li a,
#news .topics_li li a {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 2em;
  transition: 0.3s;
}

#top_topics .topics_li li:not(:last-child),
#news .topics_li li:not(:last-child) {
  margin-bottom: 10px;
}

#top_topics .topics_li li a:hover,
#news .topics_li li a:hover {
  color: #028452;
}

#top_topics .topics_date,
#news .topics_date {
  font-size: 14px;
  color: #6eb088;
  font-family: "sofia-pro";
}

#news .topics_li {
  width: 100%;
}

#news .topics_li li a {
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
  margin-bottom: 0;
}

#news .topics_li li:not(:last-child) {
  margin-bottom: 0;
}

.pagenation ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  column-gap: 20px;
}

.pagenation li {
  font-size: 16px;
}

.pagenation li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #6eb088;
  transition: 0.4s;
  color: #6eb088;
}

.pagenation li a:hover {
  background-color: #6eb088;
  color: #ffffff;
}

.active {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  background-color: #6eb088;
  color: #ffffff;
}

.prev a,
.next a {
  display: block;
  font-size: 20px;
  line-height: 40px !important;
}

@media only screen and (max-width: 768px) {
  .news_ttl {
    width: 100%;
    margin-bottom: 30px;
  }
  #top_topics .flex_box {
    padding: 40px 25px 30px;
  }
  #top_topics .topics_li,
  #news .topics_li {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #top_topics .topics_li li a {
    display: block;
  }
  #top_topics .topics_li li:not(:last-child) {
    margin-bottom: 15px;
  }
  #top_topics .topics_date {
    font-size: 13px;
  }
}

/******************************************
[news_detail]
******************************************/
#news_detail .topics_ttl {
  font-size: 28px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  border-bottom: 1px solid #6eb088;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

#news_detail .topics_date {
  font-family: "sofia-pro";
  font-size: 13px;
  text-align: right;
}

#news_detail .btn02, #news_detail .btn03, #news_detail .btn04 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #news_detail .topics_ttl {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.time_indent {
    text-indent: -103px;
    padding-left: 103px;
}
.main_schedule_inner .time_indent {
    text-indent: -92px;
    padding-left: 92px;
}

/******************************************
[features]
******************************************/
.features01_pic {
  position: relative;
}

.feauture_num {
  position: absolute;
  top: -50px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  color: #028452;
  text-align: center;
  line-height: 1;
  padding-top: 43px;
  border: 1px solid #028452;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: saturate(100%) blur(3px);
  -webkit-backdrop-filter: saturate(100%) blur(3px);
  font-family: "sofia-pro";
  letter-spacing: 0.06em;
}

.feauture_num span {
  display: block;
  font-size: 50px;
}

.features01_ttl {
  font-size: 28px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #028452;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.features01_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #028452;
  z-index: -1;
  width: calc(100% + 5vw);
  margin-left: -5vw;
}

#features02 {
  background: url(../images/features02_bg.webp) center center no-repeat;
  background-size: cover;
  padding: 140px 0;
}

#features02 .btn02, #features02 .btn03, #features02 .btn04 {
  margin-left: auto;
  margin-right: auto;
}

#features02 .base_txt02 {
  border-left: 1px solid #9e9e9e;
  padding-left: 4%;
  margin-left: 4%;
}

.features02_bg {
  padding: 70px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: saturate(100%) blur(8px);
  -webkit-backdrop-filter: saturate(100%) blur(8px);
}

.odori_logo {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .feauture_num {
    top: auto;
    bottom: -30px;
    right: auto;
    left: -20px;
  }
  #features02 .base_txt02 {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid #9e9e9e;
    padding-top: 25px;
  }
  .odori_logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .feauture_num {
    bottom: -30px;
    left: -10px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 13px;
  }
  .feauture_num span {
    font-size: 40px;
  }
  .features01_ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }
  .features01_ttl::after {
    width: 100%;
    margin-left: 0;
  }
  #features02 {
    padding: 80px 0;
  }
  .features02_bg {
    padding: 40px 25px;
  }
  .odori_logo {
    width: 80%;
  }
}

/******************************************
[doctor]
******************************************/
.doctor01_area {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  min-height: 900px;
}

.doctor01_left {
  width: 50%;
  margin-left: 5%;
}

.doctor01_pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
  min-width: 700px;
  height: 100%;
  border-radius: 100px 0 0 0;
  overflow: hidden;
}

.doctor01_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor01_ttl {
  font-size: 32px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #028452;
  font-weight: bold;
}

.doctor_name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: right;
}

.doctor_name span {
  font-size: 32px;
  margin-left: 0.5em;
}

.doctor01_career_bg {
  background-color: #ecf3ef;
  margin: 0 2.5% 2.5%;
  padding: 70px 0;
}

.doctor01_career_ttl {
  font-size: 30px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  color: #028452;
}

.doctor01_career_li01 li {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  font-size: 17px;
  margin-bottom: 15px;
  column-gap: 0.5em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.doctor01_career_year {
  min-width: 12em;
  position: relative;
}

.doctor01_career_year span {
  background-color: #ecf3ef;
  padding-right: 0.5em;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

.doctor01_career_year::after {
  content: '・・・・・・・・・';
  position: absolute;
  top: 1em;
  right: 0;
  color: #9e9e9e;
  z-index: 1;
  font-size: 6px;
  font-feature-settings: normal;
}

.doctor01_career_li02 li {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.doctor01_career_li02 li::before {
  content: "\e905";
  font-family: "icomoon";
  color: #9e9e9e;
}

@media only screen and (max-width: 1400px) {
  .doctor01_area {
    padding-top: 40px;
  }
  .doctor01_pic {
    min-width: auto;
    width: 60%;
    height: 700px;
    border-radius: 80px 0 0 0;
  }
}

@media only screen and (max-width: 1000px) {
  .doctor01_area {
    padding: 0;
  }
  .doctor01_left {
    width: 90%;
    margin: 40px 5% 60px;
  }
  .doctor01_pic {
    position: static;
    width: 95%;
    height: 500px;
    min-width: auto;
    margin-left: auto;
  }
  #doctor01 .flex_box {
    display: block;
  }
  #doctor01 .flex_60,
  #doctor01 .flex_30 {
    width: 100%;
  }
  .doctor01_career_li01 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .doctor01_ttl {
    font-size: 28px;
    line-height: 1.6;
  }
  .doctor01_career_bg {
    padding: 40px 0;
  }
  .doctor01_career_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .doctor01_career_year {
    min-width: 9em;
  }
  .doctor01_career_li01 li,
  .doctor01_career_li02 li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .doctor01_ttl {
    font-size: 24px;
    text-align: center;
  }
  .doctor01_pic {
    border-radius: 40px 0 0 0;
    height: 400px;
  }
  .doctor01_pic img {
    object-position: right 0 top 50%;
  }
  .doctor_name {
    font-size: 18px;
  }
  .doctor_name span {
    font-size: 24px;
  }
  .doctor01_career_bg {
    padding: 30px 0;
  }
  .doctor01_career_ttl {
    font-size: 22px;
  }
}

/******************************************
[introduction]
******************************************/
.introduction01_ttl {
  font-size: 25px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  margin: 20px auto 25px;
  border-bottom: 1px solid #028452;
  width: fit-content;
  line-height: 1.5;
  padding-bottom: 5px;
  font-weight: bold;
}

.introduction01_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px 5%;
}

.introduction01_li li {
  width: 47%;
}

.introduction01_li li div {
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .introduction01_ttl {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .introduction01_ttl {
    margin: 20px 0 15px;
  }
  .introduction01_li {
    gap: 70px 0;
  }
  .introduction01_li li {
    width: 100%;
  }
  .introduction01_li li p {
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************************
[treatment]
******************************************/
.treatment01_bg {
  background-color: #f5f5f5;
  padding: 70px;
}

.treatment01_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 3%;
}

.treatment01_li li {
  width: 48%;
  text-align: center;
}

.treatment01_li li a {
  display: block;
  background-color: #ffffff;
  padding: 70px 15px;
  transition: 0.3s;
}

.treatment01_li li a:hover {
  transform: scale(1.06);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
}

.treatment01_ttl {
  font-size: 22px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  margin: 30px 0 15px;
}

.treatment01_ttl span {
  display: block;
  color: #028452;
  font-weight: bold;
}

.treatment02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px 5%;
}

.treatment02_dl {
  width: 47%;
}

.treatment02_dl dt {
  font-size: 24px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  border-bottom: 1px solid #028452;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #028452;
}

.treatment02_dl dd {
  font-size: 17px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
}

.treatment02_dl dd::before {
  content: "\e905";
  font-family: "icomoon";
  color: #cdcdcd;
}

.treatment_etc {
  font-size: 18px;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .treatment01_bg {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .treatment01_bg {
    padding: 20px;
  }
  .treatment01_li {
    gap: 30px 3%;
  }
  .treatment01_li li a {
    padding: 40px 15px;
  }
  .treatment01_ttl {
    font-size: 17px;
  }
  .treatment02_dl dt {
    font-size: 22px;
  }
  .treatment02_dl dd {
    font-size: 15px;
  }
  .treatment_etc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .treatment01_li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .treatment01_li li {
    width: 100%;
  }
  .treatment02_flex {
    gap: 30px 0;
  }
  .treatment02_dl {
    width: 100%;
  }
  .treatment02_dl dt {
    font-size: 20px;
  }
}

/******************************************
[treatment common]
******************************************/
.case_dl {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 5%;
  background-color: #ecf3ef;
  padding: 60px;
  border-radius: 20px;
}

.case_dl dt {
  width: 15%;
  min-width: 120px;
}

.case_dl dd {
  width: 85%;
}

.case_subttl {
  font-size: 16px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  margin-bottom: 10px;
  line-height: 1;
  padding: 10px 25px;
  width: fit-content;
  background-color: #6eb088;
  color: #ffffff;
  border-radius: 30px;
}

#treatment_list {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1000px) {
  .case_dl {
    padding: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .case_dl {
    padding: 40px 30px;
    display: block;
  }
  .case_dl dt {
    width: 35%;
    margin: 0 auto 20px;
  }
  .case_dl dd {
    width: 100%;
  }
}

/******************************************
[ent]
******************************************/
#ent01 .flex_start03 {
  flex-wrap: wrap;
  gap: 10px 8%;
}

#ent01 .check_li li:not(:last-child) {
  margin-bottom: 10px;
}

/******************************************
[child]
******************************************/
#child02 .check_li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}

#child02 .check_li li {
  width: calc(33.3% - 6.6px);
  background-color: #ecf3ef;
  padding: 15px 20px 15px 50px;
  border-radius: 5px;
}

@media only screen and (max-width: 1000px) {
  #child02 .check_li li {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 768px) {
  #child02 .check_li li {
    width: 100%;
    padding: 12px 10px 12px 40px;
  }
}

/******************************************
[allergy]
******************************************/
.allergy01_icon_li {
  display: flex;
  justify-content: space-between;
  gap: 0 3%;
}

.allergy01_icon_li li {
  width: 23%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allergy01_icon_li li img {
  width: 60%;
  height: auto;
}

#allergy02 {
  background-color: #ecf3ef;
}

/******************************************
[argon]
******************************************/
#argon02 {
  background-color: #f5fbf8;
}

.argon_flow_li {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.argon_flow_li li {
  position: relative;
  width: 23%;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
}

.argon_flow_li li figure {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.argon_flow_li li div {
  padding: 25px;
}

.argon_flow_li li:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 40px;
  clip-path: polygon(0 0, 0% 100%, 43% 51%);
  background-color: #6eb088;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
}

.argon_flow_num {
  font-size: 64px;
  font-family: "sofia-pro";
  font-weight: bold;
  color: #028452;
  text-align: center;
  line-height: 1;
  font-style: italic;
  position: absolute;
  top: -0.6em;
  left: 20px;
}

.argon_flow_ttl {
  font-size: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  color: #028452;
  text-align: center;
  line-height: 1;
}

.argon02_bg {
  background-color: #ecf3ef;
  padding: 60px 30px;
  border-radius: 30px;
}

.argon02_li li {
  font-size: 18px;
}

.argon02_li li::before {
  content: '・';
}

.argon02_li li:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .argon_flow_li {
    flex-wrap: wrap;
    gap: 60px 40px;
  }
  .argon_flow_li li {
    width: calc(50% - 20px);
  }
  .argon_flow_li li figure {
    width: 100%;
  }
  .argon_flow_li li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .argon_flow_li li div {
    padding: 30px 25px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .argon_flow_li {
    flex-wrap: wrap;
    gap: 60px 40px;
  }
  .argon_flow_li li {
    width: 100%;
  }
  .argon_flow_li li div {
    padding: 30px 25px 25px;
  }
  .argon_flow_li li:not(:last-child)::after {
    width: 60px;
    height: 40px;
    clip-path: polygon(100% 0, 0 0, 50% 51%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 50%;
    left: 50%;
    top: auto;
    bottom: -60px;
  }
}

/******************************************
[first]
******************************************/
.first01_ttl {
  background-color: #6eb088;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.first01_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2%;
}

.first01_li li {
  width: fit-content;
  min-width: 40%;
  font-size: 18px;
  border-bottom: 2px dotted #cdcdcd;
  padding-bottom: 10px;
}

.first01_li li::before {
  content: "\e901";
  font-family: "icomoon";
  color: #6eb088;
  margin-right: 0.5em;
  font-size: 20px;
  vertical-align: middle;
}

#first02 {
  background-color: #f5fbf8;
}

#first02 .flow_dl:not(:last-child) {
  margin-bottom: 5em;
}

#first02 .flow_dl:not(:last-child)::after {
  content: '・・・';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.33em;
  writing-mode: vertical-rl;
  font-weight: bold;
  color: #95c9a9;
  line-height: 1;
  letter-spacing: normal;
  font-size: 20px;
}

.flow_dl {
  background-color: #ffffff;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5%;
  position: relative;
  border-radius: 30px;
}

.flow_dl dt {
  width: 35%;
}

.flow_dl dd {
  width: 60%;
}

.flow_ttl {
  font-weight: bold;
  font-size: 28px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.6;
  margin-bottom: 15px;
}

.flow_step {
  font-family: "sofia-pro";
  font-weight: bold;
  color: #028452;
}

.flow_step span {
  font-size: 18px;
  font-weight: bold;
}

#first03 {
  background-color: #95c9a9;
  margin: 2.5%;
  padding: 50px 5%;
  color: #ffffff;
}

#first03 .flex_box {
  justify-content: center;
  align-items: center;
  column-gap: 7%;
}

#first03 .btn04 i {
  display: inline-block;
  font-size: 28px;
  margin-right: 15px;
  vertical-align: text-top;
}

.first03_ttl {
  font-size: 36px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}

.first03_pic {
  width: 28%;
}

.faq_dl dt {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.faq_dl dt p {
  width: calc(100% - 40px);
  font-size: 22px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.6;
  font-weight: bold;
}

.faq_dl dt::before {
  content: 'Q';
  display: inline-block;
  font-family: "sofia-pro";
  background-color: #028452;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  margin-right: 0.5em;
}

.faq_dl dd {
  background-color: #ecf3ef;
  padding: 40px;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .flow_dl {
    display: block;
    padding: 30px;
  }
  .flow_dl dt {
    width: 100%;
    margin-bottom: 30px;
  }
  .flow_dl dd {
    width: 100%;
  }
  .flow_ttl {
    text-align: center;
    font-size: 24px;
  }
  .flow_step {
    text-align: center;
  }
  #first03 .base_txt01 {
    text-align: center;
  }
  .first03_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .first03_pic {
    width: 40%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 480px) {
  .first01_ttl {
    margin-bottom: 20px;
  }
  .first01_li {
    gap: 15px 0;
  }
  .first01_li li {
    min-width: 80%;
    font-size: 15px;
  }
  .first01_li li::before {
    margin-right: 0.3em;
    font-size: 18px;
  }
  .flow_dl {
    padding: 20px 20px 30px;
    border-radius: 20px;
  }
  .flow_dl dt {
    margin-bottom: 25px;
  }
  .flow_ttl {
    font-size: 22px;
  }
  #first03 {
    margin: 5%;
    padding: 50px 0;
  }
  #first03 .btn04 i {
    font-size: 24px;
  }
  .first03_pic {
    width: 60%;
  }
  .faq_dl dt {
    margin-bottom: 15px;
  }
  .faq_dl dt p {
    width: calc(100% - 36px);
    font-size: 18px;
  }
  .faq_dl dt::before {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 32px;
    font-size: 20px;
  }
  .faq_dl dd {
    padding: 20px;
  }
}

/******************************************
[access]
******************************************/
#access01 .schedule {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.access01_bg {
  background-color: #ecf3ef;
  padding: 50px;
  border-radius: 20px;
}

.access01_txt {
  text-align: center;
  line-height: 2;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
}

.access02_name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 20px;
  color: #028452;
  font-weight: bold;
  line-height: 1.5;
}

.access02_name span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.access_tel {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.access_tel span {
  font-size: 30px;
  letter-spacing: normal;
}

.access_map {
  height: 600px;
}

@media only screen and (max-width: 1000px) {
  #access01 .schedule {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  #access01 .schedule {
    width: 100%;
  }
  .access01_bg {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .access01_bg {
    padding: 30px 10px;
  }
  .access01_txt {
    font-size: 16px;
  }
  .access02_name {
    font-size: 18px;
  }
  .access02_name span {
    font-size: 26px;
  }
  .access_map {
    height: 500px;
  }
}

/******************************************
[recruit]
******************************************/
.recruit_area {
  position: relative;
  min-height: 600px;
}

.recruit_area::after {
  content: 'RECRUIT';
  font-family: "sofia-pro";
  line-height: 1;
  font-size: 10vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px #6eb088;
  text-stroke: 1px #6eb088;
  position: absolute;
  left: -0.08em;
  bottom: -0.42em;
  z-index: -1;
}

.recruit_right {
  width: 65%;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  border-radius: 100px 0 0 0;
  overflow: hidden;
}

.recruit_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_left {
  padding-top: 8vw;
}

.recruit_ttl {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit_ttl span {
  color: #028452;
  font-weight: bold;
  font-size: 35px;
}

.recruit_txt {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 22px;
  line-height: 2;
}

.recruit_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 200px;
}

.recruit_dl dt {
  width: 4em;
}

.recruit_info_txt {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

.recruit_tel {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px dotted #cdcdcd;
  padding-bottom: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.recruit_tel span {
  font-size: 30px;
  color: #028452;
  padding: 0 0.3em;
  letter-spacing: normal;
}

.recruit_br {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .recruit_area {
    min-height: 500px;
  }
  .recruit_right {
    height: 500px;
  }
  .recruit_ttl {
    font-size: 22px;
  }
  .recruit_ttl span {
    font-size: 30px;
  }
  .recruit_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  .recruit_br {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .recruit_area::after {
    font-size: 100px;
    top: 280px;
    z-index: 10;
  }
  .recruit_left {
    padding-top: 40px;
    width: 100%;
  }
  .recruit_right {
    position: static;
    width: 95%;
    height: 400px;
    min-width: auto;
    margin-left: auto;
    border-radius: 40px 0 0 0;
    z-index: 9;
  }
}

@media only screen and (max-width: 480px) {
  .recruit_area {
    min-height: 400px;
  }
  .recruit_area::after {
    top: 220px;
    font-size: 85px;
  }
  .recruit_right {
    height: 320px;
  }
  .recruit_ttl {
    font-size: 20px;
    text-align: center;
  }
  .recruit_ttl span {
    font-size: 26px;
  }
  .recruit_txt {
    font-size: 16px;
  }
  .recruit_info_txt {
    font-size: 17px;
  }
}

/***アレルギー 花粉症グラフ*********************/
.graph_img img {
  width: 100%;
  height: auto;
}

.graph_flex {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
}

.graph_flex h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
}

.graph_flex > div {
  width: 48%;
}

.graph_table > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.graph_table > div:nth-child(n+2) {
  margin-top: 10px;
}

.g_cell1 {
  width: 25px;
  height: 15px;
  position: relative;
  top: 1px;
}

.g_cell1.graph1 {
  background-color: #facd89;
}

.g_cell1.graph2 {
  background-color: #f19149;
}

.g_cell1.graph3 {
  background-color: #ec6941;
}

.g_cell1.graph4 {
  background-color: #b2c18c;
}

.g_cell1.graph5 {
  background-color: #61853a;
}

.g_cell1.graph6 {
  background-color: #427a5a;
}

.g_cell2 {
  width: calc(100% - 35px);
}

@media only screen and (max-width: 1024px) {
  .scroll_img {
    overflow-x: scroll;
  }
  .scroll_img .graph_img {
    width: 1200px;
    height: auto;
  }
}

/******************************************
[改行切り替え]
******************************************/
.pc {
  display: block;
}

.sp {
  display: none !important;
}

.ipad {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .pc1200 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .ipad {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
