@charset "UTF-8";
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:focus-visible {
  outline: #bbb solid 2px !important;
  outline-offset: -2px  !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: -2px  !important;
	outline-color: #bbb !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color #bbb 2px !important;
	outline-offset: -2px  !important;
	outline-color: #bbb !important;
}

ins {
  background-color: #ff9;
  color: #464646;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #464646;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

/*a {
  outline: none;
}*/

html {
  font-size: 62.5%;
  /*min-width: auto;*/
  width: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  /*min-width: auto;*/
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: .25s ease;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: top;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

h3 {
  font-size: 33px;
  font-size: 3.3rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

input, textarea {
  box-shadow: none;
}

input:focus, textarea:focus {
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  visibility:hidden;
}

#wrap {
  position: relative;
  overflow: hidden;
}

.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* =========================================================
	パーツ
========================================================= */
.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

.map__wrap {
  margin: 15px 0 0;
}

.fade__in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.fade__in.on {
  opacity: 1;
  transform: translate(0, 0);
}

.is_ls {
  width: fit-content;
  margin: 0;
}

.is_ls > span {
  width: fit-content;
  margin: 0;
  margin-left: 1em;
}


header {
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 100;
  transition: .4s ease;
  margin: auto;
}

header.page {
  height: 100px;
}

header .header_wrap {
  width: 1100px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .header_wrap h1 {
  margin-right: 84px;
}

header .header_wrap h1 a img {
  width: 101px;
  height: 46px;
}

header .header_wrap #header_nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header_wrap #header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
}

header .header_wrap #header_nav ul li {
  font-size: 13px;
  font-size: 1.3rem;
  color: #464646;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
}

header .header_wrap #header_nav ul li + li {
  margin-left: 40px;
}

header .header_wrap #header_nav ul li a {
  color: #464646;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  height: 100%;
  align-items: center;
}

header .header_wrap #header_nav ul li a:hover, header .header_wrap #header_nav ul li a.active {
  color: #004B9E;
  opacity: 1;
}

header .header_wrap #header_nav ul li.under_layer .headerList {
  display: none;
}

header .header_wrap #header_nav ul li.under_layer.active, header .header_wrap #header_nav ul li.under_layer:hover {
  height: 5em;
  color: #004B9E;
  margin: 0;
  height: 100%;
}

header .header_wrap #header_nav ul li.under_layer.active:first-child, header .header_wrap #header_nav ul li.under_layer:hover:first-child {
  margin-left: -40px;
}

header .header_wrap #header_nav ul li.under_layer.active:before, header .header_wrap #header_nav ul li.under_layer:hover:before {
  position: relative;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 22px solid #004B9E;
  display: block;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList, header .header_wrap #header_nav ul li.under_layer:hover .headerList {
  display: block;
  position: absolute;
  width: 100vw;
  background: #004B9E;
  top: 99px;
  left: 0;
  z-index: 100;
  left: 0;
}

header .header_wrap #header_nav ul li.under_layer.hover .headerList {
  display: block;
  position: absolute;
  width: 100vw;
  background: #004B9E;
  top: 99px;
  left: 0;
  z-index: 100;
  left: 0;
}


header .header_wrap #header_nav ul li.under_layer.active .headerList .inner, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner {
  padding: 30px 0 5px 0;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_ttl, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_ttl:hover, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_ttl:hover {
  opacity: .8;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_ttl.company_ttl, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_ttl.company_ttl {
  margin-bottom: 0;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1100px;
  margin: auto;
  height: auto;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li {
  border-bottom: solid 1px #1F63AD;
  margin-bottom: 30px;
  width: 200px;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li a, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li a {
  display: block;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li a span, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li a span {
  display: block;
  color: #fff;
  position: relative;
  padding: 10px 0;
  margin-left: 15px;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li a span:before, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li a span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-65%) rotate(45deg);
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li a:hover, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li a:hover {
  opacity: .8;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li + li, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li + li {
  margin-left: 25px;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents li:nth-child(6), header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents li:nth-child(6) {
  margin-left: 0;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents.company_info, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents.company_info {
  margin-bottom: 30px;
}

header .header_wrap #header_nav ul li.under_layer.active .headerList .inner .headerList_contents.company_info li, header .header_wrap #header_nav ul li.under_layer:hover .headerList .inner .headerList_contents.company_info li {
  margin-bottom: 0;
}

header .header_wrap #header_nav .header_rightBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
  margin-right: 30px;
}

header .header_wrap #header_nav .header_rightBox li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}

header .header_wrap #header_nav .header_rightBox li a + a {
  margin-left: 40px;
}

header .header_wrap #header_nav .header_rightBox li.under_layer img {
  width: 20px;
  height: 20px;
}

header .header_wrap #header_nav .header_rightBox li.under_layer .headerList .inner form {
  position: relative;
  padding: 100px 0 80px;
  width: 100%;
  margin-top: -30px;
}

header .header_wrap #header_nav .header_rightBox li.under_layer .headerList .inner form input[type="text"] {
  width: 100%;
  padding: 19px 110px 19px 30px;
  box-sizing: border-box;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header .header_wrap #header_nav .header_rightBox li.under_layer .headerList .inner form input[type="submit"] {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border: none;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_search.svg) no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
}

form .clear_header {
  position: absolute;
  left: 92%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: none;
  border: none;
  outline: none;
  background: transparent;
  width: 16px;
  height: 16px;
  padding: 0;
}

form .clear_header:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
}

form .clear_header:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
}

#header_nav .header_navLogo {
  display: none;
}

#header_nav_sp {
  display: none;
}

#header_menuBtn {
  display: none;
}

.breadcrumb {
  width: 100%;
  /* min-height: 30px; */
  /* display: flex; */
  /* align-items: center; */
  /* box-sizing: border-box; */
  margin: auto;
  background: #EEEEEE;

  position: relative;
  padding: 6px 0 8px;
}

.breadcrumb .inner {
  height: 100%;
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
}

.breadcrumb .inner ul {
  /* display: flex; */
  align-items: center;
  height: 100%;
  position: relative;

  line-height: 1;
}

.breadcrumb .inner ul li {
  display: inline;
  font-size: 11px;
  font-size: 1.1rem;
}

.breadcrumb .inner ul li a {
  position: relative;
}

.breadcrumb .inner ul li + li:before {
  content: '>';
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-left: -3px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header .header_wrap #header_nav .header_rightBox li.under_layer .headerList .inner form input[type="submit"] {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    border: none;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_search.svg) no-repeat 0 0;
    background-size: 30px 30px;
    cursor: pointer;
  }
}

footer {
  padding: 80px 0 0;
  background: #004B9E;
}

footer .inner {
  padding: 0;
  max-width: 1100px;
}

footer .inner .pc_footer a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

footer .inner .pc_footer .inner_box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

footer .inner .pc_footer .inner_box ul li {
  padding: 5px 0;
}

footer .inner .pc_footer .inner_box ul li a {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

footer .inner .pc_footer .inner_box ul li:first-of-type {
  padding: 0 0 5px;
}

footer .inner .pc_footer .inner_box ul li:first-of-type a {
  font-weight: 700;
}

/*footer .inner .pc_footer .inner_box ul:last-child li {
  margin-bottom: 30px;
}

footer .inner .pc_footer .inner_box ul:last-child li a {
  font-weight: 700;
}*/

footer .inner .pc_footer > a:last-child {
  margin-top: 50px;
}
footer .inner .inner_box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  align-items: center;
  margin-top: 50px;
}

footer .inner .inner_box .footer__subNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .inner .inner_box .footer__subNav li {
  padding: 0 15px;
  border-right: 1px solid #fff;
  line-height: 1;
}

footer .inner .inner_box .footer__subNav li a {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

footer .inner .inner_box .footer__subNav li:first-of-type {
  padding: 0 15px;
  border-left: 1px solid #fff;
}

footer .inner .inner_box .footer__subNav li:first-of-type a {
  font-weight: 400;
}

footer .inner .inner_box small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/*footer .inner .inner_box small span {
  font-size: 2rem;
  vertical-align: sub;
}*/

#page_top {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: auto;
}

#page_top:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  html {
    /*min-width: 100%;*/
    width: 100%;
  }
  body {
    /*min-width: 100%;*/
    width: 100%;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .inner {
    width: 100%;
	  max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	 padding: 0 3.47vw;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  header {
    height: 16vw;
    position: fixed;
    padding: 0;
  }
  header .header_wrap {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .header_wrap h1 {
    margin: 0;
    padding-left: 5.33vw;
  }
  header .header_wrap h1 a img {
    width: 16.8vw;
    height: 7.79vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header_wrap #header_nav {
    display: none;
  }
  #header_nav_sp {
    display: block;
    visibility: hidden;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100vh;
    background: #fff;
  }
  #header_nav_sp .header_navInner {
    visibility: hidden;
    width: 100vw;
    overflow: hidden;
    transform: scale(0.95);
    position: fixed;
    top: 16vw;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    opacity: 0;
  }
  #header_nav_sp .header_navInner .header_navLogo {
    text-align: center;
    display: block;
    margin-bottom: 10vw;
  }
  #header_nav_sp .header_navInner .header_navLogo img {
    width: 16.8vw;
  }
  #header_nav_sp .header_navInner form {
    padding: 5.33vw 0;
    position: relative;
    width: 92vw;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin: 0 auto;
  }
  #header_nav_sp .header_navInner form input[type="text"] {
    width: 100%;
    padding: 2.5vw 19vw 2.5vw 6vw;
    box-sizing: border-box;
    border-radius: 100px;
    border: none;
    font-size: 4.27vw;
  }
  #header_nav_sp .header_navInner form input[type="submit"] {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.5vw;
    border: none;
    width: 5.33vw;
    height: 5.33vw;
    background: url(../img/common/icon_search.svg) no-repeat 0 0;
    background-size: 5.33vw 5.33vw;
    cursor: pointer;
  }
  #header_nav_sp .header_navInner form .clear_header {
    position: absolute;
    left: 84%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-style: none;
    border: none;
    outline: none;
    background: transparent;
    width: 16px;
    height: 16px;
    padding: 0;
  }
  #header_nav_sp .header_navInner form .clear_header:before {
    content: '';
    display: block;
    width: 3.33vw;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
  }
  #header_nav_sp .header_navInner form .clear_header:after {
    content: '';
    display: block;
    width: 3.33vw;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
  }
  #header_nav_sp .header_navInner ul {
    width: 100vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* height: auto; */
    /* justify-content: flex-start; */
    /* overflow-y: scroll; */
    /* position: relative; */
    /* top: 22vw; */
    /* overflow-x: hidden; */
    border-top: 1px solid #1F63AD;
  }
  #header_nav_sp .header_navInner ul li {
    margin: 0;
    padding: 4.6vw;
    margin: 0 auto;
    font-size: 4.27vw;
    font-weight: 700;
    width: 100%;
    text-align: justify;
    border-bottom: 1px solid #1F63AD;
    position: relative;
    font-size: 4.27vw;
    color: #fff;
  }
  #header_nav_sp .header_navInner ul li a {
    width: 100%;
    display: block;
    position: relative;
    font-size: 4.27vw;
    color: #fff;
  }
  #header_nav_sp .header_navInner ul li a:hover:after, #header_nav_sp .header_navInner ul li a.active:after {
    display: none;
  }
  #header_nav_sp .header_navInner ul li.under_layer:before {
    content: '';
    display: block;
    position: absolute;
    right: 4.8vw;
    top: 7.6vw;
    height: 1px;
    width: 3.33vw;
    background: #fff;
    transform: translateY(-50%);
  }
  #header_nav_sp .header_navInner ul li.under_layer:after {
    content: '';
    display: block;
    position: absolute;
    right: 6.33vw;
    top: 7.6vw;
    height: 3.33vw;
    width: 1px;
    background: #fff;
    transform: translateY(-50%);
  }
  #header_nav_sp .header_navInner ul li.under_layer ul {
    display: none;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active {
    background: #0055B4;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active:before {
    content: '';
    display: block;
    position: absolute;
    right: 4.8vw;
    top: 7.6vw;
    height: 1px;
    width: 3.67vw;
    background: #fff;
    transform: translateY(-50%);
  }
  #header_nav_sp .header_navInner ul li.under_layer.active:after {
    content: '';
    display: none;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100vw;
    position: relative;
    left: -4.6vw;
    flex-direction: row;
    top: 4.6vw;
    overflow: hidden;
    background: #0055B4;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li {
    width: 50vw;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-top: 1px solid #1F63AD;
  }
  #header_nav_sp .header_navInner > ul:nth-of-type(1) li.under_layer.active:nth-of-type(1) ul li:nth-child(7) {
    border-bottom: 1px solid #1F63AD;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li img {
    width: 100%;
    margin: 1.33vw 0;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 3.73vw;
    font-weight: 400;
    padding: 2.33vw 3.33vw;
    box-sizing: border-box;
    letter-spacing: 0em;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li a.only_letters {
    margin-left: 3.33vw;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li a.only_letters:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.33vw;
    height: 1.33vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li a p {
    font-size: 3.73vw;
    position: relative;
    padding: 0 3.33vw;
    margin-top: 1vw;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li a p:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li:nth-child(even) {
    border-right: 1px solid #1F63AD;
  }
  #header_nav_sp .header_navInner ul li.under_layer.active ul li.under_layer_main {
    width: 100%;
  }
  #header_nav_sp .header_navInner ul li .header_subMenu {
    padding: 3vw 0;
    margin-bottom: 20%;
    top: 0;
    border: none;
  }
  #header_nav_sp .header_navInner ul li .header_subMenu li {
    margin: 0;
    padding: 2.3vw 0;
    margin: 0 auto;
    font-size: 4.27vw;
    font-weight: 400;
    text-align: justify;
    position: relative;
    font-size: 3.2vw;
    color: #fff;
    border-bottom: none;
    margin: 0;
    width: 91%;
  }
  #header_nav_sp .header_navInner ul li .header_subMenu li a {
    display: inline;
    position: relative;
    font-size: 3.2vw;
    color: #fff;
  }
  #header_nav_sp .header_navInner ul li .header_subMenu li a:hover:after, #header_nav_sp .header_navInner ul li .header_subMenu li a.active:after {
    display: none;
  }
  #header_nav_sp.active {
    visibility: visible;
    top: 15.8vw;
    background: #004B9E;
  }
  #header_nav_sp.active .header_navInner {
    visibility: visible;
    opacity: 1;
    height: 100%;
    overflow-y: scroll;
  }
  #header_menuBtn {
    width: 16.55vw;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1001;
    display: block;
    position: absolute;
    background: #fff;
  }
  #header_menuBtn span {
    width: 6.67vw;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background: #004B9E;
    transition: .25s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header_menuBtn span:nth-child(1) {
    top: 4.4vw;
  }
  #header_menuBtn span:nth-child(2) {
    top: 6.6vw;
  }
  #header_menuBtn span:nth-child(3) {
    top: 8.7vw;
  }
  #header_menuBtn:after {
    content: '';
    position: absolute;
    width: 6.93vw;
    height: 1.87vw;
    background: url(../img/common/menu.svg);
    background-size: 6.93vw 1.87vw;
    bottom: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #header_menuBtn.active {
    background: #004B9E;
  }
  #header_menuBtn.active span {
    background: #fff;
    left: 50%;
    width: 7.67vw;
  }
    #header_menuBtn.active span:nth-child(1) {
    top: 6.3vw;
    transform: translateX(-50%) rotate(35deg);
  }
  #header_menuBtn.active span:nth-child(2) {
    opacity: 0;
  }
  #header_menuBtn.active span:nth-child(3) {
    top: 6.3vw;
    transform: translateX(-50%) rotate(-35deg);
  }
  #header_menuBtn.active:after {
    content: '';
    position: absolute;
    width: 6.93vw;
    height: 1.87vw;
    background: url(../img/common/menu_white.svg);
    background-size: 6.93vw 1.87vw;
    bottom: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  #header_nav_sp .header_navInner form input[type="submit"] {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.5vw;
    border: none;
    width: 5.33vw;
    height: 5.33vw;
    background: url(../img/common/icon_search.svg) no-repeat 0 0;
    background-size: 5.33vw 5.33vw;
    cursor: pointer;
  }
  #header_menuBtn:after {
    content: '';
    position: absolute;
    width: 6.93vw;
    height: 1.87vw;
    background: url(../img/common/menu.svg);
    background-size: 6.93vw 1.87vw;
    bottom: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #header_menuBtn.active:after {
    content: '';
    position: absolute;
    width: 6.93vw;
    height: 1.87vw;
    background: url(../img/common/menu_white.svg);
    background-size: 6.93vw 1.87vw;
    bottom: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    min-height: 8vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: auto;
    padding: 0;

    position: relative;
  }

  .breadcrumb .inner {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .breadcrumb .inner ul {
    padding-right: 17.73vw;
    padding: 1vw 13vw 1vw 0;

    display: block;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .breadcrumb .inner ul li {
    display: inline-block;
    font-size: 2.67vw;
    line-height: 1.7;
  }
  .breadcrumb .inner ul li a {
    position: relative;
  }
  .breadcrumb .inner ul li + li:before {
    content: '>';
    display: inline-block;
    width: 4.8vw;
    text-align: center;
    margin-left: -3px;
  }
  footer {
    padding: 0;
    background: #004B9E;
  }
  footer .inner {
    padding: 0;
    max-width: 100%;
  }
  footer .inner .pc_footer {
    display: none;
  }
  footer .inner .inner_box {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 9.33vw 6.67vw 10.67vw;
    align-items: center;
    margin-top: 0;
  }
  footer .inner .inner_box .footer__subNav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 9.33vw;
  }
  footer .inner .inner_box .footer__subNav li {
    padding: 2vw 0;
    border-right: none;
  }
  footer .inner .inner_box .footer__subNav li a {
    color: #fff;
    margin-bottom: 0;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1;
  }
  footer .inner .inner_box .footer__subNav li:first-of-type {
    padding: 2vw 0;
    border-left: none;
  }
  footer .inner .inner_box .footer__subNav li:first-of-type a {
    font-weight: 400;
  }
  footer .inner .inner_box small {
    display: block;
    font-size: 3.2vw;
    color: #fff;
    margin: auto;
    width: 100%;
  }
/*  footer .inner .inner_box small span {
    font-size: 2rem;
    vertical-align: sub;
  }*/
  #page_top {
    width: 11.73vw;
    height: 11.73vw;
    bottom: 10px;
    right: 10px;
    box-sizing: border-box;
    font-size: 2.4vw;
    text-align: center;
    transition: auto;
  }
  #page_top:hover {
    opacity: .7;
  }
  #page_top img {
    width: 100%;
  }
}


.external_link { position: relative; }
.external_link:after { content: ''; display: inline-block; width: 20px; height: 18px; background: url(../img/common/icon_link@2x.png) center center no-repeat; background-size: 20px 18px; margin-left: .5em; transform: translateY(.2em); }
.main_link { position: absolute; top: -100%; left: -100%; }
.main_link:focus { top: 0; left: 0; border: 2px solid rgba(0, 0, 0, .16); border-radius: 2px; color: #681da8; cursor: pointer; display: inline-block; font-size: 14px; line-height: 20px; margin: 6px 11px; min-height: 32px; text-decoration: underline; text-align: center; width: 106px; z-index: 1000; border-radius: 5px; padding: 10px; }