@charset "utf-8";

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

  base

=========================*/
:root {
  /*color*/
  --fontcolor: #625E5D;
  --maincolor: #5FAD93;
  --accentcolor: #DC857C;
  --accentcolor-hover: #E2A59F;
  --recruitcolor: #7E9FC9;
  --bgcolor: #F2FAF7;
  --bgrecruit: #EEF3F8;
  --font: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --border-color: #DBEAE5;
  --shadow: 0px 0px 16px 0px rgba(204, 221, 215, 0.8);
}
html {
  position: relative;
}
html::before {
  content: "";
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(95, 173, 147, 0.06));
  position: absolute;
  width: 100%;
  height: 20vh;
  top: 0;
}
body {
  color: var(--fontcolor);
  font-size: 16px;
  font-family: var(--font);
  line-height: 1.8em;
  background-color: #FFFFFF;
  letter-spacing: 0.08em;
  scroll-behavior: smooth;
  position: relative;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
a {
  color: var(--fontcolor);
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: .6;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px;
  object-fit: cover;
}
.wrapper {
  overflow: hidden;
}
@media screen and (max-width:767px) {
  body {
    font-size: 15px;
    line-height: 1.8em;
  }
}
/* ------------------------
  icon
------------------------*/
.icon {
  position: relative;
}
.icon_access,.icon_tel,.icon_tel_w {
  background-color: #FFFFFF;
  border-radius: 100vw;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
}
.icon_access::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_access.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon_tel_w {
  background-color: var(--accentcolor);
}
.icon_tel::before,
.icon_tel_w::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon_tel_w::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_tel_w.svg);
}
.icon_arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 0 3px 14px;
  background-color: #FFFFFF;
  vertical-align: middle;
  border-radius: 100vw;
}
.icon_arrow_r, .icon_arrow_r_blue {
  position: relative;
}
.icon_arrow_r::before, .icon_arrow_r_blue::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 0 0 3px 6px;
  vertical-align: middle;
}
.icon_arrow_r_blue::before {
  background-image: url(../images/icon_arrow_blue.png);
}
.icon_calendar {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_calendar.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 71px;
  vertical-align: middle;
  margin-right: 15px;
}
.icon_web::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_web.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.icon_line {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

@media screen and (max-width:767px) {
  .icon_calendar::before,
  .icon_tel_w, .icon_line {
    margin-right: 5px;
  }
  .icon_arrow::before {
    width: 18px;
    height: 18px;
    margin: 0 0 3px 5px;
  }
  .icon_calendar {
    width: 45px;
    height: 36.5px;
    margin-right: 10px;
}
}

/* ------------------------
  contents
------------------------*/
.section__contents {
  margin-bottom: 180px;
}
.section__contents__inner {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}
.section__contents p {
  margin-bottom: 30px;
}
.section__contents p:last-child {
  margin-bottom: 0;
}
.section__contents p a:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  .section__contents {
    margin-bottom: 100px;
  }
  .section__contents p {
    margin-bottom: 20px;
    text-align: left;
  }
  .img__area img {
    width: 100%;
  }
}

/* ------------------------
  ttl
------------------------*/
h2 {
  color: var(--fontcolor);
  font-size: clamp(28px, 2.5vw, 38px);
  font-family: var(--font);
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 70px;
}
h2::first-letter {
  color: var(--maincolor);
  font-size: 1.2em;
}
h2:first-child {
  margin-top: 0;
}
h2,h2.h2_ttl {
  color: var(--fontcolor);
}
h2.ttl_deco {
  margin-left: 20px;
}
h2.ttl_deco::before {
  width: 37px;
  height: 50px;
  content: "";
  position: absolute;
  background-image: url(../images/ttl_accessory.png);
  background-size: cover;
  left: -52px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section__ttl {
  text-align: center;
  position: relative;
}
.section__ttl .subttl {
  color: #8FC6B4;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  line-height: 1.0em;
  letter-spacing: 0.08em;
}
h3, .subpage h3, .ttl_border {
  font-family: var(--font);
  font-size: clamp(22px, 1.65vw, 36px);
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  margin: 30px 0 15px;
}
.subpage h3, .ttl_border {
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-color);
}
.subpage h3::after, .ttl_border::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--maincolor);
  left: 0;
  bottom: -2px;
}
h4 strong {
  font-weight: 500;
}
h4, .subpage h4, .ttl_border{
  padding-left: 25px;
}
.subpage h4::before, .ttl_border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--accentcolor);
  border-radius: 100vw;
}
@media screen and (max-width:767px) {
  h2, .feature_ttl {
    margin-bottom: 40px;
  }
  h2::before {
    width: 48px;
    height: 38px;
  }
  h2::before,h2.h2_ttl::before {
    width: 52px;
    height: 53px;
  }
  h2.ttl_deco::before {
    width: 30px;
    height: 40px;
    left: -40px;
  }
  .subttl {
    font-size: 16px;
  }
  .section__ttl .subttl {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-bottom: 3px;
  }
}

/* ------------------------
  btn
------------------------*/
/* base */
.btn__wrap {
  display: flex;
  gap: 1rem;
  margin-top: 30px;
}
.btn {
  text-align: center;
  padding: 0 !important;
}
.btn a, .wp-block-button__link a,
.btn.nolink .inner {
  font-family: var(--font);
  color: #FFFFFF;
  font-size: 16px;
  border: 2px solid var(--accentcolor);
  background-color: var(--accentcolor);
  display: block;
  padding: 10px 56px 10px 36px;
  border-radius: 100vh;
  position: relative;
}
.btn a .arrow::before, .wp-block-button__lin .arrow::before,
.btn.shadow_btn .inner .arrow::before {
  border-color: #FFFFFF;
}
.wp-block-button__link {
  border: 1px solid var(--accentcolor);
  background-color: var(--accentcolor) !important;
}
.wp-block-button__link.wp-element-button {
  font-size: 1em;
  line-height: 1.4em;
  padding: 14px 56px 14px 36px !important;
  position: relative;
}
.wp-block-button__link {
  color: #FFFFFF !important;
}
.wp-block-button__link:hover {
  color: var(--accentcolor) !important;
  border: 1px solid var(--accentcolor);
  background-color: transparent !important;
}
a.wp-block-button__link.wp-element-button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 30px;
}
/* hover時 */
.btn a:hover {
  color: var(--accentcolor);
  background-color: transparent;
  border-color: var(--accentcolor);
  border-radius: 100vh;
}
.btn a:hover .arrow::before, .wp-block-button__link a:hover .arrow::before {
  border-color: var(--accentcolor);
}
a.wp-block-button__link.wp-element-button:hover::before {
  border-top: solid 1px var(--accentcolor);
  border-right: solid 1px var(--accentcolor);
}

/* border */
.btn.btn_border a {
  color: var(--accentcolor);
  border: 2px solid var(--accentcolor);
  border-radius: 100vh;
  background-color: #FFFFFF;
}
.btn.btn_border a:hover {
  color: #FFFFFF;
  background-color: var(--accentcolor);
  opacity: 1;
}
.btn.btn_border a .arrow::before {
  border-color: var(--accentcolor);
}
.btn.btn_border a:hover .arrow::before {
  border-color: #FFFFFF;
}

/* shadow */
.btn.shadow_btn a {
  font-family: var(--font);
  color: var(--fontcolor);
  font-size: 1.3em;
  font-weight: 600;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(97, 140, 200, .4);
  padding: 15px 56px;
  border: 3px solid #FFFFFF;
}
.btn.shadow_btn a:hover {
  opacity: 1.0;
  border-color: var(--accentcolor);
}

@media screen and (max-width:767px) {
  .btn__wrap {
    flex-flow: column;
    gap: .6rem;
  }
  .btn a, .btn__wrap .btn > .inner {
    font-size: 14px !important;
    padding: 8px 40px 8px 30px;
  }
  .btn__wrap.flex.flex_center,
  .btn__wrap.flex {
    margin: 30px auto 0;
  }
  .btn__wrap .btn, .btn__wrap .btn.nolink {
    width: fit-content;
    min-width: 240px;
    margin: auto;
  }
  .btn__wrap .btn:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------
  time_table, tag
------------------------*/
.tags {
  font-size: 12px;
  background-color: #666;
  color: #FFFFFF;
  display: table;
  width: 96px;
  text-align: center;
}
.tags .tags-txt {
  display: table-cell;
  vertical-align: middle;
}
.table_area {
  width: 650px;
}
.time_table {
  width: calc(100% - 62px);
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.time_table table {
  width: 100%;
}
.time_table table th, .time_table td {
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
  vertical-align: middle;
}
.time_table .last_time {
  display: flex;
  margin: 15px 0;
}
.time_table .last_time dd {
  width: 70%;
}
.time_table .last_time ul {
  display: flex;
  flex-wrap: wrap;
}
.time_table .last_time ul li {
  margin: 0 10px 5px 0;
}
.time_table .closed_day {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.time_table .tag_des.tag_border,
.time_table .closed_day .tag_des {
  margin-right: 10px;
}
.time_table .tag_des.tag_border,
.time_table .last_time dd {
  margin-left: 12px;
}
.time_table .closed_day .tag_des {
  color: #FFFFFF;
  line-height: 1.4em;
  background-color: var(--accentcolor);;
  border-radius: 100vw;
  border-color: var(--accentcolor);
}
.time_table .last_time {
  display: block;
}
.time_table .last_time dt {
  width: 100%;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 10px;
}
.time_table .tag_des.tag_border, .time_table .last_time dd {
  width: 100%;
  margin-left: 0;
}
.time_table .circle {
  color: var(--accentcolor);
  font-size: 1.1em;
}
.time_table .ttl_border {
  font-family: var(--font);
  color: var(--accentcolor);
  font-size: 1em;
  line-height: 1.8em;
  margin: 0 0 10px;
}
@media screen and (max-width:1024px) {
  .time_table.w70 {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .time_table {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .time_table .tag_des.tag_border,
  .time_table .closed_day .tag_des {
    font-size: 13px;
  }
}


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

  block

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

/* ------------------------
  -- link block
------------------------*/
.link__block {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.megamenu .link__block {
  gap: .5rem;
}
.link__block li {
  width: calc(100% / 5 - 15px);
  height: 94px;
  border: 1px solid var(--accentcolor);
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  display: table;
}
.link__block li:last-child,
.link__block li:nth-child(4n) {
  margin-right: 0;
}
.link__block li a {
  color: var(--accentcolor);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: none;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.link__block li:hover {
  color: #FFFFFF;
  background-color: var(--accentcolor);
  transition: all 0.5s ease 0s;
}
.link__block li:hover a {
  color: #FFFFFF;
}
.link__block .no_post li {
  width: 100%;
  background-color: transparent;
  border: none; 
  font-weight: normal;
}
.link__block .no_post li:hover {
  color: #5F5F5F;
}
.shadow__block__arrow li {
  border: 2px solid #FFFFFF;
}
.shadow__block__arrow li a {
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(58, 114, 203, .1);
}
.shadow__block__arrow li a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.shadow__block__arrow li:hover {
  background-color: #FFFFFF;
  border: 2px solid var(--accentcolor);
}
.shadow__block__arrow li:hover a {
  color: var(--accentcolor);
  transition: all 0.5s ease 0s;
}
.shadow__block__arrow li a p {
  padding-right: 40px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width:1366px) { 
  .link__block {
    width: 90%;
  }
}

@media screen and (max-width:1024px) { 
  .link__block {
    width: 100%;
  }
  .link__block li,
  .link__block li:nth-child(3n) {
    width: 40%;
    height: auto;
    padding: 4%;
  }
  .link__block li:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  .link__block li,
  .link__block li:nth-child(3n) {
    width: 46.5%;
    padding: 0;
  }
  .link__block li a {
    padding: 8%;
  }
  .link__block li a p {
    text-align: center;
  }
  .shadow__block__arrow li a::before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .shadow__block__arrow li a p {
    padding-right: 22px;
  }
}

/* ------------------------
  -- step block / 
     nostep block
------------------------*/
.step__block, .nostep__block {
  width: 100%;
}
.step__block > li, .nostep__block > li {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding: 32px 48px;
  position: relative;
  margin-bottom: 122px;
}
.nostep__block > li {
  margin-bottom: 40px;
}
.step__block > li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-top: 32px solid var(--border-color);
  border-bottom: 0;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
.step__block > li:last-child, .nostep__block > li:last-child {
  margin-bottom: 0;
}
.step__block > li:last-child::after {
  content: none;
}
.step__block > li .txt__area, .nostep__block > li .txt__area {
  width: 588px;
  margin-right: 20px;
}
.step__block > li .txt__area .ttl__area, .nostep__block > li .txt__area .ttl__area {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.step__block > li .txt__area .ttl__area p.step, .nostep__block > li .txt__area .ttl__area p.step {
  font-size: 20px;
  margin-bottom: 0;
}
.step__block > li .txt__area .ttl__area p.step .num {
  font-size: 2.5em;
  line-height: 1.0;
  margin-left: 3px;
}
.step__block > li .txt__area .ttl__area .step_ttl, .nostep__block > li .txt__area .ttl__area .nostep_ttl {
  font-size: 22px;
  margin-left: 20px;
}
.nostep__block > li .txt__area .ttl__area .nostep_ttl {
  margin-left: 0;
}
.step__block > li .txt__area .txt, .nostep__block > li .txt__area .txt {
  text-align: left;
}
.step__block > li img, .nostep__block > li img {
  width: 498px;
  height: 309px;
  object-fit: cover;
  border-radius: 5px;
}
.step__block > li .img__area iframe, .nostep__block > li .img__area iframe {
  width: 498px;
  border-radius: 5px;
}
.step__block > li .btn, .nostep__block > li .btn {
  display: inline-block;
}
@media screen and (max-width:1099px) {
  .step__block > li, .nostep__block > li {
    display: block;
    padding: 20px;
  }
  .step__block > li .txt__area .ttl__area p.step .num {
    font-size: 2em;
  }
  .step__block > li .txt__area, .nostep__block > li .txt__area {
    width: 100%;
    margin: 0;
  }
  .step__block > li .img__area iframe, .nostep__block > li .img__area iframe {
    width: 100%;
  }
  .step__block > li img, .nostep__block > li img {
    width: 100%;
    height: auto;
  }
  .step__block > li .img__area, 
  .nostep__block > li .img__area {
    margin-top: 40px;
  }
  .step__block p.text_center {
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .step__block > li .txt__area .ttl__area, .nostep__block > li .txt__area .ttl__area { 
    display: block;
  }
  .step__block > li .txt__area .ttl__area .step_ttl, .nostep__block > li .txt__area .ttl__area .nostep_ttl {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .step__block > li img {
    height: 150px;
  }
}

/* ------------------------
  -- table
------------------------*/
.wp-block-table thead,
.wp-block-table td, .wp-block-table th {
  border: none !important;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 25px !important;
  vertical-align: middle;
}
.wp-block-table .has-fixed-layout {
  border-collapse: separate;
}
.wp-block-table thead {
  color: #FFFFFF;
  background: var(--maincolor);
}
.wp-block-table td {
  background-color: #EEF8F4 !important;
  vertical-align: middle;
}
.wp-block-table td:first-of-type:not(:only-child) {
  width: 38%;
  background-color: #DEEFE8 !important;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  border: 2px solid #FFFFFF !important;
}
.wp-block-table.solid__table td, .wp-block-table.solid__table th {
  border: 2px solid #FFFFFF !important;
}
.wp-block-table.solid__table td {
  border-bottom: 1px solid var(--border-color) !important;
  padding: 1em .5em;
}
.wp-block-table .has-fixed-layout td {
  background-color: #FFFFFF;
}
.wp-block-table.solid__table td:first-of-type {
  width: 30%;
}
.wp-block-table.is-style-vk-table-border-top-bottom td {
  border-bottom: 1px solid var(--border-color) !important;
  background-color: transparent !important;
  padding: 14px 0 5px !important;
}
.vk-scroll-hint[data-scroll-breakpoint=table-scrollable-mobile]:has(i:last-of-type) {
  color: var(--accentcolor);
}
/* ====上下線の時==== */
figure.wp-block-table.is-style-vk-table-border-top-bottom tr td,
figure.wp-block-table.is-style-vk-table-border-top-bottom th {
  border-right: none !important;
  border-left: none !important;
}
figure.wp-block-table.is-style-vk-table-border-top-bottom tr td:first-of-type:not(:only-child) {
  width: 30%;
}
/* tdが1つだけの時は100% */
figure.wp-block-table.is-style-vk-table-border-top-bottom tr td:only-child {
  width: 100%;
}
figcaption.wp-element-caption {
  color: #888888;
  margin-top: 10px;
}
/* ※num */
.attention li.num {
  text-indent: -27px;
  padding-left: 27px;
}
.attention li.num::before {
  counter-increment: number 1;
  content: "※" counter(number) ;
  margin-right: 5px;
}
@media screen and (max-width:767px) {
  .wp-block-table thead,
  .wp-block-table td, .wp-block-table th {
    padding: 10px !important;
  }
  .price__table table, .price__table .attention, .normal__table, .solid__table {
    width: 100%;
  }
  .price__table td, .price__table th, .normal__table td, .normal__table th, .solid__table th {
    padding: 12px 18px;
  }
  .table__wrap__scroll {
    overflow-x: scroll;
  }
}

/* ------------------------
  other table
------------------------*/
dl.border__table {
  /* width: 650px; */
  width: 100%;
  margin: auto;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
dl.border__table dt, dl.border__table dd {
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
dl.border__table dt {
  width: 30%;
}
dl.border__table dd {
  width: 70%;
}
.border__list {
  /* width: 650px; */
  width: 100%;
  margin: auto;
  line-height: 1.5em;
}
.border__list li {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width:767px) {
  dl.border__table, .border__list {
    width: 100%;
  }
  dl.border__table dt, dl.border__table dd {
    padding-left: 10px;
  }
}

/* ------------------------
  -- txt__img__block
------------------------*/
.txt__img__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
.txt__img__block .txt__area {
  width: 60%;
  text-align: left;
}
.txt__img__block .img__area {
  width: 800px;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.txt__img__block .img__area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1500px) {
  .txt__img__block .txt__area {
    width: 60%;
  }
  .txt__img__block .img__area {
    width: 38%;
  }
}
@media screen and (max-width:1024px) {
  .txt__img__block {
    display: block;
  }
  .txt__img__block .txt__area {
    width: 100%;
  }
  .txt__img__block .img__area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ------------------------
  -- accordion
------------------------*/
.accordion-js dl {
  width: 100%;
  margin: 10px auto;
}
.accordion-js .accordion {
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 40px;
  border: 2px solid var(--border-color);
}
.accordion-js .accordion:last-child {
  margin-bottom: 0;
}
.accordion-js .accordion-title {
  position: relative;
  padding: 20px 74px 20px 40px;
}
.accordion-js .accordion-content {
  display: none;
  padding: 30px 0;
  margin: 0 40px;
  border-top: 1px solid var(--border-color);
  overflow: hidden;
  cursor: initial;
}
.accordion-js .toggle_btn {
  width: 40px;
  height: 40px;
  right: 0;
}
.accordion-js .accordion-title .toggle_btn::before {
  display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 40px;
	bottom: 0;
	margin:auto;
	width: 30px;
	height: 3px;
	background-color: var(--maincolor);
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  transition: transform 0.5s;
  border-radius: 100vh;
}
.accordion-js .accordion-title .toggle_btn::after {
  display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 40px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 3px; 
	background-color: var(--maincolor);
	transition: .3s;
  border-radius: 100vh;
}
.accordion-js .accordion-title.open .toggle_btn::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.accordion-js .accordion-title.open .toggle_btn::after{
	background-color: transparent;
}
.accordion-js.accordion_col2 {
  overflow: hidden;
}
.accordion-js.accordion_col2 .accordion {
  width: 47.5%;
  float: left;
  padding: 0;
  margin-right: 2.5%;
}
.accordion-js.accordion_col2 .accordion:nth-child(2n) {
  margin-right: 0;
}
.accordion.accordion_none {
  cursor: default;
}
@media screen and (max-width:1099px) {
  #sp-nav .accordion-js dl {
    margin: 0;
  }
  #sp-nav .accordion-js .accordion {
    border: none;
    background-color: transparent;
  }
  #sp-nav .accordion-js .accordion-title {
    font-size: 17px;
    padding: 0;
  }
  #sp-nav nav .accordion-js .accordion-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #sp-nav nav .accordion-js .accordion-content:last-of-type {
    border-radius: 0 0 10px 10px;
  }
  #sp-nav nav .accordion-js .accordion-content ul li {
    width: 100%;
    margin: 0;
    border: none;
  }
  #sp-nav nav .accordion-js .accordion-content .bg_green {
    border-radius: 0 0 10px 10px;
  }
  #sp-nav nav .accordion-js .accordion-content ul li {
    border-radius: 0;
  }
  #sp-nav nav .accordion-js .accordion-content ul li a {
    width: calc(100% - 76px);
    font-weight: normal;
    margin: auto;
    padding: 10px 26px 10px 50px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
  }
  #sp-nav nav .accordion-js .accordion-content ul li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: var(--accentcolor);
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 16px;
  }
  #sp-nav nav .accordion-js .accordion-content ul li:last-child a {
    border-bottom: none;
  }
  #sp-nav nav .accordion-js .accordion-content .nopost {
    width: calc(100% - 28px);
    font-weight: 400;
    padding: 14px;
  }
}
@media screen and (max-width:1099px) {
  .accordion-js .accordion-title .toggle_btn::before,
  .accordion-js .accordion-title .toggle_btn::after {
    width: 20px;
    right: 20px;
    right: 15px;
  }
  .accordion-js .accordion-content {
    margin: 0 25px;
    padding: 20px 0;
  }
}
@media screen and (max-width:767px) {
  .accordion-js .accordion {
    border: 3px solid var(--border-color);
  }
  .accordion-js .accordion-title {
    padding: 15px 45px 15px 30px;
  }
  .accordion-js .accordion-content {
    margin: 0 20px;
  }
  #first_time_faq .accordion .a {
    float: none;
  }
  .accordion-js.accordion_col2 .accordion {
    width: calc(100% - 6px);
    margin: 0 0 25px 0;
    float: none;
  }
  #sp-nav .accordion-js .accordion-content {
    margin: 0;
  }
  #sp-nav .accordion-js .accordion-title .toggle_btn::before,
  #sp-nav .accordion-js .accordion-title .toggle_btn::after {
    width: 15px;
    height: 2px;
    right: 10px;
  }
}
/* ------------------------
  -- tab
------------------------*/
.tab-content {
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 0 60px;
}
.tab-container {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 50px auto;
}
.tab {
  width: calc((100% - 1.5rem * 4) / 5);
  color: var(--border-color);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.4;
  text-align:center;
  padding: 12px;
  background-color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 100vw;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab:hover {
  opacity: .6;
}
.tab.active {
  color: #FFFFFF;
  background-color: var(--accentcolor);
  border-color: var(--accentcolor);
  position: relative;
  opacity: 1.0;
}
.tab.active::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--accentcolor);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab.active:hover {
  opacity: 1.0;
}
.tab-wrapper {
  margin-bottom: 70px;
}
.tab-wrapper:last-child {
  margin-bottom: 0;
}
.tab-wrapper .tab-content-item {
  display: none;
}
.tab-wrapper .tab-content-item.show {
  display: block;
}
.content-container {
  padding: 5%;
  border-
}
.content.show .search_list_category {
  display: flex;
  flex-wrap: wrap;
}
.content.show .search_list_category > li {
  width: 23.7%;
  height: 94px;
  font-size: 18px;
  text-align: center;
  display: table;
  border: 1px solid var(--border-color);
  background-color: #FFFFFF;
  margin: 0 1% 1% 0;
}
.content.show .search_list_category li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.content.show .search_list_category li a:hover {
  opacity: 0.6;
}
.content.show .search_list_category li a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  display: block;
  height: 0;
  width: 0;
}
@media screen and (max-width:1500px) {
  .tab-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .tab {
    width: calc((100% - 1rem * 2) / 3);
    font-size: 0.85rem;
    text-align: center;
    line-height: 1.1em;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content.show .search_list_category > li {
    font-size: 14px;
    margin-bottom: 1.5%;
  }
  .tab-container {
    margin: 0 0 20px;
    gap: 1rem;
  }
  .tab-content .ttl_border {
    font-size: 18px;
  }
  .content.show .search_list_category li a {
    line-height: 1.1em;
  }
}

/* swipe設定 */
@media screen and (max-width:767px) {
  .tab-wrapper {
    position: relative;
  }
  .tab-wrapper::before {
    content: "";
    background-image: url(../images/swipe.png);
    background-size: cover;
    width: 30px;
    height: 29px;
    position: absolute;
    top: -37px;
    right: 0;
    animation: swipeMove 1.6s ease-in-out infinite;
  }
  @keyframes swipeMove {
    0% {
      opacity: 0.45;
      transform: translateX(0);
    }
    45% {
      opacity: 1;
      transform: translateX(6px);
    }
    90% {
      opacity: 0.45;
      transform: translateX(0);
    }
    100% {
      opacity: 0.45;
      transform: translateX(0);
    }
  }
  .tab-container {
    width: calc(100% + 5%);
    margin: 0 -5% 15px 0;
    padding: 0 5% 12px 0;
    gap: 0.7rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .tab-container::-webkit-scrollbar {
      display: none;
    }
  .tab {
    width: auto;
    min-width: 120px;
    flex: 0 0 auto;
    padding: 10px 16px;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

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

  img slide

=========================*/
.img__slide {
  margin: 180px 0;
}
.img__slide__wrap {
  display: flex;
  overflow: hidden;
}
.img__slide__list {
  display: flex;
  list-style: none;
}
.img__slide__list {
animation:infinity-scroll-left 95s infinite linear 0.5s both;
}
.img__slide__item {
  width: calc(100vw / 4);
  margin-right: 30px;
}
.img__slide__item > img{
   width: 100%;
   aspect-ratio: 16 / 10;
  object-fit: cover;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width:1500px) {
  .img__slide {
    margin: 100px 0;
  }
  .img__slide__item {
    width: calc(210vw / 5);
    margin-right: 15px;
  }
  .img__slide__item > img {
    border-radius: 10px;
  }
}

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

  header

=========================*/
header {
  width: 95%;
  max-width: 1700px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background-color: #FFFFFF;
}
header a:hover {
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
header .pc_nav {
  font-family: var(--font);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pc_nav .nav {
  width: 100%;
  height: 92px;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 0 60px;
  gap: 2rem;
  border-radius: 20px;
}
header .pc_nav > ul {
  display: flex;
  height: 70px;
}
header .pc_nav ul li {
  width: max-content;
  text-align: center;
  display: table;
}
header .pc_nav ul li a {
  font-weight: 400;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
header .pc_nav .nav.fixed li a {
  color: var(--accentcolor);
}
header .pc_nav ul.link {
  height: fit-content;
  gap: 1.5rem;
  justify-content: end;
}
header .pc_nav ul.link li {
  display: block;
}
header .pc_nav ul.link li a {
  font-size: 16px;
  color: #62666C;
  padding: 0;
}
header .pc_nav ul.link li a .icon_arrow_r::before {
  margin: 0 6px 3px 0;
}
header .pc_nav
header .logo a img {
  width: 512px;
  vertical-align: middle;
  border-radius: 0;
}
.fixed-header {
  position: fixed;
  top: 25px;
  background-color: #FFFFFF;
  z-index: 9999;
  display: table;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.fixed-header .logo_btn {
  display: flex;
  justify-content: space-between;
}
.fixed-header .logo {
  max-width: 280px;
  min-width: 220px;
}
.logo img {
  border-radius: 0;
}
.fixed-header .access {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
}
.fixed-header .access .font_l {
  margin-left: 4px;
}
.fixed-header .access .fa-train {
  margin-right: 6px;
}
.fixed-header .teldetail {
  margin-left: 15px;
  display: grid;
}
.btn_tel {
  font-size: 26px;
  text-align: center;
  padding: 6px 38px;
  border: 1px solid #000000;
  border-radius: 100vh;
}
.btn_tel .inner {
  vertical-align: middle;
}
header .pc_nav ul.nav_inner > li > a {
  position: relative;
}
header .pc_nav ul.nav_inner > li:hover > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--maincolor);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
header .pc_nav ul.nav_inner > li:hover a::before {
  opacity: 1;
}
@media screen and (max-width:1600px) {
  .fixed-header .header_inner {
    width: 100%;
  }
  header .pc_nav .nav.fixed .nav_inner {
    width: auto;
  }
  header .access {
    line-height: 1.3em;
  }
}
@media screen and (max-width:1300px) {
  header .tel {
    font-size: 1.8em;
  }
  header .tel .fa-phone {
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
    vertical-align: bottom;
  }
}
@media screen and (max-width:1250px) {
  .fixed-header {
    top: 10px;
  }
  header .pc_nav ul li a {
    font-size: 15px;
    line-height: 1.6em;
  }
  header .pc_nav .subttl {
    font-size: 8px;
  }
}
@media screen and (max-width:767px) {
  .tel {
    font-size: 30px;
  }
  .tel .fa-phone {
    font-size: 14px;
    padding: 10px;
    vertical-align: text-bottom;
  }
}

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

  nav

=========================*/
.sp_nav {
  display: none;
}
.right_side,
.fixed-header nav .nav_inner {
  height: 100%;
}
.fixed-header nav .nav_inner {
  display: flex;
  justify-content: space-around;
}
.fixed-header nav .nav_inner > li {
  font-size: 17px;
}
.fixed-header nav .nav_inner > li:last-child {
  margin-right: 0;
}
.fixed-header nav .nav_inner > li:last-child .dropdown_box {
  right: 0;
  left: auto;
}
.fixed-header nav .nav_inner .arrow {
  padding: 6px;
}
.fixed-header nav .nav_inner .arrow::before {
  width: 6px;
  height: 6px;
  border-color: var(--maincolor);
}
.fixed-header nav .nav_inner li .subttl {
  font-family: var(--font);
  color: #8FC6B4;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.0em;
  display: block;
  letter-spacing: 0.02em;
}
@media screen and (max-width:1500px) {
  .fixed-header nav .nav_inner > li {
    font-size: 16px;
  }
  header .pc_nav .nav {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1150px) {
  header {
    width: 95%;
  }
  header .pc_nav {
    display: none;
  }
  header .sp_nav {
    width: 100%;
    height: 60px;
    display: table;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .sp_nav_inner {
    position: relative;
    z-index: 9999;
    display: table-cell;
    vertical-align: middle;
    background: #FFFFFF;
    border-radius: 100vw;
    box-shadow: var(--shadow);
  }
  .fixed-header {
    width: 95%;
    height: 60px;
    border-radius: 100vw;
  }
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    /* height: 80px; */
    position: fixed !important;
    top: 0;
    background: transparent;
  }
}

/* hamburger menu */
body.menu-open {
  position: fixed; /* 背景のスクロールを防ぐ */
  width: 100%;
  overflow: hidden;
}

#sp-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  /* right: -120%; */
  display: none;
  width: 100%;
  height: 100vh;
  background: #FAFAFA;
  transition: all 0.6s;
  overflow: auto;
}
#sp-nav.panelactive {
  right: 0;
  display: block;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
  overflow: auto;
}
/*フェードイン*/
@keyframes fadeIn{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#sp-nav .sp-nav_inner {
  width: 100%;
  height: calc(100vh - 90px);
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#sp-nav nav ul li {
  list-style: none;
  border: 1px solid var(--maincolor);
  border-radius: 10px;
  position: relative;
}
#sp-nav nav ul li:first-child {
  border-top: 1px solid var(--maincolor);
}
#sp-nav .sp-nav_inner nav a,
#sp-nav .accordion-js .accordion-title {
  width: calc(100% - 20px);
  line-height: 1.4em;
  display: block;
  padding: 20px 10px;
}
#sp-nav .accordion-js .ttl_border {
  font-size: 1em;
  font-weight: 500;
  margin: 30px 15px 15px;
  padding-left: 20px;
}
#sp-nav .accordion-js .ttl_border::before {
  background-color: var(--maincolor);
}
#sp-nav .sp-nav_inner nav a {
  position: relative;
}
#sp-nav .sp-nav_inner nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--maincolor);
  border-right: solid 2px var(--maincolor);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
.openbtn {
  position: absolute;
  z-index: 9999;
  width: 75px;
  height: 75px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--maincolor);
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 25px;
}
.openbtn span:nth-of-type(3) {
  top: 35px;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 1150px) {
  #sp-nav .sp-nav_inner .nav_inner {
    display: block;
  }
  .sp_nav_inner .logo {
    width: 250px;
    padding-left: 25px;
    margin: 8px 15px;
  }
  #sp-nav .sp_nav .nav_btn {
    margin-bottom: 20px;
  }
  #sp-nav .sp_nav .detail {
    margin: 20px 0;
    font-weight: bold;
  }
  #sp-nav .sp_nav .detail .tel_mail i {
    font-size: 16px;
    padding: 8px;
    margin-right: 8px;
  }
  #sp-nav .sp_nav .detail .tel_mail li.tel span {
    font-size: 25px;
    vertical-align: middle;
  }
  #sp-nav nav ul li {
    width: 90%;
    margin: 0 auto 15px;
  }
  .fixed-header nav .nav_inner > li {
    margin-right: 0;
  }
  #sp-nav .sp-nav_inner .nav_btn .col2 {
    display: block;
  }
  #sp-nav .sp-nav_inner .nav_btn .col2 li {
    margin: 0 0 15px 0;
  }
  .sp_nav_inner .logo {
    z-index: 9999;
    position: relative;
  }
  .openbtn {
    z-index: 9999;
    top: 0;
    right: 10px;
    cursor: pointer;
    width: 75px;
    height: 65px;
  }
  .openbtn .menu {
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 4px;
    right: 0;
  }
  p.menu::before {
    content: "MENU";
    display: inline-block;
  }
  #sp-nav .sp-nav_inner .nav_inner {
    padding: 20px 0 150px;
  }
  #sp-nav .access {
    padding: 20px 10px;
    text-align: center;
    margin: 0 20px 20px;
  }
  #sp-nav .teldetail {
    margin: 0 20px 60px;
  }
  #sp-nav .teldetail .btn_tel {
    padding: 12px 38px;
  }
  #sp-nav .navlogo {
    width: 150px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 750px) {
  .sp_nav_inner .logo {
    width: 40%;
    min-width: auto;
    margin: 12px 20px 8px;
    padding-left: 0;
  }
  .sp_nav_inner .logo img {
    width: 100%;
  }
  #sp-nav .sp-nav_inner nav a,
  #sp-nav .accordion-js .accordion-title {
    width: calc(100% - 45px);
    font-weight: normal;
    display: block;
    padding: 12px 30px 15px 15px;
    word-break: break-all;
  }
  #sp-nav .navlogo {
    width: 150px;
    margin: 0 auto 150px;
  }
  #sp-nav .tel {
    font-size: 30px;
    text-align: center;
  }
  #sp-nav .tel .fa-phone {
    font-size: 14px;
    padding: 10px;
    vertical-align: text-top;
  }
}

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

  dropdown / megamenu
  
=========================*/
.dropdown:hover .dropdown_box  {
  animation: fadeIn 0.4s ease-in-out forwards;
}
.dropdown:hover {
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}
.dropdown {
  position: relative;
}
.dropdown li {
  font-size: 16px;
  position: relative;
}
.dropdown li:last-child {
  border-bottom: none;
}
/* .dropdown li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--accentcolor);
  border-right: solid 1px var(--accentcolor);
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
} */
.dropdown li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0;
}
.dropdown li a p {
  font-size: 16px;
}
.dropdown_box {
  position: absolute;
  top: 100%;
  right: -50%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform .2s;
  width: max-content;
  z-index: 1;
  box-shadow: var(--shadow);
  padding: 15px 5px;
  border-radius: 1vw;
}
.dropdown_box li {
  transition: opacity .2s; /* 不透明度の変化をアニメーション化 */
  margin: 5px 10px;
}
.dropdown_box li a {
  width: auto;
  padding: 15px 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: var(--shadow);
}
.dropdown_box li a:hover {
  border: 2px solid var(--maincolor);
  opacity: 1.0;
}
.dropdown:hover .dropdown_box {
  background-color: var(--bgcolor);
}
.dropdown_box .dropdown_inner .item {
  flex-flow: column;
}
header .pc_nav .dropdown ul li a {
  width: 210px;
  padding: 15px 36px;
}
.dropdown:hover .doropdown_col2 {
  width: 400px;
  left: 0;
  column-count: 2;
  gap: 0;
}
header .pc_nav .dropdown ul li p {
  color: var(--accentcolor);
  line-height: 1.4em;
}
li.megamenu .megamenu_box {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 2%;
  background: var(--bgcolor);
  box-shadow: var(--shadow);
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeIn 0.4s ease-in-out forwards;
  display: none;
  z-index: 1;
}
li.megamenu:hover > .megamenu_box {
  max-height: 80vh;
  height: auto;
  top: 100%;
  opacity: 1;
  transform: translateY(0);
  animation: fadeIn 0.4s ease-in-out forwards;
  display: block;
  overflow: scroll;
  border-radius: 1vw;
}
li.megamenu .megamenu_box .megamenu_section .ttl_border {
  font-family: var(--font);
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
}
li.megamenu .megamenu_box .megamenu_section .ttl_border::before {
  background-color: var(--accentcolor);
}
li.megamenu:hover > a > li {
  color: var(--accentcolor);
}
li.megamenu > .megamenu_box .megamenu_inner {
  display: flex;
  justify-content: center;
}
li.megamenu > .megamenu_box .megamenu_inner.flex_none {
  display: block;
}
li.megamenu > .megamenu_box .megamenu_inner.flex_none .item {
  width: auto;
}
li.megamenu > .megamenu_box .megamenu_inner.flex_none .item li {
  width: 14%;
}
li.megamenu_item {
  height: auto;
}
li.megamenu_item a {
  font-family: var(--font) !important;
  font-size: 15px !important;
  padding: 12px 10px;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl {
  font-size: 1.6em;
  font-family: var(--font);
  font-weight: bold;
  text-align: left;
  padding: 0 0 16px 16px;
  margin: 80px 0 20px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl::first-letter {
  color: var(--maincolor);
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl:first-child {
  margin-top: 0;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_section .megamenu_parent_title {
  margin-top: 60px;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_section:first-child .megamenu_parent_title {
  margin-top: 0;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl::before {
  width: 38px;
  height: 31px;
  content: "";
  position: absolute;
  background-image: url(../images/ttl_accessory.svg);
  background-size: cover;
  bottom: 0;
  top: -14px;
  left: -15px;
  margin: auto;
  z-index: -1;
}
li.megamenu .megamenu_box .item {
  width: 1120px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
li.megamenu .megamenu_box .item li {
  width: 19%;
  border: none;
  position: relative;
  border-radius: 10px;
}
li.megamenu .megamenu_box .item li a {
  color: var(--fontcolor);
  font-size: 16px;
  text-align: left;
  line-height: 1.4em;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 15px 28px 15px 15px;
}
li.megamenu .megamenu_box .item li a:hover {
  border-color: var(--maincolor);
  opacity: 1.0;
}
header .pc_nav .megamenu .item a {
  color: var(--fontcolor) !important;
}
li.megamenu .megamenu_box .item li a img {
  height: 58px;
}
li.megamenu .megamenu_box .arrow::before {
  border-color: var(--maincolor);
}
li.megamenu .megamenu_box .nav_cat_list {
  width: 33.3%;
  margin-right: 2%;
}
li.megamenu .megamenu_box .nav_cat_list .nav_cat_ttl {
  color: var(--maincolor);
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.4rem;
  border-bottom: 2px solid var(--maincolor);
  padding-bottom: 15px;
  position: relative;
}
li.megamenu .megamenu_box .nav_cat_list .nav_cat_ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid var(--maincolor);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
li.megamenu .megamenu_box .nav_cat_list:last-child {
  margin-right: 0;
}
li.megamenu .megamenu_box .nav_cat_list .item {
  width: 100%;
  justify-content: space-between;
  gap: unset;
}
li.megamenu .megamenu_box .nav_cat_list .item li {
  width: 49%;
  margin-bottom: 2%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width:1500px) {
  .dropdown li {
    font-size: 15px;
  }
  .dropdown li a {
    padding: 12px 0;
  }
}
@media screen and (max-width:1200px) {
  li.megamenu .megamenu_box .item li a {
    font-size: 14px;
  }
}
@media screen and (max-width:1120px) {
  li.megamenu .megamenu_box .item {
    width: 90%;
  }
}

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

  KV

=========================*/
.kv {
  max-width: 1700px;
  width: 94%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.kv::before {
  content: "";
  background-image: url(../images/kv_left.png);
  background-size: cover;
  position: absolute;
  width: 1014px;
  height: 463px;
  left: -700px;
  bottom: -8vw;
  z-index: -1;
}
.kv::after {
  content: "";
  background-image: url(../images/kv_right.png);
  background-size: cover;
  position: absolute;
  width: 660px;
  height: 300px;
  right: -692px;
  top: 0;
  z-index: 1;
}
.kv_inner {
  max-width: 1480px;
  width: 90%;
  height: auto;
  margin-left: auto;
  background-image: url(../images/kv.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 1380 / 830;
  border-radius: 60px;
}
.kv .kv_copy {
  position: absolute;
  top: -40px;
  left: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.kv .kv_copy h1 {
  max-width: 118px;
  width: 8vw;
}
.kv .kv_copy img {
  border-radius: 0;  
}
@media screen and (max-width:767px) {
  .kv {
    width: 100%;
    height: 43vh;
  }
  .kv::before {
    width: 274px;
    height: 125px;
    left: -190px;
  }
  .kv_inner {
    width: 80%;
    height: 100%;
    background-image: url(../images/kv_sp.jpg);
    border-radius: 30px;
  }
  .kv .kv_copy {
    left: 20px;
  }
  .kv .kv_copy h1 {
    width: 45px;
  }
}

/* kv_point */
.kv_point {
  position: absolute;
  bottom: -40px;
  right: -3%;
  display: flex;
  gap: 1rem;
  z-index: 99;
}
.kv_point li {
  width: 236px;
}
@media screen and (max-width:1590px) { 
  .kv_point {
    width: 40%;
  }
  .kv_point li {
   width: 100%;
  }
}
@media screen and (max-width:767px) { 
  .kv_point {
    max-width: 390px;
    width: 85%;
    justify-content: center;
    right: 2%;
    left: auto;
    margin: auto;
    bottom: -74px;
    gap: 0.5rem;
  }
}

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

  bnr

=========================*/
#top_bnr {
  margin-bottom: 250px;
}
#top_bnr .section__contents__inner {
  max-width: 1700px;
}
.bnr_list {
  gap: 2rem;
  margin-top: 180px;
}
.bnr_list li {
  aspect-ratio: 520 / 260;
  border-radius: 100vw;
  display: flex;
  position: relative;
}
.bnr_list li.bnr_home-pharmacy {
  background-image: url(../images/bnr_home-pharmacy.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.bnr_list li.bnr_home-pharmacy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accentcolor);
  opacity: .65;
  border-radius: 100vw;
  z-index: 1;
}
.bnr_list li.bnr_entry {
  background-image: url(../images/bnr_entry.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.bnr_list li.bnr_entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--recruitcolor);
  opacity: .65;
  border-radius: 100vw;
  z-index: 1;
}
.bnr_list li.bnr_store-search {
  background-image: url(../images/bnr_store-search.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.bnr_list li.bnr_store-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--maincolor);
  opacity: .65;
  border-radius: 100vw;
  z-index: 1;
}
.bnr_list li a {
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(18px, 1.3vw, 26px);
  line-height: 1.4em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100vw;
  position: relative;
  z-index: 2;
}
.bnr_list li a:hover::before  {
  opacity: 0.5;
}
.bnr_list li a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}
.bnr_list li a .icon_arrow_r::before {
  width: 28px;
  height: 28px;
}
.bnr_list li a .bnr_txt {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
}
@media screen and (max-width: 1110px) {
  #top_bnr .col_item3 li {
    width: 100%;
  }
  .bnr_list li {
    height: 135px;
  }
  .bnr_list li a .bnr_txt {
    font-size: 12px;
    text-align: center;
    bottom: 14px;
  }
  #top_bnr {
    margin-bottom: 140px;
  }
  .bnr_list {
    margin-top: 140px;
  }
}

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

  top philosophy

=========================*/
#top_philosophy {
  position: relative;
}
#top_philosophy .section__contents__inner {
  max-width: 1700px;
}
#top_philosophy .section__contents__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/medicine_left.png);
  background-size: cover;
  max-width: 365px;
  max-height: 384px;
  width: 30vw;
  height: 28vw;
  top: -30px;
  left: 90px;
  animation: medicineFloatLeft 5s ease-in-out infinite;
}
@keyframes medicineFloatLeft {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
#top_philosophy .section__contents__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/medicine_right.png);
  background-size: cover;
  max-width: 340px;
  max-height: 388px;
  width: 23vw;
  height: 25vw;
  top: -50px;
  right: 120px;
  animation: medicineFloatRight 6s ease-in-out infinite;
}
@keyframes medicineFloatRight {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(30px) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  #top_philosophy .section__contents__inner::before,
  #top_philosophy .section__contents__inner::after {
    animation: none;
  }
}
#top_philosophy h2 {
  margin-bottom: 50px;
}
#top_philosophy .philosophy_circle {
  max-width: 1500px;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 100px auto 0;
}
#top_philosophy .philosophy_circle li {
  color: #FFFFFF;
  line-height: 1.5em;
  width: min(100%, 432px);
  aspect-ratio: 1 / 1;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  flex: 1 1 0;
  max-width: 432px;
}
#top_philosophy .philosophy_circle li:nth-child(1) {
  background-image: linear-gradient(130deg, rgba(222, 169, 164, 0.9), rgba(237, 198, 194, 0.9));
}
#top_philosophy .philosophy_circle li:nth-child(2) {
  background-image: linear-gradient(130deg, rgba(156, 182, 216, 0.9), rgba(194, 214, 242, 0.9));
}
#top_philosophy .philosophy_circle li:nth-child(3) {
  background-image: linear-gradient(130deg, rgb(124, 188, 167), rgb(170, 213, 199));
}
#top_philosophy .philosophy_circle li .inner {
  text-align: center;
  padding: 20px;
}
#top_philosophy .philosophy_circle li h3 {
  font-size: clamp(20px, 1.5vw, 30px);
  margin-top: 0;
}

@media screen and (max-width: 950px) {
  #top_philosophy .section__contents__inner::before {
    left: 0;
  }
  #top_philosophy .section__contents__inner::after {
    right: 0;
    top: 10px;
  }
  #top_philosophy .philosophy_circle {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 50px;
  }
  @keyframes medicineFloatLeft {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-10px) rotate(2deg);
    }
    100% {
      transform: translateY(0) rotate(0deg);
    }
  }
  @keyframes medicineFloatRight {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(10px) rotate(-2deg);
    }
    100% {
      transform: translateY(0) rotate(0deg);
    }
  }
  #top_philosophy .philosophy_circle li {
    width: min(65vw, 432px);
    flex: none;
  }
  #top_philosophy .philosophy_circle li p {
    text-align: center;
  }
}

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

  top business

=========================*/
#top_business {
  position: relative;
  margin-bottom: 300px;
}
#top_business::before {
  content: "";
  position: absolute;
  background-color: #DAF1E9;
  width: 100%;
  height: 80%;
  bottom: -100px;
}
#top_business .card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
#top_business .card_list li {
  width: calc((100% - 1.5rem * 3) / 4);
  padding: 0 0 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#top_business .card_list li a {
  height: 100%;
  display: flex;
  flex-flow: column;
  gap: 50px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
#top_business .card_list li img {
  border-radius: 10px 10px 0 0;
}
#top_business .card_list li .txt_area {
  padding: 0 30px 0;
}
#top_business .card_list li h3 {
  color: var(--maincolor);
  font-size: clamp(18px, 2.5vw, 24px);
  text-align: center;
  padding: 0;
}
#top_business .card_list li a .btn__wrap {
  width: calc(100% - 30px);
  margin-top: auto;
}

/* hover時 */
#top_business .card_list li:hover {
  opacity: .8;
  box-shadow: 0px 0px 16px 0px rgb(108 176 152 / 80%);
  transition: all 0.3s ease 0s;
}
#top_business .card_list li:hover a .btn.nolink .inner {
  color: var(--accentcolor);
  background-color: transparent;
  border-color: var(--accentcolor);
  border-radius: 100vh;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width:950px) { 
  #top_business::before {
    height: 90%;
    bottom: -60px;
  }
  #top_business .card_list {
    gap: 1rem .5rem;
  }
  #top_business .card_list li {
    width: calc((100% - .5rem * 1) / 2);
  }
  #top_business .card_list li .txt_area {
    padding: 0 15px 0;
  } 
  #top_business .card_list li h3 {
    margin: 20px 0 15px;
  }
  #top_business .card_list li a .btn__wrap {
    padding: 0 15px;
  }
  #top_business .card_list li .btn.nolink .inner {
    font-size: 14px;
    line-height: 1.2em;
    padding: 10px 30px 10px 16px;
  }
  #top_business .card_list li .btn.nolink .inner .arrow {
    right: 18px;
  }
}
@media screen and (max-width:767px) { 
  #top_business {
    margin-bottom: 200px;
  }
  #top_business .card_list li a {
    gap: 30px;
  }
  #top_business .card_list li a .btn__wrap {
    width: stretch;
  }
  #top_business .card_list li .btn__wrap .btn {
    width: 100%;
    min-width: unset;
  }
}

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

  top company data

=========================*/
#top_company-data .section__contents__inner,
#top_company-data .data_list li {
  border-radius: 10px;
}
#top_company-data .section__contents__inner {
  max-width: calc(1500px - 140px);
  width: calc(90% - 140px);
  padding: 70px;
  position: relative;
}
#top_company-data .section__contents__inner::before {
  content: "SANWA";
  color: #A3D6C5;
  font-size: clamp(60px, 7vw, 138px);
  font-weight: bold;
  position: absolute;
  right: 38px;
  top: -18px;
}
#top_company-data .data_list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#top_company-data .data_list li {
  font-size: 24px;
  width: calc((100% - 1rem * 3) / 4 - 60px);
  text-align: center;
  padding: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-flow: column;
  gap: 20px;
  box-shadow: var(--shadow);
}
#top_company-data .data_list li h3 {
  font-size: 26px;
  padding: 0;
  margin: 0;
}
#top_company-data .data_list li img {
  max-width: 100px;
  max-height: 100px;
  width: 80%;
  height: 80%;
  margin: auto;
}
#top_company-data .data_list li .num_box {
  word-break: break-all;
}
#top_company-data .data_list li .num_box p {
  text-align: center;
}
#top_company-data .data_list li .num {
  color: var(--accentcolor);
  font-size: clamp(30px, 3vw, 54px);
  font-weight: bold;
  line-height: 1.0em;
  margin-top: 5px;
}
#top_company-data .data_list li .num span {
  color: var(--fontcolor);
  font-size: .5em;
  margin-left: 4px;
}
#top_company-data .btn__wrap {
  margin-top: 70px;
}
@media screen and (max-width:950px) { 
  #top_company-data .data_list li {
    width: calc((100% - 1rem * 1) / 2 - 40px);
    padding: 30px 20px;
  }
}
@media screen and (max-width:767px) { 
  #top_company-data .section__contents__inner::before {
    right: 0;
    top: -12px;
  }
  #top_company-data .data_list {
    gap: 1rem .5rem;
  }
  #top_company-data .section__contents__inner {
    width: calc(100% - 40px);
    padding: 60px 20px;
    position: relative;
  }
  #top_company-data .data_list li {
    width: calc((100% - .5rem * 1) / 2 - 40px);
    font-size: 16px;
    padding: 20px;
  }
  #top_company-data .data_list li h3 {
    font-size: 18px;
  }
  #top_company-data .data_list li img {
    width: 70px;
    height: 70px;
  }
  #top_company-data .btn__wrap {
    margin-top: 50px;
  }
}

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

  top tsc

=========================*/
#top_tsc .inner {
  display: flex;
  position: relative;
}
#top_tsc .inner .section__contents__inner {
  padding-top: 20vw;
  position: relative;
}
#top_tsc .inner .section__contents__inner::before {
  content: "";
  background-image: url(../images/medicine_top.png);
  background-size: cover;
  max-width: 470px;
  max-height: 350px;
  min-width: 140px;
  min-height: 104px;
  width: 26vw;
  height: 19vw;
  position: absolute;
  top: 0;
  left: -50px;
}
#top_tsc .inner .txt_area,
#top_tsc .inner .img_area img {
  border-radius: 10px;
}
#top_tsc .inner .txt_area {
  max-width: fit-content;
  width: 38%;
  padding: 4% 6%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
  box-shadow: var(--shadow);
}
#top_tsc .inner .txt_area h3 {
  color: var(--maincolor);
  margin: 0 0 35px;
  padding: 0;
}
#top_tsc .inner .txt_area p {
  margin-bottom: 15px;
}
#top_tsc .inner .img_area {
  width: 54%;
  position: absolute;
  right: 0;
  top: 95px;
  aspect-ratio: 1100 / 660;
}
#top_tsc .inner .img_area img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:950px) { 
  #top_tsc .inner {
    flex-flow: column;
    gap: 1rem;
  }
  #top_tsc .inner .section__contents__inner {
    padding-top: 10vw;
  }
  #top_tsc .inner .section__contents__inner::before {
    top: -58px;
    left: -40px;
  }
  #top_tsc .inner .txt_area {
    width: 100%;
    padding: 40px 20px;
  }
  #top_tsc .inner .txt_area h3 {
    margin: 0 0 25px;
  }
  #top_tsc .inner .img_area {
    position: unset;
    width: 85%;
    margin-left: auto;
    aspect-ratio: 16 / 9;
  }
  #top_tsc .mvv__list .mvv__list__item {
    margin-bottom: 60px;
  }
}

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

  top dx

=========================*/
#top_dx {
  position: relative;
}
#top_dx::before {
  content: "";
  background-image: url(../images/bg_dx.png);
  background-size: cover;
  max-width: 757px;
  max-height: 706px;
  width: 40vw;
  height: 37vw;
  position: absolute;
  top: -80px;
  left: -50px;
  z-index: -1;
}
#top_dx::after {
  content: "";
  background-image: url(../images/bg_dx-right.png);
  background-size: cover;
  max-width: 300px;
  max-height: 491px;
  width: 18vw;
  height: 30vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#top_dx .inner {
  display: flex;
  position: relative;
}
#top_dx .inner .section__contents__inner {
  padding: 5vw 0 4vw;
}
#top_dx .inner .txt_area,
#top_dx .inner .img_area img {
  border-radius: 10px;
}
#top_dx .inner .txt_area {
  max-width: fit-content;
  width: 35%;
  position: relative;
  z-index: 9;
}
#top_dx .inner .txt_area h3 {
  padding: 0 0 30px;
  margin: 0 0 40px;
  position: relative;
}
#top_dx .inner .txt_area h3::before {
  content: "";
  width: 80px;
  height: 5px;
  background-color: var(--maincolor);
  position: absolute;
  bottom: 0;
  border-radius: 100vh;
}
#top_dx .inner .img_area {
  width: 55%;
  position: absolute;
  right: 0;
  aspect-ratio: 1080 / 550;
}
#top_dx .inner .img_area img {
  height: 100%;
  object-fit: cover;
  border-radius: 100vw;
}
#top_dx .col {
  margin-top: 5vw;
}
#top_dx .col li {
  font-weight: bold;
  display: flex;
  flex-flow: column;
  gap: .6rem;
}
.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(191, 229, 216, 0.9);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

@media screen and (max-width:950px) { 
  #top_dx .inner {
    flex-flow: column;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  #top_dx .inner .txt_area {
    width: 100%;
  }
  #top_dx .inner .img_area {
    position: unset;
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width:767px) { 
  #top_dx::before {
    width: 250px;
    height: 225px;
    top: -46px;
  }
  #top_dx::after {
    bottom: -50px;
  }
}

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

  top store list

=========================*/
#store_list a {
  max-width: 1250px;
  width: 90%;
  display: flex;
  margin: 180px auto;
  transition: all 0.3s ease 0s;
}
#store_list .txt_area {
  width: 30%;
  padding: 20px;
}
#store_list .txt_area h2 {
  color: var(--maincolor);
  margin: 0;
}
#store_list .txt_area .subttl {
  color: var(--maincolor);
}
#store_list .txt_area h2::first-letter {
  font-size: 1em;
}
#store_list .txt_area > .inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#store_list .img_area {
  width: 65%;
}
#store_list .img_area img {
  border-radius: 0;
}
#store_list .btn__wrap {
  margin-top: 0;
}
#store_list .btn__wrap .btn > .inner {
  background-color: var(--maincolor);
  border-color: var(--maincolor);
}
#store_list:hover .btn__wrap .btn .inner {
  color: var(--maincolor);
  background-color: transparent;
  border-color: var(--maincolor);
  transition: all 0.3s ease 0s;
}
#store_list:hover .btn__wrap .btn .inner .arrow::before {
  border-color: var(--maincolor);
}
@media screen and (max-width:767px) { 
  #store_list a {
    flex-flow: column;
    margin: 100px auto;
  }
  #store_list .txt_area {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  #store_list .img_area {
    width: 100%;
  }
  #store_list .img_area img {
    height: 180px;
  }
  #store_list .txt_area > .inner {
    gap: 1rem;
  }
}

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

  top recruit

=========================*/
#top_recruit {
  position: relative;
}
#top_recruit::before {
  content: "";
  background-image: url(../images/bg_recruit_left.png);
  background-size: cover;
  max-width: 576px;
  max-height: 568px;
  width: 29.9vw;
  height: 29.5vw;
  position: absolute;
  top: -34px;
  left: -2.5vw;
}
#top_recruit::after {
  content: "";
  background-image: url(../images/bg_recruit_right.png);
  background-size: cover;
  max-width: 478px;
  max-height: 475px;
  width: 29.2vw;
  height: 29vw;
  position: absolute;
  top: 100px;
  right: 2vw;
}
#top_recruit .recruit_txt,
#top_recruit .col li {
  border-radius: 10px;
}
#top_recruit .recruit_txt {
  max-width: 610px;
  width: 80%;
  text-align: center;
  background-color: rgba(255,255,255, .9);
  backdrop-filter: blur(10px);
  margin: auto;
  padding: 80px 30px;
  position: relative;
  z-index: 1;
}
#top_recruit .recruit_txt::before {
  content: "";
  background-image: url(../images/recruit_ttl.png);
  background-size: cover;
  width: 288px;
  height: 134px;
  position: absolute;
  left: -60px;
  top: -34px;
  z-index: 2;
}
#top_recruit .recruit_txt h2 {
  color: var(--recruitcolor);
  margin-bottom: 30px;
}
#top_recruit .recruit_txt h2::first-letter {
  color: var(--recruitcolor);
  font-size: 1em;
}
#top_recruit .recruit_txt p {
  font-size: clamp(18px, 1.35vw, 28px);
  font-weight: 500;
  line-height: 1.6em;
}
#top_recruit .btn a {
  background-color: var(--recruitcolor);
  border-color: var(--recruitcolor);
}
#top_recruit .btn a:hover {
  color: var(--recruitcolor);
  background-color: transparent;
  border-color: var(--recruitcolor);
}
#top_recruit .btn a:hover .arrow::before {
  border-color: var(--recruitcolor);
}
#top_recruit .col {
  margin-top: 80px;
}
.recruit_link_list li {
  aspect-ratio: 480 / 154;
}
.recruit_link_list li a {
  display: flex;
}
.recruit_link_list li a .txt_area {
  width: 45%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
.recruit_link_list li a .txt_area .ttl {
  color: var(--recruitcolor);
  font-weight: bold;
  margin: 0;
}
.recruit_link_list li a .img_area {
  width: 55%;
}
.recruit_link_list li a .img_area img {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width:767px) {
  #top_recruit .recruit_txt {
    width: 86%;
    padding: 75px 20px 40px;
  }
  #top_recruit .recruit_txt::before {
    width: 206px;
    height: 95px;
    position: absolute;
    left: -25px;
    top: -20px;
  }
  #top_recruit::after {
    top: 83vw;
  }
}


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

  top news

=========================*/
#top_news .section__contents__inner {
  max-width: 1080px;
  width: calc(100% - 120px);
  padding: 80px 60px;
  border-radius: 10px;
}
#top_news h2 {
  margin-bottom: 34px;
}
#top_news .top_news {
  max-width: 920px;
  width: 100%;
  margin: auto;
}
.news_item_list, .column_item_list {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.news_item, .column_item {
  background-color: #FFFFFF;
  padding: 18px 28px;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgb(108 176 152 / 50%);
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease 0s;
}
.news_item:hover, .column_item:hover {
  border-color: var(--maincolor);
}
.news_item a .post_name,
.column_item a .post_name {
  font-weight: bold;
  margin-top: 6px;
}
#top_news .no_posts {
  margin-bottom: 70px;
}
.news_item_wrap .day_tag,
.column_item_wrap .day_tag {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.news_item_wrap .tags_list,
.column_item_wrap .tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.news_item_wrap .tags,
.column_item_wrap .tags {
  width: auto;
  background-color: transparent;
}
.news_item_wrap .tags-txt,
.column_item_wrap .tags-txt {
  height: 20px;
  line-height: 1.0em;
  padding: 2px 16px;
  background-color: transparent;
  border-radius: 100vw;
}
.news_item_wrap .tags-txt.news-info {
  color: var(--accentcolor);
  border: 1px solid var(--accentcolor);
}
.news_item_wrap .tags .tags-txt.media-info {
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
}
.news_item_wrap .tags .tags-txt.conference-presentations {
  color: var(--recruitcolor);
  border: 1px solid var(--recruitcolor);
}
.news_item_wrap .day,
.column_item_wrap .day {
  color: #828282;
}
@media screen and (max-width:767px) {
  .news_item {
    padding: 20px;
  }
  #top_news .section__contents__inner {
    width: calc(100% - 40px);
    padding: 50px 20px;
    border-radius: 10px;
  }
}

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

  top contact

=========================*/
.contact_list .contact_item {
  height: stretch;
  border-radius: 10px;
}
.contact_list .contact_item a {
  height: 100%;
  color: #FFFFFF;
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 1.4em;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 20px;
}
.contact_list .contact_home-pharmacy a {
  background-color: var(--accentcolor);
}
.contact_list .contact_entry a {
  background-color: var(--recruitcolor);
}
.contact_list .contact_store-search a {
  background-color: var(--maincolor);
}
.contact_list .icon_arrow_r::before {
  width: 36px;
  height: 36px;
}
.contact_list .contact_item a .subttl {
  font-size: 17px;
  line-height: 1.0;
  margin-bottom: 6px;
}
@media screen and (max-width:950px) {
  .contact_list {
    gap: 1rem;
    flex-flow: column;
  }
  .contact_list .contact_item a {
    text-align: left;
    justify-content: space-between;
  }
  .contact_list .contact_item a .subttl {
    font-size: 12px;
  }
  .contact_list .icon_arrow_r::before {
    width: 26px;
    height: 26px;
    margin: 0;
  }
  .contact_list .contact_item a .ttl {
    font-weight: 500;
  }
}

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

  footer

=========================*/
footer {
  background-color: #FAF8F5;
  margin-top: 260px;
  padding: 80px 0 0;
}
.logo_footer {
  max-width: 450px;
  width: 80%;
}
footer .footer_link li {
  display: inline-block;
}
footer .footer_link li::after {
  content: "／";
  margin: 0 14px;
}
footer .footer_link li:last-child::after {
  content: none;
}
footer .footer_link a {
  color: var(--maincolor);
  text-decoration: underline;
}
footer .footer_inner {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
footer .footer_inner .detail {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
.copy {
  color: #FFFFFF;
  line-height: 1.0em;
  text-align: center;
  background-color: var(--maincolor);
  padding: 10px 0;
}
@media screen and (max-width:1366px) { 
  footer .footer_inner .table_detail {
    width: 48%;
  }
  .table_area {
    width: auto;
  }
}
@media screen and (max-width:1024px) {
  footer .footer_inner .table_area {
    width: 100%;
  }
  footer .footer_inner .tel a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  footer {
    margin-top: 150px;
    padding: 60px 0 0;
  }
  footer .footer_inner .detail {
    flex-flow: column;
    gap: 30px;
    margin: 0 0 50px;
  }
  footer .footer_inner .clinic_detail {
    margin-bottom: 40px;
  }
  footer .footer_inner .clinic_detail, footer .footer_inner .table_detail, footer .btn__wrap {
    width: 100%;
  }
  footer .footer_inner .footer_tel_btn {
    width: 100%;
    flex-flow: column;
    gap: 1rem;
  }
  footer .footer_inner .icon_tel_w {
    margin-right: 10px;
  }
  footer .footer_inner .tel a {
    font-size: 2rem;
  }
  .copy {
    padding: 5px 10px;
  }
}
/* CTAボタン: ホバー時に高さが変わらないように(枠線はbox-shadowで表現してレイアウトを固定) 2026-06-25 */
.wp-block-button__link.wp-element-button:hover{
  border-width:0 !important;
  box-shadow:inset 0 0 0 1px var(--accentcolor) !important;
}
