@charset "UTF-8";
:root {
  --font-root: YuGothic, Yu Gothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, Verdana, Arial, sans-serif;
  --font-helvetica: Helvetica, Arial, sans-serif;
  --line-height: 1.5625;
  --font-weight-root: 400;
  --font-size-root: 10px;
  --font-size: 1.6rem;
  --font-size-h1: 2.4rem;
  --font-size-h2: 2.2rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.8rem;
  --font-size-h5: 1.6rem;
  --font-size-h6: 1.4rem;
  --color-primary: #00263E;
  --color-link: #333;
  --color-link-hover: #2567AB;
  --color-highlight: #C00;
  --color-grey: #ccc;
  --color-white: #fff;
  --color-black: #000;
  --bg-footer: #f8f8f8;
  --bg-root: #fff;
  --bg-hover: #2567AB;
  --color-root: #1A1A1A;
  --color-hover: #2567AB;
}

/* stylelint-disable */
/* ******************************************************************

    --common.css--

    0. BoxModel change

    1. Common setting
        1-1. Reset styles
        1-2. Font styles
        1-3. General styles
        1-4. Text styles
        1-5. List styles
        1-6. CSS3 common styles

****************************************************************** */
/*==================================================================
    0. BoxModel change
===================================================================*/
/*==================================================================
    1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Reset styles
-------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Font styles
-------------------------------------------------------------------*/
select,
input,
button,
textarea,
button {
  font-size: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/* General styles
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.3rem;
}

/* ------------------------------------------------------------------
    1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0 {
  margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

/* ------------------------------------------------------------------
    1-4. Text styles
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77%;
}

.f11 {
  font-size: 85%;
}

.f12 {
  font-size: 93%;
}

.f14 {
  font-size: 108%;
}

.f15 {
  font-size: 116%;
}

.f16 {
  font-size: 123.1%;
}

.f17 {
  font-size: 131%;
}

.f18 {
  font-size: 138.5%;
}

.f19 {
  font-size: 146.5%;
}

.f20 {
  font-size: 153.9%;
}

.f21 {
  font-size: 161.6%;
}

.f22 {
  font-size: 167%;
}

.f23 {
  font-size: 174%;
}

.f24 {
  font-size: 182%;
}

.f25 {
  font-size: 189%;
}

.f26 {
  font-size: 197%;
}

.red {
  color: #C00;
}

.white {
  color: #FFF;
}

.grayC {
  color: #CCC;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.gray2 {
  color: #222;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

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

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

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

.underline {
  text-decoration: underline !important;
}

/* ------------------------------------------------------------------
    1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

/* ------------------------------------------------------------------
    1-6. CSS3 common styles
-------------------------------------------------------------------*/
.boxShadow {
  -webkit-box-shadow: 0 0 5px #DDD;
  box-shadow: 0 0 5px #DDD;
}

.textShadowW {
  text-shadow: 0 1px 0 #E7E7E7;
}

.textShadowB {
  text-shadow: 0 1px 0 #111;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--bg-root);
  font-size: var(--font-size-root);
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  color: var(--color-root);
  font-weight: normal;
  font-size: 1.3rem;
  font-family: var(--font-root);
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

/**
 * Basic styles for links
 */
/**
 * Font-face definitions
 */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?v=1.2");
  src: url("fonts/design_plus.eot?v=1.2#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.2") format("woff"), url("fonts/design_plus.ttf?v=1.2") format("truetype"), url("fonts/design_plus.svg?v=1.2#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#contents {
  width: 100%;
  min-height: calc(100vh - 260px);
}

@media only screen and (max-width: 992px) {
  #contents {
    padding-top: 40px;
    min-height: calc(100vh - 120px);
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 55px);
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

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

.fw-bold {
  font-weight: bold;
}

.align-items-center {
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

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

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

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

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

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

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

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

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

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

.w-100 {
  width: 100px !important;
}

.w-150 {
  width: 150px !important;
}

.w-170 {
  width: 170px !important;
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.h-150 {
  height: 150px !important;
}

.h-300 {
  height: 300px !important;
}

.h-500 {
  height: 500px !important;
}

.sp-display {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp-display {
    display: block !important;
  }
}

.e-icon {
  height: 1em;
  transition: fill 0.3s, stroke 0.3s, transform 0.3s;
  width: 1em;
}

.e-btn, .e-btn--primary {
  align-items: center;
  background-color: var(--color-primary);
  border-width: 0;
  border-radius: 3px;
  color: var(--color-white) !important;
  display: inline-flex;
  outline: none;
  height: 40px;
  line-height: 1.2;
  justify-content: center;
  min-width: 150px;
  text-decoration: none !important;
}
.e-btn:hover, .e-btn--primary:hover {
  color: var(--color-white) !important;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .e-btn, .e-btn--primary {
    transition: background-color 0.3s, color 0.3s;
  }
}

.e-link--icon {
  color: #111;
  display: inline-block;
  text-decoration: none;
}
.e-link--icon svg {
  font-size: 1.8rem;
  fill: currentColor;
  margin-bottom: -4px;
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  .e-link--icon {
    transition: color 0.3s;
  }
  .e-link--icon:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
}

.e-headline--primary {
  color: var(--color-black);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 8px;
  padding-top: 2px;
  border-left: 4px solid var(--color-black);
}

.headline1 {
  color: var(--color-primary);
  font-size: 2.9rem;
  font-family: "Yu Mincho", sans-serif;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .headline1 {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 767.1px) {
  .ml20Pc {
    margin-left: 20px !important;
  }
}

.e-txt, .e-txt--suggest, .e-txt--error {
  font-size: 1.3rem;
  line-height: 1.4;
}
.e-txt mark, .e-txt--suggest mark, .e-txt--error mark {
  background-color: transparent;
  color: #C00;
  font-weight: 700;
}
.e-txt a, .e-txt--suggest a, .e-txt--error a {
  color: var(--color-primary);
  text-decoration: none;
}
.e-txt a:hover, .e-txt--suggest a:hover, .e-txt--error a:hover {
  text-decoration: underline;
}
.e-txt--error {
  color: red;
}
.e-txt--suggest {
  color: green;
}

.e-msg, .e-msg--icon {
  background-color: #FFE0E6;
  border: 1px solid #FF8282;
  border-radius: 4px;
  padding: 15px;
}
.e-msg svg, .e-msg--icon svg {
  fill: #f00;
  font-size: 1.8rem;
  margin-bottom: -4px;
  margin-right: 5px;
}
.e-msg--icon {
  color: #f00;
}
.e-msg--icon li:not(:last-child) {
  margin-bottom: 10px;
}

.e-textbox {
  font-size: 0;
}
.e-textbox textarea,
.e-textbox input {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 40px;
  padding: 10px;
  transition: border-color 0.3s;
  width: 100%;
}
.e-textbox textarea:focus,
.e-textbox input:focus {
  border-color: var(--color-primary);
  outline: none;
}

.e-select {
  font-size: 0;
  max-width: 92%;
}
.e-select select {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 40px;
  padding: 10px;
  transition: border-color 0.3s;
  width: 100%;
}
.e-select select:focus {
  border-color: var(--color-primary);
  outline: none;
}

.e-checkbox input {
  border-width: 0;
  font-size: 1.3rem;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-checkbox input:checked + label::after {
  opacity: 1;
}
.e-checkbox label {
  color: #606060;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}
.e-checkbox label::after {
  background: #fff url("/img/admin/icon/icon_checked.png") no-repeat center center/100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 18px;
  z-index: 2;
}
.e-checkbox label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  z-index: 1;
}
.e-checkbox label:hover {
  cursor: pointer;
}

.e-radio input {
  border-width: 0;
  font-size: 1.3rem;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-radio input:checked + label::before {
  border-color: var(--color-primary);
}
.e-radio input:checked + label::after {
  opacity: 1;
}
.e-radio label {
  color: #606060;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}
.e-radio label::after {
  background-color: var(--color-primary);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transition: opacity 0.3s;
  width: 10px;
  z-index: 2;
}
.e-radio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.3s;
  width: 18px;
  z-index: 1;
}
.e-radio label:hover {
  cursor: pointer;
}

.e-status, .e-status--rough, .e-status--check, .e-status--unsupported, .e-status--public {
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 70px;
}
.e-status--public {
  background-color: #447ECC;
}
.e-status--unsupported {
  background-color: #c00;
}
.e-status--check {
  background-color: #f90;
}
.e-status--rough {
  background-color: #aaa;
}

.c-header {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
.c-header a {
  text-decoration: none;
  color: #222;
}
@media only screen and (min-width: 1025px) {
  .c-header a {
    transition: opacity 0.3s;
  }
  .c-header a:hover {
    opacity: 0.6;
  }
}
.c-header__top {
  padding: 10px 0px 8px;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-primary);
  font-weight: 500;
}
.c-header__top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header__top-nav a {
  font-size: 1.5rem;
}
.c-header__top-nav > *:not(:last-child) {
  margin-right: 50px;
}
.c-header__main {
  position: relative;
  padding: 0;
  background-color: var(--color-white);
}
.c-header__main .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header__main #logo {
  line-height: 0;
}
.c-header__main .logo {
  display: inline-block;
  min-width: 310px;
  line-height: 0;
  margin-right: 80px;
  margin-left: 20px;
}
.c-header__main-nav {
  width: 100%;
}
.c-header__main .has-submenu {
  padding: 10px 40px 30px;
}
@media only screen and (min-width: 992px) {
  .c-header__main .has-submenu:hover {
    background-color: #F0F0F0;
  }
  .c-header__main .has-submenu:hover .nav-menu__main-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.c-header__main .nav-menu__main {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.c-header__main .nav-menu__main-submenu {
  position: absolute;
  top: 100%;
  background: #F0F0F0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1000;
  padding: 46px 20px;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .c-header__main .nav-menu__main-submenu {
    display: flex !important;
  }
}
.c-header__main .nav-menu__main-submenu li:not(:last-child) {
  margin-right: 5%;
}
.c-header__main .nav-menu__main-submenu a {
  font-size: 2rem;
}
.c-header__main .nav-sp {
  display: none;
}
.c-header__btn {
  min-width: 170px;
  justify-items: flex-end;
  padding: 6px 5px 6px;
  border: 1px solid var(--color-primary);
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .c-header__btn {
    transition: background-color, color 0.3s !important;
  }
  .c-header__btn:hover {
    opacity: 1 !important;
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
.c-header .hamburger {
  top: 2px;
  cursor: pointer;
  text-transform: none;
  display: none;
  position: relative;
  z-index: 5100;
}
.c-header .hamburger-box {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 23px;
}
.c-header .hamburger-inner, .c-header .hamburger-inner:after, .c-header .hamburger-inner:before {
  position: absolute;
  width: 36px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--color-primary);
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
}
.c-header .hamburger-inner:before, .c-header .hamburger-inner:after {
  display: block;
  content: "";
}
.c-header .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.c-header .hamburger-inner:after {
  top: 20px;
}
.c-header .hamburger.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.c-header .hamburger.is-active .hamburger-inner:before {
  opacity: 0;
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}
.c-header .hamburger.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
@media only screen and (max-width: 1250px) {
  .c-header__main .has-submenu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-header__main .logo {
    min-width: 250px;
    margin-right: 50px;
  }
  .c-header__main .nav-menu__main-submenu li:not(:last-child) {
    margin-right: 25px;
  }
  .c-header__main .nav-menu__main-submenu a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .c-header__main .has-submenu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-header__main .logo {
    min-width: 200px;
    margin-right: 30px;
  }
  .c-header__main .nav-menu__main-submenu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-header__main .nav-menu__main-submenu li:not(:last-child) {
    margin-right: 30px;
  }
  .c-header__main .nav-menu__main-submenu a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 992px) {
  .c-header {
    padding: 15px 0px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.26);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    z-index: 100;
  }
  .c-header__top {
    display: none;
  }
  .c-header__main-nav {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 100%;
    z-index: 5000;
    overflow: auto;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 30px 20px 0;
    overflow-y: scroll;
    background-color: var(--color-primary);
    transition: left 0.3s;
  }
  .c-header__main-nav .ic-sub {
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0px;
    cursor: pointer;
  }
  .c-header__main-nav .ic-sub:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
  }
  .c-header__main-nav .ic-sub.active:after {
    top: 22px;
    transform: rotate(135deg);
  }
  .c-header__main-nav.active {
    left: 0;
  }
  .c-header__main-nav .nav-menu__main {
    display: block;
    padding-top: 0px;
    width: 100%;
  }
  .c-header__main-nav .nav-menu__main > * {
    padding: 0px;
  }
  .c-header__main-nav .nav-menu__main > *:not(:last-child) {
    border-bottom: 1px solid var(--color-white);
  }
  .c-header__main-nav .nav-menu__main .nav-sp {
    display: block;
  }
  .c-header__main-nav .nav-menu__main a {
    position: relative;
    display: block;
    padding: 15px 0px;
    color: var(--color-white);
    font-size: 1.6rem;
  }
  .c-header__main-nav .nav-menu__main-submenu {
    display: none;
    position: relative;
    top: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    z-index: 1000;
    padding: 0 20px 20px;
    width: 100%;
    pointer-events: all;
  }
  .c-header__main-nav .nav-menu__main-submenu li:not(:last-child) {
    margin-right: 0;
  }
  .c-header__main-nav .nav-menu__main-submenu a {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .c-header__main .logo {
    width: 200px;
    min-width: 200px;
    margin-left: 0;
  }
  .c-header__btn {
    display: none;
  }
  .c-header .hamburger {
    display: block;
  }
}

.c-footer {
  background-color: var(--color-primary);
  padding: 30px 0px;
  text-align: center;
  font-size: 1.4rem;
  color: var(--color-white);
}
.c-footer .copyright {
  margin-top: 15px;
}
@media only screen and (min-width: 1025px) {
  .c-footer .copyright a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.c-footer__logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 30px;
}
.c-footer a {
  color: var(--color-white);
  text-decoration: none;
}
.c-footer__widget {
  padding: 100px 0px 60px;
  border-top: 1px solid var(--color-primary);
}
@media only screen and (min-width: 1025px) {
  .c-footer__widget a {
    transition: opacity 0.3s;
  }
  .c-footer__widget a:hover {
    opacity: 0.6;
  }
}
.c-footer__nav {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 85px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-footer__nav a {
  display: inline-block;
  font-weight: 500;
  color: var(--color-root);
  text-decoration: none;
}
.c-footer__nav .gray2 a {
  color: #222;
}
.c-footer__nav-ttl {
  margin-bottom: 15px;
  font-weight: bold;
  color: #222;
}
.c-footer__nav-wrap {
  padding-left: 20px;
  margin-bottom: 50px;
}
.c-footer__nav-wrap--baseline {
  padding-left: 0 !important;
}
.c-footer__nav-wrap--baseline a {
  font-weight: bold;
}
.c-footer__nav-wrap:last-child {
  margin-bottom: 0;
}
.c-footer__nav-wrap li:not(:last-child) {
  margin-bottom: 15px;
}
.c-footer__nav-social {
  line-height: 0;
}
.c-footer__nav-social a {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.c-footer__nav-social a:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  .c-footer a {
    transition: opacity 0.3s;
  }
  .c-footer a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1200px) {
  .c-footer__nav {
    grid-column-gap: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .c-footer__nav {
    grid-column-gap: 30px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer {
    font-size: 1.3rem;
    padding: 40px 0px 30px;
  }
  .c-footer__logo {
    margin-bottom: 20px;
    max-width: 70%;
  }
  .c-footer__txt {
    line-height: 1.6;
  }
  .c-footer__widget {
    padding: 50px 0px;
  }
  .c-footer__nav {
    gap: 30px 30px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-footer__nav-item:last-child {
    grid-column: 1/span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .c-footer__nav-wrap {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .c-footer__nav-wrap li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .c-footer__nav {
    display: block;
  }
  .c-footer__nav-item {
    margin-bottom: 30px;
  }
  .c-footer__nav-item:last-child {
    display: block;
  }
  .c-footer__nav-ttl {
    margin-bottom: 10px;
  }
  .c-footer__nav-wrap {
    margin-bottom: 20px;
  }
}

.l-default .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-default .inner--m {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.t-default {
  background-color: #fff;
  min-height: 100vh;
}/*# sourceMappingURL=style-2025.min.css.map */