@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 */
/* ============================================ */
* {
  box-sizing: border-box; }

::before,
::after {
  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 {
  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 */
  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;
  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;
  appearance: checkbox; }

[type="radio"] {
  -webkit-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;
  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: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

body {
  color: #111;
  font-size: 15px;
  font-size: calc($size / 16)rem;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt";
  min-width: 1250px; }
  @media screen and (max-width: 640px) {
    body {
      min-width: unset;
      font-size: 14px;
      font-size: calc($size / 16)rem; } }

a:hover {
  text-decoration: underline; }
  a:hover img {
    opacity: .8; }
a img {
  transition-property: opacity;
  transition-duration: .2s;
  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: 100%;
  margin-inline: auto; }
  @media screen and (max-width: 640px) {
    .m-wrapper {
      max-width: 89.3%; } }

/*************************
Htag
*************************/
.m-h1, .m-pagehead__title {
  font-size: 36px;
  font-size: calc($size / 16)rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 640px) {
    .m-h1, .m-pagehead__title {
      font-size: 23px;
      font-size: calc($size / 16)rem; } }

.m-h2 {
  font-size: 34px;
  font-size: calc($size / 16)rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .m-h2 {
      font-size: 19px;
      font-size: calc($size / 16)rem; } }

.m-h3 {
  font-size: 22px;
  font-size: calc($size / 16)rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 640px) {
    .m-h3 {
      font-size: 15px;
      font-size: calc($size / 16)rem; } }
  .m-h3--blue {
    color: #0399de; }

.m-h4 {
  font-size: 19px;
  font-size: calc($size / 16)rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 640px) {
    .m-h4 {
      font-size: 15px;
      font-size: calc($size / 16)rem; } }
  .m-h4--blue {
    color: #0399de; }

.m-title-en {
  font-family: "Racing Sans One";
  font-size: 40px;
  font-size: calc($size / 16)rem;
  font-weight: 400;
  letter-spacing: 0.06em; }
  @media screen and (max-width: 640px) {
    .m-title-en {
      font-size: 26px;
      font-size: calc($size / 16)rem; } }
  .m-title-en--small {
    font-size: 16px;
    font-size: calc($size / 16)rem; }
    @media screen and (max-width: 640px) {
      .m-title-en--small {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }

.m-title-borderbottom {
  font-size: 34px;
  font-size: calc($size / 16)rem;
  font-weight: bold;
  line-height: calc($lin / $fontsize);
  letter-spacing: 0.06em;
  border-bottom: 1px solid #969da0;
  padding-bottom: 12px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .m-title-borderbottom {
      font-size: 19px;
      font-size: calc($size / 16)rem;
      line-height: 1.5; } }
  .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: calc($size / 16)rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  line-height: calc($lin / $fontsize);
  margin-top: 46px;
  padding-left: 20px; }
  @media screen and (max-width: 640px) {
    .m-title-borderleft {
      font-size: 15px;
      font-size: calc($size / 16)rem;
      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: 640px) {
      .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: 640px) {
      .m-title-borderleft::before {
        height: 13px; } }
  .m-title-borderleft::after {
    height: 10px;
    background-color: #007dbf; }
    @media screen and (max-width: 640px) {
      .m-title-borderleft::after {
        height: 6px; } }

/*************************
Text
*************************/
.m-image {
  text-align: center; }
  .m-image__caption {
    font-size: 17px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em;
    text-align: center;
    padding-top: 15px; }
    @media screen and (max-width: 640px) {
      .m-image__caption {
        font-size: 15px;
        font-size: calc($size / 16)rem; } }
    .m-image__caption_right {
      text-align: right; }

.m-indent {
  font-size: 17px;
  font-size: calc($size / 16)rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .m-indent {
      font-size: 14px;
      font-size: calc($size / 16)rem;
      padding-top: 20px; } }

.m-small-indent {
  font-size: 17px;
  font-size: calc($size / 16)rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-top: 10px; }
  @media screen and (max-width: 640px) {
    .m-small-indent {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }

/*************************
Icons
*************************/
.m-ico-arrow {
  display: flex;
  justify-content: 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;
    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: calc($size / 16)rem;
  letter-spacing: 0.06em;
  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: calc($size / 16)rem;
  letter-spacing: 0.06em;
  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: calc($size / 16)rem;
  letter-spacing: 0.06em;
  margin-left: 5px; }

/*************************
Icon Links
*************************/
.m-link-arrow {
  display: inline-flex;
  font-size: 16px;
  font-size: calc($size / 16)rem;
  letter-spacing: 0.06em;
  text-emphasis: unset;
  padding-left: 22px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #0399de; }
  @media screen and (max-width: 640px) {
    .m-link-arrow {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }
  .m-link-arrow::before, .m-link-arrow::after {
    content: '';
    position: absolute; }
  .m-link-arrow::before {
    display: flex;
    justify-content: 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;
    transform: rotate(45deg);
    top: 11px;
    left: 5px; }
  .m-link-arrow:hover {
    text-decoration: none; }

.m-link-newtab {
  font-size: 16px;
  font-size: calc($size / 16)rem;
  color: #0399de;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 3px; }
  @media screen and (max-width: 640px) {
    .m-link-newtab {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }
  .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: calc($size / 16)rem;
    vertical-align: 1px;
    margin-left: 3px; }
  .m-link-newtab:hover {
    text-decoration: none; }

.m-link-pdf {
  font-size: 16px;
  font-size: calc($size / 16)rem;
  color: #0399de;
  letter-spacing: 0.06em;
  text-decoration: underline; }
  @media screen and (max-width: 640px) {
    .m-link-pdf {
      font-size: 14px;
      font-size: calc($size / 16)rem; } }
  .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: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 32px; }
  @media screen and (max-width: 640px) {
    .m-btn-wrap {
      flex-direction: column;
      align-items: center;
      gap: 20px; } }
  .m-btn-wrap_right {
    justify-content: flex-start; }

.m-btn-ellipse {
  width: min(500px, 100%);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: calc($size / 16)rem;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #0399de;
  border: 1px solid #0399de;
  border-radius: 40px;
  position: relative;
  transition: background .2s; }
  @media screen and (max-width: 640px) {
    .m-btn-ellipse {
      width: min(290px, 100%);
      height: 50px;
      font-size: 16px;
      font-size: calc($size / 16)rem; } }
  .m-btn-ellipse::before {
    content: '';
    display: block;
    width: 6px;
    aspect-ratio: 1;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    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 {
    flex: 1; }
    @media screen and (max-width: 640px) {
      .m-btn-ellipse--flex {
        flex: unset;
        width: 100%; } }
  .m-btn-ellipse--medium {
    width: min(290px, 100%);
    height: 65px;
    font-size: 16px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 640px) {
      .m-btn-ellipse--medium {
        width: min(245px, 100%);
        height: 40px;
        font-size: 13px;
        font-size: calc($size / 16)rem; } }
  .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%);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: calc($size / 16)rem;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #0399de;
  border: 1px solid #0399de;
  border-radius: 40px;
  position: relative;
  transition: background .2s; }
  @media screen and (max-width: 640px) {
    .m-btn-blank {
      width: min(290px, 100%);
      height: 50px;
      font-size: 16px;
      font-size: calc($size / 16)rem; } }
  .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 {
    flex: 1; }
    @media screen and (max-width: 640px) {
      .m-btn-blank--flex {
        flex: unset;
        width: 100%; } }
  .m-btn-blank--medium {
    width: min(290px, 100%);
    height: 65px;
    font-size: 16px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 640px) {
      .m-btn-blank--medium {
        width: min(245px, 100%);
        height: 40px;
        font-size: 13px;
        font-size: calc($size / 16)rem; } }
  .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("/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("/common/images/pagehead_bg-sp.png"); } }
  .m-pagehead-top {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 200px;
    padding-block: 12px 25px; }
    @media screen and (max-width: 640px) {
      .m-pagehead-top {
        align-items: center;
        height: 150px;
        padding-block: 0; } }
  .m-pagehead-nav {
    display: flex;
    flex-wrap: wrap;
    border-image-source: linear-gradient(#fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
    padding-top: 80px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .m-pagehead-nav {
        display: none; } }
    .m-pagehead-nav::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #989c9d;
      margin-top: 25px; }
    .m-pagehead-nav__link {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 13px;
      font-size: 17px;
      font-size: calc($size / 16)rem;
      font-weight: bold;
      letter-spacing: 0.06em;
      border-right: 1px solid #989c9d;
      padding-block: 3px;
      padding-inline: 55px 33px;
      transition: background .2s;
      background-image: url(../images/arrow.png);
      background-size: 14px auto;
      background-repeat: no-repeat;
      background-position: 30px 50%; }
      .m-pagehead-nav__link:first-of-type {
        padding-left: 27px;
        background-position: 0 50%; }
      .m-pagehead-nav__link:hover {
        text-decoration: none;
        background-position-y: calc(50% + 5px); }

/*************************
BreadCrumbs
*************************/
.m-breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 640px) {
    .m-breadcrumbs {
      display: none; } }
  .m-breadcrumbs__item {
    position: relative;
    display: block;
    padding-right: 20px;
    font-size: 13px;
    font-size: calc($size / 16)rem;
    font-weight: bold;
    letter-spacing: 0.06em; }
    .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;
      transform: rotate(45deg) translateY(-50%); }
    .m-breadcrumbs__item sub {
      align-items: baseline; }

/*************************
List
*************************/
.m-list-disc {
  padding-top: 26px; }
  @media screen and (max-width: 640px) {
    .m-list-disc {
      padding-top: 15px; } }
  .m-list-disc--horizon {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px; }
  .m-list-disc__item {
    font-size: 17px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em;
    padding-left: 1em;
    position: relative; }
    @media screen and (max-width: 640px) {
      .m-list-disc__item {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
    .m-list-disc__item::before {
      color: #0399de;
      content: '●';
      font-size: 9px;
      font-size: calc($size / 16)rem;
      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: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 26px; }
  @media screen and (max-width: 640px) {
    .m-list-dash {
      padding-top: 15px; } }
  .m-list-dash__item {
    font-size: 17px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em;
    padding-left: 1.2em;
    position: relative; }
    @media screen and (max-width: 640px) {
      .m-list-dash__item {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
    .m-list-dash__item::before {
      content: '－';
      color: #0399de;
      font-size: 16px;
      font-size: calc($size / 16)rem;
      position: absolute;
      line-height: 2;
      left: 0; }
      @media screen and (max-width: 640px) {
        .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: calc($size / 16)rem;
          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: 640px) {
            .m-list-dash__item a.item-newtab::after {
              font-size: 12px;
              font-size: calc($size / 16)rem; } }

.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: calc($size / 16)rem;
    padding-left: 1em;
    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: calc($size / 16)rem;
    position: relative;
    color: #5f6471; }

.m-list-arrow {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .m-list-arrow {
      display: block; } }
  .m-list-arrow__item {
    width: 23.5%;
    margin-right: 2%;
    font-size: 18px;
    font-size: calc($size / 16)rem; }
    @media screen and (max-width: 640px) {
      .m-list-arrow__item {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
    .m-list-arrow__item:nth-child(4n) {
      margin-right: 0; }
    .m-list-arrow__item__ttl {
      padding: 10px 20px 12px 0; }
      @media screen and (max-width: 640px) {
        .m-list-arrow__item__ttl {
          padding: 10px 15px 12px 0;
          font-size: 14px;
          font-size: calc($size / 16)rem; } }
    .m-list-arrow__item .m-list-dash {
      padding: 0 0 18px; }
    .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%;
      transition: background 0.2s; }
      @media screen and (max-width: 640px) {
        .m-list-arrow__item > a {
          padding: 10px 15px 10px 25px; } }
      .m-list-arrow__item > a:hover {
        text-decoration: none;
        background-position-x: calc(5px); }
        @media screen and (max-width: 640px) {
          .m-list-arrow__item > a:hover {
            background-position-x: 0; } }

/*************************
Table
*************************/
.m-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px; }
  .m-table__th, .m-table__td {
    font-size: 17px;
    font-size: calc($size / 16)rem;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 12px 20px;
    border-block: 1px solid #cdd0d8; }
    @media screen and (max-width: 640px) {
      .m-table__th, .m-table__td {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
    .m-table__th a, .m-table__td a {
      color: #0399de; }
  .m-table__th {
    width: 290px;
    background-color: #eeeeee; }
    @media screen and (max-width: 640px) {
      .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: calc($size / 16)rem;
    letter-spacing: 0.06em;
    text-align: right;
    padding-top: 2px; }
    @media screen and (max-width: 640px) {
      .m-table__smalltext {
        font-size: 10px;
        font-size: calc($size / 16)rem; } }

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

.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: 640px) {
    .m-article {
      padding-top: 40px; } }
  .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: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .m-section-head {
      gap: 0 15px; } }
  .m-section-head__subtitle {
    color: #0399de;
    font-size: 22px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 1.2; }
    @media screen and (max-width: 640px) {
      .m-section-head__subtitle {
        font-size: 16px;
        font-size: calc($size / 16)rem; } }
  .m-section-head__label {
    color: #fff;
    line-height: 1;
    background-color: #0399de;
    letter-spacing: 0.06em;
    padding: 8px 15px 5px; }
    @media screen and (max-width: 640px) {
      .m-section-head__label {
        font-size: 12px;
        font-size: calc($size / 16)rem;
        padding: 3px 5px 1px; } }
  .m-section-head .m-title-borderbottom {
    width: 100%; }

/*************************
Column
*************************/
.csr-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px; }
  .csr-column--contents {
    width: 90%; }
    @media screen and (max-width: 640px) {
      .csr-column--contents {
        width: 80%; } }
    .csr-column--contents--col2 {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 640px) {
        .csr-column--contents--col2 {
          width: 80%; } }
  .csr-column--col2-item {
    width: 48.5%; }
    @media screen and (max-width: 640px) {
      .csr-column--col2-item {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .csr-column--col2-item:nth-child(n+2) {
        margin-top: 25px; } }
  .csr-column--icon {
    width: 7%;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .csr-column--icon {
        width: 15%; } }
    .csr-column--icon a {
      display: block;
      line-height: 0; }
      .csr-column--icon a:nth-child(n+2) {
        margin-top: 15px; }
    .csr-column--icon .icon-txt {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.06em;
      white-space: nowrap;
      line-height: 1.3; }
      @media screen and (max-width: 640px) {
        .csr-column--icon .icon-txt {
          font-size: 2.3vw;
          letter-spacing: 0; } }

.m-column {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .m-column {
      flex-direction: column;
      align-items: center;
      padding-top: 15px; } }
  .m-column--col2 {
    gap: 51px 40px; }
    @media screen and (max-width: 640px) {
      .m-column--col2 {
        gap: 25px; } }
    .m-column--col2-item {
      width: min(580px, 100%); }
    .m-column--col2-style-2 {
      gap: 51px 70px; }
      @media screen and (max-width: 640px) {
        .m-column--col2-style-2 {
          gap: 25px; } }
      .m-column--col2-style-2-text {
        width: min(740px, 100%); }
      .m-column--col2-style-2-image {
        width: min(390px, 100%); }
    .m-column--col2-style-3 {
      gap: 51px 80px; }
      @media screen and (max-width: 640px) {
        .m-column--col2-style-3 {
          gap: 25px; } }
      .m-column--col2-style-3-text {
        width: min(770px, 100%); }
      .m-column--col2-style-3-image {
        width: min(350px, 100%); }
    .m-column--col2-style-4 {
      width: 75%;
      margin: auto;
      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: 25px 22px; }
    .m-column--col3-item {
      width: min(385px, 100%); }
  .m-column-item__image {
    padding-bottom: 14px; }
  .m-column-item__title {
    font-size: 17px;
    font-size: calc($size / 16)rem;
    font-weight: bold;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 640px) {
      .m-column-item__title {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
  .m-column-item__text {
    color: #5f6471;
    font-size: 10px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em; }
  .m-column-item__caption {
    font-weight: 500;
    letter-spacing: 0.06em;
    padding-top: 10px; }
  .m-column-item .m-list-dash {
    padding-top: 8px; }

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

/*************************
Margin & Padding
*************************/
.tCenter {
  text-align: center !important; }

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

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

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

.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; }

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

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

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

.mR0 {
  margin-right: 0px !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%;
  min-width: 1250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.03);
  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; }
    .l-header.scroll-nav .l-header-list__toggle {
      padding-block: 19px; }
    .l-header.scroll-nav .l-header-lang__button {
      height: 32px; }
    @media screen and (max-width: 640px) {
      .l-header.scroll-nav {
        height: 50px; } }
    .l-header.scroll-nav .l-megamenu {
      top: 64px; }
  .l-header-logo {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 0 0 31px; }
    @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 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .l-header-nav {
        display: none; } }
  .l-header-list {
    display: flex;
    justify-content: flex-end;
    gap: 2.1em;
    flex-wrap: wrap;
    padding-right: 52px; }
    .l-header-list__item a:hover {
      text-decoration: none; }
    .l-header-list__toggle {
      display: block;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding-block: 30px;
      transition: all 0.3s; }
      .l-header-list__toggle:hover {
        cursor: pointer;
        color: #0399de;
        text-decoration: none; }
  .l-header-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .l-header-icons__item {
      padding-inline: 18px;
      padding-block: 3px 8px;
      border-left: 1px solid #e1e4ed;
      position: relative;
      cursor: pointer; }
      .l-header-icons__item img {
        vertical-align: middle; }
  .l-header-lang__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 44px;
    font-size: 13px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.11em;
    background-color: #f1f2f6;
    border: 1px solid #f1f2f6;
    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: inline-flex;
    align-items: center;
    gap: 10px;
    height: 45px;
    background-color: #eee;
    border: 1px solid #969da0;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
    transition: .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;
      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: calc($size / 16)rem; }
      .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%;
        transform: translateX(-50%);
        width: 20px;
        height: 1px;
        background-color: #0399de;
        transition: all .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) {
            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) {
            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;
  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: calc($size / 16)rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    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: calc($size / 16)rem;
      font-weight: 600;
      letter-spacing: 0.11em;
      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: calc($size / 16)rem;
      font-weight: 600;
      letter-spacing: 0.11em;
      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;
        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: calc($size / 16)rem;
        letter-spacing: 0.11em;
        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;
          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: 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: calc($size / 16)rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.11em; }
  .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%;
      transform: translateY(-50%);
      display: inline-block;
      width: 14px;
      height: 2px;
      background-color: #fff;
      transition: opacity 0.2s; }
    .l-header-nav-sp .open-icon::after {
      top: 49%;
      transform: rotate(90deg); }

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

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

/*************************
Contact
*************************/
.l-contact {
  color: #fff;
  padding-block: 45px 44px;
  padding-inline: 5.35%;
  background-color: #0399de; }
  @media screen and (max-width: 640px) {
    .l-contact {
      padding-block: 20px;
      padding-inline: unset; } }
  .l-contact__title {
    font-size: 30px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .l-contact__title {
        font-size: 20px;
        font-size: calc($size / 16)rem; } }
    .l-contact__title:nth-of-type(n+2) {
      padding-top: 40px; }
  .l-contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #fff;
    margin-top: 49px; }
    @media screen and (max-width: 640px) {
      .l-contact-buttons {
        flex-direction: column;
        gap: 9px;
        border: none;
        margin-top: 19px; } }
    .l-contact-buttons--short {
      width: min(600px, 100%); }
  .l-contact__button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    height: 110px;
    font-size: 19px;
    font-size: calc($size / 16)rem;
    line-height: 1;
    letter-spacing: 0.06em;
    transition: background .2s;
    padding-inline: 10px; }
    @media screen and (max-width: 640px) {
      .l-contact__button {
        height: auto;
        font-size: 16px;
        font-size: calc($size / 16)rem;
        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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 115px;
  aspect-ratio: 1;
  color: #fff;
  font-size: 13px;
  font-size: calc($size / 16)rem;
  line-height: 1.3;
  border-radius: 120px 0 0 120px;
  background-color: #0399de;
  border: 1px solid #fff;
  padding-left: 10px;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: calc(-115px / 2);
  transition: opacity .2s;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .l-fixbutton {
      width: 80px;
      font-size: 10px;
      font-size: calc($size / 16)rem; } }
  .l-fixbutton img {
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .l-fixbutton img {
        width: 25px; } }
  .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 63px;
  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: 126px 50px; }
  @media screen and (max-width: 640px) {
    .l-footer {
      padding-block: 45px 13px;
      gap: unset; } }
  .l-footer-companyname {
    padding-top: 9px; }
  .l-footer-sns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 8px; }
    @media screen and (max-width: 640px) {
      .l-footer-sns {
        padding-top: 16px;
        justify-content: center; } }
    .l-footer-sns__title {
      color: #fff;
      font-size: 20px;
      font-size: calc($size / 16)rem;
      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 {
    display: flex;
    flex-direction: column;
    gap: 9px; }
    @media screen and (max-width: 640px) {
      .l-footer-sitemap {
        display: none; } }
    .l-footer-sitemap__title {
      font-size: 16px;
      font-size: calc($size / 16)rem;
      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: calc($size / 16)rem;
      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: 36px; }
    @media screen and (max-width: 640px) {
      .l-footer .copy {
        text-align: center;
        margin-top: 47px;
        padding-top: 11px; } }
    .l-footer .copy small {
      color: #969da0;
      font-size: 13px;
      font-size: calc($size / 16)rem;
      letter-spacing: 0.04em; }
      @media screen and (max-width: 640px) {
        .l-footer .copy small {
          font-size: 10px;
          font-size: calc($size / 16)rem; } }

/*************************
Megamenu
*************************/
.l-megamenu {
  display: none;
  width: 100%;
  background-color: #0085cc;
  position: fixed;
  top: 88px;
  left: 0;
  font-weight: 400;
  transition: top 0.3s;
  z-index: 1; }
  .l-megamenu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative; }
  .l-megamenu__close {
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    font-size: 30px;
    font-size: calc($size / 16)rem;
    line-height: 1; }
  .l-megamenu-parent {
    width: min(330px, 100%);
    display: flex;
    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; }
    .l-megamenu-parent__title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 26px;
      font-size: calc($size / 16)rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 15px; }
      .l-megamenu-parent__title .m-ico-arrow {
        background-color: transparent;
        border-color: #fff;
        border-width: 1px;
        transition: 0.2s; }
        .l-megamenu-parent__title .m-ico-arrow::before {
          border-top-width: 1px;
          border-right-width: 1px;
          border-top-color: #fff;
          border-right-color: #fff; }
      .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: flex;
      align-items: center;
      font-size: 17px;
      font-size: calc($size / 16)rem;
      letter-spacing: 0.06em;
      padding: 15px 30px 15px 40px;
      transition: color 0.2s; }
      .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: calc($size / 16)rem;
      letter-spacing: 0.06em; }
      .l-megamenu-parent .direct-link a:hover {
        text-decoration: none;
        background-color: #0085cc; }
  .l-megamenu-menu {
    flex: 1;
    padding: 70px 0 70px 60px; }
  .l-megamenu-tab {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .l-megamenu-tab#pr_tab1 .l-megamenu-txt-sublist, .l-megamenu-tab#su_tab1 .l-megamenu-txt-sublist {
      flex: 1; }
    .l-megamenu-tab-list {
      width: min(1140px, 570px);
      display: flex;
      flex-wrap: wrap;
      gap: 30px; }
      .l-megamenu-tab-list.col1 {
        width: 180px; }
      .l-megamenu-tab-list.col2 {
        width: 380px; }
      .l-megamenu-tab-list__item {
        width: min(170px, 100%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
        font-size: calc($size / 16)rem;
        letter-spacing: 0.06em;
        line-height: 1.4; }
        .l-megamenu-tab-list__item img {
          margin-bottom: 3px; }
        .l-megamenu-tab-list__item:hover {
          text-decoration: none; }
    .l-megamenu-tab-sublist {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 15px;
      font-size: 15px;
      font-size: calc($size / 16)rem;
      letter-spacing: 0.06em; }
      .l-megamenu-tab-sublist__item:hover {
        text-decoration: underline !important; }
  .l-megamenu-txt-sublist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 40px;
    font-size: 15px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em; }
    .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;
        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: calc($size / 16)rem; }
      .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; }
