@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* base */
html {
  font-size: 62.5%;
  scrollbar-width: none;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  margin: 0;
  background: #ffffff;
  color: #000000;
  text-align: center;
  -webkit-font-smoothreasoning: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.8.2/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.8.2/webfonts/fa-regular-400.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.8.2/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 50px 0;
  padding: 0;
}

audio, canvas, iframe, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

/* clearfix Internet Explorer 9-11 / Microsoft Edge */
.clearfix::after,
.clearFix::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
a {
  color: #202f5f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#wrap {
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #wrap {
    position: relative;
  }
}
/*============================
container 
============================*/
/* header FIX */
.container {
  padding-top: 50px;
}
@media only screen and (min-width: 1024px), print {
  .container {
    padding-top: 100px;
  }
}

#top .container {
  padding-top: 0;
}

/*============================
main
============================*/
.main {
  margin: 0;
  padding: 0 3.125% 50px;
}
@media only screen and (min-width: 1024px), print {
  .main {
    min-width: inherit;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

#top .main {
  padding: 0 0 50px;
}
@media only screen and (min-width: 1024px), print {
  #top .main {
    width: 100%;
    margin: 0;
    padding: 0 0 80px;
  }
}

.main::after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
utility
========================================================================== */
/* utility */
img.res,
img.img-res {
  width: auto;
  max-width: 100%;
  height: auto;
}

img.org {
  width: auto;
  height: auto;
}

@media screen and (max-width: 1023px) {
  a, td, th {
    word-break: break-all;
  }

  img.res {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  img, video {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px), print {
  a img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  a:hover img,
  a:focus img {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
/* ================================================================
media display
================================================================ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px), print {
  .sp {
    display: none !important;
  }
}
/* ================================================================
Vertical Space Default Setting
================================================================ */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table {
  margin-bottom: 0;
}

/* ---- Nesting ---- */
li > p:first-child, li > ul:first-child, li > ol:first-child, li > dl:first-child, li > table:first-child,
dd > p:first-child, dd > ul:first-child, dd > ol:first-child, dd > dl:first-child, dd > table:first-child,
td > p:first-child, td > ul:first-child, td > ol:first-child, td > dl:first-child, td > table:first-child,
header > p, header > ul, header > ol, header > dl, header > table,
footer > p, footer > ul, footer > ol, footer > dl, footer > table,
nav > p, nav > ul, nav > ol, nav > dl, nav > table {
  margin-top: 0;
}

/* ================================================================
Space Setting
================================================================ */
.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt1em {
  margin-top: 1em !important;
}

.mr1em {
  margin-right: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.ml1em {
  margin-left: 1em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pr1em {
  padding-right: 1em !important;
}

.pb1em {
  padding-bottom: 1em !important;
}

.pl1em {
  padding-left: 1em !important;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.m60 {
  margin: 60px !important;
}

.m70 {
  margin: 70px !important;
}

.m80 {
  margin: 80px !important;
}

.m90 {
  margin: 90px !important;
}

.m100 {
  margin: 100px !important;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

@media screen and (max-width: 1023px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }

  .sp-mr0 {
    margin-right: 0 !important;
  }

  .sp-mb0 {
    margin-bottom: 0 !important;
  }

  .sp-ml0 {
    margin-left: 0 !important;
  }

  .sp-pt0 {
    padding-top: 0 !important;
  }

  .sp-pr0 {
    padding-right: 0 !important;
  }

  .sp-pb0 {
    padding-bottom: 0 !important;
  }

  .sp-pl0 {
    padding-left: 0 !important;
  }

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

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

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

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

  .sp-pt5 {
    padding-top: 5px !important;
  }

  .sp-pr5 {
    padding-right: 5px !important;
  }

  .sp-pb5 {
    padding-bottom: 5px !important;
  }

  .sp-pl5 {
    padding-left: 5px !important;
  }

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

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

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

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

  .sp-pt10 {
    padding-top: 10px !important;
  }

  .sp-pr10 {
    padding-right: 10px !important;
  }

  .sp-pb10 {
    padding-bottom: 10px !important;
  }

  .sp-pl10 {
    padding-left: 10px !important;
  }

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

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

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

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

  .sp-pt15 {
    padding-top: 15px !important;
  }

  .sp-pr15 {
    padding-right: 15px !important;
  }

  .sp-pb15 {
    padding-bottom: 15px !important;
  }

  .sp-pl15 {
    padding-left: 15px !important;
  }

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

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

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

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

  .sp-pt20 {
    padding-top: 20px !important;
  }

  .sp-pr20 {
    padding-right: 20px !important;
  }

  .sp-pb20 {
    padding-bottom: 20px !important;
  }

  .sp-pl20 {
    padding-left: 20px !important;
  }

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

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

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

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

  .sp-pt30 {
    padding-top: 30px !important;
  }

  .sp-pr30 {
    padding-right: 30px !important;
  }

  .sp-pb30 {
    padding-bottom: 30px !important;
  }

  .sp-pl30 {
    padding-left: 30px !important;
  }

  .sp-mt40 {
    margin-top: 40px !important;
  }

  .sp-mr40 {
    margin-right: 40px !important;
  }

  .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .sp-ml40 {
    margin-left: 40px !important;
  }

  .sp-pt40 {
    padding-top: 40px !important;
  }

  .sp-pr40 {
    padding-right: 40px !important;
  }

  .sp-pb40 {
    padding-bottom: 40px !important;
  }

  .sp-pl40 {
    padding-left: 40px !important;
  }

  .sp-mt50 {
    margin-top: 50px !important;
  }

  .sp-mr50 {
    margin-right: 50px !important;
  }

  .sp-mb50 {
    margin-bottom: 50px !important;
  }

  .sp-ml50 {
    margin-left: 50px !important;
  }

  .sp-pt50 {
    padding-top: 50px !important;
  }

  .sp-pr50 {
    padding-right: 50px !important;
  }

  .sp-pb50 {
    padding-bottom: 50px !important;
  }

  .sp-pl50 {
    padding-left: 50px !important;
  }

  .sp-mt60 {
    margin-top: 60px !important;
  }

  .sp-mt70 {
    margin-top: 70px !important;
  }

  .sp-mt80 {
    margin-top: 80px !important;
  }

  .sp-mt90 {
    margin-top: 90px !important;
  }

  .sp-mt100 {
    margin-top: 100px !important;
  }
}
/* ================================================================
width
================================================================ */
.w-auto {
  width: auto !important;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90% !important;
}

.w80p {
  width: 80% !important;
}

.w80p {
  width: 80% !important;
}

.w70p {
  width: 70% !important;
}

.w70p {
  width: 70% !important;
}

.w60p {
  width: 60% !important;
}

.w60p {
  width: 60% !important;
}

.w50p {
  width: 50% !important;
}

.w45p {
  width: 45% !important;
}

.w40p {
  width: 40% !important;
}

.w35p {
  width: 35% !important;
}

.w30p {
  width: 30% !important;
}

.w25p {
  width: 25% !important;
}

.w20p {
  width: 20% !important;
}

.w16p {
  width: 16.66666666% !important;
}

.w15p {
  width: 15% !important;
}

.w10p {
  width: 10% !important;
}

@media screen and (max-width: 1023px) {
  .sp-w-auto {
    width: auto !important;
  }

  .sp-w100p {
    width: 100% !important;
  }

  .sp-w90p {
    width: 90% !important;
  }

  .sp-w80p {
    width: 80% !important;
  }

  .sp-w75p {
    width: 75% !important;
  }

  .sp-w70p {
    width: 70% !important;
  }

  .sp-w65p {
    width: 65% !important;
  }

  .sp-w60p {
    width: 60% !important;
  }

  .sp-w55p {
    width: 55% !important;
  }

  .sp-w50p {
    width: 50% !important;
  }

  .sp-w45p {
    width: 45% !important;
  }

  .sp-w40p {
    width: 40% !important;
  }

  .sp-w35p {
    width: 35% !important;
  }

  .sp-w30p {
    width: 30% !important;
  }

  .sp-w25p {
    width: 25% !important;
  }

  .sp-w20p {
    width: 20% !important;
  }

  .sp-w16p {
    width: 16.6666666% !important;
  }

  .sp-w15p {
    width: 15% !important;
  }

  .sp-w10p {
    width: 10% !important;
  }

  .sp-w5p {
    width: 5% !important;
  }
}
@media only screen and (min-width: 1024px), print {
  .pc-w-auto {
    width: auto !important;
  }

  .pc-w100p {
    width: 100% !important;
  }

  .pc-w90p {
    width: 90% !important;
  }

  .pc-w85p {
    width: 85% !important;
  }

  .pc-w80p {
    width: 80% !important;
  }

  .pc-w75p {
    width: 75% !important;
  }

  .pc-w70p {
    width: 70% !important;
  }

  .pc-w65p {
    width: 65% !important;
  }

  .pc-w60p {
    width: 60% !important;
  }

  .pc-w55p {
    width: 55% !important;
  }

  .pc-w50p {
    width: 50% !important;
  }

  .pc-w45p {
    width: 45% !important;
  }

  .pc-w40p {
    width: 40% !important;
  }

  .pc-w35p {
    width: 35% !important;
  }

  .pc-w30p {
    width: 30% !important;
  }

  .pc-w25p {
    width: 25% !important;
  }

  .pc-w20p {
    width: 20% !important;
  }

  .pc-w16p {
    width: 16.66666666% !important;
  }

  .pc-w15p {
    width: 15% !important;
  }

  .pc-w10p {
    width: 10% !important;
  }
}
/* ================================================================
min-height
================================================================ */
.minheight-1em {
  min-height: 1em;
}

.minheight-2em {
  min-height: 2em;
}

.minheight-3em {
  min-height: 3em;
}

.minheight-4em {
  min-height: 4em;
}

.minheight-5em {
  min-height: 5em;
}

.minheight-6em {
  min-height: 6em;
}

.minheight-7em {
  min-height: 7em;
}

.minheight-8em {
  min-height: 8em;
}

.minheight-9em {
  min-height: 9em;
}

.minheight-10em {
  min-height: 10em;
}

.minheight-15em {
  min-height: 15em;
}

.minheight-20em {
  min-height: 20em;
}

.minheight-25em {
  min-height: 25em;
}

.minheight-30em {
  min-height: 30em;
}

.minheight-40em {
  min-height: 40em;
}

/* ================================================================
height
================================================================ */
.height-1em {
  height: 1em;
}

.height-2em {
  height: 2em;
}

.height-3em {
  height: 3em;
}

.height-4em {
  height: 4em;
}

.height-5em {
  height: 5em;
}

.height-6em {
  height: 6em;
}

.height-7em {
  height: 7em;
}

.height-8em {
  height: 8em;
}

.height-9em {
  height: 9em;
}

.height-10em {
  height: 10em;
}

/* ================================================================
font-size
================================================================ */
/* ----------------------------------------------------------------
font
---------------------------------------------------------------- */
.f48 {
  font-size: 4.8rem;
}

.f46 {
  font-size: 4.6rem;
}

.f44 {
  font-size: 4.4rem;
}

.f42 {
  font-size: 4.2rem;
}

.f40 {
  font-size: 4.0rem;
}

.f38 {
  font-size: 3.8rem;
}

.f36 {
  font-size: 3.6rem;
}

.f34 {
  font-size: 3.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3.0rem;
}

.f28 {
  font-size: 2.8rem;
}

.f27 {
  font-size: 2.7rem;
}

.f26 {
  font-size: 2.6rem;
}

.f25 {
  font-size: 2.5rem;
}

.f24 {
  font-size: 2.4rem;
}

.f23 {
  font-size: 2.3rem;
}

.f22 {
  font-size: 2.2rem;
}

.f21 {
  font-size: 2.1rem;
}

.f20 {
  font-size: 2.0rem;
}

.f19 {
  font-size: 1.9rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f11 {
  font-size: 1.1rem;
}

.f10 {
  font-size: 1.0rem;
}

.f9 {
  font-size: 0.9rem;
}

.f8 {
  font-size: 0.8rem;
}

.f7 {
  font-size: 0.7rem;
}

@media screen and (max-width: 1023px) {
  .sp-f48 {
    font-size: 4.8rem;
  }

  .sp-f46 {
    font-size: 4.6rem;
  }

  .sp-f44 {
    font-size: 4.4rem;
  }

  .sp-f42 {
    font-size: 4.2rem;
  }

  .sp-f40 {
    font-size: 4.0rem;
  }

  .sp-f38 {
    font-size: 3.8rem;
  }

  .sp-f36 {
    font-size: 3.6rem;
  }

  .sp-f34 {
    font-size: 3.4rem;
  }

  .sp-f32 {
    font-size: 3.2rem;
  }

  .sp-f30 {
    font-size: 3.0rem;
  }

  .sp-f28 {
    font-size: 2.8rem;
  }

  .sp-f27 {
    font-size: 2.7rem;
  }

  .sp-f26 {
    font-size: 2.6rem;
  }

  .sp-f25 {
    font-size: 2.5rem;
  }

  .sp-f24 {
    font-size: 2.4rem;
  }

  .sp-f23 {
    font-size: 2.3rem;
  }

  .sp-f22 {
    font-size: 2.2rem;
  }

  .sp-f21 {
    font-size: 2.1rem;
  }

  .sp-f20 {
    font-size: 2.0rem;
  }

  .sp-f19 {
    font-size: 1.9rem;
  }

  .sp-f18 {
    font-size: 1.8rem;
  }

  .sp-f17 {
    font-size: 1.7rem;
  }

  .sp-f16 {
    font-size: 1.6rem;
  }

  .sp-f15 {
    font-size: 1.5rem;
  }

  .sp-f14 {
    font-size: 1.4rem;
  }

  .sp-f13 {
    font-size: 1.3rem;
  }

  .sp-f12 {
    font-size: 1.2rem;
  }

  .sp-f11 {
    font-size: 1.1rem;
  }

  .sp-f10 {
    font-size: 1.0rem;
  }

  .sp-f9 {
    font-size: 0.9rem;
  }

  .sp-f8 {
    font-size: 0.8rem;
  }

  .sp-f7 {
    font-size: 0.7rem;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*============================
#header
============================*/
#header * {
  margin: 0;
  padding: 0;
}
#header a {
  text-decoration: none;
}
#header nav ul li,
#header nav ol li {
  list-style: none;
  list-style-image: none;
}

#header .bogo-language-switcher {
  position: fixed;
  display: flex;
  top:20px;
/*  right:0; 予定 */
  right:50%;	/* 仮 */
}
#header .bogo-language-switcher li {
	flex: 1;
}
#header .bogo-language-switcher li.current span.bogo-language-name {
	background-color: #fee;
}
#header .bogo-language-switcher li span.bogoflags {
	display:none;
}
#header .bogo-language-switcher li span.bogo-language-name {
	margin:2px;
	border:1px solid #000;
	border-radius:4px;
	padding:1px 5px;
}

@media only screen and (min-width: 1024px), print {
  .header a {
    text-decoration: none;
  }
  .header a:hover, .header a:focus {
    text-decoration: none;
  }
}
header#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (min-width: 1024px), print {
  header#header {
    height: 100px;
  }
}
header#header .header-in {
  position: relative;
}
@media only screen and (min-width: 1024px), print {
  header#header .header-in {
    width: 100%;
    margin: 0 auto;
  }
}
header#header .header-in .tagline {
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: calc(100% - 150px);
  height: 50px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px), print {
  header#header .header-in .tagline {
    width: calc(100% - 500px);
    height: 100px;
  }
}
header#header .header-in .tagline h1.h-ci,
header#header .header-in .tagline .h-ci {
  position: absolute;
  top: 12px;
  left: 2px;
  margin: 0;
  padding: 0;
  width: 160px;
  height: 20px;
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 374px) {
  header#header .header-in .tagline h1.h-ci,
  header#header .header-in .tagline .h-ci {
    width: 200px;
    height: 40px;
  }
}
@media only screen and (min-width: 1024px), print {
  header#header .header-in .tagline h1.h-ci,
  header#header .header-in .tagline .h-ci {
    top: 12px;
    left: 10px;
    width: 510px;
    height: 66px;
  }
}
@media only screen and (min-width: 1180px), print {
  header#header .header-in .tagline h1.h-ci,
  header#header .header-in .tagline .h-ci {
    width: 598px;
    height: 78px;
  }
}
header#header .header-in .tagline h1.h-ci img,
header#header .header-in .tagline .h-ci img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header#header .header-in .tagline h1.h-ci a,
header#header .header-in .tagline .h-ci a {
  color: inherit;
}

/*============================
#header-utility
============================*/
/*============================
#utility-nav
============================*/
ul#utility-nav {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 999;
}
@media only screen and (min-width: 1024px), print {
  ul#utility-nav {
    display: flex;
    font-size: 1.2rem;
    right: 100px;
  }
}
ul#utility-nav li {
  text-align: center;
}
ul#utility-nav li a,
ul#utility-nav li span.block-link {
  padding: 14px 0 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #202f5f;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 900;
  text-decoration: none;
  transition: all .5s;
  cursor: pointer;
}
@media only screen and (min-width: 1024px), print {
  ul#utility-nav li a,
  ul#utility-nav li span.block-link {
    padding: 20px 0 0;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    transition: all .5s;
  }
}
ul#utility-nav li a i,
ul#utility-nav li span.block-link i {
  font-size: 2.2rem;
}
@media only screen and (min-width: 1024px), print {
  ul#utility-nav li a i,
  ul#utility-nav li span.block-link i {
    display: block;
    font-size: 3.0rem;
    margin-bottom: 12px;
  }
}
ul#utility-nav li a span.utility-nav__txt,
ul#utility-nav li span.block-link span.utility-nav__txt {
  display: none;
}
@media only screen and (min-width: 1024px), print {
  ul#utility-nav li a span.utility-nav__txt,
  ul#utility-nav li span.block-link span.utility-nav__txt {
    display: block;
    font-weight: 400;
    color: #000000;
  }
}
@media screen and (max-width: 1023px) {
  ul#utility-nav li.utility-nav-access {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  ul#utility-nav li.utility-nav-contact {
    display: none;
  }
}

/*============================
#search
============================*/
#header .search-openbtn {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1002;
  text-align: center;
  padding: 14px 0 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #202f5f;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 900;
  transition: all .5s;
  cursor: pointer;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn {
    right: 400px;
    padding: 20px 0 0;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
  }
}
#header .search-openbtn::after {
  display: none;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn::after {
    display: block;
    content: "Search";
    position: absolute;
    top: 61px;
    left: 50%;
    margin-left: -1.5em;
    font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
  }
}
#header .search-openbtn i {
  font-size: 2.2rem;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn i {
    display: block;
    font-size: 3.0rem;
  }
}
#header .search-openbtn span {
  display: none;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
  width: 45%;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn span {
    width: 30px;
    left: 35px;
  }
}
#header .search-openbtn span:nth-of-type(1) {
  top: 14px;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn span:nth-of-type(1) {
    top: 23px;
  }
}
#header .search-openbtn span:nth-of-type(2) {
  top: 32px;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn span:nth-of-type(2) {
    top: 47px;
  }
}
#header .search-openbtn.btnactive {
  color: #fff;
  background: #4d4d4d;
}
#header .search-openbtn.btnactive::after {
  content: "Close";
  margin-left: -1.5em;
  color: inherit;
}
#header .search-openbtn.btnactive i {
  display: none;
}
#header .search-openbtn.btnactive span {
  display: inline-block;
}
#header .search-openbtn.btnactive span:nth-of-type(1) {
  top: 16px;
  left: 11px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn.btnactive span:nth-of-type(1) {
    width: 39px;
    top: 28px;
    left: 30px;
  }
}
#header .search-openbtn.btnactive span:nth-of-type(2) {
  top: 28px;
  left: 11px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
@media only screen and (min-width: 1024px), print {
  #header .search-openbtn.btnactive span:nth-of-type(2) {
    width: 39px;
    top: 41px;
    left: 30px;
  }
}

/*============================
#search-wrap 検索エリア
============================*/
#search-wrap {
  display: none;
  position: fixed;
  z-index: -1;
  top: 50px;
  right: 0;
  width: 100%;
  /*============================
  #searchform 検索エリア 展開時
  ============================*/
  /*============================
  #searchform 検索窓レイアウト
  ============================*/
}
@media only screen and (min-width: 1024px), print {
  #search-wrap {
    top: 100px;
    width: 500px;
  }
}
#search-wrap .search-wrap__inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  transition: all 0.4s ease-in;
  background: #4d4d4d;
}
@media only screen and (min-width: 1024px), print {
  #search-wrap .search-wrap__inner {
    width: 500px;
  }
}
#search-wrap.searchactive {
  display: block;
  z-index: 1001;
}
#search-wrap.searchactive .search-wrap__inner {
  opacity: 1;
  z-index: 3;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  #search-wrap.searchactive .search-wrap__inner {
    width: 500px;
  }
}
#search-wrap form#searchform {
  display: block;
  z-index: 3;
}
#search-wrap form#searchform input {
  -webkit-appearance: none;
  outline: none;
  color: #666;
}
#search-wrap form#searchform input[type="text"] {
  width: 100%;
  width: calc(100% - 60px);
  border: none;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 30px;
  padding: 0 10px;
  line-height: 3.0rem;
  background: #fff;
}
#search-wrap form#searchform input[type="submit"] {
  position: absolute;
  top: 11px;
  right: 10px;
  background: #b3b3b3;
  width: 60px;
  height: 30px;
  cursor: pointer;
  color: #000;
  font-size: 1.2rem;
}

/*============================
#searchform 展開時 search-bg
============================*/
.search-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: background 0.4s;
}
.search-bg.search-bg-active {
  opacity: 1;
  z-index: 3;
  top: 0;
}

/*============================
hnav-menu
============================*/
ul.hnav-menu {
  position: absolute;
  top: 62px;
  right: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  ul.hnav-menu {
    display: none;
  }
}
ul.hnav-menu li {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
ul.hnav-menu li a {
  display: block;
  color: #000000;
  text-decoration: underline !important;
}
ul.hnav-menu li a:hover {
  text-decoration: none !important;
}
ul.hnav-menu li a i {
  margin-right: .5em !important;
  font-size: 1.2rem;
  color: #9fc7ec;
  vertical-align: middle;
}

/*============================
openbtn
============================*/
.openbtn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-color: #202f5f;
}
@media only screen and (min-width: 1024px), print {
  .openbtn {
    width: 100px;
    height: 100px;
  }
}
.openbtn::after {
  content: "Menu";
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -1.25em;
  color: #fff;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .openbtn::after {
    display: none;
  }
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
  width: 45%;
}
@media only screen and (min-width: 1024px), print {
  .openbtn span {
    width: 30px;
    left: 35px;
  }
}
.openbtn span:nth-of-type(1) {
  top: 14px;
}
@media only screen and (min-width: 1024px), print {
  .openbtn span:nth-of-type(1) {
    top: 23px;
  }
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
@media only screen and (min-width: 1024px), print {
  .openbtn span:nth-of-type(2) {
    top: 35px;
  }
}
.openbtn span:nth-of-type(3) {
  top: 32px;
}
@media only screen and (min-width: 1024px), print {
  .openbtn span:nth-of-type(3) {
    top: 47px;
  }
}
.openbtn.is-active::after {
  content: "Close";
  margin-left: -1.5em;
}
.openbtn.is-active span:nth-of-type(1) {
  top: 16px;
  left: 11px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
@media only screen and (min-width: 1024px), print {
  .openbtn.is-active span:nth-of-type(1) {
    width: 39px;
    top: 28px;
    left: 30px;
  }
}
.openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.is-active span:nth-of-type(3) {
  top: 28px;
  left: 11px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
@media only screen and (min-width: 1024px), print {
  .openbtn.is-active span:nth-of-type(3) {
    width: 39px;
    top: 41px;
    left: 30px;
  }
}

.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#menu {
  height: 0;
  overflow: hidden;
}
.is-menuOpen #menu {
  height: auto;
}

.gnav-sub {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.subNavBtn.is-active + .gnav-sub {
  height: auto;
}

/*============================
#gnav
============================*/
nav#gnav {
  height: 0;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  top: -120%;
  right: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #202f5f;
  transition: all 0.6s;
}
@media only screen and (min-width: 1024px), print {
  nav#gnav {
    width: 500px;
  }
}
.is-menuOpen nav#gnav {
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 50px;
}
@media only screen and (min-width: 1024px), print {
  .is-menuOpen nav#gnav {
    top: 100px;
  }
}
nav#gnav .gnav__inner {
    /*============================
hnav-menu
============================*/
}
nav#gnav .gnav__inner ul.gnav-list {
  background: #202f5f;
  /*子カテ有りの親のみ liの矢印の設定*/
}
nav#gnav .gnav__inner ul.gnav-list > li:first-child {
  border-top: 0;
}
nav#gnav .gnav__inner ul.gnav-list li {
  border-top: 1px solid #fff;
}
nav#gnav .gnav__inner ul.gnav-list li a,
nav#gnav .gnav__inner ul.gnav-list li span.subNavBtn {
  display: block;
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 400;
  transition: all .3s;
}
@media only screen and (min-width: 1024px), print {
  nav#gnav .gnav__inner ul.gnav-list li a,
  nav#gnav .gnav__inner ul.gnav-list li span.subNavBtn {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px), print {
  nav#gnav .gnav__inner ul.gnav-list li a:hover,
  nav#gnav .gnav__inner ul.gnav-list li span.subNavBtn:hover {
    color: #ffde00 !important;
  }
}
nav#gnav .gnav__inner ul.gnav-list li.has-child {
  /*子カテ有りの親のみ liの矢印の設定 上書き分*/
}
nav#gnav .gnav__inner ul.gnav-list li.has-child.is-active {
  background: #3b4973;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child span.subNavBtn {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child span.subNavBtn::before {
  display: block;
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  width: 3px;
  height: 14px;
  border-radius: 1px;
  transition: all .3s;
  background: #fff;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child span.subNavBtn::after {
  display: block;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.5px;
  width: 14px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child span.subNavBtn.is-active {
  background: #3b4973;
  transition: all .3s;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child span.subNavBtn.is-active::before {
  transform: translateY(0px) rotate(-90deg);
}
nav#gnav .gnav__inner ul.gnav-list li.has-child ul.gnav-sub {
  margin: 0;
  margin-left: 40px;
  background: #3b4973;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child ul.gnav-sub li a {
  padding-left: 0px;
}
nav#gnav .gnav__inner ul.gnav-list li.has-child ul.gnav-sub li ul {
  margin-left: 20px;
}
@media only screen and (min-width: 1024px), print {
  nav#gnav .gnav__inner ul.gnav-list li.has-child ul.gnav-sub li ul {
    margin-left: 40px;
  }
}
nav#gnav .gnav__inner ul.gnav-list li.has-child ul.gnav-sub li ul li a {
  padding: 12px 10px 12px 0;
}
@media only screen and (min-width: 1024px), print {
  nav#gnav .gnav__inner ul.gnav-list li.has-child ul.gnav-sub li ul li a {
    padding: 20px 10px 20px 0;
  }
}
nav#gnav .gnav__inner ul.gnav-menu {
  background: #fff;
  padding: 20px 0;
  display: flex;
}
nav#gnav .gnav__inner ul.gnav-menu li {
  flex-basis: 50%;
}
nav#gnav .gnav__inner ul.gnav-menu li + li {
  border-left: 1px solid #202f5f;
}
nav#gnav .gnav__inner ul.gnav-menu li a {
  display: block;
  text-align: center;
  color: #202f5f;
  font-size: 1.4rem;
  line-height: 2.5rem;
  text-decoration: none !important;
}
nav#gnav .gnav__inner ul.gnav-menu li a:hover {
  text-decoration: underline !important;
}
nav#gnav .gnav__inner ul.gnav-menu li a i {
  margin-right: .5em !important;
  font-size: 1.6rem;
  line-height: 2.5rem;
  vertical-align: middle;
}

/*============================
gnav-bg
//全体カバー　エリア外クリック不可用
============================*/
.gnav-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #202f5f;
  background: rgba(0, 0, 0, 0.5);
  top: -120%;
  top: 0;
  opacity: 0;
  left: 0;
  transition: background 0.4s;
  display: block;
  position: fixed;
}
.is-menuOpen .gnav-bg {
  opacity: 1;
  z-index: 3;
  top: 0;
}

/*============================
gnav-bg //全体カバー　エリア外クリック不可用
============================*/
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*============================
topicpath
============================*/
.topicpath {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 10px 4px;
  background: #f2f2f2;
}
@media only screen and (min-width: 1024px), print {
  .topicpath {
    min-width: inherit;
    margin: 0 auto;
  }
}
.topicpath ul {
  margin: 0;
  padding: 0;
  line-height: 2.1rem;
  line-height: 1.0;
  text-align: left;
}
@media only screen and (min-width: 1024px), print {
  .topicpath ul {
    width: 1000px;
    margin: 0 auto;
  }
}
.topicpath ul li {
  position: relative;
  display: inline;
  margin-top: 0;
  margin-right: .8em;
  font-size: 1.2rem;
  line-height: 1.0;
  line-height: 2.1rem;
  vertical-align: top;
}
.topicpath ul li + li {
  padding-left: 2em;
}
.topicpath ul li + li::before {
  position: absolute;
  display: block;
  top: .5em;
  left: 0;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

/*============================
footer
============================*/
.footer1 {
  border-top: 1px solid #cccccc;
  background: #fff;
}
.footer1 .footer1-in {
  width: 100%;
  min-width: 320px;
  padding: 50px 3.125%;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in {
    width: 1000px;
    max-width: inherit;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.footer1 .footer1-in .f-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info {
    margin: 0 auto 50px;
    flex-direction: row;
    align-items: center;
  }
}
.footer1 .footer1-in .f-info dl.f-ci {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info dl.f-ci {
    border-right: 1px solid #cccccc;
    flex-basis: 50%;
    margin: 0;
    padding: 0 30px 0 0;
  }
}
.footer1 .footer1-in .f-info dl.f-ci dt {
  margin: 0 0 10px;
  padding: 0;
}
.footer1 .footer1-in .f-info dl.f-ci dt img {
  width: 300px;
  height: auto;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info dl.f-ci dt img {
    width: 400px;
  }
}
.footer1 .footer1-in .f-info dl.f-ci dd {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info dl.f-ci dd {
    font-size: 1.4rem;
  }
}
.footer1 .footer1-in .f-info p.f-bnr {
  margin: 30px 0 10px;
  padding: 0;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info p.f-bnr {
    margin: 0 0 0px;
    padding: 0 0 0 20px;
  }
}
.footer1 .footer1-in .f-info p.f-bnr img {
  width: 300px;
  height: auto;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info p.f-bnr img {
    width: auto;
    height: 110px;
  }
}
.footer1 .footer1-in .f-info p.f-bnr + .f-bnr img {
  width: 200px;
  height: auto;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in .f-info p.f-bnr + .f-bnr img {
    vertical-align: top;
    width: auto;
    height: 110px;
  }
}
.footer1 .footer1-in nav.f-nav {
  margin-top: 30px;
}
.footer1 .footer1-in nav.f-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in nav.f-nav ul {
    column-gap: 0;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
.footer1 .footer1-in nav.f-nav ul li {
  margin-top: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 3.5rem;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px), print {
  .footer1 .footer1-in nav.f-nav ul li {
    border-right: 1px solid #cccccc;
    padding: 0 20px;
  }
}
.footer1 .footer1-in nav.f-nav ul li:first-child,
.footer1 .footer1-in nav.f-nav ul li.border-left {
  border-left: 1px solid #cccccc;
}

/*============================
footer-copy
============================*/
.footer-copy {
  border-top: 1px solid #cccccc;
  background-color: #fff;
  color: #000000;
  position: relative;
}
.footer-copy .footer-copy-in {
  width: 100%;
  min-width: 300px;
  margin: 0;
  padding: 10px 3.125%;
}
@media only screen and (min-width: 1024px), print {
  .footer-copy .footer-copy-in {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.footer-copy .footer-copy-in p.copy {
  margin-top: 0;
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.75;
}
@media only screen and (min-width: 1024px), print {
  .footer-copy .footer-copy-in p.copy {
    font-size: 1.2rem;
    text-align: center;
  }
}

/*============================
#pagetop
============================*/
p#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
}
@media only screen and (min-width: 1024px), print {
  p#pagetop {
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
  }
}
p#pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  p#pagetop a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  p#pagetop a:hover, p#pagetop a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
p#pagetop a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 1.0;
  text-align: center;
  font-size: 4.0rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #202f5f;
  content: "\f139";
}
@media only screen and (min-width: 1024px), print {
  p#pagetop a:after {
    width: 60px;
    height: 60px;
    font-size: 6.0rem;
  }
}
p#pagetop a span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*============================
top-mv
============================*/
.top-mv * {
  margin: 0;
  padding: 0;
}

.top-mv {
  width: 100%;
  height: 400px;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px), print {
  .top-mv {
    position: relative;
    top: 0;
    height: 630px;
    padding-top: 100px;
    overflow: hidden;
  }
}
.top-mv .top-mv__inner {
  position: relative;
  height: 320px;
  margin-bottom: 30px;
  background-color: transparent;
}
@media only screen and (min-width: 1024px), print {
  .top-mv .top-mv__inner {
    height: 500px;
  }
}
.top-mv .top-mv__inner .top-mv__ttlbg {
  height: 320px;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
}
@media only screen and (min-width: 1024px), print {
  .top-mv .top-mv__inner .top-mv__ttlbg {
    height: 500px;
    padding: 0 0 24px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
.top-mv .top-mv__inner .top-mv__ttlbg h2.top-mv__ttl {
  width: 270px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 1.1rem;
  vertical-align: top;
  letter-spacing: 0;
  color: #000000;
  border: 0;
}
@media only screen and (min-width: 1024px), print {
  .top-mv .top-mv__inner .top-mv__ttlbg h2.top-mv__ttl {
    width: 340px;
    height: 130px;
    padding: 20px 0 0 30px;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
  }
}
.top-mv .top-mv__inner .top-mv__ttlbg h2.top-mv__ttl span {
  display: block;
}
.top-mv .top-mv__inner .top-mv__ttlbg h2.top-mv__ttl span + span {
  margin-top: 4px;
}
.top-mv .top-mv__inner .top-mv__ttlbg p.top-mv__txt {
  width: 300px;
  margin: 0;
  padding: 15px 10px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(32, 47, 95, 0.9);
  border: 0;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  border: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  .top-mv .top-mv__inner .top-mv__ttlbg p.top-mv__txt {
    width: 660px;
    height: 130px;
    padding: 0;
    font-size: 2.1rem;
    text-align: left;
  }
}

/*============================
second page-mv
============================*/
.page-mv {
  width: 100%;
  height: 164px;
  padding-top: 64px;
}
@media only screen and (min-width: 1024px), print {
  .page-mv {
    position: relative;
    top: 0;
    height: 100px;
    padding-top: 0;
  }
}
.page-mv .page-mv__inner {
  position: relative;
  height: 100px;
  background-color: transparent;
}
.page-mv .page-mv__inner .page-mv__ttlimg {
  background-image: url(../images/title-info.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100px;
  height: 100px;
  margin: 0;
}
.page-mv .page-mv__inner .page-mv__ttlbg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100px;
  margin: -50px 0 0;
  padding: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-image: url(../images/bg-gradation.png);
  background-repeat: repeat-x;
}
.page-mv .page-mv__inner h2.page-mv__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100px;
  margin: -50px 0 0;
  padding: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}
.page-mv .page-mv__inner h2.page-mv__ttl span {
  position: absolute;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 5.0rem;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  border: 0;
}

/* ----------------------------------------------------------------
slick overwrite slick-theme.css
---------------------------------------------------------------- */
/*=============
slick
=============*/
.slider .slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 320px;
  height: 320px;
  margin: 0;
}
@media only screen and (min-width: 1024px), print {
  .slider .slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 500px;
    height: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .slider .slide.slide1 {
    background-image: url(../images/slide1-sp.jpg);
  }

  .slider .slide.slide2 {
    background-image: url(../images/slide2-sp.jpg);
  }

  .slider .slide.slide3 {
    background-image: url(../images/slide3-sp.jpg);
  }

  .slider .slide.slide4 {
    background-image: url(../images/slide4-sp.jpg);
  }

  .slider .slide.slide5 {
    background-image: url(../images/slide5-sp.jpg);
  }
}
@media only screen and (min-width: 1024px), print {
  .slider .slide.slide1 {
    background-image: url(../images/slide1.jpg);
  }

  .slider .slide.slide2 {
    background-image: url(../images/slide2.jpg);
  }

  .slider .slide.slide3 {
    background-image: url(../images/slide3.jpg);
  }

  .slider .slide.slide4 {
    background-image: url(../images/slide4.jpg);
  }

  .slider .slide.slide5 {
    background-image: url(../images/slide5.jpg);
  }
}
/*==================================================
スライダーのためのcss
===================================*/
/* Dots Over write */
#top-mv .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#top-mv .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#top-mv .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#top-mv .slick-dots li button:hover:before,
#top-mv .slick-dots li button:focus:before {
  opacity: 1;
  color: #202f5f;
}
#top-mv .slick-dots li button:before {
  font-family: 'slick';
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top-mv .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #202f5f;
}

/*============================
title h1 
============================*/
h1,
.h1 {
  margin: 50px 0 30px;
  padding: 0;
  clear: both;
  border: 0;
  background-color: transparent;
  text-align: left;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (min-width: 1024px), print {
  h1,
  .h1 {
    margin: 60px 0 40px;
    font-size: 3.6rem;
    font-size: 3.2rem;
    text-align: center;
  }
}

/*============================
h1-page-title 
============================*/
.main--page header h1.h1-page-title,
.main--page header .h1-page-title {
  margin: 50px 0;
}
@media only screen and (min-width: 1024px), print {
  .main--page header h1.h1-page-title,
  .main--page header .h1-page-title {
    margin: 60px 0;
  }
}

/*============================
page-title-staff
============================*/
header.page-title-staff {
  background-color: #f2f2f2;
  margin: 30px 0 50px;
}
@media only screen and (min-width: 1024px), print {
  header.page-title-staff {
    display: flex;
  }
}
header.page-title-staff .page-title-staff__body {
  padding: 30px;
}
@media only screen and (min-width: 1024px), print {
  header.page-title-staff .page-title-staff__body {
    padding: 50px;
    flex-basis: calc( 100% - 320px);
    flex-grow: 1;
  }
}
header.page-title-staff .page-title-staff__body h1.h1-page-title {
  margin: 0;
  font-size: 3.6rem;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
header.page-title-staff .page-title-staff__body h1.h1-page-title small {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px), print {
  header.page-title-staff .page-title-staff__body h1.h1-page-title small {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
header.page-title-staff .page-title-staff__body h1.h1-page-title span {
  display: block;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1024px), print {
  header.page-title-staff .page-title-staff__body h1.h1-page-title span {
    font-size: 1.8rem;
  }
}
header.page-title-staff .page-title-staff__body dl.page-title-staff__area {
  margin-top: 20px;
}
header.page-title-staff .page-title-staff__body dl.page-title-staff__area dt {
  position: relative;
  z-index: 0;
}
header.page-title-staff .page-title-staff__body dl.page-title-staff__area dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  border-top: 1px solid #cccccc;
}
header.page-title-staff .page-title-staff__body dl.page-title-staff__area dt span {
  display: inline-block;
  font-size: 1.6rem;
  padding-right: 1em;
  color: #666666;
  background-color: #f2f2f2;
}
header.page-title-staff .page-title-staff__body p.page-title-staff__txt {
  margin-top: 20px;
  font-size: 1.6rem;
}
header.page-title-staff .page-title-staff__img {
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  header.page-title-staff .page-title-staff__img {
    flex-basis: 320px;
  }
}
header.page-title-staff .page-title-staff__img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px), print {
  header.page-title-staff .page-title-staff__img img {
    max-width: inherit;
  }
}

.staff-jp {
	display:none;
}
.staff-en {
}

/*============================
page-title-news
============================*/
header.page-title-news {
  background-color: #f2f2f2;
  margin: 30px 0;
  padding: 20px 10px 15px;
  text-align: left;
}
header.page-title-news h1.h1-page-title {
  margin: 0;
  font-size: 3.0rem;
  font-size: 2.0rem;
  text-align: left;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  color: #202f5f;
  font-weight: 700;
  line-height: 1.5;
}
header.page-title-news div.page-title-news__meta {
  margin-top: 10px;
  font-size: 1.8rem;
}
header.page-title-news div.page-title-news__meta span.page-title__date {
  display: block;
}
header.page-title-news div.page-title-news__meta span.page-title__cat {
  display: block;
}
header.page-title-news div.page-title-news__meta span.page-title__cat a {
  margin-right: 1em;
}

/*
.page-title * {
  margin: 0;
  padding: 0;
}
.page-title {
  width: 100%;
  padding-top: 60px;
  background: url(../images/topmain-bg.jpg);
  background-position:  center center;
  background-repeat: no-repeat;
  background-size: cover;
  @include pc {
  
  padding-top: 120px; //only for pre
  padding-top: 0; //for wp honban
  };
	.page-title-in {
    height: 74px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    @include pc {
    height: 110px;
    max-width: 1000px;//基準
    };
		header {
			h1.h1-page-title,
      .h1-page-title{
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-family:($font-jp);
        font-weight: 700;
        font-size: 1.7rem;
        line-height: 1.4;
        letter-spacing: 0.1em;
        color: ($color-txt2);
        border: 0;      
          @include pc {
          left: 10px;
          font-size: 3.0rem;
          };
				span {
				}
			}
		}
	}
}
*/
/*============================
title h2-
============================*/
h2,
.h2 {
  margin: 80px 0 50px;
  padding: 18px 0 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #202f5f;
  border: 0;
  border-top: 4px solid #202f5f;
  background-color: transparent;
}
@media only screen and (min-width: 1024px), print {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h2:before, h2:after,
.h2:before,
.h2:after {
  display: none;
}

/*============================
h2-title1
============================*/
h2.h2-title1,
.h2-title1 {
  margin: 60px 0;
  padding: 0 0 10px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: 400;
  font-size: 3.0rem;
  letter-spacing: 0;
  line-height: 1.5;
  background: none;
  text-align: center;
  clear: both;
  color: #000000;
  border: 0;
  position: relative;
}
@media only screen and (min-width: 1024px), print {
  h2.h2-title1,
  .h2-title1 {
    margin: 70px 0;
  }
}
h2.h2-title1:before,
.h2-title1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 0;
  z-index: 1;
  border-top: 2px solid #db9529;
}
h2.h2-title1:after,
.h2-title1:after {
  display: none;
}

/*============================
h2-title2
============================*/
h2.h2-title2,
.h2-title2 {
  margin: 50px 0 30px;
  padding: 5px 0 10px;
  position: relative;
  z-index: 0;
  border: 0;
}
h2.h2-title2:before,
.h2-title2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  border-top: 1px solid #db9529;
}
h2.h2-title2 span,
.h2-title2 span {
  display: inline-block;
  font-size: 2.6rem;
  padding-right: 1em;
  color: #202f5f;
  background-color: #fff;
}
h2.h2-title2:after,
.h2-title2:after {
  display: none;
}

/*============================
h2-title3
============================*/
h2.h2-title3,
.h2-title3 {
  margin: 50px 0 20px;
  padding: 10px 0 0;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.5;
  background: none;
  text-align: left;
  clear: both;
  color: #202f5f;
  border: 0;
  border-top: 2px solid #202f5f;
}
h2.h2-title3:before, h2.h2-title3:after,
.h2-title3:before,
.h2-title3:after {
  display: none;
}

/*============================
h2-title4
============================*/
h2.h2-title4,
.h2-title4 {
  margin: 30px 0;
  padding: 20px 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #202f5f;
  border: 0;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}
h2.h2-title4:before, h2.h2-title4:after,
.h2-title4:before,
.h2-title4:after {
  display: none;
}

h2.h2-border-none {
  padding-bottom: 0;
  border-bottom: 0;
}

h3,
.h3 {
  position: relative;
  margin: 50px 0 30px;
  padding: 14px 0 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #202f5f;
  border: 0;
  background-color: transparent;
}
@media only screen and (min-width: 1024px), print {
  h3,
  .h3 {
    font-size: 2.6rem;
    font-size: 2.2rem;
  }
}
h3:before,
.h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 0;
  z-index: 1;
  border-top: 4px solid #db9529;
}
h3:after,
.h3:after {
  display: none;
}

h4,
.h4 {
  margin: 40px 0 30px;
  padding: 0px 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #202f5f;
  border: 0;
  background-color: transparent;
}
@media only screen and (min-width: 1024px), print {
  h4,
  .h4 {
    font-size: 2.4rem;
  }
}
h4:before, h4:after,
.h4:before,
.h4:after {
  display: none;
}

/*h4 + h5, h4 + h6, h4 + p, h4 + ul, h4 + ol, h4 + dl, h4 + table, h4 + .box-sen {
	margin-top: 10px !important;
}*/
h5,
.h5 {
  margin: 30px 0;
  padding: 10px;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #202f5f;
  border: 0;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px), print {
  h5,
  .h5 {
    font-size: 2.2rem;
  }
}
h5:before, h5:after,
.h5:before,
.h5:after {
  display: none;
}

/*
h5 + h6, h5 + h6, h5 + p, h5 + ul, h5 + ol, h5 + dl, h5 + table, h5 + .box-sen {
	margin-top: 10px !important;
}*/
h6 {
  margin: 30px 0;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #202f5f;
}

/*
h6 + p, h6 + ul, h6 + ol, h6 + dl, h6 + table {
	margin-top: 0 !important;
}*/
p {
  margin-top: 30px;
}

ul,
ol {
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 1.5em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

ul > li {
  list-style: none;
}

ul li {
  list-style: none;
  margin-top: 15px;
  padding-left: .5em;
  list-style-image: url(../images/disc01.png);
}

ol li {
  list-style: decimal;
  margin-top: 15px;
  padding-left: .5em;
}

[class^="archive"] ul,
[class^="archive"] ol {
  margin: 0;
  padding-left: 0;
}

[class^="archive"] ul li,
[class^="archive"] ol li {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  list-style-image: none;
}

nav ul li,
nav ol li,
nav ul:not([class]) li,
nav ol:not([class]) li {
  list-style: none;
  list-style-image: none;
}

ul.list-mt0 > li,
ol.list-mt0 > li {
  margin-top: 0;
}

ul.list-normal,
ol.list-normal {
  margin-left: 0;
}

ul.list-normal > li,
ol.list-normal > li {
  margin-top: 0;
}

ul.list-none,
ol.list-none {
  margin-left: 0;
  padding-left: 0;
}

ul.list-none > li,
ol.list-none > li {
  list-style-image: none;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

ol.upper-roman > li {
  list-style: upper-roman;
}

ol.decimal-leading-zero > li {
  list-style: decimal-leading-zero;
}

ol.lower-alpha > li {
  list-style: lower-alpha;
}

ol.upper-alpha > li {
  list-style: upper-alpha;
}

ol.cjk-ideographic > li {
  list-style: cjk-ideographic;
}

ul.list-nostyle,
ol.list-nostyle,
ul.list-nostyle li,
ol.list-nostyle li {
  margin: 0;
  padding: 0;
  list-style-image: none;
}

ul.list-inline > li,
ol.list-inline > li {
  display: inline-block;
}

ul.list-slash > li,
ol.list-slash > li {
  margin-right: 0.5em;
}

ul.list-slash > li:after,
ol.list-slash > li:after {
  content: "　／";
}

ul.list-slash > li:last-child:after,
ol.list-slash > li:last-child:after {
  content: "";
}

/* --------------------
dl-list
-----------------------*/
dl.dl-list {
  margin-top: 20px;
}

dl.dl-list::after {
  content: "";
  display: table;
  clear: both;
}

dl.dl-list dt {
  width: 4em;
  float: left;
  clear: left;
}

dl.dl-list dd {
  margin-left: 4em;
}

dl.dl-list-2em dt {
  width: 2em;
}

dl.dl-list-2em dd {
  margin-left: 2em;
}

dl.dl-list-3em dt {
  width: 3em;
}

dl.dl-list-3em dd {
  margin-left: 3em;
}

dl.dl-list-4em dt {
  width: 4em;
}

dl.dl-list-4em dd {
  margin-left: 4em;
}

dl.dl-list-5em dt {
  width: 5em;
}

dl.dl-list-5em dd {
  margin-left: 5em;
}

dl.dl-list-6em dt {
  width: 6em;
}

dl.dl-list-6em dd {
  margin-left: 6em;
}

dl.dl-list-7em dt {
  width: 7em;
}

dl.dl-list-7em dd {
  margin-left: 7em;
}

dl.dl-list-8em dt {
  width: 8em;
}

dl.dl-list-8em dd {
  margin-left: 8em;
}

dl.dl-list-9em dt {
  width: 9em;
}

dl.dl-list-9em dd {
  margin-left: 9em;
}

dl.dl-list-10em dt {
  width: 10em;
}

dl.dl-list-10em dd {
  margin-left: 10em;
}

dl.dl-list-11em dt {
  width: 11em;
}

dl.dl-list-11em dd {
  margin-left: 11em;
}

dl.dl-list-12em dt {
  width: 12em;
}

dl.dl-list-12em dd {
  margin-left: 12em;
}

dl.dl-list-13em dt {
  width: 13em;
}

dl.dl-list-13em dd {
  margin-left: 13em;
}

dl.dl-list-14em dt {
  width: 14em;
}

dl.dl-list-14em dd {
  margin-left: 14em;
}

dl.dl-list-15em dt {
  width: 15em;
}

dl.dl-list-15em dd {
  margin-left: 15em;
}

dl.dl-list-16em dt {
  width: 16em;
}

dl.dl-list-16em dd {
  margin-left: 16em;
}

dl.dl-list-17em dt {
  width: 17em;
}

dl.dl-list-17em dd {
  margin-left: 17em;
}

dl.dl-list-18em dt {
  width: 18em;
}

dl.dl-list-18em dd {
  margin-left: 18em;
}

dl.dl-list-19em dt {
  width: 19em;
}

dl.dl-list-19em dd {
  margin-left: 19em;
}

dl.dl-list-20em dt {
  width: 20em;
}

dl.dl-list-20em dd {
  margin-left: 20em;
}

dl.dl-list-21em dt {
  width: 21em;
}

dl.dl-list-21em dd {
  margin-left: 21em;
}

dl.dl-list-mt10 dt,
dl.dl-list-mt10 dd {
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  dl.dl-list-res dt {
    width: 100%;
    float: none;
    clear: none;
  }

  dl.dl-list-res dd {
    margin-left: 0;
  }
}
table {
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table caption {
  padding: 15px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  text-align: left;
  vertical-align: top;
  background-color: #f2f2f2;
  font-weight: 700;
}

table th,
table td {
  padding: 15px;
  border: 1px solid #cccccc;
  vertical-align: top;
}

table th {
  background-color: #f2f2f2;
  font-weight: 700;
}

table td {
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  table th.sp-nowrap,
  table td.sp-nowrap {
    white-space: nowrap;
  }
}
table th.nowrap,
table td.nowrap {
  white-space: nowrap;
}

table th > ul, table td > ul,
table th > ol, table td > ol {
  margin-left: 0;
  padding-left: 1.5em;
}

table th > ul li:first-child, table td > ul li:first-child,
table th > ol li:first-child, table td > ol li:first-child {
  margin-top: 0;
}

table th > ul li, table td > ul li,
table th > ol li, table td > ol li {
  margin-top: 0;
}

table.table--center th,
table.table--center td {
  text-align: center;
}

table.table--th-center th {
  text-align: center;
}

table.table--small caption,
table.table--small th,
table.table--small td {
  padding: 4px 8px;
}

@media screen and (max-width: 1023px) {
  table.sp-table--small caption,
  table.sp-table--small th,
  table.sp-table--small td {
    padding: 4px;
  }

  table.sp-table--xsmall caption,
  table.sp-table--xsmall th,
  table.sp-table--xsmall td {
    padding: 2px;
  }
}
table.noline {
  margin-top: 0;
  width: auto;
}

table.noline th,
table.noline td {
  padding: 0 5px 0 0;
  border: 0;
  vertical-align: top;
}

table.noline th {
  background-color: transparent;
  font-weight: 300;
}

/* ---- table-line ---- */
table.table--line {
  border: 0;
  border-bottom: 1px solid #cccccc;
}
table.table--line tbody tr th {
  border: 0;
  border-top: 1px solid #cccccc;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
table.table--line tbody tr td {
  border: 0;
  border-top: 1px solid #cccccc;
}

/* ---- table-line-1col eng history ---- */
table.table-eng-history {
  border: 0;
  border-bottom: 1px solid #cccccc;
}
table.table-eng-history tbody tr th {
  border: 0;
  border-top: 1px solid #cccccc;
  background-color: transparent;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  table.table-eng-history tbody tr th {
    background-color: #f2f2f2;
  }
}
table.table-eng-history tbody tr td {
  border: 0;
}
@media only screen and (min-width: 1024px), print {
  table.table-eng-history tbody tr td {
    padding-left: 120px;
  }
}

/* ---- table responsive ---- */
@media screen and (max-width: 1023px) {
  .table--scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .table--scroll > table {
    width: 100%;
  }

  .table--scroll > table th,
  .table--scroll > table td {
    white-space: nowrap;
  }

  .table--scroll::-webkit-scrollbar {
    height: 5px;
  }

  /* table--res */
  table.table--res th,
  table.table--res td {
    display: block;
  }

  table.table--res tbody > tr > td,
  table.table--res tbody > tr > th {
    width: 100% !important;
  }

  table.table--res th {
    white-space: normal !important;
  }

  table.table--res th + td {
    border-top: 0;
  }

  table.table--res tr + tr > th {
    border-top: 0;
  }

  table.table--line.table--res tr + tr > th {
    border-top: 1px solid #cccccc;
  }

  table.table--line.table--res th {
    background-color: #f2f2f2;
  }
}
/* ----------------------------------------------------------------
row max wide settinn for wp
---------------------------------------------------------------- */
.row::after {
  content: "";
  display: table;
  clear: both;
}

.row.row-box-center {
  display: table;
  width: auto;
  margin: 0 auto;
}

.row {
  margin-top: -30px;
}

.box .row {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .row {
    clear: both;
    margin-right: -10px;
    margin-left: -10px;
  }

  [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px), print {
  .row {
    clear: both;
    margin-right: -20px;
    margin-left: -20px;
  }

  [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row [class^="col-"] img {
    width: 100%;
    height: auto;
  }
}
.col-10 {
  width: 10%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.33333333%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-66 {
  width: 66.66666666%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

.row .col-10,
.row .col-20,
.row .col-25,
.row .col-30,
.row .col-33,
.row .col-40,
.row .col-50,
.row .col-60,
.row .col-66,
.row .col-70,
.row .col-75,
.row .col-80,
.row .col-90 {
  float: left;
}

.row .col-10.col-right,
.row .col-20.col-right,
.row .col-25.col-right,
.row .col-30.col-right,
.row .col-33.col-right,
.row .col-40.col-right,
.row .col-50.col-right,
.row .col-60.col-right,
.row .col-66.col-right,
.row .col-70.col-right,
.row .col-75.col-right,
.row .col-80.col-right,
.row .col-90.col-right {
  float: right;
}

@media screen and (max-width: 1023px) {
  .row .sp-col-100 {
    float: none !important;
    width: 100%;
  }
}
/* ----------------------------------------------------------------
parts style 
---------------------------------------------------------------- */
hr.hr-main {
  border-top: 1px solid #202f5f;
}

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

th.textalign-left,
td.textalign-left {
  text-align: left !important;
}

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

th.textalign-right,
td.textalign-right {
  text-align: right !important;
}

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

th.textalign-center,
td.textalign-center {
  text-align: center !important;
}

table.textalign-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .sp-textalign-left {
    text-align: left;
  }

  th.sp-textalign-left,
  td.sp-textalign-left {
    text-align: left !important;
  }

  .sp-textalign-right {
    text-align: right;
  }

  th.sp-textalign-right,
  td.sp-textalign-right {
    text-align: right !important;
  }

  .sp-textalign-center {
    text-align: center;
  }

  th.sp-textalign-center,
  td.sp-textalign-center {
    text-align: center !important;
  }

  table.sp-textalign-center {
    margin-left: auto;
    margin-right: auto;
  }
}
/* -----------------------
style layout
----------------------- */
.red {
  color: #E80000;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.textline {
  background-color: #FFFF00;
}

.underline {
  text-decoration: underline;
}

.verticalalign-middle {
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.indent {
  text-indent: 1em;
}

.lineheight1 {
  line-height: 1;
}

.lineheight1_2 {
  line-height: 1.2;
}

.lineheight1_3 {
  line-height: 1.3;
}

.bordertop-gray {
  border-top: 1px solid #ccc;
}

.bordertop-orange {
  border-top: 1px solid #EF8B00;
}

.borderbottom-gray {
  border-bottom: 1px solid #ccc;
}

.borderbottom-orange {
  border-bottom: 1px solid #EF8B00;
}

.sans-serif {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: 300;
}

.notetxt-1em,
ul li.notetxt-1em {
  text-indent: -1em;
  padding-left: 1em;
}

.notetxt-1_5em,
ul li.notetxt-1_5em {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.notetxt-2em,
ul li.notetxt-2em {
  text-indent: -2em;
  padding-left: 2em;
}

.notetxt-2_5em,
ul li.notetxt-2_5em {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.notetxt-3em,
ul li.notetxt-3em {
  text-indent: -3em;
  padding-left: 3em;
}

.lead {
  margin: 32px 0;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  background: none;
  clear: both;
  color: #000;
  border: 0;
  position: relative;
}
@media only screen and (min-width: 1024px), print {
  .lead {
    margin: 48px 0;
    font-size: 2.4rem;
  }
}

.display-inlineblock {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-tablecell {
  display: table-cell;
  vertical-align: middle;
}

/* ----------------------------------------------------------------
iframe
---------------------------------------------------------------- */
/* res iframe 16-9 */
.res-container16-9 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.res-container16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* res iframe 1-1 */
.res-container1-1 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.res-container1-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* map */
.page-map {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .page-map {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
  }
  .page-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* box */
.box {
  clear: both;
  margin-top: 30px;
  padding: 15px;
  border: 0;
  background-color: #f2f2f2;
}

.box::after {
  content: "";
  display: table;
  clear: both;
}

.box > p:first-child, .box > ul:first-child, .box > ol:first-child, .box > dl:first-child, .box > table:first-child,
.box > h2:first-child, .box > h3:first-child, .box > h4:first-child, .box > h5:first-child, .box > h6:first-child {
  margin-top: 0;
}

.box ul {
  margin-left: 0.5em;
}

.box ol {
  margin-left: 0.5em;
}

.box--sen {
  background-color: #fff;
  border: 1px solid #cccccc;
}

.box--bg--white {
  border: 0;
  background-color: #fff;
}

.box.box--w-auto {
  display: table;
}

.textalign-center .box.box--w-auto {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  margin: 0 10px;
  min-width: 200px;
  text-align: center;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5rem;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #ff6b3d;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  .btn {
    padding: 10px 10px;
    margin: 0 10px;
    min-width: 200px;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.btn span {
  display: inline-block;
}

.box .btn {
  min-width: inherit;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline-width: thin;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  filter: none;
}

.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  text-decoration: none;
  filter: none;
}

@media only screen and (min-width: 1024px), print {
  .btn {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .btn:hover {
    color: #fff;
    vertical-align: middle;
    background-color: #ff6b3d;
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.btn-reverse {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.btn-reverse:focus,
.btn-reverse.focus,
.btn-reverse:active,
.btn-reverse.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  text-decoration: none;
  filter: none;
}

@media only screen and (min-width: 1024px), print {
  .btn-reverse {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .btn-reverse:hover {
    color: #fff;
    background-color: #666;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.btn-contact {
  width: 300px;
  padding: 0px 8px;
  font-size: 1.6rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px), print {
  .btn-contact {
    padding: 0px 8px;
    min-width: 300px;
    font-size: 1.8rem;
    line-height: 4.8rem;
    vertical-align: middle;
  }
}
.btn-contact i {
  font-size: 2.1rem;
  line-height: 4.8rem;
  padding-right: .5em;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px), print {
  .btn-contact i {
    font-size: 2.1rem;
    line-height: 4.8rem;
    vertical-align: middle;
  }
}

/* ----------------------------------------------------------------
icon
---------------------------------------------------------------- */
.icon {
  margin-right: 0.5em;
  margin-left: 0.5em;
  display: inline-block;
  text-indent: 0;
}

[class^="icon"] + [class^="icon"] {
  margin-left: 0;
}

i.fab,
i.fas {
  text-indent: 0;
}

.icon-new,
.ic-new {
  display: inline-block;
}

.icon-new:before,
.ic-new:before {
  display: inline-block;
  text-decoration: none;
  content: "NEW";
  width: auto;
  height: auto;
  padding: 1px 6px;
  color: #ff6b3d;
  font-family: "Noto Sans JP", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 1024px), print {
  .icon-new:before,
  .ic-new:before {
    font-size: 12px;
  }
}

/* ==========================
link-thumb about
============================= */
.link-thumb a {
  display: flex;
  align-items: center;
}
.link-thumb a img {
  width: 120px;
  height: auto;
}
.link-thumb a .link-thumb-txt {
  width: calc(100% - 120px);
  padding-left: 20px;
}

/* ==========================
link-more
============================= */
.link-more {
  text-align: right;
  margin-left: auto;
  margin-top: 20px;
}
.link-more a {
  display: inline-block;
}
.link-more a:after {
  display: block;
  display: inline-block;
  padding-left: .5em;
  text-decoration: none;
  width: calc( 18px + .5em);
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media only screen and (min-width: 1024px), print {
  .link-more a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .link-more a:hover, .link-more a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

/* -----------------------
WordPress layout
----------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .alignleft,
  div.alignleft,
  .alignright,
  div.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px), print {
  .aligncenter {
    margin: 0 auto 30px;
  }

  .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
}
.wp-caption {
  text-align: center;
  margin: 30px 0;
  padding: 0;
}

.entry-content > .wp-caption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1024px), print {
  .wp-caption.aligncenter {
    margin: 30px auto;
  }

  .wp-caption.alignleft {
    margin: 30px 40px 0px 0;
  }

  .wp-caption.alignright {
    margin: 30px 0 30px 40px;
  }
}
.row .wp-caption {
  margin-bottom: 0;
}

.wp-caption img {
  margin: 0 0 10px;
  padding: 0;
  border: 0 none;
  vertical-align: top;
}

@media screen and (max-width: 1023px) {
  .wp-caption {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.wp-caption p.wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

/* img */
img[class*="wp-image-"],
.wp-caption img,
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* res iframe 16-9
.res-container16-9 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }

.res-container16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
*/
#contentBody iframe[src*="youtube.com"] {
  width: 100%;
}

/* iframe youtube res wideのみ */
@media screen and (max-width: 1023px) {
  #contentBody iframe[src*="youtube.com"] {
    width: 100%;
  }
}
/* blockquote */
blockquote {
  position: relative;
  margin: 32px 0;
  padding: 32px 16px 16px;
  font-style: italic;
  background: #f2f2f2;
  color: #555;
}
blockquote:before {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  margin: auto;
  line-height: 1.0;
  text-align: center;
  font-size: 3.0rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #989898;
  content: "\f10d";
}
blockquote cite {
  display: block;
  text-align: right;
  color: #989898;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1024px), print {
  blockquote {
    margin: 48px 0;
    padding: 32px 32px 16px;
  }
  blockquote:before {
    top: 20px;
    left: 32px;
  }
}
/* ----------------------------------------------------------------
wordpress plugin style
---------------------------------------------------------------- */
/* wp-pagenavi */
/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/
/* wp-pagenavi */
.wp-pagenavi {
  clear: both;
  margin: 30px 0 0;
  line-height: 30px;
}
.wp-pagenavi a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #cccccc;
  width: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 5px 2px;
  background-color: #fff;
  color: #000000;
}
@media only screen and (min-width: 1024px), print {
  .wp-pagenavi a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .wp-pagenavi a:hover, .wp-pagenavi a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #202f5f;
    border: 1px solid #202f5f;
    color: #fff;
  }
}
.wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  border: 0;
  width: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 5px 2px;
  background: #fff;
  color: #202f5f;
}
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
  background-color: transparent;
  color: #202f5f;
  border: 0;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first {
  width: 4.3em;
}
.wp-pagenavi span.current {
  background-color: #202f5f;
  font-weight: bold;
  border: 1px solid #202f5f;
  color: #fff;
}

/* page-pagination */
.page-pagination {
  clear: both;
  margin: 30px 0;
  font-size: 1.0rem;
  padding-bottom: 10px;
  border-top: 1px solid #999999;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px), print {
  .page-pagination {
    margin-top: 60px;
    font-size: 1.3rem;
  }
}
.page-pagination p span.voicePerson {
  background: #202f5f;
  color: #fff;
  padding: 0 5px;
  margin-right: 0.5em;
  border-radius: 5px;
  display: inline-block;
}
.page-pagination p a {
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  .page-pagination p a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .page-pagination p a:hover, .page-pagination p a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: underline;
  }
}

.cat-link2 {
  clear: both;
}

.cat-link2 span a {
  display: table;
  margin: 30px auto;
  padding: 8px 2em;
  border: 1px solid #999;
  background-color: #fff;
  color: #999;
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  .cat-link2 span a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .cat-link2 span a:hover, .cat-link2 span a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #999;
    color: #fff;
    text-decoration: none;
  }
}

/* --------------------------------------------------
cat-link
--------------------------------------------------- */
.cat-link {
  margin: 100px 0 0;
}
.cat-link a {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 3.8rem;
  text-align: center;
  background-color: #f2f2f2;
}

/* ----------------------------------------------------------------
entry-bottom-meta
---------------------------------------------------------------- */
nav.entry-bottom-meta {
  margin: 80px 0 0;
  padding: 10px;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px), print {
  nav.entry-bottom-meta {
    position: relative;
    height: 5.8rem;
    min-height: 5.8rem;
  }
}
nav.entry-bottom-meta ul.adjacent_post_links {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 3.8rem;
  min-height: 3.8rem;
}
nav.entry-bottom-meta ul.adjacent_post_links li {
  position: absolute;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1.8rem;
}
nav.entry-bottom-meta ul.adjacent_post_links li a,
nav.entry-bottom-meta ul.adjacent_post_links li span {
  display: inline-block;
  background-color: #fff;
  margin: 0;
  padding: 0 10px;
  line-height: 3.8rem;
  text-align: center;
}
nav.entry-bottom-meta ul.adjacent_post_links li.prev {
  top: 0;
  left: 0;
}
nav.entry-bottom-meta ul.adjacent_post_links li.prev a:before,
nav.entry-bottom-meta ul.adjacent_post_links li.prev span:before {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  vertical-align: middle;
}
nav.entry-bottom-meta ul.adjacent_post_links li.next {
  top: 0;
  right: 0;
}
nav.entry-bottom-meta ul.adjacent_post_links li.next a:after,
nav.entry-bottom-meta ul.adjacent_post_links li.next span:after {
  display: inline-block;
  margin-left: 10px;
  margin-top: -3px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
nav.entry-bottom-meta p.cat-back-link {
  margin: 10px 0 0;
  position: relative;
  width: 100%;
  height: 3.8rem;
  min-height: 3.8rem;
}
@media only screen and (min-width: 1024px), print {
  nav.entry-bottom-meta p.cat-back-link {
    display: table;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30em;
    margin-left: -15em;
    z-index: 1;
  }
}
nav.entry-bottom-meta p.cat-back-link a {
  display: inline-block;
  width: 100%;
  line-height: 3.8rem;
  text-align: center;
}

/*============================
form
============================*/
span.required {
  background: #F93;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px 2px;
  vertical-align: middle;
  font-weight: normal;
}

span.nonrequired {
  background: #666666;
  color: #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px 2px;
}

table.contact-form td,
span.form-text {
  color: #666;
}

/* Chrome auto-filling FIX */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: none !important;
}

/*============================
form .wpcf7 outline
============================*/
.wpcf7 table.table--res {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .wpcf7 table.table--res {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px), print {
  .wpcf7 table.table--res tr th {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 table.table--res tr td .w500 {
    width: 100%;
  }
  .wpcf7 table.table--res tr td .w240 {
    width: 100%;
  }
  .wpcf7 table.table--res tr td .w180 {
    width: 30%;
  }
  .wpcf7 table.table--res tr td .w100 {
    width: 20%;
  }
  .wpcf7 table.table--res tr td .form-tel {
    width: 20%;
  }
  .wpcf7 table.table--res tr td ::placeholder {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px), print {
  .wpcf7 table.table--res tr td {
    width: 70%;
  }
  .wpcf7 table.table--res tr td .w500 {
    width: 500px;
  }
  .wpcf7 table.table--res tr td .w240 {
    width: 240px;
  }
  .wpcf7 table.table--res tr td .w180 {
    width: 180px;
  }
  .wpcf7 table.table--res tr td .w100 {
    width: 100px;
  }
  .wpcf7 table.table--res tr td .form-tel {
    width: 20%;
  }
}
.wpcf7 table.table--res tr td.textarea-br {
  white-space: pre-wrap;
}
.wpcf7 table.table--res tr .help-block {
  display: none;
}
.wpcf7 table.table--res p {
  margin-top: 0;
}
.wpcf7 span.form-text {
  color: #666;
}

/*============================
form .wpcf7 formtag
============================*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 input {
  margin-bottom: 8px;
  padding: 8px;
}

.wpcf7 input.btnSubmit {
  margin: 0 20px 0;
  padding: 8px 5px;
  border: 0;
}

.wpcf7 input.btnBtn {
  margin: 0;
  padding: 4px 5px;
  border: 0;
}

.wpcf7 input[type="submit"],
.wpcf7 input.wpcf7c-btn-back {
  display: inline-block;
  font-size: 100%;
  padding: 0.8em 1.0em;
  margin-left: 20px;
  margin-right: 20px;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 white;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input.wpcf7c-btn-back {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

/*============================
pager
============================*/
.pager {
  clear: both;
  margin: 30px auto 0;
  font-size: 0.875em;
  text-align: center;
  color: #555;
}

.pager li {
  list-style: none;
  display: inline;
  margin-top: 8px;
}

.pager li + li {
  border-left: 1px solid #999999;
}

ul.pager li a,
ul.pager li span {
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0 16px;
  text-align: center;
}

ul.pager li.prev span,
ul.pager li.next span,
ul.pager li.first span,
ul.pager li.last span {
  color: #999999;
}

/*============================
search result
============================*/
.result-list {
  margin: 80px 0;
}

.search-highlight {
  background: rgba(255, 255, 168, 0.6);
}

/* ----------------------------------------------------------------
archive 
---------------------------------------------------------------- */
.new {
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
}
.new:before {
  display: inline-block;
  text-decoration: none;
  content: "NEW";
  width: auto;
  height: auto;
  color: #ff6b3d;
  font-size: 1.6rem;
  vertical-align: top;
  white-space: nowrap;
  font-weight: 300;
  font-style: normal;
}

/*============================
post-date
============================*/
.post-category {
  display: inline-block;
  text-decoration: inherit;
  padding: 0 6px;
  margin-right: 0.5em;
  color: #9fc7ec;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #9fc7ec;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px), print {
  .post-category {
    font-size: 12px;
    line-height: 24px;
  }
}

.post-category a {
  color: inherit;
  text-decoration: none;
}

.post-heading {
  margin-bottom: 4px;
  line-height: 28px;
}

/*============================
b_card top-business
============================*/
.menu-block {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  .menu-block {
    justify-content: flex-start;
    row-gap: 32px;
    column-gap: 32px;
  }
}
.menu-block .menu-block__item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  list-style-image: none;
}
@media only screen and (min-width: 1024px), print {
  .menu-block .menu-block__item .menu-block__body a div.menu-block__thumb {
    display: block;
    position: relative;
    overflow: hidden;
  }
}
.menu-block .menu-block__item .menu-block__body a div.menu-block__thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px), print {
  .menu-block .menu-block__item .menu-block__body a div.menu-block__thumb img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .menu-block .menu-block__item .menu-block__body a div.menu-block__thumb p.caption {
    display: none;
  }
}
@media only screen and (min-width: 1024px), print {
  .menu-block .menu-block__item .menu-block__body a div.menu-block__thumb p.caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    opacity: 0;
    font-size: 1.6rem;
    line-height: 1.7;
    font-style: normal;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 1024px), print {
  .menu-block .menu-block__item .menu-block__body a div.menu-block__thumb p.caption span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
  }
}
.menu-block .menu-block__item .menu-block__body a .menu-block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  padding: 0;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  background: none;
  text-align: center;
  color: #202f5f;
  border: 0;
}
.menu-block .menu-block__item .menu-block__body a .menu-block__ttl:before, .menu-block .menu-block__item .menu-block__body a .menu-block__ttl:after {
  display: none;
}
.menu-block .menu-block__item .menu-block__body a .menu-block__ttl span {
  display: inline-block;
  text-decoration: underline;
}
.menu-block .menu-block__item .menu-block__body a {
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  .menu-block .menu-block__item .menu-block__body a {
    display: block;
    color: inherit;
  }
  .menu-block .menu-block__item .menu-block__body a h3.menu-block__ttl:before, .menu-block .menu-block__item .menu-block__body a h3.menu-block__ttl:after {
    display: none;
  }
}
@media only screen and (min-width: 1024px), print {
  .menu-block .menu-block__item .menu-block__body a:hover,
  .menu-block .menu-block__item .menu-block__body a:focus {
    text-decoration: none;
  }
  .menu-block .menu-block__item .menu-block__body a:hover div.menu-block__thumb img,
  .menu-block .menu-block__item .menu-block__body a:focus div.menu-block__thumb img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    opacity: 1;
  }
  .menu-block .menu-block__item .menu-block__body a:hover div.menu-block__thumb p.caption,
  .menu-block .menu-block__item .menu-block__body a:focus div.menu-block__thumb p.caption {
    opacity: 1;
  }
}

/* layout */
.menu-block-wrapper {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  .menu-block-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .menu-block-wrapper-col3 .menu-block .menu-block__item {
    flex-basis: 300px;
  }
}
@media only screen and (min-width: 1024px), print {
  .menu-block-wrapper-col3 .menu-block .menu-block__item {
    flex-basis: calc((100% - 64px)/3);
  }
}

/*============================
vertical-post news
ブロックリンク無し
============================*/
.vertical-post {
  margin: 0;
  padding-left: 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.vertical-post li.vertical-post__item {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  list-style: none;
  border-top: 1px solid #cccccc;
}
.vertical-post li.vertical-post__item img {
  vertical-align: middle;
}
.vertical-post li.vertical-post__item .vertical-post__inner {
  padding: 20px 0;
}
.vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
.vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__header .vertical-post__date {
  width: 9em;
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #000000;
  align-self: flex-start;
}
.vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__header .vertical-post__cat a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.5rem;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  background-color: #f2f2f2;
}
.vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__ttl {
  margin: 10px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: inherit;
  letter-spacing: 0;
  color: #000000;
  border: 0;
  background: none;
}
.vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__ttl a {
  display: block;
  color: #202f5f;
}
.vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__ttl:before, .vertical-post li.vertical-post__item .vertical-post__inner .vertical-post__ttl:after {
  display: none;
}
.vertical-post li.vertical-post__item a.vertical-post__inner {
  text-decoration: none;
}
.vertical-post li.vertical-post__item a.vertical-post__inner .vertical-post__ttl {
  text-decoration: underline;
  color: #202f5f;
}
@media only screen and (min-width: 1024px), print {
  .vertical-post li.vertical-post__item a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: inherit;
  }
  .vertical-post li.vertical-post__item a:hover, .vertical-post li.vertical-post__item a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .vertical-post li.vertical-post__item a:hover .vertical-post__ttl, .vertical-post li.vertical-post__item a:focus .vertical-post__ttl {
    text-decoration: none;
  }
}

/*============================
block-media
flex media txt
============================*/
/* layout */
@media only screen and (min-width: 1024px), print {
  .block-media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    border-bottom: 0;
  }
}

/* block */
.block-media {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .block-media {
    padding: 50px 10px;
    border: 1px solid #cccccc;
  }
  .block-media + .block-media {
    border-top: 0;
  }
}
@media only screen and (min-width: 1024px), print {
  .block-media {
    display: flex;
    flex-basis: 50%;
    padding: 80px 50px;
    border-bottom: 1px solid #cccccc;
  }
  .block-media:nth-child(2n) {
    border-left: 1px solid #cccccc;
  }
}
.block-media .block-media__body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block-media .block-media__body img.block-media__img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.block-media .block-media__body h3.block-media__ttl,
.block-media .block-media__body .block-media__ttl {
  margin: 30px 0 0;
  margin: 40px 0 20px;
  padding: 0;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-weight: 400;
  color: #000000;
  font-size: 2.0rem;
  border: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  .block-media .block-media__body h3.block-media__ttl,
  .block-media .block-media__body .block-media__ttl {
    font-size: 2.4rem;
  }
}
.block-media .block-media__body h3.block-media__ttl:before, .block-media .block-media__body h3.block-media__ttl:after,
.block-media .block-media__body .block-media__ttl:before,
.block-media .block-media__body .block-media__ttl:after {
  display: none;
}
.block-media .block-media__body p.block-media__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: left;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px), print {
  .block-media .block-media__body p.block-media__txt {
    font-size: 1.6rem;
  }
}

/*============================
card-media
============================*/
/* layout */
.card-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /* layout */
}
.card-wrapper.card--col3 {
  row-gap: 30px;
}
@media only screen and (min-width: 1024px), print {
  .card-wrapper.card--col3 {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .card-wrapper.card--col3 article.card {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1024px), print {
  .card-wrapper.card--col3 article.card {
    flex-basis: calc((100% - 64px)/3);
  }
}
.card-wrapper.card--col2 {
  row-gap: 30px;
}
@media only screen and (min-width: 1024px), print {
  .card-wrapper.card--col2 {
    row-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .card-wrapper.card--col2 article.card {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1024px), print {
  .card-wrapper.card--col2 article.card {
    flex-basis: calc((100% - 40px)/2);
  }
}

/* block */
article.card {
  display: flex;
}
article.card a.card__inner,
article.card .card__inner {
  flex-basis: 100%;
  padding: 20px;
  border: 1px solid #cccccc;
  border-top: 4px solid #202f5f;
  background-color: #fff;
  color: #000000;
  text-align: left;
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  article.card a.card__inner,
  article.card .card__inner {
    display: flex;
    flex-direction: column;
  }
}
article.card a.card__inner h2.card__title,
article.card a.card__inner .card__title,
article.card .card__inner h2.card__title,
article.card .card__inner .card__title {
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 1.8rem;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  border: 0;
  text-decoration: underline;
  position: relative;
}
article.card a.card__inner h2.card__title:before,
article.card a.card__inner .card__title:before,
article.card .card__inner h2.card__title:before,
article.card .card__inner .card__title:before {
  display: none;
}
article.card a.card__inner h2.card__title:after,
article.card a.card__inner .card__title:after,
article.card .card__inner h2.card__title:after,
article.card .card__inner .card__title:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 4px;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
article.card a.card__inner div.card__txt,
article.card .card__inner div.card__txt {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 1.4rem;
}
article.card a.card__inner div.card__txt p,
article.card .card__inner div.card__txt p {
  margin-top: 0;
}
article.card.card--wide a.card__inner {
  flex-basis: 100%;
  padding: 30px 20px;
}
@media only screen and (min-width: 1024px), print {
  article.card.card--wide a.card__inner {
    padding: 50px 20px;
  }
}

/* block nolink */
article.card .card__inner.card__nolink {
  text-decoration: none;
}
article.card .card__inner.card__nolink h2.card__title,
article.card .card__inner.card__nolink .card__title {
  text-decoration: none;
  position: static;
}
article.card .card__inner.card__nolink h2.card__title:after,
article.card .card__inner.card__nolink .card__title:after {
  display: none;
}
article.card .card__inner.card__nolink div.card__txt {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 1.6rem;
}
article.card .card__inner.card__nolink div.card__txt p {
  margin-top: 0;
}
article.card.card--wide a.card__inner {
  flex-basis: 100%;
  padding: 30px 20px;
}
@media only screen and (min-width: 1024px), print {
  article.card.card--wide a.card__inner {
    padding: 50px 20px;
  }
}

/* block */
article.card {
  display: flex;
}
article.card a.card__inner {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1024px), print {
  article.card a.card__inner:hover, article.card a.card__inner:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #f2f2f2;
  }
}
article.card.card--wide a.card__inner {
  flex-basis: 100%;
  padding: 30px 20px;
}
@media only screen and (min-width: 1024px), print {
  article.card.card--wide a.card__inner {
    padding: 50px 20px;
  }
}

/*============================
card-media
============================*/
/* block */
article.card-media a.card-media__inner {
  border: 1px solid #cccccc;
  border-top: 4px solid #202f5f;
  background-color: #fff;
  color: #000000;
  text-align: left;
  text-decoration: none;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1024px), print {
  article.card-media a.card-media__inner {
    display: flex;
  }
}
article.card-media a.card-media__inner div.card-media__body {
  padding: 34px 20px 20px;
}
@media only screen and (min-width: 1024px), print {
  article.card-media a.card-media__inner div.card-media__body {
    padding: 28px 20px 4px;
    flex-grow: 1;
    flex-basis: 238px;
    width: 238px;
  }
}
article.card-media a.card-media__inner div.card-media__body h2.card-media__title,
article.card-media a.card-media__inner div.card-media__body .card-media__title {
  margin: 0;
  padding: 0;
  font-size: 2.3rem;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  border: 0;
}
article.card-media a.card-media__inner div.card-media__body h2.card-media__title:before, article.card-media a.card-media__inner div.card-media__body h2.card-media__title:after,
article.card-media a.card-media__inner div.card-media__body .card-media__title:before,
article.card-media a.card-media__inner div.card-media__body .card-media__title:after {
  display: none;
}
article.card-media a.card-media__inner div.card-media__body h2.card-media__title span.card-media__name,
article.card-media a.card-media__inner div.card-media__body .card-media__title span.card-media__name {
  text-decoration: underline;
  color: #202f5f;
}
article.card-media a.card-media__inner div.card-media__body h2.card-media__title small.card-media__yaku,
article.card-media a.card-media__inner div.card-media__body .card-media__title small.card-media__yaku {
  display: block;
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-decoration: none;
  margin-bottom: 8px;
}
article.card-media a.card-media__inner div.card-media__body h2.card-media__title span.card-media__kana,
article.card-media a.card-media__inner div.card-media__body .card-media__title span.card-media__kana {
  display: block;
  font-size: 1.3rem;
}
article.card-media a.card-media__inner div.card-media__body p {
  margin-top: 20px;
  font-size: 1.4rem;
}
article.card-media a.card-media__inner div.card-media__body dl.card-media__area {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 1.4rem;
}
article.card-media a.card-media__inner div.card-media__body dl.card-media__area dt {
  position: relative;
  z-index: 0;
}
article.card-media a.card-media__inner div.card-media__body dl.card-media__area dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8em;
  width: calc(100% - 8em);
  height: 0;
  z-index: -1;
  border-top: 1px solid #cccccc;
}
article.card-media a.card-media__inner div.card-media__body dl.card-media__area dt span {
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 1em;
  color: #666666;
}
article.card-media a.card-media__inner div.card-media__body dl.card-media__area dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
article.card-media a.card-media__inner div.card-media__thumb {
  padding: 0 30px 30px;
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  article.card-media a.card-media__inner div.card-media__thumb {
    padding: 0;
    flex-basis: 240px;
    width: 240px;
  }
}
article.card-media a.card-media__inner div.card-media__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  article.card-media a.card-media__inner div.card-media__thumb img {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px), print {
  article.card-media a.card-media__inner:hover, article.card-media a.card-media__inner:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
    background: #f2f2f2;
  }
}

article.card-media.card-media__vertical {
  display: flex;
}
article.card-media.card-media__vertical a.card-media__inner {
  display: flex;
  flex-basis: 100%;
  flex-direction: column-reverse;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
article.card-media.card-media__vertical a.card-media__inner div.card-media__body {
  padding: 30px 20px;
}
@media only screen and (min-width: 1024px), print {
  article.card-media.card-media__vertical a.card-media__inner div.card-media__body {
    flex-grow: 0;
    flex-basis: 100%;
    width: 100%;
  }
}
article.card-media.card-media__vertical a.card-media__inner div.card-media__body p {
  margin-top: 10px;
}
article.card-media.card-media__vertical a.card-media__inner div.card-media__body dl.card-media__area {
  margin-top: 10px;
}
article.card-media.card-media__vertical a.card-media__inner div.card-media__thumb {
  padding: 0;
}
@media only screen and (min-width: 1024px), print {
  article.card-media.card-media__vertical a.card-media__inner div.card-media__thumb {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  article.card-media.card-media__vertical a.card-media__inner div.card-media__thumb img {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px), print {
  article.card-media.card-media__vertical a.card-media__inner:hover, article.card-media.card-media__vertical a.card-media__inner:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
    background: #f2f2f2;
  }
  article.card-media.card-media__vertical a.card-media__inner:hover div.card-media__body dl dt span, article.card-media.card-media__vertical a.card-media__inner:focus div.card-media__body dl dt span {
    background: #f2f2f2;
  }
}

/* layout */
.card-media-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 1024px), print {
  .card-media-wrapper {
    justify-content: flex-start;
    row-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .card-media-wrapper article.card-media {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1024px), print {
  .card-media-wrapper article.card-media {
    flex-basis: calc((100% - 40px)/2);
  }
}

/*============================
archive-category-top
============================*/
ul.archive-category-top {
  margin: 70px 0 0;
  padding: 0;
}
ul.archive-category-top li.archive-category-top__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner {
  position: relative;
  width: 100%;
}
ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner img {
  height: auto;
  width: 100%;
}
ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner div.archive-category-top__mask {
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1024px), print {
  ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner div.archive-category-top__mask {
    padding: 30px;
  }
}
ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner div.archive-category-top__mask h2 {
  width: 280px;
  flex-basis: 280px;
  margin: 0;
  padding: 20px 30px 20px 10px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1024px), print {
  ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner div.archive-category-top__mask h2 {
    width: 480px;
    flex-basis: 480px;
    font-size: 3.0rem;
  }
}
ul.archive-category-top li.archive-category-top__item div.archive-category-top__inner div.archive-category-top__mask h2::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

/* ----------------------------------------------------------------
entry
---------------------------------------------------------------- */
/* -----------------------
entry-meta-top
----------------------- */
.entry-mainimg-interview img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.entry-meta-interview {
  margin: 24px 4px 0;
}
div.entry-meta-interview dl.entry-meta-info dt.entry-meta-info-name {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-size: 2.0rem;
  font-weight: 300;
  clear: both;
}
div.entry-meta-interview dl.entry-meta-info dd.entry-meta-info-txt {
  margin-top: 0px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
  font-size: 1.7rem;
  font-weight: 300;
}

/* -----------------------
entry-meta-top
----------------------- */
@media only screen and (min-width: 1024px), print {
  .entry-meta-top {
    display: flex;
    justify-content: space-between;
  }
}
.entry-meta-top {
  font-size: 1.2rem;
  text-align: left;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px), print {
  .entry-meta-top {
    font-size: 1.6rem;
    margin-bottom: 48px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.entry-meta-top + .entry-meta-top {
  margin-top: -22px;
}
@media only screen and (min-width: 1024px), print {
  .entry-meta-top + .entry-meta-top {
    margin-top: -40px;
  }
}

.entry-meta-top time {
  margin-right: 1em;
}

/* single-cat-label */
.single-cat-label a,
.single-cat-label .cat-name {
  text-decoration: none;
  display: inline-block;
  min-width: 8em;
  padding: 0px 4px;
  margin-left: 0;
  margin-right: 8px;
  color: #fff;
  border-radius: 1px;
  color: #9fc7ec;
  border: 1px solid #9fc7ec;
  background-color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  border-radius: 0;
}
@media only screen and (min-width: 1024px), print {
  .single-cat-label a,
  .single-cat-label .cat-name {
    padding: 0 4px;
    margin-right: 0;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
  }
}

/* post-categories */
ul.post-categories {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.post-categories li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
ul.post-categories li a {
  display: inline-block;
  color: #000;
  background-color: transparent;
  border: 1px solid #989898;
  padding: 0 6px;
  margin-right: 1em;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-decoration: none;
}

/* -----------------------
entry-meta-bottom
----------------------- */
.entry-meta-bottom {
  margin: 30px 0 0;
}
.entry-meta-bottom p {
  margin-top: 0;
}

.one-column .entry-meta-bottom {
  padding: 0 3.125% 30px;
}

@media only screen and (min-width: 1024px), print {
  .entry-meta-bottom {
    margin: 80px 0 0;
  }

  .one-column .entry-meta-bottom {
    min-width: inherit;
    width: 960px;
    margin: 80px auto 80px;
    padding: 0;
  }
}
/* ----------------------------------------------------------------
for toppage style
---------------------------------------------------------------- */
/*============================
top-contents
============================*/
.top-contents {
  padding: 0;
  margin: 0;
  clear: both;
  background-color: #fff;
}
.top-contents .top-contents__inner {
  padding: 80px 3.125% 0;
}
@media only screen and (min-width: 1024px), print {
  .top-contents .top-contents__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
.top-contents .top-contents__inner .top-contents__body {
  text-align: center;
}
.top-contents .top-contents__inner h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

/*============================
single-contents
============================*/
.single-contents {
  padding: 0;
  margin: 0;
  clear: both;
}
.single-contents .contents__inner {
  padding: 80px 0 0;
}
@media only screen and (min-width: 1024px), print {
  .single-contents .contents__inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.single-contents .contents__inner .contents__body {
  text-align: center;
}

/*============================
top-attempt
============================*/
/*============================
top-news
============================*/
section.top-contents.top-news .top-contents__inner .top-contents__body .vertical-post {
  height: 400px;
  overflow-y: scroll;
  border-bottom: 0px;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-news .top-contents__inner .top-contents__body .vertical-post {
    height: 700px;
  }
}

/*============================
top-blog
============================*/
section.top-contents.top-blog .top-contents__inner .archive5 {
  text-align: left;
  justify-content: center;
}

/*============================
top-access
============================*/
section.top-contents.top-access .top-contents__inner {
  padding: 80px 0 0;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-access .top-contents__inner {
    width: 100%;
    padding: 80px 0 0;
  }
}
section.top-contents.top-access .top-contents__inner .top-contents__body .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 230px;
  /* 比率固定 */
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-access .top-contents__inner .top-contents__body .gmap {
    padding-top: 400px;
    /* 比率固定 */
  }
}
section.top-contents.top-access .top-contents__inner .top-contents__body .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*============================
top-contact
============================*/
section.top-contents.top-contact {
  background-color: #f2f2f2;
}
section.top-contents.top-contact .top-contents__inner {
  padding: 50px 0;
}
section.top-contents.top-contact .top-contents__inner .top-contents__body {
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-contact .top-contents__inner .top-contents__body {
    padding: 0;
  }
}

/*============================
top-bnr
============================*/
section.top-contents.top-bnr .top-contents__inner {
  padding: 80px 0 0;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-bnr .top-contents__inner {
    width: 100%;
    padding: 80px 0 0;
  }
}
section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr {
    row-gap: 32px;
    column-gap: 32px;
  }
}
section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  list-style-image: none;
}
@media screen and (max-width: 1023px) {
  section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item {
    flex-basis: 300px;
  }
}
section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item .menu-block__body a div.menu-block__thumb img {
  width: 200px;
  height: auto;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item .menu-block__body a div.menu-block__thumb img {
    width: 240px;
  }
}
section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item .menu-block__body a div.menu-block__thumb p.caption {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item .menu-block__body a div.menu-block__thumb p.caption {
    font-size: 1.8rem;
  }
}
section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item .menu-block__body a {
  text-decoration: none;
}
@media only screen and (min-width: 1024px), print {
  section.top-contents.top-bnr .top-contents__inner .top-contents__body .menu-block-bnr .menu-block__item .menu-block__body a {
    color: inherit;
  }
}

/*============================
staff
============================*/
.c-staff .entry-content dl.dl-list dt {
  font-weight: 700;
}

.c-staff .entry-content ul li {
  margin-top: 0;
}

/*============================
achievement
============================*/
/* ronbun old site */
.bo-un {
  text-decoration: underline;
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/*============================
sitemap
============================*/
@media screen and (max-width: 1023px) {
  .menu-page-sitemap-en-container ul#menu-page-sitemap-en.menu ,
  .menu-page-sitemap-container ul#menu-page-sitemap.menu {
    margin-left: 0;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.menu-page-sitemap-en-container ul#menu-page-sitemap-en.menu > li ,
.menu-page-sitemap-container ul#menu-page-sitemap.menu > li {
  margin-top: 20px;
  list-style: none;
}
.menu-page-sitemap-en-container ul#menu-page-sitemap-en.menu > li > a ,
.menu-page-sitemap-container ul#menu-page-sitemap.menu > li > a {
  display: block;
  margin: 20px 0;
  padding: 10px;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #202f5f;
  border: 0;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px), print {
  .menu-page-sitemap-en-container ul#menu-page-sitemap-en.menu > li ul.sub-menu ,
  .menu-page-sitemap-container ul#menu-page-sitemap.menu > li ul.sub-menu {
    margin-left: 2em;
  }
}
.menu-page-sitemap-en-container ul#menu-page-sitemap-en.menu > li ul.sub-menu li ,
.menu-page-sitemap-container ul#menu-page-sitemap.menu > li ul.sub-menu li {
  margin-top: 10px;
}

/* ==========================================================================
Print styles
========================================================================== */
@media print {
  #pagetop {
    display: none;
  }
}
