@charset "UTF-8";
html {
  scroll-padding-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 10rem;
  }
}

body {
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.js-open-menu {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  *.u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  *.u-mobile {
    display: none !important;
  }
}

.l-heading-sec {
  margin-top: 1.125rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-heading-sec {
    margin-top: 1.5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-heading-sec {
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
  }
}

.p-breadcrumb-item {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}

.p-breadcrumb-item--svg {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

.c-breadcrumb-link {
  display: block;
  position: relative;
  color: #8D97A1;
}

.u-common-heading {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .u-common-heading {
    font-size: 3rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
  }
}

.company-heading {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .company-heading {
    font-size: 3rem;
    max-width: 79rem;
  }
}

/* 出し分け */
.u-show_pc {
  display: block;
}

.u-show_sp {
  display: none;
}

.u-show_sp_small {
  display: none;
}

/* SP */
@media screen and (max-width: 767px) {
  .u-show_pc {
    display: none;
  }
  .u-show_sp {
    display: block;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1023px) {
  #onetrust-banner-sdk #onetrust-button-group-parent {
    position: static !important;
    transform: translateY(0) !important;
    margin-top: 1.5rem !important;
  }
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    margin-top: 0 !important;
  }
}
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: clamp(0.75rem, -0.25rem + 5.3333333333vw, 1rem);
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: clamp(0.625rem, -0.2980769231rem + 1.4423076923vw, 1rem);
  }
}

a {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
}
a:hover {
  opacity: 1;
}

.l-inner {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 79rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    padding: 0;
  }
}

.l-company-message {
  margin-top: 2rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-company-message {
    margin-top: 2rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-message {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 4.375rem;
  }
}

.l-company-purpose {
  margin-top: 3.3125rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-company-purpose {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    margin-top: 5rem;
    padding-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-purpose {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 9.4375rem;
  }
}

.l-company-values {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-bottom: 7.125rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .l-company-values {
    margin-top: 5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    padding-bottom: 5.125rem;
    width: initial;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-values {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 7.9375rem;
  }
}

.l-company-values__cards {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-company-values__cards {
    margin-top: 2.5rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-values__cards {
    gap: 2rem;
  }
}

.l-company-strengths {
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-company-strengths {
    padding: 4.375rem 0 0;
  }
}

.l-company-strengths__inner {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-company-strengths__inner {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-strengths__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 0.9375rem;
  }
}

.l-company-company {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-company-company {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    margin-top: 2.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-company {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 8.125rem;
  }
}

.l-company-history {
  margin-top: 2.125rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-company-history {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-history {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 7.5rem;
  }
}

.l-company-organizationGroup {
  margin-top: 2rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-company-organizationGroup {
    margin-top: 5.25rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-organizationGroup {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    margin-top: 7.6875rem;
    gap: 1rem;
  }
}

.l-company-group__inner {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-company-group__inner {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-group__inner {
    margin-top: 0;
  }
}

.l-company-contact {
  margin-top: 2.5rem;
  background: #F1F4F8;
  padding: 3.5rem 0;
}
@media screen and (min-width: 1024px) {
  .l-company-contact {
    margin-top: 7.5rem;
  }
}

.l-company-contact__inner {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-company-contact__inner {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-contact__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
  }
}

.l-news {
  padding-top: 2rem;
  padding-bottom: 8.8125rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    padding-bottom: 10.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-news {
    padding-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 79rem;
    padding-bottom: 12.1875rem;
  }
}
.l-news--top {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .l-news--top {
    padding: 5rem 0;
  }
}
.l-news__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-news__inner {
    gap: 2rem;
  }
}

.l-contents {
  background: #F2F5F9;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-contents {
    padding: 5rem 0;
  }
}
.l-contents__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-contents__inner {
    gap: 2rem;
  }
}
.l-contents__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.l-pickup {
  padding: 2.5rem 0 0 0;
  background: #F2F5F9;
}
@media screen and (min-width: 768px) {
  .l-pickup {
    padding: 1rem 0 0 0;
  }
}
.l-pickup__inner {
  padding: 0;
  max-width: unset;
}

.l-service {
  background: #fff;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-service {
    padding: 5rem 0;
  }
}

/* フッター */
.p-footer-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 9.736%;
  height: 92px;
  background-color: #005BAC;
}

.p-footer-link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
  flex-wrap: nowrap;
}

.p-footer-link-list li:first-child {
  border-right: 1px solid #fff;
}

.c-footer-link {
  padding: 2px 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-footer-link-list li:last-child .c-footer-link {
  padding-right: 0;
}

.p-footer-bottom {
  background-image: linear-gradient(to right, #00b3fe, #039);
}

.p-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/footer/bg-footer.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.c-footer-logo-pic {
  padding: 0 0 0 40px;
}

.p-footer-bottom_right {
  padding: 20px 9.736% 20px 0;
}

.c-footer-img-pic img {
  width: auto;
  max-width: 100%;
}

.c-footer-copy {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.c-button {
  background: #009CE5;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.625rem;
  padding: 1rem 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  justify-content: center;
  text-decoration: none;
}
.c-button--arrow svg {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .c-button--arrow:hover svg {
    transform: translateX(8px);
  }
}
@media screen and (min-width: 1024px) {
  .c-button:hover {
    background: #005BAC;
  }
}
.c-button--white {
  background: #fff;
  border: 1px solid #005BAC;
  color: #005BAC;
}
.c-button--white path {
  fill: #005BAC;
}
@media screen and (min-width: 1024px) {
  .c-button--white:hover {
    background: #005BAC;
    color: #fff;
  }
  .c-button--white:hover path {
    fill: #fff;
  }
}
.c-button--blue {
  background: #005BAC;
}
@media screen and (min-width: 1024px) {
  .c-button--blue:hover {
    background: #009CE5;
  }
}

.c-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.c-title--lvl-3 {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 700;
  color: #009CE5;
}
@media screen and (min-width: 768px) {
  .c-title--lvl-3 {
    font-size: 1.5rem;
  }
}

.c-company-title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-company-title {
    font-size: 2rem;
  }
}

.c-company-title--sub {
  color: #8D97A1;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.25rem;
}

.c-company-title--svg {
  vertical-align: middle;
}

.c-breadcrumb-link {
  display: block;
  position: relative;
  color: #8D97A1;
}

.c-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb-list {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb-list {
    margin-bottom: 3rem;
  }
}

.c-hamburger {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.c-hamburger span {
  display: block;
  height: 2px;
  width: 1.125rem;
  border-radius: 0.625rem;
  background: #000;
  position: absolute;
  left: 0.1875rem;
  transition: 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .c-hamburger span {
    height: 2px;
    width: 20px;
    left: 3px;
  }
}
.c-hamburger span:nth-of-type(1) {
  top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(1) {
    top: 5px;
  }
}
.c-hamburger span:nth-of-type(2) {
  top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(2) {
    top: 11px;
  }
}
.c-hamburger span:nth-of-type(3) {
  top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(3) {
    top: 18px;
  }
}
.c-hamburger.js-active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0.75rem;
}
.c-hamburger.js-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.js-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .c-hamburger {
    display: none !important;
  }
}

.c-swipe {
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #8D97A1;
  text-transform: capitalize;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}
.c-swipe svg {
  width: 1.5rem;
  height: 1.5rem;
}

.c-opt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  background: #005BAC;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-opt {
    padding: 1rem 2.5rem;
  }
}
.c-opt.is-open {
  opacity: 1;
  visibility: visible;
}

.c-opt__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
}
.c-opt__text:nth-of-type(n+2) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-opt__text {
    line-height: 1;
  }
}
.c-opt__text a {
  text-decoration: underline;
}

.c-opt__btn {
  position: absolute;
  top: 0.5rem;
  right: 0.375rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-opt__btn {
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
  }
}
.c-opt__btn span {
  display: block;
  border-radius: 3.125rem;
  width: 1rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 20%;
  transform-origin: center;
}
.c-opt__btn span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.c-opt__btn span:nth-of-type(2) {
  transform: rotate(45deg);
}

.top-btn {
  position: fixed;
  right: 10%;
  bottom: 80px;
  z-index: 90;
  opacity: 0;
  transition: 0.5s;
  width: 50px;
  height: 50px;
}

.top-btn.btn_in {
  opacity: 1;
  transition: 0.5s;
}

.top-btn a {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .top-btn {
    bottom: 75px;
    width: 40px;
    height: 40px;
    right: 5%;
  }
}
@media (any-hover: hover) {
  .top-btn:hover {
    opacity: 0.7;
  }
}
.c-note__item {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0 0.25rem;
}
.c-note__item::before {
  content: "・";
}
.c-note__item:nth-of-type(n+2) {
  margin-block-start: 0.5rem;
}

.c-gtm-cv * {
  pointer-events: none;
}

.l-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .p-header {
    border-bottom: 1px solid #F2F5F9;
  }
}

.p-header__inner {
  padding: 0.75rem 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    padding: 0 2rem;
    border-bottom: solid 1px #F2F5F9;
  }
}

.p-header__logo {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 18.75rem;
  }
}
.p-header__logo img {
  width: 100%;
}

.p-header__nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100svh;
  height: 100vh;
  background: #fff;
  padding: 0 1.5rem;
  opacity: 0;
  transition: 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    opacity: 1;
    z-index: unset;
    visibility: initial;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.p-header__nav.js-active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.p-header__nav .p-header__button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header__nav .p-header__button {
    display: inline-flex;
  }
}

.p-header__nav-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-list {
    flex-direction: row;
  }
}

.p-header__nav-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in;
  }
}
.p-header__nav-item > *:not(svg) {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-header__nav-item a, .p-header__nav-item span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.3s ease;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a, .p-header__nav-item span {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.5rem 0.5rem;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #009CE5;
    transform: scaleX(0);
    transition: 0.2s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a:hover::after, .p-header__nav-item a.is-open::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a svg {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-item a:hover svg {
    transform: translateX(8px);
  }
}

.p-header__nav-toggle svg {
  transition: transform color 0.2s ease-in;
  transform: rotate(180deg);
}
.p-header__nav-toggle svg.js-active {
  transform: initial;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-toggle svg.js-active path {
    stroke: #009CE5;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #009CE5;
    transform: scaleX(0);
    transition: 0.2s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__nav-toggle.js-active::after {
    transform: scaleX(1);
  }
}

.p-header__nav-child {
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child {
    display: none;
    overflow: hidden;
    position: absolute;
    transition: transform 0.2s ease-in;
    right: 0;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 1.5rem 0.5rem 2.5rem;
    background: #fff;
    gap: 2.5rem;
    justify-content: center;
    z-index: 99;
    border-top: 1px solid #F2F5F9;
  }
}
.p-header__nav-child a, .p-header__nav-child span {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child a, .p-header__nav-child span {
    min-width: 8rem;
    position: relative;
    justify-content: center;
    padding: 0.5rem;
  }
}
.p-header__nav-child span {
  font-weight: 700;
  cursor: initial;
}
.p-header__nav-child a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #F2F5F9;
  left: 0;
  bottom: 0;
}
.p-header__nav-child a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #009CE5;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center center;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.p-header__nav-child a:hover::after {
  transform: scaleX(1);
}
.p-header__nav-child path {
  fill: #009CE5;
}

.p-header__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-header__buttons {
    display: none;
  }
}

.p-header__button {
  background: #005BAC;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  font-weight: 700;
  font-size: 0.625rem;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-header__button {
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }
}
.p-header__button span {
  flex: 1;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .p-header__button svg {
    width: 12px;
    height: 12px;
  }
}

.p-header__nav-child-item > span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-header__nav-child-item > span {
    display: block;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
.footer img {
  width: 100%;
}

.footer__nav {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #005bac;
}

.footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav > ul > li {
  position: relative;
  padding: 0 32px;
}

.footer__contact {
  padding: 40px;
  text-align: center;
  background: #039;
}

.footer__contact > p {
  color: #fff;
}

.footer__contact-title {
  font-size: 20px;
}

.footer__contact-text {
  font-size: 14px;
  margin-top: 10px;
}

.footer__contact-time {
  font-size: 14px;
  margin-top: 30px;
}

.footer__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.footer__contact-num {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer__contact-tel > img {
  margin-right: 12px;
  max-width: 47px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .footer__nav > ul > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 2px;
    height: 14px;
    background-color: #4594d8;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer__nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer__nav > ul > li > a:active,
.footer__nav > ul > li > a:focus,
.footer__nav > ul > li > a:hover {
  text-decoration: underline;
}

.footer__content {
  background-image: -webkit-gradient(linear, left top, right top, from(#00b3fe), to(#039));
  background-image: linear-gradient(to right, #00b3fe, #039);
}

.footer__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://www.tokiomarine-nichido.co.jp/shared/img/bg-footer.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__head {
  padding-left: 40px;
}

.footer__body {
  padding: 20px 133px 20px 0;
  text-align: right;
}

.footer__copy {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer.is-static {
    padding-top: 65px;
  }
  .footer__nav {
    border-bottom: none;
  }
  .footer__nav > ul {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__nav > ul > li {
    padding-right: 0;
    padding-left: 12px;
    width: 50%;
  }
  .footer__nav > ul > li > a {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
  }
  .footer__nav > ul > li > a::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer__content {
    position: relative;
  }
  .footer__content-inner {
    padding: 7px 14px 20px;
    background-size: 72px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer__head {
    position: absolute;
    top: 6px;
    left: 15px;
    padding: 0;
  }
  .footer__body {
    padding: 0;
  }
  .footer__logo > img {
    width: 104px;
  }
  .footer__copy-img {
    margin-bottom: 2px;
  }
  .footer__copy-img a {
    display: inline-block;
  }
  .footer__copy-img img {
    width: 140px;
  }
  .footer__copy {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .footer--popup {
    margin-top: 70px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .p-footer-top {
    height: auto;
    justify-content: flex-start;
    padding: 40px 24px;
  }
  .p-footer-link-list {
    flex-direction: column;
    margin: 0;
  }
  .c-footer-link-item {
    margin: 24px 0 0;
  }
  .p-footer-link-list li:first-child {
    margin: 0;
    border-right: none;
  }
  .c-footer-link {
    position: relative;
    padding: 0;
  }
  .c-footer-link::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 11px;
    height: 7px;
    transform: translate(0, -50%);
    background-image: url("../img/footer/icon-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-footer-box {
    flex-wrap: wrap;
    padding: 16px 16px 25px;
    height: auto;
  }
  .c-footer-logo-pic {
    flex-basis: 30%;
    max-width: 30%;
    padding: 0;
  }
  .p-footer-bottom_right {
    flex-basis: 40%;
    max-width: 40%;
    padding: 0;
    text-align: right;
  }
  .c-footer-copy {
    flex-basis: 100%;
    max-width: 100%;
    text-align: right;
  }
}
.p-company-massage__img {
  aspect-ratio: 1/1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-massage__img {
    width: 20rem;
    height: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-massage__img {
    width: 29rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-company-massage__inner {
    display: flex;
  }
}

.p-company-message__cont {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -9.125rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__cont {
    margin-top: -5.9375rem;
    width: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-message__cont {
    width: 66%;
    margin-left: -4rem;
    display: inline-block;
    margin-top: 3.75rem;
    margin-bottom: -2rem;
  }
}

.p-company-message__sectitle {
  color: #005BAC;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-company-message__sectitle {
    font-size: 3.5rem;
    letter-spacing: -0.0625rem;
  }
}

.p-company-message__text {
  padding: 1.125rem;
  background-color: #F2F5F9;
  margin-top: 0.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-company-message__text {
    padding: 2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-message__text {
    margin-top: 0.75rem;
  }
}

.p-company-message__nametitle {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #005BAC;
  font-weight: 500;
  line-height: 160%;
}

.p-company-message__nametitle--name {
  display: block;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 150%;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-company-message__nametitle--name {
    font-size: 1.5rem;
    margin-top: -0.1875rem;
  }
}

.p-company-message__article {
  color: #000;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 200%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__article {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.p-company-message__article p:nth-of-type(n+2) {
  margin-top: 2em;
}

@media screen and (min-width: 1024px) {
  .p-company-purpose__inner {
    display: flex;
    gap: 2rem;
  }
}

.p-company-purpose__title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .p-company-purpose__title {
    font-size: 1.5rem;
  }
}

.p-company-purpose__text {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 203%;
  margin-top: 1.5rem;
}

.p-company-purpose__text--2 {
  margin-top: 2.0625rem;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .p-company-purpose__text--2 {
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-purpose__img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-purpose__img {
    display: block;
    aspect-ratio: 704/480;
    width: 55%;
    margin-right: -5.5rem;
  }
}

.p-company-values__card {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company-values__card {
    width: 13.875rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-values__card {
    width: 25rem;
  }
}

.p-company-values__card:first-child {
  margin-top: 0;
}

.p-company-values__cardIMG {
  width: 100%;
  object-fit: cover;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .p-company-values__cardIMG {
    height: 7.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-values__cardIMG {
    height: 14.0625rem;
  }
}

.p-company-values__cardTitle {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company-values__cardTitle {
    margin-top: 1rem;
  }
}

.p-company-values__cardText {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-values__cardText {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-values__cardText {
    font-size: 1rem;
  }
}

.p-company-strengths {
  background-color: #F2F5F9;
}

.p-company-strengths__graph {
  margin-top: 1.5rem;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__graph {
    margin-top: 0.75rem;
    width: 58%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-strengths__graph {
    width: 35rem;
    margin-top: 4.75rem;
  }
}

.p-company-strengths__card-wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__card-wrap {
    margin-top: 5rem;
  }
}

.p-company-strengths__swipe {
  color: #8D97A1;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-company-strengths__swipe {
    display: none;
  }
}

.p-company-strengths__cont {
  width: 100vw;
  margin-left: -1.5rem;
  overflow-x: scroll;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 2.5rem;
  padding-top: 0.75rem;
  margin-top: -0.75rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__cont {
    margin-top: 0.125rem;
    padding-bottom: 4.375rem;
    margin-left: -2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-strengths__cont {
    width: 100%;
    margin: 0;
    gap: 2rem;
    justify-content: center;
    overflow-x: initial;
    overflow: hidden;
    padding-top: 3.5rem;
    padding-bottom: 4.375rem;
    margin-top: 0;
    padding-right: 0;
  }
}
.p-company-strengths__cont::-webkit-scrollbar {
  display: none;
}

.p-company-strengths__title br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-company-strengths__title br {
    display: initial;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-strengths__title {
    text-align: center;
  }
}

.p-company-strengths__card {
  position: relative;
  width: 19.375rem;
  flex: 0 0 19.375rem;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__card {
    width: 25rem;
    flex: 0 0 25rem;
  }
}
.p-company-strengths__card:first-of-type {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__card:first-of-type {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-strengths__card:first-of-type {
    margin-left: 0;
  }
}

.p-company-strengths__img {
  transform: rotateY(0deg);
}

.p-company-strengths__img img {
  display: block;
}
.p-company-strengths__click {
  background-color: #fff;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__click {
    padding: 1.75rem 2.5rem;
  }
}

.p-company-strengths__clickTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__clickTitle {
    font-size: 1.15rem;
  }
}

.p-company-strengths__clickText {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-strengths__clickText {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.p-company-company__cont {
  padding-top: 0.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-company-company__cont {
    display: flex;
    gap: 2rem;
    padding-top: 0;
  }
}

.p-company-company__table {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-company__table {
    margin-top: 2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-company__table {
    margin-top: 0;
  }
}

.p-company-company__cells {
  border-bottom: 1px solid #F2F5F9;
}
@media screen and (min-width: 768px) {
  .p-company-company__cells {
    display: flex;
    align-items: center;
    padding-bottom: 1.5rem;
    padding-top: 1.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-company__cells {
    padding-top: 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-company__cells--topMargin {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-company__cells--topMargin {
    padding-top: 2.125rem;
  }
}

.p-company-company__title {
  display: block;
  color: #8D97A1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-company-company__title {
    margin-top: 0;
    width: 8rem;
  }
}

.p-company-company__title--topmargin {
  margin-top: 0;
}

.p-company-company__text {
  display: block;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F2F5F9;
}
@media screen and (min-width: 768px) {
  .p-company-company__text {
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: initial;
  }
}

.p-company-company__map {
  width: 100%;
  height: 11.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-company__map {
    height: 25.625rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-company__map {
    margin-top: 0;
    height: 28.125rem;
  }
}

.p-company-company__map iframe {
  width: 100%;
  height: 11.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-company__map iframe {
    height: 25.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-company__map iframe {
    height: 28.125rem;
  }
}

.p-company-company__mapBTN {
  margin-top: 1.5rem;
}

.p-company-company__guide {
  margin-top: 6.6875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-company-company__guide {
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-company__guide {
    margin-top: 1.5rem;
  }
}

.p-company-company__guideText {
  color: #8D97A1;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-company-company__guideText {
    font-size: 1rem;
  }
}

.p-company-company__guideText--link {
  text-decoration-line: underline;
}

.p-company-company__guideText--link:hover {
  color: #009CE5;
}

.p-company-company__guideText svg {
  vertical-align: top;
}

.p-company-history__cont {
  margin-top: 1.75rem;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-company-history__cont {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-history__cont {
    margin-top: 2.4375rem;
  }
}

.p-company-history__items {
  width: 100%;
}

.p-company-history__item {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-history__item {
    display: flex;
    padding-left: 1.6875rem;
    align-items: center;
  }
}

.p-company-history__text--line {
  border-left: 1px solid #ccc;
  padding-top: 0.1875rem;
  padding-bottom: 1rem;
  padding-left: 1.375rem !important;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__text--line {
    border-left: initial;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-company-history__line {
    margin-left: 0.3125rem;
  }
}

.p-company-history__month {
  padding-left: 1.875rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__month {
    padding-left: 0;
    font-size: 1rem;
    width: 8.125rem;
  }
}

.p-company-history__month--dot1::before {
  content: "●";
  position: absolute;
  left: -0.0625rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  color: #005BAC;
}
@media screen and (min-width: 768px) {
  .p-company-history__month--dot1::before {
    left: -0.0625rem;
    top: 0.25rem;
  }
}

.p-company-history__item--dot2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-history__item--dot2 {
    margin-top: -0.375rem;
  }
}

.p-company-history__month--dot2::before {
  content: "●";
  position: absolute;
  left: -0.0625rem;
  top: 0rem;
  font-size: 0.875rem;
  color: #005BAC;
}
@media screen and (min-width: 768px) {
  .p-company-history__month--dot2::before {
    left: -0.0625rem;
    top: 0.25rem;
  }
}

.p-company-history__text {
  padding-left: 1.75rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__text {
    padding-left: 0;
    margin-left: -1.4375rem;
  }
}

.p-company-history__text-margin {
  margin-top: 0.5rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__text-margin {
    margin-top: 0;
    margin-left: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-history__text-margin {
    margin-left: -0.0625rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-company-organization__inner {
    width: 50%;
  }
}

.p-company-organization__img {
  margin-top: 1.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-organization__img {
    margin-top: 2.5rem;
    width: 84%;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-organization__img {
    width: 91%;
  }
}

@media screen and (min-width: 768px) {
  .p-company-group__cont {
    margin-top: 2.5rem;
  }
}

.p-company-group__item {
  margin-top: 2rem;
}

.p-company-group__item--topMargin {
  margin-top: 0;
}

.p-company-group__office {
  margin-top: 1.75rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.p-company-group__Btn {
  margin-top: 0.4375rem;
}

.p-company-contact__inner {
  text-align: center;
  display: block;
}

.p-company-contact__title {
  text-align: center;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-company-contact__title {
    font-size: 2rem;
  }
}

.p-company-contact__text {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
  margin-top: 0.5rem;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-company-contact__text {
    text-align: center;
  }
}

.p-company-contact__cont {
  text-align: center;
}

.p-company__Btn--contact {
  gap: 0.5rem;
  margin: 2rem auto 0 auto;
}

.p-company-contact__tel {
  display: block;
  width: fit-content;
  gap: 0.5rem;
  color: #005BAC;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin: 1.5rem auto 0 auto;
  -webkit-box-flex: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.p-company-contact__tel p {
  font-family: "Inter", sans-serif;
}

.p-company-contact__tel:hover {
  color: #009CE5;
}

.p-company-contact__time {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.5rem;
}

.p-news__wrap {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__wrap {
    padding-bottom: 5rem;
  }
}
.p-news__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    gap: 0;
  }
}
.p-news__url {
  display: block;
  border-bottom: 0.0625rem solid #F2F5F9;
  width: 100%;
  transition: 0.2s ease;
  background: #fff;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-news__url {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__url {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__url:hover {
    background: #F2F5F9;
  }
}
.p-news__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news__item {
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-news__time {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #8D97A1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news__time {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__time {
    width: 100%;
  }
}
.p-news__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news__details {
    flex-direction: row;
  }
}
.p-news__category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 400;
  background: #005BAC;
  padding: 0.15rem 0.5rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-news__category {
    align-self: flex-start;
  }
}
.p-news__title {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-news__title {
    flex: 1;
  }
}
.p-news__button {
  margin: 0 auto;
}

.p-articles {
  margin-block-start: 1rem;
  flex-direction: row;
  display: flex;
  width: 100vw;
  overflow-x: scroll;
  gap: 1.5rem;
  padding-right: 1.5rem;
  margin-left: -1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-articles {
    display: flex;
    gap: 1.5rem;
    overflow-x: scroll;
    padding-bottom: 1.125rem;
    width: 100vw;
    margin-left: -2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles {
    width: 100%;
    overflow: initial;
    margin-left: initial;
    padding: 0;
    gap: 0.5rem;
  }
}
.p-articles:not(.p-articles--pickup) {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-articles:not(.p-articles--pickup)::-webkit-scrollbar {
  display: none;
}
.p-articles__url {
  display: block;
  transition: background 0.2s ease;
  width: 14.5rem;
  min-width: 14.5rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-articles__url {
    width: 15.5rem;
    min-width: 15.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__url {
    min-width: unset;
    width: calc((100% - 2rem) / 5);
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__url:hover {
    background: rgba(0, 91, 172, 0.1);
  }
}
.p-articles__url:hover .p-articles__image {
  box-shadow: none;
}
.p-articles__url:first-of-type {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles__url:first-of-type {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles__url:first-of-type {
    margin-left: 0;
  }
}
.p-articles__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-articles__image {
  box-shadow: 0px 24px 40px 0px rgba(0, 32, 61, 0.08);
  transition: 0.2s ease;
}
.p-articles__image img {
  width: 100%;
  aspect-ratio: 380/212;
}
.p-articles__details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.p-articles__category {
  background: #009CE5;
  color: #fff;
  border-radius: 3.125rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-articles__category--close {
  background: transparent;
  border: 1px solid #8D97A1;
  color: #8D97A1;
}
.p-articles__category--document, .p-articles__category--download {
  background: #09C883;
}
.p-articles__category--traffic, .p-articles__category--column {
  background: #8D97A1;
}
.p-articles__category--pages {
  background: #005BAC;
  color: #fff;
}
.p-articles__category--case {
  background: #E5F4F8;
  color: #009CE5;
}
.p-articles__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
}
.p-articles--pickup {
  margin: 0;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles--pickup {
    padding-right: 2.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles--pickup {
    gap: 0;
    overflow-x: scroll;
  }
}
.p-articles--pickup .p-articles__url {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-articles--pickup .p-articles__url {
    width: 14.5rem;
    min-width: 14.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-articles--pickup .p-articles__url {
    padding: 1rem;
  }
}
.p-articles--pickup .p-articles__url:first-of-type {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-articles--pickup .p-articles__url:first-of-type {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-articles--pickup .p-articles__url:first-of-type {
    margin-left: 5.5rem;
  }
}

.p-contents__button {
  margin-block-start: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #005BAC;
  background: #fff;
  color: #005BAC;
}
@media screen and (min-width: 1024px) {
  .p-contents__button {
    margin-block-start: 1.5rem;
  }
}
.p-contents__button svg path {
  transition: 0.2s ease;
  fill: #005BAC;
}

.p-contents__swipe-wrap {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-contents__swipe-wrap {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-contents__button:hover {
    color: #fff;
    background: #005BAC;
  }
  .p-contents__button:hover svg path {
    fill: #fff;
  }
}
.p-service__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__item {
    flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__item.p-mimamowellness {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 5.5rem;
  }
}
.p-service__item:nth-of-type(n+2) {
  margin-block-start: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service__item:nth-of-type(n+2) {
    margin-block-start: 7.5rem;
  }
}
.p-service__item:nth-of-type(n+2) .p-service__image img {
  margin-left: auto;
}
.p-service__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__image img {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  .p-service__image img {
    width: 44.0625rem;
  }
}
.p-service__contents {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__contents {
    padding: 0;
    flex: 1;
  }
}
.p-service__headline {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-service__headline p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #005BAC;
}
@media screen and (min-width: 768px) {
  .p-service__headline p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service__headline img {
    width: 25.875rem;
  }
}
.p-service__read {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service__read {
    font-size: 1.25rem;
  }
}
.p-service__button {
  margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-service__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__button {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-service-card {
  margin-block-start: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 8px;
}
.p-service-card__heading {
  text-transform: uppercase;
  color: #009CE5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service-card__heading {
    font-size: 1.25rem;
  }
}
.p-service-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-card__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-service-card__list-item {
  border-radius: 8px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  background: #fff;
  color: #009CE5;
  font-size: 1rem;
  font-weight: 700;
  background: rgba(0, 91, 172, 0.05);
}
@media screen and (min-width: 768px) {
  .p-service-card__list-item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-service-card__list-item {
    max-width: 33.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-card__list-item.-wide {
    width: 100%;
  }
}

.p-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 32rem;
}
.p-hero__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.p-hero__slide.active {
  opacity: 1;
  visibility: visible;
}
.p-hero__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0;
}
.p-hero__slide:nth-of-type(2) img {
  animation-delay: 5s;
}
.p-hero__slide-inner {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-hero__slide-inner {
    height: 32.5rem;
    padding: 0 2.5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__slide-inner {
    padding: 0;
  }
}
.p-hero__timer {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__timer {
    bottom: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__timer {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-hero__copy {
  position: relative;
  z-index: 1;
  display: inline-block;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
}
.p-hero__copy-label {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(white, white);
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.p-hero__copy-label:nth-of-type(2) {
  animation-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-hero__copy-label {
    font-size: 3rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__copy-label {
    font-size: 3.5rem;
  }
}
.p-hero__copy-label.-img-wrap {
  display: flex;
  width: 16.125rem;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-hero__copy-label.-img-wrap {
    width: 19rem;
  }
}
.p-hero__copy-label.-img-wrap img {
  height: auto;
  position: relative;
}
.p-hero__copy-text {
  letter-spacing: -0.03em;
  padding: 0 0.5rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #005BAC;
  background: linear-gradient(90deg, #088DC6 0%, #003FA1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-hero__copy-text {
    font-size: 3rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__copy-text {
    font-size: 3.5rem;
  }
}
.p-hero__copy-text img {
  width: 15rem;
  height: auto;
  position: relative;
  z-index: 1;
}

.p-hero__button {
  opacity: 0;
  visibility: hidden;
}

.p-error {
  padding: 7.5rem 0;
}

.p-error__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
}
.p-error__inner * {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.p-error__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  gap: 1.5rem;
  text-transform: uppercase;
}
.p-error__heading .-large {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-error__heading .-large {
    font-size: 7.5rem;
  }
}
.p-error__heading .-normal {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-error__heading .-normal {
    font-size: 1rem;
  }
}
.p-error__heading .-medium {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-error__heading .-medium {
    font-size: 3.75rem;
  }
}

.c-companyCard__heading {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-companyCard__heading {
    margin-top: 5rem;
  }
}

.p-companyCard__header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0 1.5rem;
  align-items: center;
}

.p-companyCard__number {
  font-family: "Inter", sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 200;
  grid-row: 1/3;
  grid-column: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1rem;
}
@media screen and (min-width: 768px) {
  .p-companyCard__number {
    font-size: 7rem;
    margin-left: -2rem;
  }
}

.p-companyCard__description {
  font-size: 0.75rem;
  padding: 0.5rem 0.25rem;
  background: #fff;
  font-weight: 400;
  border-bottom: 1px solid #8D97A1;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .p-companyCard__description {
    font-size: 0.95rem;
  }
}

.p-companyCard__list {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-companyCard__list {
    margin-top: 1.5rem;
  }
}

.p-companyCard__item {
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-companyCard__item {
    font-size: 0.95rem;
  }
}
.p-companyCard__item:nth-of-type(n+2) {
  margin-top: 1em;
}

.p-companyCard__title {
  border-bottom: solid 1px #8D97A1;
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0.5rem 0.25rem;
}

.p-post__wrap {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-post__wrap {
    margin-bottom: 7.5rem;
  }
}

.p-post__meta {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-post__meta {
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__meta {
    gap: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .p-news__time.p-post-time {
    width: fit-content;
  }
}

.p-post__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-post__title {
    font-size: 24px;
    margin-block-start: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__title {
    font-size: 1.5rem;
    margin-block-start: 0.5rem;
  }
}

.p-post__contents {
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-post__contents {
    margin-block-start: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__contents {
    margin-block-start: 2.5rem;
  }
}
.p-post__contents h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1.5rem 0 0 0;
  color: #009CE5;
  text-align: left;
}
.p-post__contents h3 span {
  color: #000;
  font-weight: 400;
  margin-left: 1.5rem;
  font-size: 0.875rem;
}
.p-post__contents p {
  line-height: 2;
  color: #000;
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
.p-post__contents small {
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  margin-block-start: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-post__contents small {
    font-size: 0.875rem;
  }
}
.p-post__contents ul {
  list-style: initial;
  padding-left: 1.5em;
}
.p-post__contents ul li {
  list-style: disc;
  list-style-position: outside;
}
.p-post__contents ul li ul {
  padding-left: 1.5em;
}
.p-post__contents ol {
  list-style: decimal;
  counter-reset: list-counter;
  padding-left: 1.5em;
}
.p-post__contents ol li {
  list-style-position: outside;
}
.p-post__contents ol li ol {
  counter-reset: list-counter;
  list-style: none;
}
.p-post__contents ol li ol[type=a] > li::before {
  content: counter(list-counter, lower-alpha) ". ";
  counter-increment: list-counter;
}
.p-post__contents ol li ol[type=i] > li::before {
  content: counter(list-counter, lower-roman) ". ";
  counter-increment: list-counter;
}
.p-post__contents ol, .p-post__contents ul {
  margin-block-start: 1rem;
}
.p-post__contents ol ol, .p-post__contents ol ul, .p-post__contents ul ol, .p-post__contents ul ul {
  margin-block-start: 0;
}
.p-post__contents ul li, .p-post__contents ol li {
  font-size: 1rem;
  line-height: 178%;
  color: #454545;
  font-weight: 400;
}

.p-page__btn {
  margin: 5rem auto 0;
}

.l-confirm__wrap {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-confirm__wrap {
    padding: 5rem 0;
  }
}

.l-confirm__inner {
  max-width: 50rem;
}
@media screen and (min-width: 1024px) {
  .l-confirm__inner {
    padding: 0;
  }
}

.p-confirm__title {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-confirm__title {
    font-size: 2.5rem;
  }
}

.p-confirm__text:first-of-type {
  margin-block-start: 3rem;
}

.p-confirm__note {
  margin-block-start: 2rem;
}

.p-confirm__btn-wrap {
  margin-block-start: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

.p-confirm__btn {
  word-break: keep-all;
}

.p-confirm__btn-wrap a.p-confirm__btn {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__btn-wrap a.p-confirm__btn {
    width: 90%;
  }
}

.p-iframe__wrap {
  padding: 2.5rem 0;
}

.p-iframe__headline {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-iframe__headline {
    font-size: 1.75rem;
    line-height: 1.4;
    width: 100%;
  }
}

.p-iframe__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-iframe__inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-iframe__inner {
    max-width: unset;
  }
}

.p-iframe__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-iframe__img {
    margin-top: 0;
  }
}
.p-iframe__img img {
  width: 100%;
  height: auto;
}

.p-iframe__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-iframe__text {
    margin-top: 2rem;
  }
}

.p-iframe__contents {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-iframe__contents {
    width: 45%;
    position: relative;
  }
}

.p-iframe__form {
  flex: 1;
}
.p-iframe__form iframe {
  width: 100%;
}

#contentMain form#pardot-form input[type=submit] {
  background: #009CE5;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 999px;
}

@media screen and (min-width: 1024px) {
  .p-iframe__sticky {
    position: sticky;
    top: 10rem;
    left: 0;
  }
}

.p-iframe__contents.-wide + .p-iframe__form {
  flex: initial;
}

@media screen and (max-width: 767px) {
  *.u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  *.u-mobile {
    display: none !important;
  }
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body > * {
  width: 100%;
}

main {
  flex: 1;
}

.header__catch {
  position: relative;
  width: 100%;
  height: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b3fe), to(#039));
  background-image: linear-gradient(to right, #00b3fe, #039);
}

.header__catch > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
}

@media only screen and (max-width: 767px) {
  .header__catch {
    height: 9px;
  }
  .header__catch > img {
    width: 103px;
  }
}
.js-fadein {
  opacity: 0;
  visibility: hidden;
}