@charset "utf-8";
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
  display: block;
}
body * {
  box-sizing: border-box;
}
table {
  border-spacing: 0;
  width: 100%;
}
a {
  display: block;
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}

/*********サイトレイアウト **********/
body {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 3px;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
header {
  transition: 0.3s;
  position: absolute;
  width: 100%;
}
header .inner {
  display: flex;
  width: 100%;
  max-width: 1200px; /*1180 +10*2*/
  margin: auto;
  position: relative;
}
header a {
  color: #fff;
}
header .logo {
  font-size: 15px;
}
header .logo img {
  vertical-align: middle;
  margin-right: 10px;
}
header.is_fixed {
  background: rgba(16, 106, 176, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.gnavi .lang a,
.gnavi .lang span {
  opacity: 0.5;
  display: inline;
}
.gnavi .lang a:hover {
  opacity: 1;
}
.en {
  font-style: italic;
}
footer {
  background: #106ab0;
  color: #fff;
  margin-top: 60px;
  padding: 35px 10px 30px;
}
footer a {
  color: #fff;
}
footer .inner {
  max-width: 980px;
  margin: auto;
}
.f-navi .box {
  letter-spacing: normal;
}
.f-navi .box:last-child a {
  display: inline;
}
.f-navi .box p {
  border-top: 1px solid #88b5d8;
  padding: 10px 0;
  color: #88b5d8;
}
.f-navi .box p,
.f-navi .box p a {
  opacity: 0.8;
  transition: 0.3s;
}
.f-navi .box p a {
  padding-left: 12px;
  background: url("../img/common/icn_list.png") no-repeat 0 center;
}
.f-navi .box p a:hover {
  padding-left: 15px;
  background: url("../img/common/icn_list.png") no-repeat 3px center;
}
.f-navi .box li {
  position: relative;
  padding-left: 13px;
  letter-spacing: normal;
  margin-bottom: 10px;
  transition: 0.3s;
}
.f-navi .box li:hover {
  margin-left: 3px;
}
.f-navi .box li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  border-top: 1px solid #fff;
  content: "";
  display: block;
}
.f-navi .box:last-child > span {
  margin-right: 3px;
  transition: 0.3s;
}
.f-navi .box:last-child > span:hover {
  margin: 0 0 0 3px;
}
.copy .l_box_r ul {
  display: flex;
  justify-content: space-between;
  width: 110px;
  margin: 0 0 15px auto;
}
.copy .l_box_r li {
  font-size: 7px;
  text-align: center;
  width: 50px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.5px;
}
.copy .l_box_r li img {
  display: block;
  margin-bottom: 5px;
}
.copy .l_box_r p {
  color: #88b5d8;
  letter-spacing: normal;
}
.f-logo {
  /*font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, sans-serif;*/
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (min-width: 980px) {
  .f-navi .box li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  header .inner {
    padding: 35px 10px 0;
    display: flex;
    z-index: 100;
  }
  header.is_fixed .inner {
    padding: 10px;
  }
  .gnavibtn {
    display: none;
  }
  .gnavi {
    display: flex;
    white-space: nowrap;
    margin: 15px 0 0 auto;
    font-size: 15px;
    color: #fff;
  }
  .gnavi li {
    margin-left: 30px;
  }
  .gnavi a {
    position: relative;
    transition: 0.3s;
  }
  .gnavi a::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gnavi a:hover::after,
  .gnavi li.current a::after {
    width: 100%;
  }
  .f-navi .box li {
    font-size: 12px;
  }
  .f-navi .box {
    min-width: 12.24%;
    margin-right: 1.2%;
  }
  .f-navi .box:nth-child(2),
  .f-navi .box:nth-child(3) {
    min-width: 14%;
  }
  .f-navi .box:nth-child(6) li {
    padding-left: 0;
  }
  .f-navi .box:nth-child(6) li::before {
    display: none;
  }
  .f-navi .box:last-child {
    margin: 0 0 0 auto;
    text-align: right;
    min-width: 8%;
  }
  .copy {
    align-items: flex-end;
  }
  .copy .l_box_r {
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 10px;
  }
  .f-logo {
    font-size: 12px;
  }
  .f-logo img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  header {
    z-index: 999;
  }
  header .logo {
    margin: 20px 0 0 10px;
  }
  header .logo img {
    height: 43px;
  }
  header.is_fixed {
    top: -10px;
    padding-bottom: 10px;
  }
  .gnavi-btn {
    display: block;
  }
  .gnavi {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
  }
  .gnavi,
  .gnvi li {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .gnvi li {
    margin: 4px 0;
  }
  .gnavi li a {
    display: block;
    padding: 16px;
    background: rgba(16, 106, 176, 0.8);
    width: 100%;
    font-size: 20px;
  }
  .gnavi li.lang {
    padding: 16px 0;
  }
  .gnavi li.lang a {
    padding: 16px 0;
  }
  .gnavi-btn {
    display: block;
    position: absolute;
    right: 5%;
    top: 28px;
    z-index: 201;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    padding: 7px 0;
  }
  .gnavi-btn span {
    display: block;
    position: relative;
    margin: auto;
  }
  .gnavi-btn span:before,
  .gnavi-btn span:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    z-index: 1;
    transition: 0.3s;
  }
  .gnavi-btn span:after {
    margin-top: 12px;
  }
  .navOpen header {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #106ab0;
    z-index: 100;
  }
  .navOpen .gnavi-btn span {
    border: none !important;
  }
  .navOpen .gnavi-btn span:before,
  .navOpen .gnavi-btn span:after {
    display: block;
    content: "";
    width: 28px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  .navOpen .gnavi-btn span:after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -12px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #106ab0;
    z-index: 100;
  }
  footer {
    margin-top: 50px;
    padding: 0 5%20px;
  }
  .f-navi .box p {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .f-navi .box:first-child p {
    border: none;
  }
  .f-navi .box ul {
    margin-bottom: 25px;
  }
  .f-navi .box li {
    margin-bottom: 15px;
  }
  .f-navi .box:last-child {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    border-top: 1px solid #88b5d8;
  }
  .f-navi .box:last-child span span,
  .f-navi .box:last-child a {
    opacity: 0.7;
  }
  .copy {
    text-align: center;
    font-size: 11px;
  }
  .f-logo {
    margin-bottom: 10px;
  }
  .f-logo img {
    display: block;
    margin: 50px auto 15px;
  }
  .copy .l_box_r ul {
    margin: 50px auto 20px;
  }
}

/********* コンテンツ　/　汎用パーツ **********/
.cf:before,
.cf:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
.page-ttl {
  display: flex;
  align-items: center;
  color: #fff;
}
.page-ttl .inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.page-ttl .ttl {
  font-size: 38px;
}
.l_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 980px; /*980px +10*2*/
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l_box_wrap {
    display: flex;
  }
  .sp {
    display: none !important;
  }
  .page-ttl {
    height: 31.25vw;
    padding: 0 10px;
    font-size: 16px;
  }
  .page-ttl .ttl {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1152px) {
  .page-ttl {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .l_inner {
    padding: 0 5%;
  }
  .pc {
    display: none;
  }
  .page-ttl {
    height: 53.333vw;
    padding: 0 5%;
    font-size: 14px;
  }
  .page-ttl .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  header .logo {
    letter-spacing: normal;
  }
}
