@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

body {
  color: #111;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  body {
    min-width: unset;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  width: 1200px;
  max-width: 89.3%;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

/*************************
Htag
*************************/
.m-h1, .m-pagehead__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .m-h1, .m-pagehead__title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.m-h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .m-h2 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.m-h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.m-h3--blue {
  color: #0399de;
}

.m-h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.m-h4--blue {
  color: #0399de;
}

.m-title-en {
  font-family: "Racing Sans One";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .m-title-en {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.m-title-en--small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .m-title-en--small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-title-borderbottom {
  position: relative;
  padding-bottom: 15px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  border-bottom: 1px solid #969da0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .m-title-borderbottom {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.m-title-borderbottom::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #0399de;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.m-title-borderleft {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5909090909;
  margin-top: 46px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .m-title-borderleft {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 30px;
    padding-left: 13px;
  }
}
.m-title-borderleft::before, .m-title-borderleft::after {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m-title-borderleft::before, .m-title-borderleft::after {
    width: 3px;
    top: 6px;
  }
}
.m-title-borderleft::before {
  height: 20px;
  background-color: #0399de;
}
@media screen and (max-width: 768px) {
  .m-title-borderleft::before {
    height: 13px;
  }
}
.m-title-borderleft::after {
  height: 10px;
  background-color: #007dbf;
}
@media screen and (max-width: 768px) {
  .m-title-borderleft::after {
    height: 6px;
  }
}

/*************************
Text
*************************/
.m-image {
  text-align: center;
}
.m-image__caption {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .m-image__caption {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.m-image__caption_right {
  text-align: right;
}

.m-indent {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .m-indent {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 20px;
  }
}

.m-small-indent {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .m-small-indent {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*************************
Icons
*************************/
.m-ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  aspect-ratio: 1;
  border: 2px solid #0399de;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.m-ico-arrow::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  border-top: 2px solid #0399de;
  border-right: 2px solid #0399de;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-ico-arrow--medium {
  width: 27px;
}
.m-ico-arrow--medium::before {
  width: 5px;
}
.m-ico-arrow--small {
  width: 18px;
}
.m-ico-arrow--small::before {
  width: 4px;
}

.m-ico-pdf {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #de0000;
  border-radius: 4px;
  padding: 3px 7px;
  margin-left: 8px;
}

.m-ico-xls {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #107c41;
  border-radius: 4px;
  padding: 3px 7px;
  margin-left: 8px;
}

.m-ico-size {
  color: #5f6471;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 5px;
}

/*************************
Icon Links
*************************/
.m-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  -webkit-text-emphasis: unset;
          text-emphasis: unset;
  padding-left: 22px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #0399de;
}
@media screen and (max-width: 768px) {
  .m-link-arrow {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-link-arrow::before, .m-link-arrow::after {
  content: "";
  position: absolute;
}
.m-link-arrow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  aspect-ratio: 1;
  border: 1px solid #0399de;
  border-radius: 50%;
  background-color: #fff;
  top: 5px;
  left: 0;
}
.m-link-arrow::after {
  display: block;
  width: 4px;
  aspect-ratio: 1;
  border-top: 1px solid #0399de;
  border-right: 1px solid #0399de;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 5px;
}
.m-link-arrow:hover {
  text-decoration: none;
}

.m-link-newtab {
  font-size: 16px;
  font-size: 1rem;
  color: #0399de;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .m-link-newtab {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-link-newtab::after {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f35d";
  color: #969da0;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: 1px;
  margin-left: 3px;
}
.m-link-newtab:hover {
  text-decoration: none;
}

.m-link-pdf {
  font-size: 16px;
  font-size: 1rem;
  color: #0399de;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .m-link-pdf {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-link-pdf::after {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f1c1";
  color: #de0000;
  font-weight: 500;
}
.m-link-pdf:hover {
  text-decoration: none;
  text-underline-offset: 3px;
}

/*************************
Buttons
*************************/
.m-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .m-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.m-btn-wrap_right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.m-btn-ellipse {
  width: min(500px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 20px 20px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #0399de;
  border: 1px solid #0399de;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .m-btn-ellipse {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-ellipse {
    width: min(290px, 100%);
    padding: 15px 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-btn-ellipse::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 27px;
  position: absolute;
}
.m-btn-ellipse:hover {
  color: #0399de;
  text-decoration: none;
  background-color: #fff;
}
.m-btn-ellipse:hover::before {
  border-top-color: #0399de;
  border-right-color: #0399de;
}
.m-btn-ellipse--flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .m-btn-ellipse--flex {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.m-btn-ellipse--medium {
  width: min(290px, 100%);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .m-btn-ellipse--medium {
    width: min(245px, 100%);
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.m-btn-ellipse--white {
  color: #0399de;
  background-color: #fff;
}
.m-btn-ellipse--white::before {
  border-top: 1px solid #0399de;
  border-right: 1px solid #0399de;
}
.m-btn-ellipse--white:hover {
  color: #fff;
  background-color: #0399de;
}
.m-btn-ellipse--white:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.m-btn-blank {
  width: min(500px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 20px 20px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #0399de;
  border: 1px solid #0399de;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .m-btn-blank {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-blank {
    width: min(290px, 100%);
    padding: 15px 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-btn-blank::before {
  content: "\f35d";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: 1px;
  margin-left: 3px;
  position: absolute;
  right: 27px;
}
.m-btn-blank:hover {
  color: #0399de;
  text-decoration: none;
  background-color: #fff;
}
.m-btn-blank:hover::before {
  border-top-color: #0399de;
  border-right-color: #0399de;
  color: #0399de;
}
.m-btn-blank--flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .m-btn-blank--flex {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.m-btn-blank--medium {
  width: min(290px, 100%);
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .m-btn-blank--medium {
    width: min(245px, 100%);
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.m-btn-blank--white {
  color: #0399de;
  background-color: #fff;
}
.m-btn-blank--white::before {
  color: #0399de;
}
.m-btn-blank--white:hover {
  color: #fff;
  background-color: #0399de;
}
.m-btn-blank--white:hover::before {
  color: #fff;
}

/*************************
PageHeading
*************************/
.m-pagehead {
  background-image: url("/e/common/images/pagehead_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-color: #019fe3;
}
@media screen and (max-width: 640px) {
  .m-pagehead {
    background-size: cover;
    background-image: url("/e/common/images/pagehead_bg-sp.png");
  }
}
.m-pagehead-top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 240px;
  padding-block: 12px 25px;
}
@media screen and (max-width: 768px) {
  .m-pagehead-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 150px;
    padding-block: 0;
  }
}
/*************************
BreadCrumbs
*************************/
.m-breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m-breadcrumbs {
    display: none;
  }
}
.m-breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.m-breadcrumbs__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  width: 4px;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.m-breadcrumbs__item sub {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/*************************
List
*************************/
.m-anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #989c9d;
}
@media screen and (max-width: 768px) {
  .m-anchor-nav {
    display: none;
  }
}
.m-anchor-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  border-right: 1px solid #989c9d;
  padding-block: 3px;
  padding-inline: 55px 33px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-image: url(../images/arrow.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 30px 50%;
}
.m-anchor-nav__link:first-of-type {
  border-left: 1px solid #989c9d;
}
.m-anchor-nav__link:hover {
  text-decoration: none;
  background-position-y: calc(50% + 5px);
}

.m-list-disc {
  padding-top: 26px;
}
@media screen and (max-width: 640px) {
  .m-list-disc {
    padding-top: 15px;
  }
}
.m-list-disc--horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 50px;
}
.m-list-disc__item {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-list-disc__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-list-disc__item::before {
  color: #0399de;
  content: "●";
  font-size: 9px;
  font-size: 0.5625rem;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media screen and (max-width: 640px) {
  .m-list-disc__item::before {
    top: 0.5em;
  }
}
.m-list-disc__item a {
  text-decoration: underline;
}
.m-list-disc__item a:hover {
  text-decoration: none;
}

.m-list-dash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-top: 26px;
}
@media screen and (max-width: 640px) {
  .m-list-dash {
    padding-top: 15px;
  }
}
.m-list-dash__item {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .m-list-dash__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-list-dash__item::before {
  position: absolute;
  content: "－";
  color: #0399de;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m-list-dash__item::before {
    line-height: 1.6;
  }
}
.m-list-dash__item a {
  text-decoration: underline;
  color: #0399de;
}
.m-list-dash__item a:hover {
  text-decoration: none;
}
.m-list-dash__item a.item-newtab {
  position: relative;
}
.m-list-dash__item a.item-newtab::after {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f35d";
  color: #969da0;
  vertical-align: 1px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .m-list-dash__item a.item-newtab::after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.m-list-dot__item {
  padding-left: 1em;
  position: relative;
}
.m-list-dot__item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.m-list-attention {
  padding-top: 1em;
}
.m-list-attention__item {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 0.5em;
  position: relative;
  color: #5f6471;
}
.m-list-attention__item::before {
  content: "*";
  position: absolute;
  left: 0;
}

.m-list-attention2 {
  padding-top: 1em;
}
.m-list-attention2__item {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  color: #5f6471;
}

.m-list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .m-list-arrow {
    gap: 4%;
  }
}
@media screen and (max-width: 640px) {
  .m-list-arrow {
    display: block;
  }
}
.m-list-arrow__item {
  width: 23.5%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .m-list-arrow__item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .m-list-arrow__item {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-list-arrow__item__ttl {
  padding: 10px 20px 12px 0;
}
@media screen and (max-width: 768px) {
  .m-list-arrow__item__ttl {
    padding: 10px 15px 12px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.m-list-arrow__item .m-list-dash {
  padding: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .m-list-arrow__item .m-list-dash__item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.m-list-arrow__item > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 25px;
  background-image: url(../images/arrow-right.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 768px) {
  .m-list-arrow__item > a {
    padding: 10px 15px 10px 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-list-arrow__item > a:hover {
  text-decoration: none;
  background-position-x: 5px;
}
@media screen and (max-width: 640px) {
  .m-list-arrow__item > a:hover {
    background-position-x: 0;
  }
}

/*************************
Table
*************************/
.js-scrollable {
  overflow-x: scroll;
}

.m-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
}
.m-table__th, .m-table__td {
  font-size: 17px;
  font-size: 1.0625rem;
  vertical-align: middle;
  font-weight: bold;
  padding: 12px 20px;
  border-block: 1px solid #cdd0d8;
}
@media screen and (max-width: 768px) {
  .m-table__th, .m-table__td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-table__th a, .m-table__td a {
  color: #0399de;
}
.m-table__th {
  width: 290px;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .m-table__th {
    width: 165px;
  }
}
.m-table__td {
  text-align: center;
}
.m-table__td:not(:last-of-type) {
  border-right: 1px solid #cdd0d8;
}
.m-table__td_left {
  text-align: left;
}
.m-table__smalltext {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .m-table__smalltext {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*************************
Display
*************************/
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-tb-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-tb-hidden {
    display: none;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .m-sp-hidden {
    display: none;
  }
}

/*************************
Section & Article
*************************/
.m-section {
  padding-block: 60px 123px;
}
@media screen and (max-width: 640px) {
  .m-section {
    padding-block: 41px 60px;
  }
}

.m-article {
  padding-top: 84px;
}
@media screen and (max-width: 768px) {
  .m-article {
    padding-top: 50px;
  }
}
.m-article--bg {
  padding-bottom: 99px;
  margin-top: 80px;
  border-image-source: linear-gradient(#f0f3f5, #f0f3f5);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}
@media screen and (max-width: 640px) {
  .m-article--bg {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

/*************************
SectionHeading
*************************/
.m-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .m-section-head {
    gap: 0 15px;
  }
}
.m-section-head__subtitle {
  padding-bottom: 8px;
  color: #0399de;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .m-section-head__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .m-section-head__subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.m-section-head__label {
  margin-bottom: 8px;
  padding: 8px 15px 5px;
  color: #fff;
  background-color: #0399de;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .m-section-head__label {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 5px 10px;
  }
}
.m-section-head .m-title-borderbottom {
  width: 100%;
}

/*************************
Column
*************************/
.m-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }
}
.m-column--col2 {
  gap: 50px 4%;
}
@media screen and (max-width: 640px) {
  .m-column--col2 {
    gap: 25px;
  }
}
.m-column--col2-item {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-item {
    width: 100%;
  }
}
.m-column--col2-style-2 {
  gap: 51px 6.5%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-2 {
    gap: 25px;
  }
}
.m-column--col2-style-2-text {
  width: 61.5%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-2-text {
    width: 100%;
  }
}
.m-column--col2-style-2-image {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-2-image {
    width: 100%;
  }
}
.m-column--col2-style-3 {
  gap: 50px 6%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-3 {
    gap: 25px;
  }
}
.m-column--col2-style-3-text {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-3-text {
    width: 100%;
  }
}
.m-column--col2-style-3-image {
  width: 29%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-3-image {
    width: 100%;
  }
}
.m-column--col2-style-4 {
  width: 75%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-4 {
    width: 100%;
  }
}
.m-column--col2-style-4-item {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-4-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-column--col2-style-4-item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.m-column--col3 {
  gap: 30px 2%;
}
@media screen and (max-width: 768px) {
  .m-column--col3 {
    gap: 25px 4%;
  }
}
@media screen and (max-width: 640px) {
  .m-column--col3 {
    gap: 25px;
  }
}
.m-column--col3-item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .m-column--col3-item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .m-column--col3-item {
    width: 100%;
  }
}
.m-column-item__image {
  padding-bottom: 14px;
}
.m-column-item__title {
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .m-column-item__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-column-item__text {
  color: #5f6471;
  font-size: 10px;
  font-size: 0.625rem;
}
.m-column-item__caption {
  font-weight: 500;
  padding-top: 10px;
}
.m-column-item .m-list-dash {
  padding-top: 8px;
}

.m-float-col2 {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .m-float-col2 {
    padding-top: 15px;
  }
}
.m-float-col2::after {
  content: "";
  display: block;
  clear: both;
}
.m-float-col2__img {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .m-float-col2__img {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
.m-float-col2__img.--right {
  float: right;
  margin-left: 4%;
}
@media screen and (max-width: 640px) {
  .m-float-col2__img.--right {
    margin-left: 0;
  }
}
.m-float-col2__img.--left {
  float: left;
  margin-right: 4%;
}
@media screen and (max-width: 640px) {
  .m-float-col2__img.--left {
    margin-right: 0;
  }
}

.m-article__faq {
  background: #fff;
  /* open */
}
.m-article__faq .toggle {
  display: none;
}
.m-article__faq .Label {
  border-bottom: #cdd0d8 1px solid;
  display: block;
  background: #fff;
  position: relative;
  padding: 44px 50px;
}
@media screen and (max-width: 768px) {
  .m-article__faq .Label {
    padding: 14px 20px;
  }
}
.m-article__faq .Label span::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #0399de;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-article__faq .Label span::after {
  content: "";
  width: 2px;
  height: 10px;
  background: #0399de;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-article__faq .Label span {
  width: 30px;
  height: 30px;
  background: #fff;
  border: #0399de 2px solid;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .m-article__faq .Label span {
    right: 0;
  }
}
.m-article__faq .Label,
.m-article__faq .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-article__faq .content {
  height: 0;
  overflow: hidden;
  background: #f5f8fa;
  padding: 0 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .m-article__faq .content {
    padding: 0 20px;
  }
}
.m-article__faq .faq__q-title,
.m-article__faq .faq__q-title + p,
.m-article__faq .faq__a-title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .m-article__faq .faq__q-title,
  .m-article__faq .faq__q-title + p,
  .m-article__faq .faq__a-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-article__faq .faq__q-title,
.m-article__faq .faq__a-title {
  color: #0399de;
  width: 46px;
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .m-article__faq .faq__q-title,
  .m-article__faq .faq__a-title {
    width: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.m-article__faq .faq__q-title + p,
.m-article__faq .faq__a-title + p {
  width: calc(100% - 26px - 104px);
}
@media screen and (max-width: 768px) {
  .m-article__faq .faq__q-title + p,
  .m-article__faq .faq__a-title + p {
    width: calc(100% - 50px);
  }
}
.m-article__faq .faq__a-title + p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .m-article__faq .faq__a-title + p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.m-article__faq .toggle:checked + .Label + .content {
  height: auto;
  padding: 44px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .m-article__faq .toggle:checked + .Label + .content {
    padding: 14px 20px;
  }
}
.m-article__faq .toggle:checked + .Label + .content img {
  opacity: 1;
}
.m-article__faq .toggle:checked + .Label span::after {
  rotate: 90deg;
}

/*************************
Box
*************************/
.m-borderbox {
  padding: 30px 50px;
  margin-top: 90px;
  border: 1px solid #969da0;
}
@media screen and (max-width: 768px) {
  .m-borderbox {
    padding: 20px;
    margin-top: 30px;
  }
}
.m-borderbox > *:first-child {
  padding-top: unset !important;
  margin-top: unset !important;
}

/*************************
Margin & Padding
*************************/
.dBlock {
  display: block !important;
}

.dInline {
  display: inline !important;
}

.dInlineBlock {
  display: inline-block !important;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fBold {
  font-weight: bold !important;
}

.fItalic {
  font-style: italic !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL1em {
  margin-left: 1em !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

html {
  scroll-padding-top: 88px;
}
@media screen and (max-width: 640px) {
  html {
    scroll-padding-top: 50px;
  }
}

/*************************
Header
*************************/
.l-header {
  position: fixed;
  top: 0;
  height: 88px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.03);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: 999;
}
@media screen and (max-width: 640px) {
  .l-header {
    width: 100%;
    min-width: auto;
    height: 50px;
  }
  .l-header.active {
    background: #fff;
  }
}
.l-header.scroll-nav {
  height: 64px;
}
@media screen and (max-width: 640px) {
  .l-header.scroll-nav {
    height: 50px;
  }
}
.l-header.scroll-nav .l-header-lang__button {
  height: 32px;
}
.l-header.scroll-nav .l-megamenu {
  top: 64px;
}
.l-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 850px) {
  .l-header-logo {
    width: 90px;
    padding: 4px 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .l-header-logo {
    gap: 9px;
    padding: 0 0 3px 15px;
  }
  .l-header-logo a img {
    width: 64px;
  }
  .l-header-logo > img {
    width: 56px;
  }
}
.l-header-nav {
  margin-left: auto;
  padding-right: 129px;
}
@media screen and (max-width: 850px) {
  .l-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 0 5.5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.8em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .l-header-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header-list__item a:hover {
  text-decoration: none;
}
.l-header-list__toggle {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 850px) {
  .l-header-list__toggle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-header-list__toggle:hover {
  cursor: pointer;
  color: #0399de;
  text-decoration: none;
}
.l-header-nav-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .l-header-nav-icon {
    display: none;
  }
}
.l-header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-icons__item {
  padding-inline: 18px;
  padding-block: 3px 8px;
  border-left: 1px solid #e1e4ed;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header-icons__item {
    padding-block: 0;
    border-left: none;
  }
}
.l-header-icons__item img {
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .l-header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header-lang__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 44px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #f1f2f6;
  border: 1px solid #f1f2f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-lang__button:hover {
  text-decoration: none;
  background-color: #fff;
}
.l-header-lang__button.--active {
  color: #fff;
  background-color: #0399de;
  pointer-events: none;
}
.l-header-search {
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 45px;
  background-color: #eee;
  border: 1px solid #969da0;
  border-radius: 30px;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-search::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.l-header-search.--show {
  pointer-events: unset;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-search form.gsc-search-box {
  margin-bottom: 0 !important;
}
.l-header-search form .gsc-input-box {
  width: 250px;
  border: none !important;
  background: transparent !important;
}
.l-header-search form .gsc-input-box .gsc-input {
  width: 100% !important;
  padding: 0px !important;
  background-color: transparent !important;
}
.l-header-search form .gsc-search-button-v2 {
  position: relative;
  width: 2.5em !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-header-search form .gsc-search-button-v2::before {
  content: "検索";
  color: #5f6471;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.l-header-search form .gsc-search-button-v2 svg {
  display: none;
}

.l-spButton {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-spButton {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
  }
  .l-spButton span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background-color: #0399de;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-spButton span:nth-of-type(1) {
    top: 17px;
  }
  .l-spButton span:nth-of-type(2) {
    top: 24px;
  }
  .l-spButton span:nth-of-type(3) {
    top: 31px;
  }
  .l-spButton.active {
    background: #094584;
  }
  .l-spButton.active span {
    background-color: #fff;
  }
  .l-spButton.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(-50%) rotate(-45deg);
            transform: translateY(7px) translateX(-50%) rotate(-45deg);
  }
  .l-spButton.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-spButton.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(-50%) rotate(45deg);
            transform: translateY(-7px) translateX(-50%) rotate(45deg);
  }
}

.l-header-nav-sp {
  position: absolute;
  overflow-y: scroll;
  top: 50px;
  width: 100%;
  height: 100%;
  min-height: calc(100svh - 50px);
  background: #094584;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.l-header-nav-sp.active {
  pointer-events: auto;
  opacity: 1;
}
.l-header-nav-sp__label {
  position: relative;
  display: block;
  padding: 20px 50px 20px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp__label.active .open-icon::after {
  opacity: 0;
}
.l-header-nav-sp .nav-child-list {
  display: none;
  background: #007bbc;
}
.l-header-nav-sp .nav-child-list__item__label {
  position: relative;
  display: block;
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp .nav-child-list__item__label.active .open-icon::after {
  opacity: 0;
}
.l-header-nav-sp .nav-child-list__link a {
  position: relative;
  display: block;
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp .nav-child-list__link a::before, .l-header-nav-sp .nav-child-list__link a::after {
  position: absolute;
  content: "";
  top: 50%;
}
.l-header-nav-sp .nav-child-list__link a::before {
  right: 18px;
  width: 14px;
  height: 2px;
  background: #fff;
}
.l-header-nav-sp .nav-child-list__link a::after {
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.l-header-nav-sp .nav-child-list__link a:hover {
  text-decoration: none;
}
.l-header-nav-sp .nav-child-list .nav-grandchild-list {
  display: none;
  background: #20A5E0;
}
.l-header-nav-sp .nav-child-list .nav-grandchild-list__item a {
  position: relative;
  display: block;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp .nav-child-list .nav-grandchild-list__item a::before, .l-header-nav-sp .nav-child-list .nav-grandchild-list__item a::after {
  position: absolute;
  content: "";
  top: 50%;
}
.l-header-nav-sp .nav-child-list .nav-grandchild-list__item a::before {
  right: 18px;
  width: 14px;
  height: 2px;
  background: #fff;
}
.l-header-nav-sp .nav-child-list .nav-grandchild-list__item a::after {
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.l-header-nav-sp .nav-child-list .nav-grandchild-list__item a:hover {
  text-decoration: none;
}
.l-header-nav-sp__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp__btnbox .gnav-sub {
  width: 50%;
}
.l-header-nav-sp__btnbox .gnav-sub:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp__btnbox .gnav-sub a {
  display: block;
  padding: 25px 0 20px;
  text-align: center;
}
.l-header-nav-sp__btnbox .gnav-sub a:hover {
  text-decoration: none;
}
.l-header-nav-sp__btnbox .gnav-sub__img {
  width: 22px;
  margin: 0 auto 10px;
  line-height: 0;
}
.l-header-nav-sp__btnbox .gnav-sub__ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}
.l-header-nav-sp .sp-search-box {
  padding: 15px;
}
.l-header-nav-sp .sp-search-box form {
  height: 45px;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}
.l-header-nav-sp .sp-search-box form .gsc-input-box {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  line-height: 0;
}
.l-header-nav-sp .sp-search-box form .gsc-input-box * {
  padding: 0 !important;
}
.l-header-nav-sp .sp-search-box form button {
  width: 20px;
  height: 20px;
  padding: 0 !important;
  background: url(/common/images/h-search-icon.svg) center/contain no-repeat !important;
  border: none !important;
  border-radius: 0 !important;
  line-height: 0;
}
.l-header-nav-sp .sp-search-box form button svg {
  display: none !important;
}
.l-header-nav-sp .open-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.l-header-nav-sp .open-icon::before, .l-header-nav-sp .open-icon::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-header-nav-sp .open-icon::after {
  top: 49%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*************************
cookie
*************************/
#cookie-popup-en {
  visibility: hidden;
}
#cookie-popup-en.is-show {
  visibility: visible;
}
#cookie-popup-en.cc-hide1 {
  display: none;
}
#cookie-popup-en .cookie-popup-en__wrap {
  position: fixed;
  min-width: 1250px;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.02em;
  z-index: 100;
}
@media screen and (max-width: 1267px) {
  #cookie-popup-en .cookie-popup-en__wrap {
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  #cookie-popup-en .cookie-popup-en__wrap {
    letter-spacing: 0.03em;
  }
}
#cookie-popup-en .cookie-popup-en__wrap .m-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1267px) {
  #cookie-popup-en .cookie-popup-en__wrap .m-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  #cookie-popup-en .cookie-popup-en__wrap .m-wrapper {
    display: block;
    width: 100%;
  }
}
#cookie-popup-en .cookie-popup-en__wrap .m-wrapper .cookie-text-en {
  margin-right: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #cookie-popup-en .cookie-popup-en__wrap .m-wrapper .cookie-text-en {
    margin-right: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#cookie-popup-en .cookie-popup-en__wrap .m-wrapper .cookie-text-en a {
  text-decoration: underline;
}
#cookie-popup-en .cookie-popup-en__wrap .m-wrapper .cookie-text-en a:hover {
  text-decoration: none;
}
#cookie-popup-en .cookie-popup-en__wrap .m-wrapper .cookie-agree-en {
  padding: 7px 20px;
  color: #111;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #cookie-popup-en .cookie-popup-en__wrap .m-wrapper .cookie-agree-en {
    width: 60%;
    margin: 12px auto 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*************************
main
*************************/
.l-main {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .l-main {
    margin-top: 50px;
  }
}

/*************************
Contact
*************************/
.l-contact {
  color: #fff;
  padding-block: 50px;
  padding-inline: 5.35%;
  background-color: #0399de;
}
@media screen and (max-width: 640px) {
  .l-contact {
    padding-block: 30px;
    padding-inline: unset;
  }
}
.l-contact__title {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .l-contact__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-contact__title:nth-of-type(n+2) {
  padding-top: 40px;
}
.l-contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .l-contact-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border: none;
  }
}
.l-contact-buttons--short {
  width: min(400px, 100%);
}
.l-contact__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  height: 110px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  padding-inline: 10px;
}
@media screen and (max-width: 640px) {
  .l-contact__button {
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #fff;
    padding-block: 20px;
  }
}
.l-contact__button img {
  margin-top: 3px;
}
.l-contact__button:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.l-contact__button:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

/*************************
Footer
*************************/
.l-fixbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90px;
  aspect-ratio: 1;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 120px 0 0 120px;
  background-color: #0399de;
  border: 1px solid #fff;
  padding-left: 10px;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -57.5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-fixbutton {
    width: 65px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.l-fixbutton img {
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  .l-fixbutton img {
    width: 25px;
    margin-bottom: 5px;
  }
}
.l-fixbutton:hover {
  opacity: 0.8;
  text-decoration: none;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
}
#page-top a img {
  width: 26px;
  height: 26px;
}

.l-footer {
  color: #f1f2f6;
  background-color: #01182a;
  border-image-source: linear-gradient(#01182a, #01182a);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  padding-block: 80px 50px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-block: 80px 35px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding-block: 45px 13px;
    text-align: center;
  }
}
.l-footer-wrapper {
  max-width: 1200px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  margin-inline: auto;
}
.l-footer-corporatename {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .l-footer-corporatename {
    margin-inline: auto;
    margin-bottom: 0;
  }
}
.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}
@media screen and (max-width: 640px) {
  .l-footer-sns {
    padding-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer-sns__title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-family: "Racing Sans One";
  line-height: 1;
  padding-top: 7px;
}
.l-footer-owned {
  width: 220px;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .l-footer-owned {
    display: none;
  }
}
.l-footer-sitemap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 3vw;
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-box {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .l-footer-sitemap-box {
    display: none;
  }
}
.l-footer-sitemap-box .l-footer-sitemap:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap {
    margin-top: 20px;
  }
}
.l-footer-sitemap__title {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #435461;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.l-footer-sitemap__title:nth-of-type(n+2) {
  padding-top: 19px;
}
.l-footer-sitemap__item {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.l-footer-sitemap__item.--child {
  padding-left: 1.3em;
  position: relative;
}
.l-footer-sitemap__item.--child:first-of-type {
  padding-top: 8px;
}
.l-footer-sitemap__item.--child::before {
  content: "-";
  position: absolute;
  left: 0;
}
.l-footer .copy {
  text-align: right;
  border-image-source: linear-gradient(180deg, #435461 1px, transparent 0);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  padding-top: 35px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .l-footer .copy {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .l-footer .copy {
    margin-top: 47px;
    padding-top: 11px;
  }
}
.l-footer .copy small {
  color: #969da0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .l-footer .copy small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*************************
Megamenu
*************************/
.l-megamenu {
  display: none;
  width: 100%;
  background-color: #0085cc;
  position: fixed;
  top: 88px;
  left: 0;
  font-weight: 400;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 1;
}
.l-megamenu-wrapper {
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.l-megamenu__close {
  position: absolute;
  top: 25px;
  right: 0;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .l-megamenu__close {
    right: 25px;
  }
}
.l-megamenu-parent {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: #094584;
  padding-block: 35px;
  border-image-source: linear-gradient(#094584, #094584);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}
@media screen and (max-width: 850px) {
  .l-megamenu-parent {
    width: 40%;
  }
}
.l-megamenu-parent__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  gap: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  word-break: break-all;
  line-height: 1.3;
}
@media screen and (max-width: 850px) {
  .l-megamenu-parent__title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.l-megamenu-parent__title .m-ico-arrow {
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 850px) {
  .l-megamenu-parent__title .m-ico-arrow {
    width: 22px;
  }
}
.l-megamenu-parent__title .m-ico-arrow::before {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 850px) {
  .l-megamenu-parent__title .m-ico-arrow::before {
    width: 5px;
  }
}
.l-megamenu-parent__title:hover {
  text-decoration: none;
}
.l-megamenu-parent__title:hover .m-ico-arrow {
  background: #fff;
}
.l-megamenu-parent__title:hover .m-ico-arrow::before {
  border-color: #094584;
}
.l-megamenu-parent__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  padding: 15px 30px 15px 40px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 850px) {
  .l-megamenu-parent__child {
    padding: 15px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-megamenu-parent__child.current {
  background-color: #0085cc;
  color: #fff !important;
}
.l-megamenu-parent__child:hover {
  color: #18EBF9;
}
.l-megamenu-parent__child:focus {
  outline: none;
}
.l-megamenu-parent__child::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 26/29;
  background-image: url(../images/arrow-w.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
}
.l-megamenu-parent .direct-link a {
  display: block;
  padding: 15px 30px 15px 40px;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
}
.l-megamenu-parent .direct-link a:hover {
  text-decoration: none;
  background-color: #0085cc;
}
.l-megamenu-menu {
  width: 72%;
  padding: 70px 30px;
}
@media screen and (max-width: 850px) {
  .l-megamenu-menu {
    width: 60%;
  }
}
.l-megamenu-tab {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.l-megamenu-tab#pr_tab1 .l-megamenu-txt-sublist, .l-megamenu-tab#su_tab1 .l-megamenu-txt-sublist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-megamenu-tab-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 3%;
}
@media screen and (max-width: 850px) {
  .l-megamenu-tab-list {
    gap: 15px 6%;
  }
}
.l-megamenu-tab-list__item {
  width: 22.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .l-megamenu-tab-list__item {
    width: 47%;
  }
}
.l-megamenu-tab-list__item img {
  margin-bottom: 3px;
}
.l-megamenu-tab-list__item:hover {
  text-decoration: none;
}
.l-megamenu-tab-sublist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}
.l-megamenu-tab-sublist__item:hover {
  text-decoration: underline !important;
}
.l-megamenu-txt-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-right: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}
.l-megamenu-txt-sublist__item {
  display: block;
  position: relative;
  padding-left: 22px;
}
.l-megamenu-txt-sublist__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 5px;
}
.l-megamenu-txt-sublist__item:hover {
  text-decoration: underline !important;
}
.l-megamenu-txt-sublist .child-list li {
  text-indent: 1.5em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.l-megamenu-txt-sublist .child-list li a {
  display: block;
  padding: 4px 0;
}
.l-megamenu-txt-sublist .child-list li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */