@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

:root {
  --primary-color: #0C70D5;
  --secondary-color: #F87050;
  --tertiary-color: #03B5B5;
  --text-primary-color: #424546;
  --text-red-color: #E80000;
}

html {
  font-size: 10px;
  min-height: 100vh;
}

body {
  width: 100%;
  color: var(--text-primary-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  body {
    min-width: 1040px;
  }
}
@media print {
  body {
    display: block;
    -webkit-print-color-adjust: exact;
    min-width: 980px !important;
    overflow: visible !important;
  }
}
body * {
  font-feature-settings: "palt";
}
body.is-locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a .c-ico {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

button {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
button img,
button .c-ico {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

iframe {
  vertical-align: bottom;
}

object {
  width: 100%;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  padding-top: 0.2em;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

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

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .scroll-hint {
    overflow: visible !important;
    overflow-y: hidden !important;
  }
}
@media screen and (max-width:768px) {
  .scroll-hint .js-scrollable {
    width: 600px;
  }
}

.c-ttl-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width:768px) {
  .c-ttl-area {
    padding-top: 14.4vw;
    padding-bottom: 14.4vw;
  }
}
@media print, screen and (min-width:769px) {
  .c-ttl-area--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 280px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl-area--flex {
    margin-bottom: 8.5333333333vw;
  }
}

.c-ttl__lead {
  margin-top: 88px;
  margin-bottom: -20px;
  font-size: 1.6rem;
  color: #7F8A96;
}
@media screen and (max-width:768px) {
  .c-ttl__lead {
    margin-top: 11.7333333333vw;
    margin-bottom: -10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width:768px) {
  .c-ttl__anchor {
    margin-top: 16vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-ttl__anchor li {
  border-bottom: solid 1px #D6DADD;
}
@media screen and (max-width:768px) {
  .c-ttl__anchor li {
    width: 48%;
  }
}
@media print, screen and (min-width:769px) {
  .c-ttl__anchor li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl__anchor li:nth-child(n+3) {
    margin-top: 3.2vw;
  }
}
.c-ttl__anchor li a {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 16px;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .c-ttl__anchor li a:hover {
    color: var(--primary-color);
  }
}
@media screen and (max-width:768px) {
  .c-ttl__anchor li a {
    font-size: 4vw;
    line-height: 1.6;
    padding-bottom: 3.2vw;
    padding-right: 16px;
    padding-left: 3.2vw;
    height: 100%;
  }
}
.c-ttl__anchor li a::after {
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
}
@media screen and (max-width:768px) {
  .c-ttl__anchor li a::after {
    min-width: 8px;
    width: 8px;
    height: 8px;
  }
}

.c-ttl01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 88px;
}
@media screen and (max-width:768px) {
  .c-ttl01 {
    margin-bottom: 12.8vw;
  }
}
.c-ttl01--main {
  font-family: "Lato", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  background: transparent linear-gradient(107deg, #0C70D5 0%, #58B8FF 25%, #0C70D5 54%, #8FAAFB 74%, #0C70D5 100%) 0% 0% no-repeat padding-box;
  color: var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media screen and (max-width:768px) {
  .c-ttl01--main {
    font-size: 13.8666666667vw;
  }
}
.c-ttl01--sub {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  .c-ttl01--sub {
    font-size: 3.4666666667vw;
    margin-left: 3.2vw;
  }
}

.c-ttl01-anime {
  display: flex;
  align-items: baseline;
  margin-bottom: 88px;
}
@media screen and (max-width:768px) {
  .c-ttl01-anime {
    margin-bottom: 12.8vw;
  }
}
.c-ttl01-anime .c-ttl01--main {
  font-family: "Lato", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  background: transparent linear-gradient(107deg, #0C70D5 0%, #58B8FF 12.5%, #0C70D5 27%, #8FAAFB 33%, #0C70D5 50%) 0% 0% no-repeat padding-box;
  color: var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%;
  background-position-x: 100%;
  transition: 0.8s ease;
}
@media screen and (max-width:768px) {
  .c-ttl01-anime .c-ttl01--main {
    font-size: 13.8666666667vw;
  }
}
.c-ttl01-anime .c-ttl01--sub {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  .c-ttl01-anime .c-ttl01--sub {
    font-size: 3.4666666667vw;
    margin-left: 3.2vw;
  }
}

.c-ttl01-anime.is-animate .c-ttl01--main {
  background-position-x: 0;
}

.c-ttl02 {
  display: flex;
  align-items: baseline;
}
.c-ttl02--main {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .c-ttl02--main {
    font-size: 8.5333333333vw;
  }
}
.c-ttl02--sub {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-color);
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  .c-ttl02--sub {
    font-size: 4.5333333333vw;
    margin-left: 3.7333333333vw;
  }
}

.c-ttl03 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-ttl03 {
    margin-bottom: 6.4vw;
  }
}
.c-ttl03::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: solid 5px #D6DADD;
  margin-right: 8px;
}
@media screen and (max-width:768px) {
  .c-ttl03::before {
    margin-right: 2.1333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-radius: 1.7333333333vw;
    border-width: 4px;
  }
}
.c-ttl03--main {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--primary-color);
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .c-ttl03--main {
    font-size: 4.5333333333vw;
  }
}

.c-ttl04 {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
@media screen and (max-width:768px) {
  .c-ttl04 {
    margin-bottom: 8.5333333333vw;
  }
}
.c-ttl04--main {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .c-ttl04--main {
    font-size: 5.8666666667vw;
  }
}
.c-ttl04--sub {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-color);
  margin-top: 8px;
}
@media screen and (max-width:768px) {
  .c-ttl04--sub {
    font-size: 4vw;
    margin-top: 1.0666666667vw;
  }
}

.c-ttl05 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  display: flex;
}
@media screen and (max-width:768px) {
  .c-ttl05 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.c-ttl05::before {
  content: "";
  min-width: 12px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 18px;
}
@media screen and (max-width:768px) {
  .c-ttl05::before {
    min-width: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 1.2vw;
    margin-right: 3.2vw;
    margin-top: 3.2vw;
  }
}

.c-btn01 a, .c-btn01 button {
  width: 324px;
  height: 88px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #D6DADD;
  border-radius: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .c-btn01 a, .c-btn01 button {
    height: 17.0666666667vw;
    border-radius: 17.0666666667vw;
    width: auto;
    padding: 0 17.0666666667vw 0 9.6vw;
    font-size: 4vw;
    background: #fff;
  }
}
.c-btn01 a:after, .c-btn01 button:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: var(--primary-color);
  position: absolute;
  top: calc(50% - 4px);
  right: 32px;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .c-btn01 a:after, .c-btn01 button:after {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 3.2vw;
    right: 6.4vw;
    top: calc(50% - 1.6vw);
  }
}
@media print, screen and (min-width:769px) {
  .c-btn01 a:hover {
    background-color: white;
  }
  .c-btn01 a:hover:after {
    transform: scale(2.5);
  }
}

@media screen and (max-width:768px) {
  .c-btn01--back a {
    padding: 0 9.6vw 0 17.0666666667vw;
  }
}
.c-btn01--back a::after {
  right: auto;
  left: 32px;
  background: #7F8A96;
}
@media screen and (max-width:768px) {
  .c-btn01--back a::after {
    left: 6.4vw;
  }
}

.c-btn01--pdf a span {
  display: flex;
  align-items: center;
}
.c-btn01--pdf a span::after {
  content: "";
  width: 32px;
  height: 18px;
  background: url(/assets/images/ico_pdf.svg) no-repeat center/100%;
  display: inline-block;
  margin-left: 8px;
}

.c-btn02 a {
  width: 324px;
  height: 88px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  background: linear-gradient(100deg, #219BE6, #1E42DD);
  color: #fff;
}

.c-breadcrumb {
  display: flex;
  align-items: center;
}
.c-breadcrumb li {
  font-size: 1.3rem;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .c-breadcrumb li {
    font-size: 3.4666666667vw;
  }
}
.c-breadcrumb li + li {
  padding-left: 28px;
  background: url(../images/breadcrumb.svg) no-repeat center left 12px/8px;
}
@media screen and (max-width:768px) {
  .c-breadcrumb li + li {
    padding-left: 6.4vw;
    background-size: 2.1333333333vw;
    background-position: center left 2.1333333333vw;
  }
}
.c-breadcrumb li a {
  color: var(--primary-color);
}
.c-breadcrumb li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-table {
  width: 100%;
  border-left: solid 1px #D6DADD;
  border-right: solid 1px #D6DADD;
  border-bottom: solid 1px #D6DADD;
  /* 縦積み */
}
.c-table tr {
  border-top: solid 1px #D6DADD;
}
.c-table tr th {
  background: #F4F6F7;
  padding: 24px 32px;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width:768px) {
  .c-table tr th {
    font-size: 3.7333333333vw;
    padding: 3.2vw 5.3333333333vw;
  }
}
.c-table tr td {
  background: #fff;
  padding: 24px 32px;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .c-table tr td {
    font-size: 3.7333333333vw;
    padding: 3.2vw 5.3333333333vw;
  }
}
.c-table tr td .note {
  display: block;
  font-size: 1.3rem;
  margin-top: 8px;
}
.c-table tr * + th,
.c-table tr * + td {
  border-left: solid 1px #D6DADD;
}
.c-table--v tr th {
  display: block;
  text-align: center;
}
.c-table--v tr td {
  display: block;
}
.c-table--v tr * + th,
.c-table--v tr * + td {
  border-left: none;
  border-top: solid 1px #D6DADD;
}

.c-table02 {
  width: 100%;
  border-bottom: solid 1px #D6DADD;
}
.c-table02 tr {
  border-top: solid 1px #D6DADD;
}
@media screen and (max-width:768px) {
  .c-table02 tr {
    display: flex;
  }
}
.c-table02 tr th {
  width: 200px;
  padding: 32px 0;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width:768px) {
  .c-table02 tr th {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
    width: 29.3333333333vw;
  }
}
.c-table02 tr td {
  padding: 32px 0;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width:768px) {
  .c-table02 tr td {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
    width: 60vw;
    white-space: initial;
  }
}

@media print, screen and (min-width:769px) {
  .c-table-column2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-table-column2 .c-table02 {
  width: 46%;
}
@media screen and (max-width:768px) {
  .c-table-column2 .c-table02 {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .c-table-column2 .c-table02:first-of-type {
    border-bottom: none;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  visibility: hidden;
}
.c-modal.is-show {
  visibility: visible;
}
.c-modal__inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
@media screen and (max-width:768px) {
  .c-modal__inner {
    width: 100%;
  }
}
.c-modal__content {
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 48px;
  position: relative;
  display: none;
}
.c-modal__content.is-show {
  display: block;
}
.c-modal__content figure {
  text-align: center;
}
.c-modal__close {
  cursor: pointer;
  position: absolute;
  top: -64px;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .c-modal__close {
    transition: opacity 0.3s ease;
  }
  .c-modal__close:hover {
    opacity: 0.5;
  }
}

.js-modal {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.js-modal::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/assets/images/ico_modal.svg) no-repeat center/100%;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .js-modal::after {
    display: none;
  }
}

.c-link-text {
  color: var(--primary-color);
  text-decoration: underline;
}
.c-link-text:hover {
  text-decoration: none;
}
.c-link-text--blank {
  padding-right: 20px;
  background: url(../images/ico_blank.svg) no-repeat top 8px right/12px;
}
.c-link-text--pdf {
  padding-right: 50px;
  background: url(../images/ico_pdf.svg) no-repeat top 4px right/32px;
}

.c-link-list {
  display: flex;
  flex-wrap: wrap;
}
.c-link-list li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width:768px) {
  .c-link-list li {
    width: 43.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (max-width:768px) {
  .c-link-list li:nth-child(even) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .c-link-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .c-link-list li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .c-link-list li:nth-child(n+4) {
    margin-top: 2%;
  }
}
.c-link-list li a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #F4F6F7;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-link-list li a {
    font-size: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    height: 18.6666666667vw;
  }
}
.c-link-list li a:before {
  content: "";
  min-width: 12px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 6px;
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .c-link-list li a:before {
    min-width: 2.1333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 1.0666666667vw;
    bottom: 1.6vw;
    right: 1.6vw;
  }
}
@media print, screen and (min-width:769px) {
  .c-link-list li a:hover::before {
    transform: scale(2.5);
  }
}
.c-link-list li.is-active {
  pointer-events: none;
  opacity: 0.5;
}

.c-link-anchor {
  display: flex;
  flex-wrap: wrap;
}
.c-link-anchor li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width:768px) {
  .c-link-anchor li {
    width: 43.3333333333vw;
    margin-right: 2.6666666667vw;
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .c-link-anchor li:nth-child(even) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .c-link-anchor li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .c-link-anchor li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .c-link-anchor li:nth-child(n+4) {
    margin-top: 2%;
  }
}
.c-link-anchor li a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #F4F6F7;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .c-link-anchor li a {
    transition: opacity 0.3s ease;
  }
  .c-link-anchor li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .c-link-anchor li a {
    font-size: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    padding-right: 9.6vw;
    height: 18.6666666667vw;
  }
}
.c-link-anchor li a::before {
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  transform: rotate(135deg);
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  top: calc(50% - 16px);
  right: 24px;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .c-link-anchor li a::before {
    right: 16px;
  }
}

.c-faq-list {
  display: flex;
  flex-wrap: wrap;
}
.c-faq-list li {
  width: 50%;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-faq-list li {
    width: 100%;
  }
  .c-faq-list li + li {
    margin-top: 6.4vw;
    padding-top: 6.4vw;
    border-top: solid 1px #D6DADD;
  }
}
@media print, screen and (min-width:769px) {
  .c-faq-list li:nth-child(odd) {
    padding-right: 60px;
  }
  .c-faq-list li:nth-child(odd)::after {
    content: "";
    width: 200%;
    height: 1px;
    background: #D6DADD;
    position: absolute;
    top: -56px;
    left: 0;
  }
}
@media print, screen and (min-width:769px) {
  .c-faq-list li:nth-child(even) {
    border-left: solid 1px #D6DADD;
    padding-left: 60px;
  }
}
@media print, screen and (min-width:769px) {
  .c-faq-list li:nth-child(n+3) {
    margin-top: 112px;
  }
}
.c-faq-list li:nth-child(1)::after {
  display: none;
}
.c-faq-list li dl dt {
  min-height: 48px;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 8px 0 0 60px;
}
@media screen and (max-width:768px) {
  .c-faq-list li dl dt {
    font-size: 4.2666666667vw;
    min-height: 10.6666666667vw;
    padding: 2.1333333333vw 0 0 13.3333333333vw;
  }
}
.c-faq-list li dl dt::before {
  content: "Q";
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.c-faq-list li dl dd {
  margin-top: 40px;
  min-height: 48px;
  display: flex;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding: 8px 0 0 60px;
}
@media screen and (max-width:768px) {
  .c-faq-list li dl dd {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    min-height: 10.6666666667vw;
    padding: 2.1333333333vw 0 0 13.3333333333vw;
  }
}
.c-faq-list li dl dd::before {
  content: "A";
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.c-faq-list li dl dt::before,
.c-faq-list li dl dd::before {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .c-faq-list li dl dt::before,
  .c-faq-list li dl dd::before {
    min-width: 10.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 4vw;
  }
}

.p-news-important li {
  background: url(../images/ico_info.svg) no-repeat center left 32px/24px #fff;
  transition: 0.3s ease;
  border: solid 1px #D6DADD;
}
@media screen and (max-width:768px) {
  .p-news-important li {
    background-size: 5.3333333333vw;
    background-position: center left 5.3333333333vw;
  }
}
.p-news-important li + li {
  margin-top: 12px;
}
@media screen and (max-width:768px) {
  .p-news-important li + li {
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width:769px) {
  .p-news-important li:hover {
    color: var(--text-red-color);
    transform: translateY(4px);
  }
}
.p-news-important li a {
  padding: 24px 32px 24px 88px;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .p-news-important li a {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 12.8vw;
  }
}

.p-news-category {
  background: #F4F6F7;
  margin-top: 64px;
  padding: 40px 0;
}
@media screen and (max-width:768px) {
  .p-news-category {
    margin-top: 10.6666666667vw;
    padding: 8.5333333333vw 0;
  }
}
.p-news-category .wrap {
  display: flex;
}
@media screen and (max-width:768px) {
  .p-news-category .wrap {
    flex-direction: column;
  }
}
.p-news-category .wrap + .wrap {
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .p-news-category .wrap + .wrap {
    margin-top: 6.4vw;
  }
}
.p-news-category__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 200px;
  padding-top: 8px;
}
@media screen and (max-width:768px) {
  .p-news-category__ttl {
    font-size: 4.2666666667vw;
  }
}
.p-news-category__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .p-news-category__list {
    margin-top: 3.2vw;
  }
}
.p-news-category__list li {
  height: 48px;
  border-radius: 24px;
  padding: 0 32px 0 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  margin-right: 12px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .p-news-category__list li {
    height: 9.6vw;
    margin-top: 2.1333333333vw;
    font-size: 4vw;
    padding: 0 5.3333333333vw;
    border-radius: 4.8vw;
    margin-right: 2.1333333333vw;
    margin-bottom: 0;
  }
}
.p-news-category__list li label {
  display: flex;
  align-items: center;
}
.p-news-category__list li input[type=checkbox] {
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/assets/images/ico_check.svg) no-repeat center/12px #D6DADD;
}
.p-news-category__list li input[type=checkbox] + span {
  cursor: pointer;
  margin-left: 8px;
  color: #86898B;
  font-weight: bold;
}
.p-news-category__list li input:checked {
  background-color: var(--primary-color);
}
.p-news-category__list li input:checked + span {
  color: var(--primary-color);
}
@media print, screen and (min-width:769px) {
  .p-news-category__list li:hover input[type=checkbox] + span {
    color: var(--primary-color);
  }
}
.p-news-category__list--no-checkbox {
  margin-top: 30px;
}
.p-news-category__list--no-checkbox li {
  padding: 0 32px;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
}
@media screen and (max-width:768px) {
  .p-news-category__list--no-checkbox li {
    padding: 0 5.3333333333vw;
  }
}
.p-news-category__list--no-checkbox li.is-active {
  background-color: var(--primary-color);
  color: #FFF;
}
@media print, screen and (min-width:769px) {
  .p-news-category__list--no-checkbox li:hover {
    background-color: var(--primary-color);
    color: #FFF;
  }
}
.p-news-category__select {
  position: relative;
  display: inline-block;
  width: 320px;
}
@media screen and (max-width:768px) {
  .p-news-category__select {
    width: 100%;
    margin-top: 3.2vw;
  }
}
.p-news-category__select::after {
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  transform: rotate(135deg);
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  top: calc(50% - 16px);
  right: 16px;
  pointer-events: none;
}
.p-news-category__select select {
  max-width: 320px;
  height: 48px;
  font-size: 1.6rem;
  color: #7F8A96;
  padding: 12px 16px;
  border-color: #D6DADD;
}
@media screen and (max-width:768px) {
  .p-news-category__select select {
    max-width: 100%;
    height: 13.3333333333vw;
    font-size: 4vw;
    padding: 3.7333333333vw;
  }
}
.p-news-category__search {
  margin: 32px auto 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-news-category__search {
    margin-top: 7.4666666667vw;
  }
}
.p-news-category__search button {
  background: var(--primary-color);
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .p-news-category__search button {
    width: 190px;
    height: 64px;
    transition: opacity 0.3s ease;
  }
  .p-news-category__search button:hover {
    opacity: 0.5;
  }
}
.p-news-category__search button::after {
  background: #fff;
}

.p-news-search + .p-news-category {
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .p-news-search + .p-news-category {
    margin-top: 3.2vw;
  }
}

@media screen and (max-width:768px) {
  .p-news-search {
    background: #F4F6F7;
    padding: 8.5333333333vw 0;
    margin-top: 5.3333333333vw;
  }
}
.p-news-search .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .p-news-search .wrap {
    background: #F4F6F7;
    width: 100%;
    height: 108px;
    border-radius: 54px;
  }
}
@media screen and (max-width:768px) {
  .p-news-search .wrap {
    flex-direction: column;
  }
}
.p-news-search__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (max-width:768px) {
  .p-news-search__ttl {
    font-size: 4.2666666667vw;
    margin: 0 0 3.2vw;
  }
}
.p-news-search__label {
  position: relative;
}
@media screen and (max-width:768px) {
  .p-news-search__label {
    width: 100%;
  }
}
.p-news-search__label input {
  width: 720px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #D6DADD;
  padding: 0 150px 0 32px;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .p-news-search__label input {
    width: 100%;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    padding: 0 14.9333333333vw 0 5.3333333333vw;
    font-size: 4vw;
  }
}
.p-news-search__search {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .p-news-search__search {
    right: 0.8vw;
  }
}
.p-news-search__search button {
  background: var(--primary-color);
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .p-news-search__search button {
    width: 136px;
    height: 48px;
    transition: opacity 0.3s ease;
  }
  .p-news-search__search button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .p-news-search__search button {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    border-radius: 5.8666666667vw;
    font-size: 0;
    padding: 0;
    background: url(/assets/images/ico_search.svg) no-repeat center/3.7333333333vw var(--primary-color);
  }
}
.p-news-search__search button::after {
  display: none;
}

.p-news-pager {
  margin-top: 64px;
}
@media screen and (max-width:768px) {
  .p-news-pager {
    margin: 10.6666666667vw 0;
  }
}
.p-news-pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 56px;
}
@media screen and (max-width:768px) {
  .p-news-pager .wp-pagenavi {
    margin: 0 5.3333333333vw;
  }
}
.p-news-pager .wp-pagenavi a, .p-news-pager .wp-pagenavi span {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .p-news-pager .wp-pagenavi a, .p-news-pager .wp-pagenavi span {
    font-size: 4.2666666667vw;
  }
}
.p-news-pager .wp-pagenavi a + *, .p-news-pager .wp-pagenavi span + * {
  margin-left: 32px;
}
@media screen and (max-width:768px) {
  .p-news-pager .wp-pagenavi a + *, .p-news-pager .wp-pagenavi span + * {
    margin-left: 5.3333333333vw;
  }
}
.p-news-pager .wp-pagenavi a.current, .p-news-pager .wp-pagenavi span.current {
  color: var(--primary-color);
}
@media print, screen and (min-width:769px) {
  .p-news-pager .wp-pagenavi a:hover, .p-news-pager .wp-pagenavi span:hover {
    color: var(--primary-color);
  }
}
.p-news-pager .wp-pagenavi .previouspostslink,
.p-news-pager .wp-pagenavi .nextpostslink {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: solid 1px #D6DADD;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .p-news-pager .wp-pagenavi .previouspostslink,
  .p-news-pager .wp-pagenavi .nextpostslink {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    border-radius: 6.9333333333vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width:769px) {
  .p-news-pager .wp-pagenavi .previouspostslink:hover,
  .p-news-pager .wp-pagenavi .nextpostslink:hover {
    transition: opacity 0.3s ease;
  }
  .p-news-pager .wp-pagenavi .previouspostslink:hover:hover,
  .p-news-pager .wp-pagenavi .nextpostslink:hover:hover {
    opacity: 0.5;
  }
}
.p-news-pager .wp-pagenavi .nextpostslink {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .p-news-pager .wp-pagenavi .nextpostslink:hover {
    color: #fff;
  }
}

.p-news-card {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .p-news-card {
    flex-direction: column;
  }
}
.p-news-card > li {
  width: 320px;
  margin-right: 40px;
}
@media screen and (max-width:768px) {
  .p-news-card > li {
    width: 100%;
    margin: 0;
  }
  .p-news-card > li + li {
    margin-top: 6.4vw;
  }
}
.p-news-card > li:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .p-news-card > li:nth-child(n+4) {
    margin-top: 56px;
  }
}
@media print, screen and (min-width:769px) {
  .p-news-card > li a:hover .p-news-card__title {
    color: var(--primary-color);
  }
  .p-news-card > li a:hover .p-news-card__img img {
    transform: scale(1.1);
  }
}
.p-news-card__img {
  overflow: hidden;
}
.p-news-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-news-card__category {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .p-news-card__category {
    margin-top: 3.2vw;
  }
}
.p-news-card__category li {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px 16px;
  border-radius: 28px;
  border: solid 1px #D6DADD;
}
@media screen and (max-width:768px) {
  .p-news-card__category li {
    font-size: 3.4666666667vw;
  }
}
.p-news-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .p-news-card__title {
    font-size: 4vw;
    margin-top: 1.0666666667vw;
  }
}
.p-news-card__date {
  font-size: 1.4rem;
  text-align: right;
  color: #7F8A96;
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .p-news-card__date {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
}

/* 詳細ページ用 */
.p-news-container {
  margin-top: 120px;
}
@media screen and (max-width:768px) {
  .p-news-container {
    margin-top: 18.6666666667vw;
  }
}
.p-news-container .top-area {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .p-news-container .top-area {
    margin-bottom: 16vw;
  }
}
.p-news-container .top-area h1 {
  width: 100%;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .p-news-container .top-area h1 {
    margin-top: 3.2vw;
    font-size: 6.4vw;
  }
}
.p-news-container .top-area .date {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  color: #969696;
  margin-right: 32px;
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .p-news-container .top-area .date {
    font-size: 3.4666666667vw;
    margin-right: 24px;
  }
}
.p-news-container .top-area .category {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .p-news-container .top-area .category {
    font-size: 3.4666666667vw;
  }
}
.p-news-container .top-area .category + .category {
  margin-left: 16px;
}
.p-news-container .top-area .entry {
  width: 200px;
  height: 54px;
  border-radius: 27px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .p-news-container .top-area .entry {
    width: 34.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-news-container .top-area .entry.close {
  background-color: #86898B;
}
.p-news-container .top-area figure {
  margin: 48px auto 0;
}
@media screen and (max-width:768px) {
  .p-news-container .top-area figure {
    margin-top: 8.5333333333vw;
    padding: 0 8.5333333333vw;
  }
}
.p-news-container h2 {
  margin-top: 72px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-news-container h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
    margin-top: 16vw;
  }
}
.p-news-container h2::before {
  content: "";
  min-width: 12px;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 18px;
}
@media screen and (max-width:768px) {
  .p-news-container h2::before {
    min-width: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 1.2vw;
    margin-right: 3.2vw;
    margin-top: 3.2vw;
  }
}
.p-news-container h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .p-news-container h3 {
    font-size: 4.5333333333vw;
    margin-top: 16vw;
    margin-bottom: 6.4vw;
  }
}
.p-news-container h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .p-news-container h4 {
    font-size: 4vw;
    margin-top: 16vw;
    margin-bottom: 6.4vw;
  }
}
.p-news-container p {
  font-size: 1.6rem;
  margin-top: 32px;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .p-news-container p {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
.p-news-container b {
  font-weight: bold;
}
.p-news-container u {
  text-decoration: underline;
}
.p-news-container figure {
  margin-top: 32px;
}
@media screen and (max-width:768px) {
  .p-news-container figure {
    margin-top: 6.4vw;
  }
}
.p-news-container ul {
  margin-top: 32px;
}
@media screen and (max-width:768px) {
  .p-news-container ul {
    margin-top: 6.4vw;
  }
}
.p-news-container ul li {
  font-size: 1.6rem;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-news-container ul li {
    font-size: 3.7333333333vw;
  }
}
.p-news-container ul li::before {
  content: "";
  min-width: 6px;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 10px;
}
.p-news-container ul li + li {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .p-news-container ul li + li {
    margin-top: 3.2vw;
  }
}
.p-news-container .red {
  color: var(--secondary-color);
  font-weight: bold;
}
.p-news-container .lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 56px;
}
.p-news-container .column2 {
  display: flex;
  justify-content: space-between;
}
.p-news-container .column2 > * {
  width: 48%;
}
@media screen and (max-width:768px) {
  .p-news-container .column2 > * {
    width: 49%;
  }
}
.p-news-container .c-table {
  margin-top: 32px;
}
@media screen and (max-width:768px) {
  .p-news-container .c-table {
    margin-top: 6.4vw;
  }
}
.p-news-container #toc_container {
  background: #F4F6F7;
  padding: 32px 64px 48px;
  margin-top: 48px;
}
@media screen and (max-width:768px) {
  .p-news-container #toc_container {
    margin-top: 16vw;
    padding: 6.4vw 5.3333333333vw;
  }
}
.p-news-container #toc_container .toc_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .p-news-container #toc_container .toc_title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-news-container #toc_container .toc_list {
  margin-top: 0;
}
.p-news-container #toc_container .toc_list li {
  font-size: 1.8rem;
  border-bottom: solid 1px #D6DADD;
}
@media screen and (max-width:768px) {
  .p-news-container #toc_container .toc_list li {
    font-size: 4.2666666667vw;
  }
}
.p-news-container #toc_container .toc_list li::before {
  display: none !important;
}
.p-news-container #toc_container .toc_list li + li {
  margin-top: 0 !important;
}
.p-news-container #toc_container .toc_list li a {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .p-news-container #toc_container .toc_list li a:hover {
    color: var(--primary-color);
  }
}
@media screen and (max-width:768px) {
  .p-news-container #toc_container .toc_list li a {
    padding: 4.2666666667vw 0;
  }
}
.p-news-container #toc_container .toc_list li a::after {
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  transform: rotate(135deg);
  margin-top: 8px;
  margin-left: 8px;
}
.p-news-container .entry-btn {
  margin-top: 64px;
  text-align: center;
}
.p-news-container .entry-btn a {
  width: 300px;
  height: 72px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--secondary-color);
  border-radius: 36px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--secondary-color);
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .p-news-container .entry-btn a {
    height: 17.0666666667vw;
    border-radius: 17.0666666667vw;
    width: auto;
    padding: 0 17.0666666667vw 0 9.6vw;
    font-size: 4vw;
    background: #fff;
  }
}
.p-news-container .entry-btn a::before {
  content: "";
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--secondary-color);
  border-right: solid 2px var(--secondary-color);
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 34px;
  z-index: 3;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (max-width:768px) {
  .p-news-container .entry-btn a::before {
    right: 6.4vw;
    top: calc(50% - 1.6vw);
  }
}
.p-news-container .entry-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: var(--secondary-color);
  position: absolute;
  top: calc(50% - 4px);
  right: 32px;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s ease;
  transform: scale(0);
}
@media screen and (max-width:768px) {
  .p-news-container .entry-btn a::after {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 3.2vw;
    right: 6.4vw;
    top: calc(50% - 1.6vw);
  }
}
@media print, screen and (min-width:769px) {
  .p-news-container .entry-btn a:hover {
    background-color: white;
  }
  .p-news-container .entry-btn a:hover::before {
    border-color: #fff;
  }
  .p-news-container .entry-btn a:hover::after {
    transform: scale(2.5);
  }
}
.p-news-container .entry-close {
  margin: 80px auto 0;
  text-align: center;
  width: 440px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  background-color: #86898B;
}
@media screen and (max-width:768px) {
  .p-news-container .entry-close {
    margin-top: 16vw;
    width: 100%;
    height: 17.0666666667vw;
    border-radius: 8.5333333333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width:768px) {
  .p-news-container .c-btn01--back a {
    padding: 0 9.6vw 0 17.0666666667vw;
  }
}
.p-news-container .c-btn01--back a::after {
  right: auto;
  left: 32px;
  background: #7F8A96;
}
@media screen and (max-width:768px) {
  .p-news-container .c-btn01--back a::after {
    left: 6.4vw;
  }
}

.c-btn01--back {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-btn01--back {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width:769px) {
  .c-btn01--back a {
    width: 236px;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 40px 0;
  z-index: 50;
  opacity: 1;
  transition: opacity 0.2s ease;
  /* 769-1400 */
  /* 769-980 */
}
@media screen and (max-width:768px) {
  .l-header {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
.l-header.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-header.is-open {
    height: 100%;
    overflow: auto;
    background: #FDFDFD;
  }
}
@media print, screen and (min-width:769px) {
  .l-header.nav-show .l-header__inner {
    /* height: 188px; */
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
  height: 80px;
  border-radius: 40px;
  box-shadow: 0 0 30px rgba(214, 218, 221, 0.4);
  padding: 12px 16px 12px 56px;
}
@media print, screen and (min-width:769px) {
  .l-header__inner {
    position: relative;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .l-header__inner {
    align-items: center;
    height: 13.8666666667vw;
    border-radius: 13.8666666667vw;
    padding: 0 8vw;
  }
}
.l-header-logo {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .l-header-logo {
    height: 56px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    font-size: 0;
    width: 16.5333333333vw;
  }
}
.l-header-menu {
  display: none;
  font-size: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:768px) {
  .l-header-menu {
    display: flex;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    background: url(/assets/images/header_menu.svg) no-repeat center/100%;
  }
}
.l-header-menu.is-open {
  background-image: url(/assets/images/header_close.svg);
  background-size: 80%;
}
.l-header-nav {
  display: flex;
}
@media screen and (max-width:768px) {
  .l-header-nav {
    display: none;
  }
  .l-header-nav.is-open {
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24vw 10.6666666667vw 10.6666666667vw;
  }
}
.l-header-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .l-header-list {
    flex-direction: column;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item {
    display: flex;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item {
    width: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item .js-megamenu.is-active {
    color: var(--primary-color);
  }
  .l-header-list__item .js-megamenu.is-active + div {
    display: flex;
  }
}
.l-header-list__item > p:not(.l-footer-contact) {
  color: var(--text-primary-color);
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 28px;
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > p:not(.l-footer-contact) {
    height: 56px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > p:not(.l-footer-contact) {
    font-size: 4.2666666667vw;
    margin-right: 0;
    border-top: solid 1px #D6DADD;
    padding: 5.3333333333vw 0;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > p:not(.l-footer-contact):hover {
    color: var(--primary-color);
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > p:not(.l-footer-contact) a {
    display: block;
  }
}
.l-header-list__item > p:not(.l-footer-contact) a.blank {
  padding-right: 16px;
  background: url(../images/ico_blank.svg) no-repeat center right/12px;
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > div {
    display: none;
    position: absolute;
    width: 100%;
    top: 88px;
    left: 0;
    padding: 0 16px 0 56px;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div {
    padding-bottom: 5.3333333333vw;
    display: block;
  }
}
.l-header-list__item > div > p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > div > p {
    width: 384px;
    padding-left: 64px;
    padding-top: 16px;
  }
  .l-header-list__item > div > p a {
    line-height: 1;
    padding-right: 32px;
    display: inline-flex;
    align-items: center;
    position: relative;
    word-break: keep-all;
  }
  .l-header-list__item > div > p a::before {
    content: "";
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    border-radius: 70px;
    position: absolute;
    right: 24px;
    transform: scale(0);
    transition: 0.3s ease;
    pointer-events: none;
  }
  .l-header-list__item > div > p a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/arrow_b.svg) no-repeat center/100%;
    display: flex;
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-left: 24px;
  }
  .l-header-list__item > div > p a:hover::before {
    transform: scale(1);
  }
  .l-header-list__item > div > p a:hover::after {
    background-image: url(../images/arrow_w.svg);
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div > p {
    color: var(--primary-color);
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div > p + ul {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > div > ul {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    padding: 0 0 0 106px;
    border-left: solid 1px #D6DADD;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > div > ul > li {
    font-size: 1.6rem;
    width: 33.3%;
  }
  .l-header-list__item > div > ul > li a {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .l-header-list__item > div > ul > li a::before {
    content: "";
    width: 32px;
    height: 32px;
    background: var(--secondary-color);
    border-radius: 70px;
    position: absolute;
    right: -8px;
    transform: scale(0);
    transition: 0.3s ease;
    pointer-events: none;
  }
  .l-header-list__item > div > ul > li a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/arrow.svg) no-repeat center/100%;
    display: flex;
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-left: 16px;
  }
  .l-header-list__item > div > ul > li a:hover::before {
    transform: scale(1);
  }
  .l-header-list__item > div > ul > li a:hover::after {
    background-image: url(../images/arrow_w.svg);
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div > ul > li {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div > ul > li + li {
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > div > ul > li:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div dl {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div dl dt {
    font-weight: bold;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-header-list__item > div dl dd {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .l-header-list__item > div dl dd li + li {
    margin-top: 8px;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item > div dl dd {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item:last-child {
    border-bottom: solid 1px #D6DADD;
  }
}
@media screen and (max-width:768px) {
  .l-header-list__item .js-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header-list__item .js-accordion i {
    width: 8vw;
    height: 8vw;
    background: var(--primary-color);
    border-radius: 8vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header-list__item .js-accordion i::before, .l-header-list__item .js-accordion i::after {
    content: "";
    width: 3.2vw;
    height: 1px;
    background: #fff;
    position: absolute;
  }
  .l-header-list__item .js-accordion i::after {
    transform: rotate(90deg);
  }
  .l-header-list__item .js-accordion + * {
    display: none;
  }
  .l-header-list__item .js-accordion a {
    pointer-events: none;
  }
  .l-header-list__item .js-accordion.is-active i::after {
    transform: rotate(180deg);
  }
}
.l-header-contact {
  margin-left: 40px;
}
@media screen and (max-width:768px) {
  .l-header-contact {
    margin: 8vw 0 0;
  }
}
.l-header-contact a {
  width: 180px;
  height: 56px;
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  .l-header-contact a {
    transition: opacity 0.3s ease;
  }
  .l-header-contact a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .l-header-contact a {
    width: 100%;
    height: 13.8666666667vw;
    font-size: 4vw;
  }
}
.l-header-bnr {
  margin-top: 6.4vw;
}
.l-header-list--bottom {
  margin-top: 6.4vw;
  display: flex;
}
.l-header-list--bottom li {
  width: 50%;
  font-size: 3.2vw;
  text-align: center;
  margin-right: 0;
}
.l-header-list--bottom li a {
  color: var(--primary-color);
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-header .l-header__inner {
    padding-left: 32px;
  }
  .l-header .l-header-logo {
    width: 96px;
  }
  .l-header .l-header-contact {
    margin-left: 0;
  }
  .l-header .l-header-contact a {
    width: 128px;
  }
  .l-header .l-header-list__item > div {
    padding-left: 32px;
  }
  .l-header .l-header-list__item > p:not(.l-footer-contact) {
    margin-right: 16px;
  }
  .l-header .l-header-list__item > div > p {
    padding-left: 0;
    font-size: 2rem;
    width: 250px;
  }
  .l-header .l-header-list__item > div > ul {
    width: calc(100% - 250px);
    padding-left: 32px;
  }
}
.l-header br.tab {
  display: none !important;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .l-header br.tab {
    display: block !important;
  }
  .l-header .l-header__inner {
    padding-left: 16px;
    padding-right: 8px;
  }
  .l-header .l-header-logo {
    width: 72px;
  }
  .l-header .l-header-contact a {
    width: 112px;
    font-size: 1.3rem;
  }
  .l-header .l-header-list__item > p:not(.l-footer-contact) {
    line-height: 1.2;
    font-size: 1.3rem;
  }
  .l-header .l-header-list__item > div {
    padding-left: 16px;
    padding-top: 16px;
  }
  .l-header .l-header-list__item > div > p {
    font-size: 1.6rem;
    width: 150px;
    padding-top: 0;
  }
  .l-header .l-header-list__item > div > p a {
    line-height: 1.2;
    padding-right: 8px;
  }
  .l-header .l-header-list__item > div > p a::before {
    right: 0;
  }
  .l-header .l-header-list__item > div > ul {
    width: calc(100% - 150px);
    padding-left: 24px;
  }
  .l-header .l-header-list__item > div > ul > li {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.l-footer {
  background: #F4F6F7;
  padding: 100px 0 40px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 16vw 0 9.6vw;
  }
}
@media screen and (max-width:768px) {
  .l-footer .l-inner {
    padding: 0 10.6666666667vw;
  }
}
.l-footer-top {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .l-footer-top {
    margin-top: 9.6vw;
  }
}
.l-footer-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .l-footer-list {
    flex-direction: column;
  }
}
.l-footer-list__item {
  width: 33%;
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .l-footer-list__item {
    width: 100%;
    margin-top: 0;
  }
}
.l-footer-list__item + div {
  border-left: solid 1px #D6DADD;
  padding-left: 56px;
}
@media screen and (max-width:768px) {
  .l-footer-list__item + div {
    padding-left: 0;
    border-left: none;
  }
}
.l-footer-list__item > p:not(.l-footer-contact) {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > p:not(.l-footer-contact) {
    font-size: 4.2666666667vw;
    color: var(--text-primary-color);
    margin-bottom: 0;
    border-top: solid 1px #D6DADD;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer-list__item > p:not(.l-footer-contact) a {
    transition: opacity 0.3s ease;
  }
  .l-footer-list__item > p:not(.l-footer-contact) a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .l-footer-list__item > p:not(.l-footer-contact) a {
    padding: 5.3333333333vw 0;
    display: block;
  }
}
.l-footer-list__item > div {
  display: flex;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div {
    padding-bottom: 5.3333333333vw;
    display: block;
  }
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div > p {
    color: var(--primary-color);
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div > p + ul {
    margin-top: 5.3333333333vw;
  }
}
.l-footer-list__item > div ul li {
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div ul li {
    font-size: 3.7333333333vw;
  }
}
.l-footer-list__item > div ul li + li {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div ul li + li {
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer-list__item > div ul li a {
    transition: opacity 0.3s ease;
  }
  .l-footer-list__item > div ul li a:hover {
    opacity: 0.5;
  }
}
.l-footer-list__item > div dl {
  width: 33%;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div dl {
    width: 100%;
  }
}
.l-footer-list__item > div dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div dl dt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer-list__item > div dl dt a {
    transition: opacity 0.3s ease;
  }
  .l-footer-list__item > div dl dt a:hover {
    opacity: 0.5;
  }
}
.l-footer-list__item > div dl dd {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .l-footer-list__item > div dl dd {
    margin-top: 4.2666666667vw;
  }
}
.l-footer-list__item:nth-child(4) {
  border-left: none;
  width: 66%;
  padding-left: 0;
}
@media screen and (max-width:768px) {
  .l-footer-list__item:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .l-footer-list__item:last-child {
    border-top: solid 1px #D6DADD;
  }
}
@media screen and (max-width:768px) {
  .l-footer-list__item .js-accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer-list__item .js-accordion i {
    width: 8vw;
    height: 8vw;
    background: var(--primary-color);
    border-radius: 8vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-footer-list__item .js-accordion i::before, .l-footer-list__item .js-accordion i::after {
    content: "";
    width: 3.2vw;
    height: 1px;
    background: #fff;
    position: absolute;
  }
  .l-footer-list__item .js-accordion i::after {
    transform: rotate(90deg);
  }
  .l-footer-list__item .js-accordion + * {
    display: none;
  }
  .l-footer-list__item .js-accordion a {
    pointer-events: none;
  }
  .l-footer-list__item .js-accordion.is-active i::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width:768px) {
  .l-footer-contact {
    margin-top: 7.4666666667vw;
  }
}
.l-footer-contact a {
  width: 100%;
  height: 72px;
}
@media print, screen and (min-width:769px) {
  .l-footer-contact a {
    transition: opacity 0.3s ease;
  }
  .l-footer-contact a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .l-footer-contact a {
    height: 13.8666666667vw;
    font-size: 4vw;
  }
}
.l-footer-bnr {
  max-width: 360px;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .l-footer-bnr {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.l-footer-bnr a {
  display: block;
}
@media print, screen and (min-width:769px) {
  .l-footer-bnr a {
    transition: opacity 0.3s ease;
  }
  .l-footer-bnr a:hover {
    opacity: 0.5;
  }
}
.l-footer-bnr a + a {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .l-footer-bnr a + a {
    margin-top: 0;
    padding-top: 0!important;
  }
}
.l-footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  .l-footer-bottom {
    margin-top: 6.4vw;
    flex-direction: column;
  }
}
.l-footer-list--bottom {
  display: flex;
}
@media screen and (max-width:768px) {
  .l-footer-list--bottom {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}
.l-footer-list--bottom li {
  font-size: 1.3rem;
  margin-right: 24px;
}
@media screen and (max-width:768px) {
  .l-footer-list--bottom li {
    width: 50%;
    font-size: 3.2vw;
    text-align: center;
    margin-right: 0;
  }
}
.l-footer-list--bottom li a {
  color: var(--primary-color);
}
@media print, screen and (min-width:769px) {
  .l-footer-list--bottom li a {
    transition: opacity 0.3s ease;
  }
  .l-footer-list--bottom li a:hover {
    opacity: 0.5;
  }
}
.l-footer-copyright {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #7F8A96;
}
@media screen and (max-width:768px) {
  .l-footer-copyright {
    margin-top: 7.4666666667vw;
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
.l-footer-pagetop {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: url(../images/arrow_b.svg) no-repeat center/28px #D6DADD;
  position: absolute;
  top: -50px;
  right: 40px;
  transform: rotate(-90deg);
}
@media screen and (max-width:768px) {
  .l-footer-pagetop {
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
    background-size: 3.7333333333vw;
    top: -8vw;
    right: 2.6666666667vw;
  }
}

.l-contact {
  background: url(../images/top/contact_bg.jpg) no-repeat center/cover;
  padding: 104px 0;
  margin-top: 120px;
  position: relative;
  z-index: 49;
}
@media screen and (max-width:768px) {
  .l-contact {
    background: url(../images/top/contact_bg_sp.jpg) no-repeat center/cover;
    padding: 21.3333333333vw 0;
    margin-top: 32vw;
  }
}
.l-contact .l-inner {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width:768px) {
  .l-contact .l-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-contact-ttl {
  color: #fff;
  margin-bottom: 64px;
}
@media screen and (max-width:768px) {
  .l-contact-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-contact-ttl span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.l-contact-lead {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .l-contact-lead {
    font-size: 4vw;
  }
}
.l-contact-btn {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width:768px) {
  .l-contact-btn {
    text-align: left;
    margin-top: 13.8666666667vw;
  }
}
.l-contact-btn a {
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width:768px) {
  .l-contact-btn a {
    background: none;
  }
}
.l-contact-btn a::after {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .l-contact-btn a:hover {
    color: var(--primary-color);
  }
  .l-contact-btn a:hover:after {
    background-color: var(--primary-color);
  }
}

.l-contact02 {
  margin-top: 120px;
  background: linear-gradient(90deg, #D6F2F4, #AAD2F4);
  padding: 96px 0;
}
@media screen and (max-width:768px) {
  .l-contact02 {
    margin-top: 21.3333333333vw;
    padding: 18.6666666667vw 0;
  }
}
.l-contact02 .lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-top: -8px;
}
@media screen and (max-width:768px) {
  .l-contact02 .lead {
    font-size: 4vw;
    margin-top: 0;
  }
}
.l-contact02 .contact-btn-wrap {
  display: flex;
}
@media screen and (max-width:768px) {
  .l-contact02 .contact-btn-wrap {
    flex-direction: column;
  }
}
.l-contact02 .contact-btn {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .l-contact02 .contact-btn {
    margin-top: 10.6666666667vw;
  }
}
.l-contact02 .contact-btn a {
  border-color: #fff;
  background-color: #fff;
}
.l-contact02 .contact-btn + .contact-btn {
  margin-left: 40px;
}
@media screen and (max-width:768px) {
  .l-contact02 .contact-btn + .contact-btn {
    margin: 5.3333333333vw 0 0;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width:768px) {
  .l-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l-inner02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width:768px) {
  .l-inner02 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l-inner03 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 880px;
}
@media screen and (max-width:768px) {
  .l-inner03 {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l-page {
  padding-top: 150px;
  overflow-x: hidden;
}
@media screen and (max-width:768px) {
  .l-page {
    padding-top: 24vw;
  }
}
.l-page main {
  position: relative;
}
.l-page main::before {
  content: "";
  position: fixed;
  top: 150px;
  left: 100%;
  z-index: 49;
  color: #A8B4BE;
  font-family: "Lato", sans-serif;
  font-size: 20rem;
  font-weight: 300;
  opacity: 0.2;
  line-height: 0;
  transform: rotate(90deg);
  transform-origin: left;
  margin-left: -2%;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-page main::before {
    font-size: 29.3333333333vw;
    top: 24vw;
  }
}

.l-page--top {
  padding-top: 0;
  overflow-x: visible !important;
}
.l-page--top main::before {
  display: none !important;
}