@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2;
}
body.fixed {
  overflow: hidden;
}
body .robot {
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.1607142857vw;
  }
}
@media print, screen and (min-width: 1120px) {
  body {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.4666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

img,
picture {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
img.of-contain,
picture.of-contain {
  font-family: "object-fit: contain;";
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
img.of-cover,
picture.of-cover {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

img:not([data-edge_img_search=true]) {
  pointer-events: none;
}

sub,
sup {
  font-size: 0.6em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);  
          width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  br[pc] {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br[pc] {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br[sp] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br[sp] {
    display: block;
  }
}

.wrap {
  overflow-x: hidden;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .contents {
    padding-top: 24.1333333333vw;
  }
}

.header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .header.fixed {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    top: min(-17.8571428571vw, -200px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 11;
  }
  .header.fixed.visible {
    top: 0;
  }
  .header.fixed.visible .header__logo.brillia {
    width: min(9.2857142857vw, 104px);
  }
  .header.fixed .global-nav__inner [class^=global-nav__item] > a, .header.fixed .global-nav__inner [class^=global-nav__item] > span {
    height: min(5.3571428571vw, 60px);
  }
}
@media only screen and (max-width: 767px) {
  .header.fixed {
    top: 0;
    z-index: 100;
  }
  .header.fixed .header__inner {
    padding-top: var(--header-logo-height);
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
  .header.fixed .header__block01 {
    height: 17.3333333333vw;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .header.fixed .header__logo.brillia a {
    width: 33.0666666667vw;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .header.fixed .header__logo.tokyo-tatemono {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header.fixed .global-nav__button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header.fixed .global-nav__button.active {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header.fixed.visible {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
  .header.fixed.visible .header__inner {
    padding-top: 0;
  }
  .header.fixed.visible .header__block01 {
    height: 13.3333333333vw;
  }
  .header.fixed.visible .header__logo.brillia a {
    width: 26.6666666667vw;
  }
  .header.fixed.visible .header__logo.tokyo-tatemono {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header.fixed.visible .global-nav__button.active {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004165;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .header__inner {
    padding-left: min(2.6785714286vw, 30px);
    padding-right: min(2.6785714286vw, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 767px) {
  .header__block01 {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .header__logo.brillia {
    width: min(12.6785714286vw, 142px);
  }
}
@media only screen and (max-width: 767px) {
  .header__logo.brillia {
    padding-left: 5.3333333333vw;
  }
}
.header__logo.tokyo-tatemono a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .header__logo.tokyo-tatemono {
    width: min(9.2307692308%, 126px);
    padding-left: min(2.6785714286vw, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .header__logo.tokyo-tatemono {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 1.3333333333vw 2.6666666667vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header__logo.tokyo-tatemono a {
    width: 19.7333333333vw;
    margin-left: auto;
  }
}
.header__logo a,
.header__logo img {
  display: block;
}

.brillia-nav {
  width: 100%;
  background-color: #E6EDF1;
}
@media print, screen and (min-width: 768px) {
  .brillia-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .brillia-nav {
    position: relative;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: -1;
    display: none;
  }
}
.brillia-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 714px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .brillia-nav ul {
    padding: min(1.0714285714vw, 12px) 0;
  }
}
.brillia-nav li {
  width: 33.3333333333%;
}
@media print, screen and (min-width: 768px) {
  .brillia-nav li {
    border-left: 1px solid rgba(0, 65, 101, 0.2);
  }
  .brillia-nav li:last-child {
    border-right: 1px solid rgba(0, 65, 101, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .brillia-nav li + li {
    border-left: 1px solid rgba(0, 65, 101, 0.2);
  }
}
.brillia-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #004165;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.brillia-nav a::before {
  position: absolute;
  content: "";
  background-color: white;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .brillia-nav a {
    font-size: min(1.1607142857vw, 13px);
    line-height: 2.7692307692;
  }
  .brillia-nav a::before {
    width: 94%;
    height: 100%;
  }
  .brillia-nav a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .brillia-nav a {
    padding: 3.2vw 0 2.9333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
  .brillia-nav a::before {
    width: 84%;
    height: 72%;
  }
}
.brillia-nav a span {
  position: relative;
}
.brillia-nav a.current {
  pointer-events: none;
}
.brillia-nav a.current::before {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .header.fixed .brillia-nav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header.visible .brillia-nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}

body:not(.page-brillia) .brillia-nav {
  display: none !important;
}

.global-nav__button {
  position: relative;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  margin-left: auto;
  top: 0;
  right: 5.3333333333vw;
  z-index: 3;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.global-nav__button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background: #FFF;
  left: 0;
}
.global-nav__button span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
.global-nav__button span:nth-of-type(2) {
  opacity: 1;
  top: 3.2vw;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
}
.global-nav__button span:nth-of-type(3) {
  -webkit-animation: menu-bar03 0.75s forwards;
          animation: menu-bar03 0.75s forwards;
}
.global-nav__button.active:before {
  opacity: 0.9;
}
.global-nav__button.active span {
  top: 50%;
}
.global-nav__button.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
.global-nav__button.active span:nth-of-type(2) {
  opacity: 0;
}
.global-nav__button.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
          animation: active-menu-bar03 0.75s forwards;
}

@media print, screen and (min-width: 768px) {
  .global-nav {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    top: 0;
    left: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
  }
  .global-nav.active {
    left: 0;
    opacity: 1;
  }
}

.global-nav__logo {
  padding: 4vw 5.3333333333vw;
}
.global-nav__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28.8vw;
}

.global-nav__inner {
  height: calc(100% - 13.3333333333vw);
  overflow-y: auto;
}
@media print, screen and (min-width: 768px) {
  .global-nav__inner > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__inner > ul {
    width: 100%;
    height: auto;
    overflow: auto;
    color: #FFF;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
}
.global-nav__inner > ul > li > a, .global-nav__inner > ul > li > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .global-nav__inner > ul > li.global-nav__item-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .global-nav__inner > ul > li.global-nav__item-strength {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .global-nav__inner > ul > li.global-nav__item-support {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .global-nav__inner > ul > li.global-nav__item-topics {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .global-nav__inner > ul > li.global-nav__item-history {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .global-nav__inner > ul > li.global-nav__item-interested {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .global-nav__inner > ul > li > a, .global-nav__inner > ul > li > span {
    cursor: pointer;
    height: min(6.25vw, 70px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 min(2.2321428571vw, 25px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .global-nav__inner > ul > li > a:hover, .global-nav__inner > ul > li > a.active, .global-nav__inner > ul > li > span:hover, .global-nav__inner > ul > li > span.active {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__inner > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .global-nav__inner > ul > li > a, .global-nav__inner > ul > li > span {
    height: 18.1333333333vw;
    padding: 0 5.3333333333vw;
    font-size: 4.8vw;
    font-weight: 500;
  }
  .global-nav__inner > ul > li > a::after {
    position: absolute;
    content: "";
    width: 1.8666666667vw;
    height: 2.9333333333vw;
    background: url(../img/arrow_global-nav_right.svg) no-repeat center/100% 100%;
    top: 50%;
    right: 5.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .global-nav__inner > ul > li > span::after {
    position: absolute;
    content: "";
    width: 2.9333333333vw;
    height: 1.8666666667vw;
    background: url(/common/img/arrow_global-nav_accordion_down.svg) no-repeat center/100% 100%;
    top: 50%;
    right: 5.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .global-nav__inner > ul > li > span.active::after {
    background-image: url(/common/img/arrow_global-nav_accordion_up.svg);
  }
}
.global-nav__inner > ul > li.global-nav__item-interested a {
  border: 1px solid;
}
@media print, screen and (min-width: 768px) {
  .global-nav__inner > ul > li.global-nav__item-interested {
    margin-left: min(2.6785714286vw, 30px);
  }
  .global-nav__inner > ul > li.global-nav__item-interested a {
    width: min(14.2857142857vw, 160px);
    height: min(3.0357142857vw, 34px) !important;
    font-size: min(1.25vw, 14px);
  }
  .global-nav__inner > ul > li.global-nav__item-interested a:hover {
    background-color: rgba(26, 110, 193, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .global-nav__inner > ul > li.global-nav__item-interested {
    padding: 0 5.3333333333vw 16vw;
    border-top: 0;
  }
  .global-nav__inner > ul > li.global-nav__item-interested a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 0.8vw 0;
  }
  .global-nav__inner > ul > li.global-nav__item-interested a::after {
    content: none;
  }
}

@-webkit-keyframes menu-bar01 {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0.8vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0.8vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 5.6vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 5.6vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    display: none;
    left: 0;
    padding: 6.4285714286vw 0 7.1428571429vw;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu {
    padding: 72px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu {
    display: none;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .megamenu .megamenu__small-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5.3333333333vw;
  }
  .megamenu .megamenu__small-list li.item--top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .megamenu .megamenu__small-list li:not(.item--top) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .megamenu .megamenu__small-list li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.3333333333vw;
    padding: 0 5.3333333333vw 0 0;
  }
  .megamenu .megamenu__small-list li a:not(.small-arrow)::after {
    position: absolute;
    content: "";
    width: 1.8666666667vw;
    height: 2.9333333333vw;
    background: url(/common/img/arrow_global-nav_right.svg) no-repeat center/100% 100%;
    opacity: 0.3;
    top: 50%;
    right: 5.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .megamenu .megamenu__small-list li a.small-arrow::after {
    position: static;
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    margin-left: 4.2666666667vw;
    background: url(/common/img/arrow_global-nav_small_right.svg) no-repeat center/contain;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media print, screen and (min-width: 768px) {
  .megamenu__inn {
    margin: 0 auto;
    max-width: 1226px;
    padding: 0 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu__inn {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .megamenu--search .search-group__wrap {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--search .search-group__wrap {
    background-color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--search .search-group:nth-of-type(1) {
    float: left;
    width: 53.0679933665%;
  }
  .megamenu--search .search-group:nth-of-type(2), .megamenu--search .search-group:nth-of-type(3) {
    float: right;
    width: 43.6152570481%;
  }
  .megamenu--search .search-group:nth-of-type(3) {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--search .search-group + .search-group {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.megamenu--search .search-group h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .megamenu--search .search-group h2 {
    font-size: 2.0535714286vw;
    margin-bottom: 1.875vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--search .search-group h2 {
    font-size: 2.3rem;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--search .search-group h2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 17.0666666667vw;
    padding: 0 5.3333333333vw 0 2.6666666667vw;
    background: url(/common/img/arrow_global-nav_accordion_down.svg) right 5.3333333333vw center/2.9333333333vw auto no-repeat;
    font-size: 4.2666666667vw;
  }
  .megamenu--search .search-group h2.active {
    background-image: url(/common/img/arrow_global-nav_accordion_up.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--search .search-group .search-group__detail {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--search .search-group .search-group__detail {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--search .search-group .search-group__detail > ul.search-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li {
    border-bottom: 0.0892857143vw solid #333;
    width: 47.5285171103%;
  }
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li:nth-of-type(-n+2) {
    border-top: 0.0892857143vw solid #333;
  }
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/common/img/arrow_global-nav_right.svg) right center/0.4464285714vw auto no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.5357142857vw;
  }
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li {
    border-bottom-width: 1px;
  }
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li:nth-of-type(-n+2) {
    border-top-width: 1px;
  }
  .megamenu--search .search-group .search-group__detail > ul.search-group__list li a {
    background-size: 5px auto;
    height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--search .megamenu__small-list {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .megamenu--search .megamenu__small-list > li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.megamenu--search .line__small-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3.2vw 5.3333333333vw 3.2vw 0;
  background: none;
  border: none;
  color: white;
  line-height: 2;
}
.megamenu--search .line__small-title::after {
  position: absolute;
  content: "";
  width: 2.9333333333vw;
  height: 1.8666666667vw;
  background: url(/common/img/arrow_global-nav_accordion_up.svg) no-repeat center/100% 100%;
  top: 50%;
  right: 5.3333333333vw;
}
.megamenu--search .line__small-title:not(.active)::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.megamenu--search .line__small-title.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.megamenu--search .line__small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.megamenu--search .line__small-list li {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.5;
}
.megamenu--search .line__small-list li:nth-last-child(2):nth-child(odd), .megamenu--search .line__small-list li:last-child {
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .search-map {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .search-map {
    height: auto !important;
  }
}
.search-map picture,
.search-map img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .search-map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .search-map ul li {
    font-weight: 500;
    margin-top: 1.0714285714vw;
  }
  .search-map ul li + li:before {
    content: " ｜ ";
    white-space: pre-wrap;
  }
  .search-map ul li a:hover {
    text-decoration: underline;
  }
  .search-map ul li.balloon {
    margin: 0;
    position: absolute;
  }
  .search-map ul li.balloon:after {
    display: none;
  }
  .search-map ul li.balloon.balloon--tokyo23ku {
    left: 53.125%;
    top: 48.3333333333%;
  }
  .search-map ul li.balloon.balloon--tokyotoka {
    left: 11.40625%;
    top: 46.3888888889%;
  }
  .search-map ul li.balloon.balloon--kanagawa {
    left: 23.90625%;
    top: 88.3333333333%;
  }
  .search-map ul li.balloon.balloon--saitama {
    left: 27.03125%;
    top: 10%;
  }
  .search-map ul li.balloon.balloon--chiba {
    left: 88.59375%;
    top: 21.9444444444%;
  }
  .search-map ul li.balloon a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    bottom: 1.25vw;
    color: #004165;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 2.8571428571vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    min-width: 6.4285714286vw;
    padding: 0 1.25vw;
    position: absolute;
    text-align: center;
    text-indent: 0.05em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
  }
  .search-map ul li.balloon a:after {
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width: 2.1428571429vw 0.5357142857vw 0 0.5357142857vw;
    bottom: -1.25vw;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 0;
    z-index: 0;
  }
  .search-map ul li.balloon a:hover {
    background: #D36936;
    color: #FFF;
    text-decoration: none;
  }
  .search-map ul li.balloon a:hover:after {
    border-color: #D36936 transparent transparent transparent;
  }
}
@media print, screen and (min-width: 1120px) {
  .search-map ul li {
    margin-top: 12px;
  }
  .search-map ul li.balloon a {
    bottom: 14px;
    height: 32px;
    min-width: 72px;
    padding: 0 14px;
  }
  .search-map ul li.balloon a:after {
    border-width: 24px 6px 0 6px;
    bottom: -14px;
  }
}
.search-map ul.bottom {
  bottom: 1.3392857143vw;
  position: absolute;
  right: 1.7857142857vw;
}
@media print, screen and (min-width: 1120px) {
  .search-map ul.bottom {
    bottom: 15px;
    right: 20px;
  }
}
.search-map ul.bottom li {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .search-map.wide {
    margin-left: -5.3333333333vw;
    position: relative;
    width: calc(100% + 10.6666666667vw);
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li.balloon {
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .search-map.wide ul li.balloon.balloon--tokyo23ku {
    left: 54.0178571429%;
    top: 47.6394849785%;
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li.balloon.balloon--tokyo23ku {
    left: 55.2%;
    top: 54.5515496907%;
  }
}
@media print, screen and (min-width: 768px) {
  .search-map.wide ul li.balloon.balloon--tokyotoka {
    left: 21.0714285714%;
    top: 44.2060085837%;
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li.balloon.balloon--tokyotoka {
    left: 17.0666666667%;
    top: 51.5039770823%;
  }
}
@media print, screen and (min-width: 768px) {
  .search-map.wide ul li.balloon.balloon--kanagawa {
    left: 30.8928571429%;
    top: 88.1974248927%;
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li.balloon.balloon--kanagawa {
    left: 27.2%;
    top: 91.1224209917%;
  }
}
@media print, screen and (min-width: 768px) {
  .search-map.wide ul li.balloon.balloon--saitama {
    left: 33.5714285714%;
    top: 10.3004291845%;
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li.balloon.balloon--saitama {
    left: 36.8%;
    top: 20.7234937372%;
  }
}
@media print, screen and (min-width: 768px) {
  .search-map.wide ul li.balloon.balloon--chiba {
    left: 78.2142857143%;
    top: 26.6094420601%;
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li.balloon.balloon--chiba {
    left: 85.0666666667%;
    top: 34.1328132143%;
  }
}
@media only screen and (max-width: 767px) {
  .search-map.wide ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    bottom: 1.25vw;
    color: #004165;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 8.5333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    min-width: 19.2vw;
    padding: 0 3.7333333333vw;
    position: absolute;
    text-align: center;
    text-indent: 0.05em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
  }
  .search-map.wide ul li a:after {
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width: 6.4vw 1.6vw 0 1.6vw;
    bottom: -3.7333333333vw;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 0;
    height: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .megamenu--strength .strength__wrap {
    width: calc(740px + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--strength .strength__wrap {
    background-color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--strength .strength__head h2 {
    margin-bottom: 1.7857142857vw;
    font-size: 2.1428571429vw;
    font-weight: 400;
    line-height: 1.5;
    text-indent: 0.05em;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--strength .strength__head h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--strength .megamenu__small-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.5714285714vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--strength .megamenu__small-list {
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--strength .megamenu__small-list li {
    width: 29.7297297297%;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--strength .megamenu__small-list li {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--strength .megamenu__small-list li:not(.item--top) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--strength .megamenu__small-list li a {
    display: block;
    padding-bottom: min(2.6785714286vw, 30px);
  }
  .megamenu--strength .megamenu__small-list li a .megamenu__small-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: min(13.0357142857vw, 146px);
    margin-bottom: min(1.3392857143vw, 15px);
    overflow: hidden;
  }
  .megamenu--strength .megamenu__small-list li a .megamenu__small-img img {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .megamenu--strength .megamenu__small-list li a span {
    display: block;
    font-size: min(1.1607142857vw, 13px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--strength .megamenu__small-list li a:hover .megamenu__small-img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .megamenu--strength .megamenu__small-list li a:hover span {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--strength .megamenu__small-list.cm-gallery {
    padding-top: 30px;
    border-bottom: none;
  }
  .megamenu--strength .megamenu__small-list.cm-gallery a {
    padding: 8px 0;
    border: 1px solid;
    text-align: center;
  }
  .megamenu--strength .megamenu__small-list.cm-gallery a:hover {
    background-color: rgba(26, 110, 193, 0.8);
  }
  .megamenu--strength .megamenu__small-list.cm-gallery a:hover span {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .megamenu--support .support__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--support .support__wrap {
    background-color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--support .support__group:first-child {
    width: 78.2752902156%;
  }
  .megamenu--support .support__group:first-child .megamenu__small-list li {
    width: 23.4110169492%;
  }
  .megamenu--support .support__group:first-child .megamenu__small-list li + li {
    margin-left: 2.1186440678%;
  }
  .megamenu--support .support__group:last-child {
    width: 18.3250414594%;
  }
  .megamenu--support .support__group:last-child .megamenu__small-list li {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--support .support__group h2 {
    font-size: 2.0535714286vw;
    font-weight: 500;
    margin-bottom: 2.3214285714vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--support .support__group h2 {
    font-size: 2.3rem;
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--support .support__group .megamenu__small-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--support .support__group .megamenu__small-list li:not(.item--top) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--support .support__group .megamenu__small-list a {
    display: block;
  }
  .megamenu--support .support__group .megamenu__small-list a:hover span {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--support .support__group .megamenu__small-list img {
    display: block;
    margin-bottom: 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--support .support__group .megamenu__small-list img {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--support .support__group .megamenu__small-list span {
    display: block;
    line-height: 20.8/13;
  }
}

@media only screen and (max-width: 767px) {
  .megamenu--history {
    display: block !important;
    padding: 3.2vw 5.3333333333vw 10.6666666667vw;
  }
}
.megamenu--history h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .megamenu--history h2 {
    font-size: 2.0535714286vw;
    margin-bottom: 2.3214285714vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--history h2 {
    font-size: 2.3rem;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history h2 {
    font-size: 6.1333333333vw;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--history .history__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history .history__list {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu--history .history__list li {
    display: block !important;
    margin-right: 1.6583747927%;
    width: 31.8407960199%;
  }
  .megamenu--history .history__list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history .history__list li {
    margin-bottom: 10.6666666667vw;
  }
}
.megamenu--history .history__list a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .megamenu--history .history__list a {
    margin-bottom: 0.9821428571vw;
  }
  .megamenu--history .history__list a:hover .history__name {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--history .history__list a {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history .history__list a {
    margin-bottom: 3.7333333333vw;
  }
}
.megamenu--history .history__list .history__img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .megamenu--history .history__list .history__img {
    height: 22.9464285714vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--history .history__list .history__img {
    height: 257px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history .history__list .history__img {
    height: 59.2vw;
    margin-bottom: 3.7333333333vw;
  }
}
.megamenu--history .history__list .history__name {
  display: block;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .megamenu--history .history__list .history__name {
    font-size: 1.6071428571vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .megamenu--history .history__list .history__name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history .history__list .history__name {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu--history .history__more {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/common/img/arrow_global-nav_accordion_down.svg) right 5.3333333333vw center/4.2666666667vw auto no-repeat;
    border: 0.2666666667vw solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16vw;
    padding: 0 5.3333333333vw;
  }
  .megamenu--history .history__more.open {
    background-image: url(/common/img/arrow_global-nav_accordion_up.svg);
  }
}

.sitemap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sitemap {
    gap: 4.8214285714vw 0;
    padding-right: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap {
    gap: 10.6666666667vw 5.3333333333vw;
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .sitemap__group {
    width: 33.3333333333%;
  }
  .sitemap__group ul li {
    width: 100%;
  }
  .sitemap__group ul a {
    display: block;
    line-height: 2.3076923077;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__group {
    width: calc(50% - 2.6666666667vw);
  }
  .sitemap__group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw 0;
    margin-top: 4vw;
  }
  .sitemap__group ul li {
    width: 100%;
  }
  .sitemap__group ul a {
    display: block;
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    line-height: 1.4545454545;
  }
  .sitemap__group[data-sp-order="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sitemap__group[data-sp-order="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sitemap__group[data-sp-order="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sitemap__group[data-sp-order="4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sitemap__group[data-sp-order="5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__group a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .sitemap__group a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__group.sitemap__group--others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    width: 100%;
  }
  .sitemap__group.sitemap__group--others > * {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__group.sitemap__group--relation {
    position: absolute;
    width: 25%;
    margin-top: 0;
    right: 0;
    top: 0;
  }
  .sitemap__group.sitemap__group--relation a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sitemap__group.sitemap__group--relation a::after {
    content: "";
    display: block;
    width: min(0.7142857143vw, 8px);
    height: min(0.7142857143vw, 8px);
    margin-left: min(1.0714285714vw, 12px);
    background: url(/common/img/icon_blink.svg) no-repeat center/100% 100%;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__group.sitemap__group--relation {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sitemap__group--relation--connection {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__group--relation--connection.active .sitemap__title::after {
    content: "";
    background: url(/common/img/arrow_global-nav_right.svg) no-repeat center/100% 100%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .sitemap__group--relation--connection .sitemap__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.3);
    font-size: 3.4666666667vw;
  }
  .sitemap__group--relation--connection .sitemap__title::after {
    content: "";
    display: block;
    background: url(/common/img/arrow_global-nav_right.svg) no-repeat center/100% 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 1.6vw;
    height: 2.4vw;
    margin-left: 2.6666666667vw;
  }
  .sitemap__group--relation--connection .connection-group__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw 0;
    margin-top: 4vw;
  }
  .sitemap__group--relation--connection .connection-group__detail li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sitemap__group--relation--connection .connection-group__detail li a::after {
    content: "";
    display: block;
    width: min(1.7857142857vw, 20px);
    height: min(1.7857142857vw, 20px);
    margin-left: min(1.0714285714vw, 12px);
    background: url(/common/img/icon_blink.svg) no-repeat center/100% 100%;
    opacity: 0.5;
  }
}

.sitemap__title {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.sitemap__title a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitemap__title a::after {
  content: "";
  display: block;
  background: url(/common/img/arrow_global-nav_right.svg) no-repeat center/100% 100%;
}
@media print, screen and (min-width: 768px) {
  .sitemap__title {
    margin-bottom: min(1.7857142857vw, 20px);
    font-size: min(1.6071428571vw, 18px);
  }
  .sitemap__title a::after {
    width: min(0.5357142857vw, 6px);
    height: min(0.8035714286vw, 9px);
    margin-left: min(1.0714285714vw, 12px);
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__title {
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.3);
    font-size: 3.4666666667vw;
  }
  .sitemap__title a::after {
    width: 1.6vw;
    height: 2.4vw;
    margin-left: 2.6666666667vw;
  }
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .pagetop {
    right: 1.0714285714vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .pagetop {
    right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    right: 0;
  }
}
.pagetop a {
  display: block;
}
.pagetop a img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .pagetop a img {
    width: 5.3571428571vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .pagetop a img {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop a img {
    width: 13.3333333333vw;
  }
}

.footer {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 12.5vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 10.7142857143vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(4vw, 40px) min(3%, 30px);
    width: min(100%, 1000px);
    padding: 0 min(0.8928571429vw, 10px);
    margin: 0 auto min(17.8571428571vw, 200px);
  }
  .footer__related li:nth-child(-n+2) {
    width: min(47.5%, 475px);
  }
  .footer__related li:not(:nth-child(-n+2)) {
    width: min(30.6%, 306px);
  }
  .footer__related .footer__related-img {
    overflow: hidden;
  }
  .footer__related .footer__related-img img {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .footer__related span {
    margin-top: min(0.8928571429vw, 10px);
    line-height: 1.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .footer__related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .footer__related li {
    width: 100%;
  }
  .footer__related .footer__related-img {
    margin-bottom: 2.6666666667vw;
  }
  .footer__related .footer__related-img img {
    width: 100%;
    height: auto;
  }
}
.footer__related a,
.footer__related img,
.footer__related span {
  display: block;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .footer__related a:hover .footer__related-img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .footer__related a:hover span {
    opacity: 0.5;
  }
}

.footer__top {
  background: #004165;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer__top {
    padding: min(10.7142857143vw, 120px) 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__top-inn {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 min(0.8928571429vw, 10px);
  }
}

.otherlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .otherlinks {
    margin-bottom: min(5vw, 56px);
  }
}
@media only screen and (max-width: 767px) {
  .otherlinks {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 8vw;
    border-bottom: 0.2666666667vw solid #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__top-logo {
    width: min(14.2857142857vw, 160px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-logo {
    width: 37.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.footer__top-logo a,
.footer__top-logo img {
  display: block;
}

.footer__top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__top-sns a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer__top-sns {
    gap: 0 min(2.6785714286vw, 30px);
  }
  .footer__top-sns a {
    width: min(2.6785714286vw, 29px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-sns {
    gap: 0 6.9333333333vw;
  }
  .footer__top-sns a {
    width: 7.7333333333vw;
  }
}

.footer__bottom {
  background: #000;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer__bottom {
    padding: min(3.75vw, 42px) 0 min(5.7142857143vw, 64px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}

.footer__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(2.1428571429vw, 24px);
}
@media only screen and (max-width: 767px) {
  .footer__bottom-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__bottom-link li:not(:first-child)::before {
    content: "　｜　";
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-link li:not(:last-child)::after {
    content: "｜";
  }
}
@media print, screen and (min-width: 768px) {
  .footer__bottom-link a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-link a {
    font-size: 2.6666666667vw;
  }
}
.footer__bottom-link a[target=_blank] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-link a[target=_blank]::after {
  content: "";
  display: block;
  background: url(/common/img/icon_blink.svg) no-repeat center/100% 100%;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  .footer__bottom-link a[target=_blank]::after {
    width: min(0.7142857143vw, 8px);
    height: min(0.7142857143vw, 8px);
    margin-left: min(0.4464285714vw, 5px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-link a[target=_blank]::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 1.3333333333vw;
  }
}

.footer__bottom-text {
  text-align: center;
  text-indent: 0;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-text {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__bottom-logo {
    margin: min(7.1428571429vw, 80px) auto min(1.25vw, 14px);
    width: min(18.5714285714vw, 208px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-logo {
    margin: 10.6666666667vw auto 5.3333333333vw;
    width: 33.3333333333vw;
  }
}
.footer__bottom-logo a,
.footer__bottom-logo img {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .footer__bottom-copy {
    text-align: center;
    text-indent: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-copy {
    font-size: 2.6666666667vw;
    line-height: 2;
    text-align: center;
  }
}

/*.common-search {
    background: center top / cover no-repeat;
    color: $white;

    @include pc {
        background-image: url(/common/img/bg_common-search_pc.jpg);
        margin-top: 17.8571428571vw;
        padding: 8.9285714286vw 0;
    }

    @include max {
        margin-top: 200px;
        padding: 100px 0;
    }

    @include sp {
        background-image: url(/common/img/bg_common-search_sp.jpg);
        margin-top: 32vw;
        padding: 8.5333333333vw 5.3333333333vw 10.6666666667vw;
    }
}*/
@media print, screen and (min-width: 768px) {
  .common-search__inn {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__inn {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .common-search__group + .common-search__group {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group.group--area {
    float: left;
    margin-bottom: 5.3571428571vw;
    width: 58.9285714286vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group.group--area {
    margin-bottom: 60px;
    width: 660px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group.group--area .search-map {
    height: 33.1473214286vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group.group--area .search-map {
    height: 371.25px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group.group--area .search-map > ul {
    width: calc(100% + 5.3333333333vw);
  }
  .common-search__group.group--area .search-map > ul li {
    border-bottom: 1px solid #333;
  }
  .common-search__group.group--area .search-map > ul li:first-child {
    border-top: 1px solid #333;
  }
  .common-search__group.group--area .search-map > ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/common/img/arrow_global-nav_right.svg) right 5.3333333333vw center/1.3333333333vw auto no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19.2vw;
  }
  .common-search__group.group--area .search-map > ul li a.small-arrow {
    background: none;
  }
  .common-search__group.group--area .search-map > ul li a.small-arrow::after {
    background: url(/common/img/arrow_global-nav_small_right.svg) center/contain no-repeat;
    content: "";
    display: block;
    height: 2.6666666667vw;
    margin-left: 4.2666666667vw;
    width: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group.group--line {
    float: right;
    width: 34.375vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group.group--line {
    width: 385px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .line__large-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__large-list {
    width: calc(100% + 5.3333333333vw);
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .line__large-list-item {
    border-bottom: 0.0892857143vw solid #333;
    width: 46.7532467532%;
  }
  .common-search__group .line__large-list-item:nth-of-type(-n+2) {
    border-top: 0.0892857143vw solid #333;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .line__large-list-item {
    border-bottom-width: 1px;
  }
  .common-search__group .line__large-list-item:nth-of-type(-n+2) {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__large-list-item {
    border-bottom: 0.2666666667vw solid #333;
  }
  .common-search__group .line__large-list-item:first-child {
    border-top: 0.2666666667vw solid #333;
  }
}
.common-search__group .line__large-list-item > a, .common-search__group .line__large-list-item > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .common-search__group .line__large-list-item > a, .common-search__group .line__large-list-item > span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/common/img/arrow_global-nav_right.svg) right center/0.4464285714vw auto no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.5357142857vw;
  }
  .common-search__group .line__large-list-item > a:hover, .common-search__group .line__large-list-item > span:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .line__large-list-item > a, .common-search__group .line__large-list-item > span {
    background-size: 5px auto;
    height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__large-list-item > a, .common-search__group .line__large-list-item > span {
    font-size: 4.8vw;
    font-weight: 500;
    height: 19.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__large-list-item > span {
    background: url(/common/img/arrow_global-nav_accordion_down.svg) right 5.3333333333vw center/4.2666666667vw auto no-repeat;
  }
  .common-search__group .line__large-list-item > span.active {
    background-image: url(/common/img/arrow_global-nav_accordion_up.svg);
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__small-list-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__small-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .line__small-list-item {
    border-top: 0.2666666667vw solid #333;
    width: 50%;
  }
  .common-search__group .line__small-list-item > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/common/img/arrow_global-nav_right.svg) right 2.6666666667vw center/1.3333333333vw auto no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19.2vw;
    padding: 0 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group.group--type {
    float: right;
    margin-top: 3.5714285714vw;
    width: 34.375vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group.group--type {
    margin-top: 40px;
    width: 385px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .type__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .type__list li {
    margin: 0 0.8928571429vw 0.8928571429vw 0;
    width: 6.9642857143vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .type__list li {
    margin: 0 10px 10px 0;
    width: 78px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .type__list a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    color: #004165;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 2.9464285714vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-indent: 0.05em;
  }
  .common-search__group .type__list a:hover {
    background: #D36936;
    color: #FFF;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .type__list a {
    height: 33px;
  }
}
.common-search__group.group--feature {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .common-search__group.group--feature {
    clear: both;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__group .feature__list li {
    margin-top: 0.8928571429vw;
    width: 49.5535714286%;
  }
  .common-search__group .feature__list li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .feature__list li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .feature__list li + li {
    margin-top: 2.6666666667vw;
  }
}
.common-search__group .feature__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .common-search__group .feature__list a:hover .feature__list-title {
    background: #D36936;
  }
}
.common-search__group .feature__list .feature__list-img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .common-search__group .feature__list .feature__list-img {
    height: 10.3571428571vw;
    width: 17.8571428571vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .feature__list .feature__list-img {
    height: 116px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .feature__list .feature__list-img {
    height: 23.2vw;
    width: 40vw;
  }
}
.common-search__group .feature__list .feature__list-img img {
  display: block;
}
.common-search__group .feature__list .feature__list-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004165;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .common-search__group .feature__list .feature__list-title {
    font-size: 1.6071428571vw;
    font-weight: 500;
    padding: 0 2.6785714286vw;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__group .feature__list .feature__list-title {
    font-size: 1.8rem;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__group .feature__list .feature__list-title {
    padding: 0 6.4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .common-search__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.3392857143vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__head {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__head {
    margin-bottom: 5.8666666667vw;
  }
}
.common-search__head h3 {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .common-search__head h3 {
    font-size: 2.5vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__head h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-search__head h3 {
    font-size: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__head ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3.5714285714vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .common-search__head ul {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__head li {
    line-height: 1.7692307692;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__head li + li:before {
    content: " ｜ ";
    white-space: pre-wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .common-search__head li a:hover {
    text-decoration: underline;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    margin: 0.9821428571vw 0 8.3928571429vw;
    padding: 0 3.5714285714vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .breadcrumb {
    margin: 11px 0 94px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin: 2.6666666667vw 0 12vw;
    padding: 0 5.3333333333vw;
  }
}
.breadcrumb li {
  color: #7E8283;
}
.breadcrumb li:after {
  content: " > ";
  white-space: pre-wrap;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .section + .section {
    margin-top: 16.7857142857vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section + .section {
    margin-top: 188px;
  }
}
@media only screen and (max-width: 767px) {
  .section + .section {
    margin-top: 28.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .section > .section__inn {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section > .section__inn {
    padding: 0 10px;
  }
}
.section h2 {
  text-align: center;
  text-indent: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .section h2 {
    margin-bottom: 6.9642857143vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section h2 {
    margin-bottom: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 {
    margin-bottom: 16vw;
  }
}
.section h2.mt0 {
  margin: 0;
}
.section h2 .main {
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .section h2 .main {
    font-size: 3.5714285714vw;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 1120px) {
  .section h2 .main {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 .main {
    font-size: 8.5333333333vw;
    line-height: 1.3;
  }
}
.section h2 .sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7E8283;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.3em;
  line-height: 1.7;
  text-indent: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .section h2 .sub {
    margin-top: 0.9821428571vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section h2 .sub {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 .sub {
    margin-top: 4vw;
  }
}
.section h2 .sub:before, .section h2 .sub:after {
  background: #7E8283;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .section h2 .sub:before, .section h2 .sub:after {
    height: 0.0892857143vw;
    width: 2.6785714286vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section h2 .sub:before, .section h2 .sub:after {
    height: 1px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 .sub:before, .section h2 .sub:after {
    height: 0.2666666667vw;
    width: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .section h2 .sub:before {
    margin-right: 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section h2 .sub:before {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 .sub:before {
    margin-right: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .section h2 .sub:after {
    margin-left: 0.8928571429vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .section h2 .sub:after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section h2 .sub:after {
    margin-left: 2.6666666667vw;
  }
}

.check-item input {
  display: none;
}
.check-item input:checked + label {
  background-image: url(/common/img/icon_checkbox_on.svg);
}
.check-item label {
  background: url(/common/img/icon_checkbox_off.svg) left top no-repeat;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .check-item label {
    background-size: 1.7857142857vw;
    min-height: 1.7857142857vw;
    padding: 0.1785714286vw 0 0 2.6785714286vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .check-item label {
    background-size: 20px;
    min-height: 20px;
    padding: 2px 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .check-item label {
    background-size: 5.3333333333vw;
    min-height: 5.3333333333vw;
    padding: 0.5333333333vw 0 0 8vw;
  }
}

.check-item__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .check-item__list .check-item {
    margin-bottom: 1.3392857143vw;
  }
}
@media print, screen and (min-width: 1120px) {
  .check-item__list .check-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .check-item__list .check-item {
    margin-bottom: 6.6666666667vw;
    width: 50%;
  }
}
/*# sourceMappingURL=common.css.map */



@media only screen and (max-width: 767px) {
  .header__block01 {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 17.3333333333vw;
  }
  .header__logo a{
    display: block;
    width: 33.0666666667vw;
  }
}