@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  font-size: 1.1713030747vw;
  font-family: "Noto Sans JP", sans-serif;
}
body > .bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
}
body > .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100vw;
  min-height: 100vh;
  z-index: 1;
}
body > .bg.filter:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
body > .bg.suspend video {
  display: none;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

.sp {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.317715959vw;
  font-family: "Noto Sans JP", sans-serif;
}
.btn01:hover {
  opacity: 0.5;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.317715959vw;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.317715959vw;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  width: 100%;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
header.active nav {
  background-color: rgba(255, 255, 255, 0.8);
}
header nav {
  transition: all 0.2s ease;
  display: flex;
  width: 100%;
  height: 8.78477306vw;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4641288433vw 0 2.196193265vw;
}
header nav .logo {
  width: 16.4714494876vw;
  height: 8.78477306vw;
}
header nav .logo:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9824304539vw 18.3748169839vw 0 0;
  border-color: #eef2f4 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
header nav .logo img {
  position: absolute;
  width: 7.3938506589vw;
  top: 1.0980966325vw;
  left: 1.6837481698vw;
  z-index: 1;
}
header nav .nav {
  display: flex;
  align-items: center;
  z-index: 2;
}
header nav .nav .menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  width: 79.7950219619vw;
}
header nav .nav .menu > ul {
  display: flex;
}
header nav .nav .menu > ul > li {
  text-align: center;
  font-size: 1.317715959vw;
}
header nav .nav .menu > ul > li:first-of-type {
  margin-left: 0;
}
header nav .nav .menu > ul > li.has-children > a:after {
  content: "";
  display: block;
  width: 1.2445095168vw;
  height: 0.5124450952vw;
  background: url(../img/common/icon-arrow01-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 0.5856515373vw;
}
header nav .nav .menu > ul > li > a {
  text-decoration: none;
  color: #202b43;
  height: 8.78477306vw;
  display: flex;
  align-items: center;
  padding-left: 0.9516837482vw;
  padding-right: 0.9516837482vw;
}
header nav .nav .menu > ul > li:hover a {
  background-color: #367ca2;
  color: #fff;
  opacity: 1;
}
header nav .nav .menu > ul > li:hover a:after {
  background: url(../img/common/icon-arrow01-bottom-white.png) center center no-repeat;
}
header nav .nav .menu > ul > li:hover .children {
  display: flex;
}
header nav .nav .menu > ul > li .children {
  display: none;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 2.196193265vw 0vw 2.196193265vw 9.7364568082vw;
  background-color: #367ca2;
  width: 100%;
}
header nav .nav .menu > ul > li .children ul {
  width: 26.7935578331vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
header nav .nav .menu > ul > li .children ul li {
  margin: 0.7320644217vw 0;
}
header nav .nav .menu > ul > li .children ul li a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
header nav .nav .menu > ul > li .children ul li a:hover {
  opacity: 0.5;
}
header nav .nav .menu > ul > li .children ul li a:before {
  content: "";
  display: block;
  background: url(../img/common/border01.png) left center no-repeat;
  background-size: contain;
  width: 1.0980966325vw;
  height: 0.2196193265vw;
  margin-right: 0.7320644217vw;
}
header nav .nav .menu .btns {
  display: flex;
  justify-content: flex-end;
}
header nav .nav .menu .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 8.78477306vw;
  height: 5.1244509517vw;
  color: #202b43;
  font-size: 1.0248901903vw;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  border: 0.1464128843vw solid #202b43;
  transition: 0.3s;
}
header nav .nav .menu .btns .btn + .btn {
  margin-left: 0.7320644217vw;
}
header nav .nav .menu .btns .btn:before {
  content: "";
  width: 2.196193265vw;
  height: 2.196193265vw;
  display: block;
  margin-bottom: 0.3660322108vw;
}
header nav .nav .menu .btns .btn:hover {
  background-color: #367ca2;
  opacity: 1;
  border-color: #367ca2;
}
header nav .nav .menu .icon-mail:before {
  background: url(../img/common/icon-mail.png) center center no-repeat;
  background-size: contain;
}
header nav .nav .menu .icon-lock:before {
  background: url(../img/common/icon-lock.png) center center no-repeat;
  background-size: contain;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.3206442167vw;
  height: 7.3206442167vw;
  background-color: rgba(0, 17, 46, 0.9);
}
#pagetop a img {
  width: 3.513909224vw;
}

.grecaptcha-badge {
  bottom: 9vw !important;
}

footer #footer-contact {
  background-color: rgb(255, 255, 255);
  color: #333333;
  padding: 2.9282576867vw 0;
}
footer #footer-contact .info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80.5270863836vw;
  margin: 0 auto;
  border-bottom: 0.0732064422vw solid #aaaaaa;
  padding-bottom: 2.9282576867vw;
  margin-bottom: 1.6105417277vw;
}
footer #footer-contact .info h3 {
  font-size: 1.756954612vw;
  font-weight: bold;
}
footer #footer-contact .info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.9428989751vw;
  height: 5.1244509517vw;
  background-color: #031433;
  color: #fff;
  font-size: 1.317715959vw;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin-left: 2.196193265vw;
  transition: 0.3s;
}
footer #footer-contact .info .btn:hover {
  background-color: #367ca2;
  opacity: 1;
}
footer #footer-contact .info .btn:before {
  content: "";
  display: block;
  width: 2.196193265vw;
  height: 1.6105417277vw;
  margin-right: 0.7320644217vw;
  background: url(../img/common/icon-mail-white.png) center center no-repeat;
  background-size: contain;
}
footer #footer-contact .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer-contact .contact strong {
  font-size: 1.317715959vw;
  font-weight: normal;
}
footer #footer-contact .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.3909224012vw;
}
footer #footer-contact .contact a img {
  width: 21.9619326501vw;
}
footer #footer-contact .contact .fax {
  margin-left: 1.3909224012vw;
  font-size: 1.756954612vw;
  font-weight: bold;
}
footer #footer {
  padding: 5.1244509517vw 2.196193265vw 4.39238653vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-color: rgba(0, 17, 46, 0.9);
}
footer #footer .logo {
  position: relative;
  width: 10.2489019034vw;
}
footer #footer .logo:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/bg-trapezoid04.svg) right center no-repeat;
  background-size: cover;
  width: 13.3967789165vw;
  height: 8.4919472914vw;
  top: 0;
  left: -2.196193265vw;
  z-index: 0;
}
footer #footer .logo img {
  position: absolute;
  width: 7.3938506589vw;
  top: 1.0248901903vw;
  left: 1.4641288433vw;
  z-index: 1;
}
footer #footer .address {
  width: 40.2635431918vw;
}
footer #footer .address strong {
  display: block;
  font-size: 1.317715959vw;
  line-height: 1.6666666667;
}
footer #footer .address p {
  font-size: 1.1713030747vw;
  line-height: 1.375;
}
footer #footer .sitemap {
  width: 40.2635431918vw;
  margin-left: 7.3206442167vw;
  display: flex;
}
footer #footer .sitemap ul {
  margin-left: 1.4641288433vw;
}
footer #footer .sitemap ul:first-of-type {
  margin-left: 0;
}
footer #footer .sitemap ul li a {
  font-size: 1.1713030747vw;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
footer #footer .sitemap ul li a:before {
  content: "";
  display: block;
  background: url(../img/common/border01.png) left center no-repeat;
  background-size: contain;
  width: 1.0980966325vw;
  height: 0.2196193265vw;
  margin-right: 0.7320644217vw;
}
footer #footer .offices {
  width: 100%;
  border-top: 0.0732064422vw solid #fff;
  padding-top: 1.4641288433vw;
  display: flex;
  margin-top: 1.8301610542vw;
}
footer #footer .offices .office {
  width: 50%;
}
footer #footer .offices .office strong {
  font-size: 1.1713030747vw;
  line-height: 1.5;
}
footer #footer .offices .office p {
  font-size: 1.0248901903vw;
  line-height: 1.7142857143;
}

#external_link {
  margin: 30px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#external_link a {
  margin: 0 10px;
  text-decoration: none;
}
#external_link a img {
  display: inline;
  width: 40px;
  height: auto;
  vertical-align:middle;
}
#external_link a p {
  display: inline;
  padding: 0 8px 0;
  font-size: 1.4vw;
  vertical-align:middle;
}

#copyright {
  text-align: center;
  color: #202b43;
  padding-top: 0.7320644217vw;
  padding-bottom: 3.6603221083vw;
  font-size: 1.0248901903vw;
}

#breadcrumbs {
  font-size: 1.0248901903vw;
  line-height: 1.2857142857;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#breadcrumbs ul li {
  display: inline-block;
}
#breadcrumbs ul li:last-of-type {
  word-wrap: break-word;
  word-break: break-all;
}
#breadcrumbs ul li.child:before {
  content: ">";
  display: inline-block;
  margin: 0 0 0 0.2928257687vw;
  font-size: 1.0248901903vw;
  line-height: 1.2857142857;
}
#breadcrumbs ul li a {
  color: #fff;
}

#main-image.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 17.5695461201vw;
  position: relative;
  background-color: rgba(0, 17, 46, 0.9);
  background-image: url(../img/common/copy.png);
  background-position: 20.1317715959vw 7.8330893119vw;
  background-repeat: no-repeat;
  background-size: auto 9.8096632504vw;
  padding-left: 9.7364568082vw;
  padding-right: 44.6559297218vw;
  margin-bottom: 9.5168374817vw;
  color: #fff;
}
#main-image.page h2 {
  font-size: 2.196193265vw;
  line-height: 1.4666666667;
  font-weight: bold;
  margin-bottom: 0.878477306vw;
}
#main-image.page .img {
  position: absolute;
  bottom: -3.6603221083vw;
  right: 0;
  width: 44.2166910688vw;
  height: 26.3543191801vw;
}
#main-image.page .img img {
  width: 100%;
}