@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap");
body {
  background: #EDECE6;
  color: #222222;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

html, body {
  height: 100%;
}

body {
  letter-spacing: 0.1em;
}

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

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

.container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 500px;
    padding: 0 1.5rem;
  }
}

header {
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
}
header .container .logo {
  width: 150px;
  height: auto;
  padding: 24px 0;
}
header .container nav {
  width: calc(90% - 150px);
  padding: 0 0 0 10%;
}
header .container nav ul {
  width: 100%;
  display: flex;
}
header .container nav li {
  width: 100%;
  list-style: none;
}

main article {
  width: 100%;
}
main section {
  width: 100%;
  margin: 0 auto;
  padding: 7.2rem 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 4rem 0;
  }
}
main section .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5%;
}
@media screen and (max-width: 767px) {
  main section .wrapper {
    flex-direction: column;
  }
}
main section .wrapper .card {
  width: 33%;
}
@media screen and (max-width: 767px) {
  main section .wrapper .card {
    width: 100%;
  }
}

.card-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.card-wrapper .card {
  width: 31%;
  margin: 0 1% 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
}

h1 {
  font-size: 3.2rem;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  font-feature-settings: "palt";
}

h2 {
  font-feature-settings: "palt";
  font-size: 2.5rem;
  padding: 0 0 6rem 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}
h2 span {
  font-size: 2rem;
  font-family: "Crimson Text", serif;
  color: #053268;
  display: block;
  margin-bottom: 1rem;
}
h2 strong {
  color: #053268;
}

h3 {
  font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 500;
}
h3 span {
  font-weight: 700;
}

h4 {
  font-feature-settings: "palt";
  font-size: 2rem;
  margin: 0 0 2rem 0;
}

h5 {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  margin: 0 0 1.8rem 0;
}

h6 {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}

a {
  text-decoration: none;
}

header nav ul li {
  font-size: 1.4rem;
}

button, input[type=submit] {
  text-align: center;
  border: none;
}

ul li {
  list-style: initial;
  list-style-position: inside;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

/*アニメーション*/
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.line-animate {
  position: relative;
  --line-scale: 0;
  --duration: 0.3;
}
.line-animate.slow {
  --duration: 0.6;
}
.line-animate::before {
  transform-origin: top;
  transform: scaleY(var(--line-scale));
}

.follow_btn {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .follow_btn {
    bottom: 0;
    right: unset;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .follow_btn.show {
    opacity: 1;
    transform: translateY(0);
  }
}
.follow_btn button {
  color: #fdfdfd;
  background: #AB6200;
  font-weight: 700;
  width: 16.7rem;
  height: 16.7rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding: 0;
  gap: 1.2rem;
  text-align: center;
  transition: transform 0.3s ease;
}
.follow_btn button:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .follow_btn button {
    width: 100%;
    height: auto;
    flex-direction: row;
    border-radius: 0;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .follow_btn button::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/icon_arrow_s.svg") no-repeat center/contain;
  }
}
.follow_btn button img {
  width: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .follow_btn button img {
    width: 3.3rem;
  }
}

.contact-section {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .contact-section {
    padding-top: 10rem;
  }
}
.contact-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-section .container > p {
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact-section .container > p {
    text-align: left;
  }
}
.contact-section .container h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 4rem 0;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .contact-section .container h1 {
    font-size: 2.2rem;
  }
}
.contact-section .container h1 span {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-section .container h1 span {
    font-size: 2.2rem;
  }
}
.contact-section .container h1 strong {
  color: #053268;
}
.contact-section .container .contact-form {
  background: #fff;
  padding: 4rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .contact-section .container .contact-form {
    padding: 4rem 2rem;
  }
}
.contact-section .container .form-group {
  margin-bottom: 25px;
}
.contact-section .container .form-group .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
.contact-section .container .form-group .form-label span.required {
  background: #053268;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 8px;
}
.contact-section .container .form-group .form-label span.optional {
  background: #999;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 8px;
}
.contact-section .container .form-group .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s;
}
.contact-section .container .form-group .form-control:focus {
  border-color: #053268;
  outline: none;
}
.contact-section .container .btn button:before {
  display: none;
}
.contact-section .container .btn button:after {
  transition: transform 0.3s ease;
}
.contact-section .container .btn button:hover::after {
  transform: translateX(5px);
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.radio-label,
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-label input,
.checkbox-label input {
  margin-right: 8px;
}

.hidden {
  display: none;
}

/* Privacy Check */
.privacy-box {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  max-height: 150px;
  overflow-y: auto;
}
.privacy-box h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-box li {
  margin-bottom: 2rem;
  list-style: unset;
}
.privacy-box li h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.privacy-box li h4 {
  font-size: 1.4rem;
  margin: 1rem 0;
}

.btn {
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .btn {
    padding-top: 2.7rem;
  }
}
.btn button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.7rem;
  border-radius: 3rem;
  gap: 1rem;
  background: #AB6200;
  color: #fdfdfd;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
}
.btn button::after {
  content: url(../img/icon_arrow.svg);
  display: block;
}

.thanks-box {
  background: #fff;
  padding: 8rem 4rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-box {
    padding: 4rem 2rem;
  }
}
.thanks-box p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
  text-align: left;
  display: inline-block;
}
.thanks-box .btn-wrapper {
  margin-top: 30px;
}
.thanks-box .btn-wrapper .button:after {
  transition: transform 0.3s ease;
}
.thanks-box .btn-wrapper .button:hover::after {
  transform: translateX(5px);
}

* {
  box-sizing: border-box;
}

header {
  position: absolute;
  z-index: 10;
  padding: 1.2rem 0;
  background: #EDECE6;
  top: 0;
  border-bottom: 1.2rem solid #053268;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1rem 0;
    z-index: 100;
  }
}
header .logo {
  margin: 0 auto;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 20rem;
  }
}

section.fv {
  position: relative;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
section.fv .fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
section.fv .fv__bg-track {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  will-change: transform;
  width: 100%;
}
section.fv .fv__bg-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  scale: 1.04;
}
@media screen and (max-width: 699px) {
  section.fv .fv__bg-img {
    scale: 1;
  }
}
section.fv .wrapper {
  display: block;
  text-align: center;
  background: #fdfdfd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 3rem;
  z-index: 10;
  width: fit-content;
  height: fit-content;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper {
    width: 100%;
    transform: translateY(-11vh);
    padding: 2rem 1rem;
  }
}
section.fv .wrapper p {
  font-feature-settings: "palt";
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p {
    padding-bottom: 0.4rem;
    font-weight: 500;
  }
}
section.fv .wrapper p:first-of-type {
  display: inline-block;
  font-size: 1.8rem;
  color: #666666;
  border-bottom: 1.5px solid #053268;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:first-of-type {
    font-size: 1.6rem;
    padding-bottom: 1.4rem;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
section.fv .wrapper p:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(2) {
    font-size: 1.6rem;
    padding-top: 1.4rem;
  }
}
section.fv .wrapper p:nth-of-type(2) strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(2) strong {
    font-size: 2rem;
  }
}
section.fv .wrapper p:nth-of-type(2) span {
  color: #C67100;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(2) span {
    font-size: 1.8rem;
  }
}
section.fv .wrapper p:nth-of-type(2) span strong {
  font-size: 5rem;
  font-family: "Crimson Text", serif;
  padding: 0 0.5rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(2) span strong {
    font-size: 2.7rem;
  }
}
section.fv .wrapper p:nth-of-type(3) {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #000651;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(3) {
    font-size: 2rem;
  }
}
section.fv .wrapper p:nth-of-type(3) strong {
  font-size: 3.8rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(3) strong {
    font-size: 2.4rem;
  }
}
section.fv .wrapper p:nth-of-type(3) span {
  color: #fdfdfd;
  background: url("../img/bg_text.svg") no-repeat top right/cover;
  font-size: 3.8rem;
  padding: 0 0.7rem;
  font-weight: 600;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(3) span {
    font-size: 2.4rem;
  }
}
section.fv .wrapper p:nth-of-type(4) {
  font-size: 2.4rem;
  color: #C69553;
  line-height: 1.4;
  padding-bottom: 0;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(4) {
    font-size: 1.5rem;
  }
}
section.fv .wrapper p:nth-of-type(4) strong {
  font-size: 2.7rem;
  font-weight: 600;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper p:nth-of-type(4) strong {
    font-size: 2rem;
  }
}
section.fv .wrapper .btn {
  margin: 0 auto;
  padding-top: 4.5rem;
}
@media screen and (max-width: 699px) {
  section.fv .wrapper .btn {
    padding-top: 2.7rem;
  }
}
section.fv .wrapper .btn button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.7rem;
  border-radius: 3rem;
  gap: 1rem;
  background: #AB6200;
  color: #fdfdfd;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
}
section.fv .wrapper .btn button::after {
  content: url(../img/icon_arrow.svg);
  display: block;
  transition: transform 0.3s ease;
}
section.fv .wrapper .btn button:hover::after {
  transform: translateX(5px);
}
@media screen and (max-width: 699px) {
  section.fv {
    margin-top: 4rem;
  }
}

section.intro {
  border-top: 1.2rem solid #053268;
  border-bottom: 1.2rem solid #053268;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  section.intro {
    margin-bottom: 5.7rem;
  }
}
section.intro .container {
  max-width: 634px;
}
@media screen and (max-width: 767px) {
  section.intro .container {
    max-width: 95%;
  }
}
section.intro .container .wrapper {
  flex-direction: column;
  gap: 6rem;
}
section.intro .container .wrapper h2 {
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.intro .container .wrapper h2 {
    font-size: 2rem;
  }
}
section.intro .container .wrapper h2 strong {
  color: #AB6200;
}
section.intro .container .wrapper p {
  font-weight: 500;
  font-size: 1.6rem;
}
section.intro .container .wrapper p strong {
  font-weight: 700;
  font-size: 1.8rem;
  color: #053268;
}

section.cta {
  background: #053268;
  color: #fdfdfd;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 7px;
  position: relative;
}
section.cta::before {
  content: "";
  mix-blend-mode: overlay;
  width: 40%;
  height: 100%;
  background: url("../img/bg-cta.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.cta::before {
    background-position: center top;
    height: 50%;
    width: 80%;
    bottom: unset;
  }
}
section.cta::after {
  content: "";
  mix-blend-mode: overlay;
  width: 40%;
  height: 100%;
  background: url("../img/bg-cta.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  section.cta::after {
    display: none;
  }
}
section.cta .container {
  position: relative;
  z-index: 5;
}
section.cta .container h2 {
  padding: 0;
  margin: 0;
}
section.cta .container h2 span {
  color: #C6AB87;
}
section.cta .container h2 strong {
  color: #C6AB87;
}
section.cta .container .wrapper {
  display: flex;
  justify-content: center;
  gap: 10%;
  padding: 5.2rem 0;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper {
    flex-direction: column;
    gap: 4.7rem;
  }
}
section.cta .container .wrapper .card {
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cta .container .wrapper .card h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper .card h3 {
    font-size: 1.8rem;
  }
}
section.cta .container .wrapper .card .button a {
  background: #AB6200;
  border-radius: 14px;
  padding: 2rem 3rem;
  line-height: 1;
  margin: 2.7rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper .card .button a {
    margin: 1rem 0;
    max-width: 31.6rem;
  }
}
section.cta .container .wrapper .card .button a::after {
  content: url("../img/icon_arrow.svg");
  display: block;
  transition: transform 0.3s ease;
}
section.cta .container .wrapper .card .button a:hover::after {
  transform: translateX(5px);
}
section.cta .container .wrapper .card p {
  font-size: 1.4rem;
  font-weight: 700;
}
section.cta .container .wrapper .card p:nth-of-type(1) {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section.cta .container .wrapper .card p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
section.cta .container .wrapper .card:first-of-type p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.cta .container .wrapper .card:first-of-type p:first-of-type::before {
  content: url("../img/icon_clock.svg");
}
section.cta .container .wrapper .card:first-of-type .button a::before {
  content: "";
  background: url("../img/icon_mail.svg") no-repeat center/contain;
  height: 3.4rem;
  aspect-ratio: 1/1;
}
section.cta .container .wrapper .card:last-of-type p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.cta .container .wrapper .card:last-of-type p:first-of-type::before {
  content: url("../img/icon_tel_small.svg");
}
section.cta .container .wrapper .card:last-of-type .button a::before {
  content: "";
  background: url("../img/icon_tel.svg") no-repeat center/contain;
  height: 3.4rem;
  aspect-ratio: 1/1;
}
section.cta .container > p {
  font-size: 1.4rem;
  line-height: 1.6;
}

section.problems {
  background: linear-gradient(180deg, #EDECE6 0%, #C8D8DF 51.92%);
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.problems {
    padding-bottom: 10rem;
  }
}
section.problems .wrapper:first-of-type {
  padding-bottom: 10%;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type {
    gap: 5.8rem;
  }
}
section.problems .wrapper:first-of-type .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type .card {
    width: 100%;
  }
}
section.problems .wrapper:first-of-type .card h2 {
  text-align: left;
  line-height: 2.56;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 3.2rem;
}
section.problems .wrapper:first-of-type .card .thumb {
  max-width: 105px;
}
section.problems .wrapper:first-of-type ul {
  width: 60%;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul {
    width: 100%;
  }
}
section.problems .wrapper:first-of-type ul li {
  list-style: none;
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li {
    margin-bottom: 2.4rem;
  }
}
section.problems .wrapper:first-of-type ul li::before {
  content: "";
  background: url("../img/icon_check.svg") center/contain no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.problems .wrapper:first-of-type ul li span {
  background: #fdfdfd;
  color: #053268;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
}
section.problems .wrapper:first-of-type ul li:nth-of-type(1) {
  transition-duration: 1s;
}
section.problems .wrapper:first-of-type ul li:nth-of-type(2) {
  transition-duration: 1.3s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(2) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(3) {
  transition-duration: 1.6s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(3) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(4) {
  transition-duration: 1.9s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(4) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(5) {
  transition-duration: 2.2s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(5) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(6) {
  transition-duration: 2.5s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(6) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(7) {
  transition-duration: 2.8s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(7) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(8) {
  transition-duration: 3.1s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(8) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:first-of-type ul li:nth-of-type(9) {
  transition-duration: 3.4s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:first-of-type ul li:nth-of-type(9) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:nth-of-type(2) {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:nth-of-type(2) {
    gap: 3.2rem;
  }
}
section.problems .wrapper:nth-of-type(2) .card {
  text-align: center;
}
section.problems .wrapper:nth-of-type(2) .card:nth-of-type(1) {
  transition-duration: 1s;
}
section.problems .wrapper:nth-of-type(2) .card:nth-of-type(2) {
  transition-duration: 1.5s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:nth-of-type(2) .card:nth-of-type(2) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:nth-of-type(2) .card:nth-of-type(3) {
  transition-duration: 2s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:nth-of-type(2) .card:nth-of-type(3) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:nth-of-type(2) .card:nth-of-type(4) {
  transition-duration: 2.5s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:nth-of-type(2) .card:nth-of-type(4) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:nth-of-type(2) .card:nth-of-type(5) {
  transition-duration: 3s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper:nth-of-type(2) .card:nth-of-type(5) {
    transition-duration: 1s;
  }
}
section.problems .wrapper:nth-of-type(2) .card .thumb {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
section.problems .wrapper:nth-of-type(2) .card .thumb img {
  max-width: 11rem;
  background: #fdfdfd;
  border-radius: 50%;
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.problems .wrapper:nth-of-type(2) .card .description {
  font-weight: 700;
}
section.problems .wrapper:nth-of-type(2) .card .description span {
  background: #053268;
  color: #fdfdfd;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  margin: 0 0.4rem;
}
section.problems h3 {
  text-align: center;
  padding-bottom: 5.4rem;
  font-size: 2.2rem;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.problems h3 {
    padding: 10rem 0 4rem 0;
  }
}
section.problems h3 span {
  color: #053268;
}
section.problems h3::before {
  content: "";
  position: absolute;
  background: url("../img/icon_arrow_dot.svg") no-repeat center/contain;
  height: 3.8rem;
  width: 1rem;
  top: -7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.problems h3::before {
    top: 0;
  }
}

section.solve {
  padding-top: 14rem;
  position: relative;
  z-index: 5;
}
section.solve::before {
  content: "";
  background: url("../img/bg_arche.svg") no-repeat bottom/contain;
  width: 100%;
  height: 20rem;
  position: absolute;
  top: -20rem;
}
@media screen and (max-width: 767px) {
  section.solve::before {
    height: 13rem;
    top: -13rem;
  }
}
@media screen and (min-width: 1200px) {
  section.solve::before {
    background-size: cover;
    background-position: top center;
    height: 50rem;
    top: -50rem;
  }
}
section.solve .wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}
section.solve .wrapper:first-of-type {
  gap: 5.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:first-of-type {
    gap: 0;
  }
}
section.solve .wrapper:first-of-type h2 {
  line-height: 2;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:first-of-type h2 {
    font-size: 2rem;
  }
}
section.solve .wrapper:first-of-type h2 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  display: inline;
  background: linear-gradient(180deg, #0957B5 0%, #04264F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:first-of-type h2 span {
    font-size: 2rem;
  }
}
section.solve .wrapper:first-of-type::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 8rem;
  background: #222222;
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.solve .wrapper:last-of-type {
  flex-wrap: unset;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type {
    max-width: 25rem;
    margin: 0 auto;
  }
}
section.solve .wrapper:last-of-type .card {
  width: 14%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type .card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
section.solve .wrapper:last-of-type .card:nth-of-type(1) {
  transition-duration: 1s;
}
section.solve .wrapper:last-of-type .card:nth-of-type(2) {
  transition-duration: 1.5s;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type .card:nth-of-type(2) {
    transition-duration: 1s;
  }
}
section.solve .wrapper:last-of-type .card:nth-of-type(3) {
  transition-duration: 2s;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type .card:nth-of-type(3) {
    transition-duration: 1s;
  }
}
section.solve .wrapper:last-of-type .card:nth-of-type(4) {
  transition-duration: 2.5s;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type .card:nth-of-type(4) {
    transition-duration: 1s;
  }
}
section.solve .wrapper:last-of-type .card:nth-of-type(5) {
  transition-duration: 3s;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type .card:nth-of-type(5) {
    transition-duration: 1s;
  }
}
section.solve .wrapper:last-of-type .card .thumb {
  margin-bottom: 1.8rem;
}
section.solve .wrapper:last-of-type .card .thumb img {
  background: linear-gradient(180deg, #0957B5 0%, #04264F 100%);
  box-shadow: 10px 10px 47.9px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type .card .thumb img {
    max-width: 10rem;
  }
}
section.solve .wrapper:last-of-type .card .description {
  font-size: 1.8rem;
  font-weight: 500;
}
section.solve .wrapper:last-of-type::before {
  transition-duration: 6s;
  content: "";
  position: absolute;
  width: 85%;
  height: 0.2rem;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-image: linear-gradient(to right, #222222, #222222 4px, transparent 4px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  section.solve .wrapper:last-of-type::before {
    width: 0.2rem;
    height: 90%;
    top: 0;
    bottom: 0;
    left: 20%;
    margin: unset;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, #222222, #222222 4px, transparent 4px, transparent 8px);
    background-size: 2px 8px;
    background-repeat: repeat-y;
  }
}

section.service {
  background: url(../img/bg_circle.svg) no-repeat bottom/contain;
}
@media screen and (max-width: 767px) {
  section.service {
    background-size: cover;
    background-position: center center;
  }
}
section.service h2 span, section.service h2 strong {
  color: #AB6200;
}
section.service .wrapper {
  justify-content: center;
  gap: 8.7rem 5%;
}
@media screen and (max-width: 767px) {
  section.service .wrapper {
    gap: 4rem;
  }
}
section.service .wrapper .card {
  width: 30%;
  background: #fdfdfd;
  padding: 2.1rem 3.2rem;
  border-radius: 0.7rem;
}
@media screen and (max-width: 767px) {
  section.service .wrapper .card {
    width: 100%;
  }
}
section.service .wrapper .card:nth-of-type(1) {
  transition-duration: 1s;
}
section.service .wrapper .card:nth-of-type(2) {
  transition-duration: 1.5s;
}
@media screen and (max-width: 767px) {
  section.service .wrapper .card:nth-of-type(2) {
    transition-duration: 1s;
  }
}
section.service .wrapper .card:nth-of-type(3) {
  transition-duration: 2s;
}
@media screen and (max-width: 767px) {
  section.service .wrapper .card:nth-of-type(3) {
    transition-duration: 1s;
  }
}
section.service .wrapper .card:nth-of-type(4) {
  transition-duration: 2.5s;
}
@media screen and (max-width: 767px) {
  section.service .wrapper .card:nth-of-type(4) {
    transition-duration: 1s;
  }
}
section.service .wrapper .card:nth-of-type(5) {
  transition-duration: 3s;
}
@media screen and (max-width: 767px) {
  section.service .wrapper .card:nth-of-type(5) {
    transition-duration: 1s;
  }
}
section.service .wrapper .card h3 {
  text-align: center;
  color: #053268;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
  line-height: 1.45;
  min-height: 11.4rem;
}
section.service .wrapper .card h3 span {
  display: inline-block;
  text-align: center;
  color: #AB6200;
  border-bottom: 1px #AB6200 solid;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 2.3rem;
}
section.service .wrapper .card .thumb {
  margin-bottom: 2.3rem;
}
section.service .wrapper .card .thumb img {
  aspect-ratio: 1.618/1;
  object-fit: cover;
}
section.service .wrapper .card .description {
  font-size: 1.4rem;
  line-height: 1.45;
}

section.about .wrapper {
  max-width: 672px;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.about .wrapper {
    max-width: 302px;
    gap: 3.2rem;
  }
}
section.about .wrapper .card {
  text-align: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  section.about .wrapper .card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.2rem;
    text-align: unset;
  }
}
section.about .wrapper .card .description {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 3.2rem;
}
section.about .wrapper .card .description strong {
  font-weight: 700;
  background: linear-gradient(180deg, #0957B5 0%, #04264F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.about .wrapper .card .description span {
  font-size: 3.2rem;
  background: linear-gradient(180deg, #0957B5 0%, #04264F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.about .wrapper .card .thumb {
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.about .wrapper .card .thumb {
    margin: unset;
  }
}

section.reins h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.reins h2 {
    font-size: 2rem;
  }
}
section.reins h2 strong {
  font-weight: 500;
  background: linear-gradient(180deg, #0957B5 0%, #04264F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.reins p {
  text-align: center;
}
section.reins .loop-slider {
  padding: 4.2rem 0;
  overflow: hidden;
  width: 100vw;
}
section.reins .loop-slider__inner {
  display: flex;
  width: max-content;
  animation: loop-slide 40s linear infinite;
}
@media screen and (max-width: 767px) {
  section.reins .loop-slider__inner {
    animation: loop-slide 50s linear infinite;
  }
}
section.reins .loop-slider__item {
  flex: 0 0 25vw;
  aspect-ratio: 1.618/1;
}
@media screen and (max-width: 767px) {
  section.reins .loop-slider__item {
    flex: 0 0 66.6666666667vw;
  }
}
section.reins .loop-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

section.loan strong {
  background: linear-gradient(180deg, #0957B5 0%, #04264F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
section.loan span {
  border-bottom: 3px solid #053268;
}
section.loan .inner {
  text-align: center;
}
section.loan .inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
  padding: 4.6rem;
}
section.loan .inner h2 strong {
  font-weight: 600;
}
section.loan .inner .card {
  position: relative;
  padding: 9rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.loan .inner .card {
    padding-bottom: 0;
  }
}
section.loan .inner .card .thumb {
  position: absolute;
  max-width: 8.2rem;
  object-fit: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -12rem;
}
@media screen and (max-width: 767px) {
  section.loan .inner .card .thumb {
    position: unset;
    padding: 4.8rem 0;
  }
}
section.loan .inner .card p {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
}
section.loan .inner .card::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 4.3rem;
  background: #053268;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.loan .inner > p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  section.loan .inner > p {
    text-align: left;
    font-size: 1.8rem;
    padding-bottom: 4rem;
  }
}
section.loan .inner > p strong {
  font-weight: 600;
}
section.loan .wrapper {
  justify-content: space-between;
  gap: 4.8rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
section.loan .wrapper .description {
  width: 55%;
}
@media screen and (max-width: 767px) {
  section.loan .wrapper .description {
    width: 100%;
  }
}
section.loan .wrapper .description p {
  line-height: 2.3;
  padding-bottom: 4rem;
}
section.loan .wrapper .description p:last-of-type {
  padding-bottom: 0;
}
section.loan .wrapper .thumb {
  width: 39%;
}
@media screen and (max-width: 767px) {
  section.loan .wrapper .thumb {
    width: 100%;
  }
}

section.voice {
  background: #C6AB87;
}
section.voice h2 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.voice h2 {
    padding-bottom: 2rem;
  }
}
section.voice .mySwiper {
  width: 100%;
  padding: 12rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper.swiper-3d {
    perspective: unset;
  }
}
section.voice .mySwiper .swiper-wrapper {
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-wrapper {
    padding-bottom: 4rem;
  }
}
section.voice .mySwiper .swiper-wrapper .card {
  width: 724px;
  filter: blur(5.75px);
  transition: transform 0.5s;
  background: #fdfdfd;
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  display: flex;
  padding: 4rem 4.8rem;
  margin-top: -25rem;
  gap: 3rem;
  min-height: 40rem;
}
@media screen and (max-width: 999px) {
  section.voice .mySwiper .swiper-wrapper .card {
    width: 72%;
    min-height: 52rem;
  }
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-wrapper .card {
    max-width: 500px;
    width: 90%;
    flex-direction: column;
    position: relative;
    filter: unset;
    transform: none;
    margin: 0 auto;
    justify-content: center;
    padding: 4rem 2rem;
  }
}
section.voice .mySwiper .swiper-wrapper .card .thumb {
  width: 24%;
  padding-top: 5.3rem;
  margin-top: 1.4rem;
  border-top: solid 1px #C6AB87;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-wrapper .card .thumb {
    padding: 0 0 4rem 0;
    margin: 0;
    width: 100%;
    border-top: unset;
    border-bottom: solid 1px #C6AB87;
  }
}
section.voice .mySwiper .swiper-wrapper .card .thumb img {
  max-width: 130px;
}
section.voice .mySwiper .swiper-wrapper .card .description {
  width: 100%;
}
section.voice .mySwiper .swiper-wrapper .card .description h3 {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #053268;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-wrapper .card .description h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.voice .mySwiper .swiper-wrapper .card .description h3 span {
  font-weight: 600;
  color: #C6AB87;
  font-family: "Crimson Text", sans-serif;
  padding-right: 1.2rem;
}
section.voice .mySwiper .swiper-wrapper .card .description p {
  font-size: 1.5rem;
  line-height: 1.6;
}
section.voice .mySwiper .swiper-wrapper .swiper-slide-active {
  filter: none;
  margin-top: 0;
}
section.voice .mySwiper .swiper-button-prev,
section.voice .mySwiper .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #053268;
  border-radius: 50%;
  color: #fdfdfd;
  font-size: 27px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 11%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-button-prev,
  section.voice .mySwiper .swiper-button-next {
    width: 2.6rem;
    height: 2.6rem;
  }
}
section.voice .mySwiper .swiper-button-prev::after,
section.voice .mySwiper .swiper-button-next::after {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-button-prev::after,
  section.voice .mySwiper .swiper-button-next::after {
    font-size: 1.5rem;
  }
}
section.voice .mySwiper .swiper-button-prev {
  left: calc(45% - 380px);
}
@media screen and (max-width: 999px) {
  section.voice .mySwiper .swiper-button-prev {
    left: calc(52% - 380px);
  }
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-button-prev {
    left: 2%;
  }
}
section.voice .mySwiper .swiper-button-next {
  right: calc(45% - 380px);
}
@media screen and (max-width: 999px) {
  section.voice .mySwiper .swiper-button-next {
    right: calc(52% - 380px);
  }
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-button-next {
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  section.voice .mySwiper .swiper-pagination {
    bottom: 0;
  }
}
section.voice .mySwiper .swiper-button-prev::after {
  content: "←";
}
section.voice .mySwiper .swiper-button-next::after {
  content: "→";
}
section.voice .mySwiper .swiper-pagination-bullet-active {
  background: #d9d9d9;
}
section.voice .mySwiper .swiper-pagination-bullet-active {
  background: #fdfdfd;
}

section.faq details summary {
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.faq details summary {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 3rem;
  }
}
section.faq details summary .q-icon {
  flex-shrink: 0;
  width: 2.3rem;
  object-fit: contain;
}
section.faq details summary::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #AB6200;
  transition: transform 0.3s ease;
}
section.faq details summary::before {
  content: "";
  position: absolute;
  right: 9.5px;
  width: 1px;
  height: 20px;
  background-color: #AB6200;
  transition: transform 0.3s ease;
}
section.faq details summary::-webkit-details-marker {
  display: none;
}
section.faq details[open] summary::before {
  transform: rotate(90deg) scale(0);
}
section.faq details p {
  font-size: 1.4rem;
  display: flex;
  gap: 1.6rem;
  padding-bottom: 4rem;
  line-height: 1.5;
}
section.faq details p::before {
  content: url("../img/a.svg");
  padding-top: 0.4rem;
}

section.company table {
  font-size: 1.4rem;
}
section.company table th {
  border-bottom: 1px solid #AB6200;
  width: 7rem;
  padding: 2rem 0 1rem 0.4rem;
}
section.company table td {
  border-bottom: 1px solid #fdfdfd;
  padding: 2rem 0 1rem 1rem;
}
section.company table tr {
  line-height: 1.3em;
}
section.company table tr:first-of-type th, section.company table tr:first-of-type td {
  padding-top: 0;
}

section.access p {
  padding-bottom: 3.2rem;
  font-size: 1.4rem;
}
section.access iframe {
  height: 296px;
}

footer {
  padding: 5.2rem 0;
  background: #053268;
  color: #fdfdfd;
}
footer .container .wrapper {
  display: flex;
  justify-content: center;
  gap: 10%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  footer .container .wrapper {
    flex-direction: column;
    gap: 4.7rem;
  }
}
footer .container .wrapper .card {
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .wrapper .card h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  footer .container .wrapper .card h3 {
    font-size: 1.8rem;
  }
}
footer .container .wrapper .card .button a {
  color: #AB6200;
  background: #E9D9C5;
  border-radius: 14px;
  padding: 2rem 5rem;
  line-height: 1;
  margin: 2.7rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  footer .container .wrapper .card .button a {
    margin: 1rem 0;
  }
}
footer .container .wrapper .card .button a::after {
  content: url("../img/icon_arrow_gold.svg");
  display: block;
  transition: transform 0.3s ease;
}
footer .container .wrapper .card .button a:hover::after {
  transform: translateX(5px);
}
footer .container .wrapper .card p {
  font-size: 1.4rem;
  font-weight: 700;
}
footer .container .wrapper .card p:nth-of-type(1) {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  footer .container .wrapper .card p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
footer .container .wrapper .card:first-of-type p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
footer .container .wrapper .card:first-of-type p:first-of-type::before {
  content: url("../img/icon_clock.svg");
}
footer .container .wrapper .card:first-of-type .button a::before {
  content: url("../img/icon_mail_gold.svg");
}
footer .container .wrapper .card:last-of-type p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
footer .container .wrapper .card:last-of-type p:first-of-type::before {
  content: url("../img/icon_tel_small.svg");
}
footer .container .wrapper .card:last-of-type .button a::before {
  content: url("../img/icon_tel_gold.svg");
}
footer .container address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .container address {
    align-items: unset;
  }
}
footer .container address p {
  font-size: 1.4rem;
  font-weight: 500;
}
footer .container address p:first-child {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .container address p:first-child {
    font-size: 1.8rem;
  }
}
footer .container address p a {
  padding-right: 1rem;
}

/*# sourceMappingURL=style.css.map */
