@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 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-collapse: collapse;
  border-spacing: 0;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-weight: 300;
  src: url("../fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../fonts/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "poppins";
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 743px) {
  body {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

/*
section {
  content-visibility: auto;
  contain-intrinsic-size: 500px;

  &.u-force-visible {
    content-visibility: visible;
    contain-intrinsic-size: inherit;
  }
}
*/
/*——————————————————————
コンテンツ幅
最大幅はtheme.jsonで設定
——————————————————————*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: min(90vw, var(--wp--style--global--content-size));
}
.l-container.--wide {
  width: min(90vw, var(--wp--style--global--wide-size));
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
}
.l-header-primary {
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .l-header-primary {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 744px) {
  .l-header-primary {
    padding: 4.5rem 4.4rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
.l-header-primary-wrapper {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .l-header-primary-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 743px) {
  .l-header-primary-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary-nav {
    display: none;
  }
}
.l-header-primary-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1279px) {
  .l-header-primary-list {
    flex-direction: column;
  }
}
.l-header-primary-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #231815;
  letter-spacing: 0;
  font-size: 1.8rem;
  padding-bottom: 0.9rem;
}
.l-header-primary-item a * {
  transition: 0.3s ease;
}
.l-header-primary-item a:hover * {
  opacity: 0.7;
}
.l-header-primary-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 2rem;
  background-color: #d78214;
}
@media screen and (max-width: 743px) {
  .l-header-primary-item a {
    color: #fff;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-primary-item a {
    color: #fff;
  }
}
.l-header-secondary {
  background-color: #033a7e;
}
@media screen and (max-width: 743px) {
  .l-header-secondary {
    padding: 0;
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .l-header-secondary {
    padding: 1.2rem 4.4rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-secondary {
    padding: 0;
  }
}
.l-header-secondary-wrapper {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .l-header-secondary-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 743px) {
  .l-header-secondary-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-secondary-nav {
    display: none;
  }
}
.l-header-secondary-list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .l-header-secondary-list {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.l-header-secondary-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.6rem;
  padding-left: 0.9rem;
}
.l-header-secondary-item a * {
  transition: 0.3s ease;
}
.l-header-secondary-item a:hover * {
  opacity: 0.7;
}
.l-header-secondary-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #db9a1e;
}
@media screen and (max-width: 1279px) {
  .l-header-secondary-item a {
    position: relative;
    letter-spacing: 0;
    font-size: 1.8rem;
    padding-left: 0;
    padding-bottom: 0.9rem;
  }
  .l-header-secondary-item a * {
    transition: 0.3s ease;
  }
  .l-header-secondary-item a:hover * {
    opacity: 0.7;
  }
  .l-header-secondary-item a::after {
    display: none;
  }
  .l-header-secondary-item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 2rem;
    background-color: #d78214;
  }
}
.l-header-contact {
  background-color: #fff;
  color: #033a7e;
  width: 13.6rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  letter-spacing: 0;
  border: 2px solid #fff;
  transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header-contact:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-header-contact {
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 744px) {
  .l-header-contact {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-contact {
    display: none;
    margin: 0 auto;
    width: 20rem;
    height: 4rem;
  }
}
.l-header-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.l-header-hamburger__btn {
  align-items: center;
  background: #033a7e;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    height: 7rem;
    width: 7rem;
  }
}
.l-header-hamburger__btn div {
  position: relative;
  height: 16px;
  width: 20px;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn div {
    height: 26px;
    width: 40px;
  }
}
.l-header-hamburger__btn div::before, .l-header-hamburger__btn div::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 100%;
}
.l-header-hamburger__btn div::before {
  background: linear-gradient(180deg, #fff 0%, #fff 5%, transparent 5%, transparent 47%, #fff 47%, #fff 52%, transparent 52%, transparent 95%, #fff 95%, #fff 100%);
}
.l-header-hamburger__btn div::after {
  background: linear-gradient(45deg, transparent 0%, transparent 49%, #fff 49%, #fff 51%, transparent 51%, transparent 100%), linear-gradient(-45deg, transparent 0%, transparent 49%, #fff 49%, #fff 51%, transparent 51%, transparent 100%);
  opacity: 0;
}
.l-header-hamburger__btn.open div::before {
  opacity: 0;
}
.l-header-hamburger__btn.open div::after {
  opacity: 1;
}
.l-header-hamburger-wrapper {
  background: rgba(3, 58, 126, 0.9);
  color: #fff;
  height: 100svh;
  opacity: 0;
  padding: 7.2rem 2.5vw 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    padding-top: 8.2rem;
    width: 50%;
  }
}
.l-header-hamburger-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-wrapper-inner {
    overflow: overlay;
    padding-right: 5px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar {
    opacity: 0.6;
    width: 2px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
.l-header-hamburger-wrapper .l-header-primary-nav {
  display: block;
}
.l-header-hamburger-wrapper .l-header-secondary-nav {
  display: block;
}
.l-header-hamburger-wrapper .l-header-contact {
  display: flex;
}
.l-header-hamburger-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-header-hamburger-nav__item {
  font-size: 7vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav__item {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-nav__item br {
    display: none;
  }
}
.l-header-hamburger-nav--sub {
  align-items: flex-end;
  gap: 1rem;
  margin-top: 3rem;
}
.l-header-hamburger-nav--sub__item {
  font-size: 4.5vw;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav--sub__item {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 743px) {
  .l-header-branding {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-branding {
    padding-left: 2rem;
  }
}
.l-header-branding__logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header-branding__logo a * {
  transition: 0.3s ease;
}
.l-header-branding__logo a:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-header-branding__logo-img {
    width: 10.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo-img {
    width: 21.9rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-branding__logo-img {
    width: 17rem;
  }
}
.l-header-branding__logo-text {
  color: #033a7e;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .l-header-branding__logo-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo-text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-header-branding__logo-text {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 743px) {
  .l-footer-primary {
    border-top: 1px solid #94807A;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary {
    border-top: 1px solid #666666;
    padding-top: 9rem;
    padding-bottom: 4.8rem;
  }
}
.l-footer-primary-wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-wrapper {
    max-width: calc(77.6rem + 32px + 32px) !important;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-primary-branding__logo {
    margin-top: 2rem;
  }
}
.l-footer-primary-branding__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-footer-primary-branding__logo a * {
  transition: 0.3s ease;
}
.l-footer-primary-branding__logo a:hover * {
  opacity: 0.7;
}
@media screen and (min-width: 744px) {
  .l-footer-primary-branding__logo a {
    align-items: center;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-primary-branding__logo-img {
    width: 20.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-branding__logo-img {
    width: 44rem;
    margin-bottom: 4.1rem;
  }
}
.l-footer-primary-branding__logo-text {
  color: #033a7e;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-branding__logo-text {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-branding__logo-text {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
.l-footer-primary-branding__logo-text2 {
  color: #033a7e;
  letter-spacing: 0;
  line-height: 1.45;
  font-family: "poppins", sans-serif;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-branding__logo-text2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-branding__logo-text2 {
    font-size: 1.5rem;
  }
}
.l-footer-primary-btns {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-btns {
    gap: 16px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-btns {
    gap: 24px;
    margin-top: 4.1rem;
  }
}
.l-footer-primary-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease;
}
.l-footer-primary-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-btn {
    height: 5.7rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-btn {
    height: 10.8rem;
  }
}
.l-footer-primary-btn-text1 {
  display: block;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-btn-text1 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-btn-text1 {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
}
.l-footer-primary-btn-text2 {
  display: block;
  letter-spacing: 0.025em;
  line-height: 1;
  font-family: "poppins", sans-serif;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-btn-text2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-btn-text2 {
    font-size: 1.5rem;
  }
}
.l-footer-primary-btn.--contact {
  border: 1px solid #94807a;
  background-color: #fff;
}
.l-footer-primary-btn.--contact .l-footer-primary-btn-text1 {
  color: #040000;
}
.l-footer-primary-btn.--contact .l-footer-primary-btn-text2 {
  color: #686767;
}
.l-footer-primary-btn.--report {
  border: 1px solid #033a7e;
  background-color: #033a7e;
}
.l-footer-primary-btn.--report .l-footer-primary-btn-text1 {
  color: #fff;
  letter-spacing: 0.205em;
}
.l-footer-primary-btn.--report .l-footer-primary-btn-text2 {
  color: #fff;
}
.l-footer-primary-btn.--report::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #db9a1e;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 743px) {
  .l-footer-primary-btn.--report::after {
    width: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-primary-btn.--report::after {
    width: 3rem;
  }
}
.l-footer-secondary {
  background-color: #e9e5e4;
}
@media screen and (max-width: 743px) {
  .l-footer-secondary {
    padding-top: 1rem;
    padding-bottom: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary {
    padding-top: 5.5rem;
    padding-bottom: 4.8rem;
  }
}
.l-footer-secondary-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-wrapper {
    max-width: calc(99rem + 32px + 32px) !important;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-secondary-branding__logo {
    display: none;
  }
}
.l-footer-secondary-branding__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-secondary-branding__logo a * {
  transition: 0.3s ease;
}
.l-footer-secondary-branding__logo a:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .l-footer-secondary-branding__logo a {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-branding__logo a {
    align-items: center;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-branding__logo-img {
    width: 35rem;
    margin-bottom: 2.7rem;
  }
}
.l-footer-secondary-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer-secondary-detail {
  color: #033a7e;
  flex-shrink: 0;
}
.l-footer-secondary-detail .-text1 {
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .l-footer-secondary-detail .-text1 {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-detail .-text1 {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
}
.l-footer-secondary-detail .-text2 {
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .l-footer-secondary-detail .-text2 {
    line-height: 1.5;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-detail .-text2 {
    line-height: 1.2;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.l-footer-secondary-detail .-text3 {
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .l-footer-secondary-detail .-text3 {
    line-height: 1.5;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-detail .-text3 {
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footer-secondary-nav {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-nav {
    max-width: 55rem;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-secondary-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 32px;
  }
}
.l-footer-secondary-item a {
  position: relative;
  color: #231815;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}
.l-footer-secondary-item a:hover {
  opacity: 0.7;
}
.l-footer-secondary-item a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.9rem;
  height: 3px;
  background-color: #033a7e;
}
.l-footer-copy {
  background-color: #033a7e;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  padding: 16px;
  font-family: "poppins", sans-serif;
}
@media screen and (max-width: 743px) {
  .l-footer-copy {
    font-size: 1rem;
    padding: 8px;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-copy {
    font-size: 1.5rem;
    padding: 16px;
  }
}

.l-main {
  overflow: clip;
}

@media screen and (max-width: 743px) {
  .l-wrapper {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 744px) {
  .l-wrapper {
    padding-top: 19.9rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .l-wrapper {
    padding-top: 7rem;
  }
}

@media screen and (max-width: 743px) {
  .l-section {
    padding-top: 5.2rem;
  }
}
@media screen and (min-width: 744px) {
  .l-section {
    padding-top: 12.8rem;
  }
}

@media screen and (max-width: 743px) {
  .l-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 744px) {
  .l-content {
    max-width: calc(125rem + 32px + 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.c-btn-pdf-download {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.c-btn-pdf-download:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .c-btn-pdf-download {
    width: max-content;
    margin-left: auto;
  }
}
.c-btn-pdf-download::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 743px) {
  .c-btn-pdf-download::before {
    width: 2.8rem;
    height: 3.2rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-pdf-download::before {
    width: 3.6rem;
    height: 4.1rem;
    margin-right: 3rem;
  }
}
.c-btn-pdf-download::after {
  content: "";
  display: block;
  background-color: #3e3a39;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 743px) {
  .c-btn-pdf-download::after {
    width: 0.8rem;
    left: 4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-pdf-download::after {
    width: 1.4rem;
    left: 4.6rem;
  }
}
.c-btn-pdf-download-text {
  color: #fff;
  background-color: #033a7e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .c-btn-pdf-download-text {
    width: 12rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-pdf-download-text {
    width: 12.2rem;
    height: 2.8rem;
    font-size: 1.7rem;
  }
}

.c-btn-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  transition: 0.3s ease;
}
.c-btn-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .c-btn-link {
    width: 9rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-link {
    width: 9.5rem;
  }
}
.c-btn-link::before {
  content: "";
  display: block;
  background-color: #3e3a39;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 743px) {
  .c-btn-link::before {
    width: 0.8rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-link::before {
    width: 1.4rem;
  }
}
.c-btn-link-text {
  color: #fff;
  background-color: #033a7e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .c-btn-link-text {
    width: 7rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .c-btn-link-text {
    width: 7.2rem;
    height: 2.8rem;
    font-size: 1.7rem;
  }
}

.c-form {
  margin-top: 3rem;
}
.c-form input:not([name*=tel]):not([name*=zip]):not([type=submit]):not([type=radio]):not([type=checkbox]),
.c-form textarea {
  width: 100%;
}
.c-form input[name*=tel],
.c-form input[name*=zip] {
  width: 5em;
}
.c-form input,
.c-form select,
.c-form textarea {
  font-family: inherit;
  font-size: 1em;
  padding: 3px 5px;
}
.c-form-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-form-content + .c-form-content {
  margin-top: 2rem;
}
.c-form-content dt {
  font-size: 1.125em;
  font-weight: 700;
}
.c-form-privacy {
  align-items: center;
  background: #e7e7e7;
  margin: 3rem auto 0;
  padding: 2rem;
  text-align: center;
  width: min(100%, 500px);
}
.c-form-btn {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
.c-form-btn input {
  background: #D71718;
  border: 1px solid #D71718;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  transition: 0.4s;
}
.c-form-btn input:hover {
  background: #fff;
  color: #D71718;
}
.c-form-btn input[name=submitBack] {
  filter: grayscale(1);
}

.mw_wp_form_confirm .c-form-privacy {
  display: none;
}

.c-heading-01 {
  position: relative;
  display: grid;
}
@media screen and (max-width: 743px) {
  .c-heading-01 {
    grid-template-columns: 1fr max-content;
    column-gap: 16px;
    max-width: 31.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-01 {
    grid-template-columns: max-content max-content;
    column-gap: 4rem;
  }
}
.c-heading-01::after {
  content: "";
  background-image: url(../images/common/icon-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .c-heading-01::after {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-01::after {
    width: 8.2rem;
    height: 8.2rem;
  }
}
.c-heading-01__ja {
  display: block;
  color: #231815;
  line-height: 1;
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .c-heading-01__ja {
    letter-spacing: 0.08em;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-01__ja {
    letter-spacing: 0;
    font-size: clamp(3rem, 2.9710711493vw, 3.8rem);
    margin-bottom: 16px;
  }
}
.c-heading-01__en {
  display: block;
  color: #231815;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .c-heading-01__en {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-01__en {
    font-size: clamp(1.8rem, 1.9546520719vw, 2.5rem);
  }
}
@media screen and (max-width: 743px) {
  .c-heading-01.--icon-pc-only::after {
    display: none;
  }
}
.c-heading-01.--lg .c-heading-01__ja {
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .c-heading-01.--lg .c-heading-01__ja {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-01.--lg .c-heading-01__ja {
    font-size: clamp(3.3rem, 3.4401876466vw, 4.4rem);
    margin-bottom: 0;
  }
}
.c-heading-01.--lg .c-heading-01__en {
  color: #666666;
  font-weight: 300;
}
@media screen and (max-width: 743px) {
  .c-heading-01.--lg .c-heading-01__en {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-01.--lg .c-heading-01__en {
    font-size: clamp(1.1rem, 1.1727912432vw, 1.5rem);
  }
}

.c-heading-fv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .c-heading-fv {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-fv {
    margin-bottom: 48px;
  }
}
.c-heading-fv::before {
  content: "";
  background-image: url(../images/common/icon-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 743px) {
  .c-heading-fv::before {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-fv::before {
    width: 9.3rem;
    height: 9.3rem;
  }
}
.c-heading-fv__ja {
  display: block;
  color: #231815;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 743px) {
  .c-heading-fv__ja {
    font-size: 2rem;
    margin-top: 8px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-fv__ja {
    font-size: 3.6rem;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.c-heading-fv__en {
  display: block;
  color: #666666;
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .c-heading-fv__en {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 744px) {
  .c-heading-fv__en {
    line-height: 1.38;
    font-size: 1.8rem;
  }
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}

.c-breadcrumbs {
  color: #231815;
  letter-spacing: 0;
  font-size: 1.4rem;
  margin-top: 32px;
}
@media screen and (max-width: 743px) {
  .c-breadcrumbs {
    display: none;
  }
}
.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}

.u-red {
  color: #D71718 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

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

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

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

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .u-lg-min-none {
    display: none !important;
  }
}

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

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

.u-d-none {
  display: none !important;
}

.p-top-fv {
  position: relative;
}
.p-top-fv-slider .swiper-slide {
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.p-top-fv-slider .swiper-slide img {
  transition: 8s ease-out;
  transition-delay: 0.3s;
}
.p-top-fv-slider .swiper-slide[data-transform=scaleup].swiper-slide-active img {
  transform: scale(1.03);
}
.p-top-fv-slider .swiper-slide[data-transform=fromLeft] img {
  transform: scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromLeft].swiper-slide-active img {
  transform: translateX(-3%) scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromRight] img {
  transform: scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromRight].swiper-slide-active img {
  transform: translateX(3%) scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromTop] img {
  transform: scale(1.1);
}
.p-top-fv-slider .swiper-slide[data-transform=fromTop].swiper-slide-active img {
  transform: translateY(3%) scale(1.1);
}
.p-top-fv__texts {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  animation-name: fadein;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 743px) {
  .p-top-fv__texts {
    width: max-content;
    top: 2.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__texts {
    width: 100%;
    top: 8.9rem;
    left: 10.7rem;
  }
}
.p-top-fv__text1 {
  letter-spacing: 0;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 300;
  filter: drop-shadow(10px 0 10px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 743px) {
  .p-top-fv__text1 {
    font-size: clamp(1.6rem, 7.4666666667vw, 7rem);
    margin-bottom: clamp(1.2rem, 3.2vw, 3rem);
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__text1 {
    font-size: 9rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-fv__text1 {
    font-size: 7.036747459vw;
  }
}
.p-top-fv__text2 {
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  filter: drop-shadow(10px 0 10px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 743px) {
  .p-top-fv__text2 {
    font-size: clamp(1rem, 2.6666666667vw, 4rem);
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__text2 {
    font-size: clamp(1.6rem, 1.7200938233vw, 2.2rem);
  }
}
.p-top-fv__swiper-pagination {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-fv__swiper-pagination {
    height: 1.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__swiper-pagination {
    height: 2.2rem;
  }
}
.p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  left: auto;
  width: auto;
}
@media screen and (max-width: 743px) {
  .p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets {
    right: 2.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets {
    right: 12.3rem;
  }
}
.p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  outline: none;
  border: 1px solid #a27a51;
  background-color: #fff;
  border-radius: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 743px) {
  .p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.6rem;
    width: 2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1rem;
    width: 4.9rem;
  }
}
.p-top-fv__swiper-pagination .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a27a51;
}
@media screen and (min-width: 744px) {
  .p-top-report__wrapper {
    max-width: 61.4rem;
  }
}
.p-top-report__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-top-report__heading {
    gap: 2.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__heading {
    gap: 6.4rem;
  }
}
.p-top-report__heading-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-top-report__heading-box {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__heading-box {
    gap: 8px;
  }
}
.p-top-report__heading-text1 {
  color: #040000;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-top-report__heading-text1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__heading-text1 {
    font-size: 3.6rem;
  }
}
.p-top-report__heading-text2 {
  color: #686767;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-top-report__heading-text2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__heading-text2 {
    font-size: 1.5rem;
  }
}
.p-top-report__line {
  width: 100%;
  height: 1px;
  background-color: #033a7e;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-report__line {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__line {
    margin-bottom: 2rem;
  }
}
.p-top-report__line::after, .p-top-report__line::before {
  content: "";
  display: block;
  background-color: #033a7e;
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-report__line::after, .p-top-report__line::before {
    height: 3px;
    width: 1.7rem;
    top: -1px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__line::after, .p-top-report__line::before {
    height: 6px;
    width: 3.5rem;
    top: -3px;
  }
}
.p-top-report__line.--left::before {
  left: 0;
}
.p-top-report__line.--left:after {
  display: none;
}
.p-top-report__line.--right::before {
  right: 0;
}
.p-top-report__line.--right:after {
  display: none;
}
.p-top-report__line.--bottom::before {
  left: 0;
}
.p-top-report__line.--bottom::after {
  right: 0;
}
.p-top-report__list {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 32px;
}
.p-top-report__item {
  border-bottom: 1px dotted #231815;
}
@media screen and (max-width: 743px) {
  .p-top-report__item {
    padding: 1rem 1rem 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__item {
    padding: 1.3rem;
  }
}
.p-top-report__item:nth-of-type(1) {
  padding-top: 0;
}
.p-top-report__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.p-top-report__link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .p-top-report__link-pdf {
    width: 1.8rem;
    margin-right: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__link-pdf {
    width: 3.6rem;
    margin-right: 2.9rem;
  }
}
.p-top-report__link-date {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-top-report__link-date {
    min-width: 5.8rem;
    font-size: 1.2rem;
    margin-right: 1.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__link-date {
    min-width: 10rem;
    font-size: 2rem;
    margin-right: 6.3rem;
  }
}
.p-top-report__link-title {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-top-report__link-title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-report__link-title {
    font-size: 2rem;
  }
}
.p-top-report__logo {
  width: 9.3rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 743px) {
  .p-top-report__logo {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__wrapper {
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-about__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 743px) {
  .p-top-about__heading {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__heading {
    padding-left: 12.3rem;
  }
}
.p-top-about__heading::after {
  content: "";
  display: block;
}
@media screen and (max-width: 743px) {
  .p-top-about__heading::after {
    background-image: url(../images/common/icon-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__heading::after {
    background-color: #666666;
    height: 1px;
    width: 100%;
    transform: translateY(-33px);
  }
}
.p-top-about__heading-box {
  flex-shrink: 0;
}
.p-top-about__heading-text1 {
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0;
  color: #231815;
}
@media screen and (max-width: 743px) {
  .p-top-about__heading-text1 {
    font-weight: 600;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__heading-text1 {
    font-weight: 500;
    font-size: 2.6rem;
  }
}
.p-top-about__heading-text2 {
  display: block;
  color: #231815;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-top-about__heading-text2 {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__heading-text2 {
    letter-spacing: 0.02em;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about__detail {
    margin-bottom: 5.2rem;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__detail {
    display: grid;
    gap: 1rem 8.8rem;
    grid-template-columns: 1fr 55%;
    padding-left: 12.3rem;
    margin-bottom: 12.8rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-about__detail {
    display: block;
    max-width: 78.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.p-top-about__detail-text1 {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
@media screen and (max-width: 743px) {
  .p-top-about__detail-text1 {
    color: #231815;
    letter-spacing: 0;
    line-height: 1.65;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__detail-text1 {
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin-bottom: 16px;
  }
}
.p-top-about__detail-text2 {
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 743px) {
  .p-top-about__detail-text2 {
    font-size: 1.6rem;
    margin-bottom: 24px;
    position: relative;
  }
  .p-top-about__detail-text2::after {
    content: "";
    width: 3.2rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1rem;
    left: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__detail-text2 {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
}
.p-top-about__detail-text3 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-top-about__detail-text3 {
    line-height: 1.66;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__detail-text3 {
    line-height: 1.85;
    font-size: 2rem;
    font-weight: 400;
  }
}
.p-top-about__detail-text-box {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  background-color: #033a7e;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-top-about__detail-text-box {
    padding: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__detail-text-box {
    padding: 24px 32px 16px;
  }
}
.p-top-about__detail-text-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-top-about__detail-text-box::before {
    display: none;
  }
}
.p-top-about__detail-image {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-top-about__detail-image {
    margin-top: 48px;
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-about__detail-image {
    margin-top: 48px;
    margin-bottom: 2.3rem;
  }
}
.p-top-about__list {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-about__list {
    background-color: #e9e5e4;
    flex-direction: column;
    gap: 3rem;
    padding-top: 3.1rem;
    padding-bottom: 5.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__list {
    gap: 5.8rem;
    margin-bottom: 5.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item {
    width: calc((100% - 5.8rem - 5.8rem) / 3);
  }
}
.p-top-about__item-link * {
  transition: 0.3s ease;
}
.p-top-about__item-link:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .p-top-about__item-link {
    display: grid;
    grid-template-columns: 27% 1fr;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about__item-image {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item-image {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 32px;
  }
  .p-top-about__item-image img {
    object-fit: cover;
    aspect-ratio: 337/213;
  }
}
.p-top-about__item-title {
  position: relative;
  border-left: 3px solid #d78214;
}
@media screen and (max-width: 743px) {
  .p-top-about__item-title {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    padding-left: 8px;
    align-self: flex-end;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item-title {
    padding-left: 8px;
    margin-bottom: 32px;
  }
}
.p-top-about__item-title-text1 {
  letter-spacing: 0.1em;
  line-height: 1.18;
  display: block;
  color: #231815;
}
@media screen and (max-width: 743px) {
  .p-top-about__item-title-text1 {
    margin-bottom: 8px;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item-title-text1 {
    white-space: nowrap;
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 2.5801407349vw, 3.3rem);
  }
}
.p-top-about__item-title-text2 {
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.66;
  display: block;
}
@media screen and (max-width: 743px) {
  .p-top-about__item-title-text2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item-title-text2 {
    font-size: clamp(1rem, 1.1727912432vw, 1.5rem);
  }
}
.p-top-about__item-text {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 743px) {
  .p-top-about__item-text {
    color: #231815;
    margin-top: 16px;
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item-text {
    font-size: 1.8rem;
    padding: 0 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about__item-download-link {
    margin-top: 16px;
    grid-column: 1/span 2;
    grid-row: 3/span 1;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__item-download-link {
    margin-top: 24px;
  }
}
.p-top-about__bottom {
  background-color: #a3918c;
}
.p-top-about__bottom-list {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-list {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-list {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-top-about__bottom-item {
  background-color: #846f69;
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-item {
    width: calc((100% - 16px - 16px) / 3);
  }
}
.p-top-about__bottom-item-link {
  display: block;
}
.p-top-about__bottom-item-link * {
  transition: 0.3s ease;
}
.p-top-about__bottom-item-link:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-item-link {
    padding: 16px 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-item-link {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-item-link-inner {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 23% 1fr;
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-item-image {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-item-image {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 15rem;
  }
}
.p-top-about__bottom-item-title {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-item-title {
    padding-bottom: 8px;
  }
  .p-top-about__bottom-item-title::after {
    content: "";
    width: 4.3rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-item-title {
    text-align: center;
  }
}
.p-top-about__bottom-item-title-text1 {
  line-height: 1.18;
  display: block;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-item-title-text1 {
    margin-bottom: 8px;
    letter-spacing: 0.025em;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-item-title-text1 {
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: clamp(1.6rem, 2.1892103206vw, 2.8rem);
  }
}
.p-top-about__bottom-item-title-text2 {
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.66;
  display: block;
}
@media screen and (max-width: 743px) {
  .p-top-about__bottom-item-title-text2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-about__bottom-item-title-text2 {
    font-size: clamp(1rem, 1.1727912432vw, 1.5rem);
  }
}
.p-top-rotary__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__heading {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__heading {
    margin-bottom: 88px;
  }
}
.p-top-rotary__heading-text1 {
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0;
  color: #231815;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__heading-text1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__heading-text1 {
    font-size: 3rem;
  }
}
.p-top-rotary__heading-text2 {
  display: block;
  color: #231815;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__heading-text2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__heading-text2 {
    font-size: 6.2rem;
  }
}
.p-top-rotary__about {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__about {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__about {
    gap: 88px;
    margin-bottom: 11.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__about-image {
    width: 42%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-top-rotary__about-text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__about-text {
    margin-top: clamp(3rem, 6.2548866302vw, 8rem);
  }
}
@media screen and (max-width: 743px) {
  .p-top-rotary__about-text .-ja {
    color: #231815;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.65;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__about-text .-ja {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin-bottom: 32px;
  }
}
.p-top-rotary__about-text .-en {
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__about-text .-en {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__about-text .-en {
    font-size: 1.8rem;
    line-height: 1.41;
  }
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test {
    display: grid;
    grid-template-columns: 42% 1fr;
    column-gap: 88px;
    row-gap: 32px;
    margin-bottom: 11.7rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-texts .c-heading-01 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-texts .c-heading-01 {
    margin-bottom: clamp(3rem, 6.2548866302vw, 8rem);
  }
}
.p-top-rotary__test-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-list {
    gap: 16px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-list {
    gap: 16px;
  }
}
.p-top-rotary__test-item-ja {
  line-height: 1.65;
  letter-spacing: 0.08em;
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  color: #231815;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-item-ja {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-item-ja {
    font-size: 2.3rem;
  }
}
.p-top-rotary__test-item-en {
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  display: block;
  color: #666666;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-item-en {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-item-en {
    font-size: 1.5rem;
  }
}
.p-top-rotary__test-links {
  display: flex;
  color: #033a7e;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-links {
    flex-wrap: wrap;
    gap: 16px;
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    gap: 32px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-links-left {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links-left {
    padding-left: 3rem;
  }
}
.p-top-rotary__test-links-left__title {
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-links-left__title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links-left__title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.p-top-rotary__test-links-left__title::before {
  content: "";
  background-color: #033a7e;
  height: 1px;
  width: 1.4rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links-right {
    padding-left: 2rem;
  }
}
.p-top-rotary__test-links-right__title {
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-links-right__title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links-right__title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.p-top-rotary__test-links__link {
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  border: 1px solid #033a7e;
  padding: 5px 0;
  white-space: nowrap;
  line-height: 1.1;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-links__link {
    width: 15rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links__link {
    width: 18rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-links__link + .p-top-rotary__test-links__link {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-links__link + .p-top-rotary__test-links__link {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.p-top-rotary__test-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-btn {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
}
.p-top-rotary__test-btn-link * {
  transition: 0.3s ease;
}
.p-top-rotary__test-btn-link:hover * {
  opacity: 0.7;
}
.p-top-rotary__test-btn-en {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #033a7e;
  filter: drop-shadow(0px 10px 0px #d78214);
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-btn-en {
    font-size: 2.6rem;
    max-width: 64rem;
    min-width: 31rem;
    width: 100%;
    height: 4.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-btn-en {
    font-size: 5.3rem;
    width: 64rem;
    height: 9.4rem;
    margin-bottom: 32px;
  }
}
.p-top-rotary__test-btn-ja {
  display: block;
  margin: 0 auto;
  width: max-content;
}
@media screen and (max-width: 743px) {
  .p-top-rotary__test-btn-ja {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #666666;
  }
}
@media screen and (min-width: 744px) {
  .p-top-rotary__test-btn-ja {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    padding-bottom: 8px;
    border-bottom: 1px solid #666666;
  }
}
.p-top-bg img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .p-top-bg img {
    height: 23.8rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-bg img {
    height: 49.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-top-activities {
    padding-bottom: 5.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-activities {
    padding-bottom: 12.8rem;
    border-bottom: 1px solid #666666;
  }
}
.p-top-activities__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 744px) {
  .p-top-activities__box {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-top-activities__box-image {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-activities__box-image {
    order: 3;
  }
}
@media screen and (min-width: 744px) {
  .p-top-activities__box .c-heading-01 {
    order: 1;
  }
}
@media screen and (max-width: 743px) {
  .p-top-activities__box-text {
    color: #231815;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.65;
  }
}
@media screen and (min-width: 744px) {
  .p-top-activities__box-text {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.85;
    order: 2;
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.p-top-activities__line {
  width: 100%;
  height: 1px;
  background-color: #033a7e;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-top-activities__line {
    margin-top: 24px;
  }
}
.p-top-activities__line::after, .p-top-activities__line::before {
  content: "";
  display: block;
  background-color: #033a7e;
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-top-activities__line::after, .p-top-activities__line::before {
    height: 3px;
    width: 1.7rem;
    top: -1px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-activities__line::after, .p-top-activities__line::before {
    height: 6px;
    width: 3.5rem;
    top: -3px;
  }
}
.p-top-activities__line.--bottom::before {
  left: 0;
}
.p-top-activities__line.--bottom::after {
  right: 0;
}
@media screen and (min-width: 744px) {
  .p-top-service__wrapper {
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-top-service__detail {
    margin-bottom: 5.2rem;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__detail {
    display: grid;
    gap: 8rem;
    grid-template-columns: 1fr 51%;
    padding-left: 12.3rem;
    margin-bottom: 12.8rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-service__detail {
    display: block;
    max-width: 78.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.p-top-service__detail .c-heading-01 {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.p-top-service__detail-text1 {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
@media screen and (max-width: 743px) {
  .p-top-service__detail-text1 {
    color: #231815;
    letter-spacing: 0;
    line-height: 1.65;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__detail-text1 {
    letter-spacing: 0.05em;
    line-height: 1.85;
    font-size: 2rem;
  }
}
.p-top-service__detail-image {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
@media screen and (max-width: 743px) {
  .p-top-service__detail-image {
    margin-top: 48px;
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1279px) {
  .p-top-service__detail-image {
    margin-top: 48px;
    margin-bottom: 2.3rem;
  }
}
.p-top-service__list {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-top-service__list {
    background-color: #e9e5e4;
    flex-direction: column;
    gap: 3rem;
    padding-top: 3.1rem;
    padding-bottom: 5.2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__list {
    gap: 8rem;
    margin-bottom: 9.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item {
    width: calc((100% - 8rem) / 2);
  }
}
.p-top-service__item-link * {
  transition: 0.3s ease;
}
.p-top-service__item-link:hover * {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .p-top-service__item-link {
    display: grid;
    grid-template-columns: 27% 1fr;
  }
}
@media screen and (max-width: 743px) {
  .p-top-service__item-image {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-image {
    margin-bottom: 32px;
  }
  .p-top-service__item-image img {
    object-fit: cover;
    aspect-ratio: 584/299;
  }
}
.p-top-service__item-title {
  position: relative;
  border-left: 3px solid #d78214;
}
@media screen and (max-width: 743px) {
  .p-top-service__item-title {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    padding-left: 8px;
    align-self: flex-end;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-title {
    padding-left: 8px;
    margin-bottom: 32px;
  }
}
.p-top-service__item-title-text1 {
  letter-spacing: 0.1em;
  line-height: 1.18;
  display: block;
  color: #231815;
}
@media screen and (max-width: 743px) {
  .p-top-service__item-title-text1 {
    margin-bottom: 8px;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-title-text1 {
    white-space: nowrap;
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 2.5801407349vw, 3.3rem);
  }
}
.p-top-service__item-title-text2 {
  font-family: "poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.66;
  display: block;
}
@media screen and (max-width: 743px) {
  .p-top-service__item-title-text2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-title-text2 {
    font-size: clamp(1rem, 1.1727912432vw, 1.5rem);
  }
}
.p-top-service__item-text {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 743px) {
  .p-top-service__item-text {
    color: #231815;
    margin-top: 16px;
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-text {
    font-size: 1.8rem;
    padding: 0 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-top-service__item-download-link {
    margin-top: 16px;
    grid-column: 1/span 2;
    grid-row: 3/span 1;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 744px) {
  .p-top-service__item-download-link {
    margin-top: 24px;
  }
}

.p-contact {
  color: #666666;
}
.p-contact input {
  outline: none;
}
@media screen and (max-width: 743px) {
  .p-contact {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 744px) {
  .p-contact {
    font-size: 2rem;
    letter-spacing: 0.011em;
  }
}
.p-contact-common.-member {
  background-color: #ddd6d4;
}
.p-contact-common.-member input[type=email],
.p-contact-common.-member input[type=tel],
.p-contact-common.-member input[type=text] {
  background-color: #ddd6d4;
}
@media screen and (max-width: 743px) {
  .p-contact-common.-new {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common.-new {
    padding-top: 6.4rem;
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 743px) {
  .p-contact-common.-new .p-contact-common__cation {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common.-new .p-contact-common__cation {
    margin-bottom: 32px;
  }
}
.p-contact-common .wpcf7-list-item-label {
  color: #040000;
}
.p-contact-common .wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b5b5b6;
}
@media screen and (max-width: 743px) {
  .p-contact-common .wpcf7-radio {
    gap: 16px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common .wpcf7-radio {
    gap: 48px;
    padding-bottom: 16px;
  }
}
.p-contact-common .wpcf7-radio input[type=radio] {
  accent-color: #b16a10;
}
.p-contact-common input[type=email],
.p-contact-common input[type=tel],
.p-contact-common input[type=text] {
  border: 1px solid #b5b5b6;
  width: 100%;
  color: #040000;
}
@media screen and (max-width: 743px) {
  .p-contact-common input[type=email],
  .p-contact-common input[type=tel],
  .p-contact-common input[type=text] {
    padding: 6px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common input[type=email],
  .p-contact-common input[type=tel],
  .p-contact-common input[type=text] {
    padding: 13px;
    font-size: 2rem;
  }
}
.p-contact-common textarea {
  border: 1px solid #b5b5b6;
  width: 100%;
  color: #040000;
}
@media screen and (max-width: 743px) {
  .p-contact-common textarea {
    padding: 6px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common textarea {
    padding: 13px;
    font-size: 2rem;
  }
}
.p-contact-common__wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 743px) {
  .p-contact-common__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__wrapper {
    padding-top: 32px;
    padding-bottom: 48px;
    max-width: 79.4rem;
  }
}
.p-contact-common__heading {
  display: block;
  letter-spacing: 0.205em;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-contact-common__heading {
    height: 2.8rem;
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__heading {
    height: 5.3rem;
    font-size: 2.8rem;
    margin-top: 8px;
    margin-bottom: 32px;
  }
}
.p-contact-common__heading::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-contact-common__heading::after {
    top: 4px;
    left: 4px;
    width: 0.9rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__heading::after {
    top: 8px;
    left: 8px;
    width: 2rem;
  }
}
.p-contact-common__heading.-member {
  border: 1px solid #c18818;
  background-color: #c18818;
}
.p-contact-common__heading.-member::after {
  background-color: #033a7e;
}
.p-contact-common__heading.-new {
  border: 1px solid #033a7e;
  background-color: #033a7e;
}
.p-contact-common__heading.-new::after {
  background-color: #c18818;
}
@media screen and (max-width: 743px) {
  .p-contact-common__cation {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__cation {
    font-size: 2rem;
  }
}
.p-contact-common__form {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 743px) {
  .p-contact-common__form {
    gap: 2.7rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__form {
    gap: 4.2rem;
  }
}
.p-contact-common__form-title {
  color: #040000;
}
@media screen and (max-width: 743px) {
  .p-contact-common__form-title {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__form-title {
    margin-bottom: 4px;
  }
}
.p-contact-common__form-small {
  color: #666666;
  text-align: right;
  display: block;
}
@media screen and (max-width: 743px) {
  .p-contact-common__form-small {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__form-small {
    font-size: 2rem;
  }
}
.p-contact-common__form-confirm, .p-contact-common__form-submit {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.p-contact-common__form-confirm input, .p-contact-common__form-submit input {
  cursor: pointer;
  transition: 0.3s ease;
  background-color: #c18818;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact-common__form-confirm input:hover, .p-contact-common__form-submit input:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743px) {
  .p-contact-common__form-confirm input, .p-contact-common__form-submit input {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    width: 10rem;
    height: 2.6rem;
    margin-top: 1.3rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__form-confirm input, .p-contact-common__form-submit input {
    font-size: 2rem;
    letter-spacing: 0.1em;
    width: 24rem;
    height: 6.2rem;
  }
}
.p-contact-common__form-confirm.-member input, .p-contact-common__form-submit.-member input {
  background-color: #c18818;
}
.p-contact-common__form-confirm.-new input, .p-contact-common__form-submit.-new input {
  background-color: #033a7e;
}
.p-contact-common__form-confirm::after {
  content: "";
  background-image: url(../images/common/icon-confirm-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
@media screen and (max-width: 743px) {
  .p-contact-common__form-confirm::after {
    top: 1.8rem;
    height: 15px;
    width: 6px;
    right: 10px;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__form-confirm::after {
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 7px;
    right: 65px;
  }
}
.p-contact-common-confirm-item.-message .confirm-your-message {
  display: block;
}
.p-contact-common__confirm .wpcf7-spinner {
  width: 0;
  margin: 0;
}
.p-contact-common__confirm .p-contact-common__form-submit {
  display: flex;
}
@media screen and (max-width: 743px) {
  .p-contact-common__confirm .p-contact-common__form-submit {
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-contact-common__confirm .p-contact-common__form-submit {
    margin-top: 32px;
    gap: 3rem;
  }
}
.p-contact .wpcf7 form.sent .wpcf7-response-output {
  position: fixed;
  bottom: 5rem;
  border-color: #d78214;
  background-color: #fff;
  z-index: 1000;
}
.p-contact .wpcf7 form.invalid .wpcf7-response-output {
  position: fixed;
  bottom: 5rem;
  border-color: #D71718;
  background-color: #fff;
  z-index: 1000;
}

.p-single {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.p-single > * + * {
  margin-top: var(--wp--style--block-gap, 1.5rem);
}
.p-single h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.p-single h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.p-single a:not([class]) {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
.p-single ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-single ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.p-single strong {
  font-weight: 700;
}