.wpcf7 dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}
.wpcf7 dl dt {
  clear: both;
  float: left;
}
.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}
.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  padding: 10px;
}
.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}
.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.wpcf7 dl dd p {
  margin-bottom: 0;
}
.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: var(--font-yugo);
}
.wpcf7 dl .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.wpcf7 dl .ex,
.wpcf7 dl .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 dl .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 .btn-style {
  text-align: center !important;
  position: relative;
  margin-bottom: 2em !important;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.7em 1em;
  border-radius: 5px;
  background: var(--main_color);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.wpcf7 .btn-style input:hover {
  opacity: .8;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.wpcf7 .btn-style .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media (max-width: 767px) {
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }
  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }
  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    width: 100%;
  }
  .wpcf7 .block-inner {
    margin-bottom: 1em;
  }
}

.page-title h2 {
  font-family: var(--font-zen);
  color: var(--text-color);
  min-width: 150px;
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 1.8em 1.5em;
  font-weight: 600;
  background: url(../img/common/title_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 0.5em;
  }
}

h3, h4, h5, h6 {
  font-family: var(--font-zen);
  line-height: 1.4;
  font-weight: 600;
}

.entry-block h3, h3 {
  text-align: center;
  font-size: clamp(24px, 3vw, 30px);
  padding-top: clamp(35px, 5vw, 50px);
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:after, h3:after {
  content: "";
  width: clamp(44px, 6.4vw, 64px);
  height: clamp(30px, 4.3vw, 43px);
  background: url("../img/common/h3.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

h4 {
  font-size: clamp(22px, 2.6vw, 26px);
  border-bottom: solid 1px #377399;
  padding: 0 0 10px 14px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
h4:before {
  content: "";
  width: 3px;
  height: 19px;
  position: absolute;
  top: clamp(8px, 1.1vw, 11px);
  left: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--sub_color)), to(var(--third_color)));
  background: linear-gradient(to bottom, var(--sub_color), var(--third_color));
}

h5 {
  font-size: clamp(20px, 2.2vw, 22px);
  border-bottom: solid 1px #c2c2c2;
  display: table;
  padding: 0 0 5px 20px;
  margin: 0 0 15px;
  position: relative;
  color: var(--text-color);
}
h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: var(--five_color);
  border-radius: 50%;
}
h5.no-icon {
  padding-left: 0;
}
h5.no-icon:before {
  content: none;
}

h6 {
  font-size: clamp(18px, 2vw, 20px);
  position: relative;
  display: table;
  background: var(--sub_color);
  margin-bottom: 20px;
  color: white;
  border-radius: 5px;
  padding: .2rem 1rem;
}

div + h3, ul + h3, table + h3, p + h3 {
  margin-top: clamp(40px, 6.4vw, 80px);
}

div + h4, ul + h4, table + h4, p + h4 {
  margin-top: clamp(20px, 4vw, 40px);
}

div + h5,
ul + h5,
table + h5,
p + h5,
div + h6,
ul + h6,
table + h6,
p + h6 {
  margin-top: clamp(15px, 3vw, 30px);
}

.entry-block {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .date-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}
.entry-block .date-cat .post-category a {
  text-decoration: none;
  display: table;
  padding: .2rem .5rem .1rem;
  line-height: 1.4;
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-block .date-cat .post-category a.cat-vaccin_news {
  background: #2182b0;
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-vaccin_news:hover {
    background: var(--sub_color);
  }
}
.entry-block .date-cat .post-category a.cat-fukuoka {
  background: var(--main_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-fukuoka:hover {
    background: #fd5400;
  }
}
.entry-block .date-cat .post-category a.cat-chikushi {
  background: var(--sub_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-chikushi:hover {
    background: #2182b0;
  }
}
.entry-block .date-cat .post-category a.cat-itoshima {
  background: var(--third_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-itoshima:hover {
    background: #41e158;
  }
}
.entry-block .date-cat .post-category a.cat-kasuya {
  background: var(--four_color);
}
@media (hover: hover) and (pointer: fine) {
  .entry-block .date-cat .post-category a.cat-kasuya:hover {
    background: #ff438e;
  }
}
.entry-block .dateBlock {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.entry-block.post_has_thumnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
          column-gap: 5%;
}
.entry-block.post_has_thumnail .post_thumbnail {
  width: 30%;
}
.entry-block.post_has_thumnail .post_thumbnail .dummy {
  border: 1px solid #ddd;
}
.entry-block.post_has_thumnail .contents_block {
  width: 65%;
}
.entry-block.post_has_thumnail .contents_block a {
  text-decoration: none;
}
.entry-block.post_has_thumnail .contents_block a:hover {
  text-decoration: underline;
}
.entry-block.post_has_thumnail .contents_block h3 {
  padding: 0;
  text-align: left;
  margin-bottom: 0;
  font-size: clamp(20px, 2.2vw, 22px);
}
.entry-block.post_has_thumnail .contents_block h3:before, .entry-block.post_has_thumnail .contents_block h3:after {
  content: none;
}

.pager {
  font-size: 88%;
  margin-bottom: 3em;
}

.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
}

.pager span.current {
  background: #f1f1f1;
  /* color: #fff; */
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--main_color);
  padding: clamp(20px, 3vw, 30px) clamp(20px, 4vw, 40px);
  width: 100%;
}
.anchor_list li a {
  text-decoration: none;
  font-size: 17px;
  position: relative;
  padding-left: 34px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  color: var(--text-color);
}
.anchor_list li a:before, .anchor_list li a:after {
  content: "";
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.anchor_list li a:before {
  width: 26px;
  height: 26px;
  background: var(--main_color);
  border-radius: 50%;
  left: 0;
  top: -1px;
}
.anchor_list li a:after {
  width: 6px;
  height: 6px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 9px;
  top: 9px;
}
.anchor_list li a:hover {
  color: var(--main_color);
}
.anchor_list li a:hover:before {
  background: var(--text-color);
}
@media (max-width: 767px) {
  .anchor_list {
    row-gap: 10px;
  }
  .anchor_list li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .anchor_list {
    gap: 15px 2%;
  }
  .anchor_list.col2 li {
    width: 100%;
  }
  .anchor_list.col3 li {
    width: 49%;
  }
  .anchor_list.col4 li {
    width: calc(96% / 3);
  }
}
@media (min-width: 1240px) {
  .anchor_list.col2 li {
    width: 49%;
  }
  .anchor_list.col3 li {
    width: calc(96% / 3);
  }
  .anchor_list.col4 li {
    width: calc(94% / 4);
  }
}

.ul01:not(:last-child) {
  margin-bottom: 1em;
}
.ul01 li {
  padding-left: 15px;
  position: relative;
  margin-bottom: .5em;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}
.ul02 li {
  padding-left: 15px;
  position: relative;
}
.ul02 li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px var(--sub_color);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.ul_trial:not(:last-child) {
  margin-bottom: 1em;
}
.ul_trial li {
  padding-left: 15px;
  position: relative;
}
.ul_trial li:before {
  content: "";
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0.5em;
  left: 0;
  background: var(--five_color);
}

.ul_check:not(:last-child) {
  margin-bottom: 1em;
}
.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 25px;
}
.ul_check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/common/ic_check.png") no-repeat center/contain;
  z-index: 10;
}

.ul_arrow li a {
  background: #fff;
  color: var(--third_color);
  border: solid 1px var(--third_color);
  text-decoration: none;
  display: block;
  padding: 10px clamp(20px, 2.56vw, 32px) 9px;
  font-size: clamp(16px, 2.08vw, 17px);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.ul_arrow li a:after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: var(--third_color);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--third_color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
.ul_arrow li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:before {
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

ol.ol01 {
  margin-bottom: 1.2em;
}
ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
ol.ollist {
  margin-bottom: 1.2em;
}
ol.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}
ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}
ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
ol.ol_decimal > li:before {
  top: -1px;
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  background: var(--main_color);
  border-radius: 50px;
  line-height: 1.6;
  text-align: center;
  font-size: 90%;
}

.float-list {
  margin-bottom: clamp(20px, 3.4vw, 40px);
}

@media (min-width: 768px) {
  .float-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .float-list li {
    margin: 0;
  }

  .float-list2 li {
    width: 49%;
  }

  .float-list3 li {
    width: calc(96% / 3);
  }
}
.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: 5px;
}
.time-table th,
.time-table td {
  padding: .8rem .2rem;
  text-align: center;
}
.time-table thead th,
.time-table thead td {
  background: #d6e8ca;
  font-weight: bold;
}
.time-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #bababa;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .time-table thead th:first-child {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .time-table thead th:last-child {
    width: 15%;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .time-table thead th:last-child {
    width: auto;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .time-table tbody tr td:last-child {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .time-table tbody tr td:last-child {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .time-table th, .time-table td {
    font-size: 90%;
  }
  .time-table thead th {
    padding: .5rem .2rem .3rem;
  }
  .time-table thead th:first-child {
    width: 30%;
  }
}

.table01 {
  width: 100%;
}
.table01:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.table01 th,
.table01 td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
}
.table01 tr:last-child th {
  border-bottom: solid 1px var(--sub_color);
}
.table01 tr:last-child td {
  border-bottom: solid 1px #cfcfcf;
}
.table01 th {
  border-top: solid 1px var(--sub_color);
  text-align: left;
  font-weight: 700;
  color: var(--sub_color);
}
.table01 th:first-child {
  width: 35%;
}
.table01 td {
  border-top: solid 1px #cfcfcf;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 30%;
  }
}

.border-table {
  width: 100%;
}
.border-table:not(:last-child) {
  margin-bottom: 1em;
}
.border-table th,
.border-table td {
  font-size: clamp(14px, 1.44vw, 18px);
  padding: clamp(5px, 1.2vw, 15px) 5px;
  vertical-align: middle;
}
.border-table th.w1,
.border-table td.w1 {
  width: 1%;
}
@media (max-width: 767px) {
  .border-table th.sp-w1,
  .border-table td.sp-w1 {
    width: 1%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w1,
  .border-table td.pc-w1 {
    width: 1%;
  }
}
.border-table th.w2,
.border-table td.w2 {
  width: 2%;
}
@media (max-width: 767px) {
  .border-table th.sp-w2,
  .border-table td.sp-w2 {
    width: 2%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w2,
  .border-table td.pc-w2 {
    width: 2%;
  }
}
.border-table th.w3,
.border-table td.w3 {
  width: 3%;
}
@media (max-width: 767px) {
  .border-table th.sp-w3,
  .border-table td.sp-w3 {
    width: 3%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w3,
  .border-table td.pc-w3 {
    width: 3%;
  }
}
.border-table th.w4,
.border-table td.w4 {
  width: 4%;
}
@media (max-width: 767px) {
  .border-table th.sp-w4,
  .border-table td.sp-w4 {
    width: 4%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w4,
  .border-table td.pc-w4 {
    width: 4%;
  }
}
.border-table th.w5,
.border-table td.w5 {
  width: 5%;
}
@media (max-width: 767px) {
  .border-table th.sp-w5,
  .border-table td.sp-w5 {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w5,
  .border-table td.pc-w5 {
    width: 5%;
  }
}
.border-table th.w6,
.border-table td.w6 {
  width: 6%;
}
@media (max-width: 767px) {
  .border-table th.sp-w6,
  .border-table td.sp-w6 {
    width: 6%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w6,
  .border-table td.pc-w6 {
    width: 6%;
  }
}
.border-table th.w7,
.border-table td.w7 {
  width: 7%;
}
@media (max-width: 767px) {
  .border-table th.sp-w7,
  .border-table td.sp-w7 {
    width: 7%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w7,
  .border-table td.pc-w7 {
    width: 7%;
  }
}
.border-table th.w8,
.border-table td.w8 {
  width: 8%;
}
@media (max-width: 767px) {
  .border-table th.sp-w8,
  .border-table td.sp-w8 {
    width: 8%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w8,
  .border-table td.pc-w8 {
    width: 8%;
  }
}
.border-table th.w9,
.border-table td.w9 {
  width: 9%;
}
@media (max-width: 767px) {
  .border-table th.sp-w9,
  .border-table td.sp-w9 {
    width: 9%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w9,
  .border-table td.pc-w9 {
    width: 9%;
  }
}
.border-table th.w10,
.border-table td.w10 {
  width: 10%;
}
@media (max-width: 767px) {
  .border-table th.sp-w10,
  .border-table td.sp-w10 {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w10,
  .border-table td.pc-w10 {
    width: 10%;
  }
}
.border-table th.w11,
.border-table td.w11 {
  width: 11%;
}
@media (max-width: 767px) {
  .border-table th.sp-w11,
  .border-table td.sp-w11 {
    width: 11%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w11,
  .border-table td.pc-w11 {
    width: 11%;
  }
}
.border-table th.w12,
.border-table td.w12 {
  width: 12%;
}
@media (max-width: 767px) {
  .border-table th.sp-w12,
  .border-table td.sp-w12 {
    width: 12%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w12,
  .border-table td.pc-w12 {
    width: 12%;
  }
}
.border-table th.w13,
.border-table td.w13 {
  width: 13%;
}
@media (max-width: 767px) {
  .border-table th.sp-w13,
  .border-table td.sp-w13 {
    width: 13%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w13,
  .border-table td.pc-w13 {
    width: 13%;
  }
}
.border-table th.w14,
.border-table td.w14 {
  width: 14%;
}
@media (max-width: 767px) {
  .border-table th.sp-w14,
  .border-table td.sp-w14 {
    width: 14%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w14,
  .border-table td.pc-w14 {
    width: 14%;
  }
}
.border-table th.w15,
.border-table td.w15 {
  width: 15%;
}
@media (max-width: 767px) {
  .border-table th.sp-w15,
  .border-table td.sp-w15 {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w15,
  .border-table td.pc-w15 {
    width: 15%;
  }
}
.border-table th.w16,
.border-table td.w16 {
  width: 16%;
}
@media (max-width: 767px) {
  .border-table th.sp-w16,
  .border-table td.sp-w16 {
    width: 16%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w16,
  .border-table td.pc-w16 {
    width: 16%;
  }
}
.border-table th.w17,
.border-table td.w17 {
  width: 17%;
}
@media (max-width: 767px) {
  .border-table th.sp-w17,
  .border-table td.sp-w17 {
    width: 17%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w17,
  .border-table td.pc-w17 {
    width: 17%;
  }
}
.border-table th.w18,
.border-table td.w18 {
  width: 18%;
}
@media (max-width: 767px) {
  .border-table th.sp-w18,
  .border-table td.sp-w18 {
    width: 18%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w18,
  .border-table td.pc-w18 {
    width: 18%;
  }
}
.border-table th.w19,
.border-table td.w19 {
  width: 19%;
}
@media (max-width: 767px) {
  .border-table th.sp-w19,
  .border-table td.sp-w19 {
    width: 19%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w19,
  .border-table td.pc-w19 {
    width: 19%;
  }
}
.border-table th.w20,
.border-table td.w20 {
  width: 20%;
}
@media (max-width: 767px) {
  .border-table th.sp-w20,
  .border-table td.sp-w20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w20,
  .border-table td.pc-w20 {
    width: 20%;
  }
}
.border-table th.w21,
.border-table td.w21 {
  width: 21%;
}
@media (max-width: 767px) {
  .border-table th.sp-w21,
  .border-table td.sp-w21 {
    width: 21%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w21,
  .border-table td.pc-w21 {
    width: 21%;
  }
}
.border-table th.w22,
.border-table td.w22 {
  width: 22%;
}
@media (max-width: 767px) {
  .border-table th.sp-w22,
  .border-table td.sp-w22 {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w22,
  .border-table td.pc-w22 {
    width: 22%;
  }
}
.border-table th.w23,
.border-table td.w23 {
  width: 23%;
}
@media (max-width: 767px) {
  .border-table th.sp-w23,
  .border-table td.sp-w23 {
    width: 23%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w23,
  .border-table td.pc-w23 {
    width: 23%;
  }
}
.border-table th.w24,
.border-table td.w24 {
  width: 24%;
}
@media (max-width: 767px) {
  .border-table th.sp-w24,
  .border-table td.sp-w24 {
    width: 24%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w24,
  .border-table td.pc-w24 {
    width: 24%;
  }
}
.border-table th.w25,
.border-table td.w25 {
  width: 25%;
}
@media (max-width: 767px) {
  .border-table th.sp-w25,
  .border-table td.sp-w25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w25,
  .border-table td.pc-w25 {
    width: 25%;
  }
}
.border-table th.w26,
.border-table td.w26 {
  width: 26%;
}
@media (max-width: 767px) {
  .border-table th.sp-w26,
  .border-table td.sp-w26 {
    width: 26%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w26,
  .border-table td.pc-w26 {
    width: 26%;
  }
}
.border-table th.w27,
.border-table td.w27 {
  width: 27%;
}
@media (max-width: 767px) {
  .border-table th.sp-w27,
  .border-table td.sp-w27 {
    width: 27%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w27,
  .border-table td.pc-w27 {
    width: 27%;
  }
}
.border-table th.w28,
.border-table td.w28 {
  width: 28%;
}
@media (max-width: 767px) {
  .border-table th.sp-w28,
  .border-table td.sp-w28 {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w28,
  .border-table td.pc-w28 {
    width: 28%;
  }
}
.border-table th.w29,
.border-table td.w29 {
  width: 29%;
}
@media (max-width: 767px) {
  .border-table th.sp-w29,
  .border-table td.sp-w29 {
    width: 29%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w29,
  .border-table td.pc-w29 {
    width: 29%;
  }
}
.border-table th.w30,
.border-table td.w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .border-table th.sp-w30,
  .border-table td.sp-w30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w30,
  .border-table td.pc-w30 {
    width: 30%;
  }
}
.border-table th.w31,
.border-table td.w31 {
  width: 31%;
}
@media (max-width: 767px) {
  .border-table th.sp-w31,
  .border-table td.sp-w31 {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w31,
  .border-table td.pc-w31 {
    width: 31%;
  }
}
.border-table th.w32,
.border-table td.w32 {
  width: 32%;
}
@media (max-width: 767px) {
  .border-table th.sp-w32,
  .border-table td.sp-w32 {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w32,
  .border-table td.pc-w32 {
    width: 32%;
  }
}
.border-table th.w33,
.border-table td.w33 {
  width: 33%;
}
@media (max-width: 767px) {
  .border-table th.sp-w33,
  .border-table td.sp-w33 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w33,
  .border-table td.pc-w33 {
    width: 33%;
  }
}
.border-table th.w34,
.border-table td.w34 {
  width: 34%;
}
@media (max-width: 767px) {
  .border-table th.sp-w34,
  .border-table td.sp-w34 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w34,
  .border-table td.pc-w34 {
    width: 34%;
  }
}
.border-table th.w35,
.border-table td.w35 {
  width: 35%;
}
@media (max-width: 767px) {
  .border-table th.sp-w35,
  .border-table td.sp-w35 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w35,
  .border-table td.pc-w35 {
    width: 35%;
  }
}
.border-table th.w36,
.border-table td.w36 {
  width: 36%;
}
@media (max-width: 767px) {
  .border-table th.sp-w36,
  .border-table td.sp-w36 {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w36,
  .border-table td.pc-w36 {
    width: 36%;
  }
}
.border-table th.w37,
.border-table td.w37 {
  width: 37%;
}
@media (max-width: 767px) {
  .border-table th.sp-w37,
  .border-table td.sp-w37 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w37,
  .border-table td.pc-w37 {
    width: 37%;
  }
}
.border-table th.w38,
.border-table td.w38 {
  width: 38%;
}
@media (max-width: 767px) {
  .border-table th.sp-w38,
  .border-table td.sp-w38 {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w38,
  .border-table td.pc-w38 {
    width: 38%;
  }
}
.border-table th.w39,
.border-table td.w39 {
  width: 39%;
}
@media (max-width: 767px) {
  .border-table th.sp-w39,
  .border-table td.sp-w39 {
    width: 39%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w39,
  .border-table td.pc-w39 {
    width: 39%;
  }
}
.border-table th.w40,
.border-table td.w40 {
  width: 40%;
}
@media (max-width: 767px) {
  .border-table th.sp-w40,
  .border-table td.sp-w40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w40,
  .border-table td.pc-w40 {
    width: 40%;
  }
}
.border-table th.w41,
.border-table td.w41 {
  width: 41%;
}
@media (max-width: 767px) {
  .border-table th.sp-w41,
  .border-table td.sp-w41 {
    width: 41%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w41,
  .border-table td.pc-w41 {
    width: 41%;
  }
}
.border-table th.w42,
.border-table td.w42 {
  width: 42%;
}
@media (max-width: 767px) {
  .border-table th.sp-w42,
  .border-table td.sp-w42 {
    width: 42%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w42,
  .border-table td.pc-w42 {
    width: 42%;
  }
}
.border-table th.w43,
.border-table td.w43 {
  width: 43%;
}
@media (max-width: 767px) {
  .border-table th.sp-w43,
  .border-table td.sp-w43 {
    width: 43%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w43,
  .border-table td.pc-w43 {
    width: 43%;
  }
}
.border-table th.w44,
.border-table td.w44 {
  width: 44%;
}
@media (max-width: 767px) {
  .border-table th.sp-w44,
  .border-table td.sp-w44 {
    width: 44%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w44,
  .border-table td.pc-w44 {
    width: 44%;
  }
}
.border-table th.w45,
.border-table td.w45 {
  width: 45%;
}
@media (max-width: 767px) {
  .border-table th.sp-w45,
  .border-table td.sp-w45 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w45,
  .border-table td.pc-w45 {
    width: 45%;
  }
}
.border-table th.w46,
.border-table td.w46 {
  width: 46%;
}
@media (max-width: 767px) {
  .border-table th.sp-w46,
  .border-table td.sp-w46 {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w46,
  .border-table td.pc-w46 {
    width: 46%;
  }
}
.border-table th.w47,
.border-table td.w47 {
  width: 47%;
}
@media (max-width: 767px) {
  .border-table th.sp-w47,
  .border-table td.sp-w47 {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w47,
  .border-table td.pc-w47 {
    width: 47%;
  }
}
.border-table th.w48,
.border-table td.w48 {
  width: 48%;
}
@media (max-width: 767px) {
  .border-table th.sp-w48,
  .border-table td.sp-w48 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w48,
  .border-table td.pc-w48 {
    width: 48%;
  }
}
.border-table th.w49,
.border-table td.w49 {
  width: 49%;
}
@media (max-width: 767px) {
  .border-table th.sp-w49,
  .border-table td.sp-w49 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w49,
  .border-table td.pc-w49 {
    width: 49%;
  }
}
.border-table th.w50,
.border-table td.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .border-table th.sp-w50,
  .border-table td.sp-w50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w50,
  .border-table td.pc-w50 {
    width: 50%;
  }
}
.border-table th.w51,
.border-table td.w51 {
  width: 51%;
}
@media (max-width: 767px) {
  .border-table th.sp-w51,
  .border-table td.sp-w51 {
    width: 51%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w51,
  .border-table td.pc-w51 {
    width: 51%;
  }
}
.border-table th.w52,
.border-table td.w52 {
  width: 52%;
}
@media (max-width: 767px) {
  .border-table th.sp-w52,
  .border-table td.sp-w52 {
    width: 52%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w52,
  .border-table td.pc-w52 {
    width: 52%;
  }
}
.border-table th.w53,
.border-table td.w53 {
  width: 53%;
}
@media (max-width: 767px) {
  .border-table th.sp-w53,
  .border-table td.sp-w53 {
    width: 53%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w53,
  .border-table td.pc-w53 {
    width: 53%;
  }
}
.border-table th.w54,
.border-table td.w54 {
  width: 54%;
}
@media (max-width: 767px) {
  .border-table th.sp-w54,
  .border-table td.sp-w54 {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w54,
  .border-table td.pc-w54 {
    width: 54%;
  }
}
.border-table th.w55,
.border-table td.w55 {
  width: 55%;
}
@media (max-width: 767px) {
  .border-table th.sp-w55,
  .border-table td.sp-w55 {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w55,
  .border-table td.pc-w55 {
    width: 55%;
  }
}
.border-table th.w56,
.border-table td.w56 {
  width: 56%;
}
@media (max-width: 767px) {
  .border-table th.sp-w56,
  .border-table td.sp-w56 {
    width: 56%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w56,
  .border-table td.pc-w56 {
    width: 56%;
  }
}
.border-table th.w57,
.border-table td.w57 {
  width: 57%;
}
@media (max-width: 767px) {
  .border-table th.sp-w57,
  .border-table td.sp-w57 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w57,
  .border-table td.pc-w57 {
    width: 57%;
  }
}
.border-table th.w58,
.border-table td.w58 {
  width: 58%;
}
@media (max-width: 767px) {
  .border-table th.sp-w58,
  .border-table td.sp-w58 {
    width: 58%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w58,
  .border-table td.pc-w58 {
    width: 58%;
  }
}
.border-table th.w59,
.border-table td.w59 {
  width: 59%;
}
@media (max-width: 767px) {
  .border-table th.sp-w59,
  .border-table td.sp-w59 {
    width: 59%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w59,
  .border-table td.pc-w59 {
    width: 59%;
  }
}
.border-table th.w60,
.border-table td.w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .border-table th.sp-w60,
  .border-table td.sp-w60 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w60,
  .border-table td.pc-w60 {
    width: 60%;
  }
}
.border-table th.w61,
.border-table td.w61 {
  width: 61%;
}
@media (max-width: 767px) {
  .border-table th.sp-w61,
  .border-table td.sp-w61 {
    width: 61%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w61,
  .border-table td.pc-w61 {
    width: 61%;
  }
}
.border-table th.w62,
.border-table td.w62 {
  width: 62%;
}
@media (max-width: 767px) {
  .border-table th.sp-w62,
  .border-table td.sp-w62 {
    width: 62%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w62,
  .border-table td.pc-w62 {
    width: 62%;
  }
}
.border-table th.w63,
.border-table td.w63 {
  width: 63%;
}
@media (max-width: 767px) {
  .border-table th.sp-w63,
  .border-table td.sp-w63 {
    width: 63%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w63,
  .border-table td.pc-w63 {
    width: 63%;
  }
}
.border-table th.w64,
.border-table td.w64 {
  width: 64%;
}
@media (max-width: 767px) {
  .border-table th.sp-w64,
  .border-table td.sp-w64 {
    width: 64%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w64,
  .border-table td.pc-w64 {
    width: 64%;
  }
}
.border-table th.w65,
.border-table td.w65 {
  width: 65%;
}
@media (max-width: 767px) {
  .border-table th.sp-w65,
  .border-table td.sp-w65 {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w65,
  .border-table td.pc-w65 {
    width: 65%;
  }
}
.border-table th.w66,
.border-table td.w66 {
  width: 66%;
}
@media (max-width: 767px) {
  .border-table th.sp-w66,
  .border-table td.sp-w66 {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w66,
  .border-table td.pc-w66 {
    width: 66%;
  }
}
.border-table th.w67,
.border-table td.w67 {
  width: 67%;
}
@media (max-width: 767px) {
  .border-table th.sp-w67,
  .border-table td.sp-w67 {
    width: 67%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w67,
  .border-table td.pc-w67 {
    width: 67%;
  }
}
.border-table th.w68,
.border-table td.w68 {
  width: 68%;
}
@media (max-width: 767px) {
  .border-table th.sp-w68,
  .border-table td.sp-w68 {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w68,
  .border-table td.pc-w68 {
    width: 68%;
  }
}
.border-table th.w69,
.border-table td.w69 {
  width: 69%;
}
@media (max-width: 767px) {
  .border-table th.sp-w69,
  .border-table td.sp-w69 {
    width: 69%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w69,
  .border-table td.pc-w69 {
    width: 69%;
  }
}
.border-table th.w70,
.border-table td.w70 {
  width: 70%;
}
@media (max-width: 767px) {
  .border-table th.sp-w70,
  .border-table td.sp-w70 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .border-table th.pc-w70,
  .border-table td.pc-w70 {
    width: 70%;
  }
}
.border-table thead th,
.border-table thead td {
  background: #d6e8ca;
  color: var(--text-color);
  border: solid 1px #dddddd;
}
.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px;
  border: solid 1px #dddddd;
}
.border-table tbody th {
  text-align: left;
  background: #f9f9f9;
}
.border-table tbody td {
  background: #fff;
}
.border-table.th-center tbody th {
  text-align: center;
}
.border-table.td-right tbody td {
  text-align: right;
}
.border-table.auto {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.border-table.tb-img th img, .border-table.tb-img td img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .border-table.tb-img th img, .border-table.tb-img td img {
    max-width: 150px;
  }
}
.border-table.center th, .border-table.center td {
  text-align: center;
}
@media (max-width: 767px) {
  .border-table.table_sp_stack {
    border-bottom: 1px solid #ddd;
  }
  .border-table.table_sp_stack thead, .border-table.table_sp_stack tbody, .border-table.table_sp_stack tr, .border-table.table_sp_stack th, .border-table.table_sp_stack td {
    display: block;
    width: auto;
  }
  .border-table.table_sp_stack th, .border-table.table_sp_stack td {
    padding: .8rem .5rem;
  }
  .border-table.table_sp_stack th {
    border-bottom: none;
  }
  .border-table.table_sp_stack td {
    border-bottom: none;
  }
}

.fee-table {
  width: 100%;
}
.fee-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th {
  background: var(--main_color);
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #ebf0f6;
}
.fee-table tbody td {
  text-align: right;
}

.mark {
  color: var(--main_color);
}

.scroll-hint-shadow-wrap:not(:last-child) {
  margin-bottom: clamp(30px, 5.4vw, 70px);
}
@media (min-width: 768px) {
  .scroll-hint-shadow-wrap .js-scrollable {
    overflow: unset !important;
  }
}
.scroll-hint-shadow-wrap table {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .border-table th, .border-table td, .table01 th, .table01 td {
    padding: 5px 3px;
  }

  .js-scrollable table {
    min-width: 768px;
  }
}
#menu-sitemap {
  padding: 0;
}
#menu-sitemap li {
  border-bottom: 1px solid var(--main_color);
  vertical-align: top;
}
#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}
#menu-sitemap li a {
  text-decoration: none;
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 0.8em 0.2em 0.7em 30px;
  position: relative;
}
#menu-sitemap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 1.4em;
  left: 12px;
  border-top: solid 2px var(--main_color);
  border-right: solid 2px var(--main_color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#menu-sitemap li a:hover {
  background: var(--main_color);
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#menu-sitemap li a:hover:after {
  border-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.googlemap {
  position: relative;
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}
.googlemap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .googlemap {
    padding-bottom: 45.6%;
  }
}

.youtube-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.youtube-wrap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.youtube:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ba-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.ba-block .before,
.ba-block .after {
  border: solid 1px var(--text-color);
  padding: clamp(20px, 3.2vw, 40px);
}
.ba-block .before {
  position: relative;
}
.ba-block .before:after {
  content: "";
  position: absolute;
  background-color: var(--main_color);
  margin: auto;
}
.ba-block .batitle {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .ba-block .before {
    margin-bottom: 40px !important;
  }
  .ba-block .before:after {
    width: 30px;
    height: 15px;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
@media (min-width: 768px) {
  .ba-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ba-block .before:after {
    width: 15px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.flow-block {
  padding: clamp(20px, 3vw, 30px);
  border: solid 1px var(--third_color);
}
.flow-block:not(:last-child) {
  margin-bottom: clamp(55px, 7vw, 70px);
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: clamp(67px, 8.7vw, 87px);
  height: clamp(24px, 3.4vw, 34px);
  background-color: var(--third_color);
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-block h4,
.flow-block h5,
.flow-block h6 {
  margin-top: 0;
}
.flow-block .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}
.flow-block .step .num {
  background: var(--five_color);
  color: white;
  margin: 0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
}
.flow-block .step .step_txt {
  font-size: clamp(20px, 1.92vw, 24px);
}

.qa-block {
  border-bottom: solid 1px var(--four_color);
  padding-bottom: .5em;
}
.qa-block:not(:last-child) {
  margin-bottom: 1em;
}
.qa-block:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.qa-block .question,
.qa-block .answer {
  padding: 10px 10px 10px 55px;
  position: relative;
}
.qa-block .question:before,
.qa-block .answer:before {
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-bottom: .2rem;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(18px, 2vw, 24px);
}
.qa-block .title:before, .qa-block .title:after {
  content: "";
  width: 15px;
  height: 3px;
  background: var(--four_color);
  position: absolute;
  top: 0.5em;
  right: 10px;
  margin: auto;
}
.qa-block .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .open .title:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .question:before {
  content: "Q";
  top: clamp(3px, 0.5vw, 7px);
  background: var(--four_color);
}
.qa-block .question:after {
  background: var(--sub_color);
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: var(--main_color);
}
.qa-block .answer:before {
  content: "A";
  top: 8px;
  left: 0;
  background: var(--main_color);
}

.block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.block-inner:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.border-block {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--third_color);
}
.border-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.border-block h4,
.border-block h5,
.border-block h6 {
  margin-top: 0;
}

.bg-block {
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  -webkit-box-shadow: 0 0 21px rgba(30, 34, 41, 0.15);
          box-shadow: 0 0 21px rgba(30, 34, 41, 0.15);
}
.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}

.bg-block2 {
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  background: rgba(147, 194, 116, 0.15);
}
.bg-block2:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block2 h4,
.bg-block2 h5,
.bg-block2 h6 {
  margin-top: 0;
}
.bg-block2 .title {
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
  display: table !important;
  margin-inline: auto !important;
  border-bottom: 1px solid var(--third_color);
}
.bg-block2 .title .large {
  font-size: clamp(20px, 2.4vw, 24px);
  color: var(--third_color);
}

.bg-block3 {
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  background: rgba(180, 186, 27, 0.15);
}
.bg-block3:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block3 h4,
.bg-block3 h5,
.bg-block3 h6 {
  margin-top: 0;
}
.bg-block3 .title {
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
  display: table !important;
  margin-inline: auto !important;
  border-bottom: 1px solid var(--third_color);
}
.bg-block3 .title .large {
  font-size: clamp(20px, 2.4vw, 24px);
  color: var(--third_color);
}

* + .bg-block,
* + .border-block {
  margin-top: clamp(30px, 4vw, 50px);
}

.border-block,
.bg-block + .border-block,
.bg-block {
  margin-top: 0;
}

h5 + .bg-block,
h5 + .border-block {
  margin-top: 0;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
@media (min-width: 768px) {
  .row {
    gap: 30px 2%;
  }
  .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .row.col2 .googlemap {
    padding-bottom: 0;
    height: 100%;
  }
  .row.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .row.col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .row.col5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .row.col2 .col, .row.col3 .col, .row.col4 .col, .row.col5 .col {
    margin: 0;
  }
  .row.col2 .col .bg-block, .row.col2 .col .border-block, .row.col3 .col .bg-block, .row.col3 .col .border-block, .row.col4 .col .bg-block, .row.col4 .col .border-block, .row.col5 .col .bg-block, .row.col5 .col .border-block {
    height: 100%;
  }
  .row.col2 .bg-block, .row.col2 .border-block, .row.col3 .bg-block, .row.col3 .border-block {
    padding: 25px;
  }
  .row.col4 .bg-block, .row.col4 .border-block, .row.col5 .bg-block, .row.col5 .border-block {
    padding: 15px;
  }
  .row__imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row__imgtxt .col__img {
    width: 35%;
  }
  .row__imgtxt .col__text {
    width: 65%;
  }
  .row__imgtxt.small .col__img {
    width: 25%;
  }
  .row__imgtxt.small .col__text {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .row.list_anchor {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.list_anchor .btn-style a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .row.sp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 10px;
  }
  .row.sp_col2 .col {
    margin: 0;
    width: calc((100% - 20px) / 2);
  }
  .row.sp_col2 .col .txt-des {
    font-size: 16px;
  }
  .row__imgtxt .col:not(:last-child) {
    margin-bottom: 15px;
  }
  .row__imgtxt.small figure img {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .row_same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
  }
  .row_same .box {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row_same {
    display: grid;
    gap: 2%;
  }
  .row_same .box {
    display: grid;
    grid-template-rows: subgrid;
  }
  .row_same.col2 {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
  .row_same.col3 {
    grid-template-columns: repeat(auto-fit, minmax(calc(96% / 3), 1fr));
  }
  .row_same.col4 {
    grid-template-columns: repeat(auto-fit, minmax(calc(94% / 4), 1fr));
  }
  .row_same.span1 .box {
    grid-row: span 1;
  }
  .row_same.span2 .box {
    grid-row: span 2;
  }
  .row_same.span3 .box {
    grid-row: span 3;
  }
  .row_same.span4 .box {
    grid-row: span 4;
  }
  .row_same.span5 .box {
    grid-row: span 5;
  }
  .row_same.span6 .box {
    grid-row: span 6;
  }
  .row_same.span7 .box {
    grid-row: span 7;
  }
  .row_same.span8 .box {
    grid-row: span 8;
  }
  .row_same.span9 .box {
    grid-row: span 9;
  }
  .row_same.span10 .box {
    grid-row: span 10;
  }
}

.btn-style {
  text-align: center;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: .8em 20px;
  background: var(--main_color);
  border: solid 1px var(--main_color);
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  line-height: 1.4;
  border-radius: 100vmax;
  width: 280px;
  max-width: 100%;
  font-size: clamp(16px, 1.8vw, 18px);
  font-family: var(--font-zen);
}
.btn-style a:after {
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btn-style a:hover {
  background: var(--third_color);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-color: var(--third_color);
}
.btn-style a:hover:after {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  right: 10px;
}
.btn-style.large a {
  font-size: clamp(16px, 1.8vw, 18px);
  padding: .5em 20px;
}
.btn-style.long a {
  width: 300px;
}
.btn-style.blank a:after {
  width: 14px;
  height: 14px;
  background: url("../img/common/ic_blank.png") no-repeat center/contain;
  -webkit-clip-path: none;
          clip-path: none;
}

.more a {
  color: var(--four_color);
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  height: 60px;
  padding: 0 2rem;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
}
.more a:before, .more a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.more a:before {
  background: var(--four_color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 10px;
}
.more a:after {
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 18px;
}
.more a:hover {
  background: var(--four_color);
  color: white;
}
.more a:hover:before {
  background: white;
}
.more a:hover:after {
  border-color: var(--four_color);
}
.more.long a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 40px;
}

.post-list dt {
  margin: 0;
}
.post-list dd {
  border-bottom: solid 1px #bdbcb9;
  margin: 0;
}
.post-list dd a {
  text-decoration: none;
  color: var(--text-color);
}
.post-list dd a:hover {
  color: var(--main_color);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .post-list dt {
    clear: both;
    float: left;
    width: 100px;
    padding: 1em 0;
  }
  .post-list dt + dd {
    padding-left: 100px;
  }
  .post-list dd {
    padding: 1em 0;
  }
}
@media (max-width: 767px) {
  .post-list dd {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}

.home #contents > .inner {
  width: 100%;
  max-width: 100%;
}

.mainimage {
  position: relative;
}
.mainimage .copy {
  position: absolute;
  margin: auto;
}

.txt-paris {
  font-family: var(--font-paris);
  font-weight: 400;
}

.txt-libre, .sec_feature .row .num {
  font-family: var(--font-libre);
  font-weight: 400;
}

.txt-zenkaku, .sec_feature .row .l2 {
  font-family: var(--font-zenkaku);
}

.list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.list_btn .btn-style {
  width: 220px;
}
.list_btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .list_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1240px) {
  .list_btn {
    -webkit-column-gap: 25px;
            column-gap: 25px;
  }
}

.sec_top {
  padding: clamp(50px, 10vw, 100px) 0;
  margin-bottom: 0;
}
.sec_top h2 {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.sec_top h2 .en {
  color: var(--main_color);
  display: block;
}
.sec_top h2.type1 {
  font-size: clamp(40px, 5.6vw, 56px);
  margin-bottom: clamp(20px, 3vw, 30px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.sec_top h3 {
  margin: 0 0 1em;
  font-size: clamp(20px, 3vw, 30px);
  padding: 0;
  display: block;
}
.sec_top h3:before, .sec_top h3:after {
  content: none;
}
.sec_top .l2 {
  line-height: 2;
}

.sec_info {
  background: url("../img/top/bg_img001.jpg");
}
.sec_info .list_access {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sec_info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_info .row .col {
    width: 49%;
  }
  .sec_info .row .col__map .googlemap {
    padding-bottom: 220px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1240px) {
  .sec_info .row {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .sec_info .row .col {
    width: calc((100% - 60px) / 2);
  }
}

@media (max-width: 767px) {
  .sec_ist .row {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_ist .row .col {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
}

.sec_feature {
  background: url("../img/top/bg_img002.jpg") no-repeat center/cover;
}
.sec_feature .tit {
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 55px);
}
.sec_feature .icon {
  position: relative;
}
.sec_feature .icon:after {
  content: "";
  position: absolute;
}
.sec_feature .icon__0:after {
  background: url("../img/top/feature_icon00.png") no-repeat center/contain;
}
.sec_feature .icon__1:after {
  background: url("../img/top/feature_icon01.png") no-repeat center/contain;
}
.sec_feature .icon__2:after {
  background: url("../img/top/feature_icon02.png") no-repeat center/contain;
}
.sec_feature .icon__3:after {
  background: url("../img/top/feature_icon03.png") no-repeat center/contain;
}
.sec_feature .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_feature .row .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  border-radius: 50%;
}
.sec_feature .row .num:after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 50%;
}
.sec_feature .row .num.bg1 {
  background: var(--main_color);
}
.sec_feature .row .num.bg1:after {
  background: var(--main_color);
}
.sec_feature .row .num.bg2 {
  background: var(--sub_color);
}
.sec_feature .row .num.bg2:after {
  background: var(--sub_color);
}
.sec_feature .row .num.bg3 {
  background: var(--third_color);
}
.sec_feature .row .num.bg3:after {
  background: var(--third_color);
}
.sec_feature .row .num.bg4 {
  background: var(--four_color);
}
.sec_feature .row .num.bg4:after {
  background: var(--four_color);
}
.sec_feature .row .num.bg5 {
  background: var(--five_color);
}
.sec_feature .row .num.bg5:after {
  background: var(--five_color);
}
.sec_feature .row h3 {
  text-align: left;
  margin-bottom: 15px;
}
.sec_feature .row .l2 {
  letter-spacing: 0.06em;
  margin-bottom: clamp(20px, 4vw, 45px);
}
.sec_feature .row:not(:last-child) {
  margin-bottom: clamp(50px, 9vw, 90px);
}
@media (max-width: 767px) {
  .sec_feature .tit img {
    max-width: calc(705 / 767 * 100vw);
  }
  .sec_feature .icon__1:after {
    bottom: calc(-25 / 767 * 100vw);
    right: 0;
    width: calc(156 / 767 * 100vw);
    height: calc(93 / 767 * 100vw);
  }
  .sec_feature .icon__2:after {
    top: calc(-40 / 767 * 100vw);
    left: calc(-20 / 767 * 100vw);
    width: calc(165 / 767 * 100vw);
    height: calc(165 / 767 * 100vw);
  }
  .sec_feature .icon__3:after {
    top: calc(-35 / 767 * 100vw);
    right: 0;
    width: calc(153 / 767 * 100vw);
    height: calc(125 / 767 * 100vw);
  }
  .sec_feature .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_feature .row .num {
    width: calc(150 / 767 * 100vw);
    height: calc(150 / 767 * 100vw);
    font-size: calc(80 / 767 * 100vw);
    line-height: 1;
    margin: calc(-50 / 767 * 100vw) 0 10px;
  }
  .sec_feature .row .num:after {
    width: calc(70 / 767 * 100vw);
    height: calc(30 / 767 * 100vw);
  }
  .sec_feature .row h3 {
    font-size: calc(48 / 767 * 100vw);
  }
  .sec_feature .row h3 .small {
    font-size: calc(44 / 767 * 100vw);
  }
  .sec_feature .row .list_btn .btn-style {
    width: calc((100% - 10px) / 2);
  }
  .sec_feature .row .col {
    margin-bottom: 0;
  }
  .sec_feature .row__type2 .col:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sec_feature .tit img {
    max-width: calc(743 / 1239 * 100vw);
  }
  .sec_feature .row .num {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  .sec_feature .row .num:after {
    width: 3.0vw;
    height: 1.5vw;
  }
  .sec_feature .row__type1 {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_feature .row__type1 h3 {
    font-size: 3.8vw;
  }
  .sec_feature .row__type1 h3 .small {
    font-size: 3.0vw;
  }
  .sec_feature .row__type1 .col__img {
    width: 55.6%;
    position: relative;
  }
  .sec_feature .row__type1 .col__img img {
    max-width: none;
  }
  .sec_feature .row__type1 .col__text {
    width: 44.4%;
  }
  .sec_feature .row__type1.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_feature .row__type1.reverse .col__text {
    padding-right: 2%;
  }
  .sec_feature .row__type1:not(.reverse) .col__img {
    height: 540px;
  }
  .sec_feature .row__type1:not(.reverse) .col__img figure {
    top: 0;
    right: 0;
    position: absolute;
  }
  .sec_feature .row__type1:not(.reverse) .col__text {
    padding-left: 2%;
  }
  .sec_feature .row__type2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sec_feature .row__type2 .num {
    margin-top: -4vw;
  }
  .sec_feature .row__type2 h3 {
    font-size: 3vw;
  }
  .sec_feature .row__type2 h3 .small {
    font-size: 2.4vw;
  }
  .sec_feature .row__type2 .col {
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 0;
    grid-row: span 5;
  }
  .sec_feature .row__type2 .col figure {
    text-align: right;
  }
  .sec_feature .row__type2 .col .l2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sec_feature .icon__1:after {
    top: calc(100% + (-35 / 1239 * 100vw));
    right: calc(-20 / 1239 * 100vw);
    width: calc(205 / 1239 * 100vw);
    height: calc(121 / 1239 * 100vw);
  }
  .sec_feature .icon__2:after {
    top: calc(-40 / 1239 * 100vw);
    left: calc(-20 / 1239 * 100vw);
    width: calc(165 / 1239 * 100vw);
    height: calc(165 / 1239 * 100vw);
  }
  .sec_feature .icon__3:after {
    top: calc(-35 / 1239 * 100vw);
    right: calc(-20 / 1239 * 100vw);
    width: calc(153 / 1239 * 100vw);
    height: calc(125 / 1239 * 100vw);
  }
  .sec_feature .row__type1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_feature .row__type1 .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sec_feature .row__type1 .col__img img {
    max-width: 100%;
  }
  .sec_feature .row__type1:not(.reverse) .col {
    height: auto;
    padding: 0;
  }
  .sec_feature .row__type1:not(.reverse) .col figure {
    position: unset;
  }
}

@media (min-width: 1240px) {
  .sec_feature .tit img {
    max-width: 100%;
  }
  .sec_feature .icon__1:after {
    top: calc(100% + (35 / 2000 * 100vw));
    left: calc(100% + (90 / 2000 * 100vw));
    width: 205px;
    height: 121px;
  }
  .sec_feature .icon__2:after {
    top: calc(-40 / 2000 * 100vw);
    right: calc(100% + (100 / 2000 * 100vw));
    width: 165px;
    height: 165px;
  }
  .sec_feature .icon__3:after {
    top: calc(-35 / 2000 * 100vw);
    left: calc(100% + (55 / 2000 * 100vw));
    width: 153px;
    height: 125px;
  }
  .sec_feature .row .num {
    width: 64px;
    height: 64px;
    font-size: 34px;
    margin-bottom: 10px;
  }
  .sec_feature .row .num:after {
    width: 30px;
    height: 15px;
  }
  .sec_feature .row__type1 h3 {
    font-size: 38px;
  }
  .sec_feature .row__type1 h3 .small {
    font-size: 30px;
  }
  .sec_feature .row__type1.reverse .col__text {
    padding-right: 55px;
  }
  .sec_feature .row__type1:not(.reverse) .col__text {
    padding-left: 55px;
  }
  .sec_feature .row__type2 {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  .sec_feature .row__type2 .num {
    margin-top: -40px;
  }
  .sec_feature .row__type2 h3 {
    font-size: 30px;
  }
  .sec_feature .row__type2 h3 .small {
    font-size: 24px;
  }
  .sec_feature .row__type2 .l2 {
    letter-spacing: 0.08em;
  }
}

.sec_medical {
  padding-bottom: 0;
}
.sec_medical h2 {
  position: relative;
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 70px);
}
.sec_medical h2 .en {
  color: #edf5e9;
  line-height: 1;
}
.sec_medical h2 .jp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_medical h2 .sub {
  font-weight: 500;
}
.sec_medical h3 {
  text-align: center;
}
.sec_medical h3 .large {
  display: block;
}
.sec_medical h3 .large.cl1::first-letter {
  color: var(--main_color);
}
.sec_medical h3 .large.cl2::first-letter {
  color: var(--sub_color);
}
.sec_medical h3 .large.cl3::first-letter {
  color: var(--third_color);
}
.sec_medical h3 .large.cl4::first-letter {
  color: var(--four_color);
}
.sec_medical h3 .large.cl5::first-letter {
  color: var(--five_color);
}
.sec_medical .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_medical h2 {
    font-size: calc(26 / 767 * 100vw);
  }
  .sec_medical h2 .en {
    font-size: calc(160 / 767 * 100vw);
    margin-bottom: calc(-60 / 767 * 100vw);
  }
  .sec_medical h2 .jp {
    font-size: calc(48 / 767 * 100vw);
    position: unset;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  .sec_medical h3 {
    font-size: calc(36 / 767 * 100vw);
  }
  .sec_medical h3 .large {
    font-size: calc(54 / 767 * 100vw);
  }
  .sec_medical .row .col:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec_medical .line {
    padding: 50px 0;
  }
  .sec_medical .line__1 {
    background: url("../img/top/sp_medical_bg1.jpg") no-repeat center bottom/cover;
  }
  .sec_medical .line__2 {
    background: url("../img/top/sp_medical_bg2.jpg") no-repeat center bottom/cover;
  }
  .sec_medical .line__3 {
    background: url("../img/top/sp_medical_bg3.jpg") no-repeat center bottom/cover;
  }
}
@media (min-width: 768px) {
  .sec_medical h2 {
    font-size: 2.6vw;
  }
  .sec_medical h2 .en {
    font-size: 25vw;
    margin-bottom: -3vw;
  }
  .sec_medical h2 .jp {
    font-size: 6vw;
  }
  .sec_medical h3 {
    font-size: 2.6vw;
  }
  .sec_medical h3 .large {
    font-size: 7.0vw;
  }
  .sec_medical .line {
    padding: 60px 0;
  }
  .sec_medical .line__1 {
    background: url("../img/top/medical_bg1.jpg") no-repeat center/cover;
  }
  .sec_medical .line__2 {
    background: url("../img/top/medical_bg2.jpg") no-repeat center/cover;
  }
  .sec_medical .line__3 {
    background: url("../img/top/medical_bg3.jpg") no-repeat center/cover;
  }
  .sec_medical .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_medical .row .col__img {
    width: calc(50% + 30px);
  }
  .sec_medical .row .col__img img {
    max-width: 140%;
  }
  .sec_medical .row .col__text {
    width: calc(50% - 30px);
  }
  .sec_medical .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_medical .row.reverse .col__text {
    padding-right: 2%;
  }
  .sec_medical .row:not(.reverse) .col__img {
    position: relative;
  }
  .sec_medical .row:not(.reverse) .col__img img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_medical .row:not(.reverse) .col__text {
    padding-left: 2%;
  }
}
@media (min-width: 1240px) {
  .sec_medical h2 {
    font-size: 26px;
  }
  .sec_medical h2 .en {
    font-size: 250px;
    margin-bottom: -30px;
  }
  .sec_medical h2 .jp {
    font-size: 60px;
  }
  .sec_medical h3 {
    font-size: 26px;
  }
  .sec_medical h3 .large {
    font-size: 70px;
  }
  .sec_medical .row .col .l2 {
    margin-bottom: 40px;
  }
  .sec_medical .row .col__img img {
    max-width: none;
  }
  .sec_medical .line__1 {
    padding: 60px 0 125px;
  }
  .sec_medical .line__1 .row .col__text {
    margin-top: 60px;
    padding-right: 60px;
  }
  .sec_medical .line__2 {
    padding: 100px 0 80px;
  }
  .sec_medical .line__2 .row .col__img {
    height: 484px;
  }
  .sec_medical .line__2 .row .col__text {
    padding-left: 60px;
  }
  .sec_medical .line__3 {
    padding: 120px 0 75px;
  }
  .sec_medical .line__3 .row .col__text {
    padding-right: 60px;
  }
}

.sec_links .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_links .row .col a {
  text-decoration: none;
  color: var(--text-color);
  border-bottom: 1px solid;
  display: block;
  position: relative;
}
.sec_links .row .col a:before, .sec_links .row .col a:after {
  content: "";
  position: absolute;
}
.sec_links .row .col a:before {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--main_color);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.sec_links .row .col a:after {
  top: 0;
  right: 0;
  margin: auto;
  background: url("../img/common/ic_link.png") no-repeat center/contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_links .row .col a strong {
  display: block;
}
.sec_links .row .col a .icon {
  position: relative;
  display: block;
}
.sec_links .row .col a .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_links .row .col a .icon__0:before {
  background: url("../img/top/icon0.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__1:before {
  background: url("../img/top/icon1.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__2:before {
  background: url("../img/top/icon2.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__3:before {
  background: url("../img/top/icon3.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__4:before {
  background: url("../img/top/icon4.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__5:before {
  background: url("../img/top/icon5.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__6:before {
  background: url("../img/top/icon6.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__7:before {
  background: url("../img/top/icon7.png") no-repeat center/contain;
}
.sec_links .row .col a .icon__8:before {
  background: url("../img/top/icon8.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .sec_links .row .col a:hover {
    color: var(--main_color);
  }
  .sec_links .row .col a:hover:before {
    width: 100%;
  }
  .sec_links .row .col a:hover:after {
    background: url("../img/common/ic_link2.png") no-repeat center/contain;
  }
}
@media (max-width: 767px) {
  .sec_links .row {
    gap: calc(20 / 767 * 100vw);
  }
  .sec_links .row .col {
    width: calc((100% - (20 / 767 * 100vw)) / 2);
    margin: 0;
  }
  .sec_links .row .col a {
    font-size: calc(24 / 767 * 100vw);
    padding-bottom: calc(10 / 767 * 100vw);
    letter-spacing: normal;
  }
  .sec_links .row .col a:after {
    top: calc(10 / 767 * 100vw);
    bottom: auto;
    width: calc(21 / 767 * 100vw);
    height: calc(21 / 767 * 100vw);
  }
  .sec_links .row .col a strong {
    font-size: calc(26 / 767 * 100vw);
  }
  .sec_links .row .col a .icon {
    padding-left: calc(60 / 767 * 100vw);
  }
  .sec_links .row .col a .icon:before {
    width: calc(51 / 767 * 100vw);
    height: calc(42 / 767 * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_links .row {
    row-gap: 40px;
  }
  .sec_links .row .col {
    width: calc(96% / 3);
  }
  .sec_links .row .col a {
    font-size: 1.6vw;
    padding-bottom: 1vw;
  }
  .sec_links .row .col a:after {
    bottom: 1vw;
    width: 2.1vw;
    height: 2.1vw;
  }
  .sec_links .row .col a strong {
    font-size: 1.8vw;
  }
  .sec_links .row .col a .icon {
    padding-left: 6.1vw;
  }
  .sec_links .row .col a .icon:before {
    width: 5.1vw;
    height: 4.2vw;
  }
}
@media (min-width: 1240px) {
  .sec_links .row .col {
    width: calc(94% / 4);
  }
  .sec_links .row .col a {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .sec_links .row .col a:after {
    bottom: 10px;
    width: 21px;
    height: 21px;
  }
  .sec_links .row .col a strong {
    font-size: 18px;
  }
  .sec_links .row .col a .icon {
    padding-left: 61px;
  }
  .sec_links .row .col a .icon:before {
    width: 51px;
    height: 42px;
  }
}
