@charset "UTF-8";
@media only screen and (min-width: 370px) {
  .sp_320 {
    display: none !important;
  }
}
.under {
  --h3: 50px;
  --h4: 35px;
}
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
  line-height: 1 !important;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: var(--clr1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: var(--main-color);
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: var(--main-color);
  left: 6px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li.lv2 > .title {
  font-weight: 500;
  font-size: 1.75em;
  color: var(--main-color);
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under .sitemap > ul > li li.lv3 > a {
  font-size: 1.1em;
  color: var(--main-color);
  pointer-events: none;
}
.under .sitemap > ul > li li.lv3 > a:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: var(--main-color);
  left: 46px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li li.lv3 ul {
  padding-left: 30px;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under #mainContent .topic_path .inner {
  max-width: 1200px;
}
.under #mainContent img {
  border-radius: 10px;
}
.under .key {
  height: 510px;
  background: url(../images/under_key_bg.jpg) no-repeat top center/cover;
}
.under .key .inner {
  height: 100%;
  padding: 0px;
}
.under .key .key_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0;
}
.under h2 {
  display: table;
  font-size: calc(var(--ttl_size) + 14px);
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: rgba(3, 110, 183, 0.8);
  padding: 0.1905em 1.2381em 0.3095em 1.381em;
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  position: relative;
  margin-bottom: var(--h3);
  color: var(--main-color);
  font-size: calc(var(--ttl_size) + 8px);
  font-weight: 500;
  text-align: center;
}
.under h3::after {
  display: block;
  content: "";
  background-color: var(--main-color);
  width: 2.5em;
  height: 2px;
  margin: 0.4167em auto 0;
}
.under h3:has(+ .secH4) {
  margin-bottom: 0;
}
.under .secH4 {
  margin-top: var(--h3);
}
.under h4 {
  margin-bottom: var(--h4);
  font-size: calc(var(--ttl_size) + 2px);
  font-weight: 500;
  background-color: #f2f7fc;
  border-radius: 4px;
  color: #0e4572;
  padding: 0.2em 0.3333em 0.2667em 0.6667em;
}
.under h4:has(+ .secH5) {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under h4 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.under .secH5 {
  margin-top: var(--h4);
}
.under h5 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  color: #0e4572;
  padding-left: 1.3462em;
}
.under h5::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/h5_icon.png) no-repeat center/contain;
  top: 0.2692em;
  left: 0.1154em;
  width: 0.7308em;
  height: 0.8846em;
}
.under h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #ee9029;
  font-weight: 500;
}

.under .inner > section,
.under .entry > section {
  padding-top: 1px;
  margin-top: var(--h3);
}
.under section > p:last-of-type {
  margin-bottom: 0;
}
.under section > p:last-of-type + table,
.under section > p:last-of-type + ul {
  margin-top: 15px;
}
.under .btn {
  margin-top: 30px;
  max-width: 400px;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  width: auto;
  max-height: 500px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 50px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 50px;
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px;
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .imgBox.colImg h5 {
  margin-top: 0;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg picture {
  margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #a98c54;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture {
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 322px;
  width: 100%;
  text-align: center;
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg3 picture {
  height: 250px;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-height: 500px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    display: table;
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .under .colImg3 .list_yt picture,
  .under .colImg2 .list_yt picture {
    height: 26vw;
  }
}
.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #ddd;
  padding: 0.625rem;
  line-height: 2.25;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #ddd;
}
.under table.tbl_style01.fixed {
  table-layout: fixed;
}
.under table.tbl_style02 th,
.under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}
.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
  max-width: 100%;
}
.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}
.under table.tbl_style02 td {
  font-size: 1em;
}
.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under .clinic_tbl01 th {
    width: 19em;
  }
  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 0.5rem;
  }
  .under table.tbl_style01 th {
    font-size: 1em;
  }
  .under table.tbl_style01 td {
    font-size: 0.9em;
  }
  .under table.tbl_style02 th {
    font-size: 1em;
  }
  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 769px) {
  .under .rowImg ul.list01.mcol-2 li {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under ul.list01.mcol-2.mcol li {
    padding-bottom: 1.1667em;
    width: 100%;
  }
  .under ul.list01.mcol-2.mcol li:last-child {
    padding-bottom: 0;
  }
}
.under ul.list01 {
  background: url(../images/list01_bg.jpg) repeat top left;
  border-radius: 20px;
  border: 12px solid #e4f4f8;
  padding: 40px 40px 20px;
  margin: 20px 0 20px;
  position: relative;
  z-index: 1;
}
.under ul.list01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border: 1px solid #036eb7;
  inset: 0;
  border-radius: 8px;
  z-index: -1;
}
.under ul.list01.mcol-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.under ul.list01.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.list01 li {
  position: relative;
  font-size: 18px;
  padding-left: 1.2778em;
  padding-bottom: 1.1667em;
  letter-spacing: 0.1em;
  text-align: left;
}
.under ul.list01 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.5556em;
  background-color: #ee9029;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
}
.under ul.list01 li a {
  color: var(--clr1);
  text-decoration: none;
}
.under ul.list01 li a:hover {
  text-decoration: underline;
}
.under ul.list01 li.last {
  width: 100% !important;
}
.under ul.list01 li.last::before {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under ul.list01 {
    padding: 40px 20px 20px;
  }
  .under ul.list01 li {
    letter-spacing: 0;
    padding-right: 5px;
  }
  .under ul.list01.list01_769 li {
    width: 100%;
    padding-right: 0;
  }
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 7px 0 7px;
}
.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 0px;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
}
.under .topic_path ul li.home a::after {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .under .topic_path ul li.home a:hover::after {
    opacity: 0;
  }
}
.under .topic_path a {
  text-decoration: none;
  color: var(--main-color);
  position: relative;
}
.under .topic_path a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: calc(100% + 10px);
  height: 1px;
  top: calc(100% + 1px);
  height: 1px;
  left: -5px;
  right: -3px;
  background-color: var(--main-color);
  opacity: 0;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .under .topic_path a:hover::after {
    opacity: 1;
  }
}
.under .topic_path span {
  display: inline-block;
  padding: 0 8px;
  transform: scaleX(0.6);
  color: var(--main-color);
  line-height: 1;
}
.under .toc_list {
  justify-content: space-between;
  padding: 20px 30px;
  background: rgba(3, 110, 183, 0.1);
  border-radius: 5px;
}
.under .toc_list:empty {
  display: none;
}
.under .toc_list br {
  display: none;
}
.under .toc_list .br_auto {
  display: inline;
}
.under .toc_list li {
  display: table;
  margin: 5px 0px;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .under .toc_list li {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .under .toc_list li {
    width: 100%;
    padding-right: 0;
  }
}
.under .toc_list li a {
  position: relative;
  padding-left: 1em;
  display: table;
  text-decoration: none;
  color: var(--clr2);
}
.under .toc_list li a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--clr2);
  position: absolute;
  left: 0;
  top: 0.55em;
}
.under .toc_list.style1 li {
  width: 100%;
  padding-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .under .toc_list.style3 li {
    width: auto;
    max-width: 33%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .toc_list.full_769 li {
    width: 100%;
    padding-right: 0;
  }
}
.under .anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: var(--main-color);
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 250px;
  width: 49%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 993px) {
  .under .anchor-links > div {
    width: 32.3%;
  }
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 1;
  color: var(--main-color);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under .doctor_box .doctor_name .en {
  font-weight: 500;
  font-size: 80%;
  display: block;
}
.under .ud_map {
  height: 450px;
}
.under .ud_youtube {
  max-width: 800px;
  margin: 25px auto;
}
.under .ud_youtube .ud_youtube_box {
  position: relative;
  padding-bottom: 56.25%;
}
.under .ud_youtube iframe {
  border: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.under .exp li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  display: flex;
  border-bottom: 1px solid #3b7ca3;
}
.under .exp li .year {
  width: 8em;
  color: var(--main-color);
  font-weight: 500;
}
.under .exp li .txt {
  width: calc(100% - 8em);
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 30%;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: 10%;
}
.under .clinic_tbl02 td:not(:first-child) {
  color: var(--main-color);
}
.under .clinic_tbl02 th.bg01 {
  background-color: #e9f0f8;
  color: var(--clr1);
}

@media only screen and (max-width: 1024px) {
  .under ul.list01 li {
    font-size: 16px;
    letter-spacing: 0;
  }
  .under ul.list01 li :before {
    top: 0.6em;
  }
}
/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a,
#pagination span {
  background-color: var(--main-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#pagination a.prev, #pagination a.next,
#pagination span.prev,
#pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagination span {
  opacity: 0.5;
}
#pagination .active a,
#pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: var(--main-color);
}
.blog-content h3 {
  margin-bottom: 25px;
}

.blog_list_style01 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item picture {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 3px solid var(--main-color);
  width: 220px;
  height: 220px;
  border-radius: 10px;
}
.blog_list_style01 .item picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 !important;
}
.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}
.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.blog_list_style01 .item .info .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
  background-color: var(--clr2);
  display: inline-block;
  margin-right: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 1px;
  margin-top: 1px;
}
.blog_list_style01 .item .info .date .tag a.news {
  background-color: var(--main-color);
}
.blog_list_style01 .item .info .date .day {
  margin-right: 1em;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
  display: block;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: calc(50% - 0.55em);
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }
  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }
  .blog_list_style01 .item picture {
    margin: 0 auto;
  }
  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list_style01 .item .info .des {
    padding-bottom: 25px;
  }
}
.main_blog_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 220px;
}
.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
  background-color: var(--main-color);
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
  border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
  text-decoration: none;
}
.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  overflow: hidden;
}
.blog_post_button > div:empty::before, .blog_post_button > div:empty::after {
  display: none;
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: var(--main-color);
}
.blog_post_button > div::after {
  border: 1px solid var(--main-color);
}
.blog_post_button > div a {
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .blog_post_button > div a:not(.tel_click):hover,
  .blog_post_button > div a:not(.tel_click):active {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .blog_post_button > div:hover::before {
    opacity: 0;
    transform: scale(0.8);
  }
  .blog_post_button > div:hover::after {
    opacity: 1;
    transform: scale(1);
  }
  .blog_post_button > div:hover a {
    color: #000;
  }
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table textarea {
  min-width: 100%;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-style01 .contact-table dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 350px;
  padding: 15px 20px;
  font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 350px);
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: flex;
  flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn a {
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn a:hover {
  opacity: 1;
  background-color: #ccc;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  background-color: var(--main-color);
  color: #fff;
  font-family: var(--f-jp);
}
.contact-form-style01 .contact-table {
  border: 1px solid #ddd;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
@media only screen and (min-width: 769px) {
  .contact-form-style01 .contact-table dl:last-child dt,
  .contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: none;
  }
}
.contact-form-style01 .contact-table dt {
  background-color: var(--main-color);
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    /* Fire Fox */
    padding-bottom: 3px;
  }
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #ddd;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.cf7msm-ro {
  white-space: pre-wrap;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}
@-moz-document url-prefix() {
  .captcha_box {
    /* Fire Fox */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@supports (-webkit-touch-callout: none) {
  .captcha_box {
    /* Specific to iOS devices */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .captcha_box {
      /* Safari */
      display: block;
      width: 304px;
      height: 78px;
    }
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }
  .contact-form-style01 .contact-table dd {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table {
    border: none;
  }
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dt {
    border-bottom: none;
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
  }
  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input[type=checkbox],
  .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
}
/* END Mail*/
/*INTERVIEW PAGE*/
.under {
  counter-reset: count;
}
.under.page-interview .key {
  max-height: 600px;
  height: 50vw;
  font-size: min(0.8vw, 10px);
  background-image: url(../images/interview_key_bg.jpg);
  background-repeat: no-repeat;
}
.under.page-interview .key .key_text {
  justify-content: center;
  padding: 0 60px;
}
@media only screen and (min-width: 1025px) {
  .under.page-interview .key .key_text {
    padding: 0 100px;
  }
}
.under.page-interview .key .catch {
  min-width: 50em;
  margin-left: auto;
}
.under.page-interview .key h2,
.under.page-interview .key p {
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.under.page-interview .key h2 {
  margin-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.65em;
  background: transparent;
  padding: 0;
}
.under.page-interview .key .itv_en {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-family: var(--f-jp);
  font-size: 7em;
  line-height: 1;
  text-transform: uppercase;
}
.under.page-interview .key .name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  margin-bottom: 0;
  border-top: 1px solid white;
  line-height: 1;
}
.under.page-interview .key .name .position {
  font-size: 2em;
  margin-right: 0.5em;
}
.under.page-interview .key .name .big {
  font-size: 3.5em;
  font-weight: 500;
}
.under.page-interview .key .name .en {
  position: relative;
  margin-left: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
}
.interview_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin-bottom: 50px;
  background-color: #fff;
  background-color: #90b0cf;
  position: relative;
  z-index: 1;
}
.interview_catch::before, .interview_catch::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}
.interview_catch::before {
  opacity: 0.05;
  background-size: cover;
}
.interview_catch p {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 40px 10px;
}
.interview_sec:not(:last-child) {
  margin-bottom: 80px;
}
.interview_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.interview_box.box_right {
  flex-direction: row-reverse;
}
.interview_img {
  position: relative;
  width: 40%;
  max-width: 450px;
}
.interview_img img {
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .interview_img::before {
    content: counter(count, decimal-leading-zero);
    counter-increment: count;
  }
}
.interview_img:before {
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 0.9;
  font-family: var(--f-jp);
  font-size: clamp(80px, 8vw, 120px);
  color: var(--clr2);
}
.interview_content {
  width: calc(60% - 40px);
}
.interview_content .en {
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: var(--clr2);
  font-weight: 500;
}
.interview_content h4 {
  position: relative;
  padding: 0;
  background: transparent;
  color: var(--clr2);
}

@media only screen and (min-width: 769px) {
  .interview_box.box_right .interview_img:before {
    right: 20px;
    left: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .under.page-interview .key {
    background-position: top left 25%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) and (max-height: 700px) {
  .under.page-interview .key {
    max-height: 545px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .interview_content h4 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .under.page-interview .key .name .position {
    font-size: 14px;
  }
  .under.page-interview .key .name .en {
    font-size: 12px;
  }
}
/*---------add post---------*/
.blog-content .entry > h4 {
  margin-top: 2em;
}

.blog-content .entry > h5 {
  margin-top: 2em;
}

.blog-content .entry .colImg1 img,
.img_wcap_ct img {
  margin: 0px auto;
  max-height: 500px;
}

.blog-content .entry .list01 {
  margin-top: 30px;
}

.center_img {
  margin: 0 auto 1.5em;
  text-align: center;
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center;
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px;
}

p:empty {
  display: none;
}

.box_lig01 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

.box_lig02 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: rgba(3, 110, 83, 0.1);
  margin-bottom: 40px;
}

.box_lig01 p:last-child {
  margin-bottom: 0;
}

.note01 {
  margin-bottom: 30px;
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
}

.note01.note_c {
  margin-top: 1em;
  color: #d90029;
}

.note01.note_c:before {
  color: #d90029;
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px;
}

.box_ctwimg p:last-child {
  margin-bottom: 0;
}

.catption_txt {
  padding-top: 10px;
  color: #8e8e8e;
  font-size: 15px;
  display: block;
}
.catption_txt:empty {
  display: none;
}

blockquote p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  margin-bottom: 40px;
  border-left: 2px solid #e5127c;
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*---------add post sp---------*/
.blog-content .imgBox.colImg2 picture,
.blog-content .imgBox.colImg3 picture {
  background: #efefef;
  height: 250px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important;
  }
  .under .blog-content .entry .colImg1 img,
  .under .img_wcap_ct img {
    max-width: 100%;
  }
  .box_lig01,
  .box_lig02 {
    padding: 20px;
    margin-top: 30px;
  }
}
.reason_list .item {
  border: 1px solid var(--main-color);
  border-radius: 0 20px 20px 20px;
  box-shadow: 14.142px 14.142px 0px 0px rgba(3, 110, 183, 0.1);
  position: relative;
}
.reason_list .item:not(:last-child) {
  margin-bottom: 45px;
}
.reason_list .item .en {
  position: absolute;
  top: -1px;
  left: 14px;
  z-index: 1;
  background: #0e4572;
  box-shadow: 3.536px 3.536px 0px 0px rgba(3, 110, 183, 0.1);
  border-radius: 0 0 0 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 1.5385em 0.4615em 1.0769em 0.9231em;
}
.reason_list .item .en .num {
  letter-spacing: 0;
  font-weight: 400;
  margin-top: -0.0833em;
  font-size: 2.7692em;
  display: block;
}
.reason_list .item h4 {
  background: var(--main-color);
  margin: 0;
  width: 100%;
  border-radius: 0 18px 0 0;
  color: #fff;
  font-weight: 500;
  padding-left: 100px;
  padding-top: 0.5455em;
  padding-bottom: 0.5455em;
}
@media only srceen and (min-width: 1025px) {
  .reason_list .item h4 {
    font-size: calc(var(--ttl_size) - 6px);
    padding-top: 0.7273em;
    padding-bottom: 0.5455em;
  }
}
.reason_list .item .txt {
  padding: 26px 50px 53px 50px;
}
@media only screen and (max-width: 768px) {
  .reason_list .item .txt {
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .reason_list .item .txt {
    padding: 20px;
  }
  .reason_list .item .en {
    font-size: 12px;
    left: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .reason_list .item h4 {
    padding-left: 80px;
    letter-spacing: 0;
  }
}

.ud_catch {
  max-width: 600px;
  margin: 30px auto;
  color: var(--clr2);
  padding: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 14.142px 14.142px 0px 0px rgba(3, 110, 183, 0.1);
  border-radius: 20px 0 20px 0;
  border: 1px solid var(--clr2);
}
.ud_catch p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .ud_catch {
    padding: 20px;
    box-shadow: 10px 10px 0px 0px rgba(3, 110, 183, 0.1);
  }
  .ud_catch p {
    letter-spacing: 0;
    font-size: min(5vw, 18px);
  }
}

.ud_flow {
  margin: 40px 0 0;
}
.ud_flow .flow_box {
  --fs-arr: 10px;
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 14px 14px 0px 0px rgba(3, 110, 183, 0.1);
  border: 1px solid var(--main-color);
}
.ud_flow .flow_box:not(:last-child) {
  margin-bottom: 80px;
}
.ud_flow .flow_box:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  top: calc(100% + 15px);
  border-top: 30px solid rgba(3, 110, 183, 0.1);
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
.ud_flow .flow_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.ud_flow .flow_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.ud_flow .flow_box .step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background-color: var(--main-color);
  color: white;
  font-weight: 500;
}
.ud_flow .flow_box .step::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 5px;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0.8;
}
.ud_flow .flow_box .step .num {
  margin-top: 3px;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 400;
}
.ud_flow .flow_box h4.flow_ttl {
  padding: 0;
  background-color: transparent;
}
.ud_flow .flow_box h5.flow_ttl {
  padding: 0;
  border-bottom: none;
}
.ud_flow .flow_box .flow_ttl {
  text-align: center;
  color: var(--main-color);
  font-family: var(--f-jp);
  line-height: 1.4;
}
.ud_flow .flow_box .flow_ttl:last-child {
  margin-bottom: 0;
}
.ud_flow .flow_box:last-child {
  margin-bottom: 0;
}
.ud_flow .flow_box:last-child .ct_area::after {
  display: none;
}

@media only screen and (max-width: 480px) {
  .ud_flow .flow_box {
    --fs-arr: 7px;
    padding: 20px;
    box-shadow: 10px 10px 0px 0px rgba(3, 110, 183, 0.1);
  }
  .ud_flow .flow_box:not(:last-child) {
    margin-bottom: 45px;
  }
  .ud_flow .flow_box:not(:last-child)::after {
    top: calc(100% + 11px);
    left: calc(50% - 25px);
    border-top: 20px solid rgba(3, 110, 183, 0.1);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
  .ud_flow .flow_box .step {
    font-size: 14px;
    width: 70px;
    height: 70px;
  }
  .ud_flow .flow_box .step::after {
    inset: 3px;
  }
  .ud_flow .flow_box .step .num {
    margin-top: 0;
  }
}
.faq_box {
  margin-top: 40px;
}
.faq_box .item {
  margin-bottom: 15px;
}
.faq_box .box:not(:last-child) {
  margin-bottom: 25px;
}
.faq_box .box .title {
  background-color: #eff7fb;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.faq_box .box .title h4 {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 1.6em 2.5em 1.55em 4.05em;
  position: relative;
  background: transparent;
  color: var(--main-color);
  font-weight: 500;
}
.faq_box .box .title h4::before {
  content: "Q.";
  font-family: var(--f-jp);
  line-height: 1;
  font-size: 2.1em;
  letter-spacing: 0px;
  color: var(--main-color);
  position: absolute;
  left: 0.6429em;
  top: 0.4762em;
  font-weight: 400;
}
.faq_box .box .title::before, .faq_box .box .title::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #7f8995;
  height: 1px;
  width: 1.3125em;
  right: 1.5em;
  top: 50%;
}
.faq_box .box .title::after {
  transform: rotate(90deg);
}
.faq_box .box .title.rotate::after {
  transform: rotate(0deg);
}
@media only screen and (min-width: 769px) {
  .faq_box .box .title:hover {
    background-color: var(--main-color);
  }
  .faq_box .box .title:hover h4,
  .faq_box .box .title:hover h4::before {
    color: #fff;
  }
  .faq_box .box .title:hover::before, .faq_box .box .title:hover::after {
    background-color: #fff;
  }
}
.faq_box .box .content .txt {
  background-color: #fff;
  border: 1px solid #eff7fb;
  border-top: 0;
  padding: 1.875em 3.125em 4.25em 5.1875em;
  position: relative;
}
.faq_box .box .content .txt::before {
  content: "A.";
  font-family: var(--f-en);
  line-height: 1;
  font-size: 2.625em;
  letter-spacing: 0px;
  color: var(--clr1);
  position: absolute;
  left: 0.6905em;
  top: 0.4524em;
  font-weight: 400;
}
.faq_box .box .content .txt p {
  line-height: 1.875;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .faq_box .box .title h4 {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .faq_box .box .title::before,
  .faq_box .box .title::after {
    right: 10px;
  }
  .faq_box .box .title h4 {
    letter-spacing: 0;
    font-size: 18px;
    padding: 1.5em 2em 1.5em 3.5em;
  }
  .faq_box .box .title h4::before {
    left: 0.45em;
  }
}
@media only screen and (max-width: 768px) {
  .faq_box {
    margin-top: 40px;
  }
  .faq_box .col {
    width: 100%;
    max-width: 100%;
  }
  .faq_box .box .content .txt {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .faq_box .box .title h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .faq_box .box .title h4::before,
  .faq_box .box .content .txt::before {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_box .box .title::before,
  .faq_box .box .title::after {
    right: 10px;
  }
}
.box_link {
  padding: 40px 20px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .box_link {
    padding: 20px;
  }
}
.under .box_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9eff2;
  z-index: -1;
}

.under .box_link .tt {
  width: 100%;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: var(--main-color);
}

.under .box_link .tt::after {
  content: "";
  position: relative;
  display: table;
  margin: 10px auto 0;
  width: 100px;
  height: 2px;
  background-color: var(--main-color);
}

.under .box_link .item {
  width: calc(25% - 20px);
  margin: 10px;
}
.under .box_link .item.atv {
  display: none;
}

.under .box_link.box_link01 .item {
  width: calc(33.3333333333% - 20px);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .box_link.box_link01 .item {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
}
.under .box_link .item a {
  --radius: 33px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 18px;
  background: var(--main-color);
  text-decoration: none;
  min-height: 3.6667em;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border: 1px solid var(--main-color);
}
.under .box_link .item a::after, .under .box_link .item a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.under .box_link .item a::before {
  inset: 0;
  background: linear-gradient(-145deg, rgb(44, 166, 224) 40%, rgb(3, 110, 183) 80%);
  background-size: 128% !important;
  opacity: 0.5;
  z-index: -1;
  border-radius: var(--radius);
}
.under .box_link .item a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_btn_icon.png);
  background-color: #fff;
  width: 8px;
  height: 13px;
  right: 17px;
  top: calc(50% - 0.3333em);
}
.under .box_link .item a:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .under .box_link .item a:hover {
    background-color: var(--clr2);
    border-color: var(--clr2);
  }
  .under .box_link .item a:hover::before {
    opacity: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .box_link .item a {
    letter-spacing: 0;
  }
}
.under .box_link .item.atv a {
  background-color: var(--clr2);
}

.under .box_link .item.atv a:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .under .box_link {
    margin: 45px -5px 0;
    padding: 20px 10px;
  }
  .under .box_link .tt {
    font-size: 24px;
  }
  .under .box_link .tt::after {
    width: 70px;
  }
  .under .box_link .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .under .box_link.box_link01 .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .under .box_link .item a {
    font-size: min(4.5vw, 16px);
    letter-spacing: 0;
  }
}