.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  gap: 60px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.preloader::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  z-index: -99;
}
.preloader_logo {
  max-width: clamp(9.375rem, 8.052rem + 5.429vw, 12.938rem);
  -webkit-animation: ease preloader 2s both;
  animation: ease preloader 2s both;
  opacity: 0;
}
.preloader_loader {
  font-size: clamp(1.25rem, 1.14286rem + 0.53571vw, 1.625rem);
  font-family: var(--f-jp);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  -webkit-animation: ease fade-in 0.3s both;
  animation: ease fade-in 0.3s both;
  opacity: 0;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
  position: absolute;
  color: #fff;
}
.preloader_loader::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  --clr: no-repeat linear-gradient(#fff 0 0);
  height: 2px;
  background: var(--clr), var(--clr), var(--clr3);
  background-size: 40% 100%;
  -webkit-animation: l16 3s infinite;
  animation: l16 3s infinite;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 15px));
  transform: translateY(calc(100% + 15px));
}

@-webkit-keyframes l16 {
  0% {
    background-position: -100% 0, -100% 0;
  }
  66% {
    background-position: 166.67% 0, -100% 0;
  }
  100% {
    background-position: 166.67% 0, 166.67% 0;
  }
}
@keyframes l16 {
  0% {
    background-position: -100% 0, -100% 0;
  }
  66% {
    background-position: 166.67% 0, -100% 0;
  }
  100% {
    background-position: 166.67% 0, 166.67% 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 750px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.home_page .key_bg .item {
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home_page .key_bg .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgb(38, 24, 19);
  opacity: 0.302;
}
.home_page .key .mv_slider:not(.slick-slider) {
  overflow: hidden;
}
.home_page .key .s1 {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3 {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key_text {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: var(--wrapper);
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key_marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -4px;
}
.home_page .key_marquee .marquee_content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  animation-play-state: running;
}
.home_page .key_marquee .marquee_content span {
  font-family: var(--f-en);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 0.62;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .home_page .key_marquee .marquee_content span {
    font-size: min(120px, 10vw);
  }
}
.home_page .key_banner {
  font-size: 10px;
  --size-mg: 1.5em;
}
.home_page .key_banner .btn {
  height: 100%;
  max-width: 20em;
}
.home_page .key_banner .btn a::after {
  rotate: 90deg;
  margin: 0 auto;
  top: calc(50% - 0.125em);
  right: 10%;
}
.home_page .key .catch {
  position: relative;
  margin: auto;
  padding-bottom: 4em;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    max-width: 68.2em;
  }
}
.home_page .key h2,
.home_page .key p:not(.btn) {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .home_page .key h2 {
    margin-bottom: 0.2368em;
    font-size: 3.8em;
    line-height: 2;
  }
}
.home_page .key p:not(.btn) {
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .home_page .key p:not(.btn) {
    font-size: 2.2em;
    line-height: 2.0454545455;
    margin-bottom: 1.7273em;
  }
}
.home_page .key ul {
  display: flex;
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .home_page .key ul {
    justify-content: space-between;
  }
}
.home_page .key ul li a {
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../images/idx_mv_ite_bg.png") no-repeat center/cover;
  text-decoration: none;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .home_page .key ul li a {
    font-size: 2.4em;
    width: 9.1667em;
    height: 9.1667em;
  }
  .home_page .key ul li a:hover {
    background: var(--clr6);
    opacity: 1;
  }
}
.home_page .key ul li a > span {
  position: relative;
}
.home_page .key ul li a > span::after {
  content: "";
  display: block;
  margin: 0 auto;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .home_page .key ul li a > span {
    padding-top: 0.375em;
  }
  .home_page .key ul li a > span::after {
    --mask: url("../images/idx_mv_ite_arr.png");
    width: 1.2083em;
    height: 0.2083em;
    margin-top: 1.125em;
  }
  .home_page .key ul li a span.sm {
    font-size: 70.8333333333%;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key ul li.ite03 a {
    line-height: 1.1666666667;
  }
  .home_page .key ul li.ite03 a > span {
    padding-top: 0.5833em;
  }
  .home_page .key ul li.ite03 a > span::after {
    margin-top: 1.25em;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page h3 > span {
  display: block;
}
.home_page h3 .en {
  color: var(--main-color);
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.home_page h3.style01 {
  font-weight: 400;
  font-size: 20px;
}
.home_page h3.style01 .en {
  font-size: calc(var(--ttl_size) + 15px);
}
.home_page h3.style02 {
  font-size: calc(var(--ttl_size) + 6px);
}
.home_page h3.style02 .en {
  font-size: 3.8889em;
  line-height: 1;
  color: #fff;
  margin-bottom: -3px;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .home_page h3.style02 .en {
    font-size: 3.5em;
  }
}
.home_page h3.md {
  font-size: var(--ttl_size);
}
.home_page h3.md .en {
  font-size: 0.8em;
  margin-bottom: 0.3333em;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 38vw;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625vw, 10px);
    --max-height: calc(100vh);
  }
  .home_page .key p:not(.btn) {
    margin-bottom: 1em;
  }
  .home_page .key .catch {
    padding-bottom: 8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .key {
    font-size: min(0.9vw, 8px);
  }
  .home_page .key_marquee .marquee_content span {
    font-size: 75px;
  }
  .home_page .key .catch {
    padding-bottom: 4em;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: 96px 0px 115px;
  }
  .idx01 h3 {
    margin-left: -2px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .content {
    display: flex;
    justify-content: space-between;
  }
}
.idx01 .content .box {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box {
    width: 50%;
  }
  .idx01 .content .box02 .news {
    margin-left: auto;
  }
}
.idx01 .content .box:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: var(--clr8);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box:not(:last-child)::before {
    width: 1px;
    height: calc(100% + 11px);
    top: 4px;
    right: -1px;
  }
}
.idx01 .content li {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li:not(:last-child) {
    margin-bottom: 2em;
  }
}
.idx01 .content li a {
  display: inline-flex;
  text-decoration: none;
  --w: 8.5em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx01 .content li a span {
  display: inline-block;
}
.idx01 .content li a:hover {
  opacity: 1;
  color: var(--main-color);
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
.idx01 .content li a .date::after {
  content: "|";
  display: inline;
  margin-left: 1em;
}
.idx01 .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .content .news {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .news {
    max-width: 464px;
    width: 90%;
  }
}
.idx01 .content .btn-group {
  position: absolute;
  right: 0px;
  top: 1.4em;
  z-index: 1;
  width: 40%;
  max-width: 180px;
}
.idx01 .content .btn-group .btn.style01 {
  width: 100%;
}

.idx02 {
  padding: 60px 0px;
  background-color: var(--clr6);
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_list {
    --size-mg: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx02 .idx_list {
    --size-mg: min(1.05vw, 20px);
  }
}
.idx02 .idx_list .item {
  --clr-ttl: var(--clr3);
  --clr-ic: var(--main-color);
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  max-width: 346px;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_list .item {
    padding: 33px 30px;
    min-height: 370px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx02 .idx_list .item {
    padding-left: min(2vw, 30px);
    padding-right: min(2vw, 30px);
  }
}
.idx02 .idx_list .item01 .ttl::before {
  --mask: url(../images/idx01_ic01.png);
}
.idx02 .idx_list .item02 .ttl::before {
  --mask: url(../images/idx01_ic02.png);
}
.idx02 .idx_list .item03 .ttl::before {
  --mask: url(../images/idx01_ic03.png);
}
.idx02 .idx_list .item01 .ttl::before {
  top: 1px;
  left: 0;
}
.idx02 .idx_list .item02 .ttl::before {
  top: 3px;
  left: -1px;
}
.idx02 .idx_list .item03 {
  --clr-ttl: var(--clr5);
  --clr-ic: var(--clr2);
}
.idx02 .idx_list .item03 .ttl {
  padding-left: 1.75em;
}
.idx02 .idx_list .item03 .ttl::before {
  top: 3px;
  left: -3px;
}
.idx02 .idx_list .txt {
  flex-grow: 1;
  height: 240px;
}
.idx02 .idx_list .ttl {
  position: relative;
  letter-spacing: 0.1em;
  color: var(--clr-ttl);
  display: flex;
  align-items: center;
  margin-bottom: 1.0417em;
  padding-left: 2.125em;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_list .ttl {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx02 .idx_list .ttl {
    font-size: min(2.6vw, 24px);
  }
}
.idx02 .idx_list .ttl::before {
  content: "";
  width: round(1.5417em, 1px);
  height: round(1.5417em, 1px);
  position: absolute;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr-ic);
}
.idx02 .idx_list picture img {
  margin: 0 auto;
}
.idx02 .idx_banner {
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  background: url("../images/idx01_bnr_bg.jpg") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_banner {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx02 .idx_banner {
    font-size: min(0.85vw, 10px);
  }
}
.idx02 .idx_banner .content {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 431px) {
  .idx02 .idx_banner .content {
    display: flex;
    align-items: center;
    padding: 0em 3.8em;
    padding-bottom: 0.1em;
    min-height: 16.8em;
  }
}
.idx02 .idx_banner .content .circle {
  width: 6.9375em;
  height: 6.9375em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--clr3);
  margin-right: 1.3125em;
}
.idx02 .idx_banner .content .circle span {
  padding-top: 0.25em;
}
.idx02 .idx_banner .content .ttl {
  font-size: 2.8em;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 0.1429em;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
}
.idx02 .idx_banner .content .ttl > span {
  display: block;
}
.idx02 .idx_banner .content .ttl .sm {
  display: table;
  font-size: 0.7143em;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding: 0.3em 1.05em 0.45em 1.2em;
  background-color: var(--main-color);
  margin-bottom: 0.25em;
}
.idx02 .idx_banner .content .tag {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 18em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(71, 63, 55, 0.3);
}
.idx02 .idx_banner .content .tag > span {
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
}

.idx03 .bnr_group {
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx03 .bnr_group {
    display: flex;
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx03 .bnr_group {
    font-size: min(0.78vw, 10px);
  }
}
.idx03 .bnr_group .bnr {
  position: relative;
  --clr-bnr: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx03 .bnr_group .bnr {
    width: 50%;
    padding: 7em 20px 8em;
    --pd-size: 95px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx03 .bnr_group .bnr {
    --pd-size: min(3.5vw, 44px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx03 .bnr_group .bnr {
    --pd-size: 20px;
  }
}
.idx03 .bnr_group .bnr .content {
  position: relative;
  max-width: 545px;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
}
@media only screen and (min-width: 769px) {
  .idx03 .bnr_group .bnr .content:hover {
    background-color: var(--clr-bnr);
  }
  .idx03 .bnr_group .bnr .content:hover .txt {
    border-color: #fff;
  }
  .idx03 .bnr_group .bnr .content:hover .ttl {
    color: #fff;
  }
  .idx03 .bnr_group .bnr .content:hover .ttl .en {
    color: inherit;
  }
  .idx03 .bnr_group .bnr .content:hover .btn-group .btn a {
    background-color: #fff;
    background-image: none;
  }
  .idx03 .bnr_group .bnr .content:hover .btn-group .btn a::after {
    background-color: var(--clr-bnr);
  }
}
.idx03 .bnr_group .bnr .content .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--clr-bnr);
  border-radius: inherit;
}
@media only screen and (min-width: 769px) {
  .idx03 .bnr_group .bnr .content .txt {
    padding: 20px 3.4em 20px 7.2em;
    min-height: 22em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx03 .bnr_group .bnr .content .txt {
    padding-left: 3.4em;
  }
}
.idx03 .bnr_group .bnr .content .ttl {
  margin-bottom: 0;
}
.idx03 .bnr_group .bnr .content .ttl .en {
  color: var(--clr-bnr);
}
.idx03 .bnr_group .bnr01 {
  padding-right: var(--pd-size);
  background: url("../images/idx02_bnr01_bg.jpg") no-repeat right center/cover;
}
.idx03 .bnr_group .bnr01 .content {
  margin-left: auto;
}
.idx03 .bnr_group .bnr02 {
  padding-left: var(--pd-size);
  background: url("../images/idx02_bnr02_bg.jpg") no-repeat left center/cover;
  --clr-bnr: var(--clr2);
}
.idx03 .bnr_group .btn-group {
  font-size: 1em;
}

@media only screen and (min-width: 769px) {
  .idx04 {
    padding: 140px 0 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 {
    padding: 80px 0;
  }
}
.idx04 .content {
  max-width: 1440px;
  margin: 0 auto;
}
.idx04 .idx_box {
  max-width: 1300px;
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box {
    margin-bottom: 80px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box_left {
    max-width: 545px;
    width: 43%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .idx_box_left {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box_right {
    width: 49%;
    max-width: 625px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_logo {
    padding-left: 1px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_address {
    padding-left: 4px;
    margin-bottom: 7px;
  }
}
.idx04 .idx_tel {
  font-size: 10px;
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_tel {
    padding-right: 0.6em;
    margin-bottom: 5.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .idx_tel {
    font-size: min(1vw, 10px);
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_map {
    height: 360px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .time_sheet {
    font-size: 10px;
  }
  .idx04 .time_sheet01 {
    margin-bottom: 4em;
  }
  .idx04 .time_sheet02 {
    margin-bottom: 4.5em;
  }
  .idx04 .btn-group {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .flex_gr {
    --size-mg: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .flex_gr {
    --size-mg: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .time_sheet {
    font-size: min(0.9vw, 10px);
  }
  .idx04 .time_sheet table {
    font-size: 1em;
  }
}

.idx05 {
  background-color: var(--clr6);
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: 80px 0 106px;
  }
  .idx05 h3 {
    margin-left: -4px;
    margin-bottom: 30px;
  }
  .idx05 h3 .en {
    margin-left: -28px;
  }
}
.idx05 .content {
  max-width: 1440px;
  margin: 0 auto;
}
.idx05 .idx_box {
  max-width: 1340px;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_box {
    padding: 0 30px;
    margin-right: auto;
    display: flex;
  }
  .idx05 .idx_box_left {
    flex-shrink: 0;
    width: 62%;
    max-width: 785px;
    padding-top: 4.6875%;
  }
  .idx05 .idx_box_right {
    position: relative;
    max-width: 546px;
    width: 45%;
    margin-left: -6.35%;
  }
}
.idx05 .img-group {
  position: relative;
  width: 100%;
  max-width: 785px;
  padding-bottom: 19.6%;
}
.idx05 .img-lg {
  width: 100%;
  max-width: 785px;
}
.idx05 .img-md {
  position: absolute;
  bottom: 5%;
  width: 52%;
  max-width: 401px;
}
@media only screen and (min-width: 769px) {
  .idx05 .img-md {
    right: 83.3%;
  }
}
.idx05 .img-sm {
  position: absolute;
  bottom: 0;
  width: 42%;
  max-width: 327px;
}
@media only screen and (min-width: 769px) {
  .idx05 .img-sm {
    left: 20.3%;
  }
}
.idx05 .desc {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--clr8);
  margin-bottom: 13px;
}
.idx05 .doctor_info {
  margin-bottom: 38px;
}
.idx05 .doctor_info .pos {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -14px;
}
.idx05 .doctor_info .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24em;
}
.idx05 .doctor_info .name .en {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--clr3);
  vertical-align: middle;
}
.idx05 .btn-group .btn:not(:last-child) {
  margin-bottom: 10px;
}

.idx06 {
  background-image: url("../images/idx06_bg.jpg");
}
.idx06 h3 {
  text-align: center;
  margin-bottom: 57px;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: 114px 0 119px;
  }
  .idx06 h3 {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx06 {
    padding: 80px 0;
  }
}
.idx06 .idx_tab {
  --tab: 3;
  --clr-tab1: var(--main-color);
  --clr-tab2: var(--clr3);
}
.idx06 .idx_tab .TabContainer .TabPager > div:not(:last-child) {
  position: relative;
}
.idx06 .idx_tab .TabContainer .TabPager > div:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  top: 0px;
  bottom: 0px;
  right: -1px;
  margin: auto 0;
  background-color: var(--clr7);
  z-index: 1;
}
.idx06 .idx_tab .TabContainer .TabPager > div.active {
  pointer-events: none;
}
.idx06 .idx_tab .TabContainer .TabPager > div.active::before {
  width: 0;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_tab .TabContainer .TabPager > div:hover {
    background-color: var(--clr3);
    color: #fff;
  }
}

.idx07 {
  background-image: url("../images/idx07_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding: 96px 0 0;
  }
  .idx07 h3 {
    margin-left: -5px;
    margin-bottom: 0;
  }
  .idx07 h3 .jp {
    padding-left: 85px;
  }
  .idx07 h3 .en {
    letter-spacing: 0.062em;
    margin-bottom: -7px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab {
    margin-top: -35px;
  }
  .idx07 .idx_tab .TabContainer .TabPager > div:hover {
    color: var(--main-color);
  }
  .idx07 .idx_tab .TabContainer .TabPager > div.active {
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx07 .idx_tab {
    margin-top: -15px;
  }
}
.idx07 .idx_tab .list01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab .list01 {
    font-size: 10px;
  }
  .idx07 .idx_tab .list01 .left,
  .idx07 .idx_tab .list01 .right {
    max-width: 367px;
    width: 33%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1171px) {
  .idx07 .idx_tab .list01 .left,
  .idx07 .idx_tab .list01 .right {
    margin-top: 4.5em;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab .list01 .left.btn-group,
  .idx07 .idx_tab .list01 .right.btn-group {
    font-size: 1em;
  }
  .idx07 .idx_tab .list01 .left {
    margin-right: -15%;
  }
  .idx07 .idx_tab .list01 .left.btn-group .btn:first-child, .idx07 .idx_tab .list01 .left.btn-group .btn:last-child {
    margin-left: 7.8%;
  }
  .idx07 .idx_tab .list01 .right {
    margin-left: -15%;
  }
  .idx07 .idx_tab .list01 .right.btn-group .btn:first-child, .idx07 .idx_tab .list01 .right.btn-group .btn:last-child {
    margin-left: -7.5%;
  }
  .idx07 .idx_tab .list01 .mid {
    width: 62%;
    margin-left: 1px;
  }
}
@media only screen and (min-width: 1171px) {
  .idx07 .idx_tab .list01 {
    margin-top: -1.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx07 .idx_tab .list01 {
    align-items: center;
    font-size: min(0.88vw, 10px);
  }
}
.idx07 .idx_tab .list01 .mid {
  flex-shrink: 0;
  max-width: 683px;
}
.idx07 .idx_tab .list01 .btn-group .btn:not(:last-child) {
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab .list02 {
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em 2.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx07 .idx_tab .list02 {
    font-size: min(1vw, 10px);
  }
}
.idx07 .idx_tab .list02 .ite {
  position: relative;
  max-width: 263px;
  min-height: 11em;
  border-radius: 5px;
  padding: 3px;
  color: var(--clr3);
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab .list02 .ite {
    width: calc(25% - 1.65em);
  }
}
.idx07 .idx_tab .list02 .ite .txt {
  border: 1px solid var(--clr7);
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  position: relative;
}
.idx07 .idx_tab .list02 .ite .txt::before {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab .list02 .ite .txt::before {
    width: 8px;
    height: 8px;
    bottom: 6px;
    right: 6px;
  }
}
.idx07 .idx_tab .list02 .ite .ttl {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  padding-top: 0.25em;
}
.idx07 .idx_tab .list02 .ite .ttl > span {
  display: block;
}
.idx07 .idx_tab .list02 .ite .ttl .jp {
  margin-bottom: 6px;
}
.idx07 .idx_tab .list02 .ite .ttl .en {
  color: var(--main-color);
  font-size: 0.7em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_tab .list02 .ite:hover {
    color: #fff;
    background-color: unset;
    background-image: -moz-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
  }
  .idx07 .idx_tab .list02 .ite:hover .txt::before {
    background-color: #fff;
  }
  .idx07 .idx_tab .list02 .ite:hover .ttl .en {
    color: inherit;
  }
}

@media only screen and (min-width: 769px) {
  .idx08 {
    padding: 0 0 99px;
  }
  .idx08 h3 {
    margin-bottom: 25px;
  }
  .idx08 h3 .en {
    margin-bottom: 6px !important;
  }
}
.idx08 .idx_box {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_box {
    justify-content: space-between;
  }
  .idx08 .idx_box_left {
    padding: 138px 0 80px 80px;
    max-width: 626px;
    width: 49%;
    margin-right: -15%;
  }
  .idx08 .idx_box_right {
    flex-shrink: 0;
    width: 65.9%;
  }
  .idx08 .idx_box_right picture {
    display: flex;
    justify-content: flex-start;
  }
  .idx08 .idx_box_right picture img {
    max-width: 1164px;
  }
}
.idx08 .idx_box_left {
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_box_left {
    padding: min(10vw, 138px) 0 min(8vw, 80px) min(2.6vw, 80px);
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_box_left .desc {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_box_right picture img {
    max-width: clamp(900px, 92vw, 1164px);
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_banner {
    margin-top: -146px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_banner {
    margin-top: calc(min(8vw, 146px) * -1);
  }
}
.idx08 .idx_banner .bnr-group {
  display: flex;
  gap: 1em;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_banner .bnr-group {
    font-size: 10px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_banner .bnr-group {
    font-size: min(0.78vw, 10px);
  }
}
.idx08 .idx_banner .bnr-group .bnr {
  max-width: 420px;
  height: 34em;
  border-radius: 5px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_banner .bnr-group .bnr {
    width: calc(33.3333333333% - 6px);
  }
  .idx08 .idx_banner .bnr-group .bnr02 {
    margin-top: 3em;
  }
  .idx08 .idx_banner .bnr-group .bnr03 {
    margin-top: 6em;
  }
  .idx08 .idx_banner .bnr-group .bnr:hover::before {
    opacity: 0.4;
  }
  .idx08 .idx_banner .bnr-group .bnr:hover .btn-group .btn a {
    background-color: var(--main-color);
  }
  .idx08 .idx_banner .bnr-group .bnr:hover .btn-group .btn a::after {
    background-color: #fff;
  }
}
.idx08 .idx_banner .bnr-group .bnr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: var(--clr1);
  opacity: 0.5;
  border-radius: inherit;
}
.idx08 .idx_banner .bnr-group .bnr01::before {
  background-color: #5a433c;
  opacity: 0.6;
}
.idx08 .idx_banner .bnr-group .bnr01 {
  background-image: url(../images/idx08_img01.jpg);
}
.idx08 .idx_banner .bnr-group .bnr02 {
  background-image: url(../images/idx08_img02.jpg);
}
.idx08 .idx_banner .bnr-group .bnr03 {
  background-image: url(../images/idx08_img03.jpg);
}
.idx08 .idx_banner .bnr-group .bnr .txt {
  position: relative;
  z-index: 2;
  border-radius: inherit;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_banner .bnr-group .bnr .txt {
    padding: 3.8em 3.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_banner .bnr-group .bnr .txt {
    padding: 2em;
  }
}
.idx08 .idx_banner .bnr-group .bnr .ttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_banner .bnr-group .bnr .ttl {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_banner .bnr-group .bnr .ttl {
    font-size: min(2.4vw, 24px);
  }
}
.idx08 .idx_banner .bnr-group .bnr .ttl .jp {
  margin-bottom: 0.4167em;
}
.idx08 .idx_banner .bnr-group .bnr .ttl .jp .sm {
  display: block;
  font-size: 0.8333em;
  margin-top: 3px;
  letter-spacing: 0.1em;
}
.idx08 .idx_banner .bnr-group .bnr .ttl .en {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_banner .bnr-group .bnr .ttl .en {
    font-size: 14px;
  }
}
.idx08 .idx_banner .bnr-group .bnr .ttl > span {
  display: block;
}
.idx08 .idx_banner .bnr-group .bnr .btn-group {
  font-size: 1em;
  position: absolute;
  right: 1.4em;
  bottom: 1.4em;
}

.idx09 {
  background-color: #d5d8cb;
}
@media only screen and (min-width: 769px) {
  .idx09 {
    padding: 84px 0 121px;
  }
  .idx09 h3 {
    margin-bottom: 23px;
  }
  .idx09 h3 .en {
    font-size: 120px !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
.idx09 h3 {
  text-align: center;
  color: var(--clr5);
}
.idx09 h3 .en {
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: -0.4417em !important;
}
.idx09 .sub_ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.3em;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx09 .sub_ttl {
    font-size: 17px;
  }
}
.idx09 .idx_tab {
  --tab: 2;
  --clr-tab1: var(--clr4);
  --clr-tab2: var(--clr5);
}
@media only screen and (min-width: 769px) {
  .idx09 .idx_tab .TabContainer .TabPager > div.active {
    pointer-events: none;
  }
  .idx09 .idx_tab .TabContainer .TabPager > div:hover {
    color: #fff;
    background-color: var(--clr2);
  }
  .idx09 .idx_tab .TabContainer .TabContent .content > div .box .desc {
    margin-bottom: 49px;
  }
}

@media only screen and (min-width: 769px) {
  .idx10 {
    padding: 115px 0 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx10 {
    padding: 80px 0;
  }
}
.idx10 .content {
  max-width: 1440px;
  margin: 0 auto;
}
.idx10 h3 {
  text-align: center;
  margin-bottom: 1.775em;
}
.idx10 .idx_list {
  counter-reset: item;
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list {
    gap: 0 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.idx10 .idx_list .ite {
  counter-increment: item;
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list .ite {
    max-width: 626px;
    width: 44%;
  }
  .idx10 .idx_list .ite:not(:last-child) {
    margin-bottom: 30px;
  }
  .idx10 .idx_list .ite03 {
    margin-top: 1.6875em;
  }
  .idx10 .idx_list .ite04 {
    margin-top: 4.1875em;
  }
}
.idx10 .idx_list .ite .ttl {
  font-weight: 500;
  line-height: 1.5384615385;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0.8462em;
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list .ite .ttl {
    font-size: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx10 .idx_list .ite .ttl {
    font-size: min(2.6vw, 24px);
  }
}
.idx10 .idx_list .ite .num {
  position: relative;
  font-family: var(--f-en);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: -1.4167em;
  margin-left: 0.2083em;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list .ite .num {
    font-size: 24px;
    margin-bottom: -0.5417em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx10 .idx_list .ite .num {
    font-size: min(2.34vw, 22px);
    margin-bottom: 0;
  }
}
.idx10 .idx_list .ite .num > span {
  background-color: #fff;
  line-height: 0.95;
  margin-right: -1.0833em;
  margin-bottom: 0.4167em;
  position: relative;
  z-index: 1;
}
.idx10 .idx_list .ite .num::after {
  content: counter(item, decimal-leading-zero);
  font-family: var(--f-num);
  font-size: 5em;
  letter-spacing: 0.05em;
  background: -moz-linear-gradient(90deg, rgb(190, 155, 145) 50%, rgb(210, 171, 166) 55%);
  background: -webkit-linear-gradient(90deg, rgb(190, 155, 145) 50%, rgb(210, 171, 166) 55%);
  background: -ms-linear-gradient(90deg, rgb(190, 155, 145) 50%, rgb(210, 171, 166) 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idx10 .idx_list .ite .desc {
  max-width: 464px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list .ite-lg {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    justify-content: space-between;
    padding-right: 20px;
  }
  .idx10 .idx_list .ite-lg.row-reverse {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }
  .idx10 .idx_list .ite-lg.row-reverse .txt {
    margin-right: -10%;
    margin-left: 0;
    padding-top: 3.7%;
  }
  .idx10 .idx_list .ite-lg.row-reverse .num {
    padding-right: 1.3667em;
  }
  .idx10 .idx_list .ite-lg.row-reverse .num::after {
    letter-spacing: 0.1em;
  }
  .idx10 .idx_list .ite-lg picture {
    flex-shrink: 0;
    max-width: 815px;
    width: 64%;
  }
  .idx10 .idx_list .ite-lg .txt {
    max-width: 574px;
    width: 45%;
    margin-left: -10%;
    position: relative;
    padding-top: 4.5%;
  }
  .idx10 .idx_list .ite-lg .ttl {
    font-size: 30px;
    line-height: 1.6666666667;
    margin-bottom: 0.6333em;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1170px) {
  .idx10 .idx_list .ite-lg .ttl {
    font-size: min(3.12vw, 26px);
  }
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list .ite-lg .desc {
    max-width: 100%;
  }
  .idx10 .idx_list .ite-lg .num {
    margin: 0 auto;
    margin-bottom: 0.2333em;
    font-size: 30px;
    padding-right: 0.6667em;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1170px) {
  .idx10 .idx_list .ite-lg .num {
    font-size: min(3.12vw, 26px);
  }
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_list .ite-lg .num > span {
    margin-right: -1.3333em;
  }
  .idx10 .idx_list .ite-lg .num::after {
    font-size: 5.3333em;
    letter-spacing: 0.074em;
  }
}
.idx10 .btn-group .btn {
  margin: 0 auto;
}

/*# sourceMappingURL=index_pc.css.map */
