/* ------------------------------------
// top_vi
------------------------------------ */
#top_vi {
  margin: 0 auto;
  position: relative;
}
#top_vi::after {
  content: "";
  width: 100%;
  aspect-ratio: 4200/165;
  background: url(/lib/img/top/bg_topvi.webp) no-repeat bottom/cover;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#top_vi ul {
  width: 100vw;
  position: relative;
}
#top_vi .open {
  display: none;
}
#top_vi .catch {
  position: absolute;
  top: 15%;
  left: 0;
  width: 55%;
}
#top_vi .lead {
  position: absolute;
  left: clamp(2rem, 6.9vw, 10rem);
  top: calc(15% + 14.6623981374vw + 4rem);
  color: #002A54;
  font-size: clamp(2rem, 2.1vw, 3rem);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  #top_vi::after {
    display: none;
  }
  #top_vi .open {
    display: block;
    padding: 4px 20%;
    background: #84CDD9;
  }
  #top_vi .catch {
    position: absolute;
    top: calc(97.8666666667vw - 1rem);
    left: 0;
    right: 1rem;
    width: calc(100% - 1rem);
    transform: translateY(-100%);
  }
  #top_vi .lead {
    position: relative;
    left: auto;
    top: auto;
    color: #002A54;
    background: #F7E37E;
    font-size: clamp(1.2rem, 4.3vw, 1.6rem);
    text-align: center;
    mix-blend-mode: none;
    padding: 1rem 1rem 0;
  }
}

article {
  padding: 0;
}
@media screen and (max-width: 768px) {
  article {
    padding-bottom: 0;
  }
}

/* ------------------------------------
// top_timetable
------------------------------------ */
#top_timetable {
  background-color: #F7E37E;
  padding: 5rem 20px 5px;
  position: relative;
  margin-bottom: calc(3.9285714286vw + 2rem);
}
#top_timetable::after {
  content: "";
  width: 100%;
  aspect-ratio: 1400/55;
  background: #F7E37E;
  mask: url(/lib/img/cmn/curve_intersect.svg) repeat-x bottom/cover;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
#top_timetable .timetableContainer {
  background: #FFF;
  padding: 5rem clamp(1rem, 2.1vw, 3rem) 1rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #top_timetable .timetableContainer {
    width: 75%;
    min-width: 1000px;
  }
}
#top_timetable .timetableContainer:before {
  content: "";
  width: clamp(4rem, 4.9vw, 7rem);
  width: 6rem;
  aspect-ratio: 304/445;
  display: block;
  position: absolute;
  top: -3rem;
  left: calc(50% - 3rem);
  background: url(/lib/img/cmn/kozuchichan_01.webp) no-repeat center/contain;
}
#top_timetable .timetableContainer .timetable tbody {
  background: #F6F2E4;
}
#top_timetable .contact {
  width: fit-content;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
#top_timetable .contact a {
  box-shadow: 4px 4px 0 #FFF;
  color: #FFF;
  font-weight: 500;
  padding: 0.75rem 6rem 0.75rem 4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  box-shadow: 5px 5px 0 #EDF4F5;
}
#top_timetable .contact a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #FFF;
}
#top_timetable .contact a:before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
}
#top_timetable .contact .link_reserve {
  background: #002A54;
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
}
#top_timetable .contact .link_reserve:before {
  width: 22px;
  background: url(/lib/img/cmn/icon_cal.svg) no-repeat center/contain;
}
#top_timetable .contact .link_tel {
  background: #3BA8D1;
  font-family: "Sofia Sans", sans-serif;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
}
#top_timetable .contact .link_tel:before {
  width: 20px;
  background: url(/lib/img/cmn/icon_tel.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #top_timetable {
    padding: 1rem 0 5px;
  }
  #top_timetable .timetableContainer {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 2rem 2rem;
    position: relative;
  }
  #top_timetable .timetableContainer::after {
    content: "";
    width: 100%;
    aspect-ratio: 1400/55;
    background: #F7E37E;
    mask: url(/lib/img/cmn/curve_intersect.svg) repeat-x bottom/cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top_timetable .timetableContainer:before {
    content: "";
    width: 4rem;
    top: -2rem;
    left: 2rem;
    transform: rotate(-10deg);
    background: url(/lib/img/cmn/kozuchichan_01.webp) no-repeat center/contain;
    z-index: 2;
  }
  #top_timetable .timetableContainer .timetable tbody {
    background: #F6F2E4;
  }
  #top_timetable .timetableContainer .timetable.skin {
    padding-top: 2rem;
    border-top: 2px dotted #D39948;
  }
  #top_timetable .contact {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ------------------------------------
// information
------------------------------------ */
#information {
  padding: 2rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  #information {
    padding: 2rem 2rem 2rem;
  }
}
#information .infobox {
  width: 100%;
  margin: 5rem auto 2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2px;
  position: relative;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #information .infobox {
    width: 75%;
    min-width: 1000px;
  }
}
#information .infobox .info {
  display: grid;
  grid-column: 1/3;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
#information .infobox .info a {
  display: grid;
  grid-template-columns: inherit;
  grid-column: inherit;
  padding: 1rem 2rem;
  gap: 0 3rem;
  background: #F6F2E4;
  position: relative;
}
#information .infobox .info a:hover {
  background: #F5E28D;
}
#information .infobox .info a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #002A54;
}
#information .infobox .info a.nolink {
  pointer-events: none;
}
#information .infobox .info a.nolink::after {
  display: none;
}
#information .infobox .info a .date {
  grid-row: 1/3;
}
#information .infobox .info a .title {
  font-weight: bold;
}
#information .infobox .info a .detail {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #information .infobox {
    grid-template-columns: 1fr;
  }
  #information .infobox .info {
    display: grid;
    grid-column: 1/2;
    grid-template-columns: 1fr;
    grid-column: span 1;
  }
  #information .infobox .info a {
    display: grid;
    grid-template-columns: inherit;
    grid-column: inherit;
    padding: 2rem 1.5rem;
    gap: 0 3rem;
  }
  #information .infobox .info a .date {
    font-weight: bold;
  }
  #information .infobox .info a .detail {
    padding-top: 5px;
    border-top: 1px dotted #CCC;
    margin-top: 1rem;
  }
}
#information .infolist li {
  background: #F6F2E4;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 3rem;
}
#information .infolist li + li {
  margin-top: 2px;
}
#information .infolist li:has(a):hover {
  background: #F5E28D;
}
#information .infolist li a {
  display: grid;
  grid-template-columns: 1fr 20px;
  position: relative;
}
#information .infolist li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #002A54;
}
#information .link {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #information .link {
    width: 75%;
    min-width: 1000px;
  }
}
#information .link a {
  margin: 0 0 0 auto;
  display: block;
  width: fit-content;
  background: #3BA8D1;
  color: #FFF;
  padding: 0.5rem 4rem 0.5rem 2rem;
  position: relative;
}
#information .link a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #information .infolist li {
    background: #F6F2E4;
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ------------------------------------
// greeting
------------------------------------ */
#greeting {
  background: #EDF4F5;
  position: relative;
  padding: 2rem 2rem 3rem;
  margin: 28px 0 0;
}
#greeting::before {
  content: "";
  width: 100%;
  height: 28px;
  background: #EDF4F5;
  mask: url(/lib/img/cmn/separate_nami_01.svg) repeat-x bottom/cover;
  display: block;
  transform: rotate(180deg);
  position: absolute;
  top: -28px;
  left: 0;
}
#greeting .greetingBox {
  width: 100%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 5rem;
  position: relative;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #greeting .greetingBox {
    width: 75%;
    min-width: 1000px;
  }
}
#greeting .greetingBox .sig {
  margin-top: 1rem;
  text-align: center;
}
#greeting .greetingBox .sig dt {
  font-size: clamp(1.4rem, 1.4vw, 2rem);
}
#greeting .greetingBox .sig dd {
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  font-weight: bold;
}
#greeting p {
  color: #002A54;
}
#greeting p + p {
  margin-top: 3rem;
}
#greeting p.lead {
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #002A54;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
#greeting p.lead span {
  color: #3BA8D1;
}
#greeting p.lead:after {
  content: "";
  width: 110px;
  height: 3px;
  display: block;
  border-top: 3px dotted;
  position: absolute;
  left: 0;
  bottom: 0;
}
#greeting .link {
  margin: 3rem 0 0 auto;
  width: fit-content;
}
#greeting .link a {
  background: #3BA8D1;
  color: #FFF;
  padding: 0.5rem 4rem 0.5rem 2rem;
  position: relative;
}
#greeting .link a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #greeting {
    padding: 2rem 2rem 2rem;
  }
  #greeting::before {
    height: 14px;
    top: -14px;
  }
  #greeting .greetingBox {
    width: 100%;
    margin: 5rem auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: calc(1000px + 2rem)) {
  #greeting .greetingBox {
    width: 75%;
    min-width: 1000px;
  }
}

/* ------------------------------------
// treatment
------------------------------------ */
#treatment {
  background: #FAF9F5;
  position: relative;
  padding: 6rem 2rem 10rem;
  /* categoryPanel */
  /* targetcase */
  /* link */
  /* treatment_skin(overwight) */
}
#treatment::before {
  content: "";
  width: 100%;
  height: 28px;
  background: #FAF9F5;
  mask: url(/lib/img/cmn/separate_nami_01.svg) repeat-x bottom/cover;
  display: block;
  position: absolute;
  transform: rotate(180deg);
  top: -28px;
  left: 0;
}
#treatment::after {
  content: "";
  width: 100%;
  height: 28px;
  background: #FAF9F5;
  mask: url(/lib/img/cmn/separate_nami_01.svg) repeat-x bottom/cover;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #treatment {
    padding: 3rem 2rem 2rem;
  }
  #treatment::before {
    height: 14px;
    top: -14px;
  }
  #treatment::after {
    height: 14px;
    bottom: -14px;
  }
}
#treatment > section {
  background: #F6F2E4;
  margin: 5rem auto;
  width: 100%;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #treatment > section {
    width: 75%;
    min-width: 1000px;
  }
}
#treatment > section + section {
  margin-top: 10rem;
}
#treatment > section hgroup {
  display: flex;
  color: #FFF;
  transform: translateY(-50%);
  margin-left: 4rem;
  width: fit-content;
}
#treatment > section hgroup p {
  background: #3BA8D1;
  padding: 1rem 2rem;
  font-size: clamp(2.4rem, 2.1vw, 3rem);
  font-family: "Sofia Sans", sans-serif;
}
#treatment > section hgroup h3 {
  padding: 1rem 1rem 1rem 2.5rem;
  background: #7CBDC8;
  font-size: clamp(2rem, 1.8vw, 2.6rem);
}
#treatment > section hgroup h3 span {
  font-size: clamp(1.6rem, 1.4vw, 2rem);
}
@media screen and (max-width: 768px) {
  #treatment > section hgroup {
    display: block;
    margin: 0;
    transform: translateY(-25%);
  }
  #treatment > section hgroup p {
    padding: 0.25rem 1rem;
    font-size: clamp(2rem, 2.1vw, 3rem);
    width: fit-content;
  }
  #treatment > section hgroup h3 {
    padding: 1rem 1rem;
    font-size: clamp(2rem, 1.8vw, 2.6rem);
  }
  #treatment > section hgroup h3 span {
    font-size: clamp(1.4rem, 1.4vw, 2rem);
    display: inline-block;
  }
}
#treatment .categoryPanel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 1.4vw, 2rem);
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}
#treatment .categoryPanel li {
  width: clamp(20rem, 15.3vw, 22rem);
  text-align: center;
  border: 3px solid #FFF;
  background: #DEEBED;
  aspect-ratio: 1/1;
  padding: 76% 2rem 1rem 2rem;
  display: grid;
  gap: 0;
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
#treatment .categoryPanel li .image {
  position: absolute;
  left: 18%;
  top: 10%;
  margin-bottom: 1.5rem;
  width: 64%;
}
#treatment .categoryPanel li span {
  font-weight: 500;
  color: #3BA8D1;
}
@media screen and (max-width: 768px) {
  #treatment .categoryPanel {
    display: grid;
    grid-template-columns: 1fr;
  }
  #treatment .categoryPanel li {
    width: 100%;
    display: grid;
    grid-template-columns: 25% 1fr;
    aspect-ratio: auto;
    padding: 1rem 1rem;
  }
  #treatment .categoryPanel li .image {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 0;
  }
  #treatment .categoryPanel li span {
    align-self: center;
    font-size: clamp(1.8rem, 5.3vw, 2rem);
  }
}
#treatment .targetcase {
  background: #FFF;
  padding: 5rem;
  margin: 0 5rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
#treatment .targetcase:before, #treatment .targetcase::after {
  content: "";
  width: 24px;
  aspect-ratio: 24/48;
  display: block;
  position: absolute;
  top: -2rem;
}
#treatment .targetcase::before {
  left: 1rem;
  background: url(/lib/img/cmn/icon_pin_01.webp) no-repeat top/contain;
}
#treatment .targetcase::after {
  right: 1rem;
  background: url(/lib/img/cmn/icon_pin_02.webp) no-repeat top/contain;
}
#treatment .targetcase ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  gap: 1.5rem 0;
}
#treatment .targetcase ul a,
#treatment .targetcase ul span {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 0.25rem;
}
#treatment .targetcase ul a:before,
#treatment .targetcase ul span:before {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #3BA8D1;
  align-self: center;
}
#treatment .targetcase ul a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #treatment .targetcase {
    padding: 3rem 2rem 1rem;
    margin: 0 10px;
  }
  #treatment .targetcase:before, #treatment .targetcase::after {
    content: "";
    width: 15px;
    aspect-ratio: 24/48;
    display: block;
    position: absolute;
    top: -1rem;
  }
  #treatment .targetcase ul {
    display: block;
    overflow: hidden;
  }
  #treatment .targetcase ul li {
    float: left;
    white-space: nowrap;
    padding: 0 1.5rem 0 0;
    margin-bottom: 1rem;
  }
}
#treatment .link a {
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #7CBDC8;
  margin: 0 auto;
  transform: translateY(50%);
  border: 2px solid #FFF;
  color: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
#treatment .link a:before {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #FFF;
  align-self: center;
}
#treatment .link a:hover {
  background: #3BA8D1;
}
#treatment #treatment_skin {
  position: relative;
}
#treatment #treatment_skin:before {
  content: "";
  width: 10rem;
  aspect-ratio: 102/148;
  position: absolute;
  right: 1rem;
  top: -5rem;
  transform: rotate(15deg);
  background: url(/lib/img/cmn/kozuchichan_01.webp) no-repeat 0 0/contain;
}
#treatment #treatment_skin hgroup p {
  background: #D39948;
}
#treatment #treatment_skin hgroup h3 {
  background: #E9C043;
}
#treatment #treatment_skin .categoryPanel li {
  background: #F9F2DF;
}
#treatment #treatment_skin .categoryPanel li span {
  color: #D39948;
}
#treatment #treatment_skin .targetcase ul a::before,
#treatment #treatment_skin .targetcase ul span::before {
  background: #D39948;
}
#treatment #treatment_skin .targetcase ul a.zekka,
#treatment #treatment_skin .targetcase ul span.zekka {
  grid-template-columns: 24px 1fr;
}
#treatment #treatment_skin .targetcase ul a.zekka:before,
#treatment #treatment_skin .targetcase ul span.zekka:before {
  width: 20px;
  height: 20px;
  transform: none;
  mask: url(/lib/img/cmn/virus.svg) no-repeat center/contain;
  background: #3BA8D1;
}
#treatment #treatment_skin .link a {
  background: #E9C043;
}
#treatment #treatment_skin .link a:hover {
  background: #D39948;
}

/* ------------------------------------
// feature
------------------------------------ */
#feature {
  padding: 2rem 2rem 10rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #feature {
    padding: 2rem 2rem 2rem;
    margin-top: 3rem;
  }
}
#feature .featureBox {
  width: 100%;
  margin: 5rem auto;
  display: grid;
  gap: 0;
  position: relative;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #feature .featureBox {
    width: 75%;
    min-width: 1000px;
  }
}
#feature .featureBox .text {
  grid-area: text;
  z-index: 2;
  padding: 5rem;
}
#feature .featureBox .text p {
  color: #002A54;
}
#feature .featureBox .text p + p {
  margin-top: 2rem;
}
#feature .featureBox .photo {
  grid-area: photo;
  z-index: 2;
  padding-top: 2rem;
}
#feature .featureBox:before, #feature .featureBox:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 80%;
}
#feature .featureBox::before {
  z-index: 0;
}
#feature .featureBox::after {
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #feature .featureBox .text {
    padding: 2rem 3rem 2rem 2rem;
  }
  #feature .featureBox .photo {
    padding: 1rem;
  }
  #feature .featureBox:before, #feature .featureBox:after {
    height: 100%;
    width: calc(100% - 2rem);
  }
}
#feature .featureTitle {
  padding: 3.6rem;
  position: relative;
  margin-bottom: 3rem;
}
#feature .featureTitle:before, #feature .featureTitle::after {
  content: "";
  width: 6rem;
  aspect-ratio: 1;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
#feature .featureTitle::before {
  top: 0;
  left: 0;
  background-image: url(/lib/img/top/feature_cut_01.webp);
}
#feature .featureTitle::after {
  bottom: 0;
  right: 0;
  background-image: url(/lib/img/top/feature_cut_02.webp);
}
#feature .featureTitle .num {
  display: flex;
  background: #84CDD9;
  width: fit-content;
  z-index: 2;
}
#feature .featureTitle .num span {
  font-family: "Sofia Sans", sans-serif;
  color: #FFF;
  align-self: center;
}
#feature .featureTitle .num span:first-child {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  padding: 0 2rem;
}
#feature .featureTitle .num span:last-child {
  background: #3BA8D1;
  font-size: clamp(2.4rem, 2.1vw, 3rem);
  padding: 0 1.5rem;
}
#feature .featureTitle h3 {
  margin-top: 2rem;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  font-weight: 700;
  width: fit-content;
  margin: 2rem auto 0;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
#feature .featureTitle h3 strong {
  color: #3BA8D1;
}
@media screen and (max-width: 768px) {
  #feature .featureTitle {
    padding: 1.5rem 1.5rem 2rem 0.5rem;
  }
  #feature .featureTitle:before, #feature .featureTitle::after {
    width: 5rem;
  }
  #feature .featureTitle::before {
    top: -1rem;
    left: -1.5rem;
    background-image: url(/lib/img/top/feature_cut_01.webp);
  }
  #feature .featureTitle::after {
    bottom: 0;
    right: 0;
    background-image: url(/lib/img/top/feature_cut_02.webp);
  }
  #feature .featureTitle .num span:first-child {
    padding: 0 1rem;
  }
  #feature .featureTitle .num span:last-child {
    padding: 0 1rem;
  }
  #feature .featureTitle h3 {
    font-size: clamp(1.7rem, 1.7vw, 2.4rem);
    margin: 1rem 0 0;
  }
}
#feature .link {
  margin: 3rem 0 0 auto;
  width: fit-content;
}
#feature .link a {
  background: #3BA8D1;
  color: #FFF;
  padding: 0.5rem 4rem 0.5rem 2rem;
  position: relative;
}
#feature .link a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #FFF;
}
#feature .categoryLink {
  width: 100%;
  margin: 5rem auto;
  gap: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  #feature .categoryLink {
    width: 75%;
    min-width: 1000px;
  }
}
#feature .categoryLink .item {
  display: grid;
  grid-template-columns: subgrid;
}
#feature .categoryLink .item a {
  display: grid;
  grid-template-columns: 25% 1fr;
  position: relative;
  transition: 0.5s;
}
#feature .categoryLink .item a::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: #3BA8D1;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}
#feature .categoryLink .item a:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  mask: url(/lib/img/cmn/icon_arrow_01.svg) no-repeat center/contain;
  background: #FFF;
  position: absolute;
  right: 0.7rem;
  bottom: 0.5rem;
}
#feature .categoryLink .item a:hover::before {
  background: #84CDD9;
}
#feature .categoryLink .item a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#feature .categoryLink .item a .photo.posfix img {
  object-position: right center;
}
#feature .categoryLink .item a dl {
  padding: 1.5rem 2rem;
}
#feature .categoryLink .item a dl dt {
  color: #3BA8D1;
  font-weight: 600;
  margin-bottom: 1rem;
}
#feature .categoryLink .item a dl dt span {
  font-size: clamp(1.2rem, 0.9vw, 1.3rem);
}
@media screen and (max-width: 768px) {
  #feature .categoryLink {
    grid-template-columns: 1fr;
  }
}
#feature #feature01 {
  margin-top: 12rem;
}
#feature #feature01 .featureBox {
  grid-template-columns: 1fr 60%;
  grid-template-areas: "photo text";
}
#feature #feature01 .featureBox:before {
  background: #FBF4F4;
  top: 0;
  right: 0;
}
#feature #feature01 .featureBox:after {
  background: #F7EDED;
  top: -4rem;
  right: 4rem;
}
#feature #feature01 .featureBox .photo {
  align-self: self-end;
}
#feature #feature01 .categoryLink {
  grid-column: 1/3;
}
#feature #feature01 .categoryLink .item a {
  background: #F7EDED;
}
#feature #feature01 .categoryLink .item a:hover {
  background: #FBF4F4;
}
@media screen and (max-width: 768px) {
  #feature #feature01 {
    margin-top: 6rem;
  }
  #feature #feature01 .featureBox {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #feature #feature01 .featureBox .text {
    padding: 2rem 1rem 2rem 4rem;
  }
  #feature #feature01 .featureBox:after {
    top: -2rem;
    right: 2rem;
  }
}
#feature #feature02 .featureBox {
  grid-template-columns: 60% 1fr;
  grid-template-areas: "text photo";
}
#feature #feature02 .featureBox:before {
  background: #FAF8F1;
  top: 0;
  left: 0;
}
#feature #feature02 .featureBox:after {
  background: #F8F4E8;
  top: 4rem;
  left: 4rem;
}
#feature #feature02 .categoryLink {
  margin-top: 10rem;
  grid-column: 1/3;
}
#feature #feature02 .categoryLink .item {
  background: #F8F4E8;
}
@media screen and (max-width: 768px) {
  #feature #feature02 .featureBox {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #feature #feature02 .featureBox:after {
    top: 2rem;
    left: 2rem;
  }
}
#feature #feature03 {
  margin-top: 12rem;
}
#feature #feature03 .featureBox {
  grid-template-columns: 1fr 60%;
  grid-template-areas: "photo text";
}
#feature #feature03 .featureBox:before {
  background: #F7FBF4;
  top: 0;
  right: 0;
}
#feature #feature03 .featureBox:after {
  background: #EFF7ED;
  top: -4rem;
  right: 4rem;
}
@media screen and (max-width: 768px) {
  #feature #feature03 {
    margin-top: 6rem;
  }
  #feature #feature03 .featureBox {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #feature #feature03 .featureBox .text {
    padding: 2rem 1rem 2rem 4rem;
  }
  #feature #feature03 .featureBox:after {
    top: -2rem;
    right: 2rem;
  }
}
#feature #feature04 .featureBox {
  grid-template-columns: 60% 1fr;
  grid-template-areas: "text photo";
}
#feature #feature04 .featureBox:before {
  background: #F1F8FA;
  top: 0;
  left: 0;
}
#feature #feature04 .featureBox:after {
  background: #E8F3F8;
  top: 4rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  #feature #feature04 .featureBox {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #feature #feature04 .featureBox:after {
    top: 2rem;
    left: 2rem;
  }
}
#feature #feature05 {
  margin-top: 12rem;
}
#feature #feature05 .featureBox {
  grid-template-columns: 1fr 60%;
  grid-template-areas: "photo text";
}
#feature #feature05 .featureBox:before {
  background: #FAF7FD;
  top: 0;
  right: 0;
}
#feature #feature05 .featureBox:after {
  background: #F5F0F9;
  top: -4rem;
  right: 4rem;
}
@media screen and (max-width: 768px) {
  #feature #feature05 {
    margin-top: 6rem;
  }
  #feature #feature05 .featureBox {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #feature #feature05 .featureBox .text {
    padding: 2rem 1rem 2rem 4rem;
  }
  #feature #feature05 .featureBox:after {
    top: -2rem;
    right: 2rem;
  }
}