@charset "utf-8";

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

  base

=========================*/
:root {
  --fontcolor: #444848;
  --maincolor: #1CABB9;
  --maincolor-hover: #3FBCC8;
  --subcolor: #284372;
  --subcolor-hover: #41629A;
  --accentcolor: #E0CC37;
  --accentcolor-hover: #E9D74C;
  --bgskyblue: #1CABB9;
  --bgblue: #1B3560;
  --normalfont: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --border-color: #C0DDE0;
  --shadow: 0px 0px 14px 0px rgba(28, 171, 185, .26);
}

body {
  color: var(--fontcolor);
  font-size: 16px;
  font-family: var(--normalfont);
  line-height: 1.8em;
  background-color: #EAFCFD;
  letter-spacing: 0.08em;
  scroll-behavior: smooth;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
body::before {
  content: "";
  position: absolute;
  background: linear-gradient(#FFFFFF, #EAFCFD);
  width: 100%;
  height: 40vh;
  top: 0;
  z-index: -1;
}
a {
  color: var(--fontcolor);
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
a:hover {
  opacity: .6;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 10px
}
.wrapper {
  overflow: hidden;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    line-height: 1.8em;
  }
}
/* ------------------------
  icon
------------------------*/
.icon {
  position: relative;
}
.icon_tel,.icon_tel_w {
  background-color: #FFFFFF;
  border-radius: 100vw;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
}
.icon_tel_w {
  background-color: var(--maincolor);
}
.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: 18px;
  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_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_train::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_train.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width:767px) {
  .icon_tel_w {
    margin-right: 5px;
  }
}

/* ------------------------
  contents
------------------------*/
.section__contents {
  margin-bottom: 150px;
}
.section__contents__inner {
  max-width: 1500px;
  width: 85%;
  margin: auto;
  position: relative;
}
.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: 90px;
  }
  .section__contents__inner {
    width: 90%;
  }
  .section__contents p {
    margin-bottom: 20px;
    text-align: left;
  }
  .img__area img {
    width: 100%;
  }
}

/* ------------------------
  ttl
------------------------*/
[id] {
  scroll-margin-top: 100px;
}
h2,h3 {
  letter-spacing: 0.08em;
}
h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-family: var(--font-mincho);
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 60px;
}
h2::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #D6D6D6;
  position: absolute;
  left: -75px;
  top: 0;
  bottom: 0;
  margin: auto;
}
h3 {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.4em;
}
.section__ttl .subttl {
  color: var(--maincolor);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.ttl_border {
  font-weight: 500;
  position: relative;
  margin: 30px 0 15px;
  padding-left: 25px;
}
h4 strong {
  font-weight: 500;
}
.ttl_border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: var(--maincolor);
  border-radius: 100vw;
}
@media screen and (max-width:767px) {
  h2 {
    padding-left: 50px;
    margin-bottom: 40px;
  }
  h2::before {
    width: 35px;
    left: 0;
  }
  .subttl {
    font-size: 16px;
  }
  .section__ttl .subttl {
    font-size: .9rem;
    line-height: 1.3;
    display: block;
    margin-bottom: 3px;
    padding-left: 50px;
  }
  .section__ttl h2 {
    display: block;
  }
  .section__ttl h2 .subttl::after {
    width: 40px;
  }
}

/* ------------------------
  btn
------------------------*/
/* base */
.btn__wrap {
  margin-top: 30px;
}
.btn__wrap .btn {
  margin-right: 50px;
}
.btn__wrap .btn:last-child {
  margin-right: 0;
}
.btn {
  text-align: center;
  padding: 0 !important;
}
.btn a, .wp-block-button__link a {
  font-family: var(--normalfont);
  color: #FFFFFF;
  font-size: 16px;
  border: 1px solid var(--subcolor);
  background-color: var(--subcolor);
  display: block;
  padding: 14px 56px 14px 36px;
  position: relative;
  border-radius: 100vw;
}
.btn a .arrow::before, .wp-block-button__lin .arrow::before {
  border-color: #FFFFFF;
}
.wp-block-button__link {
  border: 1px solid var(--subcolor);
  background-color: var(--subcolor) !important;
}
.wp-block-button__link.wp-element-button {
  font-size: 1em;
  line-height: 1.4em;
  padding: 12px 56px 12px 40px !important;
  position: relative;
}
.wp-block-button__link {
  color: #FFFFFF !important;
}
.wp-block-button__link:hover {
  color: var(--subcolor) !important;
  border: 1px solid var(--subcolor);
  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(--subcolor);
  background-color: transparent;
  border-color: var(--subcolor);
  opacity: 1.0;
}
.btn a:hover .arrow::before, .wp-block-button__link a:hover .arrow::before {
  border-color: var(--subcolor);
}
a.wp-block-button__link.wp-element-button:hover::before {
  border-top: solid 1px var(--subcolor);
  border-right: solid 1px var(--subcolor);
}
.btn.btn_w a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.btn.btn_w a:hover {
  opacity: .6;
}
.btn.btn_w a:hover .arrow::before {
  border-color: #FFFFFF;
}
@media screen and (max-width:767px) {
  .btn a {
    font-size: 15px !important;
    padding: 8px 40px 8px 30px;
  }
  .btn a .arrow {
    right: 10px;
  }
  .btn__wrap.flex.flex_center,
  .btn__wrap.flex {
    display: block;
    margin: 30px 0 0;
  }
  .btn__wrap .btn {
    width: fit-content;
    margin: 0 0 20px 0;
  }
  .btn__wrap .btn:last-child {
    margin-bottom: 0;
  }
}

/* white */
.bg_brown .btn a, .bg_brown .wp-block-button__link a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.bg_brown .btn a:hover, .bg_brown .wp-block-button__link a:hover {
  color: var(--maincolor);
  border-color: var(--maincolor);
}


/* ------------------------
  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: 600px;
}
.time_table {
  width: calc(100% - 62px);
  background-color: rgba(255, 255, 255, .85);
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.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: 25px;
}
.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;
  background-color: var(--maincolor);;
  line-height: 1.4em;
  border-radius: 100vw;
  border: 1px solid var(--maincolor);
}
.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(--maincolor);
  font-size: 1.1em;
}
.time_table .ttl_border {
  font-family: var(--normalfont);
  color: var(--maincolor);
  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;
  }
  .time_table .closed_day {
    flex-flow: column;
    align-items: flex-start;
  }
}


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

  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(--maincolor);
  background-color: #FFFFFF;
  display: table;
}
.link__block li:last-child,
.link__block li:nth-child(4n) {
  margin-right: 0;
}
.link__block li a {
  color: var(--maincolor);
  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(--maincolor);
  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(--maincolor);
}
.shadow__block__arrow li:hover a {
  color: var(--maincolor);
  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 th {
  background-color: var(--maincolor);
}
.wp-block-table td {
  background-color: #FFFFFF !important;
  vertical-align: middle;
}
.wp-block-table td, .wp-block-table th {
  border: 3px solid #FFFFFF !important;
}
.wp-block-table.solid__table td, .wp-block-table.solid__table th {
  border: 3px solid #FFFFFF !important;
}
.wp-block-table.solid__table td {
  border-bottom: 1px solid #F2F8F8 !important;
  padding: 1em .5em;
}
.wp-block-table .has-fixed-layout td {
  background-color: #F7F7F7  !important;
}
.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(--maincolor);
}
.wp-block-table td:first-of-type:not(:only-child) {
  background-color: #EBF4F5  !important;
  font-weight: 600;
}
/* ※ */
/*
.attention li {
  text-indent: -14px;
  padding-left: 14px;
  margin-bottom: 5px;
}
.attention li::before {
  content: "※";
}
 */
/* ※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;
  }
}

/* ------------------------
  -- txt__img__block
------------------------*/
.txt__img__block {
  display: flex;
  gap: 3rem;
}
.txt__img__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
.txt__img__block .txt__area {
  width: 50%;
  text-align: left;
}
.txt__img__block .txt__area .ttl__area {
  font-family: var(--font-mincho);
  margin-bottom: 50px;
}
.txt__img__block .txt__area .ttl__area .point {
  color: var(--maincolor);
  font-size: 32px;
  font-weight: 600;
}
.txt__img__block .txt__area .ttl__area .point .num {
  font-size: 2em;
  margin-left: 10px;
}
.txt__img__block .img__area {
  width: 50%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
  border-radius: 10px;
}
.txt__img__block .img__area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1500px) {
  .txt__img__block .txt__area, .txt__img__block .img__area {
    width: 50%;
  }
}
@media screen and (max-width:1024px) {
  .txt__img__block, .txt__img__block:nth-child(2n) {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .txt__img__block {
    gap: 2rem;
  }
  .txt__img__block .txt__area, .txt__img__block .img__area {
    width: 100%;
  }
  .txt__img__block .img__area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .txt__img__block {
    gap: 2rem;
  }
  .txt__img__block li .txt__area .ttl__area {
    margin-bottom: 15px;
  }
  .txt__img__block li .txt__area .ttl__area .point {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* ------------------------
  -- panel block
------------------------*/
.panel__block {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.panel__block > li {
  width: calc((100% - 2rem * 2) / 3);
  background-color: #FFFFFF;
  border-radius: 10px;
}
.panel__block > li a {
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding: 50px 30px;
}
.panel__block > li a .panel__block__img {
  max-width: 180px;
  max-height: 180px;
  margin: auto;
} 
.panel__block > li a h3 {
  color: var(--maincolor);
  font-size: clamp(18px, 1.5vw, 26px);
}
.panel__block > li a .inner {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.panel__block > li a .panel__block__tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
}
.panel__block > li a .panel__block__tag li {
  color: var(--fontcolor);
  text-align: center;
  background-color: #F0F0F0;
  border-radius: 100vw;
  padding: 4px 18px;
}
@media screen and (max-width:767px) {
  .panel__block {
    gap: .8rem;
  }
  .panel__block > li {
    width: calc((100% - .8rem * 0) / 1);
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  .panel__block > li a {
    flex-flow: unset;
    padding: 18px;
  }
  .panel__block > li a .panel__block__img {
    width: 25%;
  }
  .panel__block > li a .inner {
    width: 75%;
    justify-content: center;
    gap: 12px;
  }
  .panel__block > li a h3 {
    text-align: left;
  }
  .panel__block > li a .panel__block__tag {
    justify-content: flex-start;
    gap: .6rem;
  }
  .panel__block > li a .panel__block__tag li {
    font-size: 14px;
    padding: 2px 14px;
  }
}

/* ------------------------
  -- 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 dotted var(--maincolor);
  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 ul li {
    width: 100%;
    margin: 0;
    border: none;
  }
  #sp-nav nav .accordion-js .accordion-content .bg_gray {
    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;
    position: relative;
    background-color: #ECF9FB;
  }
  #sp-nav nav .accordion-js .accordion-content ul li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: var(--maincolor);
    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;
    border-radius: 0 0 10px 10px;
  }
  #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 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}
.tab-container {
  margin: 0 0 50px;
}
.tab {
  width: calc(100% / 3);
  color: var(--border-color);
  font-size: 1.6rem;
  font-weight: 400;
  text-align:center;
  padding: 20px 10px;
  border-bottom: 2px solid var(--border-color);
  cursor: pointer;
}
.tab:last-child {
  border-right: none;
}
.tab:hover {
  opacity: .6;
}
.tab.active {
  color: var(--maincolor);
  border-bottom: 2px solid var(--maincolor);
  position: relative;
}
.tab.active::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;
}
.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.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 {
    font-size: 1rem;
    text-align: center;
    line-height: 1.4em;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content.show .search_list_category > li {
    width: 48%;
    height: 52px;
    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.3em;
  }
}

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

  img slide

=========================*/
.img__slide {
  margin: 150px 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%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width:1500px) {
  .img__slide {
    margin: 90px 0;
  }
  .img__slide__item {
    width: calc(210vw / 5);
    margin-right: 15px;
  }
}

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

  header

=========================*/
header {
  width: 100%;
  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_inner {
  max-width: 1630px;
  width: 90%;
  margin: auto;
  position: relative;
}
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: 90px;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 2rem;
}
/* header .pc_nav .nav {
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100vw;
  padding: 20px 60px;
  box-shadow: var(--shadow);
  gap: 2rem;
} */
header .pc_nav ul.nav_inner {
  display: flex;
  height: 90px;
}
header .pc_nav ul.nav_inner li {
  width: max-content;
  text-align: center;
  display: table;
}
header .pc_nav ul.nav_inner li a {
  color: var(--fontcolor);
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
header .pc_nav ul.nav_inner > li a {
  position: relative;
}
header.is-fixed .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.is-fixed .pc_nav ul.nav_inner > li:hover a::before {
  opacity: 1;
}
header .pc_nav .nav.fixed li a {
  color: #12123C;
}
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: 10px;
  z-index: 9999;
  display: table;
}
header.fixed-header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
  transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease, transform .25s ease;
  background-color: transparent;
}
.logo.fixed_logo {
  position: absolute;
  top: 0;
  left: 10%;
  max-width: 194px;
  min-width: 194px;
  z-index: 99999;
}
header.fixed-header .logo__img {
  display: block;
  height: auto;
}
header.fixed-header .logo__img--dark {
  display: none;
}

/* スクロール後（固定） */
header.fixed-header.is-fixed {
  max-width: calc(1630px - 80px);
  width: 92%;
  position: fixed;
  top: 10px;
  background: rgba(255, 255, 255, .85);
  border-radius: 10px;
  padding: 0 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
}

/* ロゴ切替 */
header.fixed-header.is-fixed .logo__img--bg {
  display: none;
}
header.fixed-header.is-fixed .logo__img--dark {
  display: block;
}
header.fixed-header.is-fixed .logo {
  position: unset;
  max-width: 300px;
  min-width: 200px;
}
header.fixed-header.is-fixed .pc_nav ul li a {
  color: var(--fontcolor);
}
header.fixed-header.is-fixed .pc_nav .nav {
  justify-content: space-between;
}

.fixed-header .logo_btn {
  display: flex;
  justify-content: space-between;
}
.logo img {
  border-radius: 0;
}
@media screen and (max-width:1670px) {
  .fixed-header .header_inner {
    width: 95%;
  }
  header .pc_nav .nav.fixed .nav_inner {
    width: auto;
  }
}
@media screen and (max-width:1400px) {
  header .pc_nav ul li a {
    font-size: 14px;
    line-height: 1.6em;
  }
}
@media screen and (max-width:1450px) {
  header.fixed-header.is-fixed {
    max-width: calc(1630px - 20px);
    padding: 0 10px;
  }
  header .pc_nav .nav {
    gap: 1rem;
  }
}
@media screen and (max-width:1250px) {
  header.fixed-header {
    top: 10px;
  }
  .logo.fixed_logo {
    display: none;
  }
}


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

  nav

=========================*/
.sp_nav {
  display: none;
}
.fixed-header nav .nav_inner {
  display: flex;
  justify-content: space-around;
}
.fixed-header nav .nav_inner > li {
  font-size: 16px;
}
.fixed-header nav .nav_inner > li:last-child {
  margin-right: 0;
}
.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(--normalfont);
  color: var(--maincolor);
  font-size: 10px;
  font-weight: normal;
  line-height: 1.0em;
  display: block;
  letter-spacing: 0.02em;
}
@media screen and (max-width:1670px) {
  .fixed-header nav .nav_inner > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  header {
    width: 95%;
    position: fixed !important;
    background-color: unset;
  }
  header .pc_nav {
    display: none;
  }
  header .sp_nav {
    width: 95%;
    height: 64px;
    display: table;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
  }
  header .sp_nav_inner {
    position: relative;
    z-index: 9999;
    display: table-cell;
    vertical-align: middle;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
  }
  .fixed-header {
    width: 95%;
  }
}

/* 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-image: url(../images/bg.png);
  background-size: cover;
  background-color: #FFFFFF;
  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: 5px;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 1.5px;
  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: 1250px) {
  #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 {
    max-width: 250px;
    z-index: 9999;
    position: relative;
  }
  .openbtn {
    z-index: 9999;
    top: 0;
    right: 5px;
    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: 54%;
    min-width: auto;
    padding-left: 0;
    margin: 0 0 0 15px;
  }
  .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;
    text-align: left;
  }
  #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 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: 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-image: url(../images/bg.png);
  background-size: contain;
  background-color: #FFFFFF;
}
.dropdown_box .dropdown_inner .item {
  flex-flow: column;
}
header .pc_nav .dropdown ul li a {
  color: var(--maincolor);
  width: 210px;
  padding: 20px 36px;
  line-height: 1.5em;
  border-radius: 10px;
}
.fixed-header.is-fixed .dropdown ul li a {
  color: var(--maincolor) !important;
}
.fixed-header.is-fixed .dropdown ul li a::before {
  content: none !important;
}
.dropdown:hover .doropdown_col2 {
  width: 400px;
  left: 0;
  column-count: 2;
  gap: 0;
}
header .pc_nav .dropdown ul li p {
  color: var(--maincolor);
  line-height: 1.4em;
}
li.megamenu .megamenu_box {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 3%;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-color: #FFFFFF;
  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: 90px;
  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(--normalfont);
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
}
li.megamenu .megamenu_box .megamenu_section .ttl_border::before {
  background-color: var(--maincolor);
}
li.megamenu:hover > a > li {
  color: var(--maincolor);
}
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: calc((100% - 14px * 5) / 6);
}
li.megamenu_item {
  height: auto;
}
li.megamenu_item a {
  font-family: var(--normalfont) !important;
  font-size: 15px !important;
  padding: 12px 10px;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  padding: 0 0 20px 0;
  margin: 80px 0 25px;
  position: relative;
}
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: 42px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--maincolor);
  bottom: 0;
  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;
}
li.megamenu .megamenu_box .item li a {
  color: var(--maincolor);
  font-size: 16px;
  text-align: left;
  line-height: 1.4em;
  background-color: #FFFFFF;
  border-bottom: 1px solid var(--maincolor);
  padding: 10px 30px 10px 10px;
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2); */
}
li.megamenu .megamenu_box .item li a:hover {
  border-color: var(--maincolor);
  opacity: .6;
}
li.megamenu .megamenu_box .item li a::before,
header.is-fixed li.megamenu .megamenu_box .item li a::before,
header.is-fixed li.megamenu .megamenu_box .link__block li.megamenu_item a::before {
  content: none;
}
li.megamenu .megamenu_box .link__block li.megamenu_item a,
header.is-fixed li.megamenu .megamenu_box .link__block li.megamenu_item a {
  color: var(--maincolor);
}
li.megamenu .megamenu_box .link__block li.megamenu_item a:hover,
header.is-fixed li.megamenu .megamenu_box .link__block li.megamenu_item a:hover {
  color: #FFFFFF !important;
}
header .pc_nav .megamenu .item a {
  color: var(--maincolor) !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 .item li a .arrow {
  right: 15px;
}
li.megamenu .megamenu_box .item li a:hover .arrow {
  right: 10px;
  transition: all 0.4s ease 0s;
}
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);
  }
}
li.megamenu .megamenu_box .link__block li {
  width: calc((100% - 14px * 5) / 6);
  display: table;
  height: auto;
}
li.megamenu .megamenu_box .link__block li p {
  color: var(--maincolor);
}
li.megamenu .megamenu_box .link__block li a {
  color: var(--maincolor);
  display: block;
  width: calc(100% - 70px);
  height: 100%;
  padding: 15px 35px;
  display: table-cell;
  vertical-align: middle;
}
li.megamenu .megamenu_box .link__block li a::before {
  content: none !important;
}
li.megamenu .megamenu_box .link__block li a:hover,
li.megamenu .megamenu_box .link__block li a:hover p {
  color: #FFFFFF;
  opacity: 1.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 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(#FFFFFF, #EAFCFD);
  position: relative;
  margin: 0 auto;
}
.kv_inner {
  width: 95%;
  height: 100%;
  background-image: url(../images/kv.jpg);
  background-position: center;
  background-size: cover;
  margin-left: auto;
  position: relative;
  border-radius: 80px 0 0 80px;
}
.kv_copy {
  color: #FFFFFF;
  width: 80%;
  max-width: 550px;
  position: absolute;
  bottom: 60px;
  left: 4%;
  z-index: 99;
}
.kv_copy img {
  border-radius: 0;
}
.kv_copy h1, .kv_copy .kv_result {
  margin-bottom: 3rem;
}
@media screen and (max-width:1100px) { 
  .kv_copy h1 {
    width: 96%;
  }
}
@media screen and (max-width:1024px) { 
  .kv {
    height: 74vh;
  }
  .kv_point {
    width: 86%;
  }
}
@media screen and (max-width:767px) { 
  .kv {
    height: 75vh;
  }
  .kv_inner {
    border-radius: 50px 0 0 50px;
  }
  .kv_copy {
    width: 90%;
    bottom: 35px;
  }
  .kv_copy img {
    width: 90%;
  }
  .kv_copy h1, .kv_copy .kv_result {
    margin-bottom: 30px;
  }
}

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

  top bnr

=========================*/
.bnr_area {
  margin: 150px 0;
}
.bnr_area .section__contents__inner {
  max-width: 1300px;
  width: 85%;
}
.bnr_area img {
  border-radius: 0;
}
.bnr_area .bnr_link {
  background-color: #59CBD6;
  padding: 25px;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.bnr_area .bnr_link li {
  max-width: 490px;
  width: 100%;
  height: 90px;
}
.bnr_area .bnr_link a {
  height: 100%;
  color: var(--maincolor);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 100vw;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bnr_area .bnr_link a::after {
  content: "";
  background-image: url(../images/icon_arrow.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
}
.bnr_area .bnr_link a .icon_recruit {
  width: 42px;
  height: 42px;
}
.bnr_area .bnr_link a .icon_recruit_message {
  width: 38px;
  height: 29px;
}
@media screen and (max-width:820px) { 
  .bnr_area {
    margin: 60px 0;
  }
  .bnr_area .bnr_link {
    flex-flow: column;
    gap: 1rem;
    padding: 20px;
  }
  .bnr_area .bnr_link li {
    max-width: 100%;
    height: 52px;
  }
  .bnr_area .bnr_link a {
    font-size: 1rem;
    gap: .5rem;
  }
  .bnr_area .bnr_link a .icon_recruit {
    width: 30px;
    height: 30px;
  }
  .bnr_area .bnr_link a .icon_recruit_message {
    width: 28px;
    height: 22px;
  }
}

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

  top about , top first-time

=========================*/
#top_about .txt__img__block {
  align-items: flex-start;
  margin-top: 50px;
}
#top_about .txt__img__block .txt__area,
#top_first-time .txt__img__block .txt__area {
  margin-top: 50px;
}
#top_first-time .txt__img__block .txt__area {
  padding-left: 70px;
}
@media screen and (max-width:767px) { 
  #top_about .txt__img__block {
    gap: 2rem;
    margin-top: 0;
  }
  #top_first-time .txt__img__block .txt__area {
    padding-left: 0;
  }
}

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

  top surgical

=========================*/
#top_surgical .inner {
  position: relative;
}
#top_surgical .img_head {
  width: 85%;
  height: 646px;
  background-image: url(../images/surgical_head.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1430 / 646;
  position: relative;
}
#top_surgical .inner .section__contents__inner {
  width: 1860px;
  max-width: 95%;
  margin: 0 auto 0 0;
}
.panel_design {
  max-width: 1300px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  box-shadow: 0 0 20px rgba(28, 171, 185, 0.18);
  padding: 5% 4%;
  z-index: 9;
}
.panel_design p {
  margin-bottom: 15px;
}
.panel_design .section__ttl {
  padding-left: 70px;
}
.panel_design .section__ttl h2::before {
  background-color: var(--fontcolor);
}
#top_surgical .txt__img__block.surgical {
  position: relative;
  flex-flow: unset;
  gap: unset;
  align-items: flex-start;
  justify-content: end;
  margin-top: -160px;
}
#top_surgical .txt__img__block.surgical .img_area {
  width: 80%;
  aspect-ratio: 1430 / 646;
}
#top_surgical .txt__img__block.surgical .img_area img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.surgery_table_scroll {
  width: 100%;
}
.surgery_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.surgery_table__item_col {
  width: 32.5%;
}
.surgery_table__year_col {
  width: 33.75%;
}
.surgery_table thead th {
  padding: 0;
  vertical-align: bottom;
}
.surgery_table__item_heading {
  padding: 0 40px 28px !important;
  text-align: left;
}
.surgery_table__year_heading span {
  display: block;
  padding: 20px;
  color: #FFFFFF;
  background-color: var(--maincolor);
  border-radius: 26px 26px 0 0;
  line-height: 1.5;
  text-align: center;
}
.surgery_table__year_heading_first {
  padding-right: 10px !important;
}
.surgery_table__year_heading_last {
  padding-left: 10px !important;
}
.surgery_table tbody tr {
  border-bottom: 1px dashed color-mix(
    in srgb,
    var(--maincolor) 40%,
    #FFFFFF
  );
}
.surgery_table tbody tr:first-of-type {
  border-top: 1px dashed color-mix(
    in srgb,
    var(--maincolor) 40%,
    #FFFFFF
  );
}
.surgery_table tbody th,
.surgery_table tbody td {
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: middle;
}
.surgery_table tbody th {
  padding-right: 40px;
  padding-left: 40px;
  background-color: color-mix(
    in srgb,
    var(--maincolor) 12%,
    #FFFFFF
  );
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
}
.surgery_table tbody td {
  padding-right: 24px;
  padding-left: 24px;
  background-color: color-mix(
    in srgb,
    var(--maincolor) 6%,
    #FFFFFF
  );
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.surgery_table tbody td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}
.surgery_table__number {
  color: var(--maincolor);
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.surgery_table__unit {
  margin-left: 1px;
  line-height: 1;
}


@media screen and (max-width:1024px) { 
  #top_surgical .txt__img__block.surgical {
    flex-flow: column;
    gap: 1rem;
  }
  #top_surgical .txt__img__block.surgical .img_area {
    position: unset;
    width: 85%;
    margin-left: auto;
    aspect-ratio: 16 / 9;
    margin: 30px 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #top_surgical .img_head {
    width: 100%;
    height: 346px;
  }
  #top_surgical .inner .section__contents__inner {
    margin: auto;
  }
  #top_surgical .txt__img__block.surgical {
    margin: -80px auto 0;
  }
  #top_surgical .section__ttl {
    padding-left: 0;
  }
  .panel_design {
    padding: 30px 20px;
  }
  .panel_design .section__ttl {
    padding-left: 0;
  }
  .surgery_table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .surgery_table {
    width: 700px;
    min-width: 700px;
  }
  .surgery_table__item_heading {
    padding: 0 24px 22px !important;
  }
  .surgery_table__year_heading span {
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }
  .surgery_table tbody th,
  .surgery_table tbody td {
    padding: 15px;
  }
}

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

  top news

=========================*/
#top_news_column {
  width: 100%;
  padding: 60px 0;
}
#top_news_column .section__contents__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#top_news_column .top_news,
#top_news_column .top_column {
  width: 48%;
}
#top_news_column h2 {
  margin-bottom: 45px;
}
#top_news_column .news_item a,
#top_news_column .column_item a,
#top_news_column .no_postss {
  padding: 0 10px 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #3B322D;
}
#top_news_column .news_item a:hover,
#top_news_column .column_item a:hover 
.bg_brown a:hover p.post_name {
  color: var(--maincolor) !important;
  opacity: 1.0;
}
.day {
  line-height: 1.2em;
  margin-bottom: 8px;
}
.post_name {
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (max-width:1200px) { 
  #top_news_column {
    width: 100%;
    display: block;
  }
  #top_news_column .section__contents__inner {
    flex-flow: column;
    gap: 4rem;
  }
  #top_news_column .top_news, #top_news_column .top_column {
    width: 100%;
  }
}


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

  top message

=========================*/
#top_message {
  position: relative;
}
#top_message::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg_logo.png);
  background-size: cover;
  width: 850px;
  height: 552px;
  top: 40px;
  left: 0;
  opacity: .08;
}
#top_message .img_head {
  width: 85%;
  height: 646px;
  background-image: url(../images/message_head.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1430 / 646;
  position: relative;
  border-radius: 10px;
}
#top_message .txt__img__block {
  width: fit-content;
  color: var(--subcolor);
  background-color: #FFFFFF;
  margin: -80px 0 0 auto;
  padding: 65px;
  position: relative;
  border-radius: 10px;
}
#top_message .txt__img__block::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 65px;
  background-image: url(../images/icon_quotation.png);
  background-size: cover;
  top: -25px;
  left: 25px;
}
#top_message .txt__img__block::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 65px;
  background-image: url(../images/icon_quotation.png);
  background-size: cover;
  bottom: -20px;
  right: 25px;
  transform: scale(-1, -1);
}
#top_message .txt__img__block h3 {
  line-height: 1.8em;
}
@media screen and (max-width:767px) {
  #top_message .img_head {
    width: 100%;
    height: 350px;
  }
  #top_message .txt__img__block {
    width: auto;
    margin: -50px 0 0 auto;
    padding: 40px 20px;
  }
  #top_message .txt__img__block::before,
  #top_message .txt__img__block::after {
    width: 50px;
    height: 41px;
  }
  #top_message .txt__img__block::before {
    top: -15px;
    left: 15px;
  }
  #top_message .txt__img__block::after {
    bottom: -15px;
    right: 15px;
  }
  #top_message .txt__img__block h3 {
    font-size: 18px;
  }
}

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

  top features

=========================*/
.point__block {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.point__block li {
  width: calc((100% - 2rem * 2) / 3);
}
.point__block li img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.point__block li .ttl {
  color: var(--maincolor);
  margin: 20px 0;
  padding: 0 10px 20px;
  border-bottom: 1px solid var(--border-color);
}
.point__block li .ttl .point {
  width: fit-content;
  color: #FFFFFF;
  margin: 0 0 10px;
  background-color: var(--maincolor);
  border-radius: 100vw;
  padding: 5px 20px;
}
.point__block li .ttl .point .num {
  font-size: 1.6em;
  margin-left: 6px;
}
.point__block li .ttl h3 {
  font-size: clamp(20px, 3vw, 25px);
  line-height: 1.4em;
}
.point__block li > p {
  padding: 0 10px;
}
@media screen and (max-width:1104px) {
  .point__block li {
    width: calc((100% - 2rem * 1) / 2);
  }
}
@media screen and (max-width:767px) {
  #features {
    padding: 40px 0 80px;
  }
  .point__block {
    flex-flow: column;
  }
  .point__block li {
    width: 100%;
  }
  .point__block li .ttl {
    margin: 15px 0;
    padding: 0 10px 10px;
  }
}

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

  top medical

=========================*/
#top_medical .panel_design {
  max-width: 1200px;
  margin: auto;
}
.clinic_info_inner {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}
.clinic_info_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
}
.clinic_info_table th,
.clinic_info_table td {
  padding: clamp(20px, 2vw, 34px) clamp(18px, 2.6vw, 44px);
  border-bottom: 1px solid var(--border-color);
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: left;
  vertical-align: middle;
}
.clinic_info_table th {
  position: relative;
  width: 37%;
  color: var(--maincolor);
  font-weight: 700;
  white-space: nowrap;
}
.clinic_info_table th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: var(--maincolor);
}
.clinic_info_table td {
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .clinic_info {
    padding: 40px 20px;
  }
  .clinic_info_table th,
  .clinic_info_table td {
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .clinic_info_table th {
    width: 30%;
  }
  .clinic_info_table td {
    width: 70%;
  }
  .clinic_info_table th::after {
    width: 16px;
  }
}

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

  footer

=========================*/
footer {
  color: #FFFFFF;
  padding: 80px 0 0;
  position: relative;
}
footer .footer_inner {
  max-width: 1300px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
footer .footer_inner .detail {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
footer .footer_inner .detail .clinic_detail {
  width: 48%;
}
.logo_footer {
  width: 420px;
  max-width: 95%;
  margin: 0 0 40px;
}
.logo_footer img {
  border-radius: 0;
}
footer .footer_inner .detail .btn.btn_border a {
  padding: 10px 56px;
  background-color: transparent;
}
footer .footer_inner .detail .btn.btn_border a:hover {
  color: var(--maincolor);
  opacity: .6;
}
footer .footer_inner .detail .btn.btn_border a:hover .arrow::before {
  border-color: var(--maincolor);
}
footer .footer_inner .footer_tel_btn {
  width: fit-content;
  margin-bottom: 20px;
}
footer .footer_inner .footer_tel_btn .icon_tel_w {
  width: 50px;
  height: 50px;
}
footer .footer_inner .footer_tel_btn .icon_tel_w::before {
  width: 21px;
  height: 28px;
}
footer .footer_inner .tel a {
  font-size: 2.5em;
  font-weight:600;
  display: inline-flex;
  align-items: center;
}
footer .footer_inner .tel,
footer .footer_inner .btn_primary {
  margin: 50px 0 0;
}
footer .footer_inner .tel .icon_tel {
  width: 50px;
  height: 50px;
}
footer .footer_inner .tel .icon_tel::before {
  width: 18px;
  height: 26px;
}
footer .btn__wrap.web {
  margin-top: 10px !important;
}
footer .table_area {
  color: var(--fontcolor);
  margin-bottom: 30px;
}
footer .table_area:last-child {
  margin-bottom: 0;
}
footer .clinic_detail .access_list {
  margin: 30px 0 50px;
  padding: 18px 10px;
  border-top: .8px solid #FFFFFF;
  border-bottom: .8px solid #FFFFFF;
}
footer .clinic_detail .access_list li {
  padding-left: 25px;
  margin-bottom: 8px;
}
footer .clinic_detail .access_list li:last-child {
  margin-bottom: 0;
}
footer .clinic_detail .access_list li .icon {
  left: -25px;
}
footer .table_detail {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: end;
}
footer .web .btn a {
  font-size: 1.15em;
  padding: 14px 36px;
}
footer .web .btn a:hover {
  color: #FFFFFF;
  background-color: var(--subcolor);
  opacity: .6;
}
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: #FFFFFF;
  text-decoration: underline;
}
.copy {
  color: #FFFFFF;
  text-align: center;
  background-color: var(--maincolor);
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1366px) { 
  footer .footer_inner .table_detail {
    width: 48%;
  }
  .table_area {
    width: auto;
  }
}
@media screen and (max-width:1100px) {
}
@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 {
    padding: 60px 0 0;
  }
  .logo_footer {
    width: 100%;
    margin: 0 auto 30px;
  }
  footer .footer_inner .detail {
    display: block;
    margin: 0 0 50px;
  }
  footer .footer_inner .clinic_detail {
    margin-bottom: 30px;
  }
  footer .footer_inner .detail .clinic_detail,
  footer .footer_inner .clinic_detail, footer .footer_inner .table_detail {
    width: 100%;
  }
  footer .footer_inner .tel, footer .footer_inner .btn_primary {
    margin: 30px 0 0;
  }
  footer .footer_inner .footer_tel_btn {
    width: 100%;
  }
  footer .footer_inner .footer_tel_btn .icon_tel_w {
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }
  footer .footer_inner .footer_tel_btn .icon_tel_w::before {
    width: 17px;
    height: 22px;
  }
  footer .footer_inner .tel a {
    font-size: 2rem;
  }
  .copy {
    padding: 5px 10px;
  }
}

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

  fixed side

=========================*/
#fixed-side {
  position: fixed;
  right: 60px;
  bottom: 20px;
  z-index: 999;
}
#fixed-side ul {
  display: flex;
  align-items: center;
}
#fixed-side ul li {
  margin-right: 20px;
}
#fixed-side ul li:last-child {
  margin-right: 0;
}
#fixed-side ul li a {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 100vw;
  padding: 16px 36px;
}
#fixed-side ul li.tel a {
  color: #FFFFFF;
  font-size: 28px;
  background-color: var(--maincolor);
}
#fixed-side ul li.tel a:hover {
  background-color: var(--maincolor-hover);
  opacity: 1.0;
}
#fixed-side ul li.web {
  border-radius: 100vw;
  background-color: var(--subcolor);
}
#fixed-side ul li.web a {
  color:  #FFFFFF;
}
#fixed-side ul li.web a:hover {
  background-color: var(--subcolor-hover);
  opacity: 1.0;
}
#fixed-side ul li.recruit {
  border-radius: 100vw;
  background-color: var(--accentcolor);
}
#fixed-side ul li.recruit a {
  color:  #FFFFFF;
}
#fixed-side ul li.recruit a:hover {
  background-color: var(--accentcolor-hover);
  opacity: 1.0;
}
@media screen and (max-width:1100px) {
  #fixed-side {
    right: 20px;
  }
}
@media screen and (max-width:767px) {
  #fixed-side {
    width: 100%;
    padding: 0;
    background-color: transparent;
    right: auto;
    bottom: 0;
    box-shadow: unset;
    z-index: 9999;
  }
  #fixed-side ul {
    width: 100%;
  }
  #fixed-side ul li {
    width: 50%;
    height: 50px;
    margin-right: 0;
  }
  #fixed-side ul li a, #fixed-side ul li.tel a,
  #fixed-side ul li.web, #fixed-side ul li.recruit {
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 0 !important;
  }
  #fixed-side ul li.tel {
    border: 2px solid var(--maincolor);
  }
  #fixed-side ul li.web {
    border: 2px solid var(--subcolor);
  }
  #fixed-side ul li.recruit {
    border: 2px solid var(--accentcolor);
  }
  #fixed-side ul li.line {
    border-radius: 0;
  }
  #fixed-side ul li a {
    color: #FFFFFF;
    justify-content: center;
    padding: 14px 5px;
  }
  #fixed-side ul li a.inner {
    height: -webkit-fill-available;
  }
  #fixed-side .icon_tel_w {
    width: 28px;
    height: 28px;
  }
  #fixed-side .icon_tel_w::before {
    width: 13px;
    height: 17px;
  }
  #fixed-side .icon_tel, #fixed-side .icon_web::before {
    margin-right: 6px;
  }
}