@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: 3.2vw;
  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 {
  display: none;
}

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

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

.pc {
  display: none !important;
}

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

-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 3.7333333333vw;
  color: #fff;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 3.7333333333vw;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
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: 18.6666666667vw;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  padding: 0;
  position: relative;
}
header nav .logo {
  padding-left: 4vw;
}
header nav .logo:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33.4666666667vw 44vw 0 0;
  border-color: #eef2f4 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
header nav .logo img {
  position: absolute;
  top: 3.2vw;
  left: 4.1333333333vw;
  width: 16vw;
  z-index: 1;
}
header nav .nav {
  display: flex;
  align-items: center;
}
header nav .nav .menu {
  display: none;
  width: 100%;
  height: calc(100vh - 18.6666666667vw);
  position: absolute;
  top: 18.6666666667vw;
  left: 0;
  background-color: #367ca2;
  z-index: 100;
  padding: 8vw 4vw;
  flex-direction: column;
  overflow: auto;
}
header nav .nav .menu > ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.3333333333vw;
}
header nav .nav .menu > ul > li {
  text-align: center;
  background-color: #fff;
  margin-bottom: 2.6666666667vw;
  position: relative;
}
header nav .nav .menu > ul > li:last-of-type {
  margin-bottom: 0;
}
header nav .nav .menu > ul > li > a {
  text-decoration: none;
  color: #333333;
  height: 13.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.6vw;
  padding-right: 4vw;
  font-size: 3.7333333333vw;
}
header nav .nav .menu > ul > li .children:hover:before, header nav .nav .menu > ul > li .children:active:before {
  background-image: url(../img/common/icon-minus.png);
}
header nav .nav .menu > ul > li .children:hover ul, header nav .nav .menu > ul > li .children:active ul {
  display: flex;
}
header nav .nav .menu > ul > li .children:before {
  content: "";
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: url(../img/common/icon-plus.png) center center no-repeat;
  background-size: 5.3333333333vw auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
header nav .nav .menu > ul > li .children ul {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 3.6vw;
}
header nav .nav .menu > ul > li .children ul:first-of-type {
  border-top: 0.2666666667vw solid #cccccc;
  padding-top: 4vw;
}
header nav .nav .menu > ul > li .children ul:last-of-type {
  padding-bottom: 4vw;
}
header nav .nav .menu > ul > li .children ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.3333333333vw 0;
  padding-right: 13.3333333333vw;
}
header nav .nav .menu > ul > li .children ul li:before {
  content: "";
  display: block;
  background: url(../img/common/border01-bk.png) left center no-repeat;
  background-size: 100% auto;
  width: 2vw;
  height: 0.4vw;
  margin-right: 1.3333333333vw;
}
header nav .nav .menu > ul > li .children ul li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
}
header nav .nav .menu .btns {
  display: flex;
  justify-content: space-between;
}
header nav .nav .menu .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44.6666666667vw;
  height: 20vw;
  color: #fff;
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border: 0.2666666667vw solid #fff;
}
header nav .nav .menu .btns .btn:before {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  margin-right: 2vw;
}
header nav .nav .menu .btns .icon-mail:before {
  background: url(../img/common/icon-mail-white.png) center center no-repeat;
  background-size: contain;
}
header nav .nav .menu .btns .icon-lock:before {
  background: url(../img/common/icon-lock-white.png) center center no-repeat;
  background-size: contain;
}
header nav .nav .btn .menu-btn {
  display: block;
  width: 20vw;
  height: 18.6666666667vw;
  background: url(../img/common/icon-nav.svg) center center no-repeat;
  background-size: 12vw auto;
  opacity: 1;
  transition: none;
}
header nav.active .nav .btn .menu-btn {
  display: block;
  width: 20vw;
  height: 18.6666666667vw;
  background-image: url(../img/common/icon-close.svg);
  background-color: #367ca2;
  background-size: 12vw auto;
}
header nav.active .nav .menu {
  display: flex;
}

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

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

footer #footer-contact {
  background-color: rgb(255, 255, 255);
  color: #333333;
  padding: 9.3333333333vw 0 6.6666666667vw;
}
footer #footer-contact .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92vw;
  margin: 0 auto;
  border-bottom: 0.2666666667vw solid #aaaaaa;
  padding-bottom: 6.6666666667vw;
  margin-bottom: 5.6vw;
}
footer #footer-contact .info h3 {
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin-bottom: 4.6666666667vw;
}
footer #footer-contact .info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 13.3333333333vw;
  background-color: #031433;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
footer #footer-contact .info .btn:before {
  content: "";
  display: block;
  width: 4vw;
  height: 2.9333333333vw;
  margin-right: 1.3333333333vw;
  background: url(../img/common/icon-mail.png) center center no-repeat;
  background-size: contain;
}
footer #footer-contact .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #footer-contact .contact strong {
  font-size: 3.7333333333vw;
  font-weight: normal;
  margin-bottom: 2.9333333333vw;
}
footer #footer-contact .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
}
footer #footer-contact .contact a img {
  width: 51.3333333333vw;
}
footer #footer-contact .contact .fax {
  font-size: 3.7333333333vw;
  font-weight: bold;
}
footer #footer {
  padding: 13.3333333333vw 1.3333333333vw 9.3333333333vw 5.3333333333vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-color: rgba(0, 17, 46, 0.9);
}
footer #footer .logo {
  position: relative;
  width: 25.3333333333vw;
}
footer #footer .logo:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/bg-trapezoid04.svg) right center no-repeat;
  background-size: cover;
  width: 30.6666666667vw;
  height: 19.4666666667vw;
  top: 0;
  left: -5.3333333333vw;
  z-index: 0;
}
footer #footer .logo img {
  position: absolute;
  width: 17.0666666667vw;
  top: 1.8666666667vw;
  left: 2.6666666667vw;
  z-index: 1;
}
footer #footer .address {
  width: 100%;
  margin-bottom: 8.6666666667vw;
}
footer #footer .address strong {
  display: block;
  font-size: 3.2vw;
  line-height: 1.25;
}
footer #footer .address p {
  font-size: 3.2vw;
  line-height: 1.25;
}
footer #footer .sitemap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer #footer .sitemap ul {
  width: 45.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.6666666667vw;
}
footer #footer .sitemap ul:first-of-type {
  margin-left: 0;
}
footer #footer .sitemap ul:nth-last-child(-n+2) {
  margin-bottom: 0;
}
footer #footer .sitemap ul li {
  width: 45.3333333333vw;
}
footer #footer .sitemap ul li a {
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
  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: 4vw;
  height: 0.8vw;
  margin-right: 1.3333333333vw;
}
footer #footer .offices {
  width: 100%;
  border-top: 0.2666666667vw solid #fff;
  padding-top: 4vw;
  display: flex;
  flex-direction: column;
  margin-top: 5.3333333333vw;
}
footer #footer .offices .office {
  width: 100%;
}
footer #footer .offices .office + .office {
  margin-top: 3.2vw;
}
footer #footer .offices .office strong {
  font-size: 3.2vw;
  line-height: 1.25;
}
footer #footer .offices .office p {
  font-size: 3.2vw;
  line-height: 1.25;
}

#external_link {
  margin: 7vw 0 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#external_link a {
  margin: 2vw;
  text-decoration: none;
}
#external_link a img {
  display: inline;
  width: 12vw;
  height: auto;
  vertical-align:middle;
}
#external_link a p {
  display: inline;
  padding: 0 1vw 0;
  font-size: 4.2vw;
  vertical-align:middle;
}

#copyright {
  text-align: center;
  color: #202b43;
  padding-top: 3.4666666667vw;
  padding-bottom: 14.6666666667vw;
  font-size: 2.4vw;
}

#breadcrumbs {
  display: none;
}

#main-image.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 73.3333333333vw;
  position: relative;
  background-color: rgba(0, 17, 46, 0.9);
  background-image: url(../img/common/copy.png);
  background-position: 40vw 18.1333333333vw;
  background-repeat: no-repeat;
  background-size: auto 16vw;
  padding-top: 14.2666666667vw;
  padding-left: 5.6vw;
  padding-right: 5.6vw;
  margin-bottom: 22.1333333333vw;
  color: #fff;
}
#main-image.page h2 {
  font-size: 5.3333333333vw;
  line-height: 1.35;
  font-weight: bold;
}
#main-image.page .img {
  position: absolute;
  bottom: -8.8vw;
  right: 0;
  width: 80.5333333333vw;
  height: 48vw;
}
#main-image.page .img img {
  width: 100%;
}