@charset "UTF-8";
* :focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=reset], [type=submit], button, html [type=button], input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button {
  border-radius: 0;
}

button {
  border: none;
  background: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.8em;
  line-height: 1.6;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #545454;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ttl {
  letter-spacing: 0.1em;
  line-height: 1.48;
  font-weight: 500;
  margin-bottom: 1em;
}
.ttl.ttl-lead {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 1em;
}
.ttl.ttl-h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 2em;
  color: #0C6170;
}
.ttl.ttl-h2.parent-ttl {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
}
.ttl.ttl-h2.parent-ttl span {
  padding: 30px 15px;
  display: block;
}
.ttl.ttl-h2.page-os {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  margin-bottom: 40px;
  color: #F6705D;
  background: url(../images/common/bg-optional-screening.webp) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  letter-spacing: 0;
}
.ttl.ttl-h2.page-os span {
  padding: 30px 15px 30px 70px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
}
.ttl.ttl-h2.page-os::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 160px;
  height: 100%;
  background: url(../images/common/icon/icon-optional-screening-sp.svg) no-repeat;
  background-position: center;
  background-size: 100%;
}
.ttl.ttl-h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2em;
  padding-bottom: 1em;
  position: relative;
}
.ttl.ttl-h3::before {
  content: "";
  width: 20%;
  height: 2px;
  background: #0C6170;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl.ttl-h3::after {
  content: "";
  width: 80%;
  height: 2px;
  background: #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ttl.ttl-h3.page-os {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  color: #F6705D;
  margin-bottom: 1em;
  padding-bottom: 0;
  text-align: center;
}
.ttl.ttl-h3.page-os::before {
  content: none;
}
.ttl.ttl-h3.page-os::after {
  content: none;
}
.ttl.ttl-h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}
.ttl.ttl-h4.ttl-strong {
  color: #0C6170;
  text-align: center;
}
.ttl.ttl-h4.page-os {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  text-align: justify;
}
.ttl.ttl-h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.ttl.ttl-h5.page-os {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  color: #F6705D;
  text-align: center;
}

ul {
  list-style: none;
}

p {
  margin: 0 0 1.8em;
  text-align: justify;
}
p.text-indent {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}
p.caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: right;
}

.transition, a:hover, a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-box {
  margin: 50px auto 0;
  width: 270px;
}

a {
  color: #545454;
  display: block;
}
a:hover {
  opacity: 0.5;
}
a.btn:hover {
  opacity: 0.8;
}
a .logolink:hover {
  opacity: 1;
}
a .logolink:hover img {
  opacity: 1;
}
a:not(.logolink) {
  text-decoration: none;
}
a:not(.logolink) img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:not(.logolink):hover {
  text-decoration: none !important;
}
a:not(.logolink):hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.txtlink {
  color: #0C6170;
  display: inline-block;
}
a.txtlink_under {
  color: #0C6170;
  display: inline-block;
  text-decoration: underline;
}
a.txtlink_under:hover {
  text-decoration: none;
}
a.pdflink span {
  display: block;
  padding: 0 0 0 1.4em;
  background: url(../images/common/icon/icon-pdf.svg) no-repeat left center;
  background-size: 1em;
}
a.btn-test {
  padding: 1em 1em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
a.btn-more {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 2em;
  display: block;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
}
a.btn-more span {
  display: block;
  padding: 1.2em 7em 1.2em 0;
  background: url(../images/common/icon/icon-btn-arrow.svg) no-repeat right center;
  background-size: 1.428em;
  line-height: 1;
}
a.btn-more.btn-index {
  background: #fff;
  border: #0C6170 solid 1px;
  color: #0C6170;
}
a.btn-more.btn-index span {
  background-image: url(../images/common/icon/icon-btn-arrow-green.svg);
}
a.link-cat {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.4em 1em 0.5em;
  background-color: #EEE;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
}
a.link-cat.link-cat-all {
  background-color: #0C6170;
  color: #fff;
}
a.btn-contact {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 2em;
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
  line-height: 1;
}
a.btn-contact span {
  display: block;
  padding: 1.2em 7em 1.2em 0;
  background: url(../images/common/icon/icon-btn-arrow.svg) no-repeat right center;
  background-size: 1.428em;
}
a.btn-regist {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 2em;
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(221, 103, 186)), to(rgb(199, 21, 145)));
  background: -webkit-linear-gradient(left, rgb(221, 103, 186), rgb(199, 21, 145));
  background: linear-gradient(90deg, rgb(221, 103, 186), rgb(199, 21, 145));
  line-height: 1;
}
a.btn-regist span {
  display: block;
  padding: 1.2em 7em 1.2em 0;
  background: url(../images/common/icon/icon-blank.svg) no-repeat right center;
  background-size: 1em;
}
a.btn-regist-large {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgb(221, 103, 186)), to(rgb(199, 21, 145)));
  background: -webkit-linear-gradient(left, rgb(221, 103, 186), rgb(199, 21, 145));
  background: linear-gradient(90deg, rgb(221, 103, 186), rgb(199, 21, 145));
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 100%;
}
a.btn-regist-large span {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #fff;
  padding: 2em 0;
  display: block;
  width: calc(100% - 1.5em);
  padding: 1.2em 0;
  background: url(../images/common/icon/icon-blank.svg) no-repeat right center;
  background-size: 1em;
}

br.sp {
  display: block !important;
}

br.tb {
  display: none !important;
}

br.pc {
  display: none !important;
}

br.pcw {
  display: none;
}

.pc-none {
  display: block !important;
}

.sp-none {
  display: none;
}

.red {
  color: #C80C01;
}

.white {
  color: #fff;
}

.txt_under {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #0C6170;
          text-decoration-color: #0C6170;
  text-underline-offset: 4px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  color: #0C6170;
  font-weight: normal;
}

.notes {
  font-size: 12px;
  font-size: 1.2rem;
}

.ta-l {
  text-align: left;
}
.ta-l p {
  text-align: left;
}

.ta-c {
  text-align: center;
}
.ta-c p {
  text-align: center;
}

.ta-r {
  text-align: right;
}
.ta-r p {
  text-align: right;
}

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

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.w10per {
  width: 10%;
}

.w12per {
  width: 12%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w35per {
  width: 35%;
}

.w40per {
  width: 40%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w100per {
  width: 100%;
}

.radius-tl0 {
  border-top-left-radius: 0 !important;
}

.radius-tr0 {
  border-top-right-radius: 0 !important;
}

.radius-bl0 {
  border-bottom-left-radius: 0 !important;
}

.radius-br0 {
  border-bottom-right-radius: 0 !important;
}

.btnone {
  border-top: none !important;
}

#wrapper {
  margin: 53px auto 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: calc(100% - 30px);
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.container-inner {
  margin: 0 auto;
  width: 100%;
}

.container-page {
  margin: 0 auto;
  padding-top: 75px;
  width: calc(100% - 30px);
}

.container-page-inner {
  margin: 30px auto 0;
  width: calc(100% - 60px);
}

.notes-attention-box {
  margin: 1em 0 2em;
  padding: 1.3em 1em;
  border: #E62114 solid 2px;
  border-radius: 10px;
  background-color: #FEE1DF;
}
.notes-attention-box p {
  background: url(../images/common/icon/icon-i-red.svg) no-repeat left 0.2em;
  background-size: 1em;
  padding-left: 1.5em;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.pagenation-box {
  margin: 70px 0 70px 0;
  padding: 20px;
  position: relative;
}
.pagenation-box .pagenation-btn-prev,
.pagenation-box .pagenation-btn-next {
  width: 40px;
  position: absolute;
  top: 0;
}
.pagenation-box .pagenation-btn-prev a,
.pagenation-box .pagenation-btn-next a {
  display: block;
}
.pagenation-box .pagenation-btn-prev a img,
.pagenation-box .pagenation-btn-next a img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.pagenation-box .pagenation-btn-prev {
  left: 0;
}
.pagenation-box .pagenation-btn-next {
  right: 0;
}
.pagenation-box .pagenation-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenation-box .pagenation-list ul {
  text-align: center;
}
.pagenation-box .pagenation-list ul li {
  display: inline-block;
  margin: 0 1em;
}
.pagenation-box .pagenation-list ul li a.current span {
  color: #999;
}

.article {
  margin-bottom: 70px;
}

.figure-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.figure-box.figure-box-gray {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 630px;
  background: #EEE;
}
.figure-box.figure-box-gray.figure-box-radius {
  border-radius: 10px;
}

.image-box {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.image-box img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.image-box.image-box-radius img {
  border-radius: 10px;
}
.image-box.image-box-gradation {
  position: relative;
}
.image-box.image-box-gradation::after {
  opacity: 0.4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(108, 108, 108, 0.61)), to(#0F0F0F));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(108, 108, 108, 0.61), #0F0F0F);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(108, 108, 108, 0.61), #0F0F0F);
}
.image-box.w300 {
  margin: 0 auto;
  width: 300px;
}
.image-box.sp-w300-only {
  margin: 0 auto;
  width: 300px;
}

dl.faq-box {
  margin: 0 0 25px;
  padding: 2em;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
dl.faq-box dt.faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 3em;
  cursor: pointer;
  background: url(../images/common/icon/icon-btn-acc-off.svg) no-repeat right center;
  background-size: 20px;
}
dl.faq-box dt.faq-q.open {
  background: url(../images/common/icon/icon-btn-acc-on.svg) no-repeat right center;
  background-size: 20px;
}
dl.faq-box dt.faq-q.open .txt {
  color: #999;
}
dl.faq-box dt.faq-q .icon {
  width: 2em;
  color: #0C6170;
}
dl.faq-box dt.faq-q .txt {
  width: calc(100% - 2em);
}
dl.faq-box dd.faq-a {
  display: none;
  padding: 1em 3em 0 2em;
}

.faq-list-box-page dl.faq-box {
  margin: 0 0 25px;
  padding: 2em;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.faq-list-box-page dl.faq-box dt.faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 3em;
  cursor: pointer;
  background: url(../images/common/icon/icon-btn-acc-off-orange.svg) no-repeat right center;
  background-size: 20px;
}
.faq-list-box-page dl.faq-box dt.faq-q.open {
  background: url(../images/common/icon/icon-btn-acc-on-orange.svg) no-repeat right center;
  background-size: 20px;
}
.faq-list-box-page dl.faq-box dt.faq-q.open .txt {
  color: #999;
}
.faq-list-box-page dl.faq-box dt.faq-q .icon {
  width: 2em;
  color: #F6705D;
}
.faq-list-box-page dl.faq-box dt.faq-q .txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  width: calc(100% - 2em);
}
.faq-list-box-page dl.faq-box dd.faq-a {
  display: none;
  padding: 1em 3em 0 2em;
}

.tbl-scr-box {
  overflow-x: auto;
}

table.tbl {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 850px;
  line-height: 1.8;
}
table.tbl tr {
  height: 100%;
}
table.tbl tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.tbl tr:last-child td {
  border-bottom: none;
}
table.tbl tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table.tbl tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table.tbl tr th {
  padding: 1em;
  background: #0C6170;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
}
table.tbl tr th:last-child {
  border-right: none;
}
table.tbl tr th.ws-nowrap {
  white-space: nowrap;
}
table.tbl tr th.orange {
  background: #F6705D;
}
table.tbl tr td {
  padding: 1em;
  height: 100%;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  background: #FCFAFA;
}
table.tbl tr td strong {
  font-size: 18px;
  font-size: 1.8rem;
}
table.tbl tr td strong small {
  font-size: 12px;
  font-size: 1.2rem;
}
table.tbl tr td p:last-child {
  margin-bottom: 0;
}
table.tbl tr td:first-child {
  border-left: none;
}
table.tbl tr td:last-child {
  border-right: none;
}
table.tbl tr td.gray {
  background: #eee;
}
table.tbl tr td.sky {
  background: #E9F5F6;
}
table.tbl tr td.red {
  background: #FEE1DF;
  color: #C80C01;
}
table.tbl tr td.green {
  background: #F3FAEC;
}
table.tbl tr td.blue {
  background: #ECF2FA;
}
table.tbl.page-os {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 1em;
  border-collapse: separate;
}
table.tbl.page-os tr:nth-child(3) td:last-child, table.tbl.page-os tr:nth-child(4) td:last-child, table.tbl.page-os tr:nth-child(5) td:last-child, table.tbl.page-os tr:nth-child(6) td:last-child {
  border-right: none;
}
table.tbl.page-os tr:last-child td {
  border-bottom: 1px solid #F6705D;
}
table.tbl.page-os tr td {
  border-right: none;
}
table.tbl.page-os tr td:first-child {
  border-left: 1px solid #F6705D;
}
table.tbl.page-os tr td:last-child {
  border-right: 1px solid #F6705D;
}
table.tbl.fs-small {
  line-height: 1.6;
}
table.tbl.fs-small tr {
  font-size: 14px;
  font-size: 1.4rem;
}
table.tbl.fs-small tr td a {
  display: block;
  width: 20px;
  margin: 0 auto;
}
table.tbl.fs-small tr td a .icon_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.caution-list-box {
  margin-top: 1em;
}
.caution-list-box p {
  margin-bottom: 1em;
}
.caution-list-box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.caution-list-box ul li .ast {
  display: inline-block;
  white-space: nowrap;
}
.caution-list-box ul li span {
  width: auto;
}

.txt-notes-box {
  margin-bottom: 80px;
  padding: 1.6em;
  background: #FFEDE3;
  border-radius: 15px;
  color: #000;
}
.txt-notes-box .txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.9em;
  gap: 1.8em;
}
.txt-notes-box .txt p {
  margin: 0;
}

.dl-btn {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.dl-btn a {
  padding: 10px;
  border: 2px solid #F6705D;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}
.dl-btn a span {
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  position: relative;
  padding-right: 24px;
}
.dl-btn a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon/icon-pdf-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-btn a:hover {
  color: #fff;
  background-color: #F6705D;
}
.dl-btn a:hover span::before {
  background: url(../images/common/icon/icon-pdf-white.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.anchor {
  margin-top: -110px;
  padding-top: 110px;
}

main {
  margin-bottom: 0;
}

.breadclumb-box {
  padding: 15px;
  border-top: #ccc solid 1px;
}
.breadclumb-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadclumb-box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1em 0 0;
}
.breadclumb-box ul li::before {
  content: ">";
  display: inline-block;
  margin-right: 1em;
}
.breadclumb-box ul li:first-child::before {
  display: none;
}

header {
  border-top: #c61591 solid 3px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 53px;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.hide {
  position: absolute;
  opacity: 0;
}
header .header-box .box-lr .box-l {
  position: relative;
}
header .header-box .box-lr .box-l #logo {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  top: calc(50% + 6px);
}
header .header-box .box-lr .box-l #logo img {
  width: auto;
  height: 37px;
  line-height: 0;
}
header .header-box .box-lr .box-l #logo a {
  display: block;
  line-height: 0;
}
header .header-box .box-lr .box-r {
  display: none;
}
header .hnav-box {
  display: none;
}
header.modal-open a {
  pointer-events: none;
}

body.hm-active {
  height: 100%;
  overflow: hidden;
}

#hamburger-menu-box {
  position: fixed;
  right: 0;
  top: 3px;
  width: 50px;
  height: 50px;
  background: url(../images/common/hamburger-menu-box-bg.svg) no-repeat center center;
  background-size: cover;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#hamburger-menu-box.hide {
  position: absolute;
  opacity: 0;
}
#hamburger-menu-box .hamburger-menu {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#hamburger-menu-box .hamburger-menu#hamburger-menu-sp {
  display: block;
}
#hamburger-menu-box .hamburger-menu#hamburger-menu-pc {
  display: none;
}
#hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box {
  position: relative;
  margin: auto;
  width: 24px;
  height: 14px;
}
#hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div {
  position: absolute;
  right: 0;
  width: 24px;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div:nth-of-type(1) {
  top: 0;
}
#hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div:nth-of-type(2) {
  top: calc(50% - 1px);
}
#hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div:nth-of-type(3) {
  bottom: 0;
}
#hamburger-menu-box .hamburger-menu.open .hamburger-menu-inner-box div:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
#hamburger-menu-box .hamburger-menu.open .hamburger-menu-inner-box div:nth-of-type(2) {
  opacity: 0;
}
#hamburger-menu-box .hamburger-menu.open .hamburger-menu-inner-box div:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.hnav-box {
  display: none;
}

.ghnav-box {
  border-top: #c61591 solid 3px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding-bottom: 90px;
  background: #e3f1f1;
  pointer-events: none;
  opacity: 0;
}
.ghnav-box.hm-active {
  pointer-events: auto;
  opacity: 1;
}
.ghnav-box .nav-box {
  margin: 0 auto 30px;
  width: calc(100% - 60px);
}
.ghnav-box .nav-box ul.parent {
  margin-top: 80px;
  margin-bottom: 50px;
}
.ghnav-box .nav-box ul.parent li.no-children a {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: #ccc solid 1px;
  color: #0C6170;
}
.ghnav-box .nav-box ul.parent li.has-children {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: #ccc solid 1px;
}
.ghnav-box .nav-box ul.parent li.has-children .hm-btn {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 1em;
  cursor: pointer;
  color: #0C6170;
}
.ghnav-box .nav-box ul.parent li.has-children .hm-btn.hm-acc-btn {
  background: url(../images/common/icon/icon-acc-hm-close.svg) no-repeat right center;
  background-size: 20px;
}
.ghnav-box .nav-box ul.parent li.has-children .hm-btn.hm-acc-btn.open {
  background: url(../images/common/icon/icon-acc-hm-open.svg) no-repeat right center;
  background-size: 20px;
}
.ghnav-box .nav-box ul.parent li.has-children .children {
  display: none;
  margin-top: 1em;
}
.ghnav-box .nav-box ul.parent li.has-children .children li {
  font-size: 14px;
  font-size: 1.4rem;
}
.ghnav-box .nav-box ul.parent li.has-children .children li span {
  padding: 0;
}
.ghnav-box .nav-box ul.parent li.has-children .children li {
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
.ghnav-box .nav-box ul.parent li.has-children .children li:last-child {
  margin-bottom: 0;
}
.ghnav-box .nav-box ul.parent li.has-children .children li::before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #ccc;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.ghnav-box .nav-box ul.parent li a {
  margin: 0;
  padding: 0;
  display: block;
}
.ghnav-box .nav-box ul.parent li a span {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ghnav-box .nav-box ul.other {
  margin-top: 45px;
  margin-bottom: 40px;
  width: 100%;
}
.ghnav-box .nav-box ul.other li {
  margin-bottom: 2em;
}
.ghnav-box .nav-box ul.other li a {
  color: #545454;
}
.ghnav-box .nav-box ul.nav-bottom {
  margin: 2em auto 0;
  padding-top: 0;
  width: calc(100% - 40px);
}
.ghnav-box .nav-box ul.nav-bottom li {
  margin-bottom: 20px;
}
.ghnav-box .nav-box ul.nav-bottom li a {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1;
}
.ghnav-box .nav-box ul.nav-bottom li a span {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0.8em;
  display: inline-block;
}
.ghnav-box .nav-box ul.nav-bottom li a {
  text-align: center;
}
.ghnav-box .contact-box a {
  margin-bottom: 20px;
  width: 270px;
  white-space: nowrap;
}

footer {
  margin: 0;
  padding: 0;
}
footer .footer-contact {
  background: url(../images/common/bg-contact_sp.webp) no-repeat center center;
  background-size: cover;
}
footer .footer-contact a {
  display: block;
  padding: 3em 30px;
}
footer .footer-contact a .inner-box {
  background: url(../images/common/icon/icon-btn-contact-arrow.svg) no-repeat right center;
  background-size: 50px;
}
footer .footer-contact a .inner-box .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #fff;
  line-height: 1;
}
footer .footer-contact a .inner-box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  color: #fff;
}
footer .footer-box {
  padding: 30px 0 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
}
footer .footer-box .logo-box .logo {
  margin: 0 auto;
  width: 100px;
}
footer .footer-box .logo-box .logo img {
  width: 100;
  height: auto;
}
footer .footer-box .logo-box p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
footer .footer-box .footer-nav .footer-menu {
  text-align: center;
}
footer .footer-box .footer-nav .footer-menu li {
  display: inline-block;
  padding: 0 1em;
}
footer .footer-box .footer-nav .footer-menu li a {
  color: #fff;
}
footer .footer-nav-other-box {
  background-color: #fff;
  padding: 1em 2em;
}
footer .footer-nav-other-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
footer .footer-nav-other-box ul li {
  width: 50%;
  text-align: center;
}
footer .footer-nav-other-box ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
footer .copyright-box {
  margin: 0;
  padding: 0 0 1em;
  background: #fff;
}
footer .copyright-box .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

#regist-banner-box {
  position: fixed;
  right: 20px;
  bottom: 40px;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 360px;
  z-index: 2;
}
#regist-banner-box .btn-regist-banner-close {
  cursor: pointer;
  z-index: 3;
  width: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
}
#regist-banner-box a:hover {
  opacity: 1;
}
#regist-banner-box a:hover img {
  opacity: 1;
}

.index-ttl-h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

.index-ttl-h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.index-main {
  margin: 75px auto 40px;
  width: calc(100% - 30px);
  position: relative;
}
.index-main .index-main-bgimage-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 52.1739130435%;
  border-radius: 10px;
  background-image: url(../images/index/main01_sp.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-main .ttl {
  position: absolute;
  right: 15px;
  bottom: 1em;
  text-align: right;
  line-height: 1.2;
}
.index-main .ttl span {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 0.05em 0.4em 0.16em;
  display: inline-block;
  color: #fff;
}
.index-main .ttl.green span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
}
.index-main .ttl.blue span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 146, 226)), to(rgb(0, 203, 244)));
  background: -webkit-linear-gradient(left, rgb(0, 146, 226), rgb(0, 203, 244));
  background: linear-gradient(90deg, rgb(0, 146, 226), rgb(0, 203, 244));
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 0 rgb(96, 101, 217);
}
.index-main .ttl.pink span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 62, 142)), to(rgb(238, 173, 170)));
  background: -webkit-linear-gradient(left, rgb(242, 62, 142), rgb(238, 173, 170));
  background: linear-gradient(90deg, rgb(242, 62, 142), rgb(238, 173, 170));
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 0 rgb(156, 39, 107);
}
.index-main .ttl.white span {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.2)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.2));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.2));
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.index-main .ttl.brown span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(207, 123, 95)), to(rgb(222, 211, 177)));
  background: -webkit-linear-gradient(left, rgb(207, 123, 95), rgb(222, 211, 177));
  background: linear-gradient(90deg, rgb(207, 123, 95), rgb(222, 211, 177));
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 0 rgb(183, 76, 40);
}
.index-main .ttl.brown.radius span {
  border-radius: 10px;
}
.index-main .ttl.ttl-brown span {
  color: #AC370F;
}

.index-select {
  margin-bottom: 40px;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
}
.index-select .index-select-inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.index-select .index-select-inner .select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.index-select .index-select-inner .select-box li {
  width: calc(100% - 15px);
}
.index-select .index-select-inner .select-box li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  gap: 20px;
  overflow: hidden;
}
.index-select .index-select-inner .select-box li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0C6170;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.index-select .index-select-inner .select-box li a .bnr-img {
  position: relative;
  width: 80px;
  z-index: 2;
}
.index-select .index-select-inner .select-box li a .bnr-img img {
  vertical-align: top;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-select .index-select-inner .select-box li a .bnr-txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 100px);
  gap: 10px;
  z-index: 2;
}
.index-select .index-select-inner .select-box li a .bnr-txt span {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}
.index-select .index-select-inner .select-box li a:hover {
  opacity: 1;
}
.index-select .index-select-inner .select-box li a:hover::before {
  width: 100%;
}
.index-select .index-select-inner .select-box li a:hover .bnr-img img {
  opacity: 1;
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}
.index-select .index-select-inner .select-box li a:hover .bnr-txt {
  color: #fff;
}
.index-select .index-select-inner .select-box li:nth-child(1) {
  margin-bottom: 15px;
}
.index-news {
  margin: 0 auto 50px;
  width: calc(100% - 30px);
  padding: 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.index-news.subpage {
  margin: 0 0 100px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.index-news .btn-viewall-box {
  margin: 0;
  padding: 0;
  text-align: right;
}
.index-news .news-box .box-l {
  margin-bottom: 20px;
}
.index-news .news-box ul.index-cat-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-news .news-box ul.index-cat-list li {
  margin-right: 1em;
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.index-news .news-box ul.index-news-list {
  width: 100%;
}
.index-news .news-box ul.index-news-list li {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: #ccc 1px solid;
}
.index-news .news-box ul.index-news-list li a dl.date-cat-box dt,
.index-news .news-box ul.index-news-list li .nolink dl.date-cat-box dt {
  display: inline-block;
  padding-right: 1em;
}
.index-news .news-box ul.index-news-list li a dl.date-cat-box dt.cat span,
.index-news .news-box ul.index-news-list li .nolink dl.date-cat-box dt.cat span {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.2em 1em;
  background-color: #EEE;
  border-radius: 5px;
}
.index-news .news-box ul.index-news-list li a dl.date-cat-box dd,
.index-news .news-box ul.index-news-list li .nolink dl.date-cat-box dd {
  margin-top: 1em;
  display: block;
}

.index-activities {
  margin: 0 auto 50px;
  width: calc(100% - 30px);
}
.index-activities .image-box {
  margin-bottom: 40px;
  width: calc(100% - 15px);
  position: relative;
}
.index-activities .image-box img {
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
.index-activities .image-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
  border-radius: 10px;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 1;
}
.index-activities .box .box-r {
  display: none;
}

.subpage-main {
  padding-top: 20px;
}

.ttl-cat {
  margin-bottom: 0;
}

.arrow-down-box {
  margin: 0 auto 30px;
  width: 80%;
}

.acrl-list-item-box {
  padding: 1em;
  border: #ccc solid 1px;
}
.acrl-list-item-box ul li {
  font-size: 12px;
  font-size: 1.2rem;
}

.related-pagelink-box {
  background: #E9F6F6;
}
.related-pagelink-box .box {
  padding: 15px;
  margin: 0 auto;
  width: 100%;
}
.related-pagelink-box .ttl-related {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.6em;
  color: #0C6170;
}
.related-pagelink-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.related-pagelink-box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1em 1em 0;
}
.related-pagelink-box ul li::before {
  margin-right: 1em;
  content: "|";
  display: block;
  color: #ccc;
}
.related-pagelink-box ul li:first-child::before {
  display: none;
}
.related-pagelink-box ul li a.active {
  color: #999;
}

.page-content .sec {
  margin-bottom: 80px;
}
.page-content .sec .lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
.page-content .sec .txt-box {
  margin-bottom: 2em;
}
.page-content .sec .txt-box .txt-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: decimal;
  -webkit-padding-start: 1.4em;
          padding-inline-start: 1.4em;
  gap: 10px;
}
.page-content .sec .txt-box .txt-num .num {
  padding-left: 0.8em;
}
.page-content .sec .txt-box .txt-num .num ol {
  margin-left: 2em;
}
.page-content .sec .txt-box .txt-num .num ol li {
  counter-increment: cnt;
}
.page-content .sec .txt-box .txt-num .num ol li::before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
  width: 2em;
  margin-left: -2em;
}
.page-content .sec .txt-box .txt-num .num a {
  display: inline-block;
}
.page-content .sec .txt-box .txt-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.page-content .sec .txt-box .txt-circle::before {
  position: relative;
  display: block;
  content: "";
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #0C6170;
}
.page-content .sec .txt-box .txt-circle p {
  width: calc(100% - 24px);
  margin-bottom: 0;
}
.page-content .sec .notes-box {
  padding: 15px;
  background: #eee;
  border-radius: 10px;
}
.page-content .sec .notes-box p strong {
  color: #0C6170;
}
.page-content .sec .notes-box p .lead {
  font-size: 18px;
  font-size: 1.8rem;
}
.page-content .sec .notes-box p:last-child {
  margin-bottom: 0;
}
.page-content .page-link-box {
  margin-top: 50px;
}
.page-content .page-link-box ul.page-link-list li {
  margin-bottom: 30px;
}
.page-content .page-link-box ul.page-link-list li a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
  border-radius: 10px;
  display: block;
  text-align: center;
}
.page-content .page-link-box ul.page-link-list li a span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  padding: 2em 0;
  display: block;
}
.page-content .page-link-box ul.page-link-list.pc-col2 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-content .page-link-box ul.page-link-list.pc-col2 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.8em 1.6em 0.8em 0;
  text-align: left;
}
.page-content .page-link-box ul.page-link-list.pc-col2 li a span {
  width: 100%;
  display: block;
  padding: 1.2em 4em 1.2em 2em;
  background: url(../images/common/icon/icon-btn-arrow.svg) no-repeat right center;
  background-size: 1.428em;
}
.page-content .page-link-box ul.page-link-list.pc-col2 li .coming-soon {
  padding: 0 1.6em 0 0;
  background: #eee;
  border-radius: 10px;
  display: block;
  text-align: left;
}
.page-content .page-link-box ul.page-link-list.pc-col2 li .coming-soon span {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  padding: 1.2em 4em 1.2em 2em;
  background: url(../images/common/icon/icon-btn-arrow.svg) no-repeat right center;
  background-size: 1.428em;
}
.page-content .page-link-box ul.page-link-list.pc-col2 li .coming-soon span small {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-content .page-link-box ul.page-link-list-blank li {
  margin-bottom: 30px;
}
.page-content .page-link-box ul.page-link-list-blank li a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 174, 174)), to(rgb(12, 97, 112)));
  background: -webkit-linear-gradient(left, rgb(91, 174, 174), rgb(12, 97, 112));
  background: linear-gradient(90deg, rgb(91, 174, 174), rgb(12, 97, 112));
  border-radius: 10px;
  display: block;
  text-align: center;
}
.page-content .page-link-box ul.page-link-list-blank li a span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  padding: 2em 0;
  display: block;
  margin: 0 auto;
  width: calc(100% - 3em);
  padding: 1.2em 0 1.2em;
  background: url(../images/common/icon/icon-blank.svg) no-repeat right center;
  background-size: 1em;
  line-height: 1.4;
}
.page-content.page-content-col2 .sidebar {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 20px;
  line-height: 1.8;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent {
  margin-bottom: 20px;
  padding: 0 20px;
  background: #eee;
  border-radius: 10px;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .hm-btn {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 1em;
  cursor: pointer;
  color: #0C6170;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .hm-btn.hm-acc-btn {
  background: url(../images/common/icon/icon-acc-hm-close.svg) no-repeat right center;
  background-size: 20px;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .hm-btn.hm-acc-btn.open {
  background: url(../images/common/icon/icon-acc-hm-open.svg) no-repeat right center;
  background-size: 20px;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children {
  display: none;
  margin-top: 1em;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li {
  font-size: 14px;
  font-size: 1.4rem;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li span {
  padding: 0;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li {
  margin-bottom: 1em;
  position: relative;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li:last-child {
  margin-bottom: 0;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-anchor {
  color: #0C6170;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-anchor span {
  display: block;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-link {
  color: #0C6170;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-link span {
  display: block;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li ul.children {
  display: none;
}
.page-content.page-content-col2 .sidebar .nav-page-contents-box .btn-box {
  display: none;
}
.page-content.page-content-col3 .contents .sec .txt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3em;
  gap: 1.5em;
}
.page-content.page-content-col3 .contents .sec .txt-box p {
  margin-bottom: 0;
}
.page-content.page-content-col3 .contents .sec .box-lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
}
.page-content.page-content-col3 .contents .sec .box-lr .box-l {
  width: 100%;
}
.page-content.page-content-col3 .contents .sec .box-lr .box-l .txt-box {
  margin-bottom: 0;
}
.page-content.page-content-col3 .contents .sec .box-lr .box-r {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.page-content.page-content-col3 .contents .sec .box-lr .box-r .image-box {
  position: relative;
  width: calc(100% - 15px);
  margin-bottom: 40px;
}
.page-content.page-content-col3 .contents .sec .box-lr .box-r .image-box img {
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
.page-content.page-content-col3 .contents .sec .box-lr .box-r .image-box::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFA586), to(#F6705D));
  background: -webkit-linear-gradient(left, #FFA586, #F6705D);
  background: linear-gradient(to right, #FFA586, #F6705D);
  border-radius: 10px;
  z-index: 1;
}

.indexbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0 40px;
  background: -webkit-linear-gradient(top, #fff calc(100% - 20px), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fff calc(100% - 20px), rgba(255, 255, 255, 0));
  line-height: 1.5;
  z-index: 20;
}
.indexbar .nav-page-contents-box-page {
  margin: 0 auto;
  width: calc(100% - 60px);
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .hm-btn {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  padding-right: 1em;
  cursor: pointer;
  border-radius: 10px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .hm-btn.hm-acc-btn-page {
  position: relative;
  color: #545454;
  background: #FFEDE3;
  border: 1px solid #FFEDE3;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .hm-btn.hm-acc-btn-page::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon/icon-acc-hm-close-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .hm-btn.hm-acc-btn-page.open::before {
  background: url(../images/common/icon/icon-acc-hm-open-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children {
  display: none;
  margin-top: 1em;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children.open {
  display: block;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  background: #FFEDE3;
  border: 1px solid #FFEDE3;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a.btn-anchor {
  color: #545454;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a.btn-anchor span {
  display: block;
  font-weight: 600;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a::before, .indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a::after {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a::after {
  background: url(../images/common/icon/icon-arrow-down-white.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:nth-child(1) a::before {
  background: url(../images/common/icon/icon-sec01.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:nth-child(2) a::before {
  background: url(../images/common/icon/icon-sec02.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:nth-child(3) a::before {
  background: url(../images/common/icon/icon-sec03.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:nth-child(4) a::before {
  background: url(../images/common/icon/icon-sec04.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:nth-child(5) a::before {
  background: url(../images/common/icon/icon-sec05.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:last-child {
  margin-bottom: 0;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover {
  background: #fff;
  border: 1px solid #F6705D;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover a.btn-anchor {
  color: #F6705D;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover a::after {
  background: url(../images/common/icon/icon-arrow-down-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover:nth-child(1) a::before {
  background: url(../images/common/icon/icon-sec01-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover:nth-child(2) a::before {
  background: url(../images/common/icon/icon-sec02-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover:nth-child(3) a::before {
  background: url(../images/common/icon/icon-sec03-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover:nth-child(4) a::before {
  background: url(../images/common/icon/icon-sec04-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page ul.parent li.has-children .children li:hover:nth-child(5) a::before {
  background: url(../images/common/icon/icon-sec05-orange.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.indexbar .nav-page-contents-box-page .btn-box {
  display: none;
}

.overview-flow-list-sec {
  margin-bottom: 90px;
  padding: 20px;
  background: #E9F6F6;
  border-radius: 10px;
}
.overview-flow-list-sec .ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #0C6170;
  text-align: center;
}
.overview-flow-list-sec .overview-flow-list-box article {
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.overview-flow-list-sec .overview-flow-list-box article .box .box-l {
  width: 100%;
}
.overview-flow-list-sec .overview-flow-list-box article .box .box-l .ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
.overview-flow-list-sec .overview-flow-list-box article .box .box-r {
  width: 100%;
}
.overview-flow-list-sec .overview-flow-list-box article .box .box-r p .caution {
  position: relative;
  display: block;
  padding-left: 1em;
}
.overview-flow-list-sec .overview-flow-list-box article .box .box-r p .caution::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}
.overview-flow-list-sec .overview-flow-list-box .overview-flow-arrow {
  margin: 15px auto;
  width: 60px;
}

.overview-flow-list-sec-page {
  margin-bottom: 80px;
  padding: 20px;
  background: #FFEDE3;
  border-radius: 10px;
}
.overview-flow-list-sec-page .ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #F6705D;
  text-align: center;
}
.overview-flow-list-sec-page .overview-flow-list-box article {
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-l {
  width: 100%;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-l .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 0;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p {
  margin-bottom: 0;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p span {
  position: relative;
  padding-left: 20px;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p span::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #F6705D;
  border-radius: 20px;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p .caution {
  position: relative;
  display: block;
  padding-left: 1em;
}
.overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p .caution::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
}
.overview-flow-list-sec-page .overview-flow-list-box .overview-flow-arrow {
  margin: 15px auto;
  width: 60px;
}

.service-menu-list-sec .service-menu-list-box a {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}
.service-menu-list-sec .service-menu-list-box a:hover {
  -webkit-box-shadow: 6px 6px 6px rgba(12, 97, 112, 0.3);
          box-shadow: 6px 6px 6px rgba(12, 97, 112, 0.3);
}
.service-menu-list-sec .service-menu-list-box a:hover .inner-txt-box .arrow-txt {
  padding-right: 1.5em;
}
.service-menu-list-sec .service-menu-list-box a:hover .inner-txt-box .arrow-txt span {
  display: inline-block;
}
.service-menu-list-sec .service-menu-list-box a:hover .image-box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-menu-list-sec .service-menu-list-box a .image-box {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}
.service-menu-list-sec .service-menu-list-box a .inner-txt-box {
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 2;
}
.service-menu-list-sec .service-menu-list-box a .inner-txt-box .ttl {
  margin-bottom: 0.5em;
  color: #fff;
}
.service-menu-list-sec .service-menu-list-box a .inner-txt-box .arrow-txt {
  margin: 0;
  display: inline-block;
  height: 1em;
  padding-right: 1em;
  background: url(../images/common/icon/icon-arrow-line.svg) no-repeat right center;
  background-size: 1em;
  color: #fff;
  line-height: 1;
}
.service-menu-list-sec .service-menu-list-box a .inner-txt-box .arrow-txt span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-l,
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-l {
  width: 100%;
  margin-bottom: 20px;
}
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-r,
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-r {
  width: 100%;
}
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-r .inner-box,
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-r .inner-box {
  margin-bottom: 20px;
}
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-r .inner-box:last-child,
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-r .inner-box:last-child {
  margin-bottom: 0;
}
.service-menu-list-sec .service-menu-list-box .service-menu-list-box-head {
  margin-bottom: 20px;
}

.movie-box {
  width: 100%;
  margin-bottom: 3em;
}
.movie-box .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pagetop-box {
  position: fixed;
  display: none;
  right: 1rem;
  bottom: 1rem;
  width: 5rem;
  height: 5rem;
  background: #F6705D;
  opacity: 1;
}
#pagetop-box::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 0.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#pagetop-box:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.img-box {
  width: 100%;
  margin-bottom: 80px;
}
.img-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.flx-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.flx-box .img-box {
  width: calc(50% - 10px);
}

#loader-bg {
  z-index: 30000;
}
#loader-bg img {
  z-index: 10;
}

#cookie-agree-box {
  z-index: 600;
}

#hamburger-menu-box {
  z-index: 1999;
}

.hnav-box,
.ghnav-box {
  z-index: 1998;
}

header {
  z-index: 1900;
}

.page-content .sidebar {
  z-index: 1899;
}

.contents-header .ttl-box {
  z-index: 2;
}

#pagetop-box {
  z-index: 90;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  br.sp {
    display: none !important;
  }
  br.pc {
    display: block !important;
  }
  br.tb {
    display: block !important;
  }
  .pc-none {
    display: none !important;
  }
  p.caption {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
  }
  .ttl.ttl-lead {
    font-size: 50px;
    font-size: 5rem;
  }
  .ttl.ttl-h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 100px;
  }
  .ttl.ttl-h2.page-os {
    font-size: 26px;
    font-size: 2.6rem;
    position: relative;
  }
  .ttl.ttl-h2.page-os span {
    position: relative;
    padding: 50px 15px;
    z-index: 10;
  }
  .ttl.ttl-h2.page-os::before {
    width: 180px;
  }
  .ttl.ttl-h3 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .ttl.ttl-h3.page-os {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .ttl.ttl-h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ttl.ttl-h4.page-os {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  .ttl.ttl-h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .ttl.ttl-h5.page-os {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1.5em;
    text-align: center;
  }
  a.btn-more {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 1.6em;
    width: 195px;
  }
  a.btn-more span {
    padding-right: 2em;
  }
  a.link-cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
  a.btn-contact {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 1.6em;
    width: 210px;
  }
  a.btn-contact span {
    padding-right: 2em;
  }
  a.btn-regist {
    padding: 0 1.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  a.btn-regist span {
    padding-right: 2em;
  }
  a.btn-regist-large {
    width: 24em;
  }
  a.btn-regist-large span {
    font-size: 20px;
    font-size: 2rem;
  }
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .container {
    max-width: 1200px;
  }
  .container-inner {
    max-width: 850px;
  }
  .container-page {
    padding-top: 120px;
    max-width: 1200px;
  }
  .container-page-inner {
    max-width: 1050px;
  }
  .article {
    margin-bottom: 80px;
  }
  .image-box.sp-w300-only {
    margin: 0;
    width: auto;
  }
  .figure-box.figure-box-gray {
    padding: 45px;
  }
  dl.faq-box dt.faq-q {
    background-size: 25px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  dl.faq-box dt.faq-q.open {
    background-size: 25px;
  }
  .faq-list-box-page .faq-box dt.faq-q {
    background-size: 25px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .faq-list-box-page .faq-box dt.faq-q.open {
    background-size: 25px;
  }
  table.tbl tr td strong {
    font-size: 20px;
    font-size: 2rem;
  }
  table.tbl tr td strong small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  table.tbl.fs-small tr {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .txt-notes-box {
    margin-bottom: 100px;
  }
  .txt-notes-box .txt p {
    text-align: center;
  }
  .anchor {
    margin-top: 0px;
    padding-top: 0px;
  }
  .breadclumb-box ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  main {
    margin-bottom: 0;
  }
  .ghnav-box {
    border-top: #C61591 solid 3px;
  }
  footer .footer-contact {
    background: url(../images/common/bg-contact_pc.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  footer .footer-contact a {
    padding: 0 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer-contact a .inner-box {
    padding: 120px 0;
    background-size: 130px;
  }
  footer .footer-contact a .inner-box .ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  footer .footer-contact a .inner-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .footer-contact a .inner-box {
    z-index: 2;
    position: relative;
  }
  footer .footer-contact a:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  footer .footer-contact a:hover::after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
  }
  footer .footer-box {
    padding: 80px 0 60px;
  }
  footer .footer-box .logo-box {
    margin-bottom: 60px;
  }
  footer .footer-box .logo-box .logo img {
    width: 132px;
  }
  footer .footer-box .logo-box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .footer-box .footer-nav .footer-menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .footer-nav-other-copyright-box {
    padding: 30px 0;
    width: 100%;
  }
  footer .footer-nav-other-copyright-box .box {
    margin: 0 auto;
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  footer .footer-nav-other-copyright-box .box .footer-nav-other-box {
    margin: 0;
    padding: 0;
    width: 40%;
  }
  footer .footer-nav-other-copyright-box .box .footer-nav-other-box ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
  }
  footer .footer-nav-other-copyright-box .box .footer-nav-other-box ul li {
    width: auto;
    text-align: right;
  }
  footer .footer-nav-other-copyright-box .box .footer-nav-other-box ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .footer-nav-other-copyright-box .box .copyright-box {
    margin: 0;
    padding: 0;
    width: 40%;
  }
  footer .footer-nav-other-copyright-box .box .copyright-box .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  #regist-banner-box {
    right: 25px;
    bottom: 70px;
    width: 360px;
  }
  .index-ttl-h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .index-ttl-h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .index-main {
    margin-top: 120px;
    margin-bottom: 50px;
    width: calc(100% - 80px);
  }
  .index-main .index-main-bgimage-box {
    padding-top: 21.3841368585%;
    background-image: url(../images/index/main01_pc.webp);
  }
  .index-main .ttl {
    right: 60px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .index-main .ttl span {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 12px;
  }
  .index-select {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .index-select .index-select-inner {
    width: calc(100% - 120px);
  }
  .index-select .index-select-inner .select-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .index-select .index-select-inner .select-box li {
    width: calc(50% - 15px);
  }
  .index-select .index-select-inner .select-box li a .bnr-txt span {
    font-size: 20px;
    font-size: 2rem;
  }
  .index-select .index-select-inner .select-box li:nth-child(1) {
    margin-bottom: 0;
  }
  .index-news {
    margin-bottom: 180px;
    padding: 80px;
    width: 100%;
    max-width: 1200px;
  }
  .index-news .news-box ul.index-news-list li a dl.date-cat-box, .index-news .news-box ul.index-news-list li .nolink dl.date-cat-box {
    display: table;
  }
  .index-news .news-box ul.index-news-list li a dl.date-cat-box dt, .index-news .news-box ul.index-news-list li .nolink dl.date-cat-box dt {
    display: table-cell;
    padding-right: 1em;
    width: 6em;
  }
  .index-news .news-box ul.index-news-list li a dl.date-cat-box dt.cat, .index-news .news-box ul.index-news-list li .nolink dl.date-cat-box dt.cat {
    font-size: 14px;
    font-size: 1.4rem;
    width: 7em;
  }
  .index-news .news-box ul.index-news-list li a dl.date-cat-box dd, .index-news .news-box ul.index-news-list li .nolink dl.date-cat-box dd {
    width: calc(100% - 13em);
    margin-top: 0;
    display: table-cell;
  }
  .index-news .btn-box {
    width: 195px;
  }
  .subpage-main {
    padding-top: 40px;
  }
  .ttl-cat {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .arrow-down-box {
    margin-bottom: 40px;
    width: 214px;
  }
  .acrl-list-item-box {
    padding: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .acrl-list-item-box .box {
    width: 33.33%;
  }
  .acrl-list-item-box ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .related-pagelink-box {
    padding: 40px 0 20px;
  }
  .related-pagelink-box .box {
    width: 100%;
    max-width: 1200px;
  }
  .related-pagelink-box .box .ttl-related {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .page-content .sec {
    margin-bottom: 80px;
  }
  .page-content .sec .lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .page-content .sec .txt-box {
    margin-bottom: 50px;
  }
  .page-content .sec .txt-box .txt-circle::before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
  }
  .page-content .sec .txt-box .txt-circle p {
    width: calc(100% - 26px);
  }
  .page-content .sec .notes-box {
    padding: 30px;
  }
  .page-content .sec .notes-box .lead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .page-content .page-link-box ul.page-link-list.pc-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-content .page-link-box ul.page-link-list.pc-col3::after {
    content: "";
    display: block;
    width: calc(33% - 20px);
  }
  .page-content .page-link-box ul.page-link-list.pc-col3 li {
    width: calc(33% - 20px);
    margin-bottom: 30px;
  }
  .page-content .page-link-box ul.page-link-list.pc-col3 li a {
    position: relative;
    height: 120px;
  }
  .page-content .page-link-box ul.page-link-list.pc-col3 li a span {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 1em;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 li {
    width: calc(50% - 20px);
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 li a span {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 2em;
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 li .coming-soon {
    padding: 0 2em 0 0;
    height: 120px;
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 li .coming-soon span {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 2em;
  }
  .page-content .page-link-box ul.page-link-list.pc-col2 li .coming-soon span small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-content .page-link-box ul.page-link-list-blank.pc-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-content .page-link-box ul.page-link-list-blank.pc-col2 li {
    width: calc(50% - 20px);
  }
  .page-content .page-link-box ul.page-link-list-blank.pc-col2 li a {
    font-size: 20px;
    font-size: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6em;
  }
  .page-content .page-link-box ul.page-link-list-blank.pc-col2 li a span {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-content .page-link-box ul.page-link-list-blank.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-content .page-link-box ul.page-link-list-blank.center li {
    width: calc(50% - 20px);
  }
  .page-content .page-link-box ul.page-link-list-blank.center li a {
    font-size: 20px;
    font-size: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6em;
  }
  .page-content .page-link-box ul.page-link-list-blank.center li a span {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-content.page-content-col3 .sec {
    margin-bottom: 100px;
  }
  .page-content.page-content-col3 .contents .sec .txt-box {
    margin-bottom: 4em;
  }
  .indexbar .nav-page-contents-box-page {
    max-width: 1050px;
  }
  .overview-flow-list-sec {
    margin-bottom: 90px;
    padding: 30px;
  }
  .overview-flow-list-sec .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .overview-flow-list-sec .overview-flow-list-box article {
    padding: 30px 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
  }
  .overview-flow-list-sec .overview-flow-list-box article .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview-flow-list-sec .overview-flow-list-box article .box .box-l {
    width: 14em;
    margin-bottom: 0;
  }
  .overview-flow-list-sec .overview-flow-list-box article .box .box-l .ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .overview-flow-list-sec .overview-flow-list-box article .box .box-r {
    width: calc(100% - 14em);
  }
  .overview-flow-list-sec .overview-flow-list-box article .box .box-r p {
    margin-right: 5em;
    margin-bottom: 0;
  }
  .overview-flow-list-sec .overview-flow-list-box .overview-flow-arrow {
    margin: 15px auto;
    width: 60px;
  }
  .overview-flow-list-sec-page {
    margin-bottom: 100px;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-l {
    width: calc(20% - 20px);
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-r {
    width: calc(80% - 20px);
  }
  .service-menu-list-sec .service-menu-list-box a {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
  }
  .service-menu-list-sec .service-menu-list-box a:hover {
    -webkit-box-shadow: 6px 6px 6px rgba(12, 97, 112, 0.3);
            box-shadow: 6px 6px 6px rgba(12, 97, 112, 0.3);
  }
  .service-menu-list-sec .service-menu-list-box a:hover .inner-txt-box .arrow-txt {
    padding-right: 1.5em;
  }
  .service-menu-list-sec .service-menu-list-box a:hover .inner-txt-box .arrow-txt span {
    display: inline-block;
  }
  .service-menu-list-sec .service-menu-list-box a:hover .image-box {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .service-menu-list-sec .service-menu-list-box a .image-box {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform;
  }
  .service-menu-list-sec .service-menu-list-box a .inner-txt-box {
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 2;
  }
  .service-menu-list-sec .service-menu-list-box a .inner-txt-box .ttl {
    margin-bottom: 0.5em;
    color: #fff;
  }
  .service-menu-list-sec .service-menu-list-box a .inner-txt-box .arrow-txt {
    margin: 0;
    display: inline-block;
    height: 1em;
    padding-right: 1em;
    background: url(../images/common/icon/icon-arrow-line.svg) no-repeat right center;
    background-size: 1em;
    color: #fff;
    line-height: 1;
  }
  .service-menu-list-sec .service-menu-list-box a .inner-txt-box .arrow-txt span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-head,
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-l,
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-l {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-r,
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-r {
    width: calc(50% - 10px);
  }
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-r .inner-box,
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-r .inner-box {
    margin-bottom: 20px;
  }
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-head .box-r .inner-box:last-child,
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-bottom .box-r .inner-box:last-child {
    margin-bottom: 0;
  }
  .service-menu-list-sec .service-menu-list-box .service-menu-list-box-head {
    margin-bottom: 20px;
  }
  .movie-box {
    width: 80%;
    max-width: 840px;
    margin: 0 auto 4em;
  }
}
@media (min-width: 992px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .ttl.ttl-h2.parent-ttl span {
    padding: 50px 80px;
  }
  .ttl.ttl-h2.page-os {
    margin-bottom: 80px;
  }
  .ttl.ttl-h2.page-os span {
    padding: 80px 80px;
  }
  .ttl.ttl-h2.page-os::before {
    width: 360px;
    background: url(../images/common/icon/icon-optional-screening.svg) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .pcw {
    display: block !important;
  }
  table.tbl {
    width: 100%;
  }
  table.tbl.page-os {
    width: 100%;
  }
  .container-page-inner {
    margin: 90px auto 0;
  }
  .anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
  .hnav-box {
    display: none;
    opacity: 0;
    border-top: #C61591 solid 3px;
  }
  .hnav-box.hm-active {
    display: block;
    opacity: 1;
  }
  .hnav-box {
    padding: 120px 80px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    padding-bottom: 90px;
    background: #e3f1f1;
  }
  .hnav-box .menu-box {
    margin-bottom: 20px;
  }
  .hnav-box .menu-box a {
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../images/common/icon/icon-btn-arrow-green.svg) no-repeat right center;
    background-size: 1.4em;
    color: #0C6170;
    padding-right: 60px;
  }
  .hnav-box .nav-box .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hnav-box .nav-box .box .box-l {
    padding-right: 50px;
  }
  .hnav-box .nav-box .box .box-c {
    padding-right: 50px;
  }
  .hnav-box .nav-box .box .box-c-l {
    padding-right: 50px;
  }
  .hnav-box .nav-box .box .box-c-r {
    padding-right: 50px;
  }
  .hnav-box .nav-box .box .box-c-r .parent {
    margin-bottom: 20px;
  }
  .hnav-box .nav-box ul.parent .has-children ul.children li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hnav-box .nav-box ul.parent .has-children ul.children li span {
    padding: 0 2em 0 0;
  }
  .hnav-box .nav-box ul.parent .has-children ul.children li {
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
  }
  .hnav-box .nav-box ul.parent .has-children ul.children li:last-child {
    margin-bottom: 0;
  }
  .hnav-box .nav-box ul.parent .has-children ul.children li::before {
    content: "";
    width: 10px;
    height: 3px;
    background-color: #CCC;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0.8em;
  }
  .hnav-box .nav-box .box-other {
    margin-top: 50px;
    padding: 50px 0;
    border-top: #CCC solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hnav-box .nav-box .box-other .contact-box a {
    margin-right: 20px;
  }
  .hnav-box .nav-box .box-other .other-nav-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hnav-box .nav-box .box-other .other-nav-box ul li:last-child {
    margin-left: 2em;
  }
  .hnav-box .nav-box .box-other .other-nav-box ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .footer-contact a {
    padding: 0 160px;
  }
  .index-select .index-select-inner {
    max-width: 1200px;
  }
  .index-select .index-select-inner .select-box li {
    width: calc(50% - 20px);
  }
  .index-select .index-select-inner .select-box li a .bnr-txt span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .index-news {
    margin-bottom: 180px;
    padding: 60px 80px 80px;
    width: 100%;
    max-width: 1200px;
  }
  .index-news .index-ttl-h2 {
    margin-top: 15px;
  }
  .index-news .news-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-news .news-box .box-l {
    width: 230px;
  }
  .index-news .news-box .box-r {
    width: calc(100% - 230px);
  }
  .index-news .news-box ul.index-cat-list {
    display: block;
  }
  .index-news .news-box ul.index-cat-list li {
    margin-right: 0;
    margin-bottom: 1em;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .index-activities {
    margin-bottom: 180px;
    width: 100%;
    max-width: 1200px;
  }
  .index-activities .image-box {
    margin-bottom: 0;
    width: calc(100% - 30px);
  }
  .index-activities .image-box::after {
    right: -30px;
    bottom: -30px;
  }
  .index-activities .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-activities .box .box-l {
    width: calc(50% - 3em);
    padding-right: 3em;
  }
  .index-activities .box .box-l .image-box {
    display: none;
  }
  .index-activities .box .box-l .btn-box {
    margin-left: 0;
    margin-right: 0;
  }
  .index-activities .box .box-r {
    width: 50%;
    display: block;
  }
  .page-content.page-content-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-content.page-content-col2 .sidebar {
    padding-bottom: 40px;
    width: 23%;
    position: relative;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box {
    margin-bottom: 20px;
    padding: 0 20px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 120px;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent {
    margin-bottom: 0;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .hm-btn {
    display: none;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children {
    display: block;
    margin-top: 1em;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li span {
    padding: 0;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li {
    margin-bottom: 0.8em;
    position: relative;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li:last-child {
    margin-bottom: 0;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-anchor {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-anchor span {
    padding: 5px 2.1em 5px 0;
    background: url(../images/common/icon/icon-arrow-down.svg) no-repeat right center;
    background-size: 25px;
    display: block;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li.has-children .children li a.btn-link span {
    padding: 5px 2.1em 5px 0;
    background: url(../images/common/icon/icon-arrow-right-green.svg) no-repeat right center;
    background-size: 25px;
    display: block;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box ul.parent li ul.children {
    display: block !important;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box .btn-box {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .page-content.page-content-col2 .sidebar .nav-page-contents-box .btn-box a {
    width: 100%;
  }
  .page-content.page-content-col2 .contents {
    padding-top: 10px;
    width: 70.833%;
  }
  .page-content.page-content-col3 .contents .sec .box-lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-content.page-content-col3 .contents .sec .box-lr .box-l {
    width: calc(100% - (480px + 3em));
  }
  .page-content.page-content-col3 .contents .sec .box-lr .box-r {
    width: 480px;
  }
  .page-content.page-content-col3 .contents .sec .box-lr .box-r .image-box {
    margin-top: 0.5em;
  }
  .indexbar {
    position: relative;
    padding: 0;
    background: none;
  }
  .indexbar .nav-page-contents-box-page {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 120px;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .hm-btn {
    display: none;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .children {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin-top: 0em;
    gap: 10px;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .children li {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(20% - 8px);
    padding: 20px 10px 10px;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .children li span {
    padding: 0;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .children li {
    margin-bottom: 0;
    position: relative;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .indexbar .nav-page-contents-box-page ul.parent li.has-children .children li a.btn-anchor span {
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .indexbar .nav-page-contents-box-page .btn-box {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .indexbar .nav-page-contents-box-page .btn-box a {
    width: 100%;
  }
  .overview-flow-list-sec-page {
    margin-bottom: 90px;
    padding: 40px;
    background: #FFEDE3;
    border-radius: 10px;
  }
  .overview-flow-list-sec-page .ttl {
    font-size: 20px;
    font-size: 2rem;
    color: #F6705D;
    text-align: left;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article {
    padding: 40px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-l .ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8em;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p {
    margin-bottom: 0;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p span::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p .caution {
    position: relative;
    display: block;
    padding-left: 1em;
  }
  .overview-flow-list-sec-page .overview-flow-list-box article .box .box-r p .caution::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
  }
  .overview-flow-list-sec-page .overview-flow-list-box .overview-flow-arrow {
    margin: 15px auto;
    width: 60px;
  }
}
@media (min-width: 1210px) {
  #wrapper {
    margin-top: 83px;
  }
  #hamburger-menu-box {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  #hamburger-menu-box.hide {
    position: fixed;
    opacity: 1;
  }
  #hamburger-menu-box .hamburger-menu {
    width: 80px;
    height: 80px;
  }
  #hamburger-menu-box .hamburger-menu#hamburger-menu-sp {
    display: none;
  }
  #hamburger-menu-box .hamburger-menu#hamburger-menu-pc {
    display: block;
  }
  #hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box {
    position: relative;
    margin: auto;
    width: 40px;
    height: 22px;
  }
  #hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div {
    width: 40px;
    height: 2px;
  }
  #hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div:nth-of-type(1) {
    top: 0;
  }
  #hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  #hamburger-menu-box .hamburger-menu .hamburger-menu-inner-box div:nth-of-type(3) {
    bottom: 0;
  }
  #hamburger-menu-box .hamburger-menu.open .hamburger-menu-inner-box div:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  #hamburger-menu-box .hamburger-menu.open .hamburger-menu-inner-box div:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger-menu-box .hamburger-menu.open .hamburger-menu-inner-box div:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header {
    height: 83px;
  }
  header.hide {
    position: fixed;
    opacity: 1;
  }
  header .header-box .box-lr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-box .box-lr .box-l {
    width: 260px;
  }
  header .header-box .box-lr .box-l #logo {
    left: 30px;
    top: 14px;
  }
  header .header-box .box-lr .box-l #logo img {
    height: 50px;
  }
  header .header-box .box-lr .box-l #logo-sub img {
    height: 40px;
  }
  header .header-box .box-lr .box-r {
    padding-right: 80px;
    width: calc(100% - 260px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-box .box-lr .box-r nav.header-nav {
    width: calc(100% - 8em);
    display: block;
  }
  header .header-box .box-lr .box-r nav.header-nav ul.header-menu {
    margin: 0 30px 0 auto;
    height: 83px;
    display: table;
  }
  header .header-box .box-lr .box-r nav.header-nav ul.header-menu li {
    padding-right: 30px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
  }
  header .header-box .box-lr .box-r nav.header-nav ul.header-menu li:last-child {
    padding-right: 0;
  }
  header .header-box .box-lr .box-r nav.header-nav ul.header-menu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .header-box .box-lr .box-r nav.header-nav ul.header-menu li a:hover {
    opacity: 0.5;
  }
  header .header-box .box-lr .box-r nav.header-nav ul.header-menu li a.active {
    color: #0C6170;
  }
  header .header-box .box-lr .box-r .header-menu-regist {
    width: 8em;
    height: 80px;
    overflow: hidden;
  }
  header .header-box .box-lr .box-r .header-menu-regist a {
    background: -webkit-gradient(linear, left top, right top, from(rgb(221, 103, 186)), to(rgb(199, 21, 145)));
    background: -webkit-linear-gradient(left, rgb(221, 103, 186), rgb(199, 21, 145));
    background: linear-gradient(90deg, rgb(221, 103, 186), rgb(199, 21, 145));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4em;
  }
  header .header-box .box-lr .box-r .header-menu-regist a span {
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    color: #fff;
    display: block;
    margin: 0 auto 0 -0.2em;
    width: calc(100% - 1em);
    text-align: center;
    background: url(../images/common/icon/icon-blank.svg) no-repeat right center;
    background-size: 1.2em;
  }
}/*# sourceMappingURL=styles.css.map */