@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

button,
select {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a:focus {
  outline: 1px solid #023e78;
}

.l-inner {
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-content {
  margin-top: 55px;
  padding-bottom: 100px;
}

.l-content__side {
  margin-top: 95px;
}

.l-header {
  background-color: #fff;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  min-width: 280px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-header__logo {
  height: inherit;
}

.l-header__logo a {
  display: inline-block;
  padding-bottom: 13px;
  padding-top: 20px;
  transition: opacity 0.3s;
}

.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__nav {
  display: flex;
  gap: 30px;
  justify-content: end;
  max-width: 968px;
  width: 100%;
}

.l-header__nav__list {
  display: flex;
}

.l-header__nav__link {
  display: inline-block;
  padding-bottom: 38px;
  padding-top: 38px;
  transition: opacity 0.3s;
}

.l-header__nav__link:hover {
  opacity: 0.7;
}

.l-header__button-box {
  align-items: center;
  display: flex;
  gap: 10px;
  width: 37.7%;
}

.l-header__button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  width: 97.2%;
}

.l-drawer {
  background-color: #023e78;
  height: 100vh;
  left: 0;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 120px;
  position: fixed;
  text-align: center;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 70;
}

.l-drawer.is-open {
  transform: translateY(0);
}

.l-drawer__nav {
  margin-inline: auto;
  max-width: 295px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
  width: 100%;
}

.l-drawer.is-open .l-drawer__nav {
  opacity: 1;
  transform: translateY(0);
}

.l-drawer__nav__list {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.l-drawer__nav__link {
  transition: opacity 0.3s;
}

.l-drawer__nav__link:hover {
  opacity: 0.7;
}

.l-drawer__button-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}

.l-drawer__button {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.l-breadcrumbs {
  background-color: #fff;
  padding-top: 10px;
}

.l-footer__inner {
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-footer__download,
.l-footer__contact {
  padding-bottom: 35px;
  padding-top: 30px;
}

.l-footer__download {
  background-image: url("../img/download-bg-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer__inner {
  max-width: 335px;
  text-align: center;
}

.l-footer__text {
  color: #fff;
  font-style: italic;
  line-height: normal;
  text-transform: uppercase;
}

.l-footer__text--en {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.l-footer__text--ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}

.l-footer__contact {
  background-image: url("../img/contact-bg-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer__end {
  background-color: #1a1a1a;
  padding-bottom: 16px;
  padding-top: 65px;
}

.l-footer__button {
  margin-top: 44px;
}

.l-footer__logo {
  aspect-ratio: 280/47;
  display: block;
  margin-inline: auto;
  width: 280px;
}

.l-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-footer__access {
  margin-top: 22px;
}

.l-footer__access-list {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__access-item {
  display: flex;
  gap: 14px;
}

.l-footer__access-item--text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.l-footer__copy-wrap {
  background-color: #1a1a1a;
  margin-top: 38px;
  text-align: center;
}

.l-footer__copyright {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.l-footer__top__button {
  bottom: 20px;
  position: fixed;
  right: 10px;
  z-index: 60;
}

.l-footer__top__button-link {
  color: #1a1a1a;
}

.js-top-button {
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.js-top-button.is-active {
  opacity: 1;
  visibility: visible;
}

.js-top-button.is-light {
  color: #ffffff;
}

.c-drawer-icon {
  aspect-ratio: 27/18;
  position: relative;
  width: 27px;
}

.c-drawer-icon__bar {
  background: #002a52;
  border-radius: 6px;
  display: inline-block;
  height: 2.5px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}

.c-drawer-icon__bar:nth-of-type(2) {
  top: 7px;
}

.c-drawer-icon__bar:nth-of-type(3) {
  top: 14px;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  opacity: 0;
  transform: translateY(7px);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  top: 7px;
  transform: rotate(45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.c-logo--primary {
  aspect-ratio: 198/33;
  width: 198px;
}

.c-text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.c-text--drawer {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.c-button {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-top: 1.5rem;
  text-align: center;
  width: 100%;
}

.c-button--white {
  background-color: #fff;
  border: 1px solid currentColor;
  color: #023e78;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.c-button--white:hover {
  background-color: #023e78;
  color: #fff;
}

.c-button--white:hover .c-button--arrow {
  transform: translateY(-50%) translateX(10px);
}

.c-button--blue {
  background-color: #023e78;
  border: 1px solid currentColor;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
}

.c-button--blue:hover {
  background-color: #002a52;
}

.c-button--yellow {
  border: 2px solid #fff400;
  color: #fff400;
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.8rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.8rem;
  position: relative;
  text-align: end;
  transition: all 0.3s ease;
  width: 100%;
}

.c-button--yellow:hover {
  background-color: #fff400;
  color: #1a1a1a;
}

.c-button--yellow:hover .c-button--yellow-arrow {
  transform: translateX(10px);
}

.c-button--yellow-arrow {
  display: inline-block;
  padding-left: 23.73%;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.c-button--arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
}

.c-title {
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title-en {
  background-color: #fff;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
}

.c-title-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.c-section-title--main {
  color: #023e78;
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.c-section-title--sub {
  color: #023e78;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-section-title--blue {
  color: #023e78;
}

.c-section-title--white {
  color: #fff;
}

.c-breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #888888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-breadcrumb .home {
  margin-left: 0;
}

.c-breadcrumb a {
  color: #888888;
  margin-right: 8px;
  margin-left: 8px;
}

.post-root {
  color: #1a1a1a;
  margin-left: 8px;
}

.current-item {
  color: #1a1a1a;
  margin-left: 8px;
}

.c-more-button__text {
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  transition: all 0.3s ease;
}

.c-more-button__arrow {
  display: inline-block;
  height: 2px; /* 横線の太さ */
  margin-left: 13px;
  position: relative;
  transform-origin: left; /* 左端を起点にして右方向のみに伸ばす */
  transition: transform 0.3s ease; /* アニメーションの設定 */
  width: 64px; /* 横線の長さ */
}

.c-more-button__arrow::after {
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 2px;
  top: -0.5px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 15px; /* 先端の長さ */
}

.c-more-button__arrow--white {
  background: #fff; /* 横線の色 */
}

.c-more-button__arrow--white::after {
  border-top: 2px solid #fff; /* 斜め線の太さ・色 */
}

.c-more-button__arrow--blue {
  background: #023e78; /* 横線の色 */
}

.c-more-button__arrow--blue::after {
  border-top: 2px solid #023e78; /* 斜め線の太さ・色 */
}

.p-more-button {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: end;
  padding-right: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.p-more-button::before {
  background-image: url("../img/circle-yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 40px;
}

.p-more-button:hover .c-more-button__text {
  opacity: 0.7;
}

.p-more-button:hover .c-more-button__arrow {
  transform: scaleX(1.4);
}

.p-more-button-white {
  color: #fff;
}

.p-more-button-blue {
  color: #023e78;
}

.p-more-button-blue::before {
  background-image: url("../img/circle-yellow2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 40px;
}

.p-form-bx {
  background: #edf3f8;
  border-radius: 12px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}

.p-download__form-title h3 {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-form-item:not(:first-child) {
  margin-top: 10px;
}

.p-form-label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.p-form-label--text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-form-input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 8px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 12px;
  width: 100%;
}

.p-form-input::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.p-form-input::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.p-form-input:focus {
  outline: 1px solid #023e78;
}

.p-form-required {
  background: #e61264;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2.5px;
}

.p-form-select {
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}

.p-form-select:valid {
  color: #1a1a1a;
}

.p-form-select option {
  color: #1a1a1a;
}

.p-form-select option:disabled {
  color: #ccc;
}

.p-form-select-box {
  margin-top: 8px;
  position: relative;
}

.p-form-select-box::after {
  background-image: url("../img/contact-arrow-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 6.8px;
  position: absolute;
  right: 14px;
  top: 17px;
  width: 10.8px;
}

.p-form-textarea {
  color: #1a1a1a;
  font-size: 14px;
  height: 140px;
  padding-bottom: 13.5px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 13.5px;
  resize: none;
}

.p-form-privacy {
  margin-top: 38px;
  text-align: center;
}

.p-form-privacy span {
  display: inline-block;
}

.p-form-privacy-checkbox {
  height: 1px;
  opacity: 0;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}

.p-form-privacy-link {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.p-form-privacy-text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 6px;
}

.p-form-button {
  color: #023e78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-inline: auto;
  margin-top: 38px;
  max-width: 295px;
  width: 100%;
}

.p-form-button button {
  /* letter-spacing: 20px; */
}

.u-sp-none {
  display: none;
}

.u-sp-none-block {
  display: none;
}

.u-pc-none {
  display: inline-block;
}

.u-pc-none-block {
  display: block;
}

.u-header__nav--before::before {
  color: #1a1a1a;
  content: "／";
  display: inline-block;
  height: 24px;
  margin-left: 16px;
  width: 14px;
}

.u-header__nav--margin {
  margin-left: 11px;
}

.u-about__img--margin {
  margin-top: 70px;
}

.u-card-heading-margin {
  margin-top: 8px;
}

.u-margin-top-8 {
  margin-top: 8px;
}

/* .u-pagenation--active {
  background-color: #023e78;
}

.u-pagenation--active span {
  color: #ffffff;
} */

@media screen and (min-width: 375px) {
  .p-form-privacy-link {
    font-size: 14px;
  }

  .p-form-privacy-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 350px;
    width: 100%;
  }

  .l-footer__contents {
    display: flex;
  }

  .l-footer__download,
  .l-footer__contact {
    padding-bottom: 51px;
    padding-top: 51px;
    width: 50%;
  }

  .l-footer__download {
    width: 50%;
  }

  .l-footer__text--en {
    font-size: 60px;
  }

  .l-footer__end {
    padding-bottom: 17px;
    padding-top: 120px;
  }

  .l-footer__button {
    margin-top: 38px;
  }

  .l-footer__logo {
    aspect-ratio: 363/61;
    width: 363px;
  }

  .l-footer__copy-wrap {
    margin-top: 76px;
  }

  .l-footer__copyright {
    font-size: 14px;
  }

  .l-footer__top__button {
    bottom: 35px;
    right: 20px;
  }

  .c-button--yellow {
    border: 3px solid #fff400;
    font-size: 24px;
    padding-bottom: 2.3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 2.3rem;
  }

  .c-button--yellow:hover .c-button--yellow-arrow {
    transform: translateX(15px); /* 64px * 1.56 ≈ 100px */
  }

  .c-button--yellow-arrow {
    padding-left: 49px;
  }

  .c-section-title--main {
    font-size: 100px;
  }

  .c-section-title--sub {
    font-size: 24px;
  }

  .p-section__button {
    padding-bottom: 0;
    padding-top: 0;
  }

  .p-form-bx {
    padding-left: 35px;
    padding-right: 40px;
  }

  .p-download__form-title h3 {
    font-size: 32px;
  }

  .p-form-item:not(:first-child) {
    margin-top: 20px;
  }

  .p-form-label {
    gap: 9px;
  }

  .p-form-label--text {
    font-size: 18px;
  }

  .p-form-input {
    font-size: 16px;
    margin-top: 12px;
    padding-bottom: 12.5px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12.5px;
  }

  .p-form-input::-moz-placeholder {
    font-size: 16px;
  }

  .p-form-input::placeholder {
    font-size: 16px;
  }

  .p-form-required {
    font-size: 12px;
  }

  .p-form-select {
    font-size: 16px;
  }

  .p-form-select-box::after {
    top: 30px;
  }

  .p-form-textarea {
    height: 240px;
  }

  .p-form-privacy {
    margin-top: 40px;
  }

  .p-form-privacy-link {
    font-size: 16px;
  }

  .p-form-privacy-text {
    font-size: 16px;
    margin-left: 10px;
  }

  .p-form-button {
    font-size: 16px;
    max-width: 336px;
  }

  .u-sp-none-block {
    display: block;
  }

  .u-pc-none-block {
    display: none;
  }

  .u-about__img--margin {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1140px;
  }

  .l-content {
    margin-top: 75px;
    padding-bottom: 165px;
  }

  .l-content__inner {
    display: flex;
    gap: 3.6%;
  }

  .l-content__main {
    width: 69.1%;
  }

  .l-content__side {
    margin-top: 0;
    width: 27.3%;
  }

  .c-more-button__text {
    font-size: 32px;
  }

  .c-more-button__arrow {
    margin-left: 19px;
    width: 95px;
  }

  .p-more-button {
    padding-right: 25px;
  }

  .p-more-button::before {
    height: 51px;
    width: 51px;
  }

  .p-more-button-blue::before {
    height: 51px;
    width: 51px;
  }

  /* .p-blog__heading h2 {
    font-size: 32px;
  }

  .p-blog__heading--side h2 {
    font-size: 20px;
  }

  .p-blog__cards {
    margin-top: 20px;
  }

  .p-blog__cards--side {
    margin-top: 22px;
  }

  .p-blog__card {
    gap: 2.6%;
  }

  .p-blog__card--side {
    gap: 3.4%;
  }

  .p-blog__card-thumbnail {
    aspect-ratio: 250/156;
    width: 32.9%;
  }

  .p-blog__card-thumbnail--side {
    aspect-ratio: 1/1;
    width: 33.3%;
  }

  .p-blog__card-body {
    width: 64.5%;
  }

  .p-blog__card-body--side {
    width: 63.3%;
  }

  .p-blog__card-tag {
    font-size: 14px;
  }

  .p-blog__card-title {
    margin-top: 8px;
  }

  .p-blog__card-title--main {
    font-size: 16px;
    margin-top: 15px;
  }

  .p-pagenation {
    margin-top: 60px;
  }

  .page-numbers {
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
  }

  .next {
    margin-left: 30px;
  }

  .prev {
    margin-right: 30px;
  }

  .next,
  .prev {
    height: 50px;
    width: 50px;
  }

  .next::before,
  .prev::before {
    height: 50px;
    width: 50px;
  }

  .p-category-list {
    margin-top: 76px;
  }

  .p-category-list__link {
    padding-bottom: 15px;
    padding-top: 15px;
  } */
}

@media screen and (min-width: 1280px) {
  .l-header {
    height: 100px;
  }

  .l-header__logo a {
    padding-bottom: 26.5px;
    padding-top: 29.5px;
  }

  .l-footer__inner--download {
    margin: 0 145px 0 auto;
  }

  .l-footer__inner--contact {
    margin: 0 auto 0 145px;
  }

  .c-logo--primary {
    aspect-ratio: 280/47;
    width: 280px;
  }

  .p-more-button:hover .c-more-button__arrow {
    transform: scaleX(1.56); /* 64px * 1.56 ≈ 100px */
  }

  .u-sp-none {
    display: flex;
  }

  .u-pc-none {
    display: none;
  }
}

/* 電話リンクのスタイル */
.tel-link {
  color: inherit;
  text-decoration: none;
}

/* メールリンクのスタイル */
.email-link {
  color: inherit;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: none;
}

/* スマートフォン版では電話リンクを有効化 */
@media screen and (max-width: 767px) {
  .tel-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }

  .tel-link:hover {
    text-decoration: none;
  }
}

/* タブレット・PC版では電話リンクを無効化 */
@media screen and (min-width: 768px) {
  .tel-link {
    color: inherit;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }

  .tel-link:hover {
    text-decoration: none;
  }
}
