@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

img {
  display: block;
  width: 100%;
}

html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 7.5px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  min-width: 1200px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: bold;
  line-height: 1.45;
}
body p {
  line-height: 1.75;
}
body a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.l-container {
  width: 100%;
  max-width: calc(1440px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .l-container {
    padding: 0 4%;
  }
}
.l-container--750 {
  max-width: calc(750px + 32px);
  margin: 0 auto;
}
.l-container--900 {
  max-width: calc(900px + 32px);
  margin: 0 auto;
}

.l-main {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .l-main {
    min-width: auto;
  }
}

.c-text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 16px;
  }
}
.c-text + .c-text {
  margin-top: calc(16px * 1.75);
}

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

img,
picture {
  display: block;
  height: auto;
}

.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.c-en {
  font-family: "Montserrat", sans-serif;
}

.c-link-wrapper {
  display: inline-block;
}

.c-inner-link {
  text-decoration: underline;
  color: #000000;
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000000;
}
.c-link::after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: "";
  background-image: url(../../assets/img/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-link--external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link--external::after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: "";
  background-image: url(../../assets/img/ico_arrow_external01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex--2 {
  gap: 40px;
}
@media (max-width: 767px) {
  .c-flex--2 {
    gap: 24px;
  }
}
.c-flex--2 .c-flex__item {
  width: calc(100% / 2 - (40px / 2));
}
@media (max-width: 767px) {
  .c-flex--2 .c-flex__item {
    width: 100%;
  }
}

.c-text-inner-link {
  display: inline-block;
  text-decoration: underline;
}
.c-text-inner-link::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  background-image: url(../../assets/img/ico_new_tab02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.material .c-link--pdf {
  margin-top: 40px;
}
.material .c-link + .c-link {
  margin-top: 24px;
}

.c-link {
  font-size: 16px;
  line-height: 2;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}

.c-link--pdf {
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 32px;
}
.c-link--pdf:before {
  position: absolute;
  top: calc(16px * 2 / 2);
  left: 0;
  width: 32px;
  height: 32px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../assets/img/ico_pdf01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-text--link {
  display: inline-block;
  text-decoration: underline;
}

body {
  position: relative;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  min-width: calc(1200px - 6.4rem);
  max-width: 1920px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .l-header {
    min-width: auto;
  }
}
.l-header .l-header-inner {
  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) {
  .l-header .l-header-inner {
    top: 0;
    overflow-y: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__logo {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  .l-header__logo {
    font-size: 16px;
    position: relative;
    top: 0;
    width: 100px;
  }
}
.l-header__logo img {
  display: block;
}

.l-header__nav {
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__nav {
    position: absolute;
    top: 50px;
    display: none;
    width: 100%;
    height: calc(100svh - 50px);
    padding: 40px 24px;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .l-header__nav-btn.active + .l-header__nav {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-header__nav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.4rem;
  }
}

.l-header__nav-logo {
  display: none;
}

.l-header__nav-list-item a,
.l-header__nav-list-item p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.45;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  .l-header__nav-list-item a,
.l-header__nav-list-item p {
    font-size: 2.4rem;
    padding: 8px 0;
    text-align: left;
  }
}
.l-header__nav-list-item a span,
.l-header__nav-list-item p span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-top: 6px;
}

.l-header__nav-copy {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
  display: none;
  margin-top: 18px;
  color: #ffff;
}
@media (max-width: 767px) {
  .l-header__nav-copy {
    display: block;
  }
}

.l-header__link {
  position: absolute;
  top: 0;
  right: -16px;
}
@media (max-width: 767px) {
  .l-header__link {
    position: initial;
    right: 0;
    margin-left: auto;
  }
}
@media (max-width: 1600px) {
  .l-header__link {
    right: 0;
  }
}

.l-header__link-list-item {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: block;
  width: 9rem;
  height: 9rem;
  padding: 60px 4px 18px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__link-list-item {
    font-size: 0;
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
.l-header__link-list-item::before {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 36px;
  height: 26px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/img/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .l-header__link-list-item::before {
    top: 50%;
    width: 24px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-header__nav-btn {
  position: relative;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .l-header__nav-btn {
    display: block;
  }
}

.c-openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
  height: 50px;
  margin-left: 8px;
  cursor: pointer;
}

/*ボタン内側*/
.c-openbtn1 span.c-openbtn1__line {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 70%;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
}

.c-openbtn1 span:nth-of-type(1) {
  top: calc(25px - 8px);
}

.c-openbtn1 span:nth-of-type(2) {
  top: 25px;
}

.c-openbtn1 span:nth-of-type(3) {
  top: calc(25px + 8px);
}

.c-openbtn1.active .open {
  opacity: 0;
}
.c-openbtn1.active .close {
  opacity: 1;
}

.c-openbtn1.active span:nth-of-type(1) {
  top: calc(25px + 6px);
  left: 43%;
  width: 45%;
  -webkit-transform: rotate(30deg) translateX(-50%);
          transform: rotate(30deg) translateX(-50%);
}

.c-openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.c-openbtn1.active span:nth-of-type(3) {
  top: calc(25px - 6px);
  left: 43%;
  width: 45%;
  -webkit-transform: rotate(-30deg) translateX(-50%);
          transform: rotate(-30deg) translateX(-50%);
}

span.c-openbtn1__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .l-header__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}
.l-header__nav-link .c-btn {
  margin-top: 0;
}
.l-header__nav-link .c-btn-inner {
  text-transform: uppercase;
}

.c-header__link {
  font-size: 24px;
  font-weight: bold;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: capitalize;
  color: #000000;
  background-color: #ffffff;
}

.c-nav-store-name {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.c-nav-link-list {
  margin-top: 16px;
}

.c-nav-link-item * {
  text-transform: uppercase;
  color: #ffffff;
}
.c-nav-link-item .c-link--external::after {
  background-image: url(../../assets/img/ico_arrow_external_white01.svg);
}

.c-nav-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 24px;
}

.c-sns-link {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.c-sns-link img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  gap: 16px;
}
@media (max-width: 767px) {
  .l-header__nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.l-header__nav-link a {
  font-size: 16px;
  line-height: 1.45;
  padding: 8px 24px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
}
.l-header__nav-link a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__nav-link .download {
  color: #ffff;
  background-color: #000000;
}
.l-header__nav-link .contact {
  color: #000000;
  background-color: #eabe0c;
}

.l-nav-inner {
  display: none;
}
@media (max-width: 767px) {
  .l-nav-inner {
    display: block;
  }
}

.l-nav-service:hover {
  cursor: pointer;
}
.l-nav-service:hover .l-nav-inner {
  background: rgba(255, 255, 255, 0.75);
  display: block;
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  .l-nav-service:hover .l-nav-inner {
    position: relative;
    top: initial;
  }
}

.l-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer-contact {
  position: relative;
  width: calc((1440 - 528) / 1440 * 100%);
  padding: 56px 40px;
}
@media (max-width: 767px) {
  .p-footer-contact {
    width: 100%;
    padding: 40px 0;
  }
}
.p-footer-contact .c-btn-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.p-footer-contact .c-btn {
  display: inline-block;
  text-align: right;
}
.p-footer-contact::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% + ((100vw - 1440px) / 2));
  height: 100%;
  content: "";
  background: rgba(0, 82, 154, 0.05);
}
@media (max-width: 1200px) {
  .p-footer-contact::before {
    width: calc(100% + 16px);
  }
}
@media (max-width: 767px) {
  .p-footer-contact::before {
    width: calc(100% + 8%);
    left: -4%;
  }
}

.p-footer-contact-desc {
  font-size: 15px;
  margin-top: 20px;
}
.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  gap: 32px;
}
@media (max-width: 767px) {
  .p-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p-footer-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-footer-menu > ul > li > a, .p-footer-menu > ul > li > p {
  font-size: 16px;
  font-weight: bold;
}
.p-footer-menu > ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-left: 4px;
  gap: 6px;
}
.p-footer-menu > ul ul > li > a {
  font-size: 15px;
  line-height: 1.75;
}

.l-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(528 / 1440 * 100%);
  padding: 72px 0 32px;
}
@media (max-width: 767px) {
  .l-footer-content {
    width: 100%;
  }
}

.p-footer__logo {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #00529a;
}
.l-footer-content__info {
  margin-top: 24px;
}
.l-footer-content__info .c-text,
.l-footer-content__info .l-footer-content__tel {
  font-size: 15px;
  font-weight: 500;
}
.c-copyright {
  font-size: 15px;
  font-weight: 500;
  margin-top: auto;
}
@media (max-width: 767px) {
  .c-copyright {
    margin-top: 40px;
    text-align: center;
  }
}

.p-recruit--under {
  margin-top: 130px;
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  text-decoration: none;
  color: #00529a;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 14px;
  }
}
.c-btn span {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 28px 84px 28px 0;
}
.c-btn span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 56px;
  height: 56px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #00529a;
  border-radius: 50%;
}
.c-btn span::after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 40px;
  height: 1px;
  content: "";
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00529a;
}
.c-btn span:hover::after {
  right: 32px;
}
.c-btn--entry {
  color: #00529a;
  padding: 15px 50px;
  background-color: #fff;
  display: inline-block;
}
.c-btn--entry:hover span::after {
  right: -8px;
}
.c-btn--entry span {
  background-color: #fff;
  padding: 0 35px 0 0;
  font-size: 20px;
  line-height: calc(24 / 20);
  position: relative;
}
.c-btn--entry span::before {
  display: none;
}
.c-btn--entry span::after {
  content: "";
  right: 0;
  width: 26px;
  height: 15px;
  background: url(../../assets/img/common/ico_arrow01.svg) center center/cover no-repeat;
}

.c-sec-header__jp {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 7px 0 7px 85px;
  color: #000000;
}
@media (max-width: 767px) {
  .c-sec-header__jp {
    font-size: 14px;
    padding-left: 60px;
  }
}
.c-sec-header__jp::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: auto;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_header01.svg) center center/cover no-repeat;
  aspect-ratio: calc(75 / 32);
}
@media (max-width: 767px) {
  .c-sec-header__jp::before {
    width: 55px;
  }
}

.c-sec-header__en {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-sec-header__en {
    font-size: 36px;
  }
}

/****************************************

KV

****************************************/
.p-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 80px;
  padding: 0 calc(231 / 1920 * 100%);
  background: url(../../assets/img/img_kv01.jpg) center center/cover no-repeat;
  aspect-ratio: calc(1920 / 1000);
}
@media (max-width: 767px) {
  .p-kv {
    aspect-ratio: calc(390 / 600);
    margin-top: 50px;
    padding: 0 4% 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: url(../../assets/img/img_kv01_sp.jpg) top center/contain no-repeat;
  }
}

.p-kv-copy {
  position: relative;
  top: 34%;
}
@media (max-width: 767px) {
  .p-kv-copy {
    top: initial;
  }
}

.p-kv-copy__en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(64px, calc(100 / 1920 * 100vw), 100px);
  font-weight: bold;
  line-height: 1.1;
  color: #00529a;
}
@media (max-width: 767px) {
  .p-kv-copy__en {
    font-size: 32px;
  }
}

.p-kv-copy__jp {
  font-size: clamp(40px, calc(100 / 1920 * 100vw), 64px);
  font-weight: bold;
  line-height: 1.45;
  margin-top: 30px;
  color: #151515;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .p-kv-copy__jp {
    font-size: 18px;
    margin-top: 16px;
  }
}

/****************************************

news

****************************************/
.p-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p-news-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}

.p-news-title {
  width: calc(288 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-news-title {
    width: 100%;
  }
}
.p-news-title .c-btn {
  margin-top: 12px;
  text-align: right;
}

.p-news-content {
  width: calc(1120 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-news-content {
    width: 100%;
  }
}

.c-news-item {
  width: 100%;
}

.c-news-item__date {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.c-news-item__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  margin-top: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 82, 154, 0.25);
}
.c-news-item__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 1px;
  content: "";
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background-color: #00529a;
}
.c-news-item__title:hover::before {
  width: 100%;
}

/****************************************

about

****************************************/
.p-about {
  margin-top: 56px;
  padding: 80px 0;
  background-color: rgba(0, 82, 154, 0.05);
}

.p-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about-content {
  width: calc(576 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-about-content {
    width: 100%;
  }
}
.p-about-content .c-btn {
  margin-top: 8px;
  text-align: right;
}

.p-about-copy {
  margin-top: 44px;
}

.p-about-copy__en {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00529a;
}
@media (max-width: 767px) {
  .p-about-copy__en {
    font-size: 16px;
  }
}

.p-about-copy__jp {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: calc(59 / 48);
  margin-top: 8px;
}
@media (max-width: 767px) {
  .p-about-copy__jp {
    font-size: 28px;
  }
}

.p-about-desc {
  font-size: 15px;
  font-weight: 500;
  margin-top: 16px;
}

.p-about-img {
  width: calc(832 / 1440 * 100%);
  padding: 0 calc(32 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-about-img {
    width: 100%;
    margin-top: 24px;
  }
}

/****************************************

service

****************************************/
.p-service {
  margin-top: 80px;
}

.p-service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 44px;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-service-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 400px;
  padding: 56px 24px 24px;
  color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-service-item {
    height: auto;
  }
}
.p-service-item::before, .p-service-item::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-service-item::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(0, 99, 187, 0.5);
}
.p-service-item::after {
  z-index: -2;
  opacity: 0.7;
}
.p-service-item:nth-child(1) {
  width: 100%;
}
.p-service-item:nth-child(1)::after {
  background: url(../../assets/img/img_service01.jpg) center center/cover no-repeat;
}
.p-service-item:nth-child(1) .p-service-item__desc {
  text-align: center;
}
@media (max-width: 767px) {
  .p-service-item:nth-child(1) .p-service-item__desc {
    text-align: left;
  }
}
.p-service-item:nth-child(2)::after {
  background: url(../../assets/img/img_service02.jpg) center center/cover no-repeat;
}
.p-service-item:nth-child(3) .p-service-item__jp-title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .p-service-item:nth-child(3) .p-service-item__jp-title {
    font-size: 28px;
  }
}
.p-service-item:nth-child(3)::after {
  background: url(../../assets/img/img_service03.jpg) center center/cover no-repeat;
}
.p-service-item:nth-child(n+2) {
  width: calc(50% - 16px / 2);
}
@media (max-width: 767px) {
  .p-service-item:nth-child(n+2) {
    width: 100%;
  }
}
.p-service-item:hover::before {
  background-color: rgba(0, 99, 187, 0.75);
}

.p-service-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-service-item__title p {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-service-item__jp-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-service-item__jp-title {
    font-size: 28px;
  }
}

.p-service-item__en-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .p-service-item__en-title {
    font-size: 16px;
  }
}

.p-service-item__desc {
  font-size: 15px;
  font-weight: bold;
}
.p-service-item__desc span {
  position: relative;
  display: inline-block;
  padding: 18px 92px 18px 0;
}
@media (max-width: 767px) {
  .p-service-item__desc span {
    padding: 18px 0 72px 0;
  }
}
.p-service-item__desc span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 56px;
  height: 56px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-service-item__desc span::before {
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 56px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-service-item__desc span::after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 40px;
  height: 1px;
  content: "";
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-service-item__desc span::after {
    top: initial;
    right: initial;
    bottom: calc(56px / 2);
    left: 50%;
    width: 40px;
    height: 1px;
    -webkit-transform: translateX(calc(-50% - 23px));
            transform: translateX(calc(-50% - 23px));
  }
}
.p-service-item__desc span:hover::after {
  right: 32px;
}

.p-service-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

works

****************************************/
.p-works {
  margin-top: 242px;
}
@media (max-width: 767px) {
  .p-works {
    margin-top: 120px;
  }
}
.p-works .swiper {
  overflow: visible;
}

.p-works-list {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-works-list {
    margin-top: 30px;
  }
}

.p-works-item {
  padding: 25px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.25);
}

.p-works-item__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.p-works-item__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px;
}
.p-works-item__cat li {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 4px;
  color: #ffffff;
  background-color: #00529a;
}

/****************************************

company

****************************************/
.p-company {
  margin-top: 130px;
  padding: 130px 0;
  background: url(../../assets/img/bg_company01.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .p-company {
    margin-top: 65px;
    padding: 65px 0;
  }
}

.p-company-inner {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-company-inner {
    padding: 32px 24px;
    border-radius: 24px;
  }
}

.p-company-copy {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-company-copy {
    font-size: 32px;
  }
}

.p-company-desc {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-company-desc {
    margin-top: 16px;
  }
}

.p-company-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  gap: 24px 50px;
}
@media (max-width: 767px) {
  .p-company-member {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    gap: 40px;
  }
}

.p-company-member__item {
  width: calc(100% / 4 - 50px * 3 / 4);
}
@media (max-width: 767px) {
  .p-company-member__item {
    width: 100%;
  }
}

.p-company-member__name {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
  gap: 10px;
}
.p-company-member__name span {
  font-size: 12px;
  font-weight: bold;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #00529a;
}
.p-company-member__desc {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(25 / 15);
  margin-top: 15px;
}
.p-company-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 130px;
  gap: 100px;
}
@media (max-width: 767px) {
  .p-company-office {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}

.p-company-office__img {
  width: calc(776 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-company-office__img {
    width: 100%;
    margin-top: 32px;
  }
}

.p-company-office__content .c-btn {
  margin-top: 50px;
}
.p-company-office__content .c-btn span {
  padding-left: 80px;
}

.p-company-office__en-header {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
.p-company-office__jp-header {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
/****************************************

recruit

****************************************/
.p-recruit {
  position: relative;
  padding: 104px 0 96px;
  color: #ffffff;
  background: url(../../assets/img/bg_recruit01.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .p-recruit {
    padding: 52px 0;
  }
}
.p-recruit::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 82, 154, 0.7);
}
.p-recruit .p-recruit-inner {
  position: relative;
  z-index: 1;
}
.p-recruit .c-sec-header__jp {
  color: #ffffff;
}
.p-recruit .c-sec-header__jp::before {
  background: url(../../assets/img/ico_header02.svg) center center/cover no-repeat;
}
.p-recruit .c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-recruit .c-btn {
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-recruit .c-btn {
    margin-top: 24px;
  }
}
.p-recruit .c-btn span::before {
  border: 1px solid #ffffff;
}
.p-recruit .c-btn span::after {
  background: #ffffff;
}

.p-recruit-header {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .p-recruit-header {
    font-size: 32px;
  }
}

.p-recruit-desc {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}

/****************************************

common

****************************************/
.p-un-pagetitle {
  margin-top: 80px;
  padding: 80px 0;
  background: rgba(0, 82, 154, 0.05);
}
@media (max-width: 767px) {
  .p-un-pagetitle {
    margin-top: 50px;
    padding: 40px 0;
  }
}

.p-un-pagetitle-inner {
  position: relative;
  height: 468px;
}
@media (max-width: 767px) {
  .p-un-pagetitle-inner {
    height: auto;
  }
}
.p-un-pagetitle-inner::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(832 / 1440 * 100%);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/service/img_pagetitle_website01.png) center center/contain no-repeat;
  aspect-ratio: calc(832 / 468);
}
@media (max-width: 767px) {
  .p-un-pagetitle-inner::before {
    display: none;
  }
}
.p-un-pagetitle-inner .p-un-pagetitle-content {
  width: calc(576 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-un-pagetitle-inner .p-un-pagetitle-content {
    width: 100%;
  }
}

.p-un-pagetitle__main {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 68px;
}
@media (max-width: 767px) {
  .p-un-pagetitle__main {
    font-size: 30px;
    margin-top: 32px;
  }
}

.p-un-pagetitle__sub {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 8px;
  text-transform: uppercase;
  color: #00529a;
}
@media (max-width: 767px) {
  .p-un-pagetitle__sub {
    font-size: 20px;
  }
}

.p-un-pagetitle__desc {
  font-size: 15px;
  margin-top: 16px;
}

.p-un-pagetitle__img {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}

.c-breadcrumb {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 24px;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb li + li {
  position: relative;
  margin-left: 13px;
}
.c-breadcrumb li + li::before {
  position: absolute;
  top: 50%;
  left: calc(13px / 2 * -1);
  content: "/";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #8a8d8e;
}
.c-breadcrumb a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(0, 82, 154, 0.5);
}
.c-breadcrumb a:hover {
  color: #00529a;
}
.c-breadcrumb a,
.c-breadcrumb p {
  text-transform: uppercase;
}
.c-breadcrumb + * {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .c-breadcrumb + * {
    margin-top: 80px;
  }
}

.c-un-sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-un-sec-title + * {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .c-un-sec-title + * {
    margin-top: 40px;
  }
}

.c-un-sec-title__jp {
  font-size: 15px;
  font-weight: bold;
}
.c-un-sec-title__en {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-un-sec-title__en {
    font-size: 32px;
    margin-top: 10px;
  }
}
.c-un-sec-title__en span {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.c-un-sec-title__en span::before, .c-un-sec-title__en span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: rgba(0, 82, 154, 0.5);
}
.c-un-sec-title__en span::after {
  width: 51px;
  background-color: #00529a;
}
@media (max-width: 767px) {
  .c-un-sec-title__en span::after {
    width: 24px;
  }
}

.c-section + .c-section {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .c-section + .c-section {
    margin-top: 65px;
  }
}

/****************************************

website

****************************************/
.p-service-tab__content-item {
  display: none;
}
.p-service-tab__content-item.is-active {
  display: block;
}

.c-issue ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media (max-width: 767px) {
  .c-issue ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.c-issue ul li {
  font-size: 15px;
  line-height: 1.75;
  width: calc(100% / 3 - (40px / 3 * 2));
  padding: 25px 30px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .c-issue ul li {
    width: 100%;
    padding: 24px;
  }
}
.c-issue ul li span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.c-issue ul li span::before {
  position: absolute;
  top: calc(15px * 1.75 / 2);
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/service/ico_check01.svg) center center/contain no-repeat;
}

.p-strength {
  position: relative;
  padding: 130px 0;
  background: url(../../assets/img/service/bg_strength01.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .p-strength {
    padding: 65px 0;
  }
}
.p-strength::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 388px;
  height: auto;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/service/ico_arrow01.svg) center center/cover no-repeat;
  aspect-ratio: calc(388 / 66);
}
@media (max-width: 767px) {
  .p-strength::before {
    width: 180px;
  }
}
.p-strength .c-un-sec-title {
  color: #ffffff;
}
.p-strength .c-un-sec-title__en span::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-strength .c-un-sec-title__en span::after {
  background-color: white;
}

.p-strength-list {
  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;
}
@media (max-width: 767px) {
  .p-strength-list {
    gap: 32px;
  }
}

.p-strength-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  gap: 50px;
}
@media (max-width: 767px) {
  .p-strength-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px;
    gap: 24px;
  }
}

.p-strength-list__item-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-strength-list__number {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #00529a;
}
@media (max-width: 767px) {
  .p-strength-list__number {
    font-size: 40px;
    text-align: center;
  }
}

.p-strength-list__copy {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-strength-list__copy {
    text-align: center;
  }
}

.p-strength-list__desc {
  font-size: 15px;
  margin-top: 10px;
}
.p-type {
  margin-top: 260px;
}

.p-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-type-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-type-list-item {
  width: calc(100% / 5 - (24px * 5 / 4));
  padding: 25px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .p-type-list-item {
    width: 100%;
  }
}

.p-type-list-item__title {
  font-size: 20px;
}

.p-type-list-item__desc {
  font-size: 15px;
  margin-top: 10px;
}

.p-service-content {
  margin-top: 260px;
}

.p-service-tab__content-item {
  display: none;
}
.p-service-tab__content-item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-service-tab {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-service-tab {
    margin-top: 40px;
  }
}

.p-service-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-service-tab__nav-item {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  width: calc(100% / 4);
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 6px solid rgba(0, 82, 154, 0.2);
}
@media (max-width: 767px) {
  .p-service-tab__nav-item {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 4px solid rgba(0, 82, 154, 0.2);
  }
}
.p-service-tab__nav-item.is-active {
  color: #00529a;
  border-bottom: 6px solid #00529a;
}
@media (max-width: 767px) {
  .p-service-tab__nav-item.is-active {
    border-bottom: 3px solid #00529a;
  }
}
.p-service-tab__nav-item:hover {
  cursor: pointer;
}

.p-service-tab__content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-service-tab__content {
    margin-top: 32px;
  }
}

.p-service-tab__content-item {
  display: none;
  gap: 150px;
}
@media (max-width: 767px) {
  .p-service-tab__content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-service-tab__content-title {
  font-size: 40px;
  width: 200px;
  color: #00529a;
}
@media (max-width: 767px) {
  .p-service-tab__content-title {
    font-size: 32px;
    width: auto;
  }
}

.p-service-tab__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(1090 / 1440 * 100%);
  gap: 30px;
}
@media (max-width: 767px) {
  .p-service-tab__content-inner {
    width: 100%;
    gap: 24px 24px;
  }
}

.p-service-tab__content-child {
  width: calc(100% / 3 - (30px * 2 / 3));
}
@media (max-width: 767px) {
  .p-service-tab__content-child {
    width: 100%;
  }
}

.p-service-tab__content-child-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.p-service-tab__content-child-title::before, .p-service-tab__content-child-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 2px;
  content: "";
  background-color: rgba(0, 82, 154, 0.2);
}
@media (max-width: 767px) {
  .p-service-tab__content-child-title::before, .p-service-tab__content-child-title::after {
    width: 100%;
  }
}
.p-service-tab__content-child-title::after {
  width: 53px;
  background-color: #00529a;
}

.p-service-tab__content-child-desc {
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}
.p-flow {
  overflow: hidden;
  background: url(../../assets/img/service/bg_flow01.jpg) center center/cover no-repeat;
}
.p-flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 80px;
  gap: 137px;
}
@media (max-width: 767px) {
  .p-flow-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0 40px;
    gap: 40px;
  }
}

.p-flow-header {
  width: calc(418 / 1440 * 100%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-flow-header {
    width: 100%;
  }
}
.p-flow-header .c-sec-header__jp {
  color: #ffffff;
}
.p-flow-header .c-sec-header__jp::before {
  background: url(../../assets/img/ico_header02.svg) center center/cover no-repeat;
}

.p-flow-desc {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.p-flow-content {
  position: relative;
  z-index: 1;
}
.p-flow-content::before {
  position: absolute;
  z-index: -1;
  top: -270px;
  left: -1329px;
  width: calc(1467 / 422 * 100%);
  content: "";
  background: url(../../assets/img/service/ico_circle01.svg) center center/contain no-repeat;
  aspect-ratio: calc(1467 / 1286);
}
@media (max-width: 767px) {
  .p-flow-content::before {
    top: 6px;
    left: calc(48px / 2);
    width: 2px;
    height: calc(100% - 12px);
    background: #ffffff;
  }
}

.p-flow-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.p-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-flow-item:last-child .p-flow-item__number {
  color: #ffffff;
  background-color: #006dcd;
}
.p-flow-item:last-child .p-flow-item__title {
  color: #ffffff;
  background-color: #006dcd;
}
.p-flow-item:last-child .p-flow-item__title::before {
  border-right: 7px solid #006dcd;
}
.p-flow-item:nth-child(2), .p-flow-item:nth-child(6) {
  margin-left: 59px;
}
@media (max-width: 767px) {
  .p-flow-item:nth-child(2), .p-flow-item:nth-child(6) {
    margin-left: 0;
  }
}
.p-flow-item:nth-child(3), .p-flow-item:nth-child(5) {
  margin-left: 89px;
}
@media (max-width: 767px) {
  .p-flow-item:nth-child(3), .p-flow-item:nth-child(5) {
    margin-left: 0;
  }
}
.p-flow-item:nth-child(4) {
  margin-left: 98px;
}
@media (max-width: 767px) {
  .p-flow-item:nth-child(4) {
    margin-left: 0;
  }
}

.p-flow-item__number {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 73px;
  height: 73px;
  color: #00529a;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-flow-item__number {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }
}

.p-flow-item__title {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 15px 25px;
  color: #00529a;
  border-radius: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-flow-item__title {
    padding: 15px 20px;
  }
}
.p-flow-item__title::before {
  position: absolute;
  top: 50%;
  left: -7px;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 7px solid #ffffff;
  border-bottom: 5px solid transparent;
}

.p-faq-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 116px;
}
@media (max-width: 767px) {
  .p-faq-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 100px;
  gap: 60px;
  max-width: calc(1114 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-faq-list {
    width: 100%;
    margin-top: 0;
    gap: 32px;
  }
}

.p-faq-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid rgba(0, 82, 154, 0.2);
}
.p-faq-item::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 572px;
  height: 2px;
  content: "";
  background-color: #00529a;
}
@media (max-width: 767px) {
  .p-faq-item::before {
    width: 100%;
  }
}

.p-faq-item__q {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(24 / 20);
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  padding-left: 32px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-faq-item__q {
    font-size: 18px;
  }
}
.p-faq-item__q::before {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: calc(20px * (24 / 20) / 2);
  left: 0;
  content: "q";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  color: #00529a;
}
@media (max-width: 767px) {
  .p-faq-item__q::before {
    top: calc(18px * (24 / 20) / 2);
  }
}
.p-faq-item__q::after {
  position: absolute;
  top: calc(20px * 1.2 / 2);
  right: 0;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #00529a;
}
.p-faq-item__q.is-active span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-faq-item__q span {
  position: relative;
  display: block;
  padding-right: 40px;
}
.p-faq-item__q span::before, .p-faq-item__q span::after {
  position: absolute;
  z-index: 2;
  top: calc(20px * 1.2 / 2);
  right: 6px;
  width: 18px;
  height: 3px;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  background-color: #ffffff;
}
.p-faq-item__q span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-faq-item__a {
  font-size: 16px;
  line-height: calc(22 / 16);
  position: relative;
  display: none;
  padding-bottom: 30px;
  padding-left: 32px;
}
.p-faq-item__a::before {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: calc(20px * (24 / 20) / 2);
  left: 0;
  content: "A";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  color: #00529a;
}

/****************************************

advertisement

****************************************/
body.advertisement .p-un-pagetitle-inner::before {
  background: url(../../assets/img/service/img_pagetitle_ad01.png) center center/contain no-repeat;
}
body.advertisement .p-service-tab__content-inner {
  width: 100%;
}
body.advertisement .p-flow-content::before {
  width: calc(1467 / 452 * 100%);
}
@media (max-width: 767px) {
  body.advertisement .p-flow-content::before {
    width: 2px;
  }
}

.p-scope {
  margin-top: 0 !important;
}

.p-scope-inner {
  width: 100%;
  position: relative;
  padding: 130px 0 64px;
  padding-left: calc(860 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-scope-inner {
    padding: 130px 0 0;
    padding-left: 0;
  }
}
.p-scope-inner::before {
  content: "";
  position: absolute;
  width: calc(980 / 1440 * 100%);
  aspect-ratio: calc(980 / 755);
  top: 0;
  left: calc(240 / 1440 * 100% * -1);
  background: url(../../assets/img/service/bg_scope01.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-scope-inner::before {
    right: -4%;
    left: initial;
    top: 0;
    width: calc(100% + 8%);
    max-width: 400px;
  }
}

.p-scope-desc {
  margin-top: 18px;
  font-size: 15px;
  line-height: calc(22 / 15);
}
.p-scope-list-wrapper {
  position: relative;
}
.p-scope-list-wrapper::before, .p-scope-list-wrapper::after {
  position: absolute;
  content: "";
}
.p-scope-list-wrapper::before {
  width: 5px;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 50%;
  top: 11px;
  left: 17px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-scope-list-wrapper::after {
  width: 5px;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 50%;
  bottom: 9px;
  left: 17px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.p-scope-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  padding: 28px 0 10px 76px;
  position: relative;
}
.p-scope-list::before {
  width: 1px;
  height: calc(100% - 20px);
  top: 11px;
  content: "";
  position: absolute;
  left: 17px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-scope-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-scope-item::before {
  position: absolute;
  content: "";
  width: 33px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #000;
  left: -76px;
  top: calc(20px * 1.2 / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-scope-item dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-scope-item dd {
  font-size: 15px;
  line-height: calc(18 / 15);
}
.p-scope + .p-service-content {
  margin-top: 64px;
}

/****************************************

influencer

****************************************/
body.influencer .p-un-pagetitle-inner::before {
  background: url(../../assets/img/service/img_pagetitle_influencer01.png) center center/contain no-repeat;
}
body.influencer .p-service-tab__content-inner {
  width: 100%;
}
body.influencer .p-flow-content::before {
  width: calc(1467 / 436 * 100%);
}
@media (max-width: 767px) {
  body.influencer .p-flow-content::before {
    width: 2px;
  }
}
body.influencer .p-strength-list__item .c-btn-wrapper {
  margin-top: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/****************************************

TOP

****************************************/
.p-recruit-top {
  margin-top: 80px;
  padding: 16px 0 80px;
  background-color: rgba(0, 82, 154, 0.05);
}
@media (max-width: 767px) {
  .p-recruit-top {
    margin-top: 50px;
  }
}
.p-recruit-top .c-breadcrumb {
  margin-top: 0;
}
.p-recruit-top .c-sec-header {
  margin-top: 64px;
}

.p-recruit-top__copy {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-recruit-top__copy {
    margin-top: 40px;
  }
}
.p-recruit-top__copy span {
  position: relative;
  background: linear-gradient(45deg, #00529a 22%, #3ea4ff 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-recruit-top__copy span {
    padding-bottom: 12px;
  }
}
.p-recruit-top__copy span::before, .p-recruit-top__copy span::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: calc(384 / 626 * 100%);
  height: 2px;
  background: rgba(0, 82, 154, 0.2);
}
@media (max-width: 767px) {
  .p-recruit-top__copy span::before, .p-recruit-top__copy span::after {
    width: 60%;
    left: 20%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-recruit-top__copy span::after {
  width: calc(123 / 626 * 100%);
  left: 19%;
  background-color: #00529a;
}
@media (max-width: 767px) {
  .p-recruit-top__copy span::after {
    width: 20%;
    left: 20%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-recruit-top__desc {
  margin-top: 30px;
  font-size: 15px;
  line-height: calc(22 / 15);
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-recruit-top__desc {
    text-align: left;
  }
}

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 900px;
  margin: 74px auto 0;
}
.c-list-inner {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(0, 82, 154, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  .c-list-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 16px;
  }
}
.c-list-inner::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 150px;
  height: 2px;
  background: #00529a;
}
@media (max-width: 767px) {
  .c-list-inner::before {
    width: 25%;
  }
}
.c-list-inner dt,
.c-list-inner dd {
  font-size: 16px;
  line-height: calc(22 / 16);
}
.c-list-inner dt {
  width: 150px;
}
@media (max-width: 767px) {
  .c-list-inner dt {
    width: 100%;
  }
}
.c-list-inner dd {
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .c-list-inner dd {
    width: 100%;
  }
}

/****************************************

CTA

****************************************/
.p-recruit-cta {
  margin-top: 0 !important;
  padding: 96px 0;
  background: url(../../assets/img/recruit/bg_recruit01.jpg) center center/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .p-recruit-cta {
    padding: 60px 0;
  }
}
.p-recruit-cta::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 82, 154, 0.7);
}
.p-recruit-cta .c-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-recruit-cta .c-btn {
    margin-top: 32px;
  }
}

.p-recruit-cta-inner {
  position: relative;
  z-index: 1;
  color: #fff;
}

.p-recruit-cta-copy {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit-cta-copy {
    font-size: 24px;
  }
}

.p-recruit-cta-desc {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  line-height: calc(22 / 15);
}
@media (max-width: 767px) {
  .p-recruit-cta-desc {
    font-size: 14px;
  }
}

/****************************************

PHILOSOPHY

****************************************/
.p-recruit-philosophy {
  margin-top: 0 !important;
  padding: 74px 0;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../../assets/img/recruit/bg_mission01.png) center center/cover no-repeat;
}
.p-recruit-philosophy-inner {
  margin-top: 40px;
  padding: 72px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
}
@media (max-width: 767px) {
  .p-recruit-philosophy-inner {
    padding: 32px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-recruit-philosophy-content01 {
  width: calc(523 / 1260 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-recruit-philosophy-content01 {
    width: 100%;
  }
}

.p-recruit-philosophy-content01__title {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: calc(48 / 40);
}
.p-recruit-philosophy-content01__subtitle {
  font-size: 15px;
}
.p-recruit-philosophy-content01__copy {
  margin-top: 20px;
  text-align: center;
  color: #00529a;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-recruit-philosophy-content01__copy {
    font-size: 24px;
  }
}

.p-recruit-philosophy-content02 {
  width: calc(638 / 1260 * 100%);
}
@media (max-width: 767px) {
  .p-recruit-philosophy-content02 {
    width: 100%;
  }
}

/****************************************

MISSION

****************************************/
.c-mission {
  position: relative;
}
@media (max-width: 767px) {
  .c-mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.c-mission__title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .c-mission__title-wrapper {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.c-mission__title {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.c-mission__subtitle {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-mission-item-wrapper {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.c-mission-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-mission-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.c-mission-inner:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mission-inner:nth-child(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -113px;
}
@media (max-width: 767px) {
  .c-mission-inner:nth-child(2) {
    margin-top: 0;
  }
}
.c-mission-inner:nth-child(2) .c-mission-item:nth-child(2) {
  z-index: 2;
}
.c-mission-inner:nth-child(3) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -24px;
}
@media (max-width: 767px) {
  .c-mission-inner:nth-child(3) {
    margin-top: 0;
  }
}
.c-mission-inner:nth-child(3) .c-mission-item + .c-mission-item {
  margin-left: -24px;
}
@media (max-width: 767px) {
  .c-mission-inner:nth-child(3) .c-mission-item + .c-mission-item {
    margin-left: 0px;
  }
}

.c-mission-item {
  width: calc(247 / 638 * 100%);
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .c-mission-item {
    -webkit-box-shadow: initial;
            box-shadow: initial;
    border-radius: 0;
    width: auto;
    aspect-ratio: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: initial;
    gap: 8px;
  }
}

.c-mission-item__header {
  font-size: 20px;
  color: #7d828c;
  font-weight: bold;
  line-height: 1.2;
}
.c-mission-item__copy {
  line-height: 1.2;
  color: #00529a;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c-mission-item__copy {
    line-height: 1.45;
  }
}

/****************************************

COMMON

****************************************/
body.about .p-un-pagetitle-inner::before {
  background: url(../../assets/img/about/img_pagetitle_about01.png) center center/contain no-repeat;
}
body.about .p-service-tab__content-inner {
  width: 100%;
}
body.about .p-flow-content::before {
  width: calc(1467 / 436 * 100%);
}
@media (max-width: 767px) {
  body.about .p-flow-content::before {
    width: 2px;
  }
}
body.about .p-strength-list__item .c-btn-wrapper {
  margin-top: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.about .c-breadcrumb + * {
  margin-top: 0px;
}

.p-recruit-philosophy .c-sec-header__jp,
.p-ceo .c-sec-header__jp,
.p-un-company-left .c-sec-header .c-sec-header__jp {
  padding: 0;
}
.p-recruit-philosophy .c-sec-header__jp::before,
.p-ceo .c-sec-header__jp::before,
.p-un-company-left .c-sec-header .c-sec-header__jp::before {
  display: none;
}

/****************************************

CEO

****************************************/
.p-ceo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .p-ceo-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 24px;
  }
}

.p-ceo__img {
  width: calc(296 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-ceo__img {
    width: 80%;
    max-width: 400px;
  }
}

.p-ceo__text {
  width: calc(1072 / 1440 * 100%);
  max-width: 750px;
}
@media (max-width: 767px) {
  .p-ceo__text {
    width: 100%;
  }
}

.p-ceo__copy {
  font-size: 24px;
  font-weight: bold;
}

.p-ceo__desc {
  font-size: 15px;
  margin-top: 30px;
}

.p-ceo__name {
  font-size: 14px;
  text-align: right;
  margin-top: 16px;
}

/****************************************

COMPANY INFO

****************************************/
.p-un-company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(170 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-un-company-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}

.p-un-company-left {
  width: calc(550 / 1440 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .p-un-company-left {
    width: 100%;
  }
}

.p-un-company-map {
  margin-top: auto;
}
@media (max-width: 767px) {
  .p-un-company-map {
    width: 100%;
  }
}
.p-un-company-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.p-un-company-map__content {
  aspect-ratio: calc(550 / 353);
  margin-top: 25px;
}

.p-un-company-right {
  width: calc(720 / 1440 * 100%);
}
@media (max-width: 767px) {
  .p-un-company-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-un-company-right .c-list {
    margin-top: 0;
  }
}

/****************************************

COMMON

****************************************/
body.contact .p-un-pagetitle-inner {
  height: auto;
}
body.contact .p-un-pagetitle-inner::before {
  display: none;
}
body.contact .l-header-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
@media (max-width: 767px) {
  body.contact .l-header-inner {
    height: 50px;
  }
}
body.contact .l-header-inner .l-header__nav-btn,
body.contact .l-header-inner .l-header__nav {
  display: none;
}
body.contact .p-footer-contact {
  display: none;
}

/****************************************

Form

****************************************/
.p-form {
  padding: 80px 0;
  max-width: 750px;
  margin: 0 auto;
}
.p-form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-form tr + tr {
  margin-top: 30px;
}
.p-form tr th,
.p-form tr td {
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
}
.p-form tr th {
  font-weight: bold;
}
.p-form tr td {
  margin-top: 10px;
}
.p-form tr input[type=text],
.p-form tr textarea {
  width: 100%;
  padding: 8px;
  background-color: #f2f6fa;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
}
.p-form tr textarea {
  height: 250px;
}

.p-policy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-policy-wrapper td,
.p-policy-wrapper th {
  display: block;
  width: 100%;
}

.c-policy {
  padding: 40px;
  max-height: 300px;
  overflow: scroll;
  background: #f2f6fa;
  border: 1px solid #000;
  border-radius: 15px;
}

.p-form-inner {
  margin-top: 40px;
}

.c-policy-input {
  margin-top: 24px;
}
.c-policy-input label:hover {
  cursor: pointer;
}

.p-submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

input[type=submit],
input[type=button],
.p-thanks-btn {
  width: 315px;
  padding: 15px 50px;
  background-color: #00529a;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: 0;
  text-align: center;
  line-height: 1.5;
}
input[type=submit]:hover,
input[type=button]:hover,
.p-thanks-btn:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  input[type=submit],
input[type=button],
.p-thanks-btn {
    width: auto;
    font-size: 14px;
    padding: 8px 25px;
  }
}

input[type=button] {
  background-color: #f2f6fa;
  color: #000;
}

.p-comfirm-btn {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.p-thanks-copy {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-thanks-copy {
    font-size: 24px;
  }
}

.p-thanks-subcopy {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.p-thanks-desc {
  padding: 50px 100px;
  font-size: 15px;
  text-align: center;
  background-color: #f2f6fa;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-thanks-desc {
    padding: 24px;
    margin-top: 40px;
  }
}

.p-thanks-btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-thanks-btn {
    padding: 24px;
    margin-top: 40px;
  }
}

body.information .p-news-content {
  margin: 0 auto;
}
body.information .p-un-pagetitle-inner {
  height: auto;
}
body.information .p-un-pagetitle-inner::before {
  display: none;
}
body.information .p-recruit {
  margin-top: 120px;
}
@media (max-width: 767px) {
  body.information .p-recruit {
    margin-top: 60px;
  }
}

.c-info-article {
  max-width: 750px;
  margin: 0 auto;
}

.c-info-article-date {
  text-align: left;
  font-size: 16px;
}

.c-info-article__title {
  font-size: 32px;
  margin-top: 8px;
  text-align: left;
}

.c-info-article-content {
  margin-top: 40px;
}

.c-info-article-text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
}

.c-info-article-link {
  margin-top: 80px;
}