@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
-----------------------------------------------------------------*/
.font-base {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.1713030747vw;
  font-weight: 500;
}

#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;
  transition-property: opacity, color, background-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  width: 100%;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
header nav {
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
  display: flex;
  width: 100%;
  height: 6.588579795vw;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 1.4641288433vw 0 2.196193265vw;
}
header nav .logo {
  width: 20.1317715959vw;
  height: 6.588579795vw;
  margin-top: 0.3660322108vw;
}
header nav .logo h1 {
  position: absolute;
  top: 0.5856515373vw;
  color: #333333;
  font-size: 1.0248901903vw;
}
header nav .logo img {
  width: 20.1317715959vw;
  padding-top: 2.2693997072vw;
  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: flex-end;
  width: 69.5461200586vw;
}
header nav .nav .menu > ul {
  display: flex;
}
header nav .nav .menu > ul > li {
  text-align: center;
  font-size: 1.1713030747vw;
  font-weight: bold;
}
header nav .nav .menu > ul > li:first-of-type {
  margin-left: 0;
}
header nav .nav .menu > ul > li + li {
  border-left: 0.0732064422vw solid #ccc;
}
header nav .nav .menu > ul > li > a {
  text-decoration: none;
  color: #333333;
  height: 1.4641288433vw;
  display: flex;
  align-items: center;
  padding-left: 1.4641288433vw;
  padding-right: 1.4641288433vw;
}
header nav .nav .menu > ul > li:hover a {
  color: #999999;
  opacity: 1;
}
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;
}
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 .contact {
  margin-left: 0.7320644217vw;
}
header nav .nav .menu .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5695461201vw;
  height: 3.3674963397vw;
  color: #fff;
  font-size: 1.1713030747vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  transition-property: opacity, color, background-color;
  background-color: #2087cb;
}
header nav .nav .menu .contact a:before {
  content: "";
  display: block;
  width: 1.9033674963vw;
  height: 1.3909224012vw;
  margin-right: 0.7320644217vw;
  background: url(../img/common/icon-mail-white.png) center center no-repeat;
  background-image: -webkit-image-set(url(../img/common/icon-mail-white.png) 1x, url(../img/common/icon-mail-white@2x.png) 2x);
  background-image: image-set(url(../img/common/icon-mail-white.png) 1x, url(../img/common/icon-mail-white@2x.png) 2x);
  background-size: contain;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 2.196193265vw;
  z-index: 1000;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.39238653vw;
  height: 4.39238653vw;
  background-color: #2087cb;
  padding-top: 0.3660322108vw;
}
#pagetop a img {
  width: 0.7320644217vw;
}

footer #footer-contact {
  background-color: #053f65;
  height: 17.5695461201vw;
}
footer #footer-contact .inner {
  width: 73.2064421669vw;
  margin: 0 auto;
}
footer #footer-contact .inner .box {
  padding: 2.4890190337vw 1.4641288433vw;
  background-color: #2087cb;
  width: 73.2064421669vw;
  transform: translateY(-6.588579795vw);
  position: relative;
}
footer #footer-contact .inner .box:before, footer #footer-contact .inner .box:after {
  content: "";
  display: block;
  border: 0.0732064422vw solid #fff;
  width: 2.196193265vw;
  position: absolute;
  top: 1.4641288433vw;
  height: calc(100% - 2.9282576867vw);
}
footer #footer-contact .inner .box:before {
  left: 1.4641288433vw;
  border-right: 0;
}
footer #footer-contact .inner .box:after {
  right: 1.4641288433vw;
  border-left: 0;
}
footer #footer-contact .inner .box .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.8301610542vw;
}
footer #footer-contact .inner .box .info h3 {
  font-size: 1.756954612vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.8301610542vw;
}
footer #footer-contact .inner .box .info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.2825768668vw;
  height: 4.39238653vw;
  background-color: #fff;
  color: #2176ae;
  font-size: 1.4641288433vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
footer #footer-contact .inner .box .info .btn span {
  display: block;
  padding-top: 0.1464128843vw;
}
footer #footer-contact .inner .box .info .btn:before {
  content: "";
  display: block;
  width: 1.6105417277vw;
  height: 1.1713030747vw;
  margin-right: 0.5856515373vw;
  background: url(../img/common/icon-mail-blue.png) center center no-repeat;
  background-size: contain;
}
footer #footer-contact .inner .box .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer #footer-contact .inner .box .contact strong {
  font-size: 1.0980966325vw;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.5856515373vw;
}
footer #footer-contact .inner .box .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3426061493vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0.7320644217vw;
}
footer #footer-contact .inner .box .contact a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: contain;
  width: 2.4158125915vw;
  height: 2.4890190337vw;
  margin-right: 0.7320644217vw;
}
footer #footer-contact .inner .box .contact .fax {
  font-size: 1.0980966325vw;
  line-height: 1;
  color: #fff;
}
footer #footer {
  padding: 2.9282576867vw 0;
  position: relative;
}
footer #footer .inner {
  width: 73.2064421669vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer #footer .inner .address {
  width: 25.6222547584vw;
}
footer #footer .inner .address .logo {
  position: relative;
  width: 17.5695461201vw;
  margin-bottom: 1.1713030747vw;
}
footer #footer .inner .address p {
  font-size: 1.0248901903vw;
  line-height: 1.2857142857;
  color: #333;
}
footer #footer .inner .sitemap {
  width: 47.5841874085vw;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5856515373vw;
}
footer #footer .inner .sitemap .left {
  display: flex;
  justify-content: flex-end;
}
footer #footer .inner .sitemap .right {
  margin-left: 4.2459736457vw;
  display: flex;
  justify-content: flex-end;
}
footer #footer .inner .sitemap ul {
  margin-left: 4.2459736457vw;
}
footer #footer .inner .sitemap ul:first-of-type {
  margin-left: 0;
}
footer #footer .inner .sitemap ul li a {
  font-size: 1.0248901903vw;
  line-height: 1;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5856515373vw;
}
footer #footer .inner .sitemap ul li a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow-s-black.png) right center no-repeat;
  background-size: contain;
  width: 1.1713030747vw;
  height: 0.5856515373vw;
  margin-left: 2.196193265vw;
}

#copyright {
  text-align: center;
  color: #fff;
  height: 3.6603221083vw;
  font-size: 1.0248901903vw;
  background-color: #053f65;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents {
  padding-top: 6.588579795vw;
}

main {
  z-index: 0;
  margin: 0 auto;
  padding-top: 6.588579795vw;
  padding-bottom: 13.9092240117vw;
  background: url(../img/common/page-bg@2x.png) left top no-repeat, url(../img/common/bg-cloud@2x.png) right top no-repeat;
  background-size: 36.6032210835vw auto, 76.1346998536vw auto;
}
#breadcrumbs {
  font-size: 1.0248901903vw;
  line-height: 1.2857142857;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #2087cb;
  color: #fff;
  width: 86.6032210835vw;
  height: 2.9282576867vw;
  padding-left: 2.196193265vw;
  position: absolute;
  bottom: -1.4641288433vw;
  z-index: 1;
}
#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: 20.4978038067vw;
  position: relative;
  background-color: #08466f;
  color: #fff;
}
#main-image.page:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1464128843vw;
  height: 7.3206442167vw;
  background-color: #09f;
}
#main-image.page h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#main-image.page h2 span {
  display: block;
}
#main-image.page h2 span.jp {
  font-size: 1.9033674963vw;
  line-height: 1;
  font-weight: bold;
}
#main-image.page h2 span.en {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.0248901903vw;
  line-height: 1;
  letter-spacing: 0.14rem;
  margin-top: 0.9516837482vw;
  color: #0099ff;
}
#main-image.page .img {
  position: absolute;
  bottom: -3.6603221083vw;
  right: 0;
  width: 44.2166910688vw;
  height: 26.3543191801vw;
}
#main-image.page .img img {
  width: 100%;
}

.archive-list-contents .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.6603221083vw;
  position: relative;
  height: 5.8565153734vw;
  padding-top: 2.7818448023vw;
}
.archive-list-contents .description .hx {
  font-size: 1.9033674963vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  color: #333;
  padding-left: 1.0980966325vw;
}
.archive-list-contents .description .hx:after {
  content: "";
  display: block;
  width: 0.1464128843vw;
  height: 6.588579795vw;
  background-color: #0099ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.archive-list-contents .description .hx span {
  font-size: 1.0248901903vw;
  letter-spacing: 0.102489019vw;
  display: block;
  padding-top: 0.7320644217vw;
  color: #0099ff;
}
.archive-list-contents .list ul {
  margin-bottom: 2.9282576867vw;
}
.archive-list-contents .list ul li {
  display: flex;
  flex-direction: column;
  color: #333333;
  position: relative;
}
.archive-list-contents .list ul li + li {
  margin-top: 1.317715959vw;
}
.archive-list-contents .list ul li.is-new .info:after {
  content: "";
  display: block;
  background: url(../img/common/icon-new.png) left center no-repeat;
  background-size: contain;
  width: 5.3440702782vw;
  height: 1.756954612vw;
  margin-left: 0.7320644217vw;
}
.archive-list-contents .list ul li .info {
  display: flex;
  align-items: center;
  margin-bottom: 1.0980966325vw;
}
.archive-list-contents .list ul li .info .terms a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #deecf6;
  color: #376481;
  font-size: 1.0980966325vw;
  text-decoration: none;
  height: 1.756954612vw;
  padding: 0 1.756954612vw;
}
.archive-list-contents .list ul li .info .terms a:last-of-type {
  margin-right: 0;
}
.archive-list-contents .list ul li .title {
  display: flex;
  align-items: flex-start;
  font-size: 1.0980966325vw;
  line-height: 1.6;
}
.archive-list-contents .list ul li .title a {
  text-decoration: none;
  padding-bottom: 0.1464128843vw;
  margin-left: 1.0980966325vw;
}