@keyframes loop-horizon {
  0% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  45% {
    transform: scaleX(0) translate(100%, 0);
    transform-origin: right top
  }

  55% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@keyframes loop-horizon-delay {
  0% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  10% {
    transform: scaleX(0) translate(100%, 0);
    transform-origin: right top
  }

  20% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  40% {
    transform: none
  }

  100% {
    transform: none
  }
}

@keyframes loop-horizon2 {
  0% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  45% {
    transform: scaleX(0) translate(130%, 0);
    transform-origin: right top
  }

  55% {
    transform: scaleX(0) translate(-30%, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@keyframes loop-horizon3 {
  0% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  45% {
    transform: none
  }

  55% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  100% {
    transform: scaleX(0) translate(100%, 0);
    transform-origin: right top
  }
}

@keyframes insert-horizon {
  0% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@keyframes loop-vertical {
  0% {
    transform: scaleY(0);
    transform-origin: left bottom
  }

  100% {
    transform: scaleY(1);
    transform-origin: left bottom
  }
}

@keyframes loop-vertical2 {
  to {
    transform: scaleY(0);
    transform-origin: left bottom
  }
}

@keyframes loop-alpha {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes loop-alpha-show {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes loop-alpha2 {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0.3
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg)
  }

  50% {
    transform: translateY(20px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg)
  }

  50% {
    transform: translateY(-20px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(12px) rotate(0)
  }

  100% {
    transform: translateY(12px) rotate(45deg)
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(-12px) rotate(0)
  }

  100% {
    transform: translateY(-12px) rotate(-45deg)
  }
}

@keyframes loop-horizon {
  0% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  45% {
    transform: scaleX(0) translate(100%, 0);
    transform-origin: right top
  }

  55% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@keyframes loop-horizon-delay {
  0% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  10% {
    transform: scaleX(0) translate(100%, 0);
    transform-origin: right top
  }

  20% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  40% {
    transform: none
  }

  100% {
    transform: none
  }
}

@keyframes loop-horizon2 {
  0% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  45% {
    transform: scaleX(0) translate(130%, 0);
    transform-origin: right top
  }

  55% {
    transform: scaleX(0) translate(-30%, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@keyframes loop-horizon3 {
  0% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  45% {
    transform: none
  }

  55% {
    transform: scaleX(1) translate(0, 0);
    transform-origin: left top
  }

  100% {
    transform: scaleX(0) translate(100%, 0);
    transform-origin: right top
  }
}

@keyframes insert-horizon {
  0% {
    transform: scaleX(0) translate(0, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@keyframes loop-vertical {
  0% {
    transform: scaleY(0);
    transform-origin: left bottom
  }

  100% {
    transform: scaleY(1);
    transform-origin: left bottom
  }
}

@keyframes loop-vertical2 {
  to {
    transform: scaleY(0);
    transform-origin: left bottom
  }
}

@keyframes loop-alpha {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes loop-alpha-show {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes loop-alpha2 {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0.3
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg)
  }

  50% {
    transform: translateY(20px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg)
  }

  50% {
    transform: translateY(-20px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(12px) rotate(0)
  }

  100% {
    transform: translateY(12px) rotate(45deg)
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(-12px) rotate(0)
  }

  100% {
    transform: translateY(-12px) rotate(-45deg)
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box
}

html:before,
html:after,
body:before,
body:after,
div:before,
div:after,
span:before,
span:after,
applet:before,
applet:after,
object:before,
object:after,
iframe:before,
iframe:after,
h1:before,
h1:after,
h2:before,
h2:after,
h3:before,
h3:after,
h4:before,
h4:after,
h5:before,
h5:after,
h6:before,
h6:after,
p:before,
p:after,
blockquote:before,
blockquote:after,
pre:before,
pre:after,
a:before,
a:after,
abbr:before,
abbr:after,
acronym:before,
acronym:after,
address:before,
address:after,
big:before,
big:after,
cite:before,
cite:after,
code:before,
code:after,
del:before,
del:after,
dfn:before,
dfn:after,
em:before,
em:after,
img:before,
img:after,
ins:before,
ins:after,
kbd:before,
kbd:after,
q:before,
q:after,
s:before,
s:after,
samp:before,
samp:after,
small:before,
small:after,
strike:before,
strike:after,
strong:before,
strong:after,
sub:before,
sub:after,
sup:before,
sup:after,
tt:before,
tt:after,
var:before,
var:after,
b:before,
b:after,
u:before,
u:after,
i:before,
i:after,
center:before,
center:after,
dl:before,
dl:after,
dt:before,
dt:after,
dd:before,
dd:after,
ol:before,
ol:after,
ul:before,
ul:after,
li:before,
li:after,
fieldset:before,
fieldset:after,
form:before,
form:after,
label:before,
label:after,
legend:before,
legend:after,
table:before,
table:after,
caption:before,
caption:after,
tbody:before,
tbody:after,
tfoot:before,
tfoot:after,
thead:before,
thead:after,
tr:before,
tr:after,
th:before,
th:after,
td:before,
td:after,
article:before,
article:after,
aside:before,
aside:after,
canvas:before,
canvas:after,
details:before,
details:after,
embed:before,
embed:after,
figure:before,
figure:after,
figcaption:before,
figcaption:after,
footer:before,
footer:after,
header:before,
header:after,
menu:before,
menu:after,
nav:before,
nav:after,
output:before,
output:after,
ruby:before,
ruby:after,
section:before,
section:after,
summary:before,
summary:after,
time:before,
time:after,
mark:before,
mark:after,
audio:before,
audio:after,
video:before,
video:after {
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

html {
  font-size: 62.5%
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  font-family: "YakuHanJPs", "游ゴシック", YuGothic, sans-serif
}

html[lang="en"] body {
  font-family: "Roboto", sans-serif
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif
}

table {
  font-size: inherit;
  font: 100%
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2) format("woff2"), url(../fonts/YakuHanJPs/YakuHanJPs-Regular.woff) format("woff")
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2) format("woff2"), url(../fonts/YakuHanJPs/YakuHanJPs-Bold.woff) format("woff")
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/ico/icomoon.ttf?cupdnd") format("truetype"), url("../fonts/ico/icomoon.woff?cupdnd") format("woff"), url("../fonts/ico/icomoon.svg?cupdnd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

a {
  color: #37527c;
  word-wrap: break-word
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

p,
li {
  font-size: 1.4rem;
  line-height: 1.8
}

p del,
li del {
  text-decoration: line-through
}

p strong,
li strong {
  font-weight: bold
}

p em,
li em {
  font-weight: bold
}

p sup,
li sup {
  font-size: 0.7em;
  vertical-align: super
}

p sub,
li sub {
  font-size: 0.7em;
  vertical-align: bottom
}

p small,
li small {
  font-size: 85%
}

small {
  line-height: 1.8
}

table {
  margin: 20px 0;
  line-height: 1.6;
  border-bottom: 1px solid #d9d9df;
  border-collapse: collapse
}

table th,
table td {
  line-height: 1.8;
  border-top: 1px solid #d9d9df
}

p + table {
  margin-top: 20px
}

@media screen and (max-width: 767px) {

  table th,
  table td {
    line-height: 1.6
  }
}

th,
td {
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #222
}

th + th,
th + td,
td + th,
td + td {
  border-left: 1px solid #d9d9df
}

html {
  height: 100%;
  color: #222
}

body {
  height: 100%;
  text-align: left;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

::selection {
  color: #37427c;
  background: #37527c
}

.wrapper {
  min-width: 1004px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .wrapper {
    -webkit-text-size-adjust: none
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 0
  }
}

.header {
  width: 100%;
  height: 156px;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1000;
  background-color: rgba(8, 43, 74, 0.7)
}

.header__inner {
  width: 1004px;
  height: inherit;
  margin: 0 auto;
  position: relative
}

.header__ci {
  padding: 22px 0 25px
}

.header__parent-link {
  top: 28px;
  right: 0px;
  position: absolute;
  z-index: auto
}

.logo_kisoken {
  top: 33px;
  right: 160px;
}

.logo_kisoken img {
  width: 120px;
}

html[lang="en"] .logo_kisoken {
  top: 35px;
  right: 120px;
}

html[lang="en"] .logo_kisoken img {
  width: 150px;
}

html[lang="en"] .header__ci {
  width: 270px;
  padding-top: 33px
}

html[lang="en"] .header__ci img {
  width: 100%;
  height: auto;
  display: block
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    position: fixed;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: .4s
  }

  .header__inner {
    width: auto;
    height: auto;
    padding: 50px 0 0
  }

  .header__ci {
    padding: 20px;
    background: #1c223b;
    transition-property: padding;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: .4s
  }

  .header__ci img {
    width: 224px;
    height: auto;
    display: block
  }

  .header__parent-link {
    top: 16px;
    left: 20px;
    position: absolute;
    z-index: auto
  }

  .header__parent-link.logo_kisoken {
    left: 150px;
  }

  .header__parent-link img {
    width: 112px;
    height: auto;
    display: block
  }

  .header__parent-link.logo_kisoken img {
    width: 140px;
  }

  .is-sp-min.header {
    transform: translate3d(0, -50px, 0)
  }

  .is-sp-min .header__ci {
    padding: 10px 20px
  }

  html[lang="en"] .header__parent-link.logo_kisoken img {
    width: 180px;
  }

  html[lang="en"] .header__ci {
    width: auto;
    padding-top: 23px;
    padding-bottom: 13px
  }

  html[lang="en"] .header__ci a {
    display: inline-block
  }

  html[lang="en"] .header__ci img {
    width: 178px;
    display: block;
    vertical-align: middle
  }

  html[lang="en"] .header__parent-link {
    top: 11px
  }

  html[lang="en"] .header__parent-link.logo_kisoken {
    top: 16px;
    left: 150px;
  }

  html[lang="en"] .is-sp-min .header__ci {
    padding: 12px 20px 6px
  }
}

.gnav {
  width: 1004px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: auto;
  background: #1c223b
}

.gnav__inner {
  width: 755px;
  padding: 0 74px 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.gnav__btn > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px 0;
  height: 50px;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 1px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.gnav__btn.attention > a { background: #950c0c; }


@media screen and (max-width: 767px) {
  .gnav__btn > a {
    margin-right: 60px;
  }
}

.gnav__btn.hover > a {
  background: #F1F1F2;
}

.gnav__btn a .txt {
  display: inline-block;
  position: relative;
  color: white;
  line-height: 1 !important
}

.gnav__btn.hover a .txt {
  color: #222;
}

.gnav__btn a .txt:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  bottom: -4px;
  left: 0px;
  position: absolute;
  z-index: auto;
  background: #ccc;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-duration: .3s
}

.gnav__btn a:hover .txt:before {
  opacity: 1
}

.gnav__btn img {
  display: block
}

#education .gnav__btn:nth-child(5) a .txt:before,
#info .gnav__btn:nth-child(4) a .txt:before,
#briefing .gnav__btn:nth-child(3) a .txt:before,
#detail .gnav__btn:nth-child(2) a .txt:before,
#region .gnav__btn:nth-child(2) a .txt:before,
#overview .gnav__btn:nth-child(1) a .txt:before {
  opacity: 1
}

.gnav.is-min {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -502px
}

.option-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 249px;
  line-height: 50px;
  padding: 0;
  background: #808396;
  text-align: center
}

.option-nav__btn {
  display: inline-block;
  line-height: 1
}

.option-nav__btn a {
  color: white;
  line-height: 1;
  font-size: 1.2rem
}

.option-nav__btn a:hover {
  text-decoration: underline
}

.option-nav__btn + .option-nav__btn {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff
}

html[lang="en"] .gnav__btn .nav_sec_ryoiki a {
  padding: 0 16px
}

html[lang="en"] .gnav__btn a .txt {
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html[lang="en"] .option-nav__btn a {
  font-family: "Teko", sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    height: 100%;
    top: 123px;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -20px, 0);
    transition-property: visibility, opacity, transform, top;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: .4s
  }

  .gnav__inner {
    width: auto;
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: auto;
  }

  .gnav__btn {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: #1c223b
  }

  .gnav__btn:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    top: 20px;
    right: 15px;
    position: absolute;
    z-index: auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem
  }

  .gnav__btn:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16)
  }

  .gnav__btn.open_icn:before,
  .gnav__btn.open_icn:after {
    display: block;
    content: '';
    width: 2px;
    height: 12px;
    background: #FFF;
    position: absolute;
    top: 20px;
    right: 24px;
  }

  .gnav__btn.open_icn:before {
    width: 12px;
    height: 2px;
    top: 25px;
    right: 19px;
  }

  .gnav__btn.open_icn:after,
  .gnav__btn.open_icn:before {
    transition: all .4s;
  }

  .open_icn.open_icnactive:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .open_icn.open_icnactive:before {
    opacity: 0;
  }

  .is-menu-open .gnav {
    visibility: visible;
    opacity: 1;
    transform: none;
    height: 100vh;
    overflow-y: scroll;
  }

  .is-sp-min .gnav {
    top: 103px
  }

  .option-nav {
    width: auto;
    height: 60px;
    padding-top: 40px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
    background: #1c223b;
    top: 0;
  }

  .option-nav__btn a {
    font-size: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .option-nav__btn + .option-nav__btn {
    margin-left: 15px;
    padding-left: 16px
  }
}

.gnav-menu-btn {
  width: 35px;
  height: 20px;
  top: 77px;
  right: 26px;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  cursor: pointer;
  display: none
}

.gnav-menu-btn .bar {
  width: 35px;
  height: 2px;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  background: #fff;
  transform-origin: left top
}

.gnav-menu-btn .bar:nth-child(2) {
  top: 9px
}

.gnav-menu-btn .bar:nth-child(3) {
  top: 18px
}

.gnav-menu-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 10
}

.gnav-menu-btn:hover .bar {
  animation: menu-hover 0.6s cubic-bezier(0.86, 0, 0.07, 1) forwards
}

.gnav-menu-btn:hover .bar:nth-child(2) {
  animation-delay: .08s
}

.gnav-menu-btn:hover .bar:nth-child(3) {
  animation-delay: .16s
}

@keyframes menu-hover {
  0% {
    transform: scaleX(1) translate(-2px, 0);
    transform-origin: left top
  }

  45% {
    transform: scaleX(0) translate(36px, 0);
    transform-origin: right top
  }

  55% {
    transform: scaleX(0) translate(-2px, 0);
    transform-origin: left top
  }

  100% {
    transform: none
  }
}

@media screen and (max-width: 767px) {
  .gnav-menu-btn {
    display: block;
    transition-property: top;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: .4s
  }

  .is-sp-min .gnav-menu-btn {
    top: 67px
  }

  .gnav-menu-btn:before {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%
  }

  .is-menu-open .gnav-menu-btn {
    right: 20px
  }

  .is-menu-open .gnav-menu-btn:before {
    opacity: 0;
    transition-delay: 0s
  }

  .is-menu-open .gnav-menu-btn:after {
    opacity: 1;
    transition-delay: .1s
  }

  .is-menu-open .gnav-menu-btn .bar {
    width: 35px;
    animation: none !important
  }

  .is-menu-open .gnav-menu-btn .bar:nth-child(1) {
    transform: rotate(45deg)
  }

  .is-menu-open .gnav-menu-btn .bar:nth-child(2) {
    transform: scaleX(0)
  }

  .is-menu-open .gnav-menu-btn .bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 25px;
    left: -1px
  }
}

.search-blc {
  width: 50px;
  height: 40px;
  overflow: hidden;
  top: 0;
  left: 705px;
  position: absolute;
  z-index: auto;
  background: #1c223b;
}

.search-blc__btn {
  width: 50px;
  height: 100%;
  cursor: pointer;
  transition-property: background;
  transition-timing-function: linear;
  transition-duration: .2s
}

.search-blc__btn:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  top: 15px;
  left: 19px;
  position: absolute;
  z-index: auto;
  font-size: 1.8rem;
  color: white;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: .2s
}

.search-blc__btn:hover {
  background: #eaeaea
}

.search-blc__btn:hover:after {
  color: #1c223b
}

.search-blc__inner {
  width: 249px;
  height: 100%;
  display: block;
  top: 0px;
  left: 50px;
  position: absolute;
  z-index: 2;
  background: #eaeaea;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition-property: visibility, opacity;
  transition-timing-function: linear;
  transition-duration: .2s
}

.search-blc__inner:before {
  content: "検索";
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 0 0 20px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  color: #666
}

.search-blc__core-btn {
  width: 60px;
  height: 100%;
  display: block;
  top: 0px;
  left: -60px;
  position: absolute;
  z-index: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  visibility: hidden
}

.search-blc__input {
  width: 244px;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 20px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: none !important
}

.search-blc__input::-webkit-input-placeholder {
  color: transparent
}

.search-blc__input:-ms-input-placeholder {
  color: transparent
}

.search-blc__input::-ms-input-placeholder {
  color: transparent
}

.search-blc__input::placeholder {
  color: transparent
}

.search-blc__input:focus {
  background: #eaeaea !important
}

.search-blc #cse-search-box {
  pointer-events: none
}

.search-blc.is-show {
  width: 310px
}

.search-blc.is-show .search-blc__btn {
  background: #eaeaea
}

.search-blc.is-show .search-blc__btn:after {
  color: #1c223b
}

.search-blc.is-show .search-blc__inner {
  visibility: visible;
  opacity: 1;
  pointer-events: none
}

.search-blc.is-show .search-blc__core-btn {
  transition: visibility 0s 2s linear;
  visibility: visible
}

.search-blc.is-show #cse-search-box {
  pointer-events: auto
}

@media screen and (max-width: 767px) {
  .search-blc {
    width: auto !important;
    height: auto;
    padding: 35px 20px 35px;
    position: relative;
    top: 40px;
    left: 0;
    background: #1c223b
  }

  .search-blc__btn {
    width: 60px;
    height: 50px;
    top: 35px;
    left: 20px;
    position: absolute;
    z-index: 10;
    border-right: 1px solid #aaa
  }

  .search-blc__btn:after {
    color: #1c223b
  }

  .search-blc__inner {
    width: auto;
    padding: 0;
    position: relative;
    left: 0px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto
  }

  .search-blc__inner:before {
    padding: 18px 80px
  }

  .search-blc__core-btn {
    left: 0;
    z-index: 12
  }

.search-blc .search-blc__btn {
  background: #eaeaea
}

  .search-blc__input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    box-sizing: border-box
  }

  .search-blc #cse-search-box {
    pointer-events: none
  }

  .is-menu-open .search-blc #cse-search-box {
    pointer-events: auto
  }
}


.gcsc-branding,
.gsc-resultsHeader {
  display: none !important
}

.gsc-above-wrapper-area td,
.gsc-above-wrapper-area th,
.gsc-above-wrapper-area table {
  border: none !important;
  padding: 0
}

.gs-result td,
.gs-result th,
.gs-result table {
  border: none !important;
  padding: 0
}

/*メガドロップ*/
.MegaDrop {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  padding: 32px 32px 8px;
  background: #F1F1F2;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .MegaDrop {
    position: static;
    padding: 0;
  }
}

.nav_second {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .nav_second {
    display: block;
    padding: 8px 0;
  }
}

.nav_second > li {
  margin-right: 32px;
  margin-bottom: 24px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .nav_second > li {
    margin: 0;
    font-size: 1.4rem;
  }
}
.nav_second a {
  position: relative;
  display: inline-block;
  color: #222;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.nav_second a.red {
  color: #950c0c;
  font-weight: bold;
 }

@media screen and (max-width: 767px) {
  .nav_second a {
    display: block;
    padding: 10px 16px;
  }
}

.nav_second a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1c223b;
  color: #1c223b;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.nav_second a:hover::after {
  transform: scale(1, 1);
}

.nav_sec_ryoiki {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.nav_sec_ryoiki > li {
  width: calc((100% - 48px)/3);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .nav_sec_ryoiki > li {
    width: 100%;
    padding: 8px 16px 0;
  }
}

.nav_sec_ryoiki h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  height: 70px;
  background: #FFF;
  border: 1px solid #D9D9DF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nav_sec_ryoiki h2 {
    margin-bottom: 16px;
    height: 60px;
  }

  .nav_sec_ryoiki h2.logo-sakigake img {
    width: 110px;
    height: auto;
  }
}

.nav_sec_ryoiki h3 {
  margin-bottom: 16px;
  padding-left: 10px;
  color: #1c223b;
  font-weight: bold;
  border-left: 3px solid #1c223b;
  line-height: 1.4;
}

.nav_sec_ryoiki h3.red {
  color: #950c0c;
  border-left-color: #950c0c;
}


html[lang="en"]  .nav_sec_ryoiki h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .nav_sec_ryoiki h3 {
    margin-bottom: 8px;
  }
}

.nav_sec_ryoiki .nav_second > li {
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 1.4rem;
}

html[lang="en"] .nav_sec_ryoiki .nav_second > li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

html[lang="en"] .nav_sec_ryoiki .nav_second > li:last-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .nav_sec_ryoiki .nav_second > li {
    margin: 0;
  }

  .nav_sec_ryoiki .nav_second {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 767px) {
  .fixbody {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

.contents {
  padding: 0 0 100px;
  overflow: hidden;
  position: relative
}

.bread-nav {
  width: 100%;
  top: 262px;
  left: 0px;
  position: absolute;
  z-index: auto;
  padding: 10px 0
}

.bread-nav__inner {
  width: 1004px;
  margin: 0 auto
}

.bread-nav__inner li,
.bread-nav__inner a {
  font-size: 1.2rem;
  line-height: 1
}

.bread-nav__inner li {
  display: inline-block;
  vertical-align: middle
}

.bread-nav__inner li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 5px
}

.bread-nav__inner a:hover {
  text-decoration: underline
}

.bread-nav__inner li:last-child a {
  pointer-events: none;
  color: #222;
}

#page-top-btn {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: .8s
}

#page-top-btn.is-show {
  opacity: 1;
  transform: none
}

#page-top-btn a {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background: rgba(196, 196, 196, 0.5);
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: .4s
}

#page-top-btn a:before {
  content: "";
  width: 0;
  height: 0;
  top: 17px;
  left: 17px;
  position: absolute;
  z-index: auto;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #1C223B transparent;
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: .4s
}

#page-top-btn a:hover {
  background: #1c223b
}

#page-top-btn a:hover:before {
  border-color: transparent transparent white transparent
}

@media screen and (max-width: 767px) {
  .contents {
    padding-bottom: 50px
  }

  .bread-nav {
    display: none
  }

  #page-top-btn {
    display: none
  }
}

.footer {
  width: 100%;
  background: #1c223b
}

.footer__inner {
  width: 1004px;
  margin: 0 auto;
  padding: 37px 0;
  position: relative;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.footer__inner a {
  color: white
}

.footer__inner a:hover {
  text-decoration: underline
}

.footer-nav li:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  margin-right: 5px;
  font-size: 1rem
}

.footer-nav li + li {
  margin-top: 5px
}

.footer-nav a {
  font-size: 1.4rem;
  line-height: 1
}

.footer-option-nav {
  top: 39px;
  right: 0px;
  position: absolute;
  z-index: auto
}

.footer-option-nav li {
  display: inline-block;
  line-height: 1
}

.footer-option-nav li a {
  color: white;
  line-height: 1;
  font-size: 1.2rem
}

.footer-option-nav li a:hover {
  text-decoration: underline
}

.footer-option-nav li + li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff
}

.footer__parent-link {
  bottom: 60px;
  right: 0px;
  position: absolute;
  z-index: auto
}

.footer__copyright {
  bottom: 37px;
  right: 0px;
  position: absolute;
  z-index: auto;
  font-size: 1rem
}

html[lang="en"] .footer-nav li a {
  font-family: "Teko", sans-serif;
  font-size: 1.6rem
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: auto;
    padding-top: 0
  }

  .footer-nav {
    margin: 0 0 45px
  }

  .footer-nav li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16)
  }

  .footer-nav li a {
    display: block;
    padding: 18px 20px
  }

  .footer-nav li:before {
    top: 50%;
    right: 20px;
    position: absolute;
    z-index: auto;
    margin: -.5em 0 0
  }

  .footer-nav li + li {
    margin-top: 0
  }

  .footer-option-nav {
    margin: 0 0 40px;
    position: static;
    text-align: center
  }

  .footer__parent-link {
    width: 110px;
    display: block;
    margin: 0 auto 10px;
    position: static
  }

  .footer__parent-link img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box
  }

  .footer__copyright {
    position: static;
    text-align: center
  }
}

.list-link li {
  font-size: 1.6rem;
  line-height: 2;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px
}

.list-link a {
  color: #000;
  text-decoration: underline
}

.list-link--news li {
  display: flex
}

.list-link--news time {
  display: block;
  width: 170px;
  padding: 0 20px 0 0
}

.list-link--news time + a {
  width: 100%
}

.list-link--arw {
  margin-left: 4px
}

.list-link--arw li {
  padding-left: 20px;
  position: relative
}

.list-link--arw li:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  top: 0px;
  left: 5px;
  position: absolute;
  z-index: auto;
  margin-top: 0.5em;
  color: #37527c;
  font-size: 1.1rem
}

.list-link--marker li {
  padding: 0 0 0 1.2em;
  margin-left: 4px;
  position: relative
}

.list-link--marker li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin-top: -3px;
  position: absolute;
  top: 0.6em;
  left: 2px;
  background: #666;
  border-radius: 100%
}

.list-link--table {
  margin: 10px 0 10px 4px
}

.list-link--table li {
  font-size: inherit !important;
  padding: 0 0 0 1em;
  position: relative
}

.list-link--table li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  margin-top: -5px;
  position: absolute;
  top: 1em;
  left: 2px;
  background: #000;
  border-radius: 100%
}

.list-link--table li + li {
  margin-top: 5px !important
}

.list-link--table:last-child {
  margin-bottom: 0
}

.list-link li.is-current {
  text-decoration: underline
}

.list-link li.is-current a {
  color: #222
}

.list-link li.is-current:before {
  background: #222
}

.list-thumnail {
  width: auto;
  display: flex;
  flex-wrap: wrap
}

.list-thumnail__item {
  box-sizing: border-box
}

.list-thumnail__item img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box
}

.list-thumnail__item:nth-child(3n) ~ .list-thumnail__item {
  margin-top: 20px
}

.list-thumnail--column3 .horizon-thum-list__item {
  width: 30.83%
}

.list-thumnail--column3 .horizon-thum-list__item:nth-child(3n-1) {
  margin-right: 3.75%;
  margin-left: 3.75%
}

.list-paired__item {
  display: flex;
  font-size: 1.5rem
}

.list-paired__item .hd {
  width: 160px;
  display: block;
  position: relative;
  color: #000
}

.list-paired__item .hd:after {
  content: "：";
  top: 0px;
  right: 8px;
  position: absolute;
  z-index: auto;
  color: #222
}

.list-paired__item .body {
  width: 810px;
  display: block
}

.list-paired__item + .list-paired__item {
  margin-top: 10px
}

.list-horizon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px
}

.list-horizon__item {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 1
}

.list-horizon__item a {
  color: #222 !important
}

.list-horizon__item a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid
}

.list-horizon__item:first-child {
  padding-left: 0
}

.list-horizon__item.is-current a {
  border-bottom: 1px solid
}

.list-horizon__item + .list-horizon__item {
  margin-top: 0 !important;
  border-left: 1px solid #d9d9df
}

.list-horizon__item:last-child {
  padding-right: 0
}

.list-horizon--column4 .list-horizon__item {
  display: block;
  width: 25%
}

.list-horizon--center {
  justify-content: center
}

.list-horizon--cont {
  margin-left: 0px
}

.list-recommend {
  padding: 15px 0;
  border: 1px solid #d9d9df;
  text-align: center
}

.list-recommend li {
  display: inline-block;
  margin: 5px 10px !important;
  font-size: 1.4rem
}

.list-recommend a {
  color: #222 !important
}

.list-recommend a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid
}

.list-recommend .is-current a {
  border-bottom: 1px solid
}

@media screen and (max-width: 767px) {
  .list-link li {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0
  }

  .list-link time {
    width: auto
  }

  .list-link time + a {
    width: auto
  }

  .list-link a {
    text-decoration: none
  }

  .list-link--arw li {
    padding-left: 20px;
    position: relative
  }

  .list-thumnail {
    width: auto;
    display: block
  }

  .list-thumnail__item {
    width: auto
  }

  .list-thumnail__item:nth-child(3n-1) {
    margin: 25px 0
  }

  .list-thumnail--column3 .horizon-thum-list__item {
    width: auto
  }

  .list-thumnail--column3 .horizon-thum-list__item:nth-child(3n-1) {
    margin-right: 0;
    margin-left: 0
  }

  .list-paired__item {
    display: block
  }

  .list-paired__item .hd {
    width: auto
  }

  .list-paired__item .hd:after {
    position: static
  }

  .list-paired__item .body {
    width: auto
  }

  .list-paired__item + .list-paired__item {
    margin-top: 15px
  }

  .list-horizon {
    margin: -14px 0 40px;
    padding: 0 20px 20px !important;
    justify-content: flex-start;
    border-bottom: 1px solid #d9d9df
  }

  .list-horizon__item {
    width: 50%;
    display: block;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1
  }

  .list-horizon__item a {
    color: #222 !important
  }

  .list-horizon__item a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid
  }

  .list-horizon__item:nth-child(odd) {
    padding-left: 0 !important;
    border-left: none !important
  }

  .list-horizon__item:nth-child(even) {
    padding-right: 0 !important;
    padding-left: 20px
  }

  .list-horizon__item:nth-child(2) ~ .list-horizon__item {
    margin-top: 10px !important
  }

  .list-horizon__item + .list-horizon__item {
    margin-top: 0 !important;
    border-left: 1px solid #d9d9df
  }

  .section__inner--sp-full .list-horizon {
    margin-left: 0 !important
  }

  .list-recommend {
    padding: 0;
    border: none;
    text-align: left
  }

  .list-recommend li {
    display: block;
    overflow: hidden;
    margin: 0 !important;
    border-top: 1px solid #d9d9df
  }

  .list-recommend li a {
    width: 100%;
    display: block;
    padding: 10px 32px 10px 20px;
    border: none !important;
    font-size: 1.5rem
  }

  .list-recommend li a:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    font-size: 1rem;
    padding-top: 4px
  }

  .list-recommend li.is-current a {
    background: #eee
  }
}

@media screen and (max-width: 767px) {
  .u-spdn {
    display: none !important
  }

  table.u-pcdn {
    display: table !important
  }
}

.u-pcdn {
  display: none !important
}

@media screen and (max-width: 767px) {
  .u-pcdn {
    display: block !important
  }
}

br.u-pcdn {
  display: none !important
}

@media screen and (max-width: 767px) {
  br.u-pcdn {
    display: inline !important
  }
}

.u-w-0 {
  width: 0px !important
}

.u-mca {
  margin: 0 auto !important
}

.u-ma-0 {
  margin: 0px !important
}

.u-mt-0 {
  margin-top: 0px !important
}

.u-ml-0 {
  margin-left: 0px !important
}

.u-mb-0 {
  margin-bottom: 0px !important
}

.u-mr-0 {
  margin-right: 0px !important
}

.u-nmt-0 {
  margin-top: 0px !important
}

.u-nmb-0 {
  margin-bottom: 0px !important
}

.u-pa-0 {
  padding: 0px !important
}

.u-pt-0 {
  padding-top: 0px !important
}

.u-pl-0 {
  padding-left: 0px !important
}

.u-pb-0 {
  padding-bottom: 0px !important
}

.u-pr-0 {
  padding-right: 0px !important
}

.section__inner {
  width: 1004px;
  margin: 0 auto
}

.section__inner--news {
  width: 900px;
  min-height: 350px
}

.section__inner--search {
  min-height: 40vh
}

@media screen and (max-width: 767px) {
  .section__inner {
    width: auto;
    margin: 0 20px
  }

  .section__inner--no-margin {
    margin: 0
  }

  .section__inner--news {
    width: auto;
    min-height: 0
  }
}

.blc-border {
  margin: 35px 0;
  padding: 40px 65px;
  border: 1px solid #aeb2ca
}

.blc-border:last-child {
  margin-bottom: 0
}

.blc-border__hd {
  margin: 40px 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #1c223b
}

.blc-border__hd:first-child {
  margin-top: 0
}

.blc-border__list {
  margin: 35px 0
}

.blc-border__list:first-child {
  margin-top: 10px
}

.blc-border__list:last-child {
  margin-bottom: 10px
}

.blc-border__list > li {
  padding: 0 0 0 1.2em;
  position: relative;
  font-size: 1.6rem;
  line-height: 2
}

.blc-border__list > li a {
  text-decoration: underline
}

.blc-border__list > li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin-top: -3px;
  position: absolute;
  top: 1em;
  left: 0;
  background: #37527c;
  border-radius: 100%
}

.blc-border__list > li + li {
  margin-top: 5px
}

.blc-border__num-list {
  margin: 0 0 50px
}

.blc-border__num-list:last-child {
  margin-bottom: 0
}

.blc-border__num-list > li {
  padding: 0 0 0 2em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold
}

.blc-border__num-list > li a {
  text-decoration: underline
}

.blc-border__num-list > li:before {
  line-height: 1;
  margin-top: -9px;
  position: absolute;
  top: 1em;
  left: 0
}

.blc-border__num-list > li:nth-child(1):before {
  content: "1."
}

.blc-border__num-list > li:nth-child(2):before {
  content: "2."
}

.blc-border__num-list > li:nth-child(3):before {
  content: "3."
}

.blc-border__num-list > li:nth-child(4):before {
  content: "4."
}

.blc-border__num-list > li:nth-child(5):before {
  content: "5."
}

.blc-border__num-list > li:nth-child(6):before {
  content: "6."
}

.blc-border__num-list > li:nth-child(7):before {
  content: "7."
}

.blc-border__num-list > li:nth-child(8):before {
  content: "8."
}

.blc-border__num-list > li:nth-child(9):before {
  content: "9."
}

.blc-border__num-list > li:nth-child(10):before {
  content: "10."
}

.blc-border__num-list > li:nth-child(11):before {
  content: "11."
}

.blc-border__num-list > li:nth-child(12):before {
  content: "12."
}

.blc-border__num-list > li:nth-child(13):before {
  content: "13."
}

.blc-border__num-list > li:nth-child(14):before {
  content: "14."
}

.blc-border__num-list > li:nth-child(15):before {
  content: "15."
}

.blc-border__num-list > li:nth-child(16):before {
  content: "16."
}

.blc-border__num-list > li:nth-child(17):before {
  content: "17."
}

.blc-border__num-list > li:nth-child(18):before {
  content: "18."
}

.blc-border__num-list > li:nth-child(19):before {
  content: "19."
}

.blc-border__num-list > li:nth-child(20):before {
  content: "20."
}

.blc-border__num-list > li:nth-child(21):before {
  content: "21."
}

.blc-border__num-list > li:nth-child(22):before {
  content: "22."
}

.blc-border__num-list > li:nth-child(23):before {
  content: "23."
}

.blc-border__num-list > li:nth-child(24):before {
  content: "24."
}

.blc-border__num-list > li:nth-child(25):before {
  content: "25."
}

.blc-border__num-list > li:nth-child(26):before {
  content: "26."
}

.blc-border__num-list > li:nth-child(27):before {
  content: "27."
}

.blc-border__num-list > li:nth-child(28):before {
  content: "28."
}

.blc-border__num-list > li:nth-child(29):before {
  content: "29."
}

.blc-border__num-list > li:nth-child(30):before {
  content: "30."
}

.blc-border__num-list > li + li {
  margin-top: 15px
}

.blc-border small {
  display: block;
  margin: 5px 0;
  font-size: 85%;
  font-weight: normal
}

.blc-border a[target="_blank"] {
  position: relative
}

.blc-border a[target="_blank"]:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  font-size: 116%
}

.blc-border a[href$='.pdf'],
.blc-border a[href$='.doc'],
.blc-border a[href$='.docx'],
.blc-border a[href$='.ppt'],
.blc-border a[href$='.xls'],
.blc-border a[href$='.xlsx'] {
  position: relative
}

.blc-border a[href$='.pdf']:after,
.blc-border a[href$='.doc']:after,
.blc-border a[href$='.docx']:after,
.blc-border a[href$='.ppt']:after,
.blc-border a[href$='.xls']:after,
.blc-border a[href$='.xlsx']:after {
  content: " ";
  width: 23px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  margin: -8px 6px 0 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: contain
}

.blc-border a[href$='.ppt']:after {
  background-image: url("../images/ico-ppt.png")
}

.blc-border a[href$='.pdf']:after {
  background-image: url("../images/ico-pdf.png")
}

.blc-border a[href$='.doc']:after,
.blc-border a[href$='.docx']:after {
  background-image: url("../images/ico-doc.png")
}

.blc-border a[href$='.xls']:after,
.blc-border a[href$='.xlsx']:after {
  background-image: url("../images/ico-exs.png")
}

html[lang="en"] .blc-border__list > li {
  line-height: 1.6
}

html[lang="en"] .blc-border__list > li:before {
  top: 13px
}

html[lang="en"] .blc-border__list > li + li {
  margin-top: 12px
}

html[lang="en"] .blc-border__num-list > li {
  line-height: 1.6
}

html[lang="en"] .blc-border__num-list > li:before {
  top: 14px
}

@media screen and (max-width: 767px) {
  .blc-border {
    padding: 20px
  }

  .blc-border__hd {
    font-size: 1.4rem
  }

  .blc-border__list {
    margin-bottom: 40px
  }

  .blc-border__list li {
    font-size: 1.4rem
  }

  .blc-border__list li:before {
    width: 6px;
    height: 6px
  }

  .blc-border__list li + li {
    margin-top: 3px
  }

  .blc-border__num-list li {
    font-size: 1.4rem
  }

  .blc-border .blc-youtube {
    width: calc(100% + 40px);
    margin-left: -20px
  }
}

.blc-youtube {
  position: relative;
  margin: 0 0 50px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.blc-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width: 767px) {
  .blc-youtube {
    margin-bottom: 30px
  }
}

.blc-img {
  margin: 50px 0
}

.blc-img:last-child {
  margin-bottom: 0 !important
}

.blc-img img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .blc-img {
    margin: 30px 0
  }

  .blc-img img {
    width: 100%;
    height: auto
  }
}

.page-header {
  position: relative;
  margin: 0 0 90px;
  background: #000
}

.page-header__inner {
  width: 1004px;
  height: 262px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.page-header__title {
  padding: 185px 0 0;
  line-height: 1.4;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.page-header__bg {
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0
}

.page-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position:center center;"
}

#search .page-header {
  margin-bottom: 45px
}

html[lang="en"] .page-header__title {
  font-family: "Teko", sans-serif;
  line-height: 1.2;
  font-size: 3.6rem
}

@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 40px
  }

  .page-header__inner {
    width: auto;
    height: 200px
  }

  .page-header__title {
    padding: 145px 20px 0;
    font-size: 2rem
  }

  #search .page-header {
    margin-bottom: 0px
  }

  html[lang="en"] .page-header__title {
    padding-top: 152px;
    font-size: 2rem
  }
}

.detail-page-header {
  margin: 0 0 70px
}

.detail-page-header__inner {
  width: 1004px;
  margin: 0 auto
}

.detail-page-header__hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.detail-page-header__hd .logo {
  width: 193px;
  height: 80px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9df
}

.detail-page-header__hd .logo img {
  display: block;
  margin: 0 auto
}

.detail-page-header__hd .body {
  width: 788px;
  margin-top: -7px;
  font-size: 3rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.detail-page-header__nav {
  padding: 29px 0;
  margin: 50px 0 0;
  text-align: center;
  border-top: 1px solid #d9d9df;
  border-bottom: 1px solid #d9d9df
}

.detail-page-header__nav li {
  display: inline-block
}

.detail-page-header__nav li + li {
  margin-left: 10px;
  padding-left: 11px;
  border-left: 1px solid #1c223b
}

.detail-page-header__nav a {
  font-size: 1.6rem;
  line-height: 1
}

.detail-page-header__nav a:hover {
  text-decoration: underline
}

html[lang="en"] .detail-page-header__hd {
  font-family: "Teko", sans-serif;
  font-size: 3rem
}

html[lang="en"] .detail-page-header__hd .body {
  margin-top: 0;
  line-height: 1.2
}

html[lang="en"] .detail-page-header__nav {
  display: flex;
  align-items: center;
}

html[lang="en"] .detail-page-header__nav li {
  display: block;
  padding: 0 15px 0 30px;
  line-height: 1.6;
  text-align: left
}

html[lang="en"] .detail-page-header__nav a {
  font-size: 1.4rem
}

@media screen and (max-width: 767px) {
  .detail-page-header {
    margin-bottom: 40px
  }

  .detail-page-header__inner {
    width: auto
  }

  .detail-page-header__hd {
    display: block
  }

  .detail-page-header__hd .logo {
    width: auto;
    height: auto;
    padding: 25px 0
  }

  .detail-page-header__hd .body {
    width: auto;
    margin-top: 20px !important;
    font-size: 1.6rem
  }

  .detail-page-header__nav {
    width: calc(100% + 40px);
    margin-top: 25px;
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: none
  }

  .detail-page-header__nav li {
    width: 50%;
    display: block;
    border-bottom: 1px solid #d9d9df
  }

  .detail-page-header__nav li:nth-child(even) {
    border-left: 1px solid #d9d9df
  }

  .detail-page-header__nav li:last-child {
    border-right: 1px solid #d9d9df
  }

  .detail-page-header__nav li:nth-child(5) {
    width: 100%;
    border-right: none
  }

  .detail-page-header__nav li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none
  }

  .detail-page-header__nav a {
    display: block;
    padding: 18px 0;
    font-size: 1.2rem !important
  }

  html[lang="en"] .detail-page-header__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 0;
  }

  html[lang="en"] .detail-page-header__hd .body {
    font-size: 2rem
  }
}

/* 固定 */
.nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 1004px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .nav_fixed {
    width: 100%;
  }
}

.nav_fixed .detail-page-header__nav {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #d9d9df;
}

@media screen and (max-width: 767px) {
  .nav_fixed .detail-page-header__nav {
    width: 100%;
    margin: 53px 0 0;
    padding: 0;
    background: none;
    border: none;
  }

  html[lang="en"] .nav_fixed .detail-page-header__nav {
    margin: 57px 0 0;
  }

  .nav_fixed .detail-page-header__nav li {
    background: #FFF;
  }

  .nav_fixed .detail-page-header__nav li:nth-child(5) {
    width: 100%;
  }
}

.nav_fixed .detail-page-header__nav a {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .nav_fixed .detail-page-header__nav a {
    padding: 10px 0;
    font-size: 1.2rem;
  }

  html[lang="en"] .nav_fixed .detail-page-header__nav a {
    padding: 6px 0;
    min-height: 36px;
  }
}


.news-header {
  padding: 0 0 20px;
  margin: 0 0 40px;
  border-bottom: 1px solid #d9d9df
}

.news-header__inner {
  width: auto;
  margin: 0 auto
}

.news-header__hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.news-header__hd .body {
  font-size: 3rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.news-header .date {
  margin-top: 10px;
  font-size: 1.5rem
}

.news-header__nav {
  padding: 29px 0;
  margin: 50px 0 0;
  text-align: center;
  border-top: 1px solid #d9d9df;
  border-bottom: 1px solid #d9d9df
}

.news-header__nav li {
  display: inline-block
}

.news-header__nav li + li {
  margin-left: 10px;
  padding-left: 11px;
  border-left: 1px solid #1c223b
}

.news-header__nav a {
  font-size: 1.6rem;
  line-height: 1
}

.news-header__nav a:hover {
  text-decoration: underline
}

html[lang="en"] .news-header__hd .body {
  font-family: "Teko", sans-serif;
  line-height: 1.3
}

@media screen and (max-width: 767px) {
  .news-header {
    margin-bottom: 20px
  }

  .news-header__hd .body {
    font-size: 2rem
  }
}

.hd-cont {
  display: flex;
  align-items: center;
  height: 67px;
  padding: 0 0 0 24px;
  margin: 70px 0 60px;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #1c223b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.hd-cont:after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: auto;
  background: #1c223b
}

.anchorContent .hd-cont:after {
  top: 35px;
}

@media screen and (max-width: 767px) {
  .anchorContent .hd-cont:after {
    top: 48px;
    height: 48px;
  }
}

.hd-cont:first-child {
  margin-top: 0
}

.hd-cont_02 {
  padding: 0 0 12px;
  margin: 60px 0 22px;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.hd-cont_02:after {
  content: "";
  width: 84px;
  height: 1px;
  display: block;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  background: #1c223b
}

.hd-cont_03 {
  margin: 50px 0 25px;
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html[lang="en"] .hd-cont {
  font-family: "Teko", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0
}

html[lang="en"] .hd-cont_02 {
  font-family: "Teko", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0
}

@media screen and (max-width: 767px) {
  .hd-cont {
    min-height: 48px;
    height: auto;
    margin: 60px 0 30px;
    padding-left: 14px;
    font-size: 1.8rem
  }

  .hd-cont_02 {
    margin: 45px 0 25px;
    font-size: 1.7rem
  }

  .hd-cont_02:after {
    width: 64px
  }

  .hd-cont_03 {
    margin: 40px 0 20px;
    font-size: 1.7rem;
    line-height: 1.5
  }

  html[lang="en"] .hd-cont {
    font-size: 2.4rem
  }
}

.txt {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.txt.fS,
.fS {
  font-size: 1.4rem;
}

.txt.fB,
.fB {
  font-size: 1.8rem;
}

.txt a {
  display: inline-block;
  position: relative;
  color: #37527c;
  text-decoration: underline;
  vertical-align: top
}

.txt a[target="_blank"],
.link_blank {
  position: relative
}

.txt a[target="_blank"]:after,
.link_blank:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  font-size: 116%
}

.txt a[href$='.pdf'],
li a[href$='.pdf'],
.txt a[href$='.doc'],
.txt a[href$='.docx'],
.txt a[href$='.ppt'],
.txt a[href$='.xls'],
.txt a[href$='.xlsx'] {
  position: relative
}

.txt a[href$='.pdf']:after,
li a[href$='.pdf']:after,
.txt a[href$='.doc']:after,
.txt a[href$='.docx']:after,
.txt a[href$='.ppt']:after,
.txt a[href$='.xls']:after,
.txt a[href$='.xlsx']:after {
  content: " ";
  width: 23px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  margin: -8px 6px 0 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: contain
}

.txt a[href$='.ppt']:after {
  background-image: url("../images/ico-ppt.png")
}

.txt a[href$='.pdf']:after,
li a[href$='.pdf']:after {
  background-image: url("../images/ico-pdf.png")
}

.txt a[href$='.doc']:after,
.txt a[href$='.docx']:after {
  background-image: url("../images/ico-doc.png")
}

.txt a[href$='.xls']:after,
.txt a[href$='.xlsx']:after {
  background-image: url("../images/ico-exs.png")
}

.txt small {
  display: inline-block;
  line-height: 2
}

.txt + .txt {
  margin-top: 1.5em
}

.txt + .list-link,
.list-link + .txt {
  margin-top: 1.5em
}

html[lang="en"] .txt {
  line-height: 1.4;
  letter-spacing: 0
}

@media screen and (max-width: 767px) {
  .txt {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0
  }

  .txt a {
    display: inline
  }
}

.list-number > li {
  padding: 0 0 0 1.5em;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.list-number > li:before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: auto
}

.list-number > li:nth-child(1):before {
  content: "1."
}

.list-number > li:nth-child(2):before {
  content: "2."
}

.list-number > li:nth-child(3):before {
  content: "3."
}

.list-number > li:nth-child(4):before {
  content: "4."
}

.list-number > li:nth-child(5):before {
  content: "5."
}

.list-number > li:nth-child(6):before {
  content: "6."
}

.list-number > li:nth-child(7):before {
  content: "7."
}

.list-number > li:nth-child(8):before {
  content: "8."
}

.list-number > li:nth-child(9):before {
  content: "9."
}

.list-number > li:nth-child(10):before {
  content: "10."
}

.list-number > li:nth-child(11):before {
  content: "11."
}

.list-number > li:nth-child(12):before {
  content: "12."
}

.list-number > li:nth-child(13):before {
  content: "13."
}

.list-number > li:nth-child(14):before {
  content: "14."
}

.list-number > li:nth-child(15):before {
  content: "15."
}

.list-number > li:nth-child(16):before {
  content: "16."
}

.list-number > li:nth-child(17):before {
  content: "17."
}

.list-number > li:nth-child(18):before {
  content: "18."
}

.list-number > li:nth-child(19):before {
  content: "19."
}

.list-number > li:nth-child(20):before {
  content: "20."
}

.list-number > li a[target="_blank"] {
  position: relative
}

.list-number > li a[target="_blank"]:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  font-size: 116%
}

.list-number > li a[href$='.pdf'],
.list-number > li a[href$='.doc'],
.list-number > li a[href$='.docx'],
.list-number > li a[href$='.ppt'],
.list-number > li a[href$='.xls'],
.list-number > li a[href$='.xlsx'] {
  position: relative
}

.list-number > li a[href$='.pdf']:after,
.list-number > li a[href$='.doc']:after,
.list-number > li a[href$='.docx']:after,
.list-number > li a[href$='.ppt']:after,
.list-number > li a[href$='.xls']:after,
.list-number > li a[href$='.xlsx']:after {
  content: " ";
  width: 23px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  margin: -8px 6px 0 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: contain
}

.list-number > li a[href$='.ppt']:after {
  background-image: url("../images/ico-ppt.png")
}

.list-number > li a[href$='.pdf']:after {
  background-image: url("../images/ico-pdf.png")
}

.list-number > li a[href$='.doc']:after,
.list-number > li a[href$='.docx']:after {
  background-image: url("../images/ico-doc.png")
}

.list-number > li a[href$='.xls']:after,
.list-number > li a[href$='.xlsx']:after {
  background-image: url("../images/ico-exs.png")
}

.list-number .list-link {
  margin: 10px 0
}

.txt + .list-number {
  margin-top: 1.5em
}

html[lang="en"] .list-number > li {
  line-height: 1.6
}

html[lang="en"] .list-number > li + li {
  margin-top: 15px
}

@media screen and (max-width: 767px) {
  .list-number > li {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0
  }
}

.list-faq {
  margin: 2em 0
}

.list-faq:last-child {
  margin-bottom: 0
}

.list-faq .question,
.list-faq .answer {
  padding: 0 0 0 1.6em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.list-faq .question:before,
.list-faq .answer:before {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: auto;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.list-faq .question a[target="_blank"],
.list-faq .answer a[target="_blank"] {
  position: relative
}

.list-faq .question a[target="_blank"]:after,
.list-faq .answer a[target="_blank"]:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  font-size: 116%
}

.list-faq .question a[href$='.pdf'],
.list-faq .question a[href$='.doc'],
.list-faq .question a[href$='.docx'],
.list-faq .question a[href$='.ppt'],
.list-faq .question a[href$='.xls'],
.list-faq .question a[href$='.xlsx'],
.list-faq .answer a[href$='.pdf'],
.list-faq .answer a[href$='.doc'],
.list-faq .answer a[href$='.docx'],
.list-faq .answer a[href$='.ppt'],
.list-faq .answer a[href$='.xls'],
.list-faq .answer a[href$='.xlsx'] {
  position: relative
}

.list-faq .question a[href$='.pdf']:after,
.list-faq .question a[href$='.doc']:after,
.list-faq .question a[href$='.docx']:after,
.list-faq .question a[href$='.ppt']:after,
.list-faq .question a[href$='.xls']:after,
.list-faq .question a[href$='.xlsx']:after,
.list-faq .answer a[href$='.pdf']:after,
.list-faq .answer a[href$='.doc']:after,
.list-faq .answer a[href$='.docx']:after,
.list-faq .answer a[href$='.ppt']:after,
.list-faq .answer a[href$='.xls']:after,
.list-faq .answer a[href$='.xlsx']:after {
  content: " ";
  width: 23px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  margin: -8px 6px 0 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: contain
}

.list-faq .question a[href$='.ppt']:after,
.list-faq .answer a[href$='.ppt']:after {
  background-image: url("../images/ico-ppt.png")
}

.list-faq .question a[href$='.pdf']:after,
.list-faq .answer a[href$='.pdf']:after {
  background-image: url("../images/ico-pdf.png")
}

.list-faq .question a[href$='.doc']:after,
.list-faq .question a[href$='.docx']:after,
.list-faq .answer a[href$='.doc']:after,
.list-faq .answer a[href$='.docx']:after {
  background-image: url("../images/ico-doc.png")
}

.list-faq .question a[href$='.xls']:after,
.list-faq .question a[href$='.xlsx']:after,
.list-faq .answer a[href$='.xls']:after,
.list-faq .answer a[href$='.xlsx']:after {
  background-image: url("../images/ico-exs.png")
}

.list-faq .question:before {
  content: "Q："
}

.list-faq .answer {
  margin-top: 10px
}

.list-faq .answer:before {
  content: "A："
}

.list-faq .answer + .question {
  margin-top: 2em
}

.list-faq .list-link {
  margin: 10px 0
}

html[lang="en"] .list-faq .question,
html[lang="en"] .list-faq .answer {
  line-height: 1.5
}

@media screen and (max-width: 767px) {

  .list-faq .question,
  .list-faq .answer {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0
  }
}

.table-overview {
  width: 100%;
  table-layout: fixed;
  margin: 40px 0 60px
}

.table-overview .hd,
.table-overview .img,
.table-overview .txt {
  padding: 20px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center
}

.table-overview .hd {
  width: 118px;
  background: #808396;
  color: white;
  text-align: center
}

.table-overview .img img {
  display: block;
  margin: 0 auto
}

html[lang="en"] .table-overview .hd,
html[lang="en"] .table-overview .img,
html[lang="en"] .table-overview .txt {
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center
}

@media screen and (max-width: 767px) {
  .table-overview {
    margin: 30px 0
  }

  .table-overview .hd,
  .table-overview .img,
  .table-overview .txt {
    padding: 12px;
    font-size: 1.4rem
  }
}

.table-horizon {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0
}

.table-horizon th,
.table-horizon td {
  padding: 14px 0 14px 15px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: none
}

.table-horizon th {
  background: #808396;
  color: white
}

.table-horizon .name {
  width: 143px
}

.table-horizon .abbreviation {
  width: 520px;
  padding-right: 40px
}

.table-horizon .supervisor {
  width: 115px
}

.table-horizon .year {
  width: 155px;
  text-align: center
}

.table-horizon .project {
  width: 540px;
  padding-right: 40px;
  text-align: justify;
  text-justify: inter-ideograph
}

.table-horizon td.project {
  font-size: 1.4rem
}

.table-horizon a:hover {
  text-decoration: underline
}

html[lang="en"] .table-horizon th,
html[lang="en"] .table-horizon td {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0
}

html[lang="en"] .table-horizon .hd {
  vertical-align: middle
}

html[lang="en"] .table-horizon .project {
  text-align: left;
  text-justify: none
}

@media screen and (max-width: 767px) {
  .table-horizon {
    border-left: 1px solid #d9d9df;
    border-right: 1px solid #d9d9df
  }

  .table-horizon th,
  .table-horizon td {
    width: auto !important;
    padding-left: 10px;
    font-size: 1.25rem;
    line-height: 1.6;
    vertical-align: top
  }

  .table-horizon .name,
  .table-horizon .year {
    width: 18% !important;
    line-height: 1.4
  }

  .table-horizon .supervisor {
    width: 22% !important;
    line-height: 1.4
  }

  .table-horizon .abbreviation {
    width: 42% !important;
    padding-right: 0
  }

  .table-horizon .project {
    width: 50% !important;
    padding-right: 5px
  }

  .table-horizon td.project {
    font-size: 1.3rem
  }

  html[lang="en"] .table-horizon th,
  html[lang="en"] .table-horizon td {
    font-size: 1.1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 4px
  }

  html[lang="en"] .table-horizon .name {
    width: 22% !important;
    padding-left: 10px
  }

  html[lang="en"] .table-horizon .year {
    width: 20% !important
  }

  html[lang="en"] .table-horizon .supervisor {
    width: 20% !important
  }

  html[lang="en"] .table-horizon .abbreviation {
    width: 40%
  }

  html[lang="en"] .table-horizon .supervisor {
    text-align: center
  }
}

.table-person-list {
  width: 100%;
  table-layout: fixed;
  margin: 0
}

.table-person-list .name,
.table-person-list .job {
  padding: 13px 0;
  font-size: 1.6rem
}

.table-person-list .name {
  width: 150px;
  padding-left: 20px
}

.table-person-list .job {
  padding-right: 10px;
  border-left: none
}

html[lang="en"] .table-person-list .name,
html[lang="en"] .table-person-list .job {
  font-size: 1.4rem
}

html[lang="en"] .table-person-list .name {
  width: 200px;
  font-weight: 500
}

@media screen and (max-width: 767px) {

  .table-person-list .name,
  .table-person-list .job {
    font-size: 1.4rem
  }

  .table-person-list .name {
    width: 110px !important
  }

  .table-person-list tr:first-child .job,
  .table-person-list tr:first-child .name {
    border-top: none
  }

  html[lang="en"] .table-person-list .name,
  html[lang="en"] .table-person-list .job {
    display: block;
    padding: 15px 24px 15px;
    font-size: 1.2rem;
    line-height: 1.4
  }

  html[lang="en"] .table-person-list .name {
    width: auto !important;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 1.6rem
  }

  html[lang="en"] .table-person-list .job {
    border-top: none;
    padding-top: 0
  }
}

.table-schedule {
  width: 850px;
  table-layout: fixed;
  margin: 50px auto
}

.table-schedule .event,
.table-schedule .date {
  padding: 13px 0;
  font-size: 1.6rem
}

.table-schedule .event {
  width: 450px;
  padding-left: 20px;
  text-align: left
}

.table-schedule .date {
  padding-right: 20px;
  border-left: none;
  text-align: right
}

.table-schedule + small {
  width: 850px;
  display: block;
  margin: -25px auto 50px
}

@media screen and (max-width: 767px) {
  .table-schedule {
    width: 100%;
    margin: 0
  }

  .table-schedule .event,
  .table-schedule .date {
    font-size: 1.4rem
  }

  .table-schedule .event {
    width: 55%;
    padding-left: 15px
  }

  .table-schedule .date {
    width: 45%;
    padding-right: 15px
  }

  .table-schedule + small {
    width: auto;
    margin: 20px auto 50px;
    line-height: 1.4
  }

  html[lang="en"] .table-schedule .event {
    font-weight: bold;
    font-size: 1.3rem
  }
}

.tabblc-region {
  margin: 70px 0 0;
  border: 1px solid #d9d9df;
  box-shadow: 10px 10px 0 #d9d9df
}

.tabblc-region__nav {
  display: flex;
  justify-content: space-between;
  height: 88px
}

.tabblc-region__nav .btn {
  width: 334px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9df;
  cursor: pointer;
  background: #e7e7eb;
  transition-property: background;
  transition-timing-function: ease-out;
  transition-duration: .2s
}

.tabblc-region__nav .btn:hover {
  background: white
}

.tabblc-region__nav .btn.is-current {
  border-bottom: none;
  pointer-events: none;
  background: white
}

.tabblc-region__nav .btn img {
  display: block;
  margin: 0 auto
}

.tabblc-region__nav .btn:nth-child(2) {
  border-left: 1px solid #d9d9df;
  border-right: 1px solid #d9d9df
}

.tabblc-region__body {
  padding: 40px 32px;
  display: none
}

.tabblc-region__body.is-current {
  display: block
}

.tabblc-region__desc {
  height: 153px;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 0 345px 0 50px;
  position: relative;
  background: #37527c;
  color: white;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.tabblc-region__desc img {
  display: block;
  width: auto;
  height: 100%;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: auto
}

.tabblc-region__desc--sakigake {
  background: #4F8900
}

.tabblc-region__desc--actx {
  background: #C5C71A
}

html[lang="en"] .tabblc-region__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0
}

@media screen and (max-width: 767px) {
  .tabblc-region {
    width: calc(100% + 40px);
    margin-top: 35px;
    margin-left: -20px;
    box-shadow: none
  }

  .tabblc-region__nav {
    height: auto
  }

  .tabblc-region__nav .btn {
    width: 33.3%;
    padding: 15px 20px
  }

  .tabblc-region__nav .btn img {
    width: 100%;
    height: auto
  }

  .tabblc-region__body {
    padding: 30px 20px
  }

  .tabblc-region__desc {
    height: auto;
    padding: 0;
    flex-direction: column-reverse
  }

  .tabblc-region__desc .desc-txt {
    display: block;
    padding: 20px
  }

  .tabblc-region__desc img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    position: relative
  }

  html[lang="en"] .tabblc-region__desc {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.project-title {
  display: flex;
  flex-wrap: nowrap;
  padding: 40px 20px 0 40px;
  border: #d9d9df 1px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 767px) {
  .project-title {
    padding: 20px;
  }
}

.project-title__hd {
  display: inline-block;
  width: 5.5em;
  margin: 0 0 33px;
  padding: 0 0 10px;
  font-size: 2.2rem;
  line-height: 1;
  border-bottom: 1px solid #1c223b
}

.project-title__desc {
  font-size: 2.8rem;
  line-height: 1.6
}

.project-title__txt .name {
  margin: 0 0 15px 30px;
  font-size: 2.8rem;
  line-height: 1
}

@media screen and (max-width: 767px) {
  .project-title__txt .name {
    margin: 0 0 15px 0;
  }
}

.project-title__txt .job {
  margin-left: 15px;
  font-size: 1.6rem;
  line-height: 1.6
}

html[lang="en"] .project-title__hd {
  width: 6.5em;
  font-family: "Teko", sans-serif;
  font-size: 2.4rem
}

html[lang="en"] .project-title__desc {
  font-family: "Teko", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2
}

html[lang="en"] .project-title__txt {
  width: calc(100% - 12em);
}

@media screen and (max-width: 767px) {
  html[lang="en"] .project-title__txt {
    width: 100%;
  }
}

html[lang="en"] .project-title__txt .name {
  font-family: "Teko", sans-serif;
  font-weight: normal
}

html[lang="en"] .project-title__txt .job {
  font-size: 1.2rem;
  line-height: 1.6
}

.project-title__txt.long {
  display: flex;
}

@media screen and (max-width: 767px) {
  html[lang="en"] .project-title__txt.long {
    display: block;
  }
}

.project-title__txt.long .name {
  width: 6.5em;
}


@media screen and (max-width: 767px) {
  .project-title {
    height: auto;
    display: block
  }

  .project-title__left-blc {
    width: auto;
    padding: 25px 30px
  }

  .project-title__right-blc {
    width: auto;
    padding: 25px 30px
  }

  .project-title__hd {
    margin-bottom: 20px;
    font-size: 1.6rem
  }

  .project-title__desc {
    font-size: 1.8rem
  }

  .project-title__txt .name {
    margin-bottom: 10px;
    font-size: 1.8rem
  }

  .project-title__txt .job {
    font-size: 1.4rem
  }

  html[lang="en"] .project-title__hd {
    font-size: 2rem
  }

  html[lang="en"] .project-title__desc {
    font-size: 2rem
  }

  html[lang="en"] .project-title__txt .name {
    font-size: 2rem
  }
}

.accordion__container {
  border: 1px solid #aeb2ca
}

.accordion__container + .accordion__container {
  margin-top: 20px
}

.accordion__btn {
  padding: 18px;
  position: relative;
  cursor: pointer;
  transition-property: background;
  transition-timing-function: ease-out;
  transition-duration: .15s
}

.accordion__btn .txt {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  transition-property: color;
  transition-timing-function: ease-out;
  transition-duration: .15s
}

.accordion__btn:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  top: 15px;
  right: 20px;
  position: absolute;
  z-index: auto;
  font-size: 2rem;
  font-weight: bold;
  color: #1c223b;
  transform: rotate(0deg);
  transition-property: color, transform;
  transition-timing-function: ease-out;
  transition-duration: .15s
}

.accordion__btn:hover {
  background: #37527c
}

.accordion__btn:hover .txt {
  color: white
}

.accordion__btn:hover:after {
  color: white
}

.is-close .accordion__btn:after {
  transform: rotate(45deg)
}

.accordion__body {
  padding: 50px 70px;
  position: relative;
  display: block;
  animation: loop-alpha-show 0.5s ease 0s;
  animation-fill-mode: forwards
}

.is-close .accordion__body {
  display: none;
  opacity: 0;
  animation: none
}

html[lang="en"] .accordion__btn {
  padding-top: 13px;
  padding-bottom: 13px
}

@media screen and (max-width: 767px) {
  .accordion__container + .accordion__container {
    margin-top: 15px
  }

  .accordion__btn:after {
    font-size: 1.8rem;
    top: 17px
  }

  .accordion__body {
    padding: 0
  }

  .accordion__close {
    text-align: right;
    padding: 20px
  }

  .accordion__close:after {
    content: "閉じる";
    font-size: 1.4rem
  }

  html[lang="en"] .accordion__btn .txt {
    line-height: 1.4
  }

  html[lang="en"] .accordion__btn:after {
    top: 25px
  }

  html[lang="en"] .accordion__close:after {
    content: "close"
  }
}

.news {
  margin: 0 auto;
  border-top: 1px solid #d9d9df;
  border-bottom: 1px solid #d9d9df
}

.news__item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0
}

.news__item .date {
  width: 18%;
  font-size: 1.7rem;
  line-height: 1.6
}

.news__item .body {
  width: 82%;
  font-size: 1.7rem;
  line-height: 1.6
}

.news__item a {
  text-decoration: underline
}

.news__item + .news__item {
  border-top: 1px solid #d9d9df
}

@media screen and (max-width: 767px) {
  .news__item {
    display: block
  }

  .news__item .date,
  .news__item .body {
    width: auto;
    display: block
  }

  .news__item .date {
    margin-bottom: 5px;
    font-size: 1.4rem
  }

  .news__item .body {
    font-size: 1.5rem
  }
}

.list-refference li {
  font-size: 1.7rem;
  line-height: 2;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.list-refference a {
  color: #000;
  text-decoration: underline
}

.list-refference a[target="_blank"] {
  position: relative
}

.list-refference a[target="_blank"]:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  font-size: 116%
}

.list-refference a[href$='.pdf'],
.list-refference a[href$='.doc'],
.list-refference a[href$='.docx'],
.list-refference a[href$='.ppt'],
.list-refference a[href$='.xls'],
.list-refference a[href$='.xlsx'] {
  position: relative
}

.list-refference a[href$='.pdf']:after,
.list-refference a[href$='.doc']:after,
.list-refference a[href$='.docx']:after,
.list-refference a[href$='.ppt']:after,
.list-refference a[href$='.xls']:after,
.list-refference a[href$='.xlsx']:after {
  content: " ";
  width: 23px;
  height: 18px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  margin: -8px 6px 0 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: contain
}

.list-refference a[href$='.ppt']:after {
  background-image: url("../images/ico-ppt.png")
}

.list-refference a[href$='.pdf']:after {
  background-image: url("../images/ico-pdf.png")
}

.list-refference a[href$='.doc']:after,
.list-refference a[href$='.docx']:after {
  background-image: url("../images/ico-doc.png")
}

.list-refference a[href$='.xls']:after,
.list-refference a[href$='.xlsx']:after {
  background-image: url("../images/ico-exs.png")
}

.list-refference li {
  padding: 0 0 0 1.2em;
  position: relative
}

.list-refference li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin-top: -2px;
  position: absolute;
  top: 1em;
  left: 2px;
  background: #666;
  border-radius: 100%
}

.list-refference li + li {
  margin-top: 8px
}

@media screen and (max-width: 767px) {
  .list-refference li {
    font-size: 1.6rem
  }

  .list-refference li:before {
    width: 6px;
    height: 6px;
    margin-top: -2px;
    top: 1em;
    left: 2px
  }

  .list-refference li + li {
    margin-top: 5px
  }
}

.ScheduleTtl span {
  display: inline-block;
  width: 9em;
}

.list_page_anchor {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_page_anchor li {
  margin-right: 24px;
}

.list_page_anchor a {
  padding-left: 20px;
  background: url(../images/icn_arw_btm.svg) no-repeat left center;
  background-size: 14px;
  text-decoration: underline;
}

.list_page_anchor a:hover {
  text-decoration: none;
}

.nav_fixed .list_page_anchor {
  padding: 60px 10px 10px;
  background: #FFF;
  border: 1px solid #d9d9df;
}

.anchorContent {
  padding-top: 50px;
}

.section__inner .anchorContent:first-child {
  padding-top: 0;
}

.anchorContent .hd-cont {
  margin-top: -60px;
  padding-top: 60px;
}

.anchorContent .hd-cont_03 {
  margin-top: -50px;
  padding-top: 50px;
}

.zoomLink {
  display: inline-block;
  margin: 8px 0;
  padding: 6px 12px;
  background-color: #ff722e;
  background-image: -moz-linear-gradient(center top, #ff722e, #ff6400);
  background-repeat: repeat-x;
  border-color: #ff722e;
  color: #fff;
  text-shadow: 1px 1px #d14600;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

.zoomLink:hover {
  background: #ff8c00;
}

.red { color: red; }

.disc li {
	list-style:disc;
	margin-left:1em;
}