@charset "UTF-8";
/* =======================================================

base

======================================================= */
:root {
  --header: 100px;
  scroll-padding: var(--header);
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
  height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #707070;
  line-height: 2em;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}
@media (max-width: 430px) {
  body {
    line-height: 1.7;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

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

parts

======================================================= */
.main {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .main {
    padding-top: 30px;
  }
}

.hero-header {
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

br.pc {
  display: inline;
}
@media (max-width: 1080px) {
  br.pc {
    display: none;
  }
}

br.pc_in {
  display: none;
}
@media (max-width: 1080px) {
  br.pc_in {
    display: inline;
  }
}

br.tab {
  display: inline;
}
@media (max-width: 768px) {
  br.tab {
    display: none;
  }
}

span.tab {
  display: inline;
}
@media (max-width: 768px) {
  span.tab {
    display: none;
  }
}

br.pc-tab {
  display: none;
}
@media (max-width: 768px) {
  br.pc-tab {
    display: inline;
  }
}

br.pc-sp {
  display: inline;
}
@media (max-width: 430px) {
  br.pc-sp {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 430px) {
  br.sp {
    display: inline;
  }
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .container {
    padding: 0 20px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.txt700 {
  font-weight: bold;
}

.txt400 {
  font-weight: normal;
}

.txtGre {
  color: #88BF9C;
}

.txtEme {
  color: #73B7BA;
}

.txtEmeline {
  color: #73B7BA;
  font-weight: bold;
  font-size: 120%;
  background: linear-gradient(transparent 60%, #DFEEA8 0%);
  display: inline;
}

.txtYeg {
  color: #BFD46E;
}

.talR {
  text-align: right;
}

.talL {
  text-align: left;
}

.talC {
  text-align: center;
}

.txt_s {
  font-size: 70%;
}

.txt_b {
  font-size: 120%;
}

.page-head {
  margin-bottom: 60px;
}
@media (max-width: 430px) {
  .page-head {
    margin-bottom: 30px;
  }
}

.page-title {
  width: 100%;
  height: 428px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-title {
    height: 250px;
  }
}
@media (max-width: 430px) {
  .page-title {
    height: 190px;
  }
}

.page-title_single {
  width: 100%;
  height: 428px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
}
@media (max-width: 430px) {
  .page-title_single {
    height: 70px;
    padding-top: 5px;
  }
}
.page-title_single .page-title__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #96A7A8;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(1.5em);
}
@media (max-width: 1200px) {
  .page-title_single .page-title__txt {
    padding: 0 20px;
  }
}
@media (max-width: 430px) {
  .page-title_single .page-title__txt {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

.page-title__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #96A7A8;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(1.5em);
}
@media (max-width: 1200px) {
  .page-title__txt {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page-title__txt {
    font-size: 3.8rem;
  }
}
@media (max-width: 430px) {
  .page-title__txt {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

.page-title__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-title__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 430px) {
  .breadcrumbs ul {
    margin-bottom: 25px;
    margin-right: -20px;
  }
}
.breadcrumbs ul li {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 40px;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 430px) {
  .breadcrumbs ul li {
    font-size: 1.1rem;
    padding-right: 20px;
  }
}
.breadcrumbs ul li::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  right: 17px;
  top: 1px;
  color: #DEE0E6;
}
@media (max-width: 430px) {
  .breadcrumbs ul li::after {
    right: 7px;
  }
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li a {
  text-decoration: underline;
  color: #73B7BA;
  font-weight: normal;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}

.section-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #96A7A8;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin: 0 auto 1.2em;
  max-width: 1064px;
  position: relative;
  padding: 0 20px 0 calc(20px + 1.2em);
}
.section-title::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  height: 2px;
  width: 0.9em;
  background: #96A7A8;
}
@media (max-width: 430px) {
  .section-title::before {
    width: 0.7em;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 430px) {
  .section-title {
    font-size: 2.3rem;
    letter-spacing: 0;
    padding-left: calc(20px + 0.9em);
  }
}

.pager {
  display: flex;
  justify-content: center;
}

.page_num {
  display: none;
}

.pager__item {
  margin: 0 0.3em;
}
.pager__item a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #88BF9C;
  border: #88BF9C 1px solid;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1em;
  transition: all 0.3s;
}
@media (max-width: 430px) {
  .pager__item a {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.pager__item a:hover {
  background-color: #BFD46E;
  color: #fff;
}
.pager__item a.p-prev {
  margin-right: 1.7em;
}
.pager__item a.p-next {
  margin-left: 1.7em;
}
.pager__item.active .pager-current {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-weight: bold;
  color: #fff !important;
  border: #88BF9C 1px solid;
  border-radius: 10px;
  background: #88BF9C !important;
}
@media (max-width: 430px) {
  .pager__item.active .pager-current {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
}
.page-numbers > li {
  margin: 0 0.3em;
}
@media (max-width: 430px) {
  .page-numbers > li {
    margin: 0 0.2em;
  }
}
.page-numbers > li > .page-numbers {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #96A7A8;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  transition: all 0.3s;
}
@media (max-width: 430px) {
  .page-numbers > li > .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.page-numbers > li > .page-numbers:hover {
  background-color: #BFD46E;
}
.page-numbers > li > .page-numbers.prev {
  margin-right: 1.7em;
}
@media (max-width: 430px) {
  .page-numbers > li > .page-numbers.prev {
    margin-right: 1.5em;
  }
}
.page-numbers > li > .page-numbers.next {
  margin-left: 1.7em;
}
@media (max-width: 430px) {
  .page-numbers > li > .page-numbers.next {
    margin-left: 1.5em;
  }
}
.page-numbers > li > .page-numbers.current, .page-numbers > li > .page-numbers.dots {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-weight: bold;
  color: #96A7A8 !important;
  border: #DEE0E6 1px solid;
  background: #fff !important;
}
@media (max-width: 430px) {
  .page-numbers > li > .page-numbers.current, .page-numbers > li > .page-numbers.dots {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.page-numbers > li > .page-numbers.dots {
  border: unset !important;
  width: 26px;
}
@media (max-width: 430px) {
  .page-numbers > li > .page-numbers.dots {
    width: 23px;
  }
}

/* ---------------------------------------------

pagetop button

---------------------------------------------- */
.footer_totop {
  display: block;
  text-align: right;
  padding-top: 30px;
}
.footer_totop a.pagetop {
  text-decoration: underline;
  color: #172A88;
  font-size: 13px;
}
.footer_totop a.pagetop:hover {
  text-decoration: none;
  color: #4c8dcb;
}

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

article list -- box

======================================================= */
.article-list--boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media (max-width: 768px) {
  .article-list--boxs {
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
}

.article-list--boxs__item {
  padding: 10px;
  display: flex;
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .article-list--boxs__item {
    padding: 10px 15px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.article-list--boxs__link {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.article-list--boxs__link:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.article-list--boxs__link:hover .article-list--boxs__imgs img {
  transform: translateX(-50%) translateY(-50%) scale(1.1, 1.1);
}
.article-list--boxs__link:hover .article-list--boxs__title {
  color: #96A7A8;
}

.article-list--boxs__imgs {
  position: relative;
  height: 170px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .article-list--boxs__imgs {
    height: 150px;
  }
}
.article-list--boxs__imgs img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-list--boxs__txts {
  padding: 20px 10px 15px;
  height: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 430px) {
  .article-list--boxs__txts {
    height: auto;
  }
}

.article-list--boxs__time {
  line-height: 1em;
  margin-bottom: 0.5em;
}

.article-list--boxs__title {
  transition: all 0.3s;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-list--boxs__tags {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7em;
}
.article-list--boxs__tags > span {
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .relation-posts__list .article-list--boxs__item {
    padding: 10px 0;
  }
}
.relation-posts__list .article-list--boxs__link {
  box-shadow: unset;
  background: unset;
}
@media (max-width: 768px) {
  .relation-posts__list .article-list--boxs__link {
    background: #fff;
  }
}
.relation-posts__list .article-list--boxs__txts {
  padding: 12px 0 0;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .relation-posts__list .article-list--boxs__txts {
    padding: 20px 10px 15px;
  }
}
.relation-posts__list .article-list--boxs__title {
  margin-bottom: 0.5em;
}

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

article page

======================================================= */
.article__content {
  margin-bottom: 70px;
}
@media (max-width: 430px) {
  .article__content {
    margin-bottom: 50px;
  }
}
.article__content a {
  text-decoration: underline;
  color: #4c8dcb;
}
.article__content a:hover {
  text-decoration: none;
}

.article__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1em;
  margin-bottom: 15px;
}
.article__info time {
  margin-right: 1em;
}

.article__title {
  font-size: 2.5rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 430px) {
  .article__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.article__hr {
  border-top: #96A7A8 3px solid;
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  .article__hr {
    margin-bottom: 30px;
  }
}

.article__tags {
  margin-top: -10px;
  margin-bottom: 20px;
}
.article__tags span {
  display: inline-block;
  margin-right: 0.5em;
}

.article__h-md {
  font-size: 2.1rem;
  margin-top: 1.7em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media (max-width: 430px) {
  .article__h-md {
    font-size: 1.6rem;
  }
}
.article__h-md + .article__h6 {
  margin-top: 0;
}

.article__h-sm {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  font-weight: bold;
  color: #96A7A8;
}
@media (max-width: 430px) {
  .article__h-sm {
    font-size: 1.5rem;
  }
}
.article__h-sm.border {
  margin-top: 2em;
  margin-bottom: 0.8em;
  margin-right: auto;
  border: #96A7A8 1px solid;
  padding: 0.1em 0.3em 0.2em;
  display: inline-block;
}
.article__h-sm + .article__h6 {
  margin-top: 0;
}

.article__profile {
  display: flex;
  flex-wrap: nowrap;
  padding: 25px;
  background: #F6F8EE;
  line-height: 1.7em;
  margin: 35px 0;
  min-height: 240px;
}
@media (max-width: 430px) {
  .article__profile {
    padding: 20px;
    flex-direction: column;
  }
}

.article__profile__img {
  width: 190px;
  min-width: 190px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 430px) {
  .article__profile__img {
    width: 85%;
    margin: 0 auto 15px;
  }
}
.article__profile__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .article__profile__img img {
    position: relative;
    height: 160px;
    width: 100%;
  }
}

.article__profile__txt {
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 430px) {
  .article__profile__txt {
    padding-left: 0;
    font-size: 1.3rem;
  }
}

.article__profile__job {
  margin-bottom: 5px;
}

.article__profile__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 430px) {
  .article__profile__name {
    font-size: 1.6rem;
  }
}

.article__thumbnail {
  width: 85%;
  margin: 0 auto 30px;
  position: relative;
}
.article__thumbnail::before {
  content: "";
  padding-top: 60%;
  overflow: hidden;
  display: block;
}
.article__thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__img {
  display: block;
  max-width: 500px;
  margin: 20px auto;
}
@media (max-width: 430px) {
  .article__img {
    width: 80%;
    margin: 20px auto;
    display: block;
  }
}
.article__img .img-wrapper {
  position: relative;
  display: block;
}
.article__img .img-wrapper img {
  width: 100%;
}
.article__img .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4em;
}
@media (max-width: 430px) {
  .article__img .caption {
    font-size: 1.3rem;
  }
}
.article__img .link {
  font-size: 1.2rem;
  padding-top: 0.5em;
  line-height: 1.4em;
}

.article__img.overlap {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 430px) {
  .article__img.overlap {
    width: 80%;
  }
}
.article__img.overlap img {
  width: 60%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__img.overlap img:first-of-type {
  margin-right: 40%;
  margin-bottom: 30%;
}
.article__img.overlap img:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
}

.article__youtube {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
}
.article__youtube > span {
  position: relative;
  display: block;
}
.article__youtube > span::before {
  content: "";
  display: block;
  padding-top: 57%; /* 高さを幅の75%に固定 */
}
.article__youtube > span iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__youtube figcaption {
  padding-top: 0.5em;
}

.article__ul {
  padding-left: 1.3em;
  margin: 2em 0;
}
.article__ul li {
  list-style: disc;
  margin-bottom: 0.7em;
  line-height: 1.7em;
}
.article__ul > ul {
  margin: 0;
  margin-bottom: 1em;
}
.article__ul.big-circle li {
  list-style: none;
  position: relative;
}
.article__ul.big-circle li::before {
  content: "● ";
  position: absolute;
  left: -1.3em;
}
.article__ul.num li {
  list-style: decimal;
}

.article__contact {
  padding: 35px;
  border: #DEE0E6 1px solid;
  margin-top: 50px;
}
@media (max-width: 430px) {
  .article__contact {
    padding: 20px;
    margin-top: 30px;
  }
}
.article__contact > * {
  word-break: break-all;
}

.article__contact__head {
  font-size: 1.7rem;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media (max-width: 430px) {
  .article__contact__head {
    font-size: 1.5rem;
  }
}

.article__contact__address {
  font-weight: bold;
}

.article__contact__body {
  padding-top: 15px;
}
.article__contact__body > ul {
  margin: 0.5em 0;
}
.article__contact__body > ul > li {
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
.article__contact__body > ul > li:last-of-type {
  margin-bottom: 0;
}

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

関連記事

======================================================= */
.relation-posts {
  margin-bottom: 70px;
  padding: 50px 40px 40px;
  border: #96A7A8 1px solid;
  background: #F8FAFD;
}
@media (max-width: 430px) {
  .relation-posts {
    padding: 30px 20px 20px;
  }
}

.relation-posts__head {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #96A7A8;
  font-size: 2.5rem;
}
@media (max-width: 430px) {
  .relation-posts__head {
    font-size: 1.8rem;
  }
}

.relation-posts__item {
  border-bottom: 1px solid #DEE0E6;
}
.relation-posts__item a {
  display: block;
  padding: 15px 0;
  transition: all 0.3s;
}
.relation-posts__item a:hover {
  background-color: #F6F8EE;
}
.relation-posts__item a:hover .relation-posts__title {
  color: #96A7A8;
}
.relation-posts__item:last-child {
  border: 0;
}

.relation-posts__title {
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 430px) {
  .relation-posts__title {
    font-size: 1.4rem;
  }
}

.relation-posts__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.relation-posts__info > .relation-posts__time {
  margin-bottom: 5px;
}
.relation-posts__info > .relation-posts__cate {
  margin-bottom: 5px;
}

.relation-posts__time {
  line-height: 1em;
  margin-right: 1em;
}

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

ニュース　カテゴリー

======================================================= */
.cate-news {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  padding: 0.35em 1em 0.4em;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1em;
  background: #777;
}
@media (max-width: 430px) {
  .cate-news {
    font-size: 1.2rem;
  }
}
.cate-news.all {
  background: #777;
}
.cate-news.news {
  background: #96A7A8;
}
.cate-news.topics {
  background: #2C7BC1;
}
.cate-news.campaign, .cate-news.pickup, .cate-news.pu-silicone, .cate-news.pu-other {
  background: #E27C26;
}
.cate-news.hamayu {
  background: #5390AC;
}

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

404

======================================================= */
.container.box-404 {
  min-height: 200px;
  text-align: center;
  line-height: 2em;
}
@media (max-width: 430px) {
  .container.box-404 {
    min-height: 150px;
  }
}
.container.box-404 .link-404 {
  font-weight: bold;
  color: #4c8dcb;
  text-decoration: underline;
}

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

recapture 非表示

======================================================= */
.grecaptcha-badge {
  visibility: hidden;
}

/* ---------------------------------------------

header

---------------------------------------------- */
#header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.header_wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 10px 0;
  margin: 0 auto 30px;
  display: block;
}
.header_wrap .header_boxwrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header_wrap .header_boxwrap {
    padding: 0 20px;
  }
}
.header_wrap .header_boxwrap .headerbox_l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header_wrap .header_boxwrap .headerbox_l .h1text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .header_wrap .header_boxwrap .headerbox_l .h1text {
    font-size: 2.5vw;
  }
}
.header_wrap .header_boxwrap .headerbox_l img {
  width: 313px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header_wrap .header_boxwrap .headerbox_l img {
    max-width: 70%;
  }
}
.header_wrap .header_boxwrap .headerbox_r {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 1.4em;
  text-align: right;
  align-items: center;
}
@media (max-width: 1080px) {
  .header_wrap .header_boxwrap .headerbox_r {
    display: none;
  }
}
.header_wrap .header_boxwrap .headerbox_r p.headertel {
  font-size: 36px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #73B7BA;
  vertical-align: middle;
}
.header_wrap .header_boxwrap .headerbox_r p.headertel i {
  font-size: 24px;
}
.header_wrap .header_boxwrap .headerbox_r a {
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
  background: #88BF9C;
  transition: 0.3s;
  padding: 1px 6px 2px;
}
.header_wrap .header_boxwrap .headerbox_r a:hover {
  background: #BFD46E;
}

#header_nav_pc {
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 50px;
  padding: 1% 2%;
  transition: 0.3s;
}
#header_nav_pc.m_fixed {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  filter: drop-shadow(0 0 7px #BFD46E);
}
@media (max-width: 1080px) {
  #header_nav_pc {
    display: none;
  }
}
#header_nav_pc .global-nav {
  display: block;
}
#header_nav_pc .global-nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#header_nav_pc .global-nav ul li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
#header_nav_pc .global-nav ul li.current-menu-item {
  background-image: url(../img/gnav_current.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 60px auto;
}

/* 全体調整CSS */
.hamburger-sp-menubox * {
  font-size: 16px;
}

.hamburger-sp-menubox li {
  font-size: 14px;
}

/* hamburgerここから */
/* inputを非表示 */
.input-hidden {
  display: none;
}

/* label */
.hamburger-sp-switch {
  cursor: pointer;
  position: fixed;
  right: 5%;
  top: 4%;
  z-index: 9999;
  width: 5%;
  height: 5%;
}

/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-sp1:checked ~ .hamburger-sp-switch {
  position: fixed;
}

/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #73B7BA; /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
}

.hamburger-switch-line1 {
  transform: translate(-50%, -50%);
}

.hamburger-switch-line1:before {
  transform: translate(-50%, -300%);
}

.hamburger-switch-line1:after {
  transform: translate(-50%, 200%);
}

/* ハンバーガーアイコン･アニメーション */
#hamburger-sp1:checked ~ .hamburger-sp-switch .hamburger-switch-line1 {
  width: 0;
}

#hamburger-sp1:checked ~ .hamburger-sp-switch .hamburger-switch-line1:before {
  transform: rotate(45deg) translate(-40%, 325%);
}

#hamburger-sp1:checked ~ .hamburger-sp-switch .hamburger-switch-line1:after {
  transform: rotate(-45deg) translate(-40%, -325%);
}

/* メニューエリア */
.hamburger-sp-menuwrap {
  position: fixed;
  height: 100%;
  background: #fafafa; /* メニューエリアの背景色 */
  padding: 2em 3%;
  z-index: 9998;
  transition: 0.3s;
  overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
  top: 0;
  left: 100%;
  width: 70%;
}
@media (max-width: 430px) {
  .hamburger-sp-menuwrap {
    width: 100%;
  }
}

/* メニューリスト */
.hamburger-sp-menulist {
  margin-right: 3%;
  padding-left: 5%;
  list-style: none;
}

.hamburger-sp-menulist li.current-menu-item {
  background-image: url(../img/gnav_current.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  padding-left: 30px;
}

.hamburger-sp-menulist li a {
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #707070; /* メニューリストの文字色 */
  display: block;
  padding: 0.5em 0;
}

/* メニューエリア･アニメーション */
/* 右から */
#hamburger-sp1:checked ~ .hamburger-sp-menuwrap {
  left: 30%;
}
@media (max-width: 430px) {
  #hamburger-sp1:checked ~ .hamburger-sp-menuwrap {
    left: 0;
  }
}

/* コンテンツカバー */
#hamburger-sp1:checked ~ .hamburger-sp-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

.sp_text {
  padding-top: 20px;
}
.sp_text p {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.sp_text .common_btn_c {
  margin: 0 auto 20px;
}

/* PCではハンバーガーメニューを表示しない */
@media (min-width: 1081px) {
  .hamburger-sp-menubox {
    display: none;
  }
}
/* ---------------------------------------------

footer

---------------------------------------------- */
#footer_topbox {
  display: block;
  width: 100%;
  margin: 100px auto 0;
  background-image: url(../img/footertop_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 768px) {
  #footer_topbox {
    margin: 60px auto 0;
  }
}
#footer_topbox .container {
  border-top: 1px solid #96A7A8;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #footer_topbox .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#footer_topbox .container.top_footer {
  border-top: 0;
}
#footer_topbox .container h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 36px;
  color: #96A7A8;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #footer_topbox .container h2 {
    font-size: 6.5vw;
    margin-bottom: 25px;
  }
}
#footer_topbox .container h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  #footer_topbox .container h2 i {
    font-size: 5vw;
  }
}
#footer_topbox .container h2 span {
  font-size: 20px;
  color: #73B7BA;
}
@media (max-width: 768px) {
  #footer_topbox .container h2 span {
    font-size: 4vw;
  }
}
#footer_topbox .container .footer_top_box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_topbox .container .footer_top_box01 dl {
  width: 65%;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box01 dl {
    width: 100%;
    max-width: 100%;
  }
}
#footer_topbox .container .footer_top_box01 dl dt {
  font-weight: bold;
  color: #96A7A8;
  text-align: left;
  width: 30%;
  float: left;
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box01 dl dt {
    float: none;
    width: 100%;
    display: block;
  }
}
#footer_topbox .container .footer_top_box01 dl dd {
  text-align: left;
  width: calc(70% - 20px);
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box01 dl dd {
    width: 100%;
    display: block;
  }
}
#footer_topbox .container table {
  background-color: rgba(238, 249, 250, 0.7);
  margin: 40px auto;
  width: 780px;
  border-collapse: collapse;
  border: none;
}
@media (max-width: 768px) {
  #footer_topbox .container table {
    margin: 20px 40px;
  }
}
#footer_topbox .container table tr:last-of-type {
  border-bottom: 0;
}
#footer_topbox .container table tr th {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: center;
}
#footer_topbox .container table tr th.txtal-l {
  text-align: left;
}
#footer_topbox .container table tr td {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: center;
  font-weight: bold;
  color: #73B7BA;
}
#footer_topbox .container table tr td.txtc_p {
  color: #707070;
}
#footer_topbox .container .footer_top_box2 iframe {
  display: block;
  margin: 0 auto 40px;
  width: 80%;
  max-width: calc(100% - 40px);
  height: 400px;
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box2 iframe {
    width: 100%;
    height: 300px;
  }
}
#footer_topbox .container .footer_top_box2 dl {
  width: 65%;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box2 dl {
    width: 100%;
    max-width: 100%;
  }
}
#footer_topbox .container .footer_top_box2 dl dt {
  font-weight: bold;
  color: #96A7A8;
  text-align: left;
  width: 30%;
  float: left;
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box2 dl dt {
    float: none;
    width: 100%;
    display: block;
  }
}
#footer_topbox .container .footer_top_box2 dl dd {
  text-align: left;
  width: calc(70% - 20px);
}
@media (max-width: 768px) {
  #footer_topbox .container .footer_top_box2 dl dd {
    width: 100%;
    display: block;
  }
}

#footer {
  background-color: #88BF9C;
  background-image: url(../img/footerbtm_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom 5%;
  background-size: auto 32px;
  color: #fff;
  padding: 50px 0 80px;
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #footer {
    padding: 30px 0 50px;
  }
}
#footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #footer .container {
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
#footer .container .footer_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #footer .container .footer_box {
    flex-direction: column;
  }
}
#footer .container .footer_box .footerlogo img {
  margin: 10px 0 20px;
  width: 330px;
  height: auto;
}
#footer .container .footer_box div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .container .footer_box div:last-of-type a {
  text-decoration: underline;
}
#footer .container .footer_box div:last-of-type a:hover {
  text-decoration: none;
}
#footer .container .footer_box div:last-of-type #copyright {
  margin-top: 20px;
}

.fixbtn_first a {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 118px;
  right: 0;
  background-color: rgba(136, 191, 156, 0.75);
  border-radius: 20px 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  color: #fff;
  text-shadow: 0px 0px 3px #1A7C3E;
  transition: 0.3s;
}
.fixbtn_first a span {
  font-size: 2rem;
  font-weight: bold;
}
.fixbtn_first a:hover {
  background-color: #88bf9c;
}
@media (max-width: 768px) {
  .fixbtn_first a {
    display: none;
  }
}

.fixbtn_first_sp a {
  display: none;
}
@media (max-width: 768px) {
  .fixbtn_first_sp a {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    bottom: 10px;
    right: 10px;
    left: 10px;
    border-radius: 50px;
    background-color: rgba(136, 191, 156, 0.75);
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    color: #fff;
    text-shadow: 0px 0px 3px #1A7C3E;
    transition: 0.3s;
  }
  .fixbtn_first_sp a span {
    font-size: 2rem;
    font-weight: bold;
  }
  .fixbtn_first_sp a:hover {
    background-color: #88bf9c;
  }
}

.fixbtn_followup a {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 230px;
  right: 0;
  background-color: rgba(115, 183, 186, 0.75);
  border-radius: 20px 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  color: #fff;
  text-shadow: 0px 0px 3px #218388;
  transition: 0.3s;
}
.fixbtn_followup a span {
  font-size: 2rem;
  font-weight: bold;
}
.fixbtn_followup a:hover {
  background-color: #73b7ba;
}
@media (max-width: 768px) {
  .fixbtn_followup a {
    display: none;
  }
}

.fixbtn_followup_sp a {
  display: none;
}
@media (max-width: 768px) {
  .fixbtn_followup_sp a {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    bottom: 0;
    right: 0;
    background-color: rgba(115, 183, 186, 0.75);
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    color: #fff;
    text-shadow: 0px 0px 3px #218388;
    transition: 0.3s;
  }
  .fixbtn_followup_sp a span {
    font-size: 2rem;
    font-weight: bold;
  }
  .fixbtn_followup_sp a:hover {
    background-color: #73b7ba;
  }
}

.fixbtn_tms a {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  top: 343px;
  right: 0;
  background-color: rgba(191, 212, 110, 0.75);
  border-radius: 20px 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  color: #fff;
  text-shadow: 0px 0px 3px #697E18;
  transition: 0.3s;
}
.fixbtn_tms a span {
  font-size: 2rem;
  font-weight: bold;
}
.fixbtn_tms a span.f_s {
  font-size: 16px;
}
.fixbtn_tms a:hover {
  background-color: #bfd46e;
}

.fixbtn_tms_sp a {
  display: none;
}
@media (max-width: 768px) {
  .fixbtn_tms_sp a {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    bottom: 10px;
    right: 10px;
    left: 10px;
    border-radius: 50px;
    background-color: rgba(191, 212, 110, 0.75);
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 5%;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    color: #fff;
    text-shadow: 0px 0px 3px #697E18;
    transition: 0.3s;
  }
  .fixbtn_tms_sp a span {
    font-size: 2rem;
    font-weight: bold;
  }
  .fixbtn_tms_sp a span.f_s {
    font-size: 16px;
  }
  .fixbtn_tms_sp a:hover {
    background-color: #bfd46e;
  }
}

.fixbtn_pms a {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  top: 343px;
  right: 0;
  background-color: rgba(191, 212, 110, 0.75);
  border-radius: 20px 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  color: #fff;
  text-shadow: 0px 0px 3px #697E18;
  transition: 0.3s;
}
.fixbtn_pms a span {
  font-size: 2rem;
  font-weight: bold;
}
.fixbtn_pms a span.f_s {
  font-size: 16px;
}
.fixbtn_pms a:hover {
  background-color: #bfd46e;
}

.fixbtn_pms_sp a {
  display: none;
}
@media (max-width: 768px) {
  .fixbtn_pms_sp a {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    bottom: 10px;
    right: 10px;
    left: 10px;
    border-radius: 50px;
    background-color: rgba(191, 212, 110, 0.75);
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 5%;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    color: #fff;
    text-shadow: 0px 0px 3px #697E18;
    transition: 0.3s;
  }
  .fixbtn_pms_sp a span {
    font-size: 2rem;
    font-weight: bold;
  }
  .fixbtn_pms_sp a span.f_s {
    font-size: 16px;
  }
  .fixbtn_pms_sp a:hover {
    background-color: #bfd46e;
  }
}

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

Parts common

======================================================= */
a.mapbtn {
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
  background: #88BF9C;
  transition: 0.3s;
  padding: 1px 6px 2px;
}
a.mapbtn:hover {
  background: #BFD46E;
}

.common_btn_l {
  background: #88BF9C;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.common_btn_l:hover {
  background: #BFD46E;
}
.common_btn_l i {
  margin: 0 5px;
}

.common_btn_c {
  background: #88BF9C;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  transition: 0.3s;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: calc(100% - 40px);
}
.common_btn_c:hover {
  background: #BFD46E;
}
.common_btn_c i {
  margin: 0 5px;
}

a.pageback {
  text-decoration: underline;
  color: #73B7BA;
  text-align: right;
  margin: 40px 0;
}
a.pageback:hover {
  text-decoration: none;
}

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

TOPpage

======================================================= */
/*------ FV ------*/
#top_fvbox {
  display: block;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  z-index: 1;
  position: relative;
}
#top_fvbox .top_fv_catch {
  position: absolute;
  top: 38%;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #top_fvbox .top_fv_catch {
    top: 30%;
    min-height: initial;
  }
}
#top_fvbox .top_fv_catch h2 {
  line-height: 1.4em;
  display: inline-block;
  border-radius: 0 150px 150px 0;
  padding: 50px 100px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #5A9CA0;
}
@media (max-width: 1080px) {
  #top_fvbox .top_fv_catch h2 {
    font-size: 4vw;
    padding: 5vw 8vw;
  }
}
@media (max-width: 768px) {
  #top_fvbox .top_fv_catch h2 {
    font-size: 5.5vw;
    padding: 5vw 7vw;
    border-radius: 0 40px 40px 0;
  }
}
#top_fvbox .top_fv_catch .fv_catch_parts01 {
  position: absolute;
  mix-blend-mode: multiply;
  left: 40px;
  top: -25px;
  width: 13%;
  height: auto;
}
#top_fvbox .top_fv_catch .fv_catch_parts02 {
  position: absolute;
  mix-blend-mode: multiply;
  right: -15px;
  bottom: 20px;
  width: 15%;
  height: auto;
}
#top_fvbox .top_fv_merit {
  display: flex;
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
  justify-content: center;
  gap: 8%;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #top_fvbox .top_fv_merit {
    bottom: 40px;
  }
}
@media (max-width: 430px) {
  #top_fvbox .top_fv_merit {
    width: 100%;
    max-width: initial;
    flex-wrap: wrap;
    gap: 3%;
    bottom: 10%;
  }
}
#top_fvbox .top_fv_merit > div {
  width: 220px;
  max-width: 28%;
  height: auto;
  background-image: url(../img/top/top_fv_meritbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 10px #145b2d;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2em;
}
#top_fvbox .top_fv_merit > div:first-of-type {
  padding-bottom: 20px;
}
@media (max-width: 430px) {
  #top_fvbox .top_fv_merit > div:first-of-type {
    padding-bottom: 10px;
  }
}
@media (max-width: 1080px) {
  #top_fvbox .top_fv_merit > div {
    width: 18vw;
    line-height: 1.4em;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  #top_fvbox .top_fv_merit > div {
    width: 24vw;
    font-size: 2.8vw;
  }
}
@media (max-width: 430px) {
  #top_fvbox .top_fv_merit > div {
    width: 30%;
    max-width: initial;
    font-size: 3.6vw;
  }
}
#top_fvbox .top_fv_merit > div > span {
  font-size: 80%;
}
#top_fvbox .full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  z-index: 0;
}
#top_fvbox .full div.main01 {
  background-image: url(../img/top/clinic_reception.jpg);
}
#top_fvbox .full div.main02 {
  background-image: url(../img/top/clinic_waiting01.jpg);
}
#top_fvbox .full div.main03 {
  background-image: url(../img/top/clinic_waiting02.jpg);
}


/* Waves */
.waves {
  position: absolute;
  width: 100%;
  height: 8vh;
  margin-bottom: -7px;
  min-height: 60px;
  max-height: 100px;
  z-index: 1;
  bottom: 0;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*------ SEC01 ------*/
#top_sec01 {
  display: block;
  position: relative;
  padding: 80px 0;
  font-size: 1.8rem;
  background: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  #top_sec01 {
    padding: 40px 0;
  }
}
#top_sec01 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #top_sec01 h2 {
    font-size: 6.5vw;
    margin-bottom: 25px;
  }
}
#top_sec01 h2 span {
  font-size: 20px;
  color: #73B7BA;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  #top_sec01 h2 span {
    font-size: 4vw;
  }
}
#top_sec01 h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  #top_sec01 h2 i {
    font-size: 5vw;
  }
}
#top_sec01 .top_sec01_box01 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 768px) {
  #top_sec01 .top_sec01_box01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#top_sec01 .top_sec01_box01 div:first-of-type {
  flex: 1;
  width: 60%;
}
@media (max-width: 768px) {
  #top_sec01 .top_sec01_box01 div:first-of-type {
    width: 100%;
  }
}
#top_sec01 .top_sec01_box01 div:first-of-type p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}
#top_sec01 .top_sec01_box01 div:first-of-type .top_sec01_btnbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
#top_sec01 .top_sec01_box01 div:first-of-type .top_sec01_btnbox .common_btn_l {
  flex: 0 1 220px;
  min-width: 220px;
}
#top_sec01 .top_sec01_box01 div:last-of-type {
  width: 40%;
}
#top_sec01 .top_sec01_box01 div:last-of-type img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #top_sec01 .top_sec01_box01 div:last-of-type img {
    max-width: 75%;
  }
}
#top_sec01 .top_newsbox {
  display: flex;
  margin: 50px auto 0;
  background: #EEF9FA;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 35px;
  border-radius: 20px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox {
    flex-direction: column;
    padding: 4% 5%;
    margin: 25px auto 0;
    border-radius: 10px;
  }
}
#top_sec01 .top_newsbox div {
  width: 50%;
  padding-right: 35px;
  box-sizing: border-box;
  border-right: 1px solid #96A7A8;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox div {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #96A7A8;
    padding-bottom: 20px;
  }
}
#top_sec01 .top_newsbox div:last-of-type {
  padding-left: 35px;
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox div:last-of-type {
    padding-left: 0;
    padding-top: 20px;
  }
}
#top_sec01 .top_newsbox div h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox div h3 {
    margin-bottom: 10px;
  }
}
#top_sec01 .top_newsbox div h3 i {
  margin-right: 10px;
}
#top_sec01 .top_newsbox div h3 span {
  font-size: 24px;
  font-weight: bold;
  color: #96A7A8;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox div h3 span {
    font-size: 4vw;
  }
}
#top_sec01 .top_newsbox div h3 a {
  color: #73B7BA;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  margin-bottom: 10px;
}
#top_sec01 .top_newsbox div h3 a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox div h3 a {
    font-size: 3vw;
  }
}
#top_sec01 .top_newsbox div a h4 {
  display: block;
  position: relative;
}
#top_sec01 .top_newsbox div a h4 span {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #top_sec01 .top_newsbox div a h4 span {
    display: block;
    margin-bottom: 10px;
  }
}
#top_sec01 .top_newsbox div a:hover span {
  text-decoration: none;
}

/*------ SEC02 ------*/
#top_sec02 {
  display: block;
  position: relative;
  padding: 80px 0;
  font-size: 2rem;
  background: #F6F8EE;
}
@media (max-width: 768px) {
  #top_sec02 {
    padding: 40px 0;
  }
}
#top_sec02 h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #top_sec02 h2 {
    font-size: 6.5vw;
    margin-bottom: 25px;
  }
}
#top_sec02 h2 span {
  font-size: 20px;
  color: #73B7BA;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  #top_sec02 h2 span {
    font-size: 4vw;
  }
}
#top_sec02 h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  #top_sec02 h2 i {
    font-size: 5vw;
  }
}
#top_sec02 .top_sec02_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8%;
}
#top_sec02 .top_sec02_box01 div {
  width: 33%;
  margin-bottom: 5%;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  #top_sec02 .top_sec02_box01 div {
    width: 100%;
  }
  #top_sec02 .top_sec02_box01 div img {
    display: block;
    max-width: 75%;
    margin: 0 auto;
  }
}
#top_sec02 .top_sec02_box01 div h3 {
  text-align: center;
  font-weight: bold;
  color: #96A7A8;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #top_sec02 .top_sec02_box01 div h3 {
    margin-bottom: 10px;
  }
}

/*------ SEC03 ------*/
#top_sec03 {
  display: block;
  position: relative;
  padding: 80px 0 0;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #top_sec03 {
    padding: 40px 0 0;
  }
}
#top_sec03 h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #top_sec03 h2 {
    font-size: 6.5vw;
    margin-bottom: 25px;
  }
}
#top_sec03 h2 span {
  font-size: 20px;
  color: #73B7BA;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  #top_sec03 h2 span {
    font-size: 4vw;
  }
}
#top_sec03 h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  #top_sec03 h2 i {
    font-size: 5vw;
  }
}
#top_sec03 .top_sec03_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 40px 0;
  border-bottom: 1px solid #96A7A8;
}
@media (max-width: 768px) {
  #top_sec03 .top_sec03_box {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px;
  }
}
#top_sec03 .top_sec03_box:last-of-type {
  border-bottom: 0;
  padding: 0 0 40px;
}
#top_sec03 .top_sec03_box:last-of-type {
  border-bottom: 0;
  padding: 40px 0 0;
}
#top_sec03 .top_sec03_box div:first-of-type {
  flex: 1;
}
#top_sec03 .top_sec03_box div:last-of-type {
  width: 25%;
}
@media (max-width: 768px) {
  #top_sec03 .top_sec03_box div:last-of-type {
    width: 100%;
  }
  #top_sec03 .top_sec03_box div:last-of-type img {
    max-width: 100%;
  }
}
#top_sec03 .top_sec03_box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

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

Post-page

======================================================= */
.post h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .post h2 {
    font-size: 3rem;
    line-height: 1em;
  }
}
@media (max-width: 430px) {
  .post h2 {
    font-size: 2.4rem;
  }
}
.post h2 span {
  font-size: 20px;
  color: #73B7BA;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .post h2 span {
    font-size: 1.8rem;
  }
}
@media (max-width: 430px) {
  .post h2 span {
    font-size: 1.6rem;
  }
}
.post h2 span.f_s {
  font-size: 55%;
  color: #96A7A8;
}
.post h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  .post h2 i {
    font-size: 2rem;
  }
}
.post h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px 50px 50px 10px;
  color: #fff;
  padding: 6px 30px 6px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background: transparent linear-gradient(270deg, #73B7BA 0%, #9AC685 50%, #BFD46E 100%);
}
@media (max-width: 430px) {
  .post h3 {
    font-size: 2rem;
  }
}
.post h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #BFD46E;
  padding: 8px 15px;
  margin: 20px 0;
}
@media (max-width: 430px) {
  .post h4 {
    font-size: 1.8rem;
  }
}
.post p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .post p {
    font-size: 1.6rem;
  }
}
.post .box_bg01 {
  display: block;
  background: #F6F8EE;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.post .box_bg02 {
  display: block;
  background: #EEF9FA;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.post ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.post ul li {
  list-style-type: disc;
}
.post table {
  margin: 40px auto;
  border-collapse: collapse;
  border: none;
  width: 80%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .post table {
    width: 100%;
  }
}
.post table tr:last-of-type {
  border-bottom: 0;
}
.post table tr th {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: left;
  background: #EEF9FA;
  font-weight: bold;
}
.post table tr th.txtal-c {
  text-align: center;
}
@media (max-width: 768px) {
  .post table tr th {
    padding: 10px 15px;
  }
}
.post table tr td {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: center;
  color: #707070;
  background: #fff;
}
@media (max-width: 768px) {
  .post table tr td {
    padding: 10px 15px;
  }
}

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

Archive

======================================================= */
#post_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: stretch;
}
#post_wrap .post_box {
  width: 32%;
  margin-bottom: 3%;
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  #post_wrap .post_box {
    width: 48%;
  }
}
#post_wrap .post_box:hover {
  background: #F6F8EE;
}
#post_wrap .post_box a {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
#post_wrap .post_box a .article-list__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.64;
}
#post_wrap .post_box a .news-list__info--btm {
  padding: 4%;
  width: 100%;
  box-sizing: border-box;
}
#post_wrap .post_box a .news-list__info--btm h3.news-list__title {
  font-size: 2rem;
  color: #707070;
  font-weight: bold;
  background: none;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 6rem;
  border-radius: 0;
  margin: 10px 0;
}
@media (max-width: 768px) {
  #post_wrap .post_box a .news-list__info--btm h3.news-list__title {
    font-size: 1.8rem;
  }
}
#post_wrap .post_box a .news-list__info--btm .news-list__tags span {
  color: #73B7BA;
  border: 1px solid #73B7BA;
  border-radius: 30px;
  font-size: 14px;
  margin: 0 10px 10px 0;
  padding: 0px 8px;
  display: inline-block;
  line-height: 1.7em;
}
#post_wrap .post_box a .news-list__info--btm .news-list__tags span:last-of-type {
  margin-right: 0;
}
#post_wrap .post_box a .news-list__info--btm .news-list__time {
  font-size: 14px;
  text-align: right;
  color: #96A7A8;
  margin-bottom: 0;
}

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

Single-post

======================================================= */
#single_wrapper .container {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  box-sizing: border-box;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #single_wrapper .container {
    flex-direction: column;
    justify-content: stretch;
  }
}
#single_wrapper .container .postbox-l {
  width: calc(70% - 20px);
}
@media (max-width: 768px) {
  #single_wrapper .container .postbox-l {
    width: 100%;
  }
}
#single_wrapper .container .postbox-l h1.posttitle {
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
#single_wrapper .container .postbox-l .news-list__tags a {
  color: #73B7BA;
  border: 1px solid #73B7BA;
  border-radius: 30px;
  font-size: 14px;
  margin: 0 10px 10px 0;
  padding: 3px 8px;
  transition: 0.3s;
}
#single_wrapper .container .postbox-l .news-list__tags a:last-of-type {
  margin-right: 0;
}
#single_wrapper .container .postbox-l .news-list__tags a:hover {
  background-color: #73B7BA;
  color: #fff;
}
#single_wrapper .container .postbox-l .date_label {
  font-size: 1.4rem;
  color: #96A7A8;
  margin-bottom: 40px;
}
#single_wrapper .container .postbox-l .post h2 {
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #single_wrapper .container .postbox-l .post h2 {
    font-size: 32px;
    line-height: 1em;
  }
}
#single_wrapper .container .postbox-l .post h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px 50px 50px 10px;
  color: #fff;
  padding: 6px 30px 6px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background: transparent linear-gradient(270deg, #73B7BA 0%, #9AC685 50%, #BFD46E 100%);
}
#single_wrapper .container .postbox-l .post h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #BFD46E;
  padding: 8px 15px;
  margin: 20px 0;
}
#single_wrapper .container .postbox-l .post h5 {
  background: #F6F8EE;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 15px;
  margin: 20px 0;
}
#single_wrapper .container .postbox-l .post p {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#single_wrapper .container .postbox-l .post a {
  color: #73B7BA;
  text-decoration: underline;
}
#single_wrapper .container .postbox-l .post a:hover {
  text-decoration: none;
}
#single_wrapper .container .postbox-l .post .is-type-video {
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}
#single_wrapper .container .postbox-l .post .is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#single_wrapper .container .postbox-l .post .is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single_wrapper .container .postbox-l .post ul.wp-block-list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
  margin-bottom: 20px;
}
#single_wrapper .container .postbox-l .post ul.wp-block-list li {
  list-style-type: disc;
}
#single_wrapper .container .postbox-l .post ol.wp-block-list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
  margin-bottom: 20px;
}
#single_wrapper .container .postbox-l .post ol.wp-block-list li {
  list-style-type: decimal;
}
#single_wrapper .container .postbox-l .pagenav {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#single_wrapper .container .postbox-l .pagenav a {
  color: #73B7BA;
  text-decoration: underline;
}
#single_wrapper .container .postbox-l .pagenav a:hover {
  text-decoration: none;
}
#single_wrapper .container .postbox-r {
  width: calc(30% - 20px);
}
@media (max-width: 768px) {
  #single_wrapper .container .postbox-r {
    width: 100%;
  }
}
#single_wrapper .container .postbox-r #sidebar {
  display: block;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group {
  margin-bottom: 40px;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group h2.wp-block-heading {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px 50px 50px 10px;
  color: #fff;
  padding: 6px 30px 6px 20px;
  margin: 0 0 10px;
  box-sizing: border-box;
  background: transparent linear-gradient(270deg, #73B7BA 0%, #9AC685 50%, #BFD46E 100%);
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list li {
  list-style: disc;
  color: #73B7BA;
  font-weight: bold;
  text-decoration: underline;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list li::marker {
  color: #BFD46E;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list li:hover {
  text-decoration: none;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  justify-content: flex-start;
  padding-inline-start: 0;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list.tagcloud li {
  list-style: none;
  display: inline;
  color: #73B7BA;
  border: 1px solid #73B7BA;
  background-color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 8px;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-categories-list.tagcloud li:hover {
  background-color: #73B7BA;
  color: #fff;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #96A7A8;
  padding: 10px 0;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-latest-posts__list li:first-of-type {
  padding: 0 0 10px;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-latest-posts__list li:last-of-type {
  border-bottom: none;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-latest-posts__list li a {
  color: #73B7BA;
  text-decoration: underline;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-latest-posts__list li a:hover {
  text-decoration: none;
}
#single_wrapper .container .postbox-r #sidebar .wp-block-group ul.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  color: #96A7A8;
}

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

Docter

======================================================= */
.doctor_sec01_box01 {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  gap: 40px;
}
.doctor_sec01_box01 .doctor_name {
  margin-top: 30px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #96A7A8;
}
.doctor_sec01_box01 .doctor_name span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #73B7BA;
}
@media (max-width: 768px) {
  .doctor_sec01_box01 .doctor_name {
    font-size: 2rem;
    margin-top: 0;
  }
}
.doctor_sec01_box01 div:first-of-type {
  flex: 1;
}
.doctor_sec01_box01 div:last-of-type {
  width: 35%;
}
@media (max-width: 768px) {
  .doctor_sec01_box01 div:last-of-type {
    width: 100%;
  }
  .doctor_sec01_box01 div:last-of-type img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .doctor_sec01_box01 {
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
    font-size: 1.6rem;
  }
}

.doctor_sec01_box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 1.8rem;
}
.doctor_sec01_box02 > div {
  width: calc(50% - 10px);
}
.doctor_sec01_box02 > div ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.doctor_sec01_box02 > div ul li {
  list-style-type: disc;
}
@media (max-width: 768px) {
  .doctor_sec01_box02 > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .doctor_sec01_box02 {
    flex-direction: column;
    font-size: 1.6rem;
  }
}

.doctor_sec02_box01 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  font-size: 1.8rem;
  align-items: flex-start;
  margin-top: 40px;
}
.doctor_sec02_box01 div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  gap: 20px;
}
.doctor_sec02_box01 div:first-of-type .staff_name {
  font-weight: bold;
  font-size: 2.4rem;
  color: #96A7A8;
}
.doctor_sec02_box01 div:first-of-type .staff_name span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #73B7BA;
}
@media (max-width: 768px) {
  .doctor_sec02_box01 div:first-of-type .staff_name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .doctor_sec02_box01 div:first-of-type {
    width: 100%;
  }
  .doctor_sec02_box01 div:first-of-type img {
    max-width: 60%;
    margin: 0 auto;
  }
}
.doctor_sec02_box01 div:last-of-type {
  width: calc(70% - 40px);
}
.doctor_sec02_box01 div:last-of-type ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.doctor_sec02_box01 div:last-of-type ul li {
  list-style-type: disc;
}
@media (max-width: 768px) {
  .doctor_sec02_box01 div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .doctor_sec02_box01 {
    flex-direction: column;
    gap: 20px;
    font-size: 1.6rem;
  }
}

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

Flow

======================================================= */
.flow_navbox {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .flow_navbox {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

.flow_sec01_box01,
.flow_sec02_box01,
.flow_sec03_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .flow_sec01_box01,
  .flow_sec02_box01,
  .flow_sec03_box01 {
    flex-direction: column;
  }
}
.flow_sec01_box01 div:first-of-type,
.flow_sec02_box01 div:first-of-type,
.flow_sec03_box01 div:first-of-type {
  width: calc(65% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  .flow_sec01_box01 div:first-of-type,
  .flow_sec02_box01 div:first-of-type,
  .flow_sec03_box01 div:first-of-type {
    width: 100%;
  }
}
.flow_sec01_box01 div:first-of-type .yoko_btn_l,
.flow_sec02_box01 div:first-of-type .yoko_btn_l,
.flow_sec03_box01 div:first-of-type .yoko_btn_l {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .flow_sec01_box01 div:first-of-type .yoko_btn_l,
  .flow_sec02_box01 div:first-of-type .yoko_btn_l,
  .flow_sec03_box01 div:first-of-type .yoko_btn_l {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flow_sec01_box01 div:last-of-type,
.flow_sec02_box01 div:last-of-type,
.flow_sec03_box01 div:last-of-type {
  width: 35%;
}
@media (max-width: 768px) {
  .flow_sec01_box01 div:last-of-type,
  .flow_sec02_box01 div:last-of-type,
  .flow_sec03_box01 div:last-of-type {
    width: 100%;
  }
  .flow_sec01_box01 div:last-of-type img,
  .flow_sec02_box01 div:last-of-type img,
  .flow_sec03_box01 div:last-of-type img {
    max-width: 75%;
    display: block;
    margin: 0 auto;
  }
}

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

Medical Treatment

======================================================= */
.medical_sec01_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .medical_sec01_box01 {
    flex-direction: column;
    margin-bottom: 25px;
    gap: 20px;
  }
}
.medical_sec01_box01 div:first-of-type {
  width: calc(60% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  .medical_sec01_box01 div:first-of-type {
    width: 100%;
  }
}
.medical_sec01_box01 div:first-of-type .yoko_btn_l {
  display: flex;
  gap: 15px;
}
.medical_sec01_box01 div:last-of-type {
  width: 40%;
}
@media (max-width: 768px) {
  .medical_sec01_box01 div:last-of-type {
    width: 100%;
  }
}

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

Symptoms&Disease

======================================================= */
.symptoms_navbox {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .symptoms_navbox {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

.symptoms_sec01_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .symptoms_sec01_box01 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.symptoms_sec01_box01 div:first-of-type {
  width: calc(65% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  .symptoms_sec01_box01 div:first-of-type {
    width: 100%;
  }
}
.symptoms_sec01_box01 div:last-of-type {
  width: 35%;
}
@media (max-width: 768px) {
  .symptoms_sec01_box01 div:last-of-type {
    width: 100%;
  }
}

.symptoms_sec01_box02 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .symptoms_sec01_box02 {
    flex-direction: column;
    gap: 20px;
  }
}
.symptoms_sec01_box02 > div {
  position: relative;
  width: calc(50% - 20px);
  background: #F6F8EE;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 50px 40px;
  border-radius: 20px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .symptoms_sec01_box02 > div {
    width: 100%;
    padding: 25px 20px;
  }
}
.symptoms_sec01_box02 > div ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.symptoms_sec01_box02 > div ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.symptoms_sec01_box02 > div ul li::marker {
  color: #BFD46E;
}
.symptoms_sec01_box02 > div ul li a {
  color: #73B7BA;
  text-decoration: underline;
}
.symptoms_sec01_box02 > div ul li a:hover {
  text-decoration: none;
}
.symptoms_sec01_box02_title {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
}

.symptoms_sec02_boxwrap,
.symptoms_sec03_boxwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .symptoms_sec02_boxwrap,
  .symptoms_sec03_boxwrap {
    flex-direction: column;
    gap: 20px;
  }
}
.symptoms_sec02_boxwrap > div,
.symptoms_sec03_boxwrap > div {
  width: calc(50% - 20px);
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px 40px;
  padding: 5%;
  background: #F6F8EE;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .symptoms_sec02_boxwrap > div,
  .symptoms_sec03_boxwrap > div {
    width: 100%;
    gap: 0 10px;
    border-radius: 10px;
  }
}
.symptoms_sec02_boxwrap > div .sym_tltle,
.symptoms_sec03_boxwrap > div .sym_tltle {
  font-weight: bold;
  font-size: 2.4rem;
  color: #73B7BA;
  text-align: center;
}
@media (max-width: 430px) {
  .symptoms_sec02_boxwrap > div .sym_tltle,
  .symptoms_sec03_boxwrap > div .sym_tltle {
    font-size: 2rem;
  }
}
.symptoms_sec02_boxwrap > div ul,
.symptoms_sec03_boxwrap > div ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.symptoms_sec02_boxwrap > div ul li,
.symptoms_sec03_boxwrap > div ul li {
  list-style-type: disc;
}
.symptoms_sec02_boxwrap > div ul li::marker,
.symptoms_sec03_boxwrap > div ul li::marker {
  color: #BFD46E;
}
.symptoms_sec02_boxwrap > div ul li a,
.symptoms_sec03_boxwrap > div ul li a {
  color: #73B7BA;
  text-decoration: underline;
}
.symptoms_sec02_boxwrap > div ul li a:hover,
.symptoms_sec03_boxwrap > div ul li a:hover {
  text-decoration: none;
}

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

PMS

======================================================= */
/*------ PMS FV ------*/
#pms_fvbox {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-image: url(../img/pms/pms_fv_mainimg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
}
@media (max-width: 1200px) {
  #pms_fvbox {
    aspect-ratio: 14/9;
    background-position: top left -130px;
  }
}
@media (max-width: 1080px) {
  #pms_fvbox {
    aspect-ratio: 6/4;
  }
}
@media (max-width: 768px) {
  #pms_fvbox {
    aspect-ratio: 1/1.2;
    background-position: top left -150px;
  }
}
@media (max-width: 430px) {
  #pms_fvbox {
    background-position: top left -120px;
  }
}
#pms_fvbox .pms_fv_catch {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 1;
}
@media (max-width: 1080px) {
  #pms_fvbox .pms_fv_catch {
    top: 25%;
  }
}
#pms_fvbox .pms_fv_catch h2 {
  line-height: 1.4em;
  display: inline-block;
  border-radius: 150px 0 0 150px;
  padding: 35px 70px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #5A9CA0;
}
@media (max-width: 1080px) {
  #pms_fvbox .pms_fv_catch h2 {
    font-size: 3.5vw;
    border-radius: 50px 0 0 50px;
    padding: 20px 120px 20px 50px;
  }
}
@media (max-width: 768px) {
  #pms_fvbox .pms_fv_catch h2 {
    font-size: 4vw;
    padding: 20px 10px 20px 30px;
  }
}
#pms_fvbox .pms_fv_catch h2 > div {
  font-size: 1.8rem;
  color: #73B7BA;
  font-weight: bold;
}
@media (max-width: 1080px) {
  #pms_fvbox .pms_fv_catch h2 > div {
    font-size: 2vw;
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  #pms_fvbox .pms_fv_catch h2 > div {
    font-size: 2.4vw;
  }
}
#pms_fvbox .pms_fv_catch .fv_catch_parts01 {
  position: absolute;
  mix-blend-mode: multiply;
  left: -30px;
  top: 0;
  width: 13%;
  height: auto;
}
#pms_fvbox .pms_fv_catch .fv_catch_parts02 {
  position: absolute;
  mix-blend-mode: multiply;
  right: 0;
  bottom: -30px;
  width: 11%;
  height: auto;
}
#pms_fvbox .pms_fv_merit {
  display: flex;
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
  justify-content: center;
  gap: 8%;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #pms_fvbox .pms_fv_merit {
    bottom: 40px;
  }
}
@media (max-width: 430px) {
  #pms_fvbox .pms_fv_merit {
    gap: 3%;
  }
}
#pms_fvbox .pms_fv_merit > div {
  width: 220px;
  max-width: 28%;
  height: auto;
  background-image: url(../img/pms/pms_fv_meritbg.png?=20250905);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(20, 91, 45);
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2em;
}
@media (max-width: 1080px) {
  #pms_fvbox .pms_fv_merit > div {
    width: 18vw;
    line-height: 1.4em;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  #pms_fvbox .pms_fv_merit > div {
    width: 24vw;
    font-size: 2.8vw;
  }
}
@media (max-width: 430px) {
  #pms_fvbox .pms_fv_merit > div {
    width: 30%;
    max-width: initial;
    font-size: 3.6vw;
  }
}
#pms_fvbox .pms_fv_merit > div > span {
  font-size: 80%;
}

/*------ PMS sec01 ------*/
#pms_sec01 {
  display: block;
  background-image: url(../img/pms/pms_sec01_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #pms_sec01 {
    padding: 50px 0;
  }
}
#pms_sec01 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #pms_sec01 h2 {
    font-size: 5vw;
    line-height: 1em;
  }
}
#pms_sec01 h2 span {
  font-size: 20px;
  color: #73B7BA;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  #pms_sec01 h2 span {
    font-size: 4vw;
  }
}
#pms_sec01 h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  #pms_sec01 h2 i {
    font-size: 5vw;
  }
}
#pms_sec01 .pms_sec01_box01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
#pms_sec01 .pms_sec01_box01 ul li {
  background-image: url(../img/pms/pms_sec01_check.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 20px auto;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-align: left;
}
@media (max-width: 768px) {
  #pms_sec01 .pms_sec01_box01 ul li {
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    background-size: 15px;
    padding-left: 30px;
  }
}
#pms_sec01 .pms_sec01_box01 ul li span {
  color: #73B7BA;
}
@media (max-width: 768px) {
  #pms_sec01 .pms_sec01_box01 p.alC {
    text-align: left;
  }
}

/*------ PMS sec02 ------*/
#pms_sec02 {
  display: block;
  background: #F6F8EE;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #pms_sec02 {
    padding: 50px 0;
  }
}
#pms_sec02 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
  line-height: 2.2em;
}
@media (max-width: 768px) {
  #pms_sec02 h2 {
    margin-bottom: 25px;
    font-size: 4vw;
  }
}
#pms_sec02 h2 span {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  #pms_sec02 h2 span {
    font-size: 6vw;
  }
}
#pms_sec02 h2 i {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #pms_sec02 h2 i {
    font-size: 4vw;
  }
}
#pms_sec02 .pms_sec02_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  #pms_sec02 .pms_sec02_box01 {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 25px;
  }
}
#pms_sec02 .pms_sec02_box01 div:first-of-type {
  width: calc(70% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  #pms_sec02 .pms_sec02_box01 div:first-of-type {
    width: 100%;
  }
}
#pms_sec02 .pms_sec02_box01 div:last-of-type {
  width: 30%;
}
@media (max-width: 768px) {
  #pms_sec02 .pms_sec02_box01 div:last-of-type {
    width: 100%;
  }
  #pms_sec02 .pms_sec02_box01 div:last-of-type img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}
#pms_sec02 .pms_sec02_box02 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px;
  flex-wrap: wrap;
}
#pms_sec02 .pms_sec02_box03 {
  text-align: center;
}
#pms_sec02 .pms_sec02_box03 img {
  width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  #pms_sec02 .pms_sec02_box03 img {
    max-width: 70%;
  }
}

/*------ PMS sec03 ------*/
#pms_sec03 {
  display: block;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #pms_sec03 {
    padding: 50px 0;
  }
}
#pms_sec03 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #pms_sec03 h2 {
    font-size: 6vw;
    line-height: 1.4em;
  }
}
#pms_sec03 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #pms_sec03 h2 i {
    font-size: 5vw;
  }
}
#pms_sec03 h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px 50px 50px 10px;
  color: #fff;
  padding: 6px 30px 6px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background: transparent linear-gradient(270deg, #73B7BA 0%, #9AC685 50%, #BFD46E 100%);
}
#pms_sec03 .pms_sec03_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #pms_sec03 .pms_sec03_box01 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
  }
}
#pms_sec03 .pms_sec03_box01 div:first-of-type {
  width: calc(65% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  #pms_sec03 .pms_sec03_box01 div:first-of-type {
    width: 100%;
  }
}
#pms_sec03 .pms_sec03_box01 div:last-of-type {
  width: 35%;
}
@media (max-width: 768px) {
  #pms_sec03 .pms_sec03_box01 div:last-of-type {
    width: 100%;
  }
  #pms_sec03 .pms_sec03_box01 div:last-of-type img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}

/*------ PMS sec04 ------*/
#pms_sec04 {
  display: block;
  background: #F6F8EE;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #pms_sec04 {
    padding: 50px 0;
  }
}
#pms_sec04 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #pms_sec04 h2 {
    font-size: 6vw;
    line-height: 1.4em;
  }
}
#pms_sec04 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #pms_sec04 h2 i {
    font-size: 4vw;
  }
}
#pms_sec04 .pms_sec04_box01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pms_sec04 .pms_sec04_box01 ul li {
  background-image: url(../img/pms/pms_sec01_check.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 20px auto;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  #pms_sec04 .pms_sec04_box01 ul li {
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    background-size: 15px;
    padding-left: 30px;
  }
}
#pms_sec04 .pms_sec04_box01 ul li span {
  color: #73B7BA;
}

/*------ PMS sec05 ------*/
#pms_sec05 {
  display: block;
  padding: 100px 0 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #pms_sec05 {
    padding: 50px 0 0;
  }
}
#pms_sec05 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #pms_sec05 h2 {
    font-size: 6vw;
    margin-bottom: 25px;
  }
}
#pms_sec05 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #pms_sec05 h2 i {
    font-size: 4vw;
  }
}
#pms_sec05 table {
  margin: 40px auto;
  border-collapse: collapse;
  border: none;
  width: 80%;
  max-width: 100%;
}
@media (max-width: 768px) {
  #pms_sec05 table {
    margin: 20px auto;
    width: 100%;
  }
}
#pms_sec05 table tr:last-of-type {
  border-bottom: 0;
}
#pms_sec05 table tr th {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: left;
  background: #EEF9FA;
  font-weight: bold;
}
@media (max-width: 768px) {
  #pms_sec05 table tr th {
    padding: 8px 12px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}
#pms_sec05 table tr th.txtal-c {
  text-align: center;
}
@media (max-width: 430px) {
  #pms_sec05 table tr th.wsp {
    width: 35%;
  }
}
#pms_sec05 table tr td {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: center;
  color: #707070;
  background: #fff;
}
@media (max-width: 768px) {
  #pms_sec05 table tr td {
    padding: 8px 12px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}
@media (max-width: 430px) {
  #pms_sec05 table tr td {
    vertical-align: middle;
  }
}
#pms_sec05 .pms_sec05_box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px;
}

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

TMS

======================================================= */
/*------ TMS FV ------*/
#tms_fvbox {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-image: url(../img/tms/tms_fv_mainimg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
}
@media (max-width: 1080px) {
  #tms_fvbox {
    aspect-ratio: 6/4;
  }
}
@media (max-width: 768px) {
  #tms_fvbox {
    aspect-ratio: 1/1.2;
    background-position: top right -225px;
  }
}
@media (max-width: 430px) {
  #tms_fvbox {
    background-position: top right -150px;
  }
}
#tms_fvbox .tms_fv_catch {
  position: absolute;
  top: 31%;
  left: 0;
  z-index: 1;
}
#tms_fvbox .tms_fv_catch h2 {
  line-height: 1.4em;
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #5A9CA0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 30px 80px;
  display: inline-block;
  border-radius: 0 150px 150px 0;
}
@media (max-width: 1080px) {
  #tms_fvbox .tms_fv_catch h2 {
    font-size: 3.5vw;
    border-radius: 0 50px 50px 0;
    padding: 20px 50px;
  }
}
@media (max-width: 768px) {
  #tms_fvbox .tms_fv_catch h2 {
    font-size: 4vw;
    padding: 20px 30px;
  }
}
#tms_fvbox .tms_fv_catch h2 > div {
  font-size: 2rem;
  color: #73B7BA;
  font-weight: bold;
}
@media (max-width: 1080px) {
  #tms_fvbox .tms_fv_catch h2 > div {
    font-size: 2vw;
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  #tms_fvbox .tms_fv_catch h2 > div {
    font-size: 2.4vw;
  }
}
#tms_fvbox .tms_fv_catch .fv_catch_parts01 {
  position: absolute;
  mix-blend-mode: multiply;
  left: 0;
  top: -25px;
  width: 13%;
  height: auto;
}
#tms_fvbox .tms_fv_catch .fv_catch_parts02 {
  position: absolute;
  mix-blend-mode: multiply;
  right: 30px;
  bottom: 8px;
  width: 12%;
  height: auto;
}
@media (max-width: 768px) {
  #tms_fvbox .tms_fv_catch .fv_catch_parts02 {
    right: -15px;
  }
}
#tms_fvbox .tms_fv_merit {
  display: flex;
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
  justify-content: center;
  gap: 8%;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #tms_fvbox .tms_fv_merit {
    bottom: 40px;
  }
}
@media (max-width: 430px) {
  #tms_fvbox .tms_fv_merit {
    gap: 3%;
  }
}
#tms_fvbox .tms_fv_merit > div {
  width: 220px;
  max-width: 28%;
  height: auto;
  background-image: url(../img/pms/pms_fv_meritbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(20, 91, 45);
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2em;
}
@media (max-width: 1080px) {
  #tms_fvbox .tms_fv_merit > div {
    width: 18vw;
    line-height: 1.4em;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  #tms_fvbox .tms_fv_merit > div {
    width: 24vw;
    font-size: 2.8vw;
  }
}
@media (max-width: 430px) {
  #tms_fvbox .tms_fv_merit > div {
    width: 30%;
    max-width: initial;
    font-size: 3.6vw;
  }
}

/*------ TMS sec01 ------*/
#tms_sec01 {
  display: block;
  background-image: url(../img/tms/tms_sec01_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec01 {
    padding: 50px 0;
  }
}
#tms_sec01 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #tms_sec01 h2 {
    font-size: 5vw;
    line-height: 1.4em;
  }
}
#tms_sec01 h2 span {
  font-size: 20px;
  color: #73B7BA;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  #tms_sec01 h2 span {
    font-size: 4vw;
  }
}
#tms_sec01 h2 i {
  font-size: 24px;
}
@media (max-width: 768px) {
  #tms_sec01 h2 i {
    font-size: 5vw;
  }
}
#tms_sec01 .tms_sec01_box01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
#tms_sec01 .tms_sec01_box01 ul li {
  background-image: url(../img/pms/pms_sec01_check.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 20px auto;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-align: left;
}
#tms_sec01 .tms_sec01_box01 ul li span {
  color: #73B7BA;
}
@media (max-width: 768px) {
  #tms_sec01 .tms_sec01_box01 ul li {
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    background-size: 15px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #tms_sec01 .tms_sec01_box01 > .alC {
    text-align: left;
  }
}

/*------ TMS sec02 ------*/
#tms_sec02 {
  display: block;
  background: #F6F8EE;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec02 {
    padding: 50px 0;
  }
}
#tms_sec02 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #tms_sec02 h2 {
    font-size: 5vw;
    line-height: 1em;
  }
}
#tms_sec02 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #tms_sec02 h2 i {
    font-size: 4vw;
  }
}
#tms_sec02 .tms_sec02_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec02 .tms_sec02_box01 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
  }
}
#tms_sec02 .tms_sec02_box01 div:first-of-type {
  width: calc(65% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  #tms_sec02 .tms_sec02_box01 div:first-of-type {
    width: 100%;
  }
}
#tms_sec02 .tms_sec02_box01 div:last-of-type {
  width: 35%;
}
@media (max-width: 768px) {
  #tms_sec02 .tms_sec02_box01 div:last-of-type {
    width: 100%;
  }
  #tms_sec02 .tms_sec02_box01 div:last-of-type img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}
#tms_sec02 .tms_sec02_box02 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px;
  flex-wrap: wrap;
}
#tms_sec02 .tms_sec02_box03 {
  text-align: center;
}
#tms_sec02 .tms_sec02_box03 img {
  width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  #tms_sec02 .tms_sec02_box03 img {
    max-width: 70%;
  }
}

/*------ TMS sec03 ------*/
#tms_sec03 {
  display: block;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec03 {
    padding: 50px 0;
    font-size: 1.6rem;
  }
}
#tms_sec03 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #tms_sec03 h2 {
    font-size: 5vw;
    margin-bottom: 25px;
  }
}
#tms_sec03 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #tms_sec03 h2 i {
    font-size: 4vw;
  }
}
#tms_sec03 h3 {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 10px 50px 50px 10px;
  color: #fff;
  padding: 6px 30px 6px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background: transparent linear-gradient(270deg, #73B7BA 0%, #9AC685 50%, #BFD46E 100%);
}
@media (max-width: 768px) {
  #tms_sec03 h3 {
    font-size: 2rem;
  }
}
#tms_sec03 .tms_sec03_box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec03 .tms_sec03_box01 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}
#tms_sec03 .tms_sec03_box01 div:first-of-type {
  width: calc(65% - 40px);
  flex: 1;
}
@media (max-width: 768px) {
  #tms_sec03 .tms_sec03_box01 div:first-of-type {
    width: 100%;
  }
}
#tms_sec03 .tms_sec03_box01 div:last-of-type {
  width: 35%;
}
@media (max-width: 768px) {
  #tms_sec03 .tms_sec03_box01 div:last-of-type {
    width: 100%;
  }
}

/*------ TMS sec04 ------*/
#tms_sec04 {
  display: block;
  background: #F6F8EE;
  padding: 100px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec04 {
    padding: 50px 0;
    font-size: 1.6rem;
  }
}
#tms_sec04 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #tms_sec04 h2 {
    font-size: 5vw;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
}
#tms_sec04 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #tms_sec04 h2 i {
    font-size: 4vw;
  }
}
#tms_sec04 ul li {
  background-image: url(../img/pms/pms_sec01_check.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 20px auto;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #tms_sec04 ul li {
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    background-size: 15px;
    padding-left: 30px;
  }
}
#tms_sec04 ul li span {
  color: #73B7BA;
}

/*------ TMS sec05 ------*/
#tms_sec05 {
  display: block;
  padding: 100px 0 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #tms_sec05 {
    padding: 50px 0 0;
  }
}
#tms_sec05 h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #96A7A8;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #tms_sec05 h2 {
    font-size: 5vw;
    margin-bottom: 25px;
  }
}
#tms_sec05 h2 i {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #tms_sec05 h2 i {
    font-size: 4vw;
  }
}
#tms_sec05 table {
  margin: 40px auto;
  border-collapse: collapse;
  border: none;
  width: 80%;
  max-width: 100%;
}
@media (max-width: 768px) {
  #tms_sec05 table {
    width: 100%;
    margin: 20px auto;
  }
}
#tms_sec05 table tr:last-of-type {
  border-bottom: 0;
}
#tms_sec05 table tr th {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: left;
  background: #EEF9FA;
  font-weight: bold;
}
@media (max-width: 768px) {
  #tms_sec05 table tr th {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
}
#tms_sec05 table tr th.txtal-c {
  text-align: center;
}
@media (max-width: 430px) {
  #tms_sec05 table tr th.wsp {
    width: 35%;
  }
}
#tms_sec05 table tr td {
  padding: 20px 25px;
  border: solid 1px #96A7A8;
  text-align: center;
  color: #707070;
  background: #fff;
}
@media (max-width: 768px) {
  #tms_sec05 table tr td {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
}
@media (max-width: 430px) {
  #tms_sec05 table tr td {
    vertical-align: middle;
  }
}
#tms_sec05 .tms_sec05_box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px;
}/*# sourceMappingURL=style.css.map */
