/*! destyle.css v4.0.1 | 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;
  min-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] {
  -webkit-text-decoration: underline dotted;
          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; 
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; 
} */
/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #035AA6;
  position: fixed;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .load-logos {
  position: relative;
  width: 30vw;
  max-width: 160px;
  aspect-ratio: 1/1;
  top: -5vh;
}
#loading .load-logo-1,
#loading .load-logo-2,
#loading .load-logo-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  aspect-ratio: 1/1;
  max-width: 160px;
  opacity: 0;
}

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

span.nowrap {
  white-space: nowrap;
}

h1 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
h1 span {
  font-size: clamp(14px, 3vw, 16px);
}

.h2-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #41C0F2;
  margin-bottom: clamp(20px, 5vw, 50px);
  width: -moz-fit-content;
  width: fit-content;
}
.h2-wrap .sub {
  font-size: clamp(12px, 3vw, 20px);
  letter-spacing: 0.06em;
  line-height: 24px;
  font-family: "Platypi", serif;
}
.h2-wrap h2 {
  font-size: clamp(20px, 5vw, 40px);
  line-height: 160%;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #023373;
}
@media screen and (max-width: 767px) {
  .h2-wrap {
    gap: 0;
  }
}

h3 {
  font-size: clamp(16px, 3vw, 24px);
}

.button div {
  font-size: clamp(12px, 3vw, 14px);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  border-radius: 32px;
  border: 2px solid #326da1;
  transition: all 0.3s;
  background: linear-gradient(90deg, #035aa6 0%, #5686af 50%, #03457f 100%);
  background-size: 200% 100%;
}
.button div:hover {
  background-position: 100% 0;
}

input[type=submit] {
  font-size: clamp(12px, 3vw, 14px);
  color: white;
  background: linear-gradient(195.03deg, #035aa6, #03457f);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  border-radius: 32px;
  border: 2px solid #326da1;
}

header {
  height: 100px;
}
header .header-sp {
  display: none;
  position: fixed;
  z-index: 100;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  mix-blend-mode: difference;
  transition: 0.1s;
  cursor: pointer;
}
header .header-sp span {
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #FDCC8C;
  border-radius: 6px 0 0 0;
}
header .header-sp span:nth-of-type(2) {
  border-radius: 0 0 6px 0;
}
header .header-sp.active {
  transform: rotate(-90deg);
}
header .header-sp-menu {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #F1F1F0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
}
header .header-sp-menu.active {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}
header .header-sp-menu ul li {
  margin-bottom: 20px;
}
header .logo {
  position: fixed;
  top: 24px;
  left: 40px;
  height: 60px;
  width: auto;
  z-index: 100;
}
header .header-texts {
  position: fixed;
  width: calc(100% - 100px);
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  z-index: 100;
  mix-blend-mode: difference;
  color: #FDCC8C;
}
header .header-texts nav ul {
  display: flex;
  padding: 20px;
  gap: 40px;
}
header .header-texts nav ul li {
  position: relative;
  transition: color 0.3s;
}
header .header-texts nav ul li:hover {
  color: black;
}
header .header-texts nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #FDCC8C;
}
header .header-texts nav ul li::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 100%;
  margin: auto;
  background: #FDCC8C;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  pointer-events: none;
}
header .header-texts nav ul li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  color: white;
}
@media screen and (max-width: 767px) {
  header .logo {
    top: 20px;
    left: 20px;
    width: 48px;
    height: auto;
  }
  header .header-texts {
    top: 5px;
    left: 60px;
  }
  header .header-texts nav {
    display: none;
  }
  header .header-sp {
    display: flex;
  }
}

footer {
  width: 100%;
  padding: 150px 10%;
  background-color: #035AA6;
  color: white;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 2;
}
footer .footer-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title span {
  font-size: 24px;
}
footer .footer-inner .footer-inner-left .footer-left-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: #ccc;
  line-height: 1.6;
}
footer .footer-inner .footer-inner-right {
  display: flex;
  gap: 20px;
}
footer .footer-inner .footer-inner-right .footer-page-title {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
  white-space: nowrap;
  font-weight: 700;
}
footer .footer-inner .footer-inner-right .footer-page-title:hover {
  color: #41C0F2;
}
footer .footer-inner .footer-inner-right ul li + li {
  border-top: 1px solid #ccc;
}
footer .footer-inner .footer-inner-right li {
  padding: 6px 0;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
footer .footer-inner .footer-inner-right li:hover {
  color: #035AA6;
}
footer .footer-inner .footer-inner-right li::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 100%;
  margin: auto;
  background: white;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  pointer-events: none;
}
footer .footer-inner .footer-inner-right li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column-reverse;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    gap: 70px;
  }
  footer .footer-inner .footer-inner-left {
    margin: auto;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap img {
    width: 50px;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title {
    font-size: 20px;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title span {
    font-size: 16px;
  }
  footer .footer-inner .footer-inner-left .footer-left-info {
    margin-top: 10px;
  }
  footer .footer-inner .footer-inner-right {
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-inner-right .footer-inner-right-page {
    width: calc(50% - 10px);
  }
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #023373;
  line-height: 1.65;
  font-size: clamp(14px, 3vw, 16px);
  background-color: white;
  scroll-behavior: none;
  overflow-x: hidden;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #ccc;
  padding: 8px 10px;
  max-width: initial;
  cursor: pointer;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 200px;
  resize: none;
}

input[type=file] {
  border: none;
  padding: 0;
}

input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
  padding: none;
}

.form-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.form-inner {
  width: 600px;
  margin: 50px auto 0 auto;
  font-size: clamp(12px, 3vw, 14px);
  text-align: left;
}
.form-inner .privacy {
  height: 200px;
  overflow: scroll;
  border-radius: 3px;
  border: 1px solid #035AA6;
  background-color: #f4f4f4;
  border: 2px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .form-inner {
    width: 90%;
    margin-top: 20px;
  }
  .form-inner .privacy {
    font-size: clamp(12px, 3vw, 14px);
  }
}

.wpcf7-list-item {
  margin: 0;
}

section + section {
  padding-top: clamp(50px, 10vw, 200px);
  margin-top: -1px;
}

.h2-wrap {
  margin: auto;
  text-align: center;
}

section {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 100px;
  }
}