@charset "UTF-8";
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/*----------------------------------
Config variables etc
----------------------------------*/
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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 */
  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 {
  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%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 300;
}

a,
body {
  color: #000;
}

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

a:hover {
  text-decoration: none;
  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: 0 20px;
  margin: 20px auto 100px;
  overflow: auto;
  max-width: 1240px;
}

.f-lato {
  font-family: "Lato", sans-serif;
}

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

.lazy.loaded {
  opacity: 1;
}

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

.u-fs-XXS {
  font-size: 1rem;
}

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

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

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

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

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

.u-fs-XXL {
  font-size: 2.4rem;
}

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

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

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

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

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

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

.u-pv-XS {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-pv-S {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-pv-M {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-pv-L {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-pv-XL {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-pv-XXL {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pt-100 {
  padding-top: 100px;
}

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

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

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

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

.u-pb-80 {
  padding-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-imgsizeH600 {
  display: flex;
  align-items: 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: 767px) {
  .u-fs-XXS {
    font-size: 1rem;
  }
  .u-fs-XS {
    font-size: 1.2rem;
  }
  .u-fs-S {
    font-size: 1.3rem;
  }
  .u-fs-M {
    font-size: 1.4rem;
  }
  .u-fs-L {
    font-size: 1.5rem;
  }
  .u-fs-XL {
    font-size: 1.6rem;
  }
  .u-fs-XXL {
    font-size: 2rem;
  }
  .u-mv-XS {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .u-mv-S {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .u-mv-M {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .u-mv-L {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .u-mv-XL {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .u-mv-XXL {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .u-mh-XS {
    margin-left: 5px;
    margin-right: 5px;
  }
  .u-mh-S {
    margin-left: 10px;
    margin-right: 10px;
  }
  .u-mh-M {
    margin-left: 15px;
    margin-right: 15px;
  }
  .u-mh-L {
    margin-left: 20px;
    margin-right: 20px;
  }
  .u-mh-XL {
    margin-left: 30px;
    margin-right: 30px;
  }
  .u-mh-XXL {
    margin-left: 40px;
    margin-right: 40px;
  }
  .u-ml-XS {
    margin-left: 5px;
  }
  .u-ml-S {
    margin-left: 10px;
  }
  .u-ml-M {
    margin-left: 15px;
  }
  .u-ml-L {
    margin-left: 20px;
  }
  .u-ml-XL {
    margin-left: 30px;
  }
  .u-ml-XXL {
    margin-left: 40px;
  }
  .u-mr-XS {
    margin-right: 5px;
  }
  .u-mr-S {
    margin-right: 10px;
  }
  .u-mr-M {
    margin-right: 15px;
  }
  .u-mr-L {
    margin-right: 20px;
  }
  .u-mr-XL {
    margin-right: 30px;
  }
  .u-mr-XXL {
    margin-right: 40px;
  }
  .u-mt-XS {
    margin-top: 5px;
  }
  .u-mt-S {
    margin-top: 10px;
  }
  .u-mt-M {
    margin-top: 15px;
  }
  .u-mt-L {
    margin-top: 20px;
  }
  .u-mt-XL {
    margin-top: 30px;
  }
  .u-mt-XXL {
    margin-top: 40px;
  }
  .u-mt-100 {
    margin-top: 60px;
  }
  .u-mb-XS {
    margin-bottom: 5px;
  }
  .u-mb-S {
    margin-bottom: 10px;
  }
  .u-mb-M {
    margin-bottom: 15px;
  }
  .u-mb-L {
    margin-bottom: 20px;
  }
  .u-mb-XL {
    margin-bottom: 30px;
  }
  .u-mb-XXL {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    min-width: 1240px;
  }
  .l-container {
    margin-top: 40px;
    min-width: 1240px;
    overflow: hidden;
  }
  .l-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
  .l-inner--lg {
    width: 1200px;
  }
  .l-inner.--right {
    margin-right: 0;
  }
  .l-inner.--left {
    margin-left: 0;
  }
  .l-contents {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .l-block {
    padding: 80px 0;
  }
  .l-block.bg-1 {
    background-color: #f0f3f6;
  }
  .l-block.bg-2 {
    background-color: #e1e7eb;
  }
  .l-block.--left {
    width: 2000px;
    transform: translateX(-1000px);
    padding-right: 100px;
  }
  .l-block.--left.--pr0 {
    padding-right: 0;
  }
  .l-block.--left.--adjust {
    transform: translateX(-900px);
  }
  .l-block.--left-1 {
    width: 2000px;
    transform: translateX(-1100px);
    padding-right: 100px;
  }
  .l-block.--left-1.--pr0 {
    padding-right: 0;
  }
  .l-block.--right {
    width: 2000px;
    padding-left: 100px;
  }
  .l-block.--right.--pl0 {
    padding-left: 0;
  }
  .l-block.--right-1 {
    width: 2000px;
    padding-left: 100px;
  }
  .l-block.--right-1.--pl0 {
    padding-left: 0;
  }
  .l-block.--right-2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-100px);
  }
  .cf:after,
  .cf:before {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .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: flex;
  }
  .lg-wrap {
    flex-wrap: wrap;
  }
  .lg-wrap.lg-gutter-10 > .col-lg-4 {
    flex-basis: calc(33.33333333% - 20px);
  }
  .lg-wrap.lg-gutter-5 > .col-lg-4 {
    flex-basis: calc(33.33333333% - 10px);
  }
  .lg-wrap.lg-gutter-10 > .col-lg-3 {
    flex-basis: calc(25% - 20px);
  }
  .lg-wrap.lg-gutter-5 > .col-lg-3 {
    flex-basis: calc(25% - 10px);
  }
  .lg-center {
    justify-content: center;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
  }
  .col-lg-12 {
    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: 767px) {
  .l-wrapper {
    overflow: hidden;
  }
  .l-container {
    margin-top: 60px;
  }
  .l-inner {
    padding: 0 10px;
  }
  .l-inner .l-inner {
    padding: 0;
  }
  .l-footer {
    margin-top: 50px;
  }
  .sm-row {
    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 {
    flex-basis: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
  }
  .col-sm-12 {
    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
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
  Module
----------------------------------------------------------------- */
/* pc */
@media screen and (min-width: 768px) {
  .m-breadcrumb {
    width: 100%;
    background-color: #f8f8f8;
  }
  .m-breadcrumb > ul {
    width: 1240px;
    height: 60px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    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: 767px) {
  .m-breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f8f8f8;
  }
  .m-breadcrumb ul {
    padding: 15px 10px;
    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:hover::after {
  text-decoration: none;
}
.--arrow-r::after {
  content: ">";
  transform: scale(0.7, 1.6);
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  z-index: 1;
  line-height: 1;
}

.--arrow-r-inline {
  position: relative;
}
.--arrow-r-inline:hover::after {
  text-decoration: none;
}
.--arrow-r-inline::after {
  content: ">";
  -webkit-transform: scale(1, 1.6);
  transform: scale(1, 1.6);
  font-size: 12px;
  margin: auto;
  font-weight: 700;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  right: -8px;
}

.--arrow-l-inline {
  font-weight: bold;
  text-decoration: underline;
}
.--arrow-l-inline:hover::before {
  text-decoration: none;
}
.--arrow-l-inline::before {
  content: ">";
  transform: scale(1, 1.6);
  font-size: 12px;
  margin-right: 5px;
  height: 20px;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
}

.--color-main {
  color: #0a2f82;
}

.--color-link {
  color: #036eb8;
}

.--before-base::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAA9UlEQVQ4ja3UMUuDMRDG8X9V/GAOBRFRh2ZwEJEuh+BcwUwHdi0IppM43yI4Ogiuzm4KDuokCC4OgigHFkRs+r4mz5g8/Ajkks7xQe+MfO6Agah95FoOfc6APCdAX9SmducaIJ4d4ChXaAp5dlMMwxqQZ5Bi2K8BeQ5TDHs1IM8oxdCvAXWAcYphsxTyzAOnKYZVWsxRLu/ASsmJJlkEhjUgf0LrpdAj0BW1pxLoGVgStXsKbu3lG7mdLPwHegWWRe3m52Jb6A1YE7Xr3xttIJ+XDVG7+muzKeS/Y0/ULqYVmkCObInaea60AGzPgB5E7TLbAL4AgfJBVmht+dYAAAAASUVORK5CYII=");
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  content: "";
  display: inline-block;
  height: 21px;
  min-width: 18px;
  vertical-align: text-top;
  margin-right: 10px;
}

.c-list-layout {
  display: flex;
}
.c-list-layout.--center {
  justify-content: center;
}
.c-list-layout.--center .c-list-disc {
  margin: 0 10px;
}
.c-list-layout.--center .c-list-dots {
  margin: 0 10px;
}

.c-list-disc.--center {
  margin: 0 auto;
}
.c-list-disc > li::before {
  content: "●";
}

.c-list-dots.--center {
  margin: 0 auto;
}
.c-list-dots.--side > li {
  display: inline-block;
}
.c-list-dots > li::before {
  content: "・";
}

.c-textlink {
  color: #0a2f82;
}

.c-text p {
  margin: 20px 0;
}

.metaslider .flex-viewport {
  overflow: visible !important;
}

/*画像に余白をつけたい場合*/
.flexslider .slides img {
  padding: 0 2px !important;
}

@media screen and (min-width: 768px) {
  .--w100 {
    width: 100px;
  }
  .--w200 {
    width: 200px;
  }
  .--w300 {
    width: 300px;
  }
  .--w400 {
    width: 400px;
  }
  .--w500 {
    width: 500px;
  }
  .--w600 {
    width: 600px;
  }
  .--w700 {
    width: 700px;
  }
  .--w800 {
    width: 800px;
  }
  .--w900 {
    width: 900px;
  }
  .--w1000 {
    width: 1000px;
  }
  .m-titleset {
    text-align: center;
    max-width: 800px;
    margin: 100px auto;
  }
  .m-titleset--lg {
    max-width: initial;
  }
  .m-titleset.--left {
    margin: 0 auto;
    text-align: left;
    max-width: initial;
    padding-right: 10px;
  }
  .m-titleset.--left .m-titleset__en {
    font-size: 2.4rem;
  }
  .m-titleset.--left .m-titleset__ttl {
    font-size: 3.2rem;
  }
  .m-titleset.--left .m-titleset__txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .m-titleset.--right {
    margin: 0 auto;
    text-align: right;
    max-width: initial;
  }
  .m-titleset.--right .m-titleset__en {
    font-size: 2.4rem;
  }
  .m-titleset.--right .m-titleset__ttl {
    font-size: 3.2rem;
  }
  .m-titleset.--right .m-titleset__txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .m-titleset.--center .m-titleset__en {
    font-size: 2.4rem;
  }
  .m-titleset.--center .m-titleset__ttl {
    font-size: 3.2rem;
  }
  .m-titleset.--center .m-titleset__txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .m-titleset__en {
    color: #1c4e9d;
    font-size: 3.5rem;
    font-weight: bold;
  }
  .m-titleset__pos {
    font-size: 2.6rem;
    color: #0a3aa8;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .m-titleset__ttl {
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .m-titleset__txt {
    font-size: 1.6rem;
    margin-top: 50px;
    line-height: 1.8;
  }
  .m-iconlist {
    padding: 0 50px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .m-iconlist > li {
    width: 220px;
    text-align: center;
    margin-top: 80px;
  }
  .c-btn {
    color: #172a86;
    padding: 10px 30px;
    font-size: 1.6rem;
    min-width: 260px;
    text-align: center;
    border: solid 1px #172a86;
    display: inline-block;
  }
  .c-btn:hover {
    color: #172a86;
    text-decoration: none;
  }
  .c-btn.--sizeM {
    width: 300px;
  }
  .c-btn.--reverse {
    color: #fff;
    border: solid 1px #fff;
  }
  .c-btn.--no-frame {
    border: none;
    width: 120px;
    min-width: auto;
  }
  .c-btn.--contact {
    border: none;
    background-color: #ff9700;
    color: #fff;
  }
  .c-btn-contact {
    display: flex;
    justify-content: space-evenly;
    max-width: 600px;
    margin: 50px auto 0;
  }
  .c-btn-contact > * {
    width: 45%;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: relative;
  }
  .c-btn-contact > *::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .c-btn-contact > *:hover {
    color: #fff;
  }
  .c-btn-contact > *::after {
    right: 6px;
    top: 4px;
  }
  .c-btn-contact__siryou {
    background-color: #172a86;
  }
  .c-btn-contact__contact {
    background-color: #ff9700;
  }
  .c-btn-submit {
    background-color: #ff9700;
    color: #fff;
    padding: 10px;
    width: 280px;
    text-align: center;
    display: inline-block;
  }
  .c-btn-submit:hover {
    opacity: 1;
    background-color: #ffac33;
    color: #fff;
    text-decoration: none;
  }
  .m-text {
    line-height: 2;
  }
  .l-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .c-pagettl {
    color: #0a2f82;
    font-size: 4rem;
    text-align: center;
  }
  .c-pagettl::after {
    content: "";
    width: 110px;
    height: 8px;
    background-color: #0a2f82;
    display: block;
    margin: 20px auto;
  }
  .c-pagettl.--lv2 {
    text-align: left;
  }
  .c-pagettl.--lv2::after {
    height: 4px;
    width: 100%;
    margin: 0 auto;
  }
  .c-middle-heading {
    font-weight: bold;
  }
  .c-middle-heading.--lv1 {
    font-size: 3rem;
  }
  .c-middle-heading.--lv2 {
    font-size: 2rem;
  }
  .c-middle-heading.--line {
    position: relative;
    font-weight: bold;
  }
  .c-middle-heading.--line > span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  .c-middle-heading.--line::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-middle-heading.--color-gray {
    color: #898989;
  }
  .c-middle-heading.--color-gray.--line::before {
    background: #898989;
  }
  .m-profile {
    display: table;
    width: 100%;
  }
  .m-profile__img {
    min-width: 300px;
    width: 300px;
    height: 190px;
    overflow: hidden;
    display: table-cell;
  }
  .m-profile-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
  }
  .m-profile-info__name {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
  }
  .m-profile-info__title {
    width: 100%;
    margin-top: 10px;
  }
  .m-profile-list {
    display: flex;
    flex-wrap: wrap;
  }
  .m-profile-list .m-profile {
    width: 50%;
  }
  .m-profile-list .m-profile__img {
    width: 230px;
    height: 170px;
  }
  .c-imageset {
    display: flex;
    padding: 15px 0;
    border-bottom: solid 1px #cecece;
  }
  .c-imageset-wrap {
    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 {
    transform: translateY(-40px);
  }
  .c-imageset__img {
    flex-basis: 30%;
    margin-right: 10px;
  }
  .c-imageset__img img {
    width: 100%;
  }
  .c-imageset__txt {
    width: 220px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .c-imageset__txt::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .c-table-wrap {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-table th {
    width: 190px;
    background-color: #aebdc6;
    color: #fff;
    vertical-align: middle;
  }
  .c-table td {
    background-color: #e9edf4;
  }
  .c-table th,
  .c-table td {
    padding: 15px;
    border-bottom: solid 2px #fff;
  }
  .c-table.--line {
    border-top: solid 1px #898989;
  }
  .c-table.--line th {
    color: #898989;
    text-align: left;
    padding-left: 20px;
    width: 130px;
  }
  .c-table.--line th,
  .c-table.--line td {
    background-color: transparent;
    border-bottom: solid 1px #898989;
  }
  .c-headline-image {
    margin: 0 -20px;
  }
  .c-profile {
    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: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .c-profile__txt strong {
    flex-basis: 100%;
    display: block;
    color: #17a1ea;
    font-size: 1rem;
  }
  .c-profile__txt span {
    flex-basis: 100%;
    display: block;
    font-size: 1.6rem;
  }
  .m-corporate-info {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .m-corporate-info dt {
    width: 210px;
    padding: 25px 15px;
    border-top: solid 1px #ced1d8;
    color: #0a3aa8;
    font-weight: bold;
  }
  .m-corporate-info dd {
    width: calc(100% - 240px);
    padding: 25px 0;
    border-top: solid 1px #ced1d8;
  }
  .m-corporate-info dd iframe {
    height: 320px;
    margin: 25px 0 10px;
  }
  .m-panel {
    display: flex;
    flex-wrap: wrap;
  }
  .m-panel-item {
    width: 390px;
    position: relative;
    margin-top: 50px;
  }
  .m-panel-item:nth-child(3n-1) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-panel-item__label {
    background-color: #0a2f82;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .m-panel-item__img {
    height: 340px;
    display: block;
    flex-basis: 390px;
    height: 340px;
    min-width: 390px;
    overflow: hidden;
    position: relative;
  }
  .m-panel-item__img::after {
    content: "";
    display: block;
    padding-top: 87.1794871795%;
  }
  .m-panel-item__img > img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .m-panel-item__ttl {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #0a3aa8;
    text-align: center;
    margin-top: 30px;
    padding: 0 10px;
  }
  .m-panel-item__txt {
    font-size: 1.4rem;
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
  }
  .m-panel-item__btn {
    text-align: center;
    margin-top: 20px;
  }
  .m-explanation-list {
    display: flex;
  }
  .m-explanation-list__ttl {
    color: #0a2f82;
    font-weight: bold;
  }
  .m-explanation-list__txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .m-explanation-list + .m-explanation-list {
    margin-top: 20px;
  }
  .m-explanation-list-l {
    background-color: #0a2f82;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 326px;
    max-width: 326px;
    height: 150px;
    color: #fff;
    padding: 0 50px;
    text-align: center;
    font-size: 2rem;
  }
  .m-explanation-list-r {
    padding: 30px 50px;
    background-color: #fff;
    width: 100%;
  }
  .m-case {
    width: 3000px;
    height: 600px;
    transform: translateX(-1000px);
    margin-top: 60px;
  }
  .m-case-inner {
    width: 100vw;
    height: 600px;
    margin: 0 auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .m-case-btnwrap {
    width: 490px;
    height: 300px;
    background-color: rgba(10, 47, 130, 0.9019607843);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 60px 0;
  }
  .m-case-btnwrap__en {
    font-size: 2.4rem;
  }
  .m-case-btnwrap__ja {
    font-size: 1.5rem;
    margin: -10px 0 20px;
  }
  .m-case-btnwrap__ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .m-panel-list {
    position: relative;
    border: solid 1px #0a2f82;
    padding: 65px 50px 40px;
  }
  .m-panel-list.--more {
    padding: 65px 180px 40px 50px;
  }
  .m-panel-list.--no-label {
    padding: 40px 20px;
  }
  .m-panel-list__label {
    background-color: #0a2f82;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-panel-list__ttl {
    color: #0a2f82;
    font-size: 3.2rem;
  }
  .m-panel-list__txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .m-panel-list__btn {
    width: 120px;
    position: absolute;
    right: 50px;
    top: 60px;
    font-weight: bold;
  }
  .m-panel-list + .m-panel-list {
    margin-top: 60px;
  }
  .m-panel-case {
    padding: 40px 20px;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 50px;
  }
  .m-panel-case__ttl {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: solid 1px #0a2f82;
    padding-bottom: 3px;
  }
  .m-panel-case__ttl span {
    font-size: 2.4rem;
    padding-right: 5px;
  }
  .m-panel-case__tag {
    position: absolute;
    right: 20px;
    top: 45px;
  }
  .m-panel-case__tag span {
    color: #0a2f82;
    padding: 2px 5px;
    border: solid 1px #0a2f82;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 5px;
  }
  .m-panel-case__btn {
    margin-top: 50px;
  }
  .m-panel-case-layout {
    display: flex;
  }
  .m-panel-case-logo {
    width: 300px;
    text-align: center;
    padding-top: 50px;
    padding: 100px 0 0 10px;
  }
  .m-panel-case-logo img {
    width: 100%;
    height: auto;
  }
  .m-panel-case-info {
    padding-top: 15px;
    font-size: 1.4rem;
    width: 100%;
  }
  .m-panel-case-info-btns {
    display: flex;
    flex-wrap: wrap;
  }
  .m-panel-case-info-btns > a, .m-panel-case-info-btns > span {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    background-color: #0a2f82;
    margin: 10px 10px 0 0;
    font-size: 1.2rem;
  }
  .m-panel-case-info > p {
    margin: 15px 0;
  }
  .m-panel-case-info > p b, .m-panel-case-info > p strong {
    color: #0a2f82;
  }
  .m-panel-case-info > p b {
    font-weight: normal;
  }
  .m-qa {
    border: solid 1px #0a2f82;
    padding: 45px 50px;
  }
  .m-qa + .m-qa {
    margin-top: 20px;
  }
  .m-qa__q {
    position: relative;
    font-size: 2.4rem;
    color: #0a2f82;
    padding-left: 50px;
    font-weight: bold;
  }
  .m-qa__q::before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
  }
  .m-qa__a {
    position: relative;
    font-size: 1.4rem;
    padding-left: 50px;
    padding-top: 5px;
    margin-top: 20px;
  }
  .m-qa__a p {
    line-height: 2;
  }
  .m-qa__a p + p {
    margin-top: 20px;
  }
  .m-qa__a > div {
    margin-top: 20px;
  }
  .m-qa__a::before {
    content: "A.";
    display: block;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: bold;
  }
  .m-casestudy {
    margin-top: 100px;
    background-color: #e1e7eb;
    width: 2000px;
    padding: 80px 100px 80px 100px;
    transform: translateX(100px);
  }
  .m-casestudy-item-wrap {
    overflow: hidden;
  }
  .m-casestudy-item-wrap.--parts {
    width: 1100px;
    padding: 50px;
    background-color: #e1e7eb;
    transform: translateX(-50px);
    margin-top: 100px;
  }
  .m-casestudy-item {
    float: left;
    width: 320px;
    min-height: 570px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
  }
  .m-casestudy-item:nth-child(2) {
    margin: 20px 15px 0;
  }
  .m-casestudy-item:nth-child(3) {
    margin: -10px 0 0;
  }
  .m-casestudy-item__ttl {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0a2f82;
    text-align: center;
  }
  .m-casestudy-item__ttl span {
    display: block;
    font-size: 2.4rem;
  }
  .m-casestudy-item__txt {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .m-casestudy-item__txt b, .m-casestudy-item__txt strong {
    color: #0a2f82;
  }
  .m-casestudy-item__txt strong {
    font-weight: normal;
  }
  .m-casestudy-item__list {
    margin-top: 20px;
  }
  .m-casestudy-item__list > li {
    font-size: 1.2rem;
    background-color: #0a2f82;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 80px;
    margin-top: 15px;
  }
}
/* smartphone */
@media screen and (max-width: 767px) {
  .--btnwrap-100,
  .--btnwrap-150,
  .--btnwrap-200,
  .--btnwrap-250,
  .--btnwrap-300,
  .--btnwrap-350 {
    text-align: center;
  }
  .--btnwrap-100 .c-btn {
    width: 100px;
  }
  .--btnwrap-150 .c-btn {
    width: 150px;
  }
  .--btnwrap-200 .c-btn {
    width: 200px;
  }
  .--btnwrap-250 .c-btn {
    width: 250px;
  }
  .--btnwrap-300 .c-btn {
    width: 300px;
  }
  .--btnwrap-350 .c-btn {
    width: 350px;
  }
  .m-titleset {
    text-align: center;
    margin: 40px auto;
  }
  .m-titleset__en {
    color: #1c4e9d;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .m-titleset__pos {
    font-size: 1.6rem;
    color: #0a3aa8;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .m-titleset__ttl {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .m-titleset__txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .m-iconlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 320px;
    margin: -30px auto 30px;
  }
  .m-iconlist > li {
    width: 70px;
    padding: 0 5px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
  }
  .c-btn-submit {
    background-color: #ff9700;
    color: #fff;
    padding: 10px;
    width: 280px;
    text-align: center;
    display: inline-block;
  }
  .c-btn-submit:hover {
    opacity: 1;
    background-color: #ffac33;
    color: #fff;
    text-decoration: none;
  }
  .m-text {
    line-height: 2;
  }
  .l-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 -5px;
  }
  .l-btn > * {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
  .m-profile {
    display: table;
    width: 100%;
  }
  .m-profile__img {
    min-width: 150px;
    width: 50%;
    height: 85px;
    overflow: hidden;
    display: table-cell;
  }
  .m-profile-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  .m-profile-info__name {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
  }
  .m-profile-info__title {
    width: 100%;
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .m-profile-list .m-profile {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-profile-list .m-profile__img {
    width: 50%;
  }
  .c-middle-heading {
    font-weight: bold;
  }
  .c-middle-heading.--lv1 {
    font-size: 2.2rem;
  }
  .c-middle-heading.--lv2 {
    font-size: 1.6rem;
  }
  .c-middle-heading.--line {
    position: relative;
    font-weight: bold;
  }
  .c-middle-heading.--line > span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  .c-middle-heading.--line::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-middle-heading.--color-gray {
    color: #898989;
  }
  .c-middle-heading.--color-gray.--line::before {
    background: #898989;
  }
  .c-btn {
    color: #172a86;
    padding: 10px 30px;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    border: solid 1px #172a86;
    display: inline-block;
  }
  .c-btn:active {
    color: #172a86;
    text-decoration: none;
  }
  .c-btn.--sizeM {
    width: 300px;
  }
  .c-btn.--reverse {
    color: #fff;
    border: solid 1px #fff;
  }
  .c-btn.--no-frame {
    border: none;
    width: 80px;
    padding: 7px 10px;
  }
  .c-btn.--no-frame.--arrow-r::after {
    top: 2px;
  }
  .c-btn-contact {
    display: flex;
    justify-content: space-evenly;
    margin: 20px auto 0;
  }
  .c-btn-contact > * {
    width: 45%;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: relative;
  }
  .c-btn-contact > *::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .c-btn-contact > *:hover {
    color: #fff;
  }
  .c-btn-contact > *::after {
    right: 6px;
    top: 4px;
  }
  .c-btn-contact__siryou {
    background-color: #172a86;
  }
  .c-btn-contact__contact {
    background-color: #ff9700;
  }
  .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;
  }
  .m-corporate-info {
    margin: 30px 0;
  }
  .m-corporate-info dt {
    width: 100%;
    padding: 10px;
    border-top: solid 1px #ced1d8;
    color: #0a3aa8;
    font-weight: 700;
  }
  .m-corporate-info dd {
    width: 100%;
    padding: 0 10px 10px;
  }
  .m-corporate-info dd iframe {
    width: 100%;
    height: 200px;
    margin: 15px 0 10px;
  }
  .m-panel {
    display: flex;
    flex-wrap: wrap;
  }
  .m-panel-item {
    width: calc(50% - 5px);
    position: relative;
    margin-top: 10px;
  }
  .m-panel-item:nth-child(even) {
    margin-left: 10px;
  }
  .m-panel-item__label {
    background-color: #0a2f82;
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-panel-item__ttl {
    line-height: 1.4;
    font-weight: 700;
    color: #0a3aa8;
    text-align: center;
    margin-top: 10px;
  }
  .m-panel-item__txt {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
  }
  .m-panel-item__btn {
    text-align: center;
    margin-top: 20px;
  }
  .m-explanation-list {
    margin-top: 50px;
  }
  .m-explanation-list__ttl {
    color: #0a2f82;
    font-weight: bold;
  }
  .m-explanation-list__txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .m-explanation-list + .m-explanation-list {
    margin-top: 20px;
  }
  .m-explanation-list-l {
    background-color: #0a2f82;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.6rem;
  }
  .m-explanation-list-r {
    padding: 15px;
    background-color: #fff;
  }
  .m-case {
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }
  .m-case-inner {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
  }
  .m-case-btnwrap {
    width: 60%;
    height: 150px;
    background-color: rgba(10, 47, 130, 0.9019607843);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 20px;
  }
  .m-case-btnwrap.--contact {
    width: 70%;
    height: 180px;
  }
  .m-case-btnwrap.--contact .m-case-btnwrap__ja {
    font-size: 1rem;
    margin: -10px 0px 20px;
  }
  .m-case-btnwrap.--contact .m-case-btnwrap__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .m-case-btnwrap__en {
    font-size: 1.4rem;
  }
  .m-case-btnwrap__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .m-panel-list {
    position: relative;
    border: solid 1px #0a2f82;
    padding: 35px 15px 15px;
  }
  .m-panel-list.--no-label {
    padding: 15px;
  }
  .m-panel-list__label {
    background-color: #0a2f82;
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-panel-list__ttl {
    color: #0a2f82;
    font-size: 2rem;
  }
  .m-panel-list__txt {
    font-size: 1.4rem;
  }
  .m-panel-list__btn {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
  }
  .m-panel-list + .m-panel-list {
    margin-top: 20px;
  }
  .m-panel-case {
    padding: 30px 10px 20px;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 30px;
  }
  .m-panel-case__ttl {
    font-weight: bold;
    border-bottom: solid 1px #0a2f82;
    padding-bottom: 3px;
  }
  .m-panel-case__ttl span {
    font-size: 1.8rem;
    padding-right: 5px;
  }
  .m-panel-case__tag {
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-panel-case__tag span {
    color: #0a2f82;
    padding: 2px 5px;
    border: solid 1px #0a2f82;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px;
  }
  .m-panel-case__btn {
    margin-top: 20px;
  }
  .m-panel-case-layout {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-panel-case-logo {
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
  }
  .m-panel-case-logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
  }
  .m-panel-case-info {
    padding-top: 15px;
    font-size: 1.4rem;
    width: 100%;
  }
  .m-panel-case-info-btns {
    display: flex;
    flex-wrap: wrap;
  }
  .m-panel-case-info-btns > a, .m-panel-case-info-btns > span {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    background-color: #0a2f82;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 1rem;
  }
  .m-panel-case-info > p {
    margin: 15px 0;
  }
  .m-panel-case-info > p b, .m-panel-case-info > p strong {
    color: #0a2f82;
  }
  .m-panel-case-info > p b {
    font-weight: normal;
  }
  .m-qa {
    border: solid 1px #0a2f82;
    padding: 15px 10px;
  }
  .m-qa + .m-qa {
    margin-top: 20px;
  }
  .m-qa__q {
    position: relative;
    font-size: 1.8rem;
    color: #0a2f82;
    padding-left: 50px;
    font-weight: bold;
  }
  .m-qa__q::before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
  }
  .m-qa__a {
    position: relative;
    font-size: 1.4rem;
    padding-left: 50px;
    margin-top: 20px;
  }
  .m-qa__a p {
    line-height: 2;
  }
  .m-qa__a p + p {
    margin-top: 20px;
  }
  .m-qa__a > div {
    margin-top: 20px;
  }
  .m-qa__a::before {
    content: "A.";
    display: block;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: bold;
  }
  .m-casestudy {
    margin-top: 60px;
    background-color: #e1e7eb;
    padding: 1px 10px 20px;
  }
  .m-casestudy-item-wrap {
    overflow: hidden;
    margin-top: -30px;
  }
  .m-casestudy-item-wrap.--parts {
    padding: 10px;
    background-color: #e1e7eb;
    margin: 0 -10px;
  }
  .m-casestudy-item {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
  }
  .m-casestudy-item__ttl {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0a2f82;
    text-align: center;
  }
  .m-casestudy-item__ttl span {
    display: inline-block;
    font-size: 1.6rem;
    padding-right: 5px;
  }
  .m-casestudy-item__txt {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .m-casestudy-item__txt b, .m-casestudy-item__txt strong {
    color: #0a2f82;
  }
  .m-casestudy-item__txt strong {
    font-weight: normal;
  }
  .m-casestudy-item__list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .m-casestudy-item__list > li {
    font-size: 1.1rem;
    background-color: #0a2f82;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 46px;
    margin-top: 15px;
    width: calc(50% - 5px);
  }
  .m-casestudy-item__list > li:nth-child(even) {
    margin-left: 10px;
  }
}
/* ----------------------------------------------------------------
  Partials
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    z-index: 1;
  }
  .header__btn-siryou {
    position: relative;
    position: absolute;
    right: 190px;
    top: 15px;
    width: 180px;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #172a86;
    font-size: 1.4rem;
  }
  .header__btn-siryou::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .header__btn-siryou:hover {
    color: #fff;
  }
  .header__btn-siryou::after {
    right: 6px;
    top: 4px;
  }
  .header__btn-contact {
    position: relative;
    position: absolute;
    right: 0;
    top: 15px;
    width: 180px;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9700;
    font-size: 1.4rem;
  }
  .header__btn-contact::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .header__btn-contact:hover {
    color: #fff;
  }
  .header__btn-contact::after {
    right: 6px;
    top: 4px;
  }
  .header__logo {
    width: 278px;
    height: 70px;
    display: block;
    margin-top: 10px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header-inner {
    width: 1200px;
    margin: 0 auto;
    height: 172px;
    padding: 20px 0 40px;
    position: relative;
  }
  .header-recept {
    position: absolute;
    right: 40px;
    bottom: 26px;
    display: -ms-flexbox;
    width: 300px;
    text-align: center;
  }
  .header-recept__time {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .header-menu {
    width: 1200px;
    height: auto !important;
    margin: 0 auto;
  }
  .header-menu-list {
    display: flex;
    align-items: center;
  }
  .header-menu-list > li {
    border-right: solid 1px #333;
  }
  .header-menu-list > li:last-child {
    border-right: none;
  }
  .header-menu-list > li:first-child a {
    padding-left: 0;
  }
  .header-menu a {
    display: block;
    padding: 1px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: top 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  }
  .header-inner {
    padding: 4px;
    position: relative;
  }
  .header-philosophy {
    font-size: 1rem;
    transform: scale(0.8);
    position: absolute;
    left: -10px;
    top: 2px;
  }
  .header__logo {
    margin: 20px 0 0 8px;
    display: block;
  }
  .header__logo img {
    width: 160px;
  }
  .header__icon {
    font-size: 1rem;
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
  }
  .header__icon::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    margin: 0 auto 4px;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .header-menu-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 60px;
    background-color: #fff;
    transition: top 0.3s ease;
    z-index: 10000;
  }
  .header-menu-trigger::after {
    content: "MENU";
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
  .header-menu-trigger .line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 2px;
    background-color: #110f55;
    border-radius: 10px;
  }
  .header-menu-trigger > span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .header-menu-trigger > span:first-of-type {
    top: 13px;
  }
  .header-menu-trigger > span:nth-of-type(2) {
    top: 21px;
  }
  .header-menu-trigger > span:nth-of-type(3) {
    top: 29px;
  }
  .header-menu-trigger.is-active > span:first-of-type {
    transform: translateY(13px) rotate(-45deg);
  }
  .header-menu-trigger.is-active > span:nth-of-type(2) {
    opacity: 0;
  }
  .header-menu-trigger.is-active > span:nth-of-type(3) {
    transform: translateY(-3px) rotate(45deg);
  }
  .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 59px 15px 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header-menu-inner {
    background-color: #fff;
  }
  .header-menu-inner ul {
    font-size: 0;
  }
  .header-menu-inner ul li {
    border-top: solid 1px #cecece;
  }
  .header-menu-inner ul li a {
    display: block;
    font-size: 1.4rem;
    padding: 8px 15px;
    position: relative;
  }
  .header-menu-inner ul li a::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .header-menu-inner ul li ul {
    margin: 10px 20px 20px;
  }
  .header-menu__tel {
    border-top: solid 1px #ccc;
    padding: 5px 0;
  }
  .header-menu__tel a {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .header-menu__tel a img {
    width: 170px;
  }
  .header-menu-contact {
    display: flex;
  }
  .header-menu-contact > * {
    width: 50%;
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: relative;
  }
  .header-menu-contact > *::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .header-menu-contact > *:hover {
    color: #fff;
  }
  .header-menu-contact > *::after {
    right: 6px;
    top: 4px;
  }
  .header-menu-contact__btn-siryou {
    background-color: #ff9700;
  }
  .header-menu-contact__btn-contact {
    background-color: #172a86;
  }
  .header-menu__logo {
    padding: 5px 0;
  }
  .header-menu__logo a {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .header-menu__logo a img {
    width: 170px;
  }
  .header-menu.is-open {
    pointer-events: auto;
    opacity: 1;
  }
  .header-menu-toggle {
    position: relative;
  }
  .header-menu-sub-trigger {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: -5px;
    transform: scale(1, -1);
    transition: transform 0.3s ease;
    transform-orign: center;
  }
  .header-menu-sub-trigger.is-active {
    transform: scale(1, 1);
  }
  .header-nav {
    display: none;
  }
  .header-sns {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    position: relative;
    margin-top: 50px;
  }
  .footer__logo {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .footer__logo img {
    margin-top: 10px;
    width: 300px;
  }
  .footer__corp {
    clear: both;
    padding-top: 20px;
  }
  .footer__address {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .footer__jcross {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .footer-linklist {
    position: absolute;
    right: 0;
    width: 260px;
    z-index: 1;
    top: 40px;
  }
  .footer-linklist > li {
    margin-top: 7px;
  }
  .footer-linklist > li a {
    display: block;
    position: relative;
  }
  .footer-linklist > li a::after {
    content: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 12px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .footer-inner {
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
  }
  .footer-bottom {
    border-top: solid 1px #ccc;
    width: 1200px;
    margin: 0 auto 20px;
    padding: 10px 0;
    display: flex;
  }
  .footer-otherlink {
    width: 100%;
  }
  .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;
    margin: 0 12px;
    position: relative;
    top: 2px;
  }
  .footer-copyright {
    padding: 6px 0 0;
    min-width: 300px;
  }
  .footer-copyright > div {
    margin: 0 auto;
    text-align: right;
    font-size: 1.2rem;
    min-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .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: ">";
    transform: scale(0.7, 1.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: bold;
  }
  .footer-inner {
    border-top: solid 1px #0a2f82;
  }
  .footer__logo {
    width: 280px;
    margin: 0 auto;
    font-size: 1.1rem;
    text-align: center;
    padding-top: 10px;
  }
  .footer__logo img {
    margin: 10px 0;
    max-width: 200px;
  }
  .footer-otherlink {
    border-bottom: solid 1px #0a2f82;
    text-align: center;
    padding: 5px 0 10px;
  }
  .footer-otherlink > a {
    color: #0a2f82;
    font-size: 1.2rem;
    position: relative;
  }
  .footer-otherlink > a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #0a2f82;
    margin: 0 10px;
    position: relative;
    top: 2px;
  }
  .footer-otherlink > a:last-child::after {
    display: none;
  }
  .footer-copyright {
    text-align: center;
    font-size: 1rem;
    padding: 3px 0 15px;
  }
}
:root {
  --s-color-blue: #023894;
}

.s-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  background-color: var(--s-color-blue);
  color: #fff;
  font-size: 1.6rem;
}

.s-button-2 {
  display: flex;
  justify-content: center;
  padding: 0 1em;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 0.5em;
  min-height: 3em;
  font-size: 1.2rem;
}

.s-buttons {
  display: grid;
  gap: 1rem;
}

.s-buttons-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.s-heading {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #aaa;
}
.s-heading::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 20%;
  height: 2px;
  background-color: var(--s-color-blue);
  font-size: inherit;
}

.s-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

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

.s-pagination .page-numbers.current {
  background-color: var(--s-color-blue);
  color: #fff;
}

.s-article {
  border: 1px solid #aaa;
}
.s-article__thumb {
  position: relative;
}
.s-article__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.s-article__label {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 0.25em 0.5em;
  font-size: 1.2rem;
}
.s-article__body {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
.s-article__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.s-article__date {
  opacity: 0.8;
  font-size: 1.2rem;
}

.s-article-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
}
.s-article-2__heading {
  font-size: 2.4rem;
  font-weight: bold;
}
.s-article-2__body {
  font-size: 1.6rem;
}

.s-articles {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .s-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.s-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.s-section__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.s-section-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.s-section-2__text {
  font-size: 1.4rem;
}

.s-page {
  display: grid;
  padding-bottom: 3rem;
  gap: 3rem;
}
.s-page--variant-2 {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .s-page {
    grid-template-columns: minmax(0, 1fr) 34rem;
    gap: 4rem;
  }
}
.s-page__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
}
.s-page__aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  align-content: start;
  align-items: start;
}

/*# sourceMappingURL=shared.css.map */
