*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #8D8D8D;
}

.color-green {
  color: #86C8A0;
}

.color-orange {
  color: #EF8337;
}

.color-blue-light {
  color: #96C4D3;
}

.color-red {
  color: #EF3747;
}

.color-red-dark {
  color: #DC443C;
}

.bg-gradient {
  background: #119BAD;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(17, 155, 173)), to(rgb(172, 213, 157)));
  background: linear-gradient(to bottom right, rgb(17, 155, 173) 0%, rgb(172, 213, 157) 100%);
}

.bg-gradient70 {
  background: #DBE7EA;
  background: linear-gradient(150deg, rgba(219, 231, 234, 0.7) 0%, rgba(236, 244, 239, 0.7) 24%, rgba(253, 255, 251, 0.7) 75%, rgba(219, 231, 234, 0.7) 100%);
}

.bg-green-light {
  background-color: #D9F2E5;
}

.bg-orange-light {
  background-color: #FFF0D4;
}

.bg-gray-light {
  background-color: #F3F5F5;
}

.font-noto {
  font-family: "Noto Serif JP", serif;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-style: normal;
  color: #4B4948;
}
body.bg-linear {
  background: #86C8C6;
  background: linear-gradient(120deg, rgba(134, 200, 198, 0.2) 0%, rgba(194, 216, 169, 0.2) 100%);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

/* Link */
.transition, #medical .medical-row .medical .medical-cat .grid .col a .brief .btn-box .btn, #mv .mv .mv-dots li button, header .header--r nav > ul > li .dropdown-content, main .gototop, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 0.75;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -120px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

/* Content */
strong {
  font-weight: 700;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.english-p header .header--r .lang-switch a.current::after,
.english-p footer .footer--flex--r .lang-switch a.current::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.english-p footer .btn-en::after {
  left: 30px !important;
}
.english-p .lang-switch .current {
  opacity: 0.8 !important;
  pointer-events: inherit !important;
}
.english-p .lang-switch .current:hover {
  opacity: 1;
}
.english-p .lang-switch .btn-en {
  opacity: 1;
  pointer-events: none;
}
.english-p .lang-switch .btn-en::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EF8337;
}

main {
  position: relative;
}
main .gototop {
  opacity: 0;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 14;
  width: 100%;
  height: 0;
}
main .gototop img {
  position: absolute;
  top: -90px;
  right: 40px;
  z-index: 99999;
  display: table;
  margin-left: auto;
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}
@media only screen and (max-width: 750px) {
  main .gototop img {
    right: 20px;
    top: -70px;
  }
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1280 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content-1140 {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-1080 {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.content-980 {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.content-900 {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-800 {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .pt80 {
    padding-top: 60px;
  }
}

.pt60 {
  padding-top: 60px;
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pb120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 80px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pb80 {
    padding-bottom: 60px;
  }
}

.pb60 {
  padding-bottom: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.hidden {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

.link-green {
  color: #86C8A0;
  text-decoration: underline;
}

.txt_al-l {
  text-align: left !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 750px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.ml30 {
  margin-left: 30px;
}

.txt-link {
  text-decoration: underline;
}

.center-pc {
  text-align: center !important;
}
@media only screen and (max-width: 750px) {
  .center-pc {
    text-align: left !important;
  }
}

.txt-b {
  font-weight: 600;
}

.dot-green a {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
.dot-green li {
  position: relative;
  font-weight: 700;
  padding-left: 18px;
  font-size: 1.8rem;
}
.dot-green li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #86C8A0;
}
.dot-green li + ul {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.dot-green li + ul li + li {
  margin-top: 5px !important;
}
.dot-green li + ul li::before {
  border-radius: inherit;
  height: 2px;
  width: 12px;
  top: 14px;
  background-color: #cdcdcd !important;
}
.dot-green.fw-n li {
  font-size: 1.6rem;
  font-weight: inherit !important;
}

/* Txthead */
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
.txthead-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mt60 {
    margin-top: 40px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb10 {
  margin-bottom: 10px;
}
.txthead-box.bullet-left-orange {
  position: relative;
  padding-left: 23px;
}
.txthead-box.bullet-left-orange::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  z-index: 1;
  display: table;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #EF8337;
}
.txthead-box.line-left-orange {
  position: relative;
  padding-left: 23px;
}
.txthead-box.line-left-orange::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  display: table;
  width: 15px;
  height: 2px;
  background-color: #EF8337;
}
.txthead-box.line-btm-gray {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.txthead-box .with-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.txthead-box .with-line-r {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.txthead-box .with-line-r::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  width: 1000%;
  height: 1px;
  background-color: #BBCDCD;
}
.txthead-box .seperator-btm {
  position: relative;
  padding-bottom: 20px;
}
.txthead-box .seperator-btm::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #86C8A0;
}
.txthead-box .seperator-btm::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #EF8337;
}
.txthead-box .seperator-btm.center {
  text-align: center;
}
.txthead-box .seperator-btm.center::before {
  left: 0;
  right: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.txthead-box .seperator-btm.center::after {
  left: 20px;
  right: 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.txthead-box .seperator-btm + p {
  margin-top: 20px;
}
.txthead-box.underline-green-gray, .txthead-box .underline-green-gray {
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.txthead-box.underline-green-gray::after, .txthead-box .underline-green-gray::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 180px;
  height: 3px;
  background-color: #86C8A0;
}
.txthead-box .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz35 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz35 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz25 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz25 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz20 {
  font-size: 2rem;
  line-height: 3.2rem;
}
.txthead-box .fz18 {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.txthead-box .fz14 {
  font-size: 1.4rem;
}
.txthead-box .fz12 {
  font-size: 1.2rem;
  line-height: 3.6rem;
}
.txthead-box .center {
  text-align: center;
}

/* Btn */
.btn-box.mt50 {
  margin-top: 50px;
}
.btn-box.mt40 {
  margin-top: 40px;
}
.btn-box.mt30 {
  margin-top: 30px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.btn .txt {
  font-weight: 500;
}
.btn .txt.fz14 {
  font-size: 1.4rem;
}
.btn.square {
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.square.small {
  height: 35px;
}
.btn.square.medium {
  height: 60px;
  font-size: 1.6rem;
}
.btn.square.gradient {
  color: #fff;
  background: #119BAD;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(17, 155, 173)), to(rgb(172, 213, 157)));
  background: linear-gradient(to bottom right, rgb(17, 155, 173) 0%, rgb(172, 213, 157) 100%);
}
.btn.square.black-border {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.btn.square.black-border:hover {
  color: #fff;
  background-color: #000;
}
.btn.square.black-border:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
}
.btn.square.pad-l-r-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.square.pad-l-r-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.btn.square.icn-left {
  position: relative;
}
.btn.square.icn-left .icn {
  position: absolute;
  left: 14px;
}
.btn.square.icn-right {
  position: relative;
}
.btn.square.icn-right .icn {
  position: absolute;
  right: 14px;
}
.btn.maxw-230 {
  width: 100%;
  max-width: 230px;
}
.btn.maxw-180 {
  width: 100%;
  max-width: 180px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-scroll {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .btn-scroll {
    margin-bottom: 40px;
  }
}
.btn-scroll a {
  width: 31.83%;
  height: 50px;
  margin: 0.5% 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F1F1F1;
  background-image: url("/assets/images/commons/icn-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 13px;
}
@media only screen and (max-width: 1180px) {
  .btn-scroll a {
    width: 49%;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll a {
    width: 100%;
  }
}

/* MV Inner */
#mv-inner {
  padding-bottom: 25px;
}
#mv-inner .mv-inner .video-inner {
  width: 100%;
  max-height: 195px;
  position: relative;
  z-index: -1;
  padding-bottom: 10%;
}
#mv-inner .mv-inner .video-inner.z-index-top {
  z-index: 0;
  mix-blend-mode: multiply;
}
#mv-inner .mv-inner .video-inner video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  max-height: 665px;
  position: absolute;
  top: -420px;
  left: 0;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .video-inner video {
    top: -300px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .video-inner video {
    top: -120px;
  }
}
#mv-inner .mv-inner img {
  width: 100%;
  max-height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  mix-blend-mode: multiply;
}

/* Btn Page */
.wp-pagenavi {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 30px;
    gap: 5px;
  }
}
.wp-pagenavi > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  font-weight: 500;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > * {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi .current {
  color: #86C8A0;
  border-color: #86C8A0;
}
.wp-pagenavi a:hover, .wp-pagenavi .extend:hover {
  cursor: pointer;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi .extend.previouspostslink, .wp-pagenavi .extend.nextpostslink {
  background-color: #86C8A0;
  border-color: #86C8A0;
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  overflow: auto;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 79px;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .menu-sp ul li {
  border-bottom: 1px solid rgba(223, 223, 226, 0.6);
  padding: 15px 0;
}
.menu-responsive .menu-sp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  font-size: clamp(1.8rem, 1.25vw, 1.8rem);
  line-height: normal;
  color: #000;
  font-weight: 500;
  position: relative;
  margin-left: 12px;
}
.menu-responsive .menu-sp ul li a .en {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.9rem, 0.69vw, 1rem);
  color: #484545;
  text-transform: uppercase;
  line-height: normal;
}
.menu-responsive .menu-sp ul li a.toggle-btn {
  background-image: url("/assets/images/commons/toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 22px;
}
.menu-responsive .menu-sp ul li a.toggle-btn.active {
  background-image: url("/assets/images/commons/toggle-open.svg");
  background-size: 22px;
  color: #EF8337;
}
.menu-responsive .menu-sp ul li .toggle-content {
  display: none;
  margin-top: 10px;
  background-color: #F3F5F5;
}
.menu-responsive .menu-sp ul li .toggle-content li {
  border-bottom: 1px solid #FFF;
  padding: 10px 0;
}
.menu-responsive .menu-sp ul li .toggle-content li a {
  font-size: 1.4rem !important;
  position: relative;
  padding-left: 0px !important;
  margin-left: 35px;
}
.menu-responsive .menu-sp ul li .toggle-content li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 1;
  display: table;
  width: 12px;
  height: 1px;
  background-color: #86C8A0;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .menu-sp ul li .toggle-content li a {
    padding-left: 24px;
  }
}
.menu-responsive .menu-sub-sp {
  margin-top: 25px;
}
.menu-responsive .menu-sub-sp ul li + li {
  margin-top: 3px;
}
.menu-responsive .menu-sub-sp ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #EF3747;
  font-weight: 700;
}
.menu-responsive .button {
  margin-top: 25px;
}
.menu-responsive .button ul li + li {
  margin-top: 10px;
}
.menu-responsive .lang {
  margin-top: 30px;
}
.menu-responsive .lang p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}
.menu-responsive .lang ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-responsive .lang ul li {
  position: relative;
}
.menu-responsive .lang ul li + li {
  margin-left: 40px;
  padding-left: 40px;
}
.menu-responsive .lang ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 1px;
  height: 12px;
  background-color: #D1D1D1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
.menu-responsive .lang ul li a {
  display: block;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.menu-responsive .lang ul li a.current {
  color: #EF3747;
}
.menu-responsive .open {
  padding: 3px;
  background-color: #fff;
  max-width: 300px;
  margin: auto;
  margin-top: 40px;
}
.menu-responsive .open .box {
  position: relative;
  padding: 5px 25px 8px 25px;
  background-color: #fff;
}
.menu-responsive .open .box .abs-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
}
.menu-responsive .open .box .abs-top::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.menu-responsive .open .box .abs-top::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.menu-responsive .open .box .abs-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
}
.menu-responsive .open .box .abs-btm::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.menu-responsive .open .box .abs-btm::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 1;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.menu-responsive .open .box p {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.02);
  padding: 0 20px;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header--l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header--l a {
  display: block;
}
header .header--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  header .header--r {
    gap: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header--r nav {
    display: none;
  }
}
header .header--r nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header .header--r nav > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
header .header--r nav > ul > li:hover > a::after {
  width: 100%;
}
header .header--r nav > ul > li.dropdown > a {
  padding-right: 36px;
  background-image: url("/assets/images/commons/icn-arrow-menu.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 8px;
}
header .header--r nav > ul > li.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
header .header--r nav > ul > li::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #cecece;
}
header .header--r nav > ul > li:last-child::after {
  display: none;
}
header .header--r nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
header .header--r nav > ul > li > a:hover {
  opacity: 1;
}
header .header--r nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #EF8337;
}
header .header--r nav > ul > li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 270px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(202, 217, 220, 0.2);
          box-shadow: 0 10px 20px 0 rgba(202, 217, 220, 0.2);
}
header .header--r nav > ul > li .dropdown-content ul li + li {
  border-top: 1px solid #F1F1F1;
}
header .header--r nav > ul > li .dropdown-content ul li a {
  display: block;
  padding: 7px 50px 7px 20px;
  white-space: nowrap;
  background-image: url("/assets/images/commons/icn-arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 5px 8px;
}
header .header--r nav > ul > li .dropdown-content ul li a:hover {
  opacity: 1;
  padding-left: 25px;
  background-position: center right 15px;
}
header .header--r .button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  header .header--r .button {
    display: none;
  }
}
header .header--r .button a {
  min-width: 180px;
}
header .header--r .lang-switch {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header--r .lang-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header--r .lang-switch a {
  display: table;
  opacity: 0.7;
  position: relative;
}
header .header--r .lang-switch a:hover {
  opacity: 1;
}
header .header--r .lang-switch a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #4B4948;
  margin: 0 10px;
}
header .header--r .lang-switch a.current {
  opacity: 1;
  pointer-events: none;
}
header .header--r .lang-switch a.current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EF8337;
}
header .header--r .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header--r .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header--r .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header--r .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header--r .btn-burger .bar-icon .bar1,
header .header--r .btn-burger .bar-icon .bar2,
header .header--r .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #000;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header--r .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header--r .btn-burger .open .bar2 {
  opacity: 0;
}
header .header--r .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after {
  width: 100% !important;
}

/* Footer */
footer {
  padding: 60px 0;
  color: #fff;
  background: #119BAD;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(17, 155, 173)), to(rgb(172, 213, 157)));
  background: linear-gradient(to bottom right, rgb(17, 155, 173) 0%, rgb(172, 213, 157) 100%);
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 20px 0;
  }
}
footer .banner-footer-sp {
  margin: auto;
  margin-bottom: 10px;
}
footer .banner-footer-sp li {
  display: -ms-grid;
  display: grid;
}
footer .banner-footer-sp li a {
  margin-bottom: 10px;
}
footer .footer {
  position: relative;
}
footer .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer--flex--l {
  padding-right: 10px;
}
@media only screen and (max-width: 1180px) {
  footer .footer--flex--l {
    width: 208px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer--flex--l {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer--flex--l a {
  display: table;
}
footer .footer--flex--r .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1180px) {
  footer .footer--flex--r .sitemap {
    gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer--flex--r .sitemap {
    display: none;
  }
}
footer .footer--flex--r .sitemap > ul > li {
  font-weight: 500;
  line-height: 2.2rem;
}
footer .footer--flex--r .sitemap > ul > li + li {
  margin-top: 20px;
}
footer .footer--flex--r .sitemap > ul > li.banner {
  margin-top: 27px;
}
footer .footer--flex--r .sitemap > ul > li > a {
  display: table;
}
footer .footer--flex--r .sitemap > ul > li > a + a {
  margin-top: 10px;
}
footer .footer--flex--r .sitemap > ul > li ul {
  margin-top: 10px;
  margin-left: 10px;
}
footer .footer--flex--r .sitemap > ul > li ul li {
  background-image: url("/assets/images/commons/icn-arrow-menu-footer.svg");
  background-repeat: no-repeat;
  background-position: top 10px left;
  background-size: 5px;
  padding-left: 15px;
}
footer .footer--flex--r .sitemap > ul > li ul li {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  footer .footer--flex--r .sitemap > ul > li ul li {
    line-height: 2.4rem;
  }
}
footer .footer--flex--r .sitemap > ul > li ul li + li {
  margin-top: 5px;
}
footer .footer--flex--r .lang-switch {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 25%;
}
@media only screen and (max-width: 1180px) {
  footer .footer--flex--r .lang-switch {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer--flex--r .lang-switch {
    display: none;
  }
}
footer .footer--flex--r .lang-switch a {
  display: table;
  opacity: 0.7;
  position: relative;
}
footer .footer--flex--r .lang-switch a:hover {
  opacity: 1;
}
footer .footer--flex--r .lang-switch a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px;
}
footer .footer--flex--r .lang-switch a.current {
  opacity: 1;
  pointer-events: none;
}
footer .footer--flex--r .lang-switch a.current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EF8337;
}
footer .footer--copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  footer .footer--copyright {
    position: static;
    margin-top: 10px;
  }
}
footer .footer--copyright p {
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  footer .footer--copyright p {
    text-align: center;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt-01 {
    right: inherit !important;
    left: 5%;
    -webkit-transform: translate(0%, -20%);
            transform: translate(0%, -20%);
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt-01 p {
    width: 55% !important;
  }
}
@media only screen and (max-width: 550px) {
  #mv .mv .mv-txt-01 h1 {
    font-size: 4.9vw !important;
    line-height: 3.2rem !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt-01 h1 .medium {
    font-size: 4.9vw !important;
    line-height: 3.2rem !important;
  }
}
@media only screen and (max-width: 550px) {
  #mv .mv .mv-txt-01 h1 .large {
    line-height: 5rem !important;
    font-size: 3.4rem !important;
  }
}
#mv .mv .mv-txt-02 {
  text-align: center;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt-02 {
    top: 0% !important;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
#mv .mv .mv-txt-02 h1, #mv .mv .mv-txt-02 h2, #mv .mv .mv-txt-02 p {
  color: #4B4948 !important;
}
#mv .mv .mv-txt-02 h1 {
  line-height: 5rem !important;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt-02 h1 {
    line-height: 3.2rem !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  #mv .mv .mv-txt-02 h1 {
    font-size: 4.9vw !important;
  }
}
#mv .mv .mv-txt-02 h2 {
  font-size: 1.6rem !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-txt-02 h2 {
    margin-top: 10px !important;
  }
}
#mv .mv--text {
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 4%;
}
@media only screen and (max-width: 1180px) {
  #mv .mv--text {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#mv .mv--text h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 6.2rem;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  #mv .mv--text h1 {
    font-size: 2.8rem;
    line-height: 5.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv--text h1 {
    font-size: 2rem;
    line-height: 4.4rem;
  }
}
#mv .mv--text h1 .medium {
  font-size: 3.5rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv--text h1 .medium {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv--text h1 .medium {
    font-size: 2.8rem;
  }
}
#mv .mv--text h1 .large {
  font-size: 4rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv--text h1 .large {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv--text h1 .large {
    font-size: 3.2rem;
    margin-top: 8px;
    display: inline-block;
  }
}
#mv .mv--text h1 .large span {
  position: relative;
}
#mv .mv--text h1 .large span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EF8337;
}
@media only screen and (max-width: 750px) {
  #mv .mv--text h1 .large span::before {
    top: -2px;
  }
}
#mv .mv--text h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #EF8337;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv--text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv--text h2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 20px;
  }
}
#mv .mv--text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #mv .mv--text p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
#mv .mv--scroll {
  position: absolute;
  bottom: 20px;
  left: 80px;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #mv .mv--scroll {
    left: 5%;
  }
}
#mv .mv--scroll p {
  display: table;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #fff;
}
#mv .mv--scroll .line {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 25px;
  background-color: #fff;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scrollPulse 1.6s ease-in-out infinite;
  animation: scrollPulse 1.6s ease-in-out infinite;
  will-change: transform, opacity;
}
@-webkit-keyframes scrollPulse {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    opacity: 0.4;
  }
}
@keyframes scrollPulse {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    opacity: 0.4;
  }
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
#mv .mv .mv-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-dots {
    gap: 10px;
  }
}
#mv .mv .mv-dots li.slick-active button {
  background-color: #86C8A0;
  opacity: 1;
}
#mv .mv .mv-dots li.slick-active button:hover {
  opacity: 1;
}
#mv .mv .mv-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 3px;
  background-color: #fff;
  opacity: 0.3;
  outline: none;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-dots li button {
    width: 40px;
  }
}
#mv .mv .mv-dots li button:hover {
  opacity: 0.5;
}

/* Notice */
#notice {
  padding: 15px 0;
}
#notice .notice--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex {
    display: block;
  }
}
#notice .notice--flex--l {
  width: 17.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  #notice .notice--flex--l {
    width: 20%;
  }
}
@media only screen and (max-width: 850px) {
  #notice .notice--flex--l {
    width: 27.5%;
  }
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--l {
    width: 100%;
  }
}
#notice .notice--flex--r {
  width: 82.5%;
  padding-left: 30px;
  border-left: 1px solid #e6e6e6;
}
@media only screen and (max-width: 1180px) {
  #notice .notice--flex--r {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  #notice .notice--flex--r {
    width: 72.5%;
  }
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--r {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 15px;
  }
}
#notice .notice--flex--r .notice-slick .slick-slide {
  margin: 15px 0;
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--r .notice-slick .slick-slide {
    margin: 0;
  }
}
#notice .notice--flex--r .notice-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#notice .notice--flex--r .notice-slick .slick-list {
  margin: -15px 0;
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--r .notice-slick .slick-list {
    margin: 0;
  }
}
#notice .notice--flex--r .notice-slick .item a {
  display: block;
  background-image: url("/assets/images/commons/icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 8px;
}
#notice .notice--flex--r .notice-slick .item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#notice .notice--flex--r .notice-slick .item--flex--l .date {
  width: 100px;
  min-width: 100px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--r .notice-slick .item--flex--l .date {
    width: 80px;
    min-width: 80px;
  }
}
#notice .notice--flex--r .notice-slick .item--flex--l .date .year {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#notice .notice--flex--r .notice-slick .item--flex--l .date .monthdate {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-top: 1px solid #e6e6e6;
  margin-top: 4px;
  padding-top: 5px;
}
@media only screen and (max-width: 850px) {
  #notice .notice--flex--r .notice-slick .item--flex--r {
    padding-right: 30px;
  }
}
#notice .notice--flex--r .notice-slick .item--flex--r h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--r .notice-slick .item--flex--r h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
#notice .notice--flex--r .notice-slick .item--flex--r p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #notice .notice--flex--r .notice-slick .item--flex--r p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#notice .notice--flex--r .notice-slick .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 15px;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
#notice .notice--flex--r .notice-slick .slick-arrow.slick-prev {
  top: -30px;
  background-image: url("/assets/images/commons/icn-arrow-up.svg");
}
#notice .notice--flex--r .notice-slick .slick-arrow.slick-next {
  bottom: -30px;
  background-image: url("/assets/images/commons/icn-arrow-down.svg");
}
#notice .notice--flex--r .notice-slick .slick-arrow:hover {
  opacity: 0.8;
}

/* TopFlex */
#topflex {
  background-color: #F3F5F5;
}
#topflex .topflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  #topflex .topflex {
    display: block;
  }
}
#topflex .topflex--col {
  width: 50%;
  padding: 60px 30px;
}
@media only screen and (max-width: 1180px) {
  #topflex .topflex--col {
    width: 100%;
    padding: 40px 5%;
  }
}
#topflex .topflex--col:nth-child(2) {
  background: RGBA(134, 200, 198, 0.55);
  background: -webkit-gradient(linear, left top, right top, from(rgba(134, 200, 198, 0.55)), to(rgba(194, 216, 169, 0.55)));
  background: linear-gradient(to right, rgba(134, 200, 198, 0.55) 0%, rgba(194, 216, 169, 0.55) 100%);
}
#topflex .topflex--col.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#topflex .topflex--col.left .switch-btn {
  margin-bottom: 1px;
}
#topflex .topflex--col.left .switch-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.left .switch-btn ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.left .switch-btn ul li + li {
    margin-top: 1px;
  }
}
#topflex .topflex--col.left .switch-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}
#topflex .topflex--col.left .switch-btn ul li a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 13px;
  background-color: #EF8337;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
  visibility: hidden;
}
#topflex .topflex--col.left .switch-btn ul li a.current {
  color: #fff;
  background-color: #EF8337;
}
#topflex .topflex--col.left .switch-btn ul li a.current::after {
  opacity: 1;
  visibility: visible;
}
#topflex .topflex--col.left .switch-btn ul li a.current .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
}
#topflex .topflex--col.left .switch-btn ul li a .txt {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #topflex .topflex--col.left .switch-btn ul li a .txt {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.left .switch-btn ul li a .txt {
    font-size: 1.6rem;
  }
}
#topflex .topflex--col.left .box-white {
  height: 100%;
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.left .box-white {
    padding: 20px 20px 25px 20px;
  }
}
#topflex .topflex--col.left .box-white .swith-content .list ul li + li {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 2px dotted #e6e6e6;
}
#topflex .topflex--col.left .box-white .swith-content .list ul li a .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#topflex .topflex--col.left .box-white .swith-content .list ul li a .date-tag .date {
  font-size: 1.2rem;
  color: #8D8D8D;
}
#topflex .topflex--col.left .box-white .swith-content .list ul li a .date-tag .tag {
  font-size: 1.4rem;
  color: #86C8A0;
}
#topflex .topflex--col.left .box-white .swith-content .list ul li a p {
  padding-left: 18px;
  background-image: url("/assets/images/commons/icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: top 8px left;
  background-size: 8px;
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.left .box-white .swith-content .list ul li a p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#topflex .topflex--col.left .box-white .btn-box {
  margin-top: 20px;
}
#topflex .topflex--col.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  #topflex .topflex--col.right {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.right {
    display: block;
  }
}
#topflex .topflex--col.right .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.right .col {
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.right .col + .col {
    margin-top: 30px;
  }
}
#topflex .topflex--col.right .col .txthead-box {
  margin-bottom: 5px;
}
#topflex .topflex--col.right .col .box-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 25px 25px 30px 25px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.right .col .box-white {
    padding: 20px 20px 25px 20px;
  }
}
#topflex .topflex--col.right .col .box-white .list ul li {
  padding-bottom: 12px;
  border-bottom: 2px dotted #e6e6e6;
}
#topflex .topflex--col.right .col .box-white .list ul li + li {
  margin-top: 14px;
}
#topflex .topflex--col.right .col .box-white .list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#topflex .topflex--col.right .col .box-white .list ul li a .brief {
  width: 100%;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  #topflex .topflex--col.right .col .box-white .list ul li a .brief {
    padding-right: 20px;
  }
}
#topflex .topflex--col.right .col .box-white .list ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#topflex .topflex--col.right .col .box-white .list ul li a .brief p.date {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #8B8B8B;
}
#topflex .topflex--col.right .col .box-white .list ul li a .brief p.tag {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #8B8B8B;
}
#topflex .topflex--col.right .col .box-white .list ul li a .brief .btn {
  margin-top: 15px;
}
#topflex .topflex--col.right .col .box-white .list ul li a .cover {
  width: 35.09433962%;
  max-width: 93px;
  min-width: 93px;
}
#topflex .topflex--col.right .col .box-white .btn-box {
  padding-top: 25px;
}

/* Clarity */
#clarity {
  overflow: hidden;
}
#clarity .clarity > p {
  text-align: center;
}
#clarity .clarity > p .remark {
  font-size: 1.4rem;
}
#clarity .clarity .txtmarquee {
  margin-top: 10px;
  font-size: 20rem;
  line-height: 15rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #f7f7f7;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  text-transform: uppercase;
  will-change: transform;
  margin-left: -90%;
}
@media only screen and (max-width: 850px) {
  #clarity .clarity .txtmarquee {
    font-size: 15rem;
    line-height: 12.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #clarity .clarity .txtmarquee {
    font-size: 10rem;
    line-height: 10rem;
  }
}
#clarity .clarity .txtmarquee.is-marquee {
  -webkit-animation: marquee 360s linear infinite;
          animation: marquee 360s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#clarity .clarity .clarity-wrapper {
  width: 100%;
  overflow: hidden;
  --item-width: 27.5%;
  --gap: 40px;
  --item-count: 5;
}
@media only screen and (max-width: 750px) {
  #clarity .clarity .clarity-wrapper {
    --gap: 10px;
    --item-width: 65%;
  }
}
#clarity .clarity .clarity-img-marquee {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap);
  -webkit-animation: marquee-img 30s linear infinite;
          animation: marquee-img 30s linear infinite;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#clarity .clarity .clarity-img-marquee .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--item-width);
          flex: 0 0 var(--item-width);
}
#clarity .clarity .clarity-img-marquee .item img {
  width: 100%;
  display: block;
}
@-webkit-keyframes marquee-img {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(var(--item-width) * var(--item-count) * -1 - var(--gap) * var(--item-count)));
            transform: translateX(calc(var(--item-width) * var(--item-count) * -1 - var(--gap) * var(--item-count)));
  }
}
@keyframes marquee-img {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(var(--item-width) * var(--item-count) * -1 - var(--gap) * var(--item-count)));
            transform: translateX(calc(var(--item-width) * var(--item-count) * -1 - var(--gap) * var(--item-count)));
  }
}

/* Service */
#service {
  background: #DBE7EA;
  background: linear-gradient(120deg, rgb(219, 231, 234) 0%, rgb(236, 244, 239) 24%, rgb(253, 255, 251) 75%, rgb(219, 231, 234) 100%);
}
#service .service .content .service-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #service .service .content .service-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .service-list ul {
    gap: 10px;
  }
}
#service .service .content .service-list ul li a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #CAD9DC;
          box-shadow: 0 4px 20px 0 #CAD9DC;
  height: 100%;
}
#service .service .content .service-list ul li a .cover img {
  width: 100%;
  height: auto;
}
#service .service .content .service-list ul li a .brief {
  padding: 15px 40px 20px 20px;
  background-image: url("/assets/images/commons/icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 8px;
}
@media only screen and (max-width: 750px) {
  #service .service .content .service-list ul li a .brief {
    padding: 10px 12px 10px 12px;
    background-position: center right 10px;
  }
}
#service .service .content .service-list ul li a .brief .topic {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #service .service .content .service-list ul li a .brief .topic {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .content .service-list ul li a .brief .topic {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#service .service .content .service-list ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
}
@media only screen and (max-width: 750px) {
  #service .service .content .service-list ul li a .brief p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

/* Contact */
#contact {
  background-color: #fff;
  padding-bottom: 35px;
}
#contact .contact--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #contact .contact--flex {
    display: block;
  }
}
#contact .contact--flex--l {
  width: 47.5%;
  max-width: 527px;
}
@media only screen and (max-width: 850px) {
  #contact .contact--flex--l {
    width: 100%;
    max-width: 100%;
  }
}
#contact .contact--flex--l .txthead-box {
  margin-bottom: 15px;
}
#contact .contact--flex--l .row--info p + p {
  margin-top: 10px;
}
#contact .contact--flex--l .row--info p.with-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
#contact .contact--flex--l .row--info ul {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 15px;
}
#contact .contact--flex--l .row--info ul li {
  list-style: disc;
}
#contact .contact--flex--l .row--time .txthead-box {
  margin-bottom: 0;
  text-align: left;
}
#contact .contact--flex--l .row--time table tr {
  border-bottom: 1px solid #e6e6e6;
}
#contact .contact--flex--l .row--time table tr td {
  padding: 15px 0;
  text-align: center;
}
#contact .contact--flex--l .row--time table tr td.fw500-medium {
  letter-spacing: 2px;
  text-align: left;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  #contact .contact--flex--l .row--time table tr td.fw500-medium {
    letter-spacing: 0;
  }
}
#contact .contact--flex--l .row--time table tr td:first-child {
  width: 170px;
  max-width: 170px;
  min-width: 150px;
}
@media only screen and (max-width: 750px) {
  #contact .contact--flex--l .row--time table tr td:first-child {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
  }
}
#contact .contact--flex--l .row--time table tr td img {
  margin-left: auto;
  margin-right: auto;
}
#contact .contact--flex--l .row--time > p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#contact .contact--flex--l .row + .row {
  margin-top: 30px;
}
#contact .contact--flex--r {
  width: 47.5%;
  max-width: 498px;
}
@media only screen and (max-width: 850px) {
  #contact .contact--flex--r {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
#contact .contact--flex--r .txthead-box {
  margin-bottom: 10px;
}
#contact .contact--flex--r .calendar--table {
  padding: 2px;
  border: 1px solid #e6e6e6;
}
#contact .contact--flex--r .calendar--table--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 20px;
}
#contact .contact--flex--r .calendar--table--ttl--current {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #contact .contact--flex--r .calendar--table--ttl--current {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#contact .contact--flex--r .calendar--table--ttl--current span {
  font-size: 3rem;
  line-height: 2.8rem;
  color: #EF8337;
}
@media only screen and (max-width: 750px) {
  #contact .contact--flex--r .calendar--table--ttl--current span {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#contact .contact--flex--r .calendar--table--ttl--button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #contact .contact--flex--r .calendar--table--ttl--button ul {
    gap: 30px;
  }
}
#contact .contact--flex--r .calendar--table--ttl--button ul li {
  position: relative;
}
#contact .contact--flex--r .calendar--table--ttl--button ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 25px;
  background-color: #86C8A0;
}
#contact .contact--flex--r .calendar--table--ttl--button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #86C8A0;
  font-weight: 700;
}
#contact .contact--flex--r .calendar--table--ttl--button ul li a.disable {
  color: #BDBDBD;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contact .contact--flex--r .calendar--table--ttl--button ul li a.disable .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(66%) sepia(99%) saturate(0%) hue-rotate(131deg) brightness(94%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(66%) sepia(99%) saturate(0%) hue-rotate(131deg) brightness(94%) contrast(96%);
}
#contact .contact--flex--r .calendar--table--content .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [7];
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
#contact .contact--flex--r .calendar--table--content .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 750px) {
  #contact .contact--flex--r .calendar--table--content .tr .td {
    height: 45px;
  }
}
#contact .contact--flex--r .calendar--table--content .tr .td:nth-child(-n+7) {
  font-weight: 700;
  background-color: #F7F7F7;
}
#contact .contact--flex--r .calendar--remark {
  margin-top: 15px;
}
#contact .contact--flex--r .calendar--remark ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#contact .contact--flex--r .calendar--remark ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#contact .contact--flex--r .calendar--remark ul li .square-orange {
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #FFF0D4;
}
#contact .contact--flex--r .calendar--remark ul li .square-green {
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #D9F2E5;
}
#contact .contact--box-yellow {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  background-color: #FFFCE9;
}
@media only screen and (max-width: 750px) {
  #contact .contact--box-yellow {
    padding: 20px;
  }
}
#contact .contact--box-yellow h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #EF8337;
  margin-bottom: 5px;
}
#contact .contact--box-yellow p.remark {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
}
@media only screen and (max-width: 750px) {
  #contact .contact--box-yellow p.remark {
    margin-top: 5px;
  }
}
#contact .contact--btm--flex {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#contact .contact--btm--flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  #contact .contact--btm--flex .flex {
    display: block;
  }
}
#contact .contact--btm--flex .flex--l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
}
@media only screen and (max-width: 1180px) {
  #contact .contact--btm--flex .flex--l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1180px) {
  #contact .contact--btm--flex .flex--c {
    display: table;
    margin: 10px auto 15px auto;
  }
}
@media only screen and (max-width: 1180px) {
  #contact .contact--btm--flex .flex--r {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .contact--btm .text {
  width: 100%;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#contact .contact--btm .text span {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
}
@media only screen and (max-width: 1180px) {
  #contact .contact--btm .text span {
    display: block;
  }
}

/* About Us */
#aboutus .aboutus-row.patients .content .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.patients .content .text p + p {
    margin-top: 15px;
  }
}
#aboutus .aboutus-row.message {
  background-image: url("/assets/images/about/message-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
#aboutus .aboutus-row.message .content h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 5.8rem;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.message .content h2 {
    font-size: 2rem;
    line-height: 5.3rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.message .content h2 {
    font-size: 1.8rem;
    line-height: 5rem;
    margin-bottom: 20px;
  }
}
#aboutus .aboutus-row.message .content h2 span {
  font-size: 3.2rem;
  color: #FF9627;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.message .content h2 span {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.message .content h2 span {
    font-size: 2.5rem;
  }
}
#aboutus .aboutus-row.greetings .greetings-row.director {
  background-image: url("/assets/images/about/greetings-director-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#aboutus .aboutus-row.greetings .greetings-row.vice-director {
  background-image: url("/assets/images/about/greetings-vice-director-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white {
  position: relative;
  padding: 120px 60px 60px 60px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white {
    padding: 100px 30px 30px 30px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 15px 60px;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .ttl {
    padding: 6px 15px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .ttl h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .ttl h3 {
    font-size: 1.8rem;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-l {
  width: 71.23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-l {
    width: 60%;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-l h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 4.6rem;
  letter-spacing: 20px;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-l h4 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-l h4 span {
  display: block;
  margin-top: -50px;
  margin-left: 40px;
  letter-spacing: 4px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-r {
  width: 28.77%;
  max-width: 260px;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .photo .col-r {
    width: 70%;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .text {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .text {
    margin-top: 30px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .text p + p {
    margin-top: 15px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex {
    display: block;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col + .col {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col + .col {
    margin-top: 30px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--content ul li {
  position: relative;
  padding-left: 18px;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--content ul li + li {
  margin-top: 2px;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #86C8A0;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--content + .txthead-box {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--content + .txthead-box {
    margin-top: 40px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list a + a {
  margin-top: 20px;
  display: block;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dotted #e6e6e6;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list + .list {
  margin-top: 20px;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list .brief {
  width: 79.17%;
  padding-right: 30px;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list .brief {
    padding-right: 20px;
  }
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list .brief .small {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #8D8D8D;
}
#aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list .cover {
  width: 20.83%;
  max-width: 91px;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-row .box-white .content .flex .col--list .list .cover {
    min-width: 91px;
  }
}
#aboutus .aboutus-row.greetings .greetings-img {
  position: relative;
}
#aboutus .aboutus-row.greetings .greetings-img p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: table;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 5.8rem;
}
@media only screen and (max-width: 1180px) {
  #aboutus .aboutus-row.greetings .greetings-img p {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.greetings .greetings-img p {
    top: 25%;
    text-wrap: nowrap;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 550px) {
  #aboutus .aboutus-row.greetings .greetings-img p {
    font-size: 4.3vw;
    line-height: 7vw;
  }
}
#aboutus .aboutus-row.greetings .greetings-img img {
  width: 100%;
  max-height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
}
#aboutus .aboutus-row.hospital .hospital-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}
#aboutus .aboutus-row.hospital .hospital-list ul li {
  position: relative;
}
#aboutus .aboutus-row.hospital .hospital-list ul li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #fff;
  min-width: 160px;
  padding: 5px 20px;
}
@media only screen and (max-width: 750px) {
  #aboutus .aboutus-row.hospital .hospital-list ul li h3 {
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 5px 10px;
    min-width: auto;
  }
}

/* Blog */
#blog .blog .content .blog-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-list ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #blog .blog .content .blog-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-list ul {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#blog .blog .content .blog-list ul li {
  background-color: #fff;
}
#blog .blog .content .blog-list ul li a {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #blog .blog .content .blog-list ul li a .cover {
    width: 40%;
    position: relative;
  }
  #blog .blog .content .blog-list ul li a .cover img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    height: 100%;
  }
  #blog .blog .content .blog-list ul li a .brief {
    width: 60%;
  }
}
#blog .blog .content .blog-list ul li .brief {
  padding: 15px 30px 30px 30px;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-list ul li .brief {
    padding: 10px 15px 10px 15px;
  }
}
#blog .blog .content .blog-list ul li .brief .date {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #86C8A0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-list ul li .brief .date {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
}
#blog .blog .content .blog-list ul li .brief .topic {
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 10.2rem;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-list ul li .brief .topic {
    min-height: auto;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#blog .blog .content .blog-list ul li .brief .tag {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #8D8D8D;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-list ul li .brief .tag {
    margin-top: 0px;
    font-size: 1rem;
    gap: 5px;
  }
}
#blog .blog .content .blog-list ul li .brief .btn {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-list ul li .brief .btn {
    margin-top: 0px;
    font-size: 1.2rem;
  }
  #blog .blog .content .blog-list ul li .brief .btn .icn {
    width: 6px;
  }
}
#blog .blog .content .blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex {
    display: block;
  }
}
#blog .blog .content .blog-flex {
  gap: 30px;
}
#blog .blog .content .blog-flex .blog-col-l {
  width: 100%;
}
#blog .blog .content .blog-flex .blog-col-l .box-white {
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white {
    padding: 30px;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white + .box-white {
  margin-top: 20px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white p {
  word-break: break-all;
}
#blog .blog .content .blog-flex .blog-col-l .box-white iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
#blog .blog .content .blog-flex .blog-col-l .box-white ul {
  list-style: disc;
  margin: 20px 30px 20px 20px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #86C8A0;
  margin-bottom: 5px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail h1 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail h1 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail h1 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .cover {
  margin-bottom: 20px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .link {
  margin-top: 30px;
  padding: 20px 25px;
  background-color: #FAFAFA;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .link p {
  font-weight: 700;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .link ul {
  list-style: none;
  margin: auto;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .link ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 18px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .link ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #86C8A0;
  border-radius: 100%;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .link ul li a {
  display: table;
  text-decoration: underline;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des {
  margin-top: 50px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  border-left: 4px solid #86C8A0;
  padding-left: 10px;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des h2 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #86C8A0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 2px;
  background-color: #EF8337;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des p + p {
  margin-top: 15px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des p + h2 {
  margin-top: 50px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des p + h3 {
  margin-top: 25px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des .img {
  max-width: 440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des .img.col2 {
  width: 100%;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des .img.col2 {
    gap: 15px;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des .img + * {
  margin-top: 40px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-detail .des .img > div p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul {
  list-style: none;
  margin: auto;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li + li {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 2px dotted #e6e6e6;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .cover {
  width: 26.77%;
  max-width: 190px;
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .cover {
    width: 36.77%;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief {
  width: 73.23%;
  padding-left: 30px;
  padding-top: 10px;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief {
    padding-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief {
    width: 63.23%;
  }
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #86C8A0;
  margin-bottom: 5px;
}
#blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief .topic {
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #blog .blog .content .blog-flex .blog-col-l .box-white .blog-list-related ul li a .brief .topic {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
#blog .blog .content .blog-flex .blog-col-r {
  position: sticky;
  top: 130px;
  left: 0;
  width: 320px;
  min-width: 320px;
}
@media only screen and (max-width: 850px) {
  #blog .blog .content .blog-flex .blog-col-r {
    width: 240px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 750px) {
  #blog .blog .content .blog-flex .blog-col-r {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
#blog .blog .content .blog-flex .blog-col-r .box-white {
  padding: 20px;
  background-color: #fff;
}
#blog .blog .content .blog-flex .blog-col-r .box-white + .box-white {
  margin-top: 20px;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .topic {
  font-weight: 700;
  padding-left: 14px;
  margin-bottom: 10px;
  position: relative;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .topic::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 20px;
  background-color: #86C8A0;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .category a {
  display: block;
  padding-bottom: 10px;
  background-image: url("/assets/images/commons/icn-arrow-right-gray.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .category a + a {
  padding-top: 12px;
  border-top: 2px dotted #e6e6e6;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  height: 32px;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
  border: 1px solid #8D8D8D;
  border-radius: 50px;
}
#blog .blog .content .blog-flex .blog-col-r .box-white .tags a:hover {
  color: #fff;
  background-color: #8D8D8D;
}

/* FAQ */
#faq .faq .content .faq-row + .faq-row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #faq .faq .content .faq-row + .faq-row {
    margin-top: 60px;
  }
}
#faq .faq .content .faq-row .faq-list ul li {
  border-bottom: 2px dotted #e6e6e6;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  #faq .faq .content .faq-row .faq-list ul li {
    padding-bottom: 22px;
  }
}
#faq .faq .content .faq-row .faq-list ul li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #faq .faq .content .faq-row .faq-list ul li + li {
    margin-top: 20px;
  }
}
#faq .faq .content .faq-row .faq-list ul li .toggle-btn {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  background-image: url("/assets/images/commons/icn-toggle-open.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px;
}
@media only screen and (max-width: 750px) {
  #faq .faq .content .faq-row .faq-list ul li .toggle-btn {
    font-size: 1.6rem;
    line-height: 3.2rem;
    background-size: 15px;
    padding-left: 40px;
  }
}
#faq .faq .content .faq-row .faq-list ul li .toggle-btn.active {
  background-image: url("/assets/images/commons/icn-toggle-close.png");
}
#faq .faq .content .faq-row .faq-list ul li .toggle-btn::before {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  content: "Q";
  display: table;
  width: 30px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #86C8A0;
}
@media only screen and (max-width: 750px) {
  #faq .faq .content .faq-row .faq-list ul li .toggle-btn::before {
    font-size: 3rem;
  }
}
#faq .faq .content .faq-row .faq-list ul li .toggle-content {
  display: none;
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #faq .faq .content .faq-row .faq-list ul li .toggle-content {
    padding-left: 40px;
  }
}
#faq .faq .content .faq-row .faq-list ul li .toggle-content::before {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  content: "A";
  display: table;
  width: 30px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #EF8337;
}
@media only screen and (max-width: 750px) {
  #faq .faq .content .faq-row .faq-list ul li .toggle-content::before {
    font-size: 3rem;
  }
}
#faq .faq .content .faq-row .faq-list ul li .toggle-content a {
  text-decoration: underline;
  color: #86C8A0;
}

/* Media */
#media .media .content .media-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 5px solid #C9EAE9;
}
#media .media .content .media-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 70px;
  gap: 10px;
  background-color: #E9F7E9;
}
@media only screen and (max-width: 1180px) {
  #media .media .content .media-btn a {
    height: 60px;
  }
}
#media .media .content .media-btn a.current {
  background-color: #C9EAE9;
}
#media .media .content .media-btn a .txt {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #media .media .content .media-btn a .txt {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #media .media .content .media-btn a .txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#media .media .content .box-white {
  padding: 60px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #media .media .content .box-white {
    padding: 30px 30px 40px 30px;
  }
}
#media .media .content .box-white .media-list {
  display: none;
}
#media .media .content .box-white .media-list .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #e6e6e6;
  padding-bottom: 31px;
}
@media only screen and (max-width: 750px) {
  #media .media .content .box-white .media-list .list-row {
    display: block;
  }
}
#media .media .content .box-white .media-list .list-row + .list-row {
  margin-top: 30px;
}
#media .media .content .box-white .media-list .list-row .cover {
  width: 20.2%;
  max-width: 190px;
}
@media only screen and (max-width: 750px) {
  #media .media .content .box-white .media-list .list-row .cover {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#media .media .content .box-white .media-list .list-row .brief {
  width: 79.8%;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #media .media .content .box-white .media-list .list-row .brief {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
#media .media .content .box-white .media-list .list-row .brief .topic {
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
#media .media .content .box-white .media-list .list-row .brief .topic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 120px;
  height: 2px;
  background-color: #86C8A0;
}
#media .media .content .box-white .media-list .list-row .brief .tag-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 2.4rem;
  gap: 15px;
  margin-bottom: 15px;
}
#media .media .content .box-white .media-list .list-row .brief .tag-date .tag {
  color: #8D8D8D;
}
#media .media .content .box-white .media-list .list-row .brief .tag-date .price span {
  font-size: 1.8rem;
}
#media .media .content .box-white .media-list .list-row .brief .btn-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* Medical */
#medical .medical-row.bg {
  background-image: url("/assets/images/medical/adrenalfatigue/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #f7f7f7;
}
#medical .medical-row .medical .medical-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
#medical .medical-row .medical .medical-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 500;
  border: 1px solid #000;
}
@media only screen and (max-width: 650px) {
  #medical .medical-row .medical .medical-btn a {
    font-size: 2.9vw;
    line-height: 2vh;
  }
}
#medical .medical-row .medical .medical-btn a.disable {
  color: #86C8A0;
  border-color: #8D8D8D;
}
#medical .medical-row .medical .medical-btn .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -6px;
  padding: 4px;
  border: 2px solid #86C8A0;
  position: relative;
  padding-left: 44px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-btn .group {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}
#medical .medical-row .medical .medical-btn .group p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #fff;
  background-color: #86C8A0;
}
@media only screen and (max-width: 650px) {
  #medical .medical-row .medical .medical-btn .group p {
    font-size: 2.4vw;
    line-height: 1.5vh;
  }
}
#medical .medical-row .medical .medical-btn .group a {
  border-color: #8D8D8D;
}
@media only screen and (max-width: 650px) {
  #medical .medical-row .medical .medical-btn .group a {
    font-size: 2.9vw;
    line-height: 2vh;
  }
}
#medical .medical-row .medical .medical-cat {
  max-width: 1250px;
}
#medical .medical-row .medical .medical-cat > p {
  font-size: 2.2rem;
  line-height: 4.2rem;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .medical-cat > p {
    font-size: 1.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat > p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
#medical .medical-row .medical .medical-cat .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .medical-cat .grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid {
    display: block;
  }
}
#medical .medical-row .medical .medical-cat .grid .col {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgb(202, 217, 220);
          box-shadow: 0 4px 20px 0 rgb(202, 217, 220);
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col + .col {
    margin-top: 20px;
  }
}
#medical .medical-row .medical .medical-cat .grid .col.full {
  grid-column: 1/-1;
}
#medical .medical-row .medical .medical-cat .grid .col.w33 {
  -ms-grid-column: span 1;
  grid-column: span 1;
}
#medical .medical-row .medical .medical-cat .grid .col.w67 {
  -ms-grid-column: span 2;
  grid-column: span 2;
}
#medical .medical-row .medical .medical-cat .grid .col a {
  display: block;
}
#medical .medical-row .medical .medical-cat .grid .col a:hover .brief .btn-box .btn {
  color: #fff;
  background-color: #000;
}
#medical .medical-row .medical .medical-cat .grid .col a:hover .brief .btn-box .btn .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
}
#medical .medical-row .medical .medical-cat .grid .col a .cover img {
  width: 100%;
  height: auto;
}
#medical .medical-row .medical .medical-cat .grid .col a .brief {
  padding: 25px 30px 35px 30px;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .medical-cat .grid .col a .brief {
    padding: 25px 20px 30px 20px;
  }
}
#medical .medical-row .medical .medical-cat .grid .col a .brief .topic {
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .medical-cat .grid .col a .brief .topic {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#medical .medical-row .medical .medical-cat .grid .col a .brief .topic span {
  display: block;
  font-size: 1.4rem;
  color: #8D8D8D;
}
#medical .medical-row .medical .medical-cat .grid .col a .brief p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 9.6rem;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col a .brief p {
    min-height: auto;
  }
}
#medical .medical-row .medical .medical-cat .grid .col a .brief .btn-box {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col a .brief .btn-box {
    margin-top: 20px;
  }
}
#medical .medical-row .medical .medical-cat .grid .col .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  border: 4px solid #86C8A0;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col .flex {
    display: block;
  }
}
#medical .medical-row .medical .medical-cat .grid .col .flex .ttl {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #86C8A0;
  padding: 8px 16px 6px 16px;
}
#medical .medical-row .medical .medical-cat .grid .col .flex .col50 {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col .flex .col50 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col .flex .col50 + .col50 {
    padding-top: 30px;
  }
}
#medical .medical-row .medical .medical-cat .grid .col .flex .col50 + .col50::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 90%;
  background-color: #CECECE;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-cat .grid .col .flex .col50 + .col50::before {
    width: 90%;
    height: 1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    top: 0px;
  }
}
#medical .medical-row .medical .inspec > p {
  text-align: center;
  margin-bottom: 30px;
}
#medical .medical-row .medical .inspec .inspec-row + .inspec-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .inspec .inspec-row + .inspec-row {
    margin-top: 60px;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-ttl {
    margin-bottom: 40px;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-ttl h3 {
  position: absolute;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 500;
  color: #fff;
  padding: 40px 30px;
  background: #119BAD;
  background: linear-gradient(150deg, rgba(17, 155, 173, 0.7) 0%, rgba(172, 213, 157, 0.7) 100%);
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-ttl h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-ttl h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding: 20px;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-ttl img {
  min-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-ttl img {
    min-height: 200px;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p {
  font-size: 3.4rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p .medium {
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p .medium {
    font-size: 2rem;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p .small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .txthead-box.flex p .small {
    font-size: 1rem;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dotted #e6e6e6;
  padding-left: 10px;
  padding-bottom: 25px;
  gap: 40px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr {
    display: block;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr + .tr {
  margin-top: 25px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr + .tr {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td {
    padding-left: 18px;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td span.large {
  font-size: 2.2rem;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td span.small {
  font-size: 1.2rem;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w15 {
  width: 15%;
  min-width: 150px;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w15 {
    width: 100%;
    min-width: auto;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w35 {
  width: 35%;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w35 {
    width: 100%;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w31 {
  width: 30%;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w31 {
    width: 100%;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w47 {
  width: 48%;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w47 {
    width: 100%;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w65 {
  width: 65%;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.w65 {
    width: 100%;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.topic {
  position: relative;
  font-weight: 700;
  padding-left: 18px;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.topic::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #86C8A0;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.price {
  text-align: right;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table .tr .td.price {
    text-align: left;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .table + * {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #medical .medical-row .medical .inspec .inspec-row .inspec-content .table + * {
    margin-top: 20px;
  }
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content p + p {
  margin-top: 15px;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content p + .txthead-box {
  margin-top: 50px;
}
#medical .medical-row .medical .inspec .inspec-row .inspec-content .remark {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
}
#medical .medical-row .medical .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .cost {
    display: block;
  }
}
#medical .medical-row .medical .cost .col {
  width: 50%;
  padding: 25px 40px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #CAD9DC;
          box-shadow: 0 4px 20px 0 #CAD9DC;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .cost .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .cost .col {
    padding: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .cost .col + .col {
    margin-top: 30px;
  }
}
#medical .medical-row .medical .cost .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  width: 85%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 5px 5px;
}
#medical .medical-row .medical .cost .col.insurance::before {
  background-color: #86C8A0;
}
#medical .medical-row .medical .cost .col.insurance h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .cost .col.insurance h4 {
    text-align: left;
  }
}
#medical .medical-row .medical .cost .col.insurance .remark {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .cost .col.insurance .remark {
    text-align: left;
  }
}
#medical .medical-row .medical .cost .col.insurance .txthead-box {
  margin-top: 10px;
  padding-bottom: 5px;
}
#medical .medical-row .medical .cost .col.insurance .txthead-box::after {
  width: 90px;
}
#medical .medical-row .medical .cost .col.private::before {
  background-color: #EF8337;
}
#medical .medical-row .medical .cost .col.private .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .cost .col.private .table .tr {
    display: block;
  }
}
#medical .medical-row .medical .cost .col.private .table .tr + .tr {
  margin-top: 11px;
}
#medical .medical-row .medical .cost .col.private .table .tr .td:first-child {
  font-weight: 700;
}
#medical .medical-row .medical .cost .col.private .table .tr .td .large {
  font-size: 2.2rem;
}
#medical .medical-row .medical .cost .col.private .table .tr .td .small {
  font-size: 1.2rem;
}
#medical .medical-row .medical .cost .col.private .remark {
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #8D8D8D;
  padding: 0 10px;
}
#medical .medical-row .medical .cost .col h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .cost .col h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
#medical .medical-row .medical .mg-center img {
  margin: auto;
}
#medical .medical-row .medical .medical-intro p {
  text-align: center;
}
#medical .medical-row .medical .medical-intro p + p {
  margin-top: 20px;
}
#medical .medical-row .medical .medical-intro img {
  margin-top: 30px;
}
#medical .medical-row .medical .medical-detail .box-white {
  padding: 50px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .medical-detail .box-white {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white {
    padding: 30px;
  }
}
#medical .medical-row .medical .medical-detail .box-white.with-toggle {
  padding: 0 60px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .medical-detail .box-white.with-toggle {
    padding: 0 40px;
  }
}
#medical .medical-row .medical .medical-detail .box-white.with-txthead-abs {
  position: relative;
  padding-top: 100px;
}
#medical .medical-row .medical .medical-detail .box-white.with-txthead-abs .txthead-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 60px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white.with-txthead-abs .txthead-box {
    padding: 0 30px;
  }
}
#medical .medical-row .medical .medical-detail .box-white + .box-white {
  margin-top: 20px;
}
#medical .medical-row .medical .medical-detail .box-white .box-white-row + .box-white-row {
  margin-top: 70px;
}
@media only screen and (max-width: 1180px) {
  #medical .medical-row .medical .medical-detail .box-white .box-white-row + .box-white-row {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .box-white-row + .box-white-row {
    margin-top: 40px;
  }
}
#medical .medical-row .medical .medical-detail .box-white * + .img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white * + .img {
    margin-top: 30px;
  }
}
#medical .medical-row .medical .medical-detail .box-white p + p {
  margin-top: 15px;
}
#medical .medical-row .medical .medical-detail .box-white p + * {
  margin-top: 30px;
}
#medical .medical-row .medical .medical-detail .box-white .table-consult {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
}
#medical .medical-row .medical .medical-detail .box-white .table-consult .tr.topic .td {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #86C8A0;
}
#medical .medical-row .medical .medical-detail .box-white .table-consult .tr .td {
  padding: 10px 30px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-consult .tr .td {
    padding: 10px 15px;
  }
}
#medical .medical-row .medical .medical-detail .box-white .table-consult .tr .td ul {
  margin-left: 20px;
}
#medical .medical-row .medical .medical-detail .box-white .table-consult .tr .td ul li {
  list-style: disc;
}
#medical .medical-row .medical .medical-detail .box-white .table-consult + * {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-consult + * {
    margin-top: 20px;
  }
}
#medical .medical-row .medical .medical-detail .box-white .toggle-btn {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
#medical .medical-row .medical .medical-detail .box-white .toggle-btn.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#medical .medical-row .medical .medical-detail .box-white .toggle-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 18px;
  height: 18px;
  background-image: url("/assets/images/commons/icn-toggle-open.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#medical .medical-row .medical .medical-detail .box-white .toggle-content {
  border-top: 2px dotted #e6e6e6;
  padding-top: 22px;
  padding-bottom: 50px;
  display: none;
  position: relative;
}
#medical .medical-row .medical .medical-detail .box-white .img img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#medical .medical-row .medical .medical-detail .box-white .img + * {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .img + * {
    margin-top: 30px;
  }
}
#medical .medical-row .medical .medical-detail .box-white .examination .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 2px dotted #e6e6e6;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .examination .tr {
    display: block;
  }
}
#medical .medical-row .medical .medical-detail .box-white .examination .tr + .tr {
  margin-top: 20px;
}
#medical .medical-row .medical .medical-detail .box-white .examination .tr .td {
  width: 100%;
}
#medical .medical-row .medical .medical-detail .box-white .examination .tr .td.topic {
  margin-top: 7px;
  width: 120px;
  min-width: 120px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #EF8337;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .examination .tr .td.topic {
    margin-bottom: 15px;
  }
}
#medical .medical-row .medical .medical-detail .box-white .examination .tr .td.topic.border {
  color: #EF8337;
  background-color: transparent;
  border: 2px solid #EF8337;
}
#medical .medical-row .medical .medical-detail .box-white .core {
  padding: 30px 40px;
  margin-bottom: 30px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .core {
    padding: 25px;
  }
}
#medical .medical-row .medical .medical-detail .box-white .core ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#medical .medical-row .medical .medical-detail .box-white .core ul li + li {
  margin-top: 15px;
}
#medical .medical-row .medical .medical-detail .box-white .core ul li .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 500;
  background-color: #86C8A0;
}
#medical .medical-row .medical .medical-detail .box-white .core ul li .txt {
  width: 100%;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .core ul li .txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
#medical .medical-row .medical .medical-detail .box-white .table-book a + a {
  margin-top: 25px;
  display: block;
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dotted #e6e6e6;
  padding-left: 10px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-book .tr {
    display: block;
  }
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr + .tr {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-book .tr .td {
    padding-left: 20px;
  }
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr .td span.large {
  font-size: 2.2rem;
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr .td span.small {
  font-size: 1.2rem;
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.topic {
  width: 100%;
  position: relative;
  font-weight: 700;
  padding-left: 18px;
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.topic::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #86C8A0;
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.topic span {
  font-weight: 400;
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.topic span {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.topic span span {
    display: inline-block;
  }
}
#medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.price {
  width: 140px;
  min-width: 140px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #medical .medical-row .medical .medical-detail .box-white .table-book .tr .td.price {
    width: 100%;
    text-align: left;
  }
}

/* News */
#news .news .content .switch-btn {
  margin-bottom: 1px;
}
#news .news .content .switch-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media only screen and (max-width: 750px) {
  #news .news .content .switch-btn ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .content .switch-btn ul li + li {
    margin-top: 1px;
  }
}
#news .news .content .switch-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}
#news .news .content .switch-btn ul li a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 13px;
  background-color: #EF8337;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
  visibility: hidden;
}
#news .news .content .switch-btn ul li a.current {
  color: #fff;
  background-color: #EF8337;
}
#news .news .content .switch-btn ul li a.current::after {
  opacity: 1;
  visibility: visible;
}
#news .news .content .switch-btn ul li a.current .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(120deg) brightness(101%) contrast(96%);
}
#news .news .content .switch-btn ul li a .txt {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #news .news .content .switch-btn ul li a .txt {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .content .switch-btn ul li a .txt {
    font-size: 1.6rem;
  }
}
#news .news .content .box-white {
  height: 100%;
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news .news .content .box-white {
    padding: 20px 20px 25px 20px;
  }
}
#news .news .content .box-white .swith-content .list ul li + li {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 2px dotted #e6e6e6;
}
#news .news .content .box-white .swith-content .list ul li a .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#news .news .content .box-white .swith-content .list ul li a .date-tag .date {
  font-size: 1.2rem;
  color: #8D8D8D;
}
#news .news .content .box-white .swith-content .list ul li a .date-tag .tag {
  font-size: 1.4rem;
  color: #86C8A0;
}
#news .news .content .box-white .swith-content .list ul li a p {
  padding-left: 18px;
  background-image: url("/assets/images/commons/icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: top 8px left;
  background-size: 8px;
}
@media only screen and (max-width: 750px) {
  #news .news .content .box-white .swith-content .list ul li a p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#news .news .content .box-white .btn-box {
  margin-top: 20px;
}
#news .news .content .box-white .news-detail .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #86C8A0;
  margin-bottom: 5px;
}
#news .news .content .box-white .news-detail p {
  word-break: break-all;
}
#news .news .content .box-white .news-detail iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
#news .news .content .box-white .news-detail ul {
  list-style: disc;
  margin: 20px 30px 20px 20px;
}
#news .news .content .box-white .news-detail h1 {
  font-size: 2.8rem;
  line-height: 4.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #news .news .content .box-white .news-detail h1 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .content .box-white .news-detail h1 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
#news .news .content .box-white .news-detail .cover {
  margin-bottom: 20px;
}
#news .news .content .box-white .news-detail .link {
  margin-top: 30px;
  padding: 20px 25px;
  background-color: #FAFAFA;
}
#news .news .content .box-white .news-detail .link p {
  font-weight: 700;
}
#news .news .content .box-white .news-detail .link ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 18px;
}
#news .news .content .box-white .news-detail .link ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #86C8A0;
  border-radius: 100%;
}
#news .news .content .box-white .news-detail .link ul li a {
  display: table;
  text-decoration: underline;
}
#news .news .content .box-white .news-detail .des {
  margin-top: 50px;
}
#news .news .content .box-white .news-detail .des h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  border-left: 4px solid #86C8A0;
  padding-left: 10px;
}
@media only screen and (max-width: 1180px) {
  #news .news .content .box-white .news-detail .des h2 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .content .box-white .news-detail .des h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#news .news .content .box-white .news-detail .des h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #86C8A0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 1180px) {
  #news .news .content .box-white .news-detail .des h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#news .news .content .box-white .news-detail .des h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 2px;
  background-color: #EF8337;
}
#news .news .content .box-white .news-detail .des p + p {
  margin-top: 15px;
}
#news .news .content .box-white .news-detail .des p + h2 {
  margin-top: 50px;
}
#news .news .content .box-white .news-detail .des p + h3 {
  margin-top: 25px;
}
#news .news .content .box-white .news-detail .des .img {
  max-width: 440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#news .news .content .box-white .news-detail .des .img.col2 {
  width: 100%;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media only screen and (max-width: 750px) {
  #news .news .content .box-white .news-detail .des .img.col2 {
    gap: 15px;
  }
}
#news .news .content .box-white .news-detail .des .img + * {
  margin-top: 40px;
}
#news .news .content .box-white .news-detail .des .img > div p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#news .news .content .box-white .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#news .news .content .box-white .date-tag .date {
  font-size: 1.2rem;
  color: #8D8D8D;
}
#news .news .content .box-white .date-tag .tag {
  font-size: 1.4rem;
  color: #86C8A0;
}

/* privacy */
#privacy .privacy .content {
  margin-top: 60px;
}
#privacy .privacy .content h2 {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
#privacy .privacy .content h3 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  border-left: 4px solid #86C8A0;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #privacy .privacy .content h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#privacy .privacy .content ol {
  list-style-type: decimal;
  margin-left: 30px;
}

/* Contact */
#contact-inner {
  background: #86C8C6;
  background: -webkit-gradient(linear, left top, right top, from(rgba(134, 200, 198, 0.2)), to(rgba(194, 216, 169, 0.2)));
  background: linear-gradient(to right, rgba(134, 200, 198, 0.2) 0%, rgba(194, 216, 169, 0.2) 100%);
}
#contact-inner .contact-inner .content > p {
  text-align: center;
}
#contact-inner .contact-inner .content .box-form {
  margin-top: 30px;
  padding: 35px 50px 50px 50px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .box-form {
    padding: 30px;
  }
}
#contact-inner .contact-inner .content .box-form .form .form-row .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .box-form .form .form-row .label {
    margin-bottom: 5px;
  }
}
#contact-inner .contact-inner .content .box-form .form .form-row .label .imp {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #E06A6B;
  background-color: #FFE8E8;
  padding: 5px 10px;
}
#contact-inner .contact-inner .content .box-form .form .form-row .field.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .box-form .form .form-row .field.check-list {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .box-form .form .form-row .field.check-list label + label {
    margin-top: 5px;
  }
}
#contact-inner .contact-inner .content .box-form .form .form-row + .form-row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .box-form .form .form-row + .form-row {
    margin-top: 20px;
  }
}
#contact-inner .contact-inner .content .box-form .form .form-button {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .box-form .form .form-button {
    margin-top: 20px;
  }
}

.textbox {
  display: block;
  width: 100%;
  padding: 8px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  border: 1px solid #DEDEDE;
  resize: none;
  outline: none;
}

textarea {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  height: 230px;
  outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #DDDCDA;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DDDCDA;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DDDCDA;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #DDDCDA;
}

::placeholder { /* Most modern browsers support this now. */
  color: #DDDCDA;
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 7px;
  left: 0;
  border: 1px solid #DEDEDE;
  height: 18px;
  width: 18px;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}