﻿html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;

  scroll-behavior: smooth;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}

/* 引用cssテーブル */
table {
  border-color: inherit;
  border-collapse: collapse;
}
.l-how-cell-container {
  max-width: 1160px;
  margin-inline: auto;
  width: 100%;
}
.p-how-cell__contents {
  margin-top: 32px;
}
.p-how-cell__contents th {
  text-align: center;
}

.p-how-cell__title {
  background-color: #0077c2;
  color: #fff;
  font-weight: 500;
  padding: 13px 0;
}
.p-how-cell__01 {
  width: 10%;
}
.p-how-cell__contents td {
  padding-top: 48px;
  padding-bottom: 48px;
}
.p-how-cell__contents td a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.u-border-top,
.u-border,
.u-border-bottom {
  position: relative;
}
.u-center {
  text-align: center;
}
.u-how-cell-pl {
  padding-left: 30px;
}
.p-how-cell__bg01 {
  background-color: #def3ff;
}
.p-how-cell__color01 {
  color: #fff;
  background-color: #d65b00;
  width: 30px;
  display: inline-block;
  padding: 5px 0;
}
.p-how-cell__color02 {
  color: #0077c2;
  font-weight: bold;
}
.u-border-top::after {
  content: "";
  position: absolute;
  height: 90%;
  right: 0;
  width: 2px;
  bottom: 0;
  background-color: #777777;
  opacity: 0.4;
  display: inline-block;
}
.u-border::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: 2px;
  opacity: 0.4;
  bottom: 0;
  background-color: #777777;
  display: inline-block;
}
.u-border-bottom::after {
  content: "";
  position: absolute;
  height: 90%;
  right: 0;
  width: 2px;
  opacity: 0.4;
  top: 0;
  background-color: #777777;
  display: inline-block;
}

.u-sp-appea {
  display: none;
}

@media screen and (max-width: 769px) {
  .p-how-cell__sp {
    margin-bottom: 15px;
  }
  .p-how-cell__sp:nth-of-type(odd) {
    background-color: #def3ff;
  }
  .p-how-cell__sp:nth-of-type(even) {
    background-color: rgba(222, 243, 255, 0.35);
  }
  .p-how-cell__spNum {
    background-color: #d65b00;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0 !important;
  }
  .p-how-cell__spInner {
    padding: 15px 5px 15px 15px;
  }
  .p-how-cell__spInner dl {
    display: flex;
    align-items: center;
  }
  .u-how-sp-mb {
    margin-bottom: 13px;
  }
  .p-how-cell__spInner dl {
    display: flex;
    align-items: center;
  }
  .p-how-cell__spInner dt {
    font-size: 0.85rem;
    line-height: 25px;
    font-weight: bold;
  }
  .p-how-cell__spInner dd {
    font-size: 0.78rem;
    line-height: 25px;
    font-weight: bold;
  }
  .p-how-cell__spBlock {
    padding: 20px 0;
    width: 115px;
    color: #fff;
    background-color: #0077c2;
    margin-right: 15px;
  }
  .p-how-cell__spLink {
    color: #0077c2;
  }
  .p-how-cell__spLink a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  .p-how-cell__spLink img {
    vertical-align: middle;
    vertical-align: revert;
    margin-left: 8px;
    display: inline-block;
  }
  .u-sp-appea {
    display: block;
  }
  .u-sp-none {
    display: none;
  }
}

/* 引用テーブル */


body{
  font-family: "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.inner {
  width: calc(100% - 16px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo a {
  width: 170px;
}
#header .txtLink {
  color: #113293;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  text-decoration: unset;
  padding-right: 16px;
}
#header .txtLink:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0% -50%;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath id='_' data-name='&gt;' d='M154,60v0a.982.982,0,0,0-.079-.388,1.03,1.03,0,0,0-.265-.39L147.3,54,146,55.346,151.724,60,146,64.654,147.3,66l6.354-5.218a1.03,1.03,0,0,0,.265-.39A1.006,1.006,0,0,0,154,60Z' transform='translate(-146 -54)' fill='%23113293'/%3E%3C/svg%3E");
}
#header {
}

#mv {
  width: 100%;
  height: 296px;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
#mv h1 {
  font-size: 36px;
  letter-spacing: calc(57.6em / 1000);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#mv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 63%;
  height: 100%;
  background-color: rgba(218, 248, 251, 0.85);
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: 1;
}

#label_about {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

#label_about h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: calc(51.2em / 1000);
  color: #113293;
}
#label_about .paragraph {
  margin-top: 24px;
}

#label_about .paragraph p {
  font-size: 16px;
  line-height: calc(25.6 / 16);
}

#label_list {
  background-color: #f6f6f6;
  padding-top: 64px;
  padding-bottom: 64px;
}

#label_list ul {
  width: calc(100% - 16px);
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}
#label_list ul li {
  list-style-type: none;
  margin-bottom: 42px;
}
#label_list ul li:last-child {
  margin-bottom: 0;
}
#label_list ul li .head {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 19px;
}
#label_list ul li .head .num {
  line-height: 0;
}
#label_list ul li .head .num svg {
  height: 28px;
}
#label_list ul li .head h3 {
  font-size: 24px;
  color: #113293;
  letter-spacing: calc(51.2em / 1000);
}
#label_list ul li .detail .paragraph {
  font-size: 16px;
  line-height: calc(25.6 / 16);
}

#label_map {
  padding-top: 72px;
  margin-bottom: 80px;
}
#label_map .wrap {
  position: relative;
  padding-bottom: 87px;
}
#label_map .wrap .inner {
  position: relative;
  z-index: 2;
}
#label_map .wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 219px;
  background-color: #def2ff;
  z-index: 1;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(50% + 103px) calc(100% - 40px),
    50% 100%,
    calc(50% - 103px) calc(100% - 40px),
    0% calc(100% - 40px)
  );
}
#label_map .wrap02 {
  padding-top: 56px;
}
#label_map h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: calc(51.2em / 1000);
  margin-bottom: 24px;
}
#label_map .label_map_img {
  position: relative;
  overflow: hidden;
}
#label_map .label_map_img img {
  max-width: 100%;
  margin-top: -40px;
  margin-top: -3.7%;
}
#label_map .label_map_img a {
  position: absolute;
  width: 5%;
  height: 8%;
}
#label_map .label_map_img a:nth-child(1) {
  top: 20%;
  left: 14%;
  z-index: 4;
}
#label_map .label_map_img a:nth-child(2) {
  top: 32%;
  left: 82%;
}
#label_map .label_map_img a:nth-child(3) {
  top: 30.5%;
  left: 14%;
}
#label_map .label_map_img a:nth-child(4) {
  top: 42%;
  left: 14%;
}
#label_map .label_map_img a:nth-child(5) {
  top: 49.5%;
  left: 82%;

  /* display: none; */
}
#label_map .label_map_img a:nth-child(6) {
  top: 53%;
  left: 14%;

  /* display: none; */
}
#label_map .label_map_img a:nth-child(7) {
  top: 67%;
  left: 14%;

  /* display: none; */
}
#label_map .label_map_img a:nth-child(8) {
  top: 67%;
  left: 82%;
  /* 
    display: none; */
}
#label_map .label_map_img a:nth-child(9) {
  top: 78.5%;
  left: 14%;

  /* display: none; */
}
#label_map .label_map_img a:nth-child(10) {
  top: 78.5%;
  left: 82%;
}
#label_map .label_map_img a:nth-child(11) {
  top: 91%;
  left: 14%;
}

#label_list_details {
  padding-bottom: 80px;
}
#label_list_details .wrap + .wrap {
  margin-top: 92px;
}
#label_list_details h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: calc(51.2em / 1000);
  color: #113293;
  margin-bottom: 32px;
}
#label_list_details .blue_bg {
  background-color: #f8fbff;
  padding-top: 64px;
  padding-bottom: 64px;
}
#label_list_details .blue_bg + .blue_bg {
  margin-top: 60px;
}
#label_list_details .blue_bg h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: calc(51.2em / 1000);
  margin-bottom: 50px;
}
#label_list_details .box01 {
  margin-bottom: 66px;
}
#label_list_details .box01 picture {
  background-color: #fff;
  display: block;
  padding: 16px 18px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid #E3E3E3;
}
#label_list_details .box01 picture img{
  width: 274px;
  height: auto;
}
#label_list_details .btn {
  width: 194px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #113293;
  color: #fff;
  text-decoration: unset;
  font-weight: bold;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}
#label_list_details .btn svg {
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0% -50%;
}
#label_list_details .box02 {
  margin-bottom: 32px;
}
#label_list_details .box02 h4 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
}
#label_list_details .box02 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#label_list_details .box02 .notes {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}
#label_list_details .box02 .notes p{
  text-indent: 1em;
  margin-left: -1em;
  font-size: 14px;
}
#label_list_details .box03 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}
#label_list_details .box03 ul {
  display: flex;
  flex-wrap: wrap;
  /* gap: 45px 24px; */
  gap: 45px 0px;
}
#label_list_details .box03 ul li {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  display: block;
  width: 25%;
  padding: 0 17px;
}
#label_list_details .box03 ul li picture{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  margin-top: 4px;
}
#label_list_details .box03 ul li picture img{
  height: 48px;
  width: auto;
}
#label_list_details .box03 ul li p {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
  width: 100%;
}
#label_list_details .box03 ul li p:before {
  content: "■";
}
/* .item01 {
  width: 192px;
}
.item02 {
  width: 160px;
}
.item03 {
  width: 160px;
}
.item04 {
  width: 192px;
}
.item05 {
  width: 160px;
}
.item06 {
  width: 160px;
}
.item07 {
  width: 161px;
} */
/* .icon01 {
  width: 64px;
}
.icon02 {
  width: 64px;
}
.icon03 {
  width: 54.04px;
  width: 64px;
}
.icon04 {
  width: 64px;
}
.icon05 {
  width: 46.41px;
  width: 64px;
}
.icon06 {
  width: 49px;
}
.icon07 {
  width: 70px;
} */


#footer {
    background-color: #000;
    padding: 16px 0;
    position: relative;
}
#footer .pageTop{
    position: fixed;
    cursor: pointer;
    bottom: 80px;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg id='btn_top' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect id='box' width='40' height='40' rx='2' fill='%23111' opacity='0.6'/%3E%3Cg id='ico_arrow_top' transform='translate(10 10)'%3E%3Cpath id='パス_14' data-name='パス 14' d='M226.968,28.862,220,22.353l-6.968,6.509L212,27.509l7.483-6.99a.743.743,0,0,1,1.034,0L228,27.509Z' transform='translate(-210 -15.586)' fill='%23fff'/%3E%3Crect id='box-2' data-name='box' width='20' height='20' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .inner .footer_link {
  display: flex;
  align-items: center;
  gap: 50px;
}
#footer .inner .footer_link p {
  position: relative;
}
#footer .inner .footer_link p:nth-child(1):after {
  display: none;
}
#footer .inner .footer_link p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  translate: 0% -50%;
  width: 1px;
  height: 100%;
  background-color: #555;
}
#footer .inner .footer_link a {
  color: #fff;
  text-decoration: unset;
  font-size: 14px;
}
#footer .inner .footer_copyright {
  color: #b1b1b1;
  font-weight: 200;
  font-size: 13px;
}
.-sp {
  display: none;
}

@media (max-width: 769px) {
  .-sp {
    display: block;
  }
  .-pc {
    display: none;
  }
  .inner {
    width: calc(100% - 32px);
  }
  #header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #header .txtLink {
    padding-right: 20px;
  }
  #header .logo {
    width: 113.33px;
    height: auto;
  }

  #mv {
    height: 164px;
  }
  #mv:after{
    width: 70%;
  }
  #mv h1 {
    font-size: 28px;
  }
  #label_about {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #label_about h2 {
    font-size: 24px;
    letter-spacing: calc(38.4em / 1000);
  }
  #label_about .paragraph {
    margin-top: 16px;
  }
  #label_about .paragraph p {
    text-align: left;
  }

  #label_list {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #label_list ul li {
    margin-bottom: 32px;
  }
  #label_list ul li .head {
    gap: 13px;
    margin-bottom: 18px;
  }
  #label_list ul li .head .num svg {
    height: 22px;
  }
  #label_list ul li .head h3 {
    font-size: 18px;
  }

  #label_map {
    margin-bottom: 40px;
  }
  #label_map .wrap {
    padding-bottom: 48px;
  }

  #label_map .wrap:after {
    height: 111px;
  }

  #label_map h2 {
    font-size: 18px;
  }

  #label_list_details h2 {
    font-size: 24px;
  }
  #label_list_details .blue_bg {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #label_list_details .blue_bg h3 {
    font-size: 18px;
    margin-bottom: 31px;
  }
  #label_list_details .blue_bg h3 .-sp {
    height: 0;
  }
  #label_list_details .btn {
    width: calc(100% - 18px);
    max-width: 303px;
    height: 64px;
    font-size: 16px;
    border-radius: 2px;
  }
  #label_list_details .btn svg {
    width: 20px;
    height: 20px;
  }
  #label_list_details .box01 {
    margin-bottom: 50px;
  }

  #label_list_details .box02 h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
 
  #label_list_details .box03 {
    padding: 16px;
  }
  #label_list_details .box03 ul {
    gap: 24px 10px;
  }
  #label_list_details .box03 ul li {
    display: block;
    width: calc(50% - 5px);
    padding: 0;
  }
  #label_list_details .box03 ul li.item05 p {
    height: 28px;
  }
  #label_list_details .box03 ul li.item06 p {
    height: 28px;
  }
  #label_list_details .box03 ul li.item07 p {
    height: 28px;
  }
  #label_list_details .box03 ul li img {
    display: block;
    margin: 0 auto;
    height: 48px;
    width: auto;
  }
  #label_list_details .box03 ul li p {
    width: 90%;
    height: 41px;
  }
  #label_list_details .wrap + .wrap {
    margin-top: 60px;
  }
  #footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #footer .inner {
    display: block;
  }
  #footer .inner .footer_link {
    display: block;
  }
  #footer .inner .footer_link p {
    margin-bottom: 24px;
    line-height: 1;
  }

  #footer .inner .footer_copyright {
    margin-top: 40px;
    text-align: center;
  }
}
