@charset "UTF-8";

/*---------------------------
layout
---------------------------*/
/*---------_main.sass---------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
}

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

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

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

/*---------_header.sass---------*/
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

.l-hnav__wrap {
  align-items: center;
  justify-content: space-between;
  padding: 0 78px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-hnav__wrap {
    height: 60px;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.l-hnav__area {
  justify-content: center;
  padding: 16px 0;
  align-items: center;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-hnav__area {
    justify-content: space-between;
    padding: 0;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 10;
    background-color: #fff;
  }
}

.l-hnav__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo {
    margin-left: 30px;
  }
}

.l-hnav__logo-link img {
  width: auto;
  height: 68px;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo-link img {
    padding: 8px 0;
    height: 60px;
    display: block;
  }
}

.l-hnav__logotext {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-hnav__logotext {
    font-size: 1.5rem;
    line-height: 60px;
  }
}

.l-hnav__list {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .l-hnav__list {
    margin: 0 50px;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item {
    width: 100%;
    border-bottom: solid 0.5px #fff;
    padding: 13px 12px;
    margin-bottom: 14px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #fff;
  }
}

.l-hnav__list-item-link {
  display: block;
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 68px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-link {
    line-height: 1;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {

  .l-hnav__list-item-btn,
  .l-hnav__list-item-btn-line {
    width: 100%;
    margin: 25px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-line {
    width: 100%;
    margin: 20px 0 0px;
  }
}

@media screen and (max-width: 768px) {

  .l-hnav__list-item-btn-link,
  .l-hnav__list-item-btn-line-link {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    line-height: 51px;
    background-color: #fff;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-line-link {
    color: #fff;
    background-color: #05B103;
  }
}

.l-hnav__btn-link {
  display: block;
  text-align: center;
  color: #fff;
  width: 240px;
  line-height: 68px;
  letter-spacing: 0.15em;
}

#l-hnav__menu-btn-check {
  display: none;
}

@media screen and (max-width: 768px) {

  /*メニュー*/
  .l-hnav__btn {
    margin-right: 60px;
  }

  .l-hnav__btn-link {
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    letter-spacing: unset;
  }

  .l-hnav__btn-link img {
    width: 30px;
  }

  .l-hnav__menu-btn {
    font-size: 1.5rem;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    background-color: unset;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
  }

  .l-hnav__menu-btn:hover {
    opacity: 0.8;
  }

  .l-hnav__menu-btn .l-hnav__menu-border,
  .l-hnav__menu-btn .l-hnav__menu-border:before,
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    content: "";
    display: block;
    height: 1.4px;
    width: 26px;
    background-color: #333;
    position: relative;
    transition: 0.5s;
    z-index: 15;
  }

  .l-hnav__menu-btn .l-hnav__menu-border:before {
    bottom: 7.6px;
  }

  .l-hnav__menu-btn .l-hnav__menu-border:after {
    top: 7.6px;
    width: 15px;
  }

  #l-hnav__menu-btn-check:checked~.l-hnav__menu-btn .l-hnav__menu-border {
    background: rgba(0, 0, 0, 0);
  }

  #l-hnav__menu-btn-check:checked~.l-hnav__menu-btn .l-hnav__menu-border::before {
    bottom: 0px;
    transform: rotate(45deg);
    background-color: #fff;
  }

  #l-hnav__menu-btn-check:checked~.l-hnav__menu-btn .l-hnav__menu-border::after {
    width: 26px;
    top: -2px;
    transform: rotate(-45deg);
    background-color: #fff;
  }

  #l-hnav__menu-btn-check {
    display: none;
  }

  #l-hnav__menu-btn-check:checked~.l-hnav {
    right: 0;
    /*メニューを画面内へ*/
    transition: 0.5s;
  }

  .l-hnav {
    position: fixed;
    top: 0;
    right: -3000px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgba(17, 30, 76, 0.9);
    z-index: 1;
    backdrop-filter: blur(12px);
  }

  .h_nav.active {
    right: 60%;
  }
}

/*---------_footer.sass---------*/
.l-contact__section {
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.l-contact__section .c-ttl__en {
  color: #fff;
}

.l-contact__section .c-ttl {
  margin-bottom: 15px;
}

.l-contact__section .c-text {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .l-contact__section {
    padding: 30px 30px 60px;
    color: #fff;
    text-align: center;
  }

  .l-contact__section .c-ttl__en {
    color: #fff;
  }

  .l-contact__section .c-ttl {
    margin-bottom: 28px;
  }

  .l-contact__section .c-text {
    margin-bottom: 39px;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
}

.l-contact__section2 {
  padding: 66px 0 92px;
  color: #fff;
  text-align: center;
}

.l-contact__section2 .c-ttl__en {
  color: #fff;
}

.l-contact__section2 .c-ttl {
  margin-bottom: 15px;
}

.l-contact__section2 .c-text {
  margin-bottom: 24px;
}

.l-contact__section2 .u-flex {
  width: 696px;
  margin: 0 auto;
}

.l-contact__section2 .u-btn__contact {
  margin: 0;
}

.l-contact__section2 .c-btn__link {
  width: 296px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-contact__section2 {
    padding: 40px 0 76px;
  }

  .l-contact__section2 .c-ttl {
    margin-bottom: 15px;
  }

  .l-contact__section2 .c-text {
    width: calc(100% - 60px);
    margin: 0 auto 28px;
  }

  .l-contact__section2 .u-flex {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .l-contact__section2 .u-btn__contact {
    margin: 0 auto 22px;
  }

  .l-contact__section2 .c-btn__link {
    width: 288px;
  }
}

.l-contact__section2-contents {
  width: 696px;
  height: 167px;
  margin: 0 auto 24px;
  border: solid 1px #fff;
  padding: 23px 0 34px;
  position: relative;
}

.l-contact__section2-contents .c-text {
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-contact__section2-contents {
    width: calc(100% - 60px);
    height: 150px;
    margin: 0 auto 37px;
    padding: 14px 0 29px;
  }

  .l-contact__section2-contents .c-text {
    margin-bottom: 16px;
  }
}

.l-contact__section2-contents::before {
  content: "";
  display: block;
  width: 684px;
  height: 155px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: solid 1px #fff;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-contact__section2-contents::before {
    width: calc(100% - 8px);
    height: 142px;
  }
}

.l-contact__section2-contents-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .l-contact__section2-contents-text {
    margin-bottom: 12px;
  }
}

.l-contact__section2-contents-tel {
  font-weight: bold;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-decoration: underline;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-contact__section2-contents-tel {
    font-size: 2.4rem;
  }
}

.l-contact__section2-contents-tel::before {
  content: "";
  display: block;
  background-image: url(../img/tel-icon.png);
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .l-contact__section2-contents-tel::before {
    width: 28px;
    height: 28px;
    margin-right: 9px;
  }
}

.l-contact__section2-announce {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 210%;
  letter-spacing: 0.15em;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .l-contact__section2-announce {
    font-size: 1.5rem;
    margin-bottom: 29px;
  }
}

.l-page-top {
  display: block;
  width: 64px;
  position: absolute;
  top: -34px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .l-page-top {
    display: block;
    width: 64px;
    position: absolute;
    top: -34px;
    right: 0;
  }
}

footer {
  background-color: #F3F5F8;
  position: relative;
}

.l-footer__contents {
  padding: 40px 0 20px;
}

.l-fnav__logo {
  width: 90px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .l-fnav__logo {
    width: 65px;
    margin: 0 auto 23px;
  }
}

.l-fnav__logotext {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-fnav__logotext {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 23px;
  }
}

.l-fnav__list {
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .l-fnav__list {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item:last-child {
    margin-bottom: 0;
  }
}

.l-fnav__list-item-link {
  display: block;
  padding: 0 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.l-copy {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}

/*---------_under.sass---------*/
.l-ttl__under {
  background-image: url(../img/ttl-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 272px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-ttl__under {
    background-image: url(../img/ttl-bg-sp.jpg);
    height: 160px;
  }
}

.l-ttl__under-ttlarea {
  margin: 0 auto;
  text-align: center;
}

.l-breadcrumb {
  background-color: #1A1A1A;
  padding: 9px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding: 9px 0 11px;
  }
}

.l-breadcrumb__list {
  align-items: center;
  padding: 0;
}

.l-breadcrumb__list-item {
  display: flex;
  align-items: center;
}

.l-breadcrumb__list-item::after {
  content: ">";
  margin: 0 15px;
  color: #fff;
}

.l-breadcrumb__list-item-link {
  font-size: 1.3rem;
  line-height: 210%;
  letter-spacing: 0.15em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb__list-item-link {
    font-size: 1.2rem;
  }
}

.l-breadcrumb__list-item:last-child .l-breadcrumb__list-item-link {
  color: #fff;
}

.l-breadcrumb__list-item:last-child::after {
  display: none;
}

.add-breadcrumb-separator{
  color: #fff !important;
}

/*---------------------------
object-component
---------------------------*/
/*---------.sass---------*/
.c-btn {
  width: fit-content;
}

.c-btn__link {
  position: relative;
  display: block;
  line-height: 80px;
  letter-spacing: 0.12em;
  font-weight: 500;
  width: 400px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .c-btn__link {
    line-height: 60px;
    width: 260px;
  }
}

.c-btn__link::before,
.c-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {

  .c-btn__link::before,
  .c-btn__link::after {
    width: 25px;
    height: 2px;
  }
}

.c-btn__link::before {
  right: 0;
}

.c-btn__link::after {
  right: -70px;
}

@media screen and (max-width: 768px) {
  .c-btn__link::after {
    right: -25px;
  }
}

.c-ttl__en {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.17em;
}

@media screen and (max-width: 768px) {
  .c-ttl__en {
    font-size: 1.2rem;
  }
}

.c-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 2.1rem;
  }
}

.c-ttl__desc {
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.c-text {
  line-height: 210%;
  letter-spacing: 0.15em;
}

/*---------------------------
object-project
---------------------------*/
/*---------_top.sass---------*/
.p-top__mv {
  padding: 17px 0 70px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top__mv {
    padding: 0 0 57px;
    flex-flow: column-reverse;
    max-width: 100% !important;
    overflow-x: hidden;
  }
}

.p-top__mv-contents {
  margin-right: -24px;
  width: 42%;
}

@media screen and (max-width: 768px) {
  .p-top__mv-contents {
    margin-right: 0;
    width: calc(100% - 60px);
  }

  .p-top__mv-contents .c-btn {
    margin: 0 auto;
  }
}

.p-top__mv-catch {
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-top__mv-catch {
    font-size: 2.8rem;
    margin-bottom: 23px;
  }
}

.p-top-mv__text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 210%;
  letter-spacing: 0.22em;
  margin-bottom: 63px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__text {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 196%;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
}

.p-top__mv-img {
  width: 55vw;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-top__mv-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
}

.p-top__deco1 {
  position: absolute;
  display: block;
  width: 923px;
  height: 923px;
  border-radius: 50%;
  background-color: #F3F5F8;
  bottom: -328px;
  left: calc(50% - 50vw - 156px);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top__deco1 {
    width: 407px;
    height: 407px;
    bottom: 107px;
    left: auto;
    right: calc(50% - 50vw - 126px);
  }
}

.p-top__banner-img {
  width: 810px;
  margin: 0 auto;
  padding: 75px 0 30px;
}

@media screen and (max-width: 768px) {
  .p-top__banner-img {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 45px 0 30px;
  }
}

#about.p-top__section1 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding: 75px 0;
}

#about.p-top__section1 .c-ttl {
  margin-bottom: 30px;
}

#about.p-top__section1 .c-text {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #about.p-top__section1 {
    padding: 45px 0;
    margin-bottom: 45px;
  }

  #about.p-top__section1 .c-ttl {
    margin-bottom: 18px;
  }

  #about.p-top__section1 .c-text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #about.p-top__section1.u-wrap {
    max-width: 100%;
  }
}

.p-top__section1-img {
  width: 53.611vw;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-top__section1-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 42px;
  }
}

.p-top__section1-contents {
  width: 517px;
}

@media screen and (max-width: 768px) {
  .p-top__section1-contents {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

#service.p-top__section2 {
  position: relative;
  padding: 75px 0;
}

#service.p-top__section2 .c-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #service.p-top__section2 {
    padding: 45px 0;
  }

  #service.p-top__section2 .c-ttl {
    margin-bottom: 21px;
  }
}

.p-top__section2:after {
  content: "";
  position: absolute;
  top: 98px;
  left: calc(50% - 50vw);
  width: 85.069vw;
  height: 93%;
  background-color: #EBEFF3;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top__section2:after {
    top: 58px;
    left: -30px;
    width: calc(100% + 60px);
    height: 93%;
  }
}

.p-top__section2-box {
  width: 600px;
  margin-bottom: 55px;
}

.p-top__section2-box .c-text {
  margin-bottom: 40px;
}

.p-top__section2-box .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top__section2-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .p-top__section2-box .c-text {
    margin-bottom: 40px;
  }

  .p-top__section2-box .c-btn {
    margin: 0 auto 0 0;
  }
}

.p-top__section2-box:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .p-top__section2-box:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__section2-box:last-child {
    margin-bottom: 0;
  }
}

.p-top__section2-ttlarea {
  padding-left: 30px;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top__section2-ttlarea {
    padding-left: 15px;
    margin-bottom: 20px;
  }
}

.p-top__section2-ttlarea::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #333;
  width: 2px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-top__section2-ttlarea::before {
    width: 2px;
    height: 31px;
  }
}

.p-top__section2-ttl {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.45;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .p-top__section2-ttl {
    font-size: 1.8rem;
  }
}

.p-top__section2-ttl_desc {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .p-top__section2-ttl_desc {
    font-size: 1.6rem;
  }
}

.p-top__section2-img {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-top__section2-img {
    margin-bottom: 20px;
  }
}

.p-top__section3 {
  position: relative;
  padding: 75px 0;
}

.p-top__section3 .c-ttl {
  margin-bottom: 60px;
}

.p-top__section3 .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top__section3 {
    padding: 45px 0;
  }

  .p-top__section3 .c-ttl {
    margin-bottom: 30px;
  }

  .p-top__section3 .c-btn {
    margin: 0 auto;
  }
}

.p-top__section3:after {
  content: "";
  position: absolute;
  top: 98px;
  left: calc(50% - 50vw);
  width: 85.069vw;
  height: 88%;
  background-color: #EBEFF3;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top__section3:after {
    top: 58px;
    left: -30px;
    width: calc(100% + 60px);
    height: 93%;
  }
}

.p-top__section3-container {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-top__section3-container {
    margin-bottom: 40px;
  }
}

.p-top__section3-box {
  width: calc((100% - 116px) / 3);
}

@media screen and (max-width: 768px) {
  .p-top__section3-box {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__section3-box:last-child {
    margin-bottom: 0;
  }
}

.p-top__section3-ttl {
  font-weight: 500;
  letter-spacing: 0.11em;
  font-size: 2.3rem;
  margin-bottom: 23px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top__section3-ttl {
    font-size: 1.9rem;
    margin-bottom: 20px;
    padding-left: 16px;
  }
}

.p-top__section3-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #333;
  width: 2px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-top__section3-ttl::before {
    width: 2px;
    height: 31px;
  }
}

.p-top__section3-box-img {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-top__section3-box-img {
    margin-bottom: 21px;
  }
}

.p-top__news {
  position: relative;
  padding: 75px 0;
}

.p-top__news .c-ttl__en {
  margin-right: 126px;
}

.p-top__news .c-ttl {
  margin-top: -2px;
  margin-bottom: 42px;
}

.p-top__news .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top__news {
    padding: 45px 0;
  }

  .p-top__news .c-ttl__en {
    margin-right: 0;
    text-align: center;
  }

  .p-top__news .c-ttl {
    margin-bottom: 30px;
    text-align: center;
  }

  .p-top__news .c-btn {
    margin: 0 auto;
  }
}

.p-top__news-flex {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top__news-flex {
    justify-content: center;
  }
}

.p-top__news-archive {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.17em;
  line-height: 180%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top__news-archive {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 210%;
    display: flex;
    align-items: center;
  }
}

.p-top__news-archive::before {
  content: "";
  background-color: #959595;
  display: block;
  width: 177px;
  height: 1px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-top__news-archive::before {
    width: auto;
    flex: 1;
  }
}

.p-top__news-contents {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-top__news-contents {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-top__news-list {
    margin-bottom: 37px;
  }
}

.p-top__news-item {
  border-bottom: solid 1px #959595;
  padding: 35px 0 34px;
  align-items: center;
}

.p-top__news-item:first-child {
  border-top: solid 1px #959595;
}

.p-top__news-item-date {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin-right: 20px;
}

.p-top__news-item-category {
  border: solid 1px #15375B;
  border-radius: 100px;
  padding: 1px 12px 2px;
  background-color: #F3F5F8;
  margin-right: 90px;
}

.p-top__news-item-text-link {
  line-height: 210%;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .p-top__news-item-text {
    width: 100%;
    margin-top: 7px;
  }
}

.p-under__section1 {
  padding: 80px 0 75px;
}

.p-under__section1 .c-ttl {
  text-align: center;
  margin-bottom: 60px;
}

.p-under__section1 .c-text {
  width: 605px;
  line-height: 240%;
}

.p-under__section1 .p-under__section1-img {
  width: 611px;
}

@media screen and (max-width: 768px) {
  .p-under__section1 {
    padding: 35px 0 45px;
  }

  .p-under__section1 .c-ttl {
    margin-bottom: 40px;
    font-size: 1.7rem;
  }

  .p-under__section1 .c-text {
    width: 100%;
    margin-bottom: 45px;
  }

  .p-under__section1 .p-under__section1-img {
    width: 100%;
  }
}

.p-under__section2 {
  padding: 100px 0;
  background-color: #EBEFF3;
}

.p-under__section2 .c-ttl__en {
  text-align: center;
}

.p-under__section2 .c-ttl {
  text-align: center;
  margin-bottom: 60px;
}

.p-under__section2 .p-under__section2-img {
  width: 640px;
}

.p-under__section2 .p-under__section2-contents {
  width: 575px;
}

.p-under__section2 .c-text {
  margin-bottom: 21px;
}

.p-under__section2 .c-text .u-tar {
  display: block;
}

.p-under__section2 .p-under__section2-icon {
  width: 45px;
  display: block;
}

.p-under__section2 .p-under__section2-icon:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-under__section2 {
    padding: 50px 0;
  }

  .p-under__section2 .c-ttl {
    margin-bottom: 40px;
  }

  .p-under__section2 .p-under__section2-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .p-under__section2 .p-under__section2-contents {
    width: 100%;
  }

  .p-under__section2 .c-text {
    margin-bottom: 13px;
  }
}

.p-under__section3 {
  padding: 75px 0;
}

.p-under__section3 .c-ttl__desc {
  margin-top: -8px;
  margin-bottom: 60px;
}

.p-under__section3 .c-text {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-under__section3 {
    padding: 45px 0;
  }

  .p-under__section3 .c-ttl__desc {
    margin-top: -3px;
    margin-bottom: 26px;
    font-size: 1.6rem;
  }

  .p-under__section3 .c-text {
    margin-top: 27px;
    margin-bottom: 0px;
  }

  .p-under__section3 .c-btn {
    margin-top: 40px;
  }
}

.p-under__section3-ttlarea {
  text-align: center;
}

.p-under__section3-ttlarea .c-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-under__section3-ttlarea .c-ttl {
    margin-bottom: 60px;
  }
}

.p-under__section3-container {
  margin-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .p-under__section3-container {
    margin-bottom: 50px;
  }
}

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

.p-under__section3-contents {
  width: 530px;
}

@media screen and (max-width: 768px) {
  .p-under__section3-contents {
    width: 100%;
  }
}

.p-under__section3-img {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .p-under__section3-img {
    width: 100%;
    margin-top: 26px;
  }
}

.p-under__section3-container:nth-child(odd) .p-under__section3-contents {
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .p-under__section3-container:nth-child(odd) .p-under__section3-contents {
    margin-right: 0;
  }
}

.p-under__section3-container:nth-child(even) .p-under__section3-contents {
  margin-left: 60px;
}

.p-under__section3-container:nth-child(even) .u-flex {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-under__section3-container:nth-child(even) .p-under__section3-contents {
    margin-left: 0;
  }
}

.p-under__section4 {
  padding: 80px 0 75px;
  text-align: center;
}

.p-under__section4 .c-ttl {
  margin-bottom: 60px;
}

.p-under__section4 .c-text {
  line-height: 260%;
}

@media screen and (max-width: 768px) {
  .p-under__section4 {
    padding: 35px 0 45px;
  }

  .p-under__section4 .c-ttl {
    margin-bottom: 40px;
    font-size: 1.7rem;
  }

  .p-under__section4 .c-text {
    line-height: 240%;
    text-align: left;
  }
}

.p-under__company-section1 {
  padding: 150px 0 166px;
}

.p-under__company-section1 .c-ttl__en {
  text-align: center;
}

.p-under__company-section1 .c-ttl {
  text-align: center;
  margin-bottom: 56px;
}

.p-under__company-section1 .p-under__company-map {
  width: 900px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-under__company-section1 {
    padding: 90px 0;
  }

  .p-under__company-section1 .c-ttl {
    margin-bottom: 40px;
  }

  .p-under__company-section1 .p-under__company-map {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.p-under__company-table {
  width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-under__company-table {
    width: calc(100% - 60px);
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
  }
}

.p-under__company-table-row {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-under__company-table-row {
    margin-bottom: 22px;
    padding-bottom: 22px;
    display: block;
  }
}

.p-under__company-table-row:last-child {
  border-bottom: unset;
}

@media screen and (max-width: 768px) {
  .p-under__company-table-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
}

.p-under__company-table-header,
.p-under__company-table-data {
  line-height: 210%;
  letter-spacing: 0.15em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {

  .p-under__company-table-header,
  .p-under__company-table-data {
    display: block;
  }
}

.p-under__company-table-header {
  width: 34%;
  padding: 34px 0 24px 44px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-under__company-table-header {
    width: 100%;
    padding: 0px 0 3px 15px;
  }
}

.p-under__company-table-data {
  width: 66%;
  padding: 34px 0 24px 0;
}

@media screen and (max-width: 768px) {
  .p-under__company-table-data {
    width: 100%;
    padding: 0px 0 0 15px;
  }
}

.p-under__flow {
  max-width: 800px;
  margin: 0 auto;
  padding: 75px 0;
}

.p-under__flow .c-ttl__en {
  text-align: center;
}

.p-under__flow .c-ttl {
  text-align: center;
  margin-bottom: 87px;
}

@media screen and (max-width: 768px) {
  .p-under__flow {
    padding: 45px 0;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }

  .p-under__flow .c-ttl {
    margin-bottom: 57px;
  }
}

.p-under__flow-box {
  border-top: unset;
  position: relative;
  margin-bottom: 76px;
}

@media screen and (max-width: 768px) {
  .p-under__flow-box {
    margin-bottom: 85px;
  }
}

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

.p-under__flow-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 66px solid transparent;
  border-left: 66px solid transparent;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-under__flow-box::after {
    bottom: -60px;
  }
}

.p-under__flow-box:last-child::after {
  display: none;
}

.p-under__flow-ttl {
  padding-left: 125px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .p-under__flow-ttl {
    padding-left: 63px;
    line-height: 44px;
    font-size: 1.5rem;
  }
}

.p-under__flow-num {
  position: absolute;
  top: -26px;
  left: -26px;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .p-under__flow-num {
    top: -17px;
    left: -17px;
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 2.9rem;
  }
}

.p-under__flow-contents {
  padding: 38px 31px 44px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-under__flow-contents {
    padding: 24px 26px 16px;
    width: 100%;
  }
}

.p-under__flow-img {
  width: 248px;
  margin-right: 22px;
}

@media screen and (max-width: 768px) {
  .p-under__flow-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-under__flow-text {
  line-height: 150%;
  letter-spacing: 0.05em;
  width: calc(100% - 270px);
}

@media screen and (max-width: 768px) {
  .p-under__flow-text {
    width: 100%;
    font-size: 1rem;
    line-height: 170%;
  }
}

.p-under__flow-link {
  text-decoration: underline;
}

.p-under__faq-section1 {
  max-width: 880px;
  margin: 0 auto;
  padding: 75px 0;
}

.p-under__faq-section1 .c-ttl__en {
  text-align: center;
}

.p-under__faq-section1 .c-ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-under__faq-section1 {
    padding: 45px 0;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }

  .p-under__faq-section1 .c-ttl {
    margin-bottom: 40px;
  }
}

.p-under__faq-section1-box {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-under__faq-section1-box {
    margin-bottom: 40px;
  }
}

.p-under__faq-section1-box:last-child {
  margin-bottom: 0;
}

.p-under__faq-section1-box-q {
  background-color: #F3F5F8;
  padding: 14px 18.5px 15px 24.5px;
  cursor: pointer;
}

.p-under__faq-section1-box-q .c-text {
  font-weight: bold;
  flex-grow: 1;
  font-size: 1.7rem;
  letter-spacing: 0.09em;
  width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .p-under__faq-section1-box-q {
    padding: 11px 10px;
  }

  .p-under__faq-section1-box-q .c-text {
    font-weight: bold;
    flex-grow: 1;
    font-size: 1.6rem;
  }
}

.p-under__faq-section1-box-q::before {
  content: "Q.";
  margin-right: 7px;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 30px;
}

.p-under__faq-section1-box-q::after {
  content: "＋";
  margin-left: 7px;
  font-size: 2.1rem;
  width: 21px;
}

.p-under__faq-section1-box-q.on:after {
  content: "ー";
}

.p-under__faq-section1-box-a {
  margin-top: 25px;
}

.p-under__faq-section1-box-a .c-text {
  font-size: 1.7rem;
  letter-spacing: 0.09em;
}

.js-answer {
  display: none;
}

.p-under__contact-section {
  max-width: 650px;
  margin: 0 auto;
  padding: 80px 0 104px;
}

.p-under__contact-section .c-text {
  margin-bottom: 70px;
  text-align: center;
}

.p-under__contact-section .c-btn {
  margin: 110px auto 0;
  position: relative;
}

.p-under__contact-section .c-btn__link {
  width: 580px;
}

.p-under__contact-section .c-btn::before,
.p-under__contact-section .c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #fff;
}

.p-under__contact-section .c-btn::before {
  right: 0;
  z-index: 1;
}

.p-under__contact-section .c-btn::after {
  right: -70px;
}

.p-under__contact-section input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: unset;
}

.p-under__contact-section span.wpcf7-spinner,
.p-under__contact-section .wpcf7-response-output {
  display: none;
}

.p-under__contact-section .u-text__tiny {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-under__contact-section {
    max-width: calc(100% - 60px);
    padding: 35px 0 90px;
  }

  .p-under__contact-section .c-text {
    margin-bottom: 80px;
  }

  .p-under__contact-section .c-btn {
    margin: 90px auto 0;
  }

  .p-under__contact-section .c-btn__link {
    width: 261px;
  }

  .p-under__contact-section .c-btn::before,
  .p-under__contact-section .c-btn::after {
    width: 25px;
  }

  .p-under__contact-section .c-btn::after {
    right: -25px;
  }
}

.p-under__contact-form-item {
  margin-bottom: 37px;
}

.p-under__contact-form-item .c-text {
  margin-bottom: 0px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-under__contact-form-item {
    margin-bottom: 30px;
  }

  .p-under__contact-form-item .c-text {
    margin-bottom: 0px;
    text-align: left;
  }
}

.p-under__contact-form-item:last-child {
  margin-bottom: 20px;
}

.p-under__contact-form-label {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-under__contact-form-label {
    margin-bottom: 9px;
  }
}

.p-under__contact-form-input-text {
  border-radius: 2px;
  border: solid 1.5px #333;
  padding: 17px 25px 18px;
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}

.p-under__contact-form-input-text::placeholder {
  color: #999;
}

.p-under__contact-form-input-radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.p-under__contact-form-input-radio .wpcf7-list-item {
  margin: 0;
}

.p-under__contact-form-input-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.p-under__contact-form-input-radio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.p-under__contact-form-input-radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #999;
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.p-under__contact-form-input-radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.p-under__contact-form-input-radio input[type=radio]:checked+span.wpcf7-list-item-label::after {
  display: block;
}

.p-under__contact-form-input-radio label {
  align-items: center;
  display: flex;
}

.p-under__contact-form-input-textarea {
  border-radius: 2px;
  border: solid 1.5px #333;
  padding: 17px 25px 18px;
  height: 276px;
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
}

.p-under__contact-form-submit {
  line-height: 210%;
  letter-spacing: 0.15em;
}

.p-under__contact-form-submit .p-under__contact-form-submit-link {
  color: #1915ED;
}

.p-under__contact-form-submit .wpcf7-list-item {
  margin: 0 9px 0 0;
}

.c-btn__prev {
  margin: 22px auto 0;
  position: relative;
  width: fit-content;
  cursor: pointer;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-btn__prev {
    margin: 23px auto 0;
  }
}

.c-btn__prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  height: 1.6px;
}

.c-btn__prev-link {
  line-height: 47px;
  width: 400px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-radius: 2px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-btn__prev-link {
    width: 190px;
  }
}

.p-under__contact-section-confirm .p-under__contact-form-item {
  margin-bottom: 55px;
}

.p-under__contact-section-confirm .p-under__contact-form-item:last-child {
  margin-bottom: 0;
}

.p-under__contact-section-confirm .c-text {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-under__contact-section-thanks {
  text-align: center;
  padding: 80px 0 190px;
}

.p-under__contact-section-thanks .c-btn {
  margin: 0 auto;
}

.p-under__contact-section-thanks .c-text {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .p-under__contact-section-thanks {
    padding: 35px 0 180px;
  }

  .p-under__contact-section-thanks .c-text {
    margin-bottom: 80px;
  }
}

.p-under__text-section {
  max-width: 966px;
  margin: 0 auto;
  padding: 80px 0 150px;
}

.p-under__text-section .c-text {
  margin-bottom: 45px;
}

.p-under__text-section .c-text__link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-under__text-section {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 80px 0 90px;
  }

  .p-under__text-section .c-text {
    margin-bottom: 60px;
  }
}

.p-under__text-section-ttl {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 150%;
  letter-spacing: 0.15em;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-under__text-section-ttl {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.p-under__error-section {
  max-width: 918px;
  margin: 0 auto;
  padding: 150px 0 500px;
  align-items: center;
}

.p-under__error-section .c-img {
  width: 370px;
  margin-right: 18px;
}

.p-under__error-section .c-ttl {
  font-size: 6.6rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-under__error-section .c-ttl__desc {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 210%;
  letter-spacing: 0.06em;
}

.p-under__error-section .c-text {
  margin-bottom: 19px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .p-under__error-section {
    max-width: calc(100% - 60px);
    padding: 50px 0 225px;
  }

  .p-under__error-section .c-img {
    width: 220px;
    margin: 0 auto;
  }

  .p-under__error-section .c-ttl {
    font-size: 6.5rem;
    line-height: 210%;
    margin-bottom: 15px;
  }

  .p-under__error-section .c-ttl__desc {
    line-height: 130%;
    margin-bottom: 15px;
  }

  .p-under__error-section .c-text {
    line-height: 130%;
    margin-bottom: 29px;
  }
}

.p-under__error-section-btn-link {
  border: solid 1px #000;
  border-radius: 2px;
  text-align: center;
  width: 146px;
  line-height: 37px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.01em;
}

/*---------------------------
object-utility
---------------------------*/
/*---------    ---------*/
.u-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-prompt {
  font-family: "Prompt", sans-serif;
}

.u-wrap {
  max-width: 1284px;
  margin: 0 auto;
}

.u-wrap.--narrow {
  max-width: 962px;
}


@media screen and (max-width: 768px) {

  .u-wrap,
  .u-wrap.--narrow {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-po-re {
  position: relative;
}

.u-jcc {
  justify-content: center;
}

.u-aic {
  align-items: center;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcsa {
  justify-content: space-around;
}

.u-jcfe {
  justify-content: flex-end;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-bold {
  font-weight: bold;
}

.u-text__tiny {
  font-size: 1.2rem;
}

.u-color__black {
  color: #000;
}

@media screen and (max-width: 768px) {
  .u-btn__contact-line {
    margin: 0 auto;
  }
}

.u-btn__small-link,
.u-btn__contact-link,
.u-btn__contact-line-link {
  width: 300px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {

  .u-btn__small-link,
  .u-btn__contact-link,
  .u-btn__contact-line-link {
    width: 260px;
  }
}

.u-btn__small-link::before,
.u-btn__small-link::after,
.u-btn__contact-link::before,
.u-btn__contact-link::after,
.u-btn__contact-line-link::before,
.u-btn__contact-line-link::after {
  width: 25px;
}

.u-btn__small-link::after,
.u-btn__contact-link::after,
.u-btn__contact-line-link::after {
  right: -25px;
}

.u-btn__contact {
  margin: 0 auto;
}

.u-btn__contact-link {
  background-color: #fff;
}

.u-btn__contact-link::after {
  background-color: #fff;
}

.u-btn__contact-line-link {
  background-color: #05B103;
}

.u-btn__contact-line-link::before {
  background-color: #fff;
}

.u-btn__contact-line-link::after {
  background-color: #05B103;
}

.u-btn__contact-img {
  margin-right: 13.6px;
  width: 34px;
  height: 34px;
}

.u-btn__contact-line-img {
  margin-right: 17px;
  width: 29.4px;
  height: 29.4px;
}

.u-mgb__100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-mgb__100 {
    margin-bottom: 45px;
  }
}

.u-mgb__150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .u-mgb__150 {
    margin-bottom: 90px;
  }
}

.u-mgb__last {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-mgb__last {
    margin-bottom: 45px;
  }
}

.u-text__required {
  color: #DB0707;
  background-color: #DB0707;
  display: inline-block;
  border-radius: 2px;
  margin-left: 30px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
}

.u-container__flow {
  padding: 112px 0 190px;
}

@media screen and (max-width: 768px) {
  .u-container__flow {
    padding: 133px 0 90px;
  }
}

/*4/22*/
@media screen and (max-width: 1600px) {
  .l-hnav__wrap {
    padding: 0 20px;
  }

  .l-hnav__list-item-link {
    font-size: 1.5rem;
  }

  .l-hnav__btn-link {
    width: 180px;
  }
}

@media screen and (max-width: 1500px) {
  .l-hnav__wrap {
    padding: 0 20px;
  }

  .l-hnav__list-item-link {
    padding: 0 8px;
  }

  .l-hnav__btn-link {
    width: 170px;
  }
}

@media screen and (max-width: 1390px) {
  .l-hnav__wrap {
    padding: 0 10px;
  }

  .l-hnav__list-item-link {
    padding: 0 8px;
  }

  .l-hnav__btn-link {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__btn-link {
    width: 60px;
  }
}

.add-section-blog .c-text {
  text-align: center;
}

/*news*/
.p-news__wrap {
  padding-bottom: 100px;
}

.p-news__section {
  padding: 80px 0 0px;
}

.p-news__sort-list {
  justify-content: center;
  gap: 19px;
}

.p-news__sort-item {}

.p-news__sort-item-link {
  padding: 2px 11px 5px;
  min-width: 140px;
  display: block;
  border: solid 1px #1a1a1a;
  border-radius: 15px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .12em;
  background-color: #fff;
}

.p-news__sort-item-link.active {
  background-color: #1a1a1a;
  color: #fff;
  pointer-events: none;
}

.p-top__news-list {
  width: 100%;
  padding: 60px 0 80px;
  max-width: 1000px;
  margin: 0 auto;
}

.p-news__item {
  width: 100%;
  padding: 35px 0 34px;
  border-bottom: solid 1px #959595;
}

.p-news__item:first-child {
  border-top: solid 1px #959595;
}

.p-news__item-left {
  width: 26.8%;
}

.p-news__date {
  font-size: 1.2rem;
  margin-right: 20px;
  letter-spacing: 0.15em;
}

.p-news__cate {
  padding: 1px 12px 2px;
  border: solid 1px #1a1a1a;
  background-color: #fff;
  border-radius: 15px;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}

.p-news__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}

.p-news__contents {
  padding: 125px 0 90px;
}

@media screen and (max-width: 768px) {

  /*news*/
  .p-news__wrap {
    padding-bottom: 80px;
  }

  .p-news__section {
    padding: 60px 0 0px;
  }

  .p-news__sort-list {
    justify-content: center;
    gap: 19px;
  }

  .p-news__sort-item {}

  .p-news__sort-item-link {
    padding: 2px 11px 5px;
    min-width: 140px;
    display: block;
    border: solid 1px #15375B;
    border-radius: 15px;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .12em;
  }

  .p-news__sort-item-link.active {
    background-color: #15375B;
    color: #fff;
  }

  .p-top__news-list {
    width: 100%;
    padding: 60px 0 80px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-news__item {
    width: 100%;
    padding: 35px 0 34px;
    border-bottom: solid 1px #959595;
  }

  .p-news__item:first-child {
    border-top: solid 1px #959595;
  }

  .p-news__item-left {
    width: 100%;
    margin-bottom: 5px;
  }

  .p-news__date {
    font-size: 1.2rem;
    margin-right: 20px;
    letter-spacing: 0.15em;
  }

  .p-news__cate {
    padding: 1px 12px 2px;
    border: solid 1px #15375B;
    background-color: #s15375B;
    border-radius: 15px;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
  }

  .p-news__ttl {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

.c-pagenavi {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 111px;
}

.c-pagenavi__item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  box-sizing: content-box;
}

.c-pagenavi__item-link {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  color: #15375B;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.current {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 50%;
}

.c-pagenavi__prev,
.c-pagenavi__next {
  /* background-color: #efefef; */
  background-color: #1a1a1a;
  border-radius: 50%;
  position: relative;
}

.c-pagenavi__prev .c-pagenavi__item-link,
.c-pagenavi__next .c-pagenavi__item-link {
  background-color: #EFEFEF;
  background-color: #1a1a1a;
}

.c-pagenavi__prev {
  margin-right: 36px;
}

.c-pagenavi__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}

.c-pagenavi__next {
  margin-left: 36px;
}

.c-pagenavi__next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}


/* 下層ページヘッダー背景 */
.header.lower {
  height: 100px;
  height: 115px;
  background-color: #0060AC;
  padding-bottom: 20px !important;
  /* background-color: #fff; */
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  @media screen and (max-width: 768px) {
    padding-bottom: 0 !important;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .header.lower .header__cta {
    display: none;
  }
}

/* 下層ページでヘッダーの分コンテンツに余白を追加 */
body:not(.home) main {
  padding-top: 100px;

  @media screen and (max-width: 768px) {
    padding-top: 60px;
  }
}



/* ----------20240813追加CSS---------- */
/* gnavサービスに下層メニュー追加 */

.gnav__item.--has-lower {
  position: relative;
  padding-top: .5em;
  padding-bottom: .5em;
}

.gnav2 {
  width: 180px;
  padding: 0.5em;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f0f0f0;
  display: none;
  z-index: -1;
  opacity: 0;
  transition: all .5s;
}

.gnav2.open {
  z-index: 999;
  opacity: 1;
}

.gnav__item2 a {
  display: block;
  padding: 0.5em;
  font-weight: normal;
  color: #000;
}

.gnav__item2 a:hover {
  opacity: .6;
  color: #0060AC !important;
}


/* サービス01ページ追加コンテンツ「外国人人材紹介AJヒューマンキャピタルの強み」 */

.s-strength__container {
  margin-top: 78px;
  width: 1192px;
  margin: 50px auto 0;

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.s-strength .c-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-strength .c-ttl--en {
  color: #0060AC;
  font-size: 1.5rem;
  line-height: 1;
}



.s-strength__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.s-strength__listItem {
  width: calc(50% - 50px);
  padding: 28px 20px 82px;
  background-color: #0060AC;
  color: #fff;
  border-radius: 50px;

  @media screen and (max-width: 768px) {
    width: 100%;
    border-radius: 15px;
  }

}

.s-strength__listItemImage {
  aspect-ratio: 740 /400;
  border-radius: 50px;
  overflow: clip;

  @media screen and (max-width: 768px) {
    border-radius: 15px;
  }
}

.s-strength__listItemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-strength__listItemTitle {
  margin-top: -6.4rem;
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;

  @media screen and (max-width: 768px) {
    font-size: 2.1rem;
  }
}

.s-strength__listItemTitle::before {
  content: attr(data-num);
  font-size: 6.8rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-family: 'Noto Sans JP, sans-serif';
  line-height: 1.8;

  @media screen and (max-width: 768px) {
    font-size: 4.8rem;
    line-height: 1.4;
  }
}

.s-strength__listItemDesc {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.6;

  @media screen and (max-width: 768px) {
    margin-top: 2.4rem;
    font-size: 1.7rem;
  }
}


/* page-about追加 */
.page-template-page-about .p-under__section3-img img {
  height: 100%;
  object-fit: cover;
}

.page-template-page-about .p-under__section2 {
  background-color: #0060AC;
  color: #fff;
}

/* page-contact追加 */
.p-under__contact-form .c-btn__link,
.p-under__contact-section-thanks .c-btn__link {
  border-radius: 100vh;
}

.p-under__contact-form .c-btn::before,
.p-under__contact-form .c-btn::after,
.p-under__contact-section-thanks .c-btn a::before,
.p-under__contact-section-thanks .c-btn a::after {
  display: none;
}

/* フォームセレクト要素 */
.wpcf7-form-control-wrap[data-name="inquiry-type"] {
  position: relative;
}

.wpcf7-form-control-wrap[data-name="inquiry-type"]::after {
  content: '▼';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-25%);
  z-index: -1;
}

/* 下層ページごとのFV設定 */
.recruiting .l-ttl__under {
  background-image: url(../images/fv/fv-recruit.jpg);
}

.registration .l-ttl__under {
  /* background-image: url(../images/fv/fv-registration.jpg);  */
}

.education .l-ttl__under {
  background-image: url(../images/fv/fv-edu.jpg);
}

.introduce-jobs .l-ttl__under {
  background-image: url(../images/fv/fv-job.jpg);
}

.blog .l-ttl__under,
.single-post .l-ttl__under {
  background-image: url(../images/fv/fv-news.jpg);
}

.post-type-archive-news .l-ttl__under {
  background-image: url(../images/fv/fv-news.jpg);
}

.single-news .l-ttl__under {
  background-image: url(../images/fv/fv-news.jpg);
}

/* インタビューページ追加CSS */

.p-archive__section {
  padding-top: 100px;
  padding-bottom: 232px;
}

@media screen and (max-width: 768px) {
  .p-archive__section {
    padding-bottom: 100px;
  }
}

.p-archive__sort {
  margin-bottom: 76px;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .p-archive__sort {
    margin-bottom: 40px;
    gap: 16px;
    max-width: 300px;
  }
}

.p-archive__sort-box {
  align-items: center;
  gap: 22px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-archive__sort-box {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
}

.p-archive__sort-box-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-archive__sort-box-select {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 13px 8px 14px 21px;
  border-radius: 28px;
  border: unset;
  background-color: #F5F4F4;
  width: 210px;
}

.p-archive__sort-box select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/icon/arrow03.png");
  background-repeat: no-repeat;
  background-size: 32px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 8px center;
  /* 画像の位置 */
}

.p-archive__contents {
  gap: 64px 32px;
}

@media screen and (max-width: 768px) {
  .p-archive__contents {
    gap: 32px 0;
  }
}

.p-archive__box {
  width: calc((100% - 64px) / 3);
  border-radius: 42px;
  padding: 1em;
  border: 1px solid #1a1a1a;
  position: relative;
}

.p-archive__box:hover {
  opacity: 0.8 !important;
}

@media screen and (max-width: 768px) {
  .p-archive__box {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: solid 1px #D3D3D3;
  }
}

.p-archive__box:nth-of-type(even) {
  background-color: #0060AC;
  color: #fff;
}

.p-archive__box::after {
  content: '';
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-image: url(../images/interview/item-arrow.png);
  background-size: 6px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  border-radius: 100vh;
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.p-archive__box-img {
  border-radius: 33px;
  overflow: hidden;
  margin-bottom: 25px;
  aspect-ratio: 340/228;
}

@media screen and (max-width: 768px) {
  .p-archive__box-img {
    margin-bottom: 18px;
  }
}

.p-archive__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-archive__box-cate {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .p-archive__box-cate {
    margin-bottom: 9px;
  }
}

.p-archive__box-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  /* ３行目まで表示して、それ以上は... */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 99px;

}

@media screen and (max-width: 768px) {
  .p-archive__box-ttl {
    font-size: 1.6rem;
  }
}

.interview-categories {
  width: 80%;
  margin: 0 auto;
  gap: 35px;
  justify-content: center;
}

.interview-category-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 52px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #1a1a1a;
}

/* .interview-category-item a:not(.current):hover {
  opacity: .6;
} */

.interview-category-item a.current {
  background-color: #1a1a1a;
  color: #fff;
  pointer-events: none;
}

/* インタビュー詳細 single-interview p-detail */
/*---------------------------
detail
---------------------------*/
.p-detail__section {
  padding: 0 0 198px;
}

@media screen and (max-width: 768px) {
  .p-detail__section {
    padding: 0 0 89px;
  }
}

.p-detail__contents-type {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 52px;
  color: #4577FF;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-type {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 26px;
  }
}

.p-detail__contents-cate {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4577FF;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-cate {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #4577FF;
    margin-bottom: 17px;
  }
}

.p-detail__contents-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 31px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-ttl {
    font-size: 1.8rem;
    margin-bottom: 27px;
  }
}

.p-detail__contents-img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 83px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 57px;
  }
}

.p-detail__contents {
  width: 100%;
  margin: 0 auto;
}

.p-detail__contents h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  color: #4577FF;
  padding-bottom: 28px;
  margin-bottom: 37px;
  border-bottom: solid 1px #E3E3E3;
  position: relative;
}

.p-detail__contents h1:after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  background-color: #4577FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-detail__contents h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #4577FF;
  padding-bottom: 23px;
  margin-bottom: 24px;
  position: relative;
}

.p-detail__contents h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #4577FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-detail__contents h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  color: #4577FF;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}

.p-detail__contents h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #4577FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.p-detail__contents h3::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #F5F8FF;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  -webkit-transform: translateY(calc(-50% + 3px));
  -ms-transform: translateY(calc(-50% + 3px));
  left: 6px;
}

.p-detail__contents h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 14px;
}

.p-detail__contents p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.p-detail__contents img {
  border-radius: 16px;
  overflow: hidden;
}

.p-detail__contents cite {
  padding-left: 11px;
  border-left: solid 1px #7691D9;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #7691D9;
}

.p-detail__contents .wp-block-button__link {
  box-shadow: none;
  text-decoration: none;
  color: #0F0F0F;
  padding: 8px 45px 8px 8px;
  background-color: #F5F4F4;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  border-radius: 28px;
  font-size: 1.5rem;
}

.p-detail__contents .wp-block-button__link::before {
  content: "";
  background-image: url(../img/icon/arrow01.png);
  background-size: 100% 100%;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .p-detail__contents h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    color: #4577FF;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: solid 1px #E3E3E3;
    position: relative;
  }

  .p-detail__contents h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background-color: #4577FF;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .p-detail__contents h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    color: #4577FF;
    padding-bottom: 23px;
    margin-bottom: 32px;
    position: relative;
  }

  .p-detail__contents h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #4577FF;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .p-detail__contents h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #4577FF;
    padding-left: 20px;
    margin-bottom: 19px;
    position: relative;
  }

  .p-detail__contents h3::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #4577FF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }

  .p-detail__contents h3::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #F5F8FF;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 3px));
    -webkit-transform: translateY(calc(-50% + 3px));
    -ms-transform: translateY(calc(-50% + 3px));
    left: 6px;
  }

  .p-detail__contents h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 23px;
  }

  .p-detail__contents p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  .p-detail__contents img {
    border-radius: 8px;
    overflow: hidden;
  }

  .p-detail__contents cite {
    padding-left: 11px;
    border-left: solid 1px #7691D9;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: #7691D9;
  }

  .p-detail__contents .wp-block-button__link {
    box-shadow: none;
    text-decoration: none;
    color: #0F0F0F;
    padding: 8px 45px 8px 8px;
    background-color: #F5F4F4;
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: bold;
    border-radius: 28px;
    font-size: 1.5rem;
  }

  .p-detail__contents .wp-block-button__link::before {
    content: "";
    background-image: url(../img/icon/arrow01.png);
    background-size: 100% 100%;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}

.p-detai__share-list {
  padding: 112px 0;
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-detai__share-list {
    padding: 24px 0 67px;
    width: 100%;
  }
}

.p-detai__share-item a {
  position: relative;
  padding: 0 10px;
  text-align: center;
  display: block;
  width: 177px;
  height: 44px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 44px;
  font-weight: bold;
  align-items: center;
}

.p-detai__share-item a::before {
  content: "";
  background-image: url(../img/icon/facebook_icon.png);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 10px;
}

@media screen and (max-width: 768px) {
  .p-detai__share-item {
    width: 33.3333333333%;
  }

  .p-detai__share-item a {
    position: relative;
    padding: 0 10px;
    text-align: center;
    display: block;
    height: 44px;
    color: #fff;
    font-size: 1rem;
    line-height: 44px;
    font-weight: bold;
    align-items: center;
    width: 100%;
  }

  .p-detai__share-item a::before {
    content: "";
    background-image: url(../img/icon/facebook_icon.png);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10px;
  }
}

.p-detai__share-item:nth-of-type(2) a::before {
  content: "";
  background-image: url(../img/icon/x_icon.png);
}

.p-detai__share-item:nth-of-type(3) a::before {
  content: "";
  background-image: url(../img/icon/line_icon.png);
}

.p-detai__share-item:first-child {
  background-color: #0D66F5;
}

.p-detai__share-item:nth-of-type(2) {
  background-color: #1995ED;
}

.p-detai__share-item:nth-of-type(3) {
  background-color: #15B325;
}

.p-detai__navi-list {
  padding-top: 30px;
  border-top: solid 1px #4577FF;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-detai__navi-list {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
}

.p-detai__navi-item-prev {
  position: absolute;
  position: left;
}

.p-detai__navi-item-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-detai__navi-item-next {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-detai__navi-item-next .p-detai__navi-link span {
    display: none;
  }
}

.p-detai__navi-item-prev {
  position: absolute;
  position: left;
}

@media screen and (max-width: 768px) {
  .p-detai__navi-item-prev .p-detai__navi-link span {
    display: none;
  }
}

.p-detai__navi-link {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  color: #4577FF;
  display: flex;
  align-items: center;
}

.p-detai__navi-item-prev .p-detai__navi-link::before {
  content: "";
  display: block;
  background-image: url(../img/icon/prev-arrow02.png);
  background-size: 12px 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  border: solid 1px #4577FF;
  padding: 14.5px 14px;
}

.p-detai__navi-item-next .p-detai__navi-link::after {
  content: "";
  display: block;
  background-image: url(../img/icon/next-arrow02.png);
  background-size: 12px 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  border: solid 1px #4577FF;
  padding: 14.5px 14px;
}


/* ニュース詳細ページ */

.p-single-news__wrap {
  padding-top: 126px;
  padding-bottom: 195px;

}

.p-single-news__meta {
  gap: 1em;
}

.p-single-news__category {
  padding: 1px 12px 2px;
  border: solid 1px #1a1a1a;
  background-color: #F3F5F8;
  border-radius: 100vh;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.p-single-news__title {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #1A1A1A;
}

.p-single-news__contentWrap {
  margin-top: 48px;
}

.p-single-news__contentWrap h2 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  background-color: #0060AC;
  width: 370px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 1em;
  line-height: 2.1;
  margin-bottom: 30px;

  @media screen and (max-width: 768px) {
    font-size: 1.7rem;
    width: 100%;
  }
}

.p-single-news__contentWrap h3 {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 210%;
  letter-spacing: 0.15em;
  color: #1A1A1A;
  line-height: 2.1;
  margin-bottom: 30px;

  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
  }
}

.p-single-news__contentWrap p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 210%;
  letter-spacing: 0.15em;
  color: #1A1A1A;
  margin-bottom: 30px;

  @media screen and (max-width: 768px) {
    font-size: 1.4rem;
  }
}

.wp-block-image {
  margin-bottom: 30px;
}


.c-button--backList {
  margin-top: 127px;
  width: 296px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  background-color: #0060AC;
  border-radius: 100vh;
  margin-right: auto;
  margin-left: auto;
}

/* インタビュー詳細 */
.p-single-news__eyecatch {
  margin-bottom: 30px;
}


/* utility */
.u-flex {
  display: flex;
  flex-wrap: wrap;
}