/*====================================================*/
/*@Page Common*/
/*====================================================*/
main {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.sec_page_main {
  padding-top: 150px;
  padding-bottom: 70px;
  border-bottom: 1px solid #7a7c82;
}
@media (max-width: 1024px) {
  .sec_page_main {
    padding-top: 74px;
    padding-bottom: 50px;
  }
}
.sec_page_main .en {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec_page_main .en {
    margin-bottom: 0;
  }
}

.sec_page_main:has(+ .sec_mv) {
  border-bottom: none;
}

.sec_mv .mv_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

section.sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

main .main_width {
  width: calc(100% - 200px);
  max-width: 1520px;
}
@media (max-width: 767px) {
  main .main_width {
    width: calc(100% - 15.64vw);
  }
}

.txt_base p {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  .txt_base p {
    letter-spacing: 0.05em;
  }
}
.txt_base p + p {
  padding-top: 0;
  margin-top: 1em;
}

.whitebox {
  padding: 70px;
  background: #FFF;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 1024px) {
  .whitebox {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .whitebox {
    padding: 30px;
    border-radius: 15px;
    gap: 20px 0;
  }
}
.whitebox dl dt {
  position: relative;
  padding-left: 35px;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  transform: rotate(0.1deg);
}
@media (max-width: 1024px) {
  .whitebox dl dt {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .whitebox dl dt {
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.whitebox dl dt::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #0b7ac1;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
@media (max-width: 1024px) {
  .whitebox dl dt::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .whitebox dl dt::before {
    width: 7.5px;
    height: 7.5px;
    top: 8px;
  }
}
.whitebox dl dd {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .whitebox dl dd {
    letter-spacing: 0.05em;
  }
}

/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
.en {
  font-family: "LINE Seed JP", sans-serif;
  color: #0b7ac1;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 700;
  line-height: 0.8;
}

.page_ttl_block {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page_ttl_block {
    margin-bottom: 50px;
    display: block;
  }
}
.page_ttl_block h1, .page_ttl_block .pttl {
  color: #0b7ac1;
  font-size: clamp(3.2rem, 3vw, 6.5rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .page_ttl_block h1, .page_ttl_block .pttl {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .page_ttl_block h1, .page_ttl_block .pttl {
    letter-spacing: 0.05em;
  }
}
.page_ttl_block .page_ttl_related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
.page_ttl_block .page_ttl_related a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  gap: 0 3.5vw;
}
@media (max-width: 1024px) {
  .page_ttl_block .page_ttl_related a {
    gap: 0 2vw;
  }
}
@media (max-width: 767px) {
  .page_ttl_block .page_ttl_related a {
    display: none;
  }
}
.page_ttl_block .page_ttl_related a span {
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  transform: rotate(0.1deg);
}
.page_ttl_block .page_ttl_related a .circle_arrow._down::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc(50% - 6px);
  left: calc(50% - 8px);
}
.page_ttl_block .page_ttl_related a .circle_arrow {
  width: 38px;
  height: 38px;
}
@media (max-width: 1024px) {
  .page_ttl_block .page_ttl_related a .circle_arrow {
    width: 20px;
    height: 20px;
  }
}
.page_ttl_block .page_ttl_related a .circle_arrow::before {
  width: 38px;
  height: 38px;
}
@media (max-width: 1024px) {
  .page_ttl_block .page_ttl_related a .circle_arrow::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .page_ttl_block .page_ttl_related a .circle_arrow::after {
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
    left: calc(50% - 7px);
  }
  .page_ttl_block .page_ttl_related a .circle_arrow._down::after {
    top: calc(50% - 3px);
    left: calc(50% - 5.5px);
  }
}
.page_ttl_block .page_ttl_related a:hover {
  color: #0b7ac1;
}
.page_ttl_block .page_ttl_related a:hover .circle_arrow::before {
  border: 2px solid #0b7ac1;
}
.page_ttl_block .page_ttl_related a:hover .circle_arrow::after {
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
}

/*====================================================*/
/*@Page 404 */
/*====================================================*/
.err404 .page_404 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.err404 .txt_base p {
  text-align: center;
}

/*====================================================*/
/*@Page news_page */
/*====================================================*/
.news_page .news_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8vw;
}
@media (max-width: 820px) {
  .news_page .news_inner_wrap {
    gap: 0 4vw;
  }
}
@media (max-width: 767px) {
  .news_page .news_inner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px 0;
  }
}
.news_page .news_inner_wrap.main_width {
  max-width: 1520px;
}
.news_page .news_inner_wrap .news_inner {
  width: calc(100% - 280px);
}
@media (max-width: 820px) {
  .news_page .news_inner_wrap .news_inner {
    width: calc(100% - 210px);
  }
}
@media (max-width: 767px) {
  .news_page .news_inner_wrap .news_inner {
    width: 100%;
  }
}
.news_page .news_inner_wrap {
  /* aside */
}
.news_page .news_inner_wrap aside {
  width: 230px;
}
@media (max-width: 820px) {
  .news_page .news_inner_wrap aside {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .news_page .news_inner_wrap aside {
    width: 100%;
  }
}
.news_page .news_inner_wrap aside h2 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0b7ac1;
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .news_page .news_inner_wrap aside h2 {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .news_page .news_inner_wrap aside h2 {
    margin-bottom: 10px;
    padding-left: 17px;
  }
}
.news_page .news_inner_wrap aside h2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .news_page .news_inner_wrap aside h2::before {
    width: 2.5px;
  }
}
.news_page .news_inner_wrap aside ul.year li {
  border-bottom: 1px solid #42454d;
}
.news_page .news_inner_wrap aside ul.year li a {
  padding: 25px 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
.news_page .news_inner_wrap aside ul.year li a:hover {
  color: #0b7ac1;
}
.news_page {
  /*** news list page ***/
}
@media (max-width: 767px) {
  .news_page .sec_news_list {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.news_page .sec_news_list h2 {
  position: relative;
  margin-bottom: clamp(5rem, 5.2vw, 10rem);
  padding-left: 54px;
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .news_page .sec_news_list h2 {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .news_page .sec_news_list h2 {
    margin-bottom: 10px;
    margin-top: 25px;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.news_page .sec_news_list h2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .news_page .sec_news_list h2::before {
    width: 2.5px;
  }
}
.news_page .sec_news_list .news_list {
  margin-bottom: 50px;
  width: 100%;
}
.news_page .sec_news_list .news_list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .news_page .sec_news_list .news_list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.news_page .sec_news_list .news_list .box .line {
  padding-bottom: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 70px;
  border-bottom: 1px solid #42454d;
}
@media (max-width: 820px) {
  .news_page .sec_news_list .news_list .box .line {
    gap: 0 2vw;
  }
}
@media (max-width: 767px) {
  .news_page .sec_news_list .news_list .box .line {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.news_page .sec_news_list .news_list .box .line .date {
  width: 100px;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .news_page .sec_news_list .news_list .box .line .date {
    font-size: 1.4rem;
  }
}
.news_page .sec_news_list .news_list .box .line a {
  width: 100%;
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 820px) {
  .news_page .sec_news_list .news_list .box .line a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news_page .sec_news_list .news_list .box .line a {
    min-height: inherit;
  }
}
.news_page .sec_news_list .news_list .box .line a p {
  width: calc(100% - 80px);
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .news_page .sec_news_list .news_list .box .line a p {
    width: calc(100% - 45px);
    font-size: 1.4rem;
  }
}
.news_page .sec_news_list .news_list .box .line a:hover {
  color: #0b7ac1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news_page .sec_news_list .news_list .box .line a:hover .circle_arrow::before {
  border: 2px solid #0b7ac1;
}
.news_page .sec_news_list .news_list .box .line a:hover .circle_arrow::after {
  border-top: 2px solid #0b7ac1;
  border-right: 2px solid #0b7ac1;
}
.news_page {
  /*** news single page ***/
}
.news_page .sec_news_single .post_head p.date {
  margin-bottom: 20px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.news_page .sec_news_single .post_head h1 {
  position: relative;
  margin-bottom: 100px;
  padding-left: 50px;
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .news_page .sec_news_single .post_head h1 {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .news_page .sec_news_single .post_head h1 {
    margin-bottom: 60px;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.news_page .sec_news_single .post_head h1::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .news_page .sec_news_single .post_head h1::before {
    width: 2.5px;
  }
}
.news_page .sec_news_single .post_content {
  margin-bottom: 50px;
  padding-bottom: 100px;
  border-bottom: 1px solid #42454d;
}
@media (max-width: 767px) {
  .news_page .sec_news_single .post_content {
    margin-bottom: 35px;
    padding-bottom: 60px;
  }
}
.news_page .sec_news_single .more_btn {
  text-align: center;
}
@media (max-width: 767px) {
  .news_page .sec_news_single .more_btn a {
    padding: 7px 40px 7px 20px;
    width: 285px;
    font-size: 1.2rem;
  }
}

/*====================================================*/
/*@Page post_content */
/*====================================================*/
.post_content h2 {
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #FFF;
  background: #0b7ac1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: left;
}
.post_content h3 {
  position: relative;
  margin: 1em 0;
  padding-left: 30px;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.78;
}
.post_content h3::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background: url(../img/common/ico-check.svg) no-repeat 0 0/contain;
  top: 10px;
  left: 5px;
}
.post_content h4 {
  margin: 1em 0;
  padding: 5px 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
.post_content p {
  margin: 1em 0;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  transform: rotate(0.1deg);
}
.post_content p a {
  color: #0b7ac1;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.88;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post_content p a:hover {
  text-decoration: none;
}
.post_content blockquote {
  position: relative;
  margin: 1em 0;
  padding: 30px;
  background: #F4F4F4;
}
.post_content blockquote p:first-of-type {
  margin: 0;
}
.post_content blockquote p {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.post_content blockquote::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  background: url(../img/common/ico-blockquote.svg) no-repeat 0 0/contain;
  top: -6px;
  left: 14px;
}
.post_content ul {
  margin-left: 1.5em;
  list-style-type: inherit;
}
.post_content ul li::marker {
  color: #0b7ac1;
}
.post_content ol {
  list-style: none;
  counter-reset: num;
}
.post_content ol li {
  position: relative;
  padding-left: 3rem;
  counter-increment: num;
}
.post_content ol li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: counter(num);
  width: 2rem;
  height: 2rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  background: #0b7ac1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post_content li {
  list-style-type: inherit;
}
.post_content .wp-block-image img {
  width: initial;
  width: auto;
}
.post_content .wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.67;
}

/*====================================================*/
/*@Page sec_policy */
/*====================================================*/
.sec_policy .en {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_policy .en {
    margin-bottom: 25px;
  }
}
.sec_policy h2 {
  margin-bottom: clamp(5rem, 5.2vw, 10rem);
  font-size: clamp(2.5rem, 2.9vw, 5rem);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec_policy h2 {
    margin-bottom: 50px;
  }
}
.sec_policy h3 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 54px;
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .sec_policy h3 {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .sec_policy h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.sec_policy h3::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sec_policy h3::before {
    width: 2.5px;
  }
}
.sec_policy .txt_base p {
  text-align: justify;
}
.sec_policy .txt_base a {
  color: #0b7ac1;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_policy .txt_base a:hover {
  text-decoration: none;
}
.sec_policy .whitebox {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_policy .whitebox {
    margin-top: 25px;
  }
}

/*====================================================*/
/*@Page sitepolicy_page */
/*====================================================*/
.sitepolicy_page .sec01 .lead {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sitepolicy_page .sec01 .lead {
    margin-bottom: 25px;
  }
}

/*====================================================*/
/*@Page privacy_page */
/*====================================================*/
.privacy_page .sec_policy h2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 54px;
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .privacy_page .sec_policy h2 {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .privacy_page .sec_policy h2 {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.privacy_page .sec_policy h2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .privacy_page .sec_policy h2::before {
    width: 2.5px;
  }
}
.privacy_page .sec_policy .txt_base p.dot {
  position: relative;
  padding-left: 35px;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 1024px) {
  .privacy_page .sec_policy .txt_base p.dot {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .privacy_page .sec_policy .txt_base p.dot {
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.privacy_page .sec_policy .txt_base p.dot::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #0b7ac1;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
@media (max-width: 1024px) {
  .privacy_page .sec_policy .txt_base p.dot::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .privacy_page .sec_policy .txt_base p.dot::before {
    width: 7.5px;
    height: 7.5px;
    top: 8px;
  }
}

/*====================================================*/
/*@Page company_page */
/*====================================================*/
@media (max-width: 767px) {
  .company_page {
    padding-bottom: 0;
  }
}
.company_page .page_ttl_block {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.company_page .page_ttl_block .page_ttl_related a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_page h2 {
  margin-bottom: clamp(5rem, 5.2vw, 10rem);
  padding-top: 10px;
  font-size: clamp(2.5rem, 2.8vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .company_page h2 {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .company_page h2 {
    margin-bottom: 50px;
  }
}
.company_page h3 {
  margin-bottom: 40px;
  color: #0b7ac1;
  font-size: clamp(1.7rem, 1.8vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company_page h3 {
    margin-bottom: 20px;
  }
}
.company_page .sec_greeting {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .company_page .sec_greeting {
    padding-top: 100px;
  }
}
.company_page .sec_greeting .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5vw;
}
@media (max-width: 767px) {
  .company_page .sec_greeting .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
  }
}
.company_page .sec_greeting .greeting .img {
  width: 38.48%;
  max-width: 585px;
  height: 29.16vw;
  position: sticky;
  top: 10vw;
}
@media (max-width: 767px) {
  .company_page .sec_greeting .greeting .img {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 315px;
    border-radius: 15px;
    overflow: hidden;
    position: unset;
  }
}
.company_page .sec_greeting .greeting .img img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .company_page .sec_greeting .greeting .img img {
    width: 707px;
    height: 470px;
    border-radius: 10px;
    object-fit: cover;
  }
}
.company_page .sec_greeting .greeting .txt_base {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company_page .sec_greeting .greeting .txt_base p {
  text-align: justify;
  letter-spacing: 0.02em;
}
.company_page .sec_greeting .greeting .txt_base p + p {
  margin-top: 2em;
}
.company_page .sec_greeting .greeting .txt_base h3 {
  padding-top: 100px;
}
.company_page .sec_greeting .greeting .txt_base h3:first-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .company_page .sec_greeting .greeting .txt_base h3 {
    padding-top: 50px;
    line-height: 1.75;
  }
}
.company_page .sec_com_profile .com_profile dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9vw;
  border-bottom: 1px solid #42454d;
}
@media (max-width: 1024px) {
  .company_page .sec_com_profile .com_profile dl {
    gap: 0;
  }
}
.company_page .sec_com_profile .com_profile dl:first-of-type {
  border-top: 1px solid #42454d;
}
.company_page .sec_com_profile .com_profile dl dt {
  padding: 40px 0;
  width: 260px;
  color: #0b7ac1;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .company_page .sec_com_profile .com_profile dl dt {
    padding: 20px 0;
    width: 100px;
    letter-spacing: 0.05em;
  }
}
.company_page .sec_com_profile .com_profile dl dd {
  padding: 40px 0;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .company_page .sec_com_profile .com_profile dl dd {
    padding: 20px 0;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.company_page .sec_com_profile .com_profile dl dd p.dot {
  position: relative;
  margin-top: 3em;
  padding-left: 35px;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.company_page .sec_com_profile .com_profile dl dd p.dot:first-of-type {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .company_page .sec_com_profile .com_profile dl dd p.dot {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .company_page .sec_com_profile .com_profile dl dd p.dot {
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.company_page .sec_com_profile .com_profile dl dd p.dot::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #0b7ac1;
  border-radius: 50%;
  top: 3px;
  left: 0;
}
@media (max-width: 1024px) {
  .company_page .sec_com_profile .com_profile dl dd p.dot::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .company_page .sec_com_profile .com_profile dl dd p.dot::before {
    width: 7.5px;
    height: 7.5px;
  }
}
.company_page .sec_access .access dl {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media (max-width: 767px) {
  .company_page .sec_access .access dl {
    margin-bottom: 25px;
    gap: 0 25px;
  }
}
.company_page .sec_access .access dl dt {
  color: #0b7ac1;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .company_page .sec_access .access dl dt {
    letter-spacing: 0.05em;
  }
}
.company_page .sec_access .access dl dd {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .company_page .sec_access .access dl dd {
    letter-spacing: 0.05em;
  }
}
.company_page .sec_offices .offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
}
@media (max-width: 767px) {
  .company_page .sec_offices .offices {
    gap: 15px 0;
  }
}
.company_page .sec_offices .offices .box {
  width: calc((100% - 60px) / 4);
  max-width: 365px;
}
@media (max-width: 767px) {
  .company_page .sec_offices .offices .box {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
  }
}
.company_page .sec_offices .offices .box .img {
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 365/250;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company_page .sec_offices .offices .box .img {
    margin-bottom: 0;
    max-width: 315px;
    aspect-ratio: 315/216;
    border-radius: 10px;
  }
}
.company_page .sec_offices .offices .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_page .sec_offices .offices .box .txt {
  width: 100%;
}
.company_page .sec_offices .offices .box .txt h3 {
  margin-bottom: 10px;
  color: #0b7ac1;
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.company_page .sec_offices .offices .box .txt p {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  transform: rotate(0.1deg);
}

.company_page_block .company_photo_block {
  padding: 0;
}
.company_page_block .company_photo_block .company_photo_inner {
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 33px;
}
@media (max-width: 767px) {
  .company_page_block .company_photo_block .company_photo_inner {
    width: calc(100% - 40px);
    gap: 0 10px;
  }
}
.company_page_block .company_photo_block .company_photo_inner figure {
  width: calc((100% - 66px) / 3);
  max-width: 479px;
}
@media (max-width: 767px) {
  .company_page_block .company_photo_block .company_photo_inner figure {
    width: calc((100% - 20px) / 3);
  }
}
.company_page_block .company_block {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .company_page_block .company_block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.company_page_block .company_block .company_wrap {
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  .company_page_block .company_block .company_wrap {
    margin-bottom: 40px;
  }
}
.company_page_block .company_block .company_wrap dl {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 2px dashed #484C92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_page_block .company_block .company_wrap dl:first-of-type {
  border-top: 2px dashed #484C92;
}
.company_page_block .company_block .company_wrap dl dt {
  padding-left: 20px;
  width: 214px;
}
.company_page_block .company_block .company_wrap dl dd {
  padding-right: 20px;
  width: 100%;
}
.company_page_block .company_block .addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_page_block .company_block .addr .txt {
  width: 60%;
}
.company_page_block .company_block .addr .txt p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.company_page_block .company_block .addr .glink a {
  position: relative;
  padding-right: 30px;
  color: #0b7ac1;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.company_page_block .company_block .addr .glink a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-external.svg) no-repeat 0 0/contain;
  top: calc(50% - 10px);
  right: 0;
}

/*====================================================*/
/*@Page sec_service */
/*====================================================*/
.sec_service .en {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_service .en {
    margin-bottom: 25px;
  }
}
.sec_service h2 {
  margin-bottom: clamp(5rem, 5.2vw, 10rem);
  font-size: clamp(2.5rem, 2.9vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec_service h2 {
    margin-bottom: 50px;
  }
}
.sec_service h3 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 54px;
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .sec_service h3 {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .sec_service h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.sec_service h3::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sec_service h3::before {
    width: 2.5px;
  }
}
.sec_service .txt_base p {
  text-align: justify;
}
.sec_service .txt_base .ttl {
  color: #0b7ac1;
  font-size: 40px;
}
.sec_service .txt_base a {
  color: #0b7ac1;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_service .txt_base a:hover {
  text-decoration: none;
}
.sec_service_inner .unitload {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.sec_service_inner .unitload dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2.5rem, 2.604vw, 5rem);
}
.sec_service_inner .unitload dl:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .sec_service_inner .unitload dl,
  .sec_service_inner .unitload dl:nth-child(even) {
    flex-direction: column;
  }
}
.sec_service_inner .unitload dl div {
  width: 50%;
}
.sec_service_inner .unitload dl div.txtbox {
  width: calc(50% - 50px);
}
@media (max-width: 767px) {
  .sec_service_inner .unitload dl div,
  .sec_service_inner .unitload dl div.txtbox {
    width: 100%;
  }
}
.sec_service_inner .unitload dl dt {
  margin-bottom: 30px;
  color: #0b7ac1;
  font-size: clamp(1.8rem, 1.875vw, 3.6rem);
  font-weight: 500;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .sec_service_inner .unitload dl dt {
    margin-bottom: 15px;
  }
}
.sec_service_inner .unitload dl dd {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  transform: rotate(0.1deg);
}
.sec_service_inner .unitload .imgbox {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .sec_service_inner .unitload .imgbox:not(:has(table)) {
    display: flex;
    align-items: center;
    height: 315px;
    border-radius: 15px;
    overflow: hidden;
  }
  .sec_service_inner .unitload .imgbox img {
    object-fit: cover;
  }
}
.sec_service_inner .unitload .imgbox table {
  width: 100%;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
}
.sec_service_inner .unitload .imgbox table tr th {
  padding: clamp(1.5rem, 1.5625vw, 3rem) 30px;
  color: #FFF;
  background-color: #0b7ac1;
  font-weight: 500;
  transform: rotate(0.1deg);
}
.sec_service_inner .unitload .imgbox table tr td {
  padding: clamp(1.75rem, 1.3vw, 2.5rem);
  background-color: #FFF;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #7a7c82;
  word-break: keep-all;
  transform: rotate(0.1deg);
}
.sec_service_inner .unitload .imgbox table tr td.ttl {
  color: #0b7ac1;
  border-right: 1px solid #7a7c82;
}
/*====================================================*/
/*@Page faq_page */
/*====================================================*/
.faq_page [data-content] {
  max-height: none !important;
  overflow: visible !important;
}
.faq_page .sec_faq {
  padding-top: 0;
}
.faq_page .sec_faq .main_width {
  width: 62.5%;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .faq_page .sec_faq .main_width {
    width: calc(100% - 15.64vw);
  }
}
.faq_page .sec_faq .faq-main {
  margin-top: 120px;
  width: 100%;
  border: none;
  background: none;
}
@media (max-width: 1024px) {
  .faq_page .sec_faq .faq-main {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .faq_page .sec_faq .faq-main {
    margin-top: 50px;
  }
}
.faq_page .sec_faq .faq-main .faq-title {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .faq_page .sec_faq .faq-main .faq-title {
    margin-bottom: 15px;
    padding-left: 6rem;
  }
}
.faq_page .sec_faq .faq-main .faq-title::before {
  position: absolute;
  content: "Q";
  width: clamp(3.5rem, 3.64583vw, 7rem);
  height: clamp(3.5rem, 3.64583vw, 7rem);
  margin: auto;
  color: #0b7ac1;
  font-size: clamp(1.5rem, 1.5625vw, 3rem);
  font-weight: 500;
  border: 2px solid #0b7ac1;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: -6.2vw;
}
@media (max-width: 1024px) {
  .faq_page .sec_faq .faq-main .faq-title::before {
    width: clamp(2.5rem, 4.88vw, 5rem);
    height: clamp(2.5rem, 4.88vw, 5rem);
    font-size: 2rem;
    left: -8vw;
  }
}
@media (max-width: 767px) {
  .faq_page .sec_faq .faq-main .faq-title::before {
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
    left: 0;
  }
}
.faq_page .sec_faq .faq-main .faq-title::after {
  content: none;
}
.faq_page .sec_faq .faq-main .faq-title h4 {
  color: #0b7ac1;
  font-size: clamp(1.4rem, 2vw, 3rem) !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5 !important;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .faq_page .sec_faq .faq-main .faq-title h4 {
    letter-spacing: 0.05em;
  }
}
.faq_page .sec_faq .faq-main .faq-content {
  margin-top: 50px;
  padding: clamp(3.5rem, 3.64583vw, 7rem);
  background: #FFF;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 1024px) {
  .faq_page .sec_faq .faq-main .faq-content {
    margin-top: 40px;
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .faq_page .sec_faq .faq-main .faq-content {
    margin-top: 25px;
    padding: 30px;
    border-radius: 7px;
    gap: 20px 0;
  }
}
.faq_page .sec_faq .faq-main .faq-content p {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .faq_page .sec_faq .faq-main .faq-content p {
    letter-spacing: 0.05em;
  }
}
.faq_page .sec_faq .faq-main .faq-content p .txt_blue {
  color: #0b7ac1;
}

/*====================================================*/
/*@Page sec_recruit_newGrad */
/*====================================================*/
.sec_recruit_newGrad .en {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec_recruit_newGrad .en {
    margin-bottom: 25px;
  }
}
.sec_recruit_newGrad h2 {
  margin-bottom: clamp(5rem, 5.2vw, 10rem);
  font-size: clamp(2.5rem, 2.9vw, 5rem);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .sec_recruit_newGrad h2 {
    margin-bottom: 50px;
  }
}
.sec_recruit_newGrad h3 {
  position: relative;
  /* margin-top: 100px; */
  margin-bottom: 50px;
  padding-left: 54px;
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .sec_recruit_newGrad h3 {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .sec_recruit_newGrad h3 {
    /* margin-top: 50px; */
    margin-bottom: 25px;
    padding-left: 22px;
    letter-spacing: 0.05em;
  }
}
.sec_recruit_newGrad h3::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #0b7ac1;
  border-radius: 999px;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .sec_recruit_newGrad h3::before {
    width: 2.5px;
  }
}
.sec_recruit_newGrad .txt_base p {
  text-align: justify;
}

.sec_recruit_newGrad .txt_base a {
  color: #0b7ac1;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec_recruit_newGrad .txt_base a:hover {
  text-decoration: none;
}

.sec_recruit_newGrad .whitebox {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sec_recruit_newGrad .whitebox {
    margin-top: 25px;
    padding: 30px;
  }
}
/*====================================================*/
/*@Page sec_recruit_form */
/*====================================================*/
.sec_recruit_form .recruit_form_box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media (max-width: 767px) {
  .sec_recruit_form .recruit_form_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6075619296vw;
  }
}
.sec_recruit_form .recruit_form_box .recruit_form_btn {
  position: relative;
  width: calc(50% - 10px);
  max-width: 750px;
  height: auto;
  padding: clamp(5rem, 5.2vw, 10rem);
  border-radius: 30px;
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 4rem);
  text-align: center;
  line-height: 1.75;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .sec_recruit_form .recruit_form_box .recruit_form_btn {
    width: 100%;
    padding: 10.4302477184vw;
    border-radius: 15px;
  }
}
.sec_recruit_form .recruit_form_box .recruit_form_btn._mid {
  background-color: #0abcc7;
  border: 2px solid #0abcc7;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._part {
  background-color: #0b7ac1;
  border: 2px solid #0b7ac1;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn::before {
  position: absolute;
  content: "";
  width: 60%;
  aspect-ratio: 810/888;
  bottom: -35%;
  left: -50px;
  background: url(../img/recruit/recruit_bg_white.png) no-repeat 0 0/contain;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/ico-external-w.png) no-repeat 0 0/contain;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .sec_recruit_form .recruit_form_box .recruit_form_btn::after {
    width: 15px;
    height: 15px;
    top: 3.9113428944vw;
    right: 3.9113428944vw;
  }
}
.sec_recruit_form .recruit_form_box .recruit_form_btn._mid:hover {
  color: #0abcc7;
  background-color: #fff;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._mid:hover::before {
  background: url(../img/recruit/recruit_bg_aqua.png) no-repeat 0 0/contain;
  opacity: 0.1;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._mid:hover::after {
  background: url(../img/common/ico-external-g.png) no-repeat center bottom/18px 18px;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._part {
  background-color: #0b7ac1;
  border: 2px solid #0b7ac1;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._part:hover {
  color: #0b7ac1;
  background-color: #fff;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._part:hover::before {
  background: url(../img/recruit/recruit_bg_blue.png) no-repeat 0 0/contain;
  opacity: 0.1;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn._part:hover::after {
  background: url(../img/common/ico-external-b.png) no-repeat center bottom/18px 18px;
}

.sec_recruit_form .recruit_form_box .recruit_form_btn h3 {
  position: relative;
  z-index: 1;
}

/*====================================================*/
/*@Page inquiry_page */
/*====================================================*/
.inquiry_page {
  padding-bottom: 0;
}
.inquiry_page .sec_inquiry .lead {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .lead {
    margin-bottom: 50px;
  }
}
.inquiry_page .sec_inquiry .lead a {
  color: #0b7ac1;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inquiry_page .sec_inquiry .lead a:hover {
  text-decoration: none;
}
.inquiry_page .sec_inquiry .att {
  padding-bottom: 10px;
  color: #e33e3e;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .att {
    letter-spacing: 0.05em;
  }
}
.inquiry_page .sec_inquiry .t_red {
  color: #e33e3e;
}
.inquiry_page .sec_inquiry .is_inquiry dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  border-bottom: 1px solid #42454d;
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_inquiry dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.inquiry_page .sec_inquiry .is_inquiry dl:first-of-type {
  border-top: 1px solid #42454d;
}
.inquiry_page .sec_inquiry .is_inquiry dl dt {
  padding: 40px 0;
  width: 350px;
  color: #0b7ac1;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transform: rotate(0.1deg);
}
@media (max-width: 1150px) {
  .inquiry_page .sec_inquiry .is_inquiry dl dt {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  .inquiry_page .sec_inquiry .is_inquiry dl dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_inquiry dl dt {
    padding: 20px 0 0;
    width: 100%;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.inquiry_page .sec_inquiry .is_inquiry dl dt small {
  color: #42454d;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_inquiry dl dt small {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_inquiry dl dt br.br_pc {
    display: none;
  }
}
.inquiry_page .sec_inquiry .is_inquiry dl dd {
  padding: 40px 0;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  transform: rotate(0.1deg);
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_inquiry dl dd {
    padding: 0 0 20px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.inquiry_page .sec_inquiry .is_inquiry dl dd.is_inputs input {
  width: 80%;
}
.inquiry_page .sec_inquiry .is_inquiry dl dd span.p-coundly-name {
  padding-left: 10px;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  font-weight: 500;
  display: block;
}
.inquiry_page .sec_inquiry .is_inquiry dl dd.chkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.inquiry_page .sec_inquiry .is_checkprivacy {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .inquiry_page .sec_inquiry .is_checkprivacy {
    padding-top: 50px;
  }
}
.inquiry_page .sec_inquiry .is_checkprivacy p {
  transform: rotate(0.1deg);
}
.inquiry_page .sec_inquiry .is_checkprivacy a {
  color: #0b7ac1;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.inquiry_page .sec_inquiry .is_checkprivacy a:hover {
  text-decoration: none;
}
.inquiry_page .sec_inquiry .is_checkprivacy .agree {
  margin: 50px auto;
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_checkprivacy .agree {
    margin: 25px auto;
  }
}
.inquiry_page .sec_inquiry .is_checkprivacy .agree .chkbox {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .inquiry_page .sec_inquiry .is_checkprivacy .agree .chkbox {
    letter-spacing: 0.05em;
  }
}
.inquiry_page .contact_form_inner.main_width {
  max-width: 800px;
}
@media (max-width: 767px) {
  .inquiry_page .contact_form_inner.main_width {
    width: calc(100% - 40px);
  }
}
.inquiry_page .contact_form_block {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .inquiry_page .contact_form_block {
    padding-bottom: 80px;
  }
}
.inquiry_page .contact_form_block h2.ttl {
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .inquiry_page .contact_form_block h2.ttl {
    margin: 0 auto 50px;
  }
}
.inquiry_page .contact_form_block.confirm {
  padding-top: 0;
}
.inquiry_page .contact_form_block.thanks {
  padding-top: 0;
}
.inquiry_page .contact_form_block.thanks h3 {
  font-size: clamp(2rem, 1.9vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}