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

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 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: bold;
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  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;
  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;
  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;
}

.gsc-search-button {
  width: 40px !important;
  height: 40px !important;
}

.gsc-search-button-v2 {
  background-color: #2d305d !important;
  border-radius: 0 !important;
  border-color: #2d305d !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  padding-left: 10px !important;
}

.gsc-input-box {
  background-color: #fff;
  padding: 0 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  width: 280px;
}

.gsc-input-box {
  padding-top: 1.5px !important;
  padding-bottom: 1.5px !important;
  border-radius: 0 !important;
  width: auto !important;
  height: 40px !important;
}

.gsc-search-button-v2 svg {
  width: 19px !important;
  height: auto !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.gsc-search-button {
  margin-left: 0 !important;
}

input {
  background-color: white !important;
  height: 38px;
  padding-left: 10px;
}

.search-wrapper {
  display: flex;
}

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #222222;
  min-width: 1140px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

a,
button {
  text-decoration: none;
  color: #222222;
  outline: none;
}
@media screen and (min-width: 769px), print {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a path,
  a img,
  a p,
  button path,
  button img,
  button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
}

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

ul,
ol {
  list-style-position: inside;
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

button:focus {
  outline: none;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
p a {
  text-decoration: underline;
}

.l-ftr {
  background: #2d305d;
  padding: 60px 0;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .l-ftr {
    padding: 20px 0;
    margin-top: 100px;
  }
}
.l-ftr__copy {
  text-align: center;
  color: white;
  font-size: 14px;
}

.l-hdr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-hdr {
    margin-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
}
.l-hdr__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-hdr__logo img {
    width: 134px;
  }
}
.l-hdr__right {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-hdr__right {
    padding-right: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.l-hdr__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-hdr__nav {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-right: 0;
  }
}
.l-hdr__nav a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-hdr__nav a {
    font-size: 16px;
  }
}
.l-hdr__nav a img {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-hdr__nav a img {
    width: 14px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr__form {
    margin-top: 20px;
  }
}
.l-hdr__form form {
  display: flex;
  border: 1px solid #2d305d;
}
.l-hdr__form form input[type=text] {
  background-color: #fff;
  padding: 0 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .l-hdr__form form input[type=text] {
    padding: 0 10px;
    width: 100%;
  }
}
.l-hdr__form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d305d;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-hdr__form form button {
    width: 40px;
    height: 40px;
  }
}
.l-hdr-gnav {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-hdr-gnav {
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .l-hdr-gnav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.l-hdr-gnav__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-hdr-gnav__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
    border-top: 1px solid #222222;
  }
}
.l-hdr-gnav__nav a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px), print {
  .l-hdr-gnav__nav a {
    border-right: 1px solid #222222;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr-gnav__nav a {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .l-hdr-gnav__nav a:nth-child(2n) {
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 769px), print {
  .l-hdr-gnav__nav a:first-child {
    border-left: 1px solid #222222;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr__hmb {
    margin-left: auto;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 20px;
  }
  .l-hdr__hmb > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #2d305d;
    transition: 0.3s ease;
    margin: auto 0;
  }
  .l-hdr__hmb > span:nth-child(1) {
    transform: translateY(-8px);
  }
  .l-hdr__hmb > span:nth-child(3) {
    transform: translateY(8px);
  }
  .l-hdr__hmb.is-open > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .l-hdr__hmb.is-open > span:nth-child(2) {
    opacity: 0;
  }
  .l-hdr__hmb.is-open > span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .search-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
  }
}

.l-hdrtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-hdrtop {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-hdrtop__logo img {
    width: 82px;
  }
}
.l-hdrtop__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-hdrtop__right {
    flex-direction: column-reverse;
  }
}
.l-hdrtop__nav {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-hdrtop__nav {
    gap: 10px;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.l-hdrtop__nav a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-hdrtop__nav a {
    font-size: 12px;
  }
}
.l-hdrtop__nav a img {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-hdrtop__nav a img {
    width: 10px;
    margin-left: 5px;
  }
}
.l-hdrtop__form form {
  display: flex;
}
.l-hdrtop__form form input[type=text] {
  background-color: #fff;
  padding: 0 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .l-hdrtop__form form input[type=text] {
    padding: 0 10px;
    width: 200px;
  }
}
.l-hdrtop__form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d305d;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .l-hdrtop__form form button {
    width: 30px;
    height: 30px;
  }
}

.l-main section + section {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-main section + section {
    padding-top: 60px;
  }
}

.c-accordion__item + div {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-accordion__item + div {
    margin-top: 10px;
  }
}
.c-accordion__item:not(:last-child) .c-accordion__contents {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-accordion__item:not(:last-child) .c-accordion__contents {
    padding-bottom: 40px;
  }
}
.c-accordion__item button {
  background-color: #2d305d;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-accordion__item button {
    font-size: 18px;
    padding: 10px 15px;
    margin-right: 10px;
  }
}
.c-accordion__item button .toggle {
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .c-accordion__item button .toggle {
    width: 25px;
    height: 25px;
  }
}
.c-accordion__item button .toggle:before, .c-accordion__item button .toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 3px;
  margin: auto 0;
}
.c-accordion__item button .toggle:after {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.c-accordion__item button.is-open .toggle:after {
  transform: rotate(0deg);
}
.c-accordion__contents {
  padding: 40px 30px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-accordion__contents {
    padding: 20px 0 0;
  }
}

.c-right {
  text-align: right;
}

.c-center {
  text-align: center;
}

.c-left {
  text-align: left;
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid #2d305d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 15px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.c-btnA:after {
  content: "";
  background: url(../../images/icon_arrow.png);
  background-size: cover;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c-btnA:after {
    right: 10px;
  }
}
.c-btnA--blue {
  background: #2d305d;
  color: white;
}
.c-btnA--blue:after {
  background: url(../../images/icon_arrow_white.png);
  background-size: cover;
}
.c-btnA--back:after {
  right: auto;
  left: 19px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .c-btnA--back:after {
    left: 10px;
  }
}

.w500 {
  width: 500px;
}

.w300 {
  width: 300px;
}

.c-clm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .c-clm {
    gap: 15px;
  }
}
.c-clm--1clm {
  grid-template-columns: repeat(1, 1fr);
}
.c-clm--2clm {
  grid-template-columns: repeat(2, 1fr);
}
.c-clm--3clm {
  grid-template-columns: repeat(3, 1fr);
}
.c-clm--4clm {
  grid-template-columns: repeat(4, 1fr);
}
.c-clm--5clm {
  grid-template-columns: repeat(5, 1fr);
}
.c-clm--6clm {
  grid-template-columns: repeat(6, 1fr);
}
.c-clm--7clm {
  grid-template-columns: repeat(7, 1fr);
}
.c-clm--8clm {
  grid-template-columns: repeat(8, 1fr);
}
.c-clm--9clm {
  grid-template-columns: repeat(9, 1fr);
}
.c-clm--10clm {
  grid-template-columns: repeat(10, 1fr);
}
.c-clm--11clm {
  grid-template-columns: repeat(11, 1fr);
}
.c-clm--12clm {
  grid-template-columns: repeat(12, 1fr);
}
.c-clm--13clm {
  grid-template-columns: repeat(13, 1fr);
}
.c-clm--14clm {
  grid-template-columns: repeat(14, 1fr);
}
.c-clm--15clm {
  grid-template-columns: repeat(15, 1fr);
}
.c-clm--16clm {
  grid-template-columns: repeat(16, 1fr);
}
.c-clm--17clm {
  grid-template-columns: repeat(17, 1fr);
}
.c-clm--18clm {
  grid-template-columns: repeat(18, 1fr);
}
.c-clm--19clm {
  grid-template-columns: repeat(19, 1fr);
}
.c-clm--20clm {
  grid-template-columns: repeat(20, 1fr);
}
@media screen and (max-width: 768px) {
  .c-clm--1clmsp {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-clm--2clmsp {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-clm--3clmsp {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-clm--4clmsp {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-clm--5clmsp {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-clm--6clmsp {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-clm--7clmsp {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-clm--8clmsp {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-clm--9clmsp {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-clm--10clmsp {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-clm--11clmsp {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-clm--12clmsp {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-clm--13clmsp {
    grid-template-columns: repeat(13, 1fr);
  }
  .c-clm--14clmsp {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-clm--15clmsp {
    grid-template-columns: repeat(15, 1fr);
  }
  .c-clm--16clmsp {
    grid-template-columns: repeat(16, 1fr);
  }
  .c-clm--17clmsp {
    grid-template-columns: repeat(17, 1fr);
  }
  .c-clm--18clmsp {
    grid-template-columns: repeat(18, 1fr);
  }
  .c-clm--19clmsp {
    grid-template-columns: repeat(19, 1fr);
  }
  .c-clm--20clmsp {
    grid-template-columns: repeat(20, 1fr);
  }
}
.c-clm .c-btnA {
  height: 100%;
}

.c-faq dl + dl {
  margin-top: 30px;
}
.c-faq dl dt {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-faq dl dt {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.c-faq dl dt .q {
  width: 40px;
  height: 40px;
  background: #222222;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-faq dl dt .q {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
  }
}
.c-faq dl dt .text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .c-faq dl dt .text {
    font-size: 18px;
  }
}
.c-faq dl dd {
  display: flex;
  align-items: flex-start;
}
.c-faq dl dd .a {
  width: 40px;
  height: 40px;
  background: #2d305d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-faq dl dd .a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
  }
}
.c-faq dl dd .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .c-faq dl dd .text {
    font-size: 14px;
  }
}

.c-image_text {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 74px;
}
@media screen and (max-width: 768px) {
  .c-image_text {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-image_text__image {
    text-align: center;
  }
}

.c-line {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}

.c-listA li {
  padding-left: 1em;
  text-indent: -1em;
}

.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px;
  }
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px;
  }
}

.mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px;
  }
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px;
  }
}

.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px;
  }
}

.mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px;
  }
}

.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px;
  }
}

.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px;
  }
}

.mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px;
  }
}

.mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px;
  }
}

.c-mv img {
  width: 100%;
}

.c-news__list {
  margin-top: -15px;
}
.c-news__list li a {
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .c-news__list li a {
    flex-wrap: wrap;
  }
}
.c-news__list li a .date {
  color: #282f8f;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-news__list li a .date {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.c-news__list li a .text {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-news__list li a .text {
    margin-right: 0;
    width: calc(100% - 20px);
  }
}
.c-news__list li a .arrow {
  margin-left: auto;
  flex-shrink: 0;
  align-self: center;
}
.c-news__btn {
  margin-top: 40px;
  text-align: center;
}
.c-news__btn .c-btnA {
  width: 300px;
}

.c-pankuzu {
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    margin: 10px 0 20px;
  }
}
.c-pankuzu ul {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
.c-pankuzu ul li {
  display: inline;
}
.c-pankuzu ul li + li:before {
  margin: 0 3px;
  color: #222222;
  content: ">";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-pankuzu ul li + li:before {
    font-size: 12px;
  }
}
.c-pankuzu ul li a, .c-pankuzu ul li span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-pankuzu ul li a, .c-pankuzu ul li span {
    font-size: 12px;
  }
}
.c-swiper .swiper-pagination {
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-swiper .swiper-pagination {
    gap: 10px;
    bottom: 10px;
  }
}
.c-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 !important;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.c-swiper .swiper-pagination-bullet-active {
  background: #2d305d;
}

.c-tableA {
  overflow: auto;
  max-height: 80vh;
  max-height: 80svh;
  padding-left: 1px;
  padding-right: 1px;
}
.c-tableA table tr th,
.c-tableA table tr td {
  font-size: 16px;
  line-height: 1.5625;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-tableA table tr th,
  .c-tableA table tr td {
    font-size: 12px;
  }
}
.c-tableA table thead {
  /*position: sticky;
  top: 0;
  left: 0;*/
  position: relative;
  /*&:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    height: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: white;
    z-index: -1;
    border-right: 1px solid $blue;
    border-left: 1px solid $blue;
    @-moz-document url-prefix() {
      left: -1px;
      right: 0;
    }
  }*/
}
.c-tableA table thead tr th,
.c-tableA table thead tr td {
  padding: 15px;
  border: 1px solid white;
  position: relative;
  font-weight: bold;
  text-align: center;
  background: #2d305d;
  color: white;
  vertical-align: middle;
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  .c-tableA table thead tr th,
  .c-tableA table thead tr td {
    padding: 10px;
  }
}
.c-tableA table tbody th,
.c-tableA table tbody td {
  border: 1px solid #2d305d;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-tableA table tbody th,
  .c-tableA table tbody td {
    padding: 10px;
  }
}
.c-tableA table tbody tr th {
  font-weight: bold;
  text-align: center;
  background-color: #eeeeee;
}
.c-titA {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  border-left: 4px solid #282f8f;
  padding-left: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-titA {
    font-size: 20px;
    border-left-width: 2px;
    padding-left: 12px;
    margin-bottom: 30px;
  }
}

.c-titB {
  color: #282f8f;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-titB {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-titC {
  font-size: 36px;
  font-weight: bold;
  color: #2d305d;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .c-titC {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.c-inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px), print {
  .c-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-tab_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.c-anchor {
  margin-top: -100px;
  padding-top: 100px;
}
.c-cap {
  text-indent: -1em;
  padding-left: 1em;
}

#top .p-mv {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top .p-mv {
    margin-bottom: 0;
  }
}
#top .p-nav nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-nav nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
  }
}
#top .p-nav nav a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px), print {
  #top .p-nav nav a {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #top .p-nav nav a {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
}
#top .p-sec01 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: 210px;
  }
}/*# sourceMappingURL=style.css.map */