@charset "UTF-8";
/*
どのような設計なのか完全には理解できないので、共通のものは本ファイルに追加していく

追加時selectorが競合しないように注意する
*/
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/*----------------------------------
Config variables etc
----------------------------------*/
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
:root {
  --g-header-height: 60px;
}
@media (min-width: 769px) {
  :root {
    --g-header-height: 83px;
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in 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;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*----------------------------------
Base style
----------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
}

body,
html {
  line-height: 1.6;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 300;
}

a,
body {
  color: #4d4d4d;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #848484;
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}

img {
  vertical-align: top;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 1.5rem;
}

:focus {
  outline: none;
}

li {
  list-style-type: none;
}

pre {
  background-color: #3c3c3c;
  color: #fff;
  padding: 20px;
  overflow: auto;
}

@media screen and (min-width: 769px) {
  .disp-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  .disp-pc {
    display: none !important;
  }
}
.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.lazy.loaded {
  opacity: 1;
}

.lazy.lazy-bg {
  opacity: 1;
}

.f-roboto {
  font-family: "Roboto", sans-serif;
}

.f-roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.f-sawarabi-min {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
}

.u-align.--center {
  text-align: center;
}
.u-align.--right {
  text-align: right;
}

.u-fs-XS {
  font-size: 1.2rem !important;
}

.u-fs-S {
  font-size: 1.4rem !important;
}

.u-fs-M {
  font-size: 1.6rem !important;
}

.u-fs-L {
  font-size: 1.8rem !important;
}

.u-fs-XL {
  font-size: 2rem !important;
}

.u-ml-none {
  margin-left: 0 !important;
}

.u-ml-XS {
  margin-left: 5px !important;
}

.u-ml-S {
  margin-left: 10px !important;
}

.u-ml-M {
  margin-left: 20px !important;
}

.u-ml-L {
  margin-left: 30px !important;
}

.u-ml-XL {
  margin-left: 40px !important;
}

.u-ml-XXL {
  margin-left: 50px !important;
}

.u-mr-none {
  margin-right: 0 !important;
}

.u-mr-XS {
  margin-right: 5px !important;
}

.u-mr-S {
  margin-right: 10px !important;
}

.u-mr-M {
  margin-right: 20px !important;
}

.u-mr-L {
  margin-right: 30px !important;
}

.u-mr-XL {
  margin-right: 40px !important;
}

.u-mr-XXL {
  margin-right: 50px !important;
}

.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-XS {
  margin-top: 5px !important;
}

.u-mt-S {
  margin-top: 10px !important;
}

.u-mt-M {
  margin-top: 20px !important;
}

.u-mt-L {
  margin-top: 30px !important;
}

.u-mt-XL {
  margin-top: 40px !important;
}

.u-mt-XXL {
  margin-top: 50px !important;
}

.u-mb-none {
  margin-bottom: 0 !important;
}

.u-mb-XS {
  margin-bottom: 5px !important;
}

.u-mb-S {
  margin-bottom: 10px !important;
}

.u-mb-M {
  margin-bottom: 20px !important;
}

.u-mb-L {
  margin-bottom: 30px !important;
}

.u-mb-XL {
  margin-bottom: 40px !important;
}

.u-mb-XXL {
  margin-bottom: 50px !important;
}

.u-mv-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-mv-XS {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-mv-S {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-mv-M {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mv-L {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mv-XL {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mv-XXL {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-mh-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-mh-XS {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u-mh-S {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-mh-M {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-mh-L {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-mh-XL {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-mh-XXL {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-pl-none {
  padding-left: 0 !important;
}

.u-pr-none {
  padding-right: 0 !important;
}

.u-pt-none {
  padding-top: 0 !important;
}

.u-pb-none {
  padding-bottom: 0 !important;
}

.u-pl-S {
  padding-left: 10px !important;
}

.u-pl-M {
  padding-left: 20px !important;
}

.u-pl-L {
  padding-left: 30px !important;
}

.u-pl-XL {
  padding-left: 40px !important;
}

.u-pr-S {
  padding-right: 10px !important;
}

.u-pr-M {
  padding-right: 20px !important;
}

.u-pr-L {
  padding-right: 30px !important;
}

.u-pr-XL {
  padding-right: 40px !important;
}

.u-pt-S {
  padding-top: 10px !important;
}

.u-pt-M {
  padding-top: 20px !important;
}

.u-pt-L {
  padding-top: 30px !important;
}

.u-pt-XL {
  padding-top: 40px !important;
}

.u-pb-S {
  padding-bottom: 10px !important;
}

.u-pb-M {
  padding-bottom: 20px !important;
}

.u-pb-L {
  padding-bottom: 30px !important;
}

.u-pb-XL {
  padding-bottom: 40px !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-imgsize100 img {
  width: 100%;
  height: auto;
}

.u-imgsizeH100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH100 > img {
  max-height: 100px;
  width: auto;
  height: auto;
}

.u-imgsizeH150 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH150 > img {
  max-height: 150px;
  width: auto;
  height: auto;
}

.u-imgsizeH200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH200 > img {
  max-height: 200px;
  width: auto;
  height: auto;
}

.u-imgsizeH250 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH250 > img {
  max-height: 250px;
  width: auto;
  height: auto;
}

.u-imgsizeH300 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH300 > img {
  max-height: 300px;
  width: auto;
  height: auto;
}

.u-imgsizeH350 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH350 > img {
  max-height: 350px;
  width: auto;
  height: auto;
}

.u-imgsizeH400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH400 > img {
  max-height: 400px;
  width: auto;
  height: auto;
}

.u-imgsizeH450 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH450 > img {
  max-height: 450px;
  width: auto;
  height: auto;
}

.u-imgsizeH500 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH500 > img {
  max-height: 500px;
  width: auto;
  height: auto;
}

.u-imgsizeH550 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH550 > img {
  max-height: 550px;
  width: auto;
  height: auto;
}

.u-imgsizeH600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-imgsizeH600 > img {
  max-height: 600px;
  width: auto;
  height: auto;
}

.u-inline-block > * {
  display: inline-block;
}

.u-border-top {
  border-top: 1px solid #cecece;
}

.u-border-left {
  border-left: 1px solid #cecece;
}

.u-border-right {
  border-right: 1px solid #cecece;
}

.u-border-bottom {
  border-bottom: 1px solid #cecece;
}

.u-font-bold {
  font-weight: bold;
}
.u-font-color-white {
  color: #fff;
}
.u-font-color-black {
  color: #000;
}
.u-font-color-emp {
  color: #ea1e1e;
}

@media screen and (max-width: 768px) {
  .u-sp-mt0 {
    margin-top: 0;
  }
  .u-sp-mt5 {
    margin-top: 5px;
  }
  .u-sp-mt10 {
    margin-top: 10px;
  }
  .u-sp-mt15 {
    margin-top: 15px;
  }
  .u-sp-mt20 {
    margin-top: 20px;
  }
  .u-sp-mt25 {
    margin-top: 25px;
  }
  .u-sp-mt30 {
    margin-top: 30px;
  }
  .u-sp-mt35 {
    margin-top: 35px;
  }
  .u-sp-mt40 {
    margin-top: 40px;
  }
  .u-sp-mt45 {
    margin-top: 45px;
  }
  .u-sp-mt50 {
    margin-top: 50px;
  }
  .u-sp-mb0 {
    margin-bottom: 0;
  }
  .u-sp-mb5 {
    margin-bottom: 5px;
  }
  .u-sp-mb10 {
    margin-bottom: 10px;
  }
  .u-sp-mb15 {
    margin-bottom: 15px;
  }
  .u-sp-mb20 {
    margin-bottom: 20px;
  }
  .u-sp-mb25 {
    margin-bottom: 25px;
  }
  .u-sp-mb30 {
    margin-bottom: 30px;
  }
  .u-sp-mb35 {
    margin-bottom: 35px;
  }
  .u-sp-mb40 {
    margin-bottom: 40px;
  }
  .u-sp-mb45 {
    margin-bottom: 45px;
  }
  .u-sp-mb50 {
    margin-bottom: 50px;
  }
  .u-sp-mb60 {
    margin-bottom: 60px;
  }
  .u-sp-mb70 {
    margin-bottom: 70px;
  }
  .u-sp-mb80 {
    margin-bottom: 80px;
  }
  .u-sp-mb90 {
    margin-bottom: 90px;
  }
  .u-sp-mb100 {
    margin-bottom: 100px;
  }
  .u-sp-pb0 {
    padding-bottom: 0;
  }
  .u-sp-pb5 {
    padding-bottom: 5px;
  }
  .u-sp-pb10 {
    padding-bottom: 10px;
  }
  .u-sp-pb15 {
    padding-bottom: 15px;
  }
  .u-sp-pb20 {
    padding-bottom: 20px;
  }
  .u-sp-pb25 {
    padding-bottom: 25px;
  }
  .u-sp-pb30 {
    padding-bottom: 30px;
  }
  .u-sp-pb35 {
    padding-bottom: 35px;
  }
  .u-sp-pb40 {
    padding-bottom: 40px;
  }
  .u-sp-pb45 {
    padding-bottom: 45px;
  }
  .u-sp-pb50 {
    padding-bottom: 50px;
  }
  .u-sp-pl0 {
    padding-left: 0;
  }
  .u-sp-pl5 {
    padding-left: 5px;
  }
  .u-sp-pl10 {
    padding-left: 10px;
  }
  .u-sp-pl15 {
    padding-left: 15px;
  }
  .u-sp-pl20 {
    padding-left: 20px;
  }
  .u-sp-pl25 {
    padding-left: 25px;
  }
  .u-sp-pl30 {
    padding-left: 30px;
  }
  .u-sp-pl35 {
    padding-left: 35px;
  }
  .u-sp-pl40 {
    padding-left: 40px;
  }
  .u-sp-pl45 {
    padding-left: 45px;
  }
  .u-sp-pl50 {
    padding-left: 50px;
  }
  .u-sp-pr0 {
    padding-right: 0;
  }
  .u-sp-pr5 {
    padding-right: 5px;
  }
  .u-sp-pr10 {
    padding-right: 10px;
  }
  .u-sp-pr15 {
    padding-right: 15px;
  }
  .u-sp-pr20 {
    padding-right: 20px;
  }
  .u-sp-pr25 {
    padding-right: 25px;
  }
  .u-sp-pr30 {
    padding-right: 30px;
  }
  .u-sp-pr35 {
    padding-right: 35px;
  }
  .u-sp-pr40 {
    padding-right: 40px;
  }
  .u-sp-pr45 {
    padding-right: 45px;
  }
  .u-sp-pr50 {
    padding-right: 50px;
  }
  .u-sp-w100 {
    width: 50px;
  }
  .u-sp-w100 {
    width: 100px;
  }
  .u-sp-w150 {
    width: 150px;
  }
  .u-sp-w200 {
    width: 200px;
  }
  .u-sp-w250 {
    width: 250px;
  }
  .u-sp-w300 {
    width: 300px;
  }
  .u-sp-w350 {
    width: 350px;
  }
  .u-sp-w400 {
    width: 400px;
  }
  .u-sp-w450 {
    width: 450px;
  }
  .u-sp-w500 {
    width: 500px;
  }
  .u-sp-w550 {
    width: 550px;
  }
  .u-sp-w600 {
    width: 600px;
  }
  .u-sp-w650 {
    width: 650px;
  }
  .u-sp-w700 {
    width: 700px;
  }
  .u-sp-w750 {
    width: 750px;
  }
  .u-sp-w800 {
    width: 800px;
  }
  .u-sp-lh10 {
    line-height: 1;
  }
  .u-sp-lh11 {
    line-height: 1.1;
  }
  .u-sp-lh12 {
    line-height: 1.2;
  }
  .u-sp-lh13 {
    line-height: 1.3;
  }
  .u-sp-lh14 {
    line-height: 1.4;
  }
  .u-sp-lh15 {
    line-height: 1.5;
  }
  .u-sp-lh16 {
    line-height: 1.6;
  }
  .u-sp-lh17 {
    line-height: 1.7;
  }
  .u-sp-lh18 {
    line-height: 1.8;
  }
  .u-sp-lh19 {
    line-height: 1.9;
  }
  .u-sp-lh20 {
    line-height: 2;
  }
  .u-sp-font-bold {
    font-weight: bold;
  }
  .u-sp-font-size10 {
    font-size: 1rem;
  }
  .u-sp-font-size11 {
    font-size: 1.1rem;
  }
  .u-sp-font-size12 {
    font-size: 1.2rem;
  }
  .u-sp-font-size13 {
    font-size: 1.3rem;
  }
  .u-sp-font-size14 {
    font-size: 1.4rem;
  }
  .u-sp-font-size15 {
    font-size: 1.5rem;
  }
  .u-sp-font-size16 {
    font-size: 1.6rem;
  }
  .u-sp-font-size17 {
    font-size: 1.7rem;
  }
  .u-sp-font-size18 {
    font-size: 1.8rem;
  }
  .u-sp-font-size19 {
    font-size: 1.9rem;
  }
  .u-sp-font-size20 {
    font-size: 2rem;
  }
  .u-sp-font-size21 {
    font-size: 2.1rem;
  }
  .u-sp-font-size22 {
    font-size: 2.2rem;
  }
  .u-sp-font-size23 {
    font-size: 2.3rem;
  }
  .u-sp-font-size24 {
    font-size: 2.4rem;
  }
  .u-sp-font-size25 {
    font-size: 2.5rem;
  }
  .u-sp-font-size26 {
    font-size: 2.6rem;
  }
  .u-sp-font-size27 {
    font-size: 2.7rem;
  }
  .u-sp-font-size28 {
    font-size: 2.8rem;
  }
  .u-sp-font-size29 {
    font-size: 2.9rem;
  }
  .u-sp-font-size30 {
    font-size: 3rem;
  }
  .u-sp-font-color-white {
    color: #fff;
  }
  .u-sp-font-color-black {
    color: #000;
  }
  .u-sp-font-color-emp {
    color: #ea1e1e;
  }
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.l-fx,
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-fx.--between, .l-fx.space-between,
.l-flex.--between,
.l-flex.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .l-container {
    overflow: clip;
  }
  .l-inner {
    margin: 0 auto;
    width: 1040px;
  }
  .l-inner--padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-fl {
    float: left;
    margin-right: 20px;
  }
  .l-fr {
    float: right;
    margin-left: 20px;
  }
  .lg-gutter-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lg-gutter-3 > * {
    margin: 0 3px;
  }
  .lg-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lg-gutter-5 > * {
    margin: 0 5px;
  }
  .lg-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lg-gutter-10 > * {
    margin: 0 10px;
  }
  .lg-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lg-wrap.lg-gutter-10 > .col-lg-4 {
    -ms-flex-preferred-size: calc(33.33333333% - 20px);
        flex-basis: calc(33.33333333% - 20px);
  }
  .lg-wrap.lg-gutter-5 > .col-lg-4 {
    -ms-flex-preferred-size: calc(33.33333333% - 10px);
        flex-basis: calc(33.33333333% - 10px);
  }
  .lg-wrap.lg-gutter-10 > .col-lg-3 {
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
  }
  .lg-wrap.lg-gutter-5 > .col-lg-3 {
    -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
  }
  .lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col-lg-mr-5 {
    margin-right: 5px;
  }
  .col-lg-mr-10 {
    margin-right: 10px;
  }
  .col-lg-mr-15 {
    margin-right: 15px;
  }
  .col-lg-mr-20 {
    margin-right: 20px;
  }
  .col-lg-mb-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-fx,
  .l-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-container {
    margin-top: 60px;
    overflow: hidden;
  }
  .l-inner {
    padding: 0 10px;
  }
  .l-inner--padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-gutter-3 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .sm-gutter-3 > * {
    margin: 0 3px;
  }
  .sm-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm-gutter-5 > * {
    margin: 0 5px;
  }
  .sm-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm-gutter-10 > * {
    margin: 0 10px;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col-sm-mr-5 {
    margin-right: 5px;
  }
  .col-sm-mr-10 {
    margin-right: 10px;
  }
  .col-sm-mr-15 {
    margin-right: 15px;
  }
  .col-sm-mr-20 {
    margin-right: 20px;
  }
  .col-sm-mb-5 {
    margin-bottom: 5px;
  }
  .col-sm-mb-10 {
    margin-bottom: 10px;
  }
  .col-sm-mb-15 {
    margin-bottom: 15px;
  }
  .col-sm-mb-20 {
    margin-bottom: 20px;
  }
}
/* ----------------------------------------------------------------
  Library
----------------------------------------------------------------- */
:root {
  --vk-color-text-body: #333333;
  --vk-color-text-link: #666666;
  --vk-color-text-link-hover: #1e73be;
  --vk-color-text-header: #444444;
  --vk-color-text-meta: #666666; /* 一旦非推奨 */
  --vk-color-text-light: #666666;
  --vk-color-border: rgba(0, 0, 0, 0.2);
  --vk-color-border-hr: rgba(0, 0, 0, 0.06);
  --vk-color-border-image: #e5e5e5;
  --vk-color-border-form: rgba(0, 0, 0, 0.2);
  --vk-color-primary: #c00;
  --vk-color-primary-dark: #b00;
  --vk-color-primary-vivid: #d00;
  --vk-color-accent-bg: rgba(0, 0, 0, 0.02);
  --vk-color-header-bg: #fff;
  --vk-color-footer-bg: #f5f5f5;
  /**
  * @since 15.9
  * --vk-width-container : 100% -> 100svw;
  * theme.json 有効時にコンテナサイズが
  * calc( var(--vk-width-container) - var(--vk-width-container-padding) * 2 ) で指定されるため
  * ブロックに対する max-width が 100% - 30px になってしまうので、グループブロックなどインナー要素で左右に余分にスペースができてしまうため
  */
  --vk-width-container: 100svw;
  --vk-width-container-padding: 15px;
  /**
  * @since 15.26
  * --vk-width-full : 編集画面は全幅が 100svw ではないため、変更できるように --vk-width-full を使用する
  */
  --vk-width-full: 100svw;
  --vk-width-col-2-main: 66.6%;
  --vk-width-col-2-sub: calc(var(--vk-width-container) * 0.27);
  --vk-margin-meta: 0.5em;
  --vk-margin-headding-bottom: 1em;
  --vk-margin-element-bottom: 1.5em;
  --vk-margin-block-bottom: 2em;
  --vk-margin-section-bottom: 3em;
  --vk-size-text: 16px;
  --vk-size-text-meta: 0.75em;
  --vk-size-text-lg: 1.5em;
  --vk-size-text-sm: 0.875em;
  --vk-size-text-xs: 0.75em;
  --vk-size-radius: 4px;
  --vk-size-radius-sm: calc(var(--vk-size-radius) * 0.5);
  --vk-size-radius-lg: calc(var(--vk-size-radius) * 1.5);
  --vk-line-height: 1.7em;
  --vk-line-height-low: 1.4em;
}

@media (min-width: 576px) {
  :root {
    --vk-width-container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --vk-width-container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --vk-width-container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --vk-width-container: 1140px;
  }
}
:root {
  --vk-size-admin-bar: 46px;
  --wp--preset--font-family--system-font: "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

@media (min-width: 783px) {
  :root {
    --vk-size-admin-bar: 32px;
  }
}
.lightning-g3 {
  /*-------------------------------------------*/
  /*	reset user agent style
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*	common style
  /*-------------------------------------------*/
  /* Reset iOS Style */
  /* / Reset iOS Style */
  /** DOM example

  インナーブロックは全幅か幅広の時のみ指定
  そうでないと container-padding が余分についてしまう

  entry-body
  	wp-block-cover
  		wp-block-cover__inner-container
  */
  /* カラム（水平）で点線と余白ができる */
  /*-------------------------------------------*/
  /*  Outer
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  Image Block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  Gallery Block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  Button Block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  Table Block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  「最新の記事」ブロック
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  RSS block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  「検索」ブロック
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  hr block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  cover block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  image Block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  Post Date Block
  /*-------------------------------------------*/
  /*-------------------------------------------*/
  /*  Inline Code
  /*-------------------------------------------*/
}
.lightning-g3 .wp-block-table,
.lightning-g3 p,
.lightning-g3 ul,
.lightning-g3 ol,
.lightning-g3 dl,
.lightning-g3 blockquote,
.lightning-g3 iframe {
  margin-bottom: var(--vk-margin-element-bottom);
}
.lightning-g3 a {
  text-decoration: none;
  color: var(--vk-color-text-link);
}
.lightning-g3 a:hover {
  color: var(--vk-color-text-link-hover);
  text-decoration-color: var(--vk-color-text-link-hover);
}
p .lightning-g3 a, li .lightning-g3 a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-thickness: 1px;
}
p .lightning-g3 a:hover, li .lightning-g3 a:hover {
  text-decoration: none;
}
.has-black-background-color .lightning-g3 a, .has-text-color .lightning-g3 a {
  text-decoration-color: currentColor;
}
.lightning-g3 p {
  line-height: var(--vk-line-height);
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.lightning-g3 ul + h1, .lightning-g3 ul + h2, .lightning-g3 ul + h3, .lightning-g3 ul + h4, .lightning-g3 ul + h5, .lightning-g3 ul + h6,
.lightning-g3 ol + h1,
.lightning-g3 ol + h2,
.lightning-g3 ol + h3,
.lightning-g3 ol + h4,
.lightning-g3 ol + h5,
.lightning-g3 ol + h6,
.lightning-g3 dl + h1,
.lightning-g3 dl + h2,
.lightning-g3 dl + h3,
.lightning-g3 dl + h4,
.lightning-g3 dl + h5,
.lightning-g3 dl + h6,
.lightning-g3 table + h1,
.lightning-g3 table + h2,
.lightning-g3 table + h3,
.lightning-g3 table + h4,
.lightning-g3 table + h5,
.lightning-g3 table + h6,
.lightning-g3 p + h1,
.lightning-g3 p + h2,
.lightning-g3 p + h3,
.lightning-g3 p + h4,
.lightning-g3 p + h5,
.lightning-g3 p + h6 {
  margin-top: 2em;
}
.lightning-g3 figure + h1, .lightning-g3 figure + h2, .lightning-g3 figure + h3 {
  margin-top: 2em;
}
.lightning-g3 figure + h4, .lightning-g3 figure + h5, .lightning-g3 figure + h6 {
  margin-top: var(--vk-margin-headding-bottom);
}
.lightning-g3 h1,
.lightning-g3 h2,
.lightning-g3 h3,
.lightning-g3 h4,
.lightning-g3 h5,
.lightning-g3 h6 {
  margin-top: 0;
  margin-bottom: var(--vk-margin-headding-bottom);
  line-height: var(--vk-line-height-low);
}
.lightning-g3 h1 a,
.lightning-g3 h2 a,
.lightning-g3 h3 a,
.lightning-g3 h4 a,
.lightning-g3 h5 a,
.lightning-g3 h6 a {
  text-decoration: none;
}
.lightning-g3 h1 {
  font-size: 2em;
}
.lightning-g3 h2 {
  font-size: 1.75em;
}
.lightning-g3 h3 {
  font-size: 1.5em;
}
.lightning-g3 h4 {
  font-size: 1.33em;
}
.lightning-g3 h5 {
  font-size: 1.2em;
}
.lightning-g3 h6 {
  font-size: 1.125em;
}
.lightning-g3 ul,
.lightning-g3 ol {
  padding-left: 1.5em;
}
.lightning-g3 li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.lightning-g3 blockquote {
  margin: 0;
  padding: 1em 1.5em;
  border-left: 1px solid var(--vk-color-primary);
  background-color: var(--vk-color-accent-bg);
}
.lightning-g3 img {
  height: auto;
  max-width: 100%;
}
.lightning-g3 i {
  margin-right: 0.4em;
}
.lightning-g3 hr {
  border: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 input[type=submit],
.lightning-g3 input[type=button] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
.lightning-g3 input[type=submit]::-webkit-search-decoration,
.lightning-g3 input[type=button]::-webkit-search-decoration {
  display: none;
}
.lightning-g3 input[type=submit]::focus,
.lightning-g3 input[type=button]::focus {
  outline-offset: -2px;
}
.lightning-g3 input:where(:not([type=checkbox], [type=radio])),
.lightning-g3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.lightning-g3 input[type=text],
.lightning-g3 input[type=number],
.lightning-g3 input[type=email],
.lightning-g3 input[type=tel],
.lightning-g3 input[type=url],
.lightning-g3 input[type=date],
.lightning-g3 input[type=password],
.lightning-g3 select,
.lightning-g3 textarea {
  font-size: 1em;
  border: 1px solid var(--vk-color-border-form);
  border-radius: var(--vk-size-radius);
  padding: 0.8em 1em;
  margin: 0 0 0.5em;
  width: 100%;
  color: var(--vk-color-text-body);
  background-color: #fff;
}
.lightning-g3 input[type=file] {
  margin: 0.5em 0;
}
.lightning-g3 input[type=submit] {
  font-size: 1em;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
}
.lightning-g3 input[type=submit]:not(:disabled):hover {
  color: #fff;
  cursor: pointer;
  background-color: var(--vk-color-primary-dark);
}
.lightning-g3 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.lightning-g3 table th,
.lightning-g3 table td {
  padding: 0.5em 1em;
}
.lightning-g3 *:where(:not(.wp-block-table)) > table {
  border: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 *:where(:not(.wp-block-table)) > table :is(th, td) {
  border: 1px solid;
  font-size: var(--vk-size-text-sm);
}
.lightning-g3 *:where(:not(.wp-block-table)) > table :is(thead, tbody, tfoot, th, td) {
  border-color: inherit;
}
.lightning-g3 iframe {
  border: none;
}
.lightning-g3 dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.lightning-g3 dd {
  margin-left: 0;
}
.lightning-g3 .alignfull div[class*=__inner-container],
.lightning-g3 .alignwide div[class*=__inner-container] {
  max-width: calc(var(--vk-width-container) - var(--vk-width-container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
}
.lightning-g3 .alignfull, .lightning-g3 .alignfull:is(.swiper-container,
.vk_slider,
.wp-block-image,
.wp-block-cover-image,
.wp-block-cover) {
  width: auto; /* Don't use 100svw!! cope with windows */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: var(--vk-width-full);
}
.lightning-g3 .alignwide, .lightning-g3 .alignwide:is(.vk_slider, .wp-block-image, .wp-block-cover-image, .wp-block-cover) {
  width: calc(100% + (var(--vk-width-full) - 100%) / 2);
  margin-left: calc((100% - var(--vk-width-full)) / 4);
  margin-right: calc((100% - var(--vk-width-full)) / 4);
  max-width: var(--vk-width-full);
}
.lightning-g3 :is(.wp-block-cover, .wp-block-group):not(.alignfull, .alignwide) > .is-layout-constrained > .alignwide {
  margin-left: calc((100% - var(--vk-width-full)) / 4) !important;
  margin-right: calc((100% - var(--vk-width-full)) / 4) !important;
}
.lightning-g3 body :where(.alignfull, .alignwide):where(:not(.vk_outer-paddingLR-zero)) .is-layout-constrained > .alignwide {
  margin-left: calc((100% - var(--vk-width-full)) / 4) !important;
  margin-right: calc((100% - var(--vk-width-full)) / 4) !important;
}
.lightning-g3 .main-section--col--two .alignfull,
.lightning-g3 .main-section--col--two .alignwide,
.lightning-g3 .sub-section--col--two .alignfull,
.lightning-g3 .sub-section--col--two .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.lightning-g3 .main-section--col--two .alignfull.wp-block-image,
.lightning-g3 .main-section--col--two .alignwide.wp-block-image,
.lightning-g3 .sub-section--col--two .alignfull.wp-block-image,
.lightning-g3 .sub-section--col--two .alignwide.wp-block-image {
  max-width: 100%;
}
.lightning-g3 .main-section--col--two.main-section--base--on .alignwide, .lightning-g3 .main-section--col--two.sub-section--base--on .alignwide,
.lightning-g3 .sub-section--col--two.main-section--base--on .alignwide,
.lightning-g3 .sub-section--col--two.sub-section--base--on .alignwide {
  padding-left: 0;
  padding-right: 0;
  margin-left: calc(var(--vk-width-base-padding) / -2);
  margin-right: calc(var(--vk-width-base-padding) / -2);
  max-width: calc(100% + var(--vk-width-base-padding));
  width: calc(100% + var(--vk-width-base-padding));
}
.lightning-g3 .main-section--col--two.main-section--base--on .alignfull, .lightning-g3 .main-section--col--two.sub-section--base--on .alignfull,
.lightning-g3 .sub-section--col--two.main-section--base--on .alignfull,
.lightning-g3 .sub-section--col--two.sub-section--base--on .alignfull {
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100% + var(--vk-width-base-padding) * 2);
  width: calc(100% + var(--vk-width-base-padding) * 2);
}
.lightning-g3 .has-small-font-size {
  font-size: var(--vk-size-text-sm); /* 14px */
}
.lightning-g3 .has-regular-font-size {
  font-size: var(--vk-size-text);
}
.lightning-g3 .has-large-font-size {
  font-size: var(--vk-size-text-lg); /* 24px */
}
.lightning-g3 .has-huge-font-size {
  font-size: 36px;
}
.lightning-g3 .block-editor-block-list__layout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightning-g3 .vk_post .row {
  margin: 0;
}
.lightning-g3 .wp-block-image {
  max-width: 100%;
  /* 編集画面専用 */
}
.lightning-g3 .wp-block-image .components-resizable-box__container {
  max-width: 100%;
}
.lightning-g3 .wp-block-image figcaption {
  text-align: center;
  font-size: 0.75em;
}
.lightning-g3 .wp-block-quote cite {
  font-size: var(--vk-size-text-xs);
}
.lightning-g3 .vk_outer-width-full.vk_outer-paddingLR-none > div > .vk_outer_container {
  max-width: var(--vk-width-container);
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.main-section--base--on .lightning-g3 .vk_outer-width-full.vk_outer-paddingLR-none {
  padding-left: var(--vk-width-base-padding);
  padding-right: var(--vk-width-base-padding);
}
.lightning-g3 body .wp-block-image figure {
  margin-bottom: 1em;
}
.lightning-g3 .wp-block-image img {
  height: auto;
  display: block;
}
.lightning-g3 .wp-block-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.lightning-g3 .wp-block-image.alignright {
  float: right;
  margin-right: 0;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.lightning-g3 .wp-block-image.alignleft {
  float: left;
  margin-right: 1em;
  margin-left: 0;
  margin-bottom: 0.5em;
}
.lightning-g3 .wp-block-gallery {
  /* left right はコアで max-width:420px 指定が入っている */
}
.lightning-g3 .wp-block-gallery.aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lightning-g3 .wp-block-gallery.alignright {
  margin-left: auto;
  margin-right: 0;
}
.lightning-g3 .wp-block-button__link {
  font-size: 1em;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.wp-block-button .lightning-g3 .wp-block-button__link {
  background-color: var(--vk-color-primary);
}
.lightning-g3 .wp-block-button__link:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.1) saturate(2);
          filter: brightness(1.1) saturate(2);
}
.lightning-g3 .wp-block-button__link, .lightning-g3 .wp-block-button__link:hover {
  color: #fff;
}
.wp-block-buttons .lightning-g3 .wp-block-button__link {
  border-radius: var(--vk-size-radius);
}
.lightning-g3 .wp-block-button.is-style-outline > .wp-block-button__link {
  background-color: transparent;
}
.lightning-g3 .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  -webkit-filter: brightness(1) saturate(1);
          filter: brightness(1) saturate(1);
  color: #fff !important;
  border-color: var(--vk-color-primary-vivid);
  background-color: var(--vk-color-primary-vivid) !important;
}
.lightning-g3 .wp-block-table {
  border-color: var(--vk-color-border-hr);
}
.lightning-g3 .wp-block-table:where(:not([class*=font-size])) {
  font-size: var(--vk-size-text-sm);
}
.lightning-g3 .wp-block-table :is(table, thead, tbody, tfoot, th, td) {
  border-color: inherit;
}
.lightning-g3 .wp-block-table thead th.has-text-align-right {
  text-align: center;
}
.lightning-g3 .wp-block-table figcaption {
  margin-top: 0.4em;
  text-align: center;
  font-size: 0.75em;
}
.lightning-g3 .wp-block-table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.lightning-g3 .wp-block-table.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.lightning-g3 .wp-block-table.alignright {
  margin-left: auto;
  margin-right: 0;
}
.lightning-g3 .wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lightning-g3 .wp-block-latest-posts.is-grid li {
  padding: 0.5em;
  border-bottom: none;
}
.lightning-g3 .wp-block-latest-posts li {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 .wp-block-latest-posts li > a {
  color: var(--vk-color-text-body);
  text-decoration: none;
  display: block;
  overflow: hidden;
  margin-bottom: var(--vk-margin-meta);
}
.lightning-g3 .wp-block-latest-posts li > a:hover {
  text-decoration: underline;
}
.lightning-g3 .wp-block-latest-posts li:after {
  content: "";
  display: block;
  clear: both;
}
.lightning-g3 .wp-block-latest-posts__post-author, .lightning-g3 .wp-block-latest-posts__post-date {
  color: var(--vk-color-text-light);
  font-size: var(--vk-size-text-sm);
}
.lightning-g3 .wp-block-latest-posts__featured-image {
  margin-bottom: var(--vk-margin-meta);
  display: block;
  width: auto;
  max-width: 100%;
}
.lightning-g3 .wp-block-latest-posts__featured-image img {
  border: 1px solid var(--vk-color-border-hr);
  max-width: 100%;
}
.lightning-g3 .wp-block-latest-posts__featured-image.alignleft {
  float: left;
}
.lightning-g3 .wp-block-latest-posts__featured-image.alignright {
  float: right;
}
.lightning-g3 .wp-block-latest-posts__post-excerpt {
  font-size: var(--vk-size-text-sm);
  margin-top: var(--vk-margin-meta);
  color: var(--vk-color-text-body);
}
.lightning-g3 .wp-block-rss {
  padding: 0;
  list-style: none;
}
.lightning-g3 .wp-block-rss__item {
  margin-bottom: 0;
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.lightning-g3 .wp-block-rss__item-title {
  margin-bottom: var(--vk-margin-meta);
}
.lightning-g3 .wp-block-rss__item-title a {
  color: var(--vk-color-text-body);
  text-decoration: none;
}
.lightning-g3 .wp-block-rss__item-publish-date {
  margin-right: 0.5em;
}
.lightning-g3 .wp-block-rss__item-publish-date:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-left: 0;
  content: "\f073";
}
.lightning-g3 .wp-block-rss__item-author:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-left: 0;
  content: "\f303";
}
.lightning-g3 .wp-block-rss__item-publish-date, .lightning-g3 .wp-block-rss__item-author {
  font-size: var(--vk-size-text-xs);
  color: var(--vk-color-text-light);
  display: inline-block;
  margin-top: 0.5em;
}
.lightning-g3 .wp-block-rss__item-excerpt {
  font-size: var(--vk-size-text-xs);
  color: var(--vk-color-text-light);
  margin-top: var(--vk-margin-meta);
}
.lightning-g3 .wp-block-rss.is-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lightning-g3 .wp-block-rss.is-grid li {
  margin-left: 0;
  margin-right: 0;
}
.lightning-g3 .wp-block-search .wp-block-search__label {
  display: none;
}
.lightning-g3 .wp-block-search__input, .lightning-g3 .wp-block-search__button {
  border-radius: var(--vk-size-radius);
}
.lightning-g3 .wp-block-search .wp-block-search__button {
  width: 33%;
  color: #fff;
  background-color: var(--vk-color-primary);
  border: none;
  padding: 6px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.lightning-g3 .wp-block-search input.wp-block-search__input {
  max-width: initial;
  width: 64%;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 0;
}
.lightning-g3 hr.wp-block-separator {
  border-color: var(--vk-color-border-hr);
  border-bottom: none;
}
.lightning-g3 .wp-block-cover:has(* > :is(.alignwide, .alignfull)) {
  overflow: visible;
}
.lightning-g3 .wp-block-image img:not([style*=object-fit]) {
  height: auto !important;
}
.lightning-g3 .wp-block-post-date time {
  white-space: nowrap;
}
.lightning-g3 :not(pre) > code,
.lightning-g3 kbd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.4em;
  padding: 0.2em 0.4em !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--vk-color-accent-bg) !important;
  border: 1px solid var(--vk-color-border-hr) !important;
  border-radius: 2px !important;
  color: var(--vk-color-text-body) !important;
  font-size: 0.9em !important;
  line-height: 1.1;
}
.lightning-g3 :not(pre) > code:focus:not(pre) > code[data-rich-text-format-boundary],
.lightning-g3 :not(pre) > code:focus > kbd[data-rich-text-format-boundary],
.lightning-g3 kbd:focus:not(pre) > code[data-rich-text-format-boundary],
.lightning-g3 kbd:focus > kbd[data-rich-text-format-boundary] {
  background-color: var(--vk-color-accent-bg) !important;
}
.lightning-g3 kbd {
  border-bottom-width: 3px !important;
}
.lightning-g3 .global-nav-list > li {
  float: left;
}
.lightning-g3 .global-nav-list > li:hover .global-nav-description,
.lightning-g3 .global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)) .global-nav-description {
  opacity: 1;
}
.lightning-g3 .global-nav-list > li:hover:before,
.lightning-g3 .global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)):before {
  width: 100%;
}
.lightning-g3 .global-nav-list > li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 1px solid var(--vk-color-primary);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lightning-g3 .global-nav-list > li.menu-item-has-children::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "";
  position: absolute;
  padding: 0;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid transparent;
  z-index: 1000;
  opacity: 0;
  border-bottom-color: var(--vk-color-primary);
}
.lightning-g3 .device-pc .global-nav-list > li.menu-item-has-children:hover::after,
.lightning-g3 .global-nav-list > li.acc-parent-open::after {
  opacity: 1;
  bottom: 1px;
}
.lightning-g3 .global-nav-list > li.acc-parent-close::after {
  opacity: 0;
}
.lightning-g3 .global-nav-list > li > ul.sub-menu {
  margin-top: -1px;
}
.lightning-g3 .global-nav-list ul li a:hover {
  background-color: var(--vk-color-primary);
}
.lightning-g3 body:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list > li:before {
  left: unset;
  bottom: unset;
  border-bottom: none;
  border-right: 1px solid var(--vk-color-primary);
  top: 14px;
  right: 0;
  height: 0;
}
.lightning-g3 body:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list > li.acc-parent-open::after,
.lightning-g3 body:not(.header_scrolled) .global-nav--text-layout--vertical .global-nav-list > li.menu-item-has-children:hover::after {
  bottom: 0;
}
.lightning-g3 body:not(.header_scrolled).device-pc .global-nav--text-layout--vertical .global-nav-list > li:hover:before,
.lightning-g3 body:not(.header_scrolled).device-pc .global-nav--text-layout--vertical .global-nav-list > li[class*=current]:before {
  height: calc(100% - 14px - 14px);
}
.lightning-g3 body:not(.header_scrolled).device-mobile .global-nav--text-layout--vertical .global-nav-list > li.acc-parent-open:before,
.lightning-g3 body:not(.header_scrolled).device-mobile .global-nav--text-layout--vertical .global-nav-list > li[class*=current]:before {
  height: calc(100% - 14px - 3em);
}
.lightning-g3 body,
.lightning-g3 html {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lightning-g3 .entry-title--post-type--page,
.lightning-g3 h2:where(:not(.wp-block-post-title)) {
  padding: 0.5em 0;
  border-top: 2px solid var(--vk-color-primary);
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 .site-footer-title,
.lightning-g3 .sub-section-title,
.lightning-g3 h3:where(:not(.wp-block-post-title)) {
  position: relative;
  border-bottom: 1px solid var(--vk-color-border);
  background: 0 0;
  padding: 0 0 0.5em;
  border-radius: 0;
}
.lightning-g3 .site-footer-title:after,
.lightning-g3 .sub-section-title:after,
.lightning-g3 h3:where(:not(.wp-block-post-title)):after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid var(--vk-color-primary);
}
.lightning-g3 h4:where(:not(.wp-block-post-title)) {
  padding: 0.5em;
  background-color: var(--vk-color-border-hr);
  border-radius: var(--vk-size-radius);
}
.lightning-g3 h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 .wp-block-button__link {
  padding-top: calc(0.6em + 2px);
  padding-bottom: calc(0.6em + 2px);
}
.lightning-g3 .vk_button {
  margin-top: 0;
}
.lightning-g3 .vk_button .vk_button_link.btn,
.lightning-g3 .wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.lightning-g3 body,
.lightning-g3 html {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lightning-g3 .site-header {
  background-color: #fff;
}
.lightning-g3 .page-header {
  color: #fff;
  background-color: var(--vk-color-primary);
}
.lightning-g3 .breadcrumb {
  border-top: 1px solid var(--vk-color-border-hr);
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 .site-footer {
  border-top: 1px solid var(--vk-color-primary);
}
.lightning-g3 .footer-nav {
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.lightning-g3 .footer-nav-list li:first-child {
  border-left: 1px solid var(--vk-color-border);
}
.lightning-g3 .footer-nav-list li {
  border-right: 1px solid var(--vk-color-border);
}
@media (max-width: 767.98px) {
  .lightning-g3 .footer-nav {
    border-bottom: none;
  }
  .lightning-g3 .footer-nav-list li:first-child {
    border-left: none;
  }
  .lightning-g3 .footer-nav-list li {
    border-right: none;
    border-bottom: 1px solid var(--vk-color-border-hr);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------------------------------------------------------
  Module
----------------------------------------------------------------- */
/* pc */
@media screen and (min-width: 768px) {
  .m-breadcrumb {
    width: 100%;
    background-color: #f1f1f3;
    height: 60px;
  }
  .m-breadcrumb > ul {
    width: 1000px;
    height: 60px;
    padding: 20px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-breadcrumb > ul li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
  }
  .m-breadcrumb > ul li:last-child:after {
    display: none;
  }
  .m-breadcrumb > ul li {
    color: #666;
  }
  .m-breadcrumb > ul a {
    color: #666;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .m-breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f8f8f8;
  }
  .m-breadcrumb ul {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    overflow-x: scroll;
  }
  .m-breadcrumb ul li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
  }
  .m-breadcrumb ul li:last-child:after {
    display: none;
  }
}
.--arrow-r {
  position: relative;
}
.--arrow-r::after {
  content: "▼";
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 700;
  height: 18px;
}

@media screen and (min-width: 769px) {
  .c-kanban img {
    width: 100%;
    height: auto;
  }
  .m-byage {
    margin: 100px auto 0;
    width: 800px;
  }
  .m-byage-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
  .m-byage-row > a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 5px;
    padding: 10px 5px !important;
  }
  .m-byage-wrap {
    margin: 0;
    min-height: 500px;
    background-image: url(../img/byage_bg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 60px 0;
  }
  .m-byage-wrap a {
    border: solid 1px #fff;
    text-align: center;
    padding: 13px 5px;
    color: #fff;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    position: relative;
    display: block;
  }
  .m-byage-wrap a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .m-byage-wrap .c-headline {
    color: #fff;
    margin-bottom: 60px !important;
  }
  .m-byage-wrap .c-headline.\--line:before {
    background: #fff;
  }
  .m-byage-wrap .c-headline.\--line > span {
    background: #74a4e0;
  }
  .m-byage-link {
    text-align: right;
    margin-top: 10px;
  }
  .m-byage-link a {
    color: #003099;
    padding-right: 15px;
    font-weight: bold;
    font-size: 2rem;
  }
  .m-byage-link a::after {
    right: 0;
  }
  .c-headline {
    font-size: 2.8rem;
    color: #00adea;
    border-bottom: solid 3px #dbf3fb;
    margin-bottom: 40px;
  }
  .c-headline::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #00adea;
    margin-bottom: -3px;
  }
  .c-headline-sub {
    font-size: 2.4rem;
    letter-spacing: 8px;
  }
  .c-pagettl {
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.9rem;
    margin-top: 20px;
  }
  .c-pagettl.--tl {
    font-size: 2rem;
    text-align: left;
    padding-left: 10px;
  }
  .c-icon.--q {
    width: 20px;
    height: 20px;
    background-image: url(../img/i_qes.png);
    background-size: 20px 20px;
    vertical-align: sub;
    display: inline-block;
    margin: 0 10px;
  }
  .c-icon.--q_w {
    background-image: url(../img/i_qus_w.png);
  }
  .before-i-soudan::before {
    content: "";
    float: left;
    background-image: url(../img/i_soudan.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 20px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .before-i-contact::before {
    content: "";
    float: left;
    background-image: url(../img/i_contact.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 20px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .before-i-docreq::before {
    content: "";
    float: left;
    background-image: url(../img/i_doc_req.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-linkbar {
    text-align: center;
    border: solid 1px #cecece;
    display: block;
    padding: 12px;
    margin-top: 10px;
    font-weight: bold;
  }
  .c-linkbar.--skin02 {
    background: #26a2e7;
    color: #fff;
  }
  .c-linkbar.--skin03 {
    background-color: #ff7b7b;
    color: #fff;
  }
  .c-linkbar.--skin04 {
    border: solid 1px #26a2e7;
    color: #26a2e7;
  }
  .c-textlink {
    text-align: right;
    margin-top: 10px;
  }
  .c-textlink a {
    color: #003099;
    padding-right: 15px;
    font-weight: bold;
    position: relative;
  }
  .c-textlink a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-textlink a::after {
    right: 0;
    top: -2px;
  }
  .c-bar {
    background-color: #26a2e7;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
  }
  .banner {
    margin-top: 20px;
  }
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    margin: 60px -60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-list > a {
    display: block;
    margin: 10px 20px 0 0;
  }
  .c-inner {
    padding: 20px;
  }
  .c-imageset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: solid 1px #cecece;
  }
  .c-imageset-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-imageset.--horizontal {
    border: solid 1px #cecece;
    padding: 0;
    height: 100px;
    overflow: hidden;
  }
  .c-imageset.--horizontal .c-imageset__img {
    width: 50%;
    min-width: 50%;
    margin-right: 10px;
  }
  .c-imageset.--horizontal .c-imageset__img img {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .c-imageset__img {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 10px;
  }
  .c-imageset__img img {
    width: 100%;
  }
  .c-imageset__txt {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .c-imageset__txt::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-btn {
    text-align: center;
    background-color: #fff;
    display: inline-block;
    width: 320px;
    padding: 12px 0 10px;
    border: solid 1px #636363;
    position: relative;
  }
  .c-btn.--fit {
    width: 100%;
  }
  .c-btn:hover {
    text-decoration: none;
  }
  .c-btn::after {
    content: "▼";
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    height: 18px;
  }
  .c-table {
    border: solid 1px #cecece;
  }
  .c-table th {
    width: 90px;
    background-color: #f8f8f8;
  }
  .c-table th,
  .c-table td {
    padding: 5px;
    border: solid 1px #cecece;
  }
  .c-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .c-profile__img {
    width: 200px;
    min-width: 200px;
    margin-right: 20px;
  }
  .c-profile__img.--size-S {
    width: 120px;
    min-width: 120px;
  }
  .c-profile__img img {
    width: 100%;
    height: auto;
  }
  .c-profile__txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .c-profile__txt strong {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    color: #17a1ea;
    font-size: 1rem;
  }
  .c-profile__txt span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    font-size: 1.6rem;
  }
  .m-tm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-tm-item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    display: block;
    padding: 25px 0;
    border-bottom: solid 1px #cecece;
    margin: 0 10px;
  }
  .m-tm-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-tm-item:last-child {
    border-bottom: none;
  }
  .m-tm-item::after {
    right: 0;
  }
  .m-tm-item__img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .m-tm-item__img + div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .m-tm-item__name {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .m-tm-item__name.--england::before {
    background-image: url(../img/i_england.png);
  }
  .m-tm-item__name::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .m-tm-item__type {
    margin-top: 5px;
  }
  .m-tm-item__label {
    margin-top: 10px;
  }
  .m-tm-item__label > span {
    color: #009fed;
    border: solid 1px #009fed;
    font-size: 1.5rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
  }
  .m-tm-item__details {
    margin: 20px 0;
    padding: 10px 15px 5px;
    background-color: #f8f8f8;
  }
  .m-tm-item__details > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .m-tm-item__details > li > div:first-child {
    min-width: 60px;
  }
  .m-tm-item .c-textlink {
    text-align: right;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-byage-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
  .m-byage-row > a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 5px;
    font-size: 1.1rem !important;
    padding: 10px 5px !important;
  }
  .m-byage-wrap {
    margin: 15px -20px 0;
    min-height: 280px;
    background-image: url(../img/byage_bg.png);
    background-size: cover;
    padding: 30px 20px 0;
  }
  .m-byage-wrap a {
    border: solid 1px #fff;
    text-align: center;
    padding: 13px 5px;
    color: #fff;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    position: relative;
    display: block;
  }
  .m-byage-wrap a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .m-byage-wrap .c-headline {
    color: #fff;
    margin-bottom: 25px !important;
  }
  .m-byage-wrap .c-headline.\--line:before {
    background: #fff;
  }
  .m-byage-wrap .c-headline.\--line > span {
    background: #74a4e0;
  }
  .m-byage-link {
    text-align: right;
    margin-top: 10px;
  }
  .m-byage-link a {
    color: #003099;
    padding-right: 15px;
    font-weight: bold;
  }
  .m-byage-link a::after {
    right: 0;
  }
  .c-pagettl {
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.9rem;
    margin-top: 20px;
  }
  .c-pagettl.--tl {
    font-size: 1.4rem;
    text-align: left;
    padding-left: 10px;
  }
  .c-headline {
    font-size: 2rem;
    color: #00adea;
    border-bottom: solid 3px #dbf3fb;
    margin-bottom: 30px;
  }
  .c-headline::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #00adea;
    margin-bottom: -3px;
  }
  .c-headline-sub {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .c-btn {
    text-align: center;
    background-color: #fff;
    display: inline-block;
    width: 320px;
    padding: 12px 0 10px;
    border: solid 1px #636363;
    position: relative;
  }
  .c-btn.--fit {
    width: 100%;
  }
  .c-btn:hover {
    text-decoration: none;
  }
  .c-btn::after {
    content: "▼";
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    height: 18px;
  }
  .c-table {
    border: solid 1px #cecece;
  }
  .c-table th {
    width: 90px;
    background-color: #f8f8f8;
  }
  .c-table th,
  .c-table td {
    padding: 5px;
    border: solid 1px #cecece;
  }
  .c-icon.--q {
    width: 20px;
    height: 20px;
    background-image: url(../img/i_qes.png);
    background-size: 20px 20px;
    vertical-align: sub;
    display: inline-block;
    margin: 0 10px;
  }
  .c-icon.--q_w {
    background-image: url(../img/i_qus_w.png);
  }
  .before-i-soudan::before {
    content: "";
    float: left;
    background-image: url(../img/i_soudan.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 20px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .before-i-contact::before {
    content: "";
    float: left;
    background-image: url(../img/i_contact.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 20px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .before-i-docreq::before {
    content: "";
    float: left;
    background-image: url(../img/i_doc_req.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-linkbar {
    text-align: center;
    border: solid 1px #cecece;
    display: block;
    padding: 12px;
    margin-top: 10px;
    font-weight: bold;
  }
  .c-linkbar.--skin02 {
    background: #26a2e7;
    color: #fff;
  }
  .c-linkbar.--skin03 {
    background-color: #ff7b7b;
    color: #fff;
  }
  .c-linkbar.--skin04 {
    border: solid 1px #26a2e7;
    color: #26a2e7;
  }
  .c-textlink {
    text-align: right;
    margin-top: 10px;
  }
  .c-textlink a {
    color: #003099;
    padding-right: 15px;
    font-weight: bold;
    position: relative;
  }
  .c-textlink a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .c-textlink a::after {
    right: 0;
    top: -2px;
  }
  .c-bar {
    background-color: #26a2e7;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
  }
  .c-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .c-profile__img {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
  .c-profile__img.--size-S {
    width: 60px;
    min-width: 60px;
  }
  .c-profile__txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .c-profile__txt strong {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    color: #17a1ea;
    font-size: 1rem;
  }
  .c-profile__txt span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    font-size: 1.2rem;
  }
  .m-tm-item {
    display: block;
    padding: 25px 0;
    border-bottom: solid 1px #cecece;
  }
  .m-tm-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-tm-item:last-child {
    border-bottom: none;
  }
  .m-tm-item::after {
    right: 0;
  }
  .m-tm-item__img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .m-tm-item__img + div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .m-tm-item__name {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .m-tm-item__name.--england::before {
    background-image: url(../img/i_england.png);
  }
  .m-tm-item__name::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .m-tm-item__type {
    margin-top: 5px;
  }
  .m-tm-item__label {
    margin-top: 10px;
  }
  .m-tm-item__label > span {
    color: #009fed;
    border: solid 1px #009fed;
    font-size: 1.5rem;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    min-width: 78px;
    text-align: center;
  }
  .m-tm-item__details {
    margin: 20px 0;
    padding: 10px 15px 5px;
    background-color: #f8f8f8;
  }
  .m-tm-item__details > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .m-tm-item__details > li > div:first-child {
    min-width: 60px;
  }
  .banner {
    margin-top: 20px;
  }
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 20px 20px;
    margin-top: 40px;
  }
  .banner-list > a {
    display: block;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 10px 10px 0 0;
  }
  .c-imageset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .c-imageset.--border-bottom {
    border-bottom: solid 1px #cecece;
  }
  .c-imageset.--horizontal {
    border: solid 1px #cecece;
    padding: 0;
    height: 100px;
    overflow: hidden;
  }
  .c-imageset.--horizontal .c-imageset__img {
    width: 50%;
    min-width: 50%;
    margin-right: 10px;
  }
  .c-imageset.--horizontal .c-imageset__img img {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .c-imageset__img {
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
  }
  .c-imageset__txt {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .c-imageset__txt::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
}
.m-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-pagenation a {
  width: 28px;
  padding: 2px 0;
  margin: 0 8px;
  display: block;
  text-align: center;
  background-color: #f1f1f3;
  color: #000;
  font-weight: 500;
}
.m-pagenation a.is-active {
  color: #fff;
  background-color: #173156;
  text-decoration: none;
}
.m-pagenation a:hover {
  text-decoration: underline;
}

.m-pagenation-last {
  text-align: right;
}
.m-pagenation-last a {
  position: relative;
  padding-right: 20px;
  color: #003099;
}
.m-pagenation-last a::after {
  content: ">";
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  height: 18px;
}
.m-pagenation-last a::after {
  right: 0;
}

/* ----------------------------------------------------------------
  Partials
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .g-header {
    height: var(--g-header-height);
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .g-header__logo {
    width: 330px;
    height: auto;
    margin: 12px 0 0 0;
  }
  .g-header-menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--g-header-height);
  }
  .g-header-menu__link-set {
    position: relative;
  }
  .g-header-menu__link {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  .g-header-menu__link--in-sub {
    margin-left: 0;
    color: #fff;
  }
  .g-header-menu__sub-links {
    position: absolute;
    bottom: auto;
    left: auto;
    display: none;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #00adea;
  }
  .g-header-menu__link-set:hover .g-header-menu__sub-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-inner {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .g-header {
    height: var(--g-header-height);
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    -webkit-box-shadow: 0 1px 3px #666;
            box-shadow: 0 1px 3px #666;
  }
  .g-header__logo {
    width: 240px;
    height: auto;
    margin: 10px 0 0 10px;
  }
  .g-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 220px;
    max-width: 100svw;
    max-height: calc(100svh - (var(--g-header-height) * 2 + 20px));
    overflow: auto;
    position: fixed;
    right: -100svw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .g-header-menu.is-open {
    right: 0;
  }
  .g-header-menu__link {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-shadow: 0 2px 3px #000;
    padding: 5px 10px;
  }
  .g-header-menu__link--in-sub {
    padding-left: 20px;
  }
  .g-header-menu__sub-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .g-header-menu-trigger {
    position: absolute;
    z-index: 10000;
    width: 54px;
    height: 45px;
    top: 10px;
    right: 16px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .g-header-menu-trigger .line {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 80%;
    height: 4px;
    background-color: #110f55;
    border-radius: 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .g-header-menu-trigger .line:first-of-type {
    top: 6px;
  }
  .g-header-menu-trigger .line:nth-of-type(2) {
    top: 19px;
  }
  .g-header-menu-trigger .line:nth-of-type(3) {
    top: 32px;
  }
  .g-header-menu-trigger.is-active > span:first-of-type {
    -webkit-transform: translateY(13px) rotate(-45deg);
            transform: translateY(13px) rotate(-45deg);
    left: 12px;
  }
  .g-header-menu-trigger.is-active > span:nth-of-type(2) {
    opacity: 0;
  }
  .g-header-menu-trigger.is-active > span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
            transform: translateY(-13px) rotate(45deg);
    left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .contact-overlay {
    height: 85px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    opacity: 0.9;
    right: 0;
    margin: auto;
    width: 540px;
  }
  .contact-overlay:hover {
    opacity: 1;
  }
  .contact-overlay-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
  .contact-overlay-menu.is-disabled {
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
  }
  .contact-overlay-menu > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 85px;
    font-size: 2rem;
    font-weight: bold;
    border: solid 1px #cecece;
    cursor: pointer;
  }
  .contact-overlay-menu > a {
    position: relative;
  }
  .contact-overlay-menu > a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .contact-overlay-menu > a::after {
    color: #003894;
    right: 3px;
  }
  .contact-overlay-menu > div {
    background-color: #f4a14a;
    color: #fff;
  }
  .contact-overlay-menu > div span {
    font-weight: bold;
    font-size: 2.6rem;
    margin-left: 10px;
    width: 10px;
  }
  .contact-overlay-body {
    background-color: #fff;
  }
  .contact-overlay-body__tel {
    text-align: center;
    padding: 10px 0;
  }
  .contact-overlay-body__tel img {
    width: 200px;
  }
  .contact-overlay-body-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-overlay-body-contact img {
    width: 100%;
    height: auto;
  }
  .contact-overlay__close {
    position: absolute;
    right: 30px;
    top: 97px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .contact-overlay__close img {
    width: 20px;
  }
  .l-footer {
    position: relative;
  }
  .footer__logo {
    float: left;
  }
  .footer__logo img {
    width: 300px;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .footer__corp {
    clear: both;
    padding-top: 20px;
  }
  .footer__address {
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: 1.6;
    width: 540px;
  }
  .footer__jcross {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .footer-linklist {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
    z-index: 1;
    top: 40px;
  }
  .footer-linklist > li {
    margin-top: 10px;
  }
  .footer-linklist > li a {
    display: block;
    position: relative;
  }
  .footer-linklist > li a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .footer-inner {
    width: 1040px;
    margin: 0 auto;
    height: 350px;
    padding: 40px 0;
    position: relative;
  }
  .footer-otherlink {
    position: absolute;
    left: 0;
    bottom: -24px;
  }
  .footer-otherlink a {
    font-size: 1.2rem;
  }
  .footer-otherlink a:last-child::after {
    display: none;
  }
  .footer-otherlink a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #fff;
    margin: 0 12px;
    position: relative;
    top: 2px;
  }
  .footer-sns {
    width: 300px;
    float: left;
    margin: 14px 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-sns > * {
    margin-right: 20px;
  }
  .footer-sns img {
    width: 26px;
    height: 26px;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .footer-sns img.footer-sns__line {
    -webkit-filter: none;
            filter: none;
    width: 86px;
    height: auto;
    filter: none;
  }
  .footer-copyright {
    color: #fff;
    padding: 6px 0 120px;
    background-color: #00adea;
    height: 30px;
  }
  .footer-copyright > div {
    width: 1040px;
    margin: 0 auto;
    text-align: right;
    font-size: 1.2rem;
    min-height: 1.1em;
  }
  .footer-copyright .notice_namechange {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner {
    margin-top: 50px;
    text-align: center;
  }
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    margin: 60px -60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-list > a {
    display: block;
    margin: 10px 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-overlay {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    padding: 0 20px;
    opacity: 0.9;
  }
  .contact-overlay-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
  .contact-overlay-menu.is-disabled {
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
  }
  .contact-overlay-menu > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    border: solid 1px #cecece;
  }
  .contact-overlay-menu > a {
    position: relative;
  }
  .contact-overlay-menu > a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .contact-overlay-menu > a::after {
    color: #003894;
    right: 3px;
  }
  .contact-overlay-menu > div {
    background-color: #f4a14a;
    color: #fff;
  }
  .contact-overlay-menu > div span {
    font-weight: bold;
    font-size: 2rem;
    margin-left: 10px;
  }
  .contact-overlay-body {
    background-color: #fff;
  }
  .contact-overlay-body__tel {
    text-align: center;
    padding: 10px 0;
  }
  .contact-overlay-body__tel img {
    width: 200px;
  }
  .contact-overlay-body-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-overlay__close {
    position: absolute;
    right: 30px;
    top: 62px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
  }
  .contact-overlay__close img {
    width: 12px;
  }
  .l-footer {
    margin-top: 30px;
  }
  .footer-linklist > li a {
    position: relative;
    display: block;
    background-color: #eee;
    font-size: 1.4rem;
    padding: 8px 30px;
    border-top: solid 1px #ccc;
  }
  .footer-linklist > li a::after {
    content: ">";
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .footer-inner {
    padding: 20px 0 5px;
  }
  .footer__logo {
    width: 280px;
    margin: 0 auto;
  }
  .footer__logo img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .footer-otherlink {
    border-bottom: solid 1px #fff;
    text-align: center;
    padding: 5px 0;
  }
  .footer-otherlink > a {
    font-size: 1.2rem;
    position: relative;
  }
  .footer-otherlink > a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #fff;
    margin: 0 10px;
    position: relative;
    top: 2px;
  }
  .footer-sns {
    padding: 8px 5px 5px;
  }
  .footer-sns > a {
    margin-right: 10px;
  }
  .footer-sns__like {
    float: right;
    margin-top: 6px;
  }
  .footer-sns img {
    width: 30px;
    height: 30px;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .footer-sns img.footer-sns__line {
    -webkit-filter: none;
            filter: none;
    width: 76px;
    height: auto;
    filter: none;
  }
  .footer-copyright {
    color: #fff;
    background-color: #00adea;
    text-align: center;
    font-size: 1.2rem;
    padding: 3px 0 65px;
  }
  .footer-copyright .notice_namechange {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 30px;
  }
  .banner {
    margin-top: 20px;
  }
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 20px 20px;
    margin-top: 40px;
  }
  .banner-list > a {
    display: block;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 10px 10px 0 0;
  }
}
/* ----------------------------------------------------------------
  Parts
----------------------------------------------------------------- */
.k-fullsize {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.box_link {
  position: relative;
}

.box_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.box_link a:hover {
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.line_box img {
  width: 100%;
  max-width: 60px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .float_box {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    text-align: right;
  }
  .line_box {
    border: solid 5px #07c755;
    padding: 10px;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 4fr;
    grid-template-columns: 1fr 4fr;
    width: 300px;
    grid-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px 0px 0px 0px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .float_box {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
  }
  .line_box {
    border: solid 5px #07c755;
    padding: 10px;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 5fr;
    grid-template-columns: 1fr 5fr;
    width: 100%;
    max-width: 330px;
    grid-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    margin: auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .k-article-body {
    width: 720px;
    margin: 0 auto;
  }
  .k-article-body p {
    font-size: 1.6rem;
    margin: 30px 0;
    word-wrap: break-word;
    line-height: 2;
  }
  .k-article-body p a {
    color: #222222;
    text-decoration: underline;
  }
  .k-article-body p a:hover {
    text-decoration: none;
  }
  .k-textlink {
    color: #222222;
    text-decoration: underline;
  }
  .k-textlink:hover {
    text-decoration: none;
  }
  .k-headline {
    text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    margin: 86px 0 60px;
  }
  .k-headline.blue {
    color: #0954d0;
  }
  .k-subheading {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 70px 0 30px;
  }
  .k-subheading.blue {
    color: #0954d0;
  }
  .k-subttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 70px 0 30px;
  }
  .k-subttl.blue {
    color: #0954d0;
  }
  .k-figure-image {
    margin: 70px 0 70px -240px;
    text-align: center;
  }
  .k-clink {
    margin: 70px 0;
  }
  .k-clink__item {
    width: 350px;
    height: 220px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 10px;
    background-size: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
  }
  .k-clink__item-txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .k-clink__item-txt::after {
    content: "見る";
    display: block;
    width: 140px;
    color: #000;
    background-color: #fff;
    border-radius: 40px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 0;
    line-height: 1;
  }
  .k-clink__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .k-clink__item:hover {
    text-decoration: none;
  }
  .k-clink__item:hover::before {
    opacity: 0;
  }
  .k-clink__item::before {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 10px;
  }
  .k-list {
    margin: 60px 0;
  }
  .k-list__wrap {
    padding: 40px;
    border: solid 1px #e0e0e0;
  }
  .k-list__wrap.bg-gray {
    border: none;
    background-color: #f5f5f5;
  }
  .k-list__ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .k-list__ttl.blue {
    color: #0954d0;
  }
  .k-list-content {
    margin-top: 30px;
  }
  .k-list-content.wid {
    margin: 30px 50px 0;
  }
  .k-list-content__item {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 10px;
  }
  .k-list-content__item::before {
    content: "・";
  }
  .k-list-content.counter {
    counter-reset: number;
  }
  .k-list-content.counter .k-list-content__item::before {
    counter-increment: number;
    content: counter(number);
    padding-right: 5px;
  }
  .k-btn-wrap.center {
    text-align: center;
  }
  .k-btn-wrap.right {
    text-align: right;
  }
  .k-btn {
    border-radius: 40px;
    font-size: 1.6rem;
    border: solid 1px #999;
    padding: 12px 48px;
    display: inline-block;
    font-weight: bold;
    background-color: #fff;
    position: relative;
  }
  .k-btn::after {
    position: absolute;
    right: 12px;
    top: 12px;
    content: "＞";
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  .k-btn.blue {
    color: #fff;
    background-color: #0954d0;
    border: none;
  }
  .k-line {
    border: none;
    margin: 70px 0;
    border-top: solid 1px #e8e8e8;
  }
}
@media screen and (max-width: 768px) {
  .k-article-body {
    margin: 20px 5px;
  }
  .k-article-body p {
    font-size: 1.5rem;
    margin: 30px 0;
    word-wrap: break-word;
    line-height: 2;
  }
  .k-article-body p a {
    color: #222222;
    text-decoration: underline;
  }
  .k-article-body p a:hover {
    text-decoration: none;
  }
  .k-textlink {
    color: #222222;
    text-decoration: underline;
  }
  .k-textlink:hover {
    text-decoration: none;
  }
  .k-headline {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 40px 0 30px;
  }
  .k-headline.blue {
    color: #0954d0;
  }
  .k-subheading {
    font-size: 2.1rem;
    font-weight: bold;
    margin: 40px 0 20px;
  }
  .k-subheading.blue {
    color: #0954d0;
  }
  .k-subttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 40px 0 20px;
  }
  .k-subttl.blue {
    color: #0954d0;
  }
  .k-figure-image {
    margin: 40px -15px;
    text-align: center;
  }
  .k-clink {
    margin: 40px 0;
  }
  .k-clink__item {
    padding-top: 62.85%;
    border-radius: 10px;
    background-size: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
  }
  .k-clink__item-txt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .k-clink__item-txt::after {
    content: "見る";
    display: block;
    width: 140px;
    color: #000;
    background-color: #fff;
    border-radius: 40px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 0;
    line-height: 1;
  }
  .k-clink__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .k-clink__item:hover {
    text-decoration: none;
  }
  .k-clink__item:hover::before {
    opacity: 0;
  }
  .k-clink__item::before {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 10px;
  }
  .k-clink__item + .k-clink__item {
    margin-top: 30px;
  }
  .k-list {
    margin: 40px 0;
  }
  .k-list__wrap {
    padding: 30px;
    border: solid 1px #e0e0e0;
  }
  .k-list__wrap.bg-gray {
    border: none;
    background-color: #f5f5f5;
  }
  .k-list__ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .k-list__ttl.blue {
    color: #0954d0;
  }
  .k-list-content {
    margin-top: 30px;
  }
  .k-list-content__item {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 10px;
  }
  .k-list-content__item::before {
    content: "・";
  }
  .k-list-content.counter {
    counter-reset: number;
  }
  .k-list-content.counter .k-list-content__item::before {
    counter-increment: number;
    content: counter(number);
    padding-right: 5px;
  }
  .k-list__wrap + .k-list__wrap {
    margin-top: 30px;
  }
  .k-btn-wrap.center {
    text-align: center;
  }
  .k-btn-wrap.right {
    text-align: right;
  }
  .k-btn {
    border-radius: 40px;
    font-size: 1.6rem;
    border: solid 1px #999;
    padding: 12px 48px;
    display: inline-block;
    font-weight: bold;
    background-color: #fff;
    position: relative;
  }
  .k-btn::after {
    position: absolute;
    right: 12px;
    top: 12px;
    content: "＞";
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  .k-btn.blue {
    color: #fff;
    background-color: #0954d0;
    border: none;
  }
  .k-line {
    border: none;
    margin: 40px 0;
    border-top: solid 1px #e8e8e8;
  }
}
/* 以下原子から書いてく */
/* buttons */
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.c-button:hover {
  opacity: 0.5;
}

.c-button-2 {
  padding: 0.25em 0.75em;
  background-color: hsla(0, 0%, 0%, 0.125);
  border-radius: 1em;
  font-size: 1.2rem;
}

.c-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

/* paginations */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid hsla(0, 0%, 0%, 0.25);
  border-radius: 5px;
  font-size: 16px;
}

.c-pagination .page-numbers.current {
  background-color: #009fed;
  color: #fff;
}

/* links */
.c-links {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}

/* inputs */
.c-input {
  padding: 0.25em 0.5em;
  border-radius: 5px;
  border: 1px solid hsla(0, 0%, 0%, 0.25);
  font-size: 16px;
}

/* alerts */
.c-alert {
  padding: 20px;
  border: 1px solid hsla(0, 0%, 0%, 0.25);
  border-radius: 5px;
}

/* keyword searchs */
.c-keyword-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.c-keyword-search__inputs {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-keyword-search__input {
  width: 100%;
}

.c-keyword-search__buttons {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-keyword-search__button {
  padding: 0 1em;
  background-color: #009fed;
  color: #fff;
}

/* headings */
.c-heading {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.25);
  font-weight: bold;
  padding-bottom: 5px;
}

.c-heading--lg {
  font-size: 2rem;
}

.c-heading--blue {
  color: #00adea;
}

.c-heading::before,
.c-heading::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
}

.c-heading::before {
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.25);
}

.c-heading--blue::before {
  border-bottom: 1px solid hsla(199, 83%, 72%, 0.7);
}

.c-heading::after {
  width: clamp(5ic, 5ic, 100%);
  border-bottom: 1px solid #00adea;
}

/* accordions */
.c-accordion {
  display: -ms-grid;
  display: grid;
  padding: 10px 0 5px;
  gap: 5px;
}

.c-accordion__button {
  position: relative;
  display: block;
  cursor: pointer;
}

.c-accordion__button::after {
  --scale: ;
  position: absolute;
  right: 0;
  top: auto;
  content: "＞";
  -webkit-transform: scale(1.1, 0.7) rotate(90deg);
          transform: scale(1.1, 0.7) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-accordion__button:has(input:checked)::after {
  -webkit-transform: scale(1.1, 0.7) rotate(-90deg);
          transform: scale(1.1, 0.7) rotate(-90deg);
}

.c-accordion__button input {
  display: none;
}

.c-accordion__toggle {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-accordion__button:has(input:checked) ~ .c-accordion__toggle {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.c-accordion__toggle-inner {
  overflow: hidden;
}

.c-accordion__toggle-padding {
  padding: 5px 0 5px 10px;
}

.c-accordions__item {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.25);
}

/* stacks */
.c-stack {
  --gap-base: 10px;
  --level: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--gap-base) * var(--level));
}

.c-stack.c-stack--1 {
  --level: 1;
}

.c-stack.c-stack--2 {
  --level: 2;
}

.c-stack.c-stack--3 {
  --level: 3;
}

.c-stack.c-stack--4 {
  --level: 4;
}

.c-stack.c-stack--5 {
  --level: 5;
}

/* articles */
.c-article {
  border: 1px solid hsla(0, 0%, 0%, 0.1);
}

.c-article__thumb-set {
  position: relative;
  z-index: 1;
}

.c-article__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article__category {
  position: absolute;
  padding: 0.25em 1em;
  right: 0;
  top: 0;
  background-color: #dd9933;
  color: #fff;
  font-size: 1.2rem;
}

.c-article__main {
  padding: 15px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.c-article__title {
  font-size: 1.6rem;
}

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

.c-article__date {
  font-size: 1.2rem;
}

/* layouts */
.c-layout {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media (min-width: 769px) {
  .c-layout {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }
}

.c-layout__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.c-layout__utils {
  position: sticky;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

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