@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
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;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

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

.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fade.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hover-opacity {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.hover-opacity:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

/**
* @file _l-footer.scss
**/
.l-footer {
  padding: 30px 0;
  background: #0066b3;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 55px;
  }
}
.l-footer .c-content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .c-content-padding {
    padding: 0 15px;
  }
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo, .l-footer__logo--tp {
  max-width: 260px;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo, .l-footer__logo--tp {
    display: none;
  }
}
.l-footer__logo--tp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo--tp {
    display: block;
    max-width: 190px;
    margin: 30px auto 0;
  }
}
.l-footer__logo picture, .l-footer__logo--tp picture,
.l-footer__logo img,
.l-footer__logo--tp img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .l-footer__box {
    width: 100%;
    padding: 0 35px;
  }
}
.l-footer__nav {
  width: 100%;
}
.l-footer .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .l-footer .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .nav__item {
    border-bottom: 1px solid #fff;
  }
  .l-footer .nav__item:first-of-type {
    border-top: 1px solid #fff;
  }
}
.l-footer .nav__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff;
}
.l-footer .nav__link::before {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media screen and (max-width: 1024px) {
  .l-footer .nav__link::before {
    display: none;
  }
}
.l-footer .nav__link:hover::before {
  width: 100%;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media screen and (max-width: 1024px) {
  .l-footer .nav__link {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    padding: 20px 0;
  }
}
.l-footer .copyright {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 20px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-footer .copyright {
    text-align: center;
  }
}

/**
* @file _l-header.scss
**/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 100px);
  padding: 0 20px;
  background: rgba(0, 102, 179, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    background: transparent;
  }
}
.l-header.is-over {
  background: rgba(0, 102, 179, 0.4);
}
.l-header__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__bg-box {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 102, 179, 0.5)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 102, 179, 0.5) 100%);
    mix-blend-mode: multiply;
  }
}
.l-header.is-fixed {
  position: fixed;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header .c-content-width {
    max-width: 100%;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    height: 50px;
  }
}
.l-header__logo {
  z-index: 10;
  max-width: 225px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 30px;
  }
}
.l-header__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logo-sp-box {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 30px;
}
.l-header__logo-sp-box .logo-close {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header__logo-sp-box .logo-close.is-open {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header__logo-sp-box .logo-open {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header__logo-sp-box .logo-open.is-open {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header__logo-sp-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__nav {
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    margin-top: 115px;
  }
}
.l-header .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .l-header .nav__lists {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .nav__lists {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    padding: 150px 50px 0;
    background: rgba(0, 102, 179, 0.9);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.l-header .nav__item {
  position: relative;
}
.l-header .nav__item::before {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header .nav__item::before {
    display: none;
  }
}
.l-header .nav__item:hover::before {
  width: 100%;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header .nav__item:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .l-header .nav__item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .l-header .nav__item:first-of-type {
    border-top: 1px solid #fff;
  }
}
.l-header .nav__link {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .l-header .nav__link {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-header .nav__link {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    padding: 18px 0;
  }
}
.l-header .nav__toggle {
  position: relative;
  z-index: 5;
  min-width: 25px;
  height: 16px;
  cursor: pointer;
}
.l-header .nav__menu-line {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-header .menu-line1 {
  top: 0;
}
.l-header .menu-line2 {
  top: 8px;
}
.l-header .menu-line3 {
  top: 16px;
}
.l-header #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.l-header #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-header #js-nav.is-open .nav__lists {
  right: 0;
}

.c-btn {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 284px;
  height: 65px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  cursor: pointer;
  background: #003e96;
  border-radius: 8px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.2rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    min-width: auto;
    height: 40px;
  }
}
.c-btn:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.c-btn::before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 10px;
  content: "";
  background: url("../images/common/arrow-white.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .c-btn::before {
    right: 12px;
    width: 10px;
    height: 6px;
  }
}

.contact {
  position: relative;
  padding: 75px 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 35px 0 50px;
  }
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contact__bg picture,
.contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.contact__ttl {
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
  color: #0085d0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 3.3rem;
    line-height: 1;
  }
}
.contact__txt {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__txt {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 28px;
  }
}
.contact__annotation {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  margin-top: 16px;
  text-align: center;
  color: #858585;
}
@media screen and (max-width: 768px) {
  .contact__annotation {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.-sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  .-sponly {
    display: block;
  }
}
.contact__link {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .contact__link {
    width: 210px;
    height: 48px;
    margin: 45px auto 0;
  }
}

.c-content-padding {
  padding: 0 100px 0 40px;
}
@media screen and (max-width: 768px) {
  .c-content-padding {
    padding: 0 15px;
  }
}

.c-content-width {
  max-width: 1280px;
  margin: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fv__container {
  position: relative;
}
.fv__img {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__img {
    height: calc(100vh - 55px);
    padding-top: 0;
  }
}
.fv__img picture,
.fv__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv__img picture,
.fv__img img {
    position: static;
    -o-object-position: top;
       object-position: top;
  }
}
.fv__ttl {
  position: absolute;
  bottom: 100px;
  left: 20%;
}
@media screen and (max-width: 1600px) {
  .fv__ttl {
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    bottom: 50px;
    left: 50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fv__ttl .fade-in {
  font-size: 5.2rem;
  line-height: 1.5769230769;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  width: 0;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .fv__ttl .fade-in {
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .fv__ttl .fade-in {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@-webkit-keyframes title-open {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes title-open {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes title-open-1 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes title-open-1 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
.fv__ttl .fade-in:nth-of-type(1) {
  -webkit-animation: title-open 0.5s ease 0.8s forwards;
          animation: title-open 0.5s ease 0.8s forwards;
}
@media screen and (max-width: 768px) {
  .fv__ttl .fade-in:nth-of-type(1) {
    margin-left: 0;
  }
}
.fv__ttl .fade-in:nth-of-type(2) {
  -webkit-animation: title-open 0.5s ease 1.4s forwards;
          animation: title-open 0.5s ease 1.4s forwards;
}
@media screen and (max-width: 768px) {
  .fv__ttl .fade-in:nth-of-type(2) {
    margin-left: 0;
  }
}
.fv__ttl .fade-in:nth-of-type(3) {
  -webkit-animation: title-open 0.5s ease 2s forwards;
          animation: title-open 0.5s ease 2s forwards;
}
@media screen and (max-width: 768px) {
  .fv__ttl .fade-in:nth-of-type(3) {
    margin-left: 0;
  }
}
.fv__ttl .fade-in:nth-of-type(4) {
  -webkit-animation: title-open 0.5s ease 2.6s forwards;
          animation: title-open 0.5s ease 2.6s forwards;
}
@media screen and (max-width: 768px) {
  .fv__ttl .fade-in:nth-of-type(4) {
    margin-left: 0;
  }
}
.fv__ttl .fade-in:nth-of-type(5) {
  -webkit-animation: title-open 0.5s ease 3.2s forwards;
          animation: title-open 0.5s ease 3.2s forwards;
}
@media screen and (max-width: 768px) {
  .fv__ttl .fade-in:nth-of-type(5) {
    margin-left: 0;
  }
}
.fv__apply {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100px;
  height: 100%;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
@media screen and (max-width: 768px) {
  .fv__apply {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
  }
}
.fv .f-apply__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #0066b3;
}
@media screen and (max-width: 768px) {
  .fv .f-apply__img {
    width: 55px;
    height: 100%;
  }
}
.fv .f-apply__img img {
  width: 30px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .fv .f-apply__img img {
    width: 22px;
    height: 16px;
  }
}
.fv .f-apply__box {
  position: absolute;
  top: 100px;
  right: 0;
  display: block;
  width: 100px;
  height: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .fv .f-apply__box {
    top: 0;
    left: 55px;
    width: calc(100% - 55px);
    height: 100%;
  }
}
.fv .f-apply__box span {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #003e96;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .fv .f-apply__box span {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 0 0 18px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.fv .f-apply__box span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  content: "";
  background-color: #0066b3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .fv .f-apply__box span::before {
    display: none;
  }
}
.fv .f-apply__box span::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  width: 16px;
  height: 8px;
  content: "";
  background-image: url("../images/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .f-apply__box span::after {
    top: 50%;
    right: 25px;
    left: auto;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
  }
}
.fv .f-apply__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
@media screen and (max-width: 768px) {
  .fv .f-apply__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fv .f-apply__link:hover .f-apply__box span::before {
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fv__apply.is-scroll .f-apply__link {
  height: 500px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
@media screen and (max-width: 768px) {
  .fv__apply.is-scroll .f-apply__link {
    height: 100%;
  }
}
.fv.under-page .fv__ttl {
  font-size: 5.2rem;
  line-height: 1.5769230769;
  font-weight: bold;
  letter-spacing: 0.2em;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv.under-page .fv__ttl {
    font-size: 3rem;
    line-height: 1.5;
    bottom: auto;
    width: 100%;
  }
}
.fv.under-page .fv__ttl span {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv.under-page .fv__ttl span {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .fv.under-page .fv__img {
    height: 100%;
    min-height: 470px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv.under-page .fv__img picture,
.fv.under-page .fv__img img {
    min-height: 470px;
  }
}

.p-404 {
  height: 100vh;
  padding: 150px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404 {
    height: 100vh;
    padding: 100px 20px 0;
  }
}
.p-404 h2 {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2.4rem;
  }
}
.p-404 p {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    margin-top: 25px;
  }
}
.p-404 a {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-404 a {
    margin-top: 25px;
  }
}

.about .purpose {
  position: relative;
  background: #f0f8fc;
}
.about .purpose__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .purpose__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    max-width: 400px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.about .purpose__bg {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .about .purpose__bg {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .about .purpose__bg {
    left: 0;
    width: 300px;
  }
}
.about .purpose__bg picture,
.about .purpose__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .purpose__ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 4px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .about .purpose__ttl {
    font-size: 2.3rem;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #0085d0;
  }
}
.about .purpose__txt {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .about .purpose__txt {
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }
}
.about .purpose__txt span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .about .purpose__txt span {
    padding-left: 30px;
  }
}
.about .purpose__txt span:nth-of-type(1)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "(1)";
}
@media screen and (max-width: 768px) {
  .about .purpose__txt span:nth-of-type(1)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.about .purpose__txt span:nth-of-type(2)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "(2)";
}
@media screen and (max-width: 768px) {
  .about .purpose__txt span:nth-of-type(2)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.about .overview {
  position: relative;
}
.about .overview__bg {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .about .overview__bg {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .about .overview__bg {
    right: auto;
    left: 0;
    width: 300px;
  }
}
.about .overview__bg picture,
.about .overview__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .overview__container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .overview__container {
    max-width: 400px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.about .overview__ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  padding-bottom: 10px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 4px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .about .overview__ttl {
    font-size: 2.3rem;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #0085d0;
  }
}
.about .overview__data {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about .overview__data {
    margin-top: 20px;
  }
}
.about .overview .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 768px) {
  .about .overview .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    border-bottom: none;
  }
}
.about .overview .data__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .about .overview .data__ttl {
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9dada;
  }
}
.about .overview .data__content {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .about .overview .data__content {
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    padding-top: 5px;
  }
}

.p-contact .content {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-contact .content {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .content {
    padding-bottom: 118px;
  }
}
.p-contact .content .c-content-padding {
  padding-right: 110px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-content-padding {
    padding: 0 15px;
  }
}
.p-contact .content__bg {
  position: absolute;
  top: 100px;
  left: 64px;
  z-index: -1;
  width: 215px;
}
@media screen and (max-width: 1500px) {
  .p-contact .content__bg {
    left: 30px;
    width: 150px;
  }
}
@media screen and (max-width: 1300px) {
  .p-contact .content__bg {
    left: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-contact .content__bg {
    top: auto;
    bottom: 0;
    left: 0;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .content__bg {
    width: 300px;
  }
}
.p-contact .content__bg picture,
.p-contact .content__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-contact .content__container {
  max-width: 900px;
  margin: 0 auto;
}
.p-contact .content__txt {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-contact .content__txt {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-contact .content__txt span {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #0085d0;
}
@media screen and (max-width: 768px) {
  .p-contact .content__txt span {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-contact .content__main {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-contact .content__main {
    margin-top: 20px;
  }
}
.p-contact .content .c-main__input, .p-contact .content .c-main__input--full, .p-contact .content .c-main__textarea {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input, .p-contact .content .c-main__input--full, .p-contact .content .c-main__textarea {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-contact .content .c-main__input:not(:first-of-type), .p-contact .content .c-main__input--full:not(:first-of-type), .p-contact .content .c-main__textarea:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input:not(:first-of-type), .p-contact .content .c-main__input--full:not(:first-of-type), .p-contact .content .c-main__textarea:not(:first-of-type) {
    margin-top: 25px;
  }
}
.p-contact .content .c-main__input label, .p-contact .content .c-main__input--full label, .p-contact .content .c-main__textarea label {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input label, .p-contact .content .c-main__input--full label, .p-contact .content .c-main__textarea label {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-contact .content .c-main__input label.c-main__ttl, .p-contact .content .c-main__input--full label.c-main__ttl, .p-contact .content .c-main__textarea label.c-main__ttl {
  margin-bottom: 20px;
}
.p-contact .content .c-main__input input, .p-contact .content .c-main__input--full input, .p-contact .content .c-main__textarea input,
.p-contact .content .c-main__input textarea,
.p-contact .content .c-main__input--full textarea,
.p-contact .content .c-main__textarea textarea,
.p-contact .content .c-main__input select,
.p-contact .content .c-main__input--full select,
.p-contact .content .c-main__textarea select {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  height: 60px;
  padding: 10px 20px;
  border: 1px solid #d9dada;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input input, .p-contact .content .c-main__input--full input, .p-contact .content .c-main__textarea input,
.p-contact .content .c-main__input textarea,
.p-contact .content .c-main__input--full textarea,
.p-contact .content .c-main__textarea textarea,
.p-contact .content .c-main__input select,
.p-contact .content .c-main__input--full select,
.p-contact .content .c-main__textarea select {
    font-size: 1.6rem;
    line-height: 1.25;
    height: 40px;
    padding: 5px 10px;
    border-radius: 5px;
  }
}
.p-contact .content .c-main__input textarea, .p-contact .content .c-main__input--full textarea, .p-contact .content .c-main__textarea textarea {
  height: 380px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input textarea, .p-contact .content .c-main__input--full textarea, .p-contact .content .c-main__textarea textarea {
    height: 190px;
  }
}
.p-contact .content .c-main__input__require {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #0085d0;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input__require {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-contact .content .c-main__input--full input, .p-contact .content .c-main__textarea input,
.p-contact .content .c-main__input--full textarea,
.p-contact .content .c-main__textarea textarea {
  width: 100%;
}
.p-contact .content .c-main__input--zip {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input--zip {
    width: 100px;
  }
}
.p-contact .content .c-main__zip-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.p-contact .content .c-main__zip-box::before {
  position: absolute;
  top: 50%;
  left: 225px;
  width: 10px;
  height: 1px;
  content: "";
  background: #d9dada;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__zip-box::before {
    left: 125px;
  }
}
.p-contact .content .c-main__input-address-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__input-address-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-contact .content .c-main__pref-box, .p-contact .content .c-main__city-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact .content .c-main__pref-box label, .p-contact .content .c-main__city-box label {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__pref-box label, .p-contact .content .c-main__city-box label {
    font-size: 1.2rem;
    line-height: 1;
    width: 100px;
  }
}
.p-contact .content .c-main__pref-box {
  width: 100%;
  max-width: 345px;
}
.p-contact .content .c-main__city-box {
  width: 100%;
  max-width: 500px;
}
.p-contact .content .c-main__pref {
  width: 100%;
  max-width: 250px;
}
.p-contact .content .c-main__pref .disabled {
  color: #d9dada;
}
.p-contact .content .c-main__city {
  width: 100%;
  max-width: 440px;
}
.p-contact .content .c-main__city-second-box {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__city-second-box {
    margin-top: 15px;
  }
}
.p-contact .content .c-main__city-second {
  width: 100%;
}
.p-contact .content .c-main__agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__agree label {
    gap: 10px;
  }
}
.p-contact .content .c-main__agree input {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #d9dada;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__agree input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }
}
.p-contact .content .c-main__agree input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 14px;
  height: 7px;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__agree input::before {
    width: 10px;
    height: 5px;
  }
}
.p-contact .content .c-main__agree input:checked {
  background: #0085d0;
}
.p-contact .content .c-main__agree input:checked::before {
  display: block;
}
.p-contact .content .c-main__agree span {
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__agree span {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-contact .content .c-main__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .content .c-main__send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin: 50px auto 0;
  }
  .p-contact .content .c-main__send .c-btn {
    margin: 0 auto;
  }
}
.p-contact .content .c-main__submit {
  display: block;
  width: 100%;
  height: 100%;
}
.p-contact .content .c-main__back {
  background: #d9dada;
  border-radius: 8px;
}
.p-contact .content .mw_wp_form .error {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 10px;
}
.p-contact .content .mw_wp_form_confirm .c-main__input, .p-contact .content .mw_wp_form_confirm .c-main__input--full, .p-contact .content .mw_wp_form_confirm .c-main__textarea {
  padding: 20px 0;
  margin-top: 0;
  border-top: 1px solid #d9dada;
}
.p-contact .content .mw_wp_form_confirm .c-main__input--full, .p-contact .content .mw_wp_form_confirm .c-main__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #d9dada;
}
.p-contact .content .mw_wp_form_confirm .c-main__input--full:not(:first-of-type), .p-contact .content .mw_wp_form_confirm .c-main__textarea:not(:first-of-type) {
  margin-top: 0;
}
.p-contact .content .mw_wp_form_confirm .c-main__input--full label, .p-contact .content .mw_wp_form_confirm .c-main__textarea label {
  margin-bottom: 0;
}
.p-contact .content .mw_wp_form_confirm .c-main__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-top: 0;
  border-top: 1px solid #d9dada;
}
.p-contact .content .mw_wp_form_confirm .c-main__zip label {
  margin-bottom: 0;
}
.p-contact .content .mw_wp_form_confirm .c-main__zip-box::before {
  display: none;
}
.p-contact .content .mw_wp_form_confirm .c-main__textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #d9dada;
}
.p-contact .content .mw_wp_form_confirm .c-main__ttl {
  line-height: 2;
}
.p-contact .content .mw_wp_form_confirm .c-main__agree {
  display: none;
}

.greeting .message {
  position: relative;
}
.greeting .message__bg {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .greeting .message__bg {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .greeting .message__bg {
    right: auto;
    left: 0;
    width: 300px;
  }
}
.greeting .message__bg picture,
.greeting .message__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.greeting .message__container {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .greeting .message__container {
    max-width: 300px;
  }
}
.greeting .message__txt {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .greeting .message__txt {
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }
}
.greeting .message__txt:not(:first-of-type) {
  margin-top: 30px;
}
.greeting .message__name {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .greeting .message__name {
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 33px;
  }
}

.guidebook .content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .guidebook .content .c-content-padding {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .guidebook .content .padding-sp {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .guidebook .content .margin-sp {
    margin: 0 20px;
  }
}
.guidebook .content__bg {
  position: absolute;
  top: 100px;
  left: 64px;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .guidebook .content__bg {
    top: 50px;
    left: 0;
    width: 110px;
  }
}
.guidebook .content__bg picture,
.guidebook .content__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guidebook .content__container {
  max-width: 950px;
  margin: 0 auto;
}
.guidebook .content .lists__item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .lists__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.guidebook .content .item__ttl,
.report .content .item__ttl{
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  padding-bottom: 5px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 4px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__ttl,
.report .content .item__ttl{
    font-size: 2.3rem;
    line-height: 1.3043478261;
    padding-bottom: 10px;
    border-bottom: 3px solid #0085d0;
  }
}
.guidebook .content .item__txt {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt {
    font-size: 1.1rem;
    line-height: 2.1818181818;
    margin-top: 25px;
  }
}
.guidebook .content .item__txt .num-list {
  position: relative;
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list {
    padding-left: 20px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(1)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "1.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(1)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(2)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "2.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(2)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(3)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "3.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(3)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(4)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "4.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(4)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(5)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "5.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(5)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(6)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "6.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(6)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(7)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "7.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(7)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(8)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "8.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(8)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .num-list:nth-of-type(9)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "9.";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .num-list:nth-of-type(9)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.guidebook .content .item__txt .dots {
  position: relative;
  display: block;
  padding-left: 20px;
}
.guidebook .content .item__txt .dots::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "・";
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__txt .dots::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 7px;
  }
}
.guidebook .content .item__data {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__data {
    margin-top: 25px;
  }
}
.guidebook .content .item .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guidebook .content .item .data__box:not(:first-of-type) {
  margin-top: 10px;
}
.guidebook .content .item .data__ttl {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item .data__ttl {
    font-size: 1.1rem;
    line-height: 2.1818181818;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f8fc;
  }
}
.guidebook .content .item .data__content {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .guidebook .content .item .data__content {
    font-size: 1.1rem;
    line-height: 2.1818181818;
    width: 100%;
  }
}
.guidebook .content .item__sub-box {
  margin-top: 30px;
}
.guidebook .content .item__sub-ttl,.report .content .item__sub-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  padding-bottom: 5px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 2px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__sub-ttl,.report .content .item__sub-ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    padding-bottom: 10px;
    border-bottom: 3px solid #0085d0;
  }
}
.guidebook .content .item__sub-lists,
.report .content .item__sub-lists{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item__sub-lists,.report .content .item__sub-lists{
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.guidebook .content .item .s-lists__item,.report .content .item .s-lists__item {
  min-width: 165px;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item .s-lists__item,.report .content .item .s-lists__item{
    min-width: 130px;
  }
}
.guidebook .content .item .s-item__link,.report .content .item .s-item__link {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  padding: 0 15px;
  color: #0085d0;
  text-align: center;
  border: 2px solid #0085d0;
  border-radius: 20px;
}
.guidebook .content .item .s-item__link.no-link {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .guidebook .content .item .s-item__link {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    height: 75px;
    padding: 0 10px;
    border-radius: 10px;
  }
}

/**
* @file _l-index.scss
**/
.p-index .section {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-index .section {
    padding-top: 50px;
  }
}
.p-index .purpose__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index .purpose__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    max-width: 400px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.p-index .purpose__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 580px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-index .purpose__bg {
    width: 300px;
    margin-top: 100px;
  }
}
.p-index .purpose__bg picture,
.p-index .purpose__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .purpose__ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 6px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .p-index .purpose__ttl {
    font-size: 2.3rem;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #0085d0;
  }
}
.p-index .purpose__txt {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-index .purpose__txt {
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }
}
.p-index .about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index .about__img {
  width: 70%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-index .about__img {
    display: none;
  }
}
.p-index .about__img--sp {
  width: 100vw;
  margin: 22px 0 0 -15px;
}
.p-index .about__ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 0 0 20px 60px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 6px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .p-index .about__ttl {
    font-size: 2.3rem;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-left: 20px;
    border-bottom: 3px solid #0085d0;
  }
}
.p-index .about__en-ttl {
  font-size: 25.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  padding-left: 60px;
  font-family: "Oswald", sans-serif;
  color: #0085d0;
  opacity: 0.15;
}
@media screen and (max-width: 1500px) {
  .p-index .about__en-ttl {
    font-size: 15rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .p-index .about__en-ttl {
    font-size: 10rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-index .about__en-ttl {
    display: none;
  }
}
.p-index .about__link {
  margin: 50px 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p-index .about__link {
    margin: 25px auto 0;
  }
}
.p-index .message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
.p-index .message__img {
  width: 70%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-index .message__img {
    display: none;
  }
}
.p-index .message__img--sp {
  width: 100vw;
  margin: 22px 0 0 -15px;
}
.p-index .message__content {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-index .message__content {
    text-align: left;
  }
}
.p-index .message__ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 0 60px 20px 0;
  margin-left: auto;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 6px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .p-index .message__ttl {
    font-size: 2.3rem;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-left: 20px;
    border-bottom: 3px solid #0085d0;
  }
}
.p-index .message__en-ttl {
  font-size: 25.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  margin-right: -200px;
  font-family: "Oswald", sans-serif;
  color: #0085d0;
  opacity: 0.15;
}
@media screen and (max-width: 1500px) {
  .p-index .message__en-ttl {
    font-size: 15rem;
    line-height: 1;
    margin-right: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-index .message__en-ttl {
    font-size: 10rem;
    line-height: 1;
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .message__en-ttl {
    display: none;
  }
}
.p-index .message__link {
  margin: 50px 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index .message__link {
    margin: 25px auto 0;
  }
}
.p-index .news__container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index .news__container {
    padding: 0 35px;
  }
}
.p-index .news__ttl {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  padding: 0 60px 20px 0;
  margin-left: auto;
  font-family: "Oswald", sans-serif;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 6px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .p-index .news__ttl {
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #0085d0;
  }
  .p-index .news__ttl::before {
    position: absolute;
    right: -50px;
    bottom: -3px;
    width: 50px;
    height: 3px;
    content: "";
    background: #0085d0;
  }
}
.p-index .news .lists__item {
  border-bottom: 1px solid #d9dada;
}
.p-index .news .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.p-index .news .item__date {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-index .news .item__date {
    font-size: 1rem;
    line-height: 1;
    width: 80px;
  }
}
.p-index .news .item__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: calc(100% - 160px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-index .news .item__ttl {
    font-size: 1rem;
    line-height: 1;
  }
}

.info .organization {
  position: relative;
}
.info .organization__bg {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .info .organization__bg {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .info .organization__bg {
    right: auto;
    left: 0;
    width: 300px;
  }
}
.info .organization__bg picture,
.info .organization__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info .organization__container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info .organization__container {
    max-width: 400px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.info .organization__ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  padding-bottom: 10px;
  color: #0085d0;
  white-space: nowrap;
  border-bottom: 4px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .info .organization__ttl {
    font-size: 2.3rem;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #0085d0;
  }
}
.info .organization__data {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .info .organization__data {
    margin-top: 20px;
  }
}
.info .organization .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 768px) {
  .info .organization .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    border-bottom: none;
  }
}
.info .organization .data__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 180px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .info .organization .data__ttl {
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9dada;
  }
}
.info .organization .data__content {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: calc(100% - 180px);
}
.info .organization .data__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.info .organization .data__content div span:first-of-type {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .info .organization .data__content {
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    padding-top: 5px;
  }
}
.info .information {
  position: relative;
  background: #f0f8fc;
}
.info .information__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info .information__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.info .information__bg {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .info .information__bg {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .info .information__bg {
    right: auto;
    left: 0;
    width: 300px;
  }
}
.info .information__bg picture,
.info .information__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info .information__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .info .information__lists {
    gap: 30px;
  }
}
.info .information .lists__item {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1024px) {
  .info .information .lists__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .info .information .lists__item {
    width: 100%;
  }
}
.info .information .item__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  background: #fff;
}
.info .information .item__link.no-link {
  pointer-events: none;
}
.info .information .item__link.no-link p {
  display: none;
}
.info .information .item__ttl {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  color: #0085d0;
  border-bottom: 4px solid #0085d0;
}
@media screen and (max-width: 768px) {
  .info .information .item__ttl {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.info .information .item__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}
.info .information .item__txt::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 23px;
  content: "";
  background: url("../images/common/icn-download.svg") center/contain no-repeat;
}

.privacypolicy .content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .c-content-padding {
    padding: 0 50px;
  }
}
.privacypolicy .content__bg {
  position: absolute;
  top: 100px;
  left: 64px;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content__bg {
    top: 50px;
    left: 0;
    width: 110px;
  }
}
.privacypolicy .content__bg picture,
.privacypolicy .content__bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.privacypolicy .content__container {
  max-width: 900px;
  margin: 0 auto;
}
.privacypolicy .content__txt {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content__txt {
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }
}
.privacypolicy .content .lists__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .lists__item {
    margin-top: 40px;
  }
}
.privacypolicy .content .item__ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  color: #0085d0;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__ttl {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.privacypolicy .content .item__txt {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt {
    font-size: 1.1rem;
    line-height: 2.1818181818;
    margin-top: 25px;
  }
}
.privacypolicy .content .item__txt .num-list {
  position: relative;
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list {
    padding-left: 20px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(1)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "1.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(1)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(2)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "2.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(2)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(3)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "3.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(3)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(4)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "4.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(4)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(5)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "5.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(5)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(6)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "6.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(6)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(7)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "7.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(7)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(8)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "8.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(8)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .num-list:nth-of-type(9)::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "9.";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .num-list:nth-of-type(9)::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 6px;
  }
}
.privacypolicy .content .item__txt .dots {
  position: relative;
  display: block;
  padding-left: 20px;
}
.privacypolicy .content .item__txt .dots::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
  content: "・";
}
@media screen and (max-width: 768px) {
  .privacypolicy .content .item__txt .dots::before {
    font-size: 1.1rem;
    line-height: 1;
    top: 7px;
  }
}

.report .content__ttl {
  font-size: 5.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 150px 0;
  font-family: "Oswald", sans-serif;
  color: #515354;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .report .content__ttl {
    font-size: 3rem;
    line-height: 1;
    padding: 100px 0;
  }
}

.single .article__container {
  max-width: 900px;
  margin: 0 auto;
}
.single .article__date {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .single .article__date {
    font-size: 1rem;
    line-height: 1;
  }
}
.single .article__ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  margin-top: 20px;
  color: #0085d0;
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 768px) {
  .single .article__ttl {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.single .article__content {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single .article__content {
    margin-top: 14px;
  }
}
.single .article__content p,
.single .article__content a,
.single .article__content span {
  font-size: 1.8rem;
  line-height: 2.3888888889;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .single .article__content p,
.single .article__content a,
.single .article__content span {
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }
}
.single .article__others {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .single .article__others {
    margin-top: 50px;
  }
}
.single .article .others__wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.single .article .others__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .single .article .others__box {
    display: none;
  }
}
.single .article .others__prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single .article .others__next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single .article .others__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .single .article .others__txt {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.single .article .others__txt.prev::before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single .article .others__txt.next::after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.single .article .others__article-ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single .article .others__article-ttl.next {
  text-align: right;
}
.single .article .others__date {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 5px;
}
.single .article .others__date.next {
  text-align: right;
}
.single .article .others__ttl {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .single .article .others__ttl {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.lists__item .item .padding-sp {
    margin-bottom: 20px;
  }

.report .content .lists__item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .report .content .lists__item:not(:first-of-type) {
    margin-top: 40px;
  }
}

/* 240522 add */

@media screen and (max-width: 768px) {
  .fv__ttl {
    bottom: 130px;
  }
}

.wp-block-spacer {
  display: block;
}

.wp-block-file *+.wp-block-file__button {
  padding: 10px 26px;
}

@media screen and (max-width: 768px) {
  .p-index .purpose__txt,
  .about .purpose__txt,
  .greeting .message__txt {
    font-size: max(1.82vw, 14px);
    line-height: 2.2;
  }
  .p-index .purpose__container,
  .about .purpose__container {
    padding: 0 12px;
  }
  .greeting .message__container {
    max-width: 370px;
  }
  .p-index .news__ttl {
    font-size: 30px;
  }
  .p-index .news .item__ttl {
    font-size: 14px;
  }
  .c-btn {
    font-size: 14px;
  }
  .contact__txt {
    font-size: 14px;
  }
  .l-footer .nav__link {
    font-size: 13px;
  }
  .p-index .news .item__date {
    font-size: 11px;
    color: #989898;
  }
  .p-index .news .item__link {
    align-items: center;
  }
  .l-header .nav__link {
    font-size: 14px;
    padding: 20px 0;
  }
  .about .overview .data__ttl,
  .about .overview .data__content {
    font-size: 12px;
  }
  .guidebook .content .item .s-item__link,
  .report .content .item .s-item__link {
    font-size: 16px;
    height: 80px;
  }
  .guidebook .content .item__sub-ttl,
  .report .content .item__sub-ttl {
    font-size: 22px;
    line-height: 1;
    padding-bottom: 5px;
  }
  .info .organization .data__ttl,
  .info .organization .data__content {
    font-size: 12px;
  }
  .info .information .item__txt {
    padding-left: 24px;
  }
  .info .information .item__txt::before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 20px;
  }
  .privacypolicy .content .item__ttl {
    font-size: 16px;
  }
  .privacypolicy .content__txt,
  .privacypolicy .content .item__txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 16px;
  }
  .privacypolicy .content .lists__item {
    margin-top: 48px;
  }
  .p-contact .content .c-main__input--full label,
  .p-contact .content .c-main__input label.c-main__ttl,
  .p-contact .content .c-main__textarea label.c-main__ttl {
    font-size: 12px;
    margin-bottom: 8px!important;
  }
  .p-contact .content .c-main__input--full input,
  .p-contact .content .c-main__input input {
    height: 36px;
    padding: 4px 8px;
  }
  .p-contact .content .c-main__input--full:not(:first-of-type),
  .p-contact .content .c-main__textarea:not(:first-of-type),
  .p-contact .content .c-main__input:not(:first-of-type) {
    margin-top: 18px;
  }
  .p-contact .content .c-main__input select {
    font-size: 12px;
  }
}