@charset "UTF-8";
/* CSS Document */
/*========================================mask========================================*/
.section-button-toggle {
  display: block;
  width: 100%;
  border: none;
  padding: 8px 2.5vw;
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
  text-align: center;
  position: relative;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #000;
}
.section-button-toggle::before, .section-button-toggle::after {
  border-color: #fff;
  background-color: #000;
}
.section-button-toggle:hover {
  opacity: 0.7;
}
.section-button-toggle::before, .section-button-toggle::after {
  box-sizing: content-box;
  display: block;
  content: '';
  position: absolute;
  margin: auto;
  display: block;
  width: 1em;
  height: 0;
  border-top: 0.25em solid;
  top: 0;
  right: 1em;
  bottom: 0;
  line-height: 1em;
}
.section-button-toggle::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .section-button-toggle {
    padding: 15px 20px;
    font-size: 32px;
  }
}
.section-mask-controller:not(.item-open) .hide-if-closed, .section-mask-controller.item-open .hide-if-open {
  display: none;
}
.section-mask-controller.item-open .section-button-toggle::before {
  display: none;
}

/*========================================end mask========================================*/
.icon-arrow {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  vertical-align: middle;
}
.icon-arrow::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-width: 4px;
  border-style: solid;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.icon-arrow.icon-up-arrow::after {
  top: 9px;
  -moz-transform: rotate(-45deg) skew(-5deg, -5deg);
  -ms-transform: rotate(-45deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(-45deg) skew(-5deg, -5deg);
  transform: rotate(-45deg) skew(-5deg, -5deg);
}
.icon-arrow.icon-right-arrow::after {
  right: 9px;
  -moz-transform: rotate(45deg) skew(-5deg, -5deg);
  -ms-transform: rotate(45deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
  transform: rotate(45deg) skew(-5deg, -5deg);
}
.icon-arrow.icon-down-arrow::after {
  bottom: 9px;
  -moz-transform: rotate(135deg) skew(-5deg, -5deg);
  -ms-transform: rotate(135deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(135deg) skew(-5deg, -5deg);
  transform: rotate(135deg) skew(-5deg, -5deg);
}
.icon-arrow.icon-left-arrow::after {
  bottom: 9px;
  -moz-transform: rotate(-135deg) skew(-5deg, -5deg);
  -ms-transform: rotate(-135deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(-135deg) skew(-5deg, -5deg);
  transform: rotate(-135deg) skew(-5deg, -5deg);
}

@media only screen and (min-width: 768px) {
  .top-offset {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.top-head {
  margin-bottom: 40px;
}
.top-head-main {
  position: relative;
}
.top-head-bg {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #458fff;
  margin-bottom: 20px;
  background-image: url('../images/top_head_bg_blurred.jpg');
  background-repeat: no-repeat;
  background-position: 30% top;
  background-size: auto;
  background-blend-mode: multiply;
}
.top-head-bg::before, .top-head-bg::after {
  border-color: #fff;
  background-color: #458fff;
}
.top-head-mask {
  background-color: rgba(69, 143, 255, 0.625);
  position: relative;
  min-height: 80vw;
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}
.top-head-mask::before, .top-head-mask::after {
  background-color: rgba(69, 143, 255, 0.625);
}
.top-head-people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75vw;
  height: 56.186440678vw;
  background-image: url('../images/top_bg_people.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.top-head-right {
  position: relative;
}
.top-head-title {
  color: #ff0;
  fill: #ff0;
  border-color: #ff0;
  background-color: transparent;
  font-size: 8.0vw;
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
  font-family: "Segoe UI", "游ゴシック", Helvetica, Arial, YuGothic, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-head-title::before, .top-head-title::after {
  border-color: #ff0;
  background-color: transparent;
}
.top-head-title .spaced {
  display: inline-block;
}
.top-head-title-large {
  font-size: 2em;
}
.top-head-catch-phrase {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  font-family: "Segoe UI", "游ゴシック", Helvetica, Arial, YuGothic, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-head-categories {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-head-category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 2.5vw;
}
.top-head-category .icon {
  display: inline-block;
  width: 38px;
  height: 34px;
  margin-right: 6px;
}
.top-head-category-pc {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #0060b0;
}
.top-head-category-pc::before, .top-head-category-pc::after {
  border-color: #fff;
  background-color: #0060b0;
}
.top-head-category-luggage {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #00823c;
}
.top-head-category-luggage::before, .top-head-category-luggage::after {
  border-color: #fff;
  background-color: #00823c;
}
.top-head-text {
  margin-top: 20px;
  margin-bottom: calc(20px + 2vw);
  font-size: 13px;
}
.top-head-link {
  margin: 2vw auto 20px;
  font-size: 16px;
}
.top-head-link .icon {
  display: inline-block;
  width: 25px;
  height: 18px;
}
.top-head-link a {
  color: #0c739b;
  fill: #0c739b;
  border-color: #0c739b;
  background-color: rgba(255, 255, 255, 0.6666666667);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 3.5vw;
  text-align: center;
}
.top-head-link a::before, .top-head-link a::after {
  border-color: #0c739b;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.top-head-link a::before, .top-head-link a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-head-link a::before {
  top: -2vw;
  left: -2vw;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}
.top-head-link a::after {
  top: 0;
  left: 0;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.top-head-link a:hover {
  color: #559db9;
  fill: #559db9;
  border-color: #559db9;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.top-head-link a:hover::before, .top-head-link a:hover::after {
  border-color: #559db9;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.top-head-link a:hover::before {
  top: 0;
  left: 0;
}
.top-head-link a > span {
  display: block;
  position: relative;
  margin: 5px 1.5vw;
}
.top-head-lower {
  width: 100%;
}
.top-head-lower-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.5vw;
}
.top-head-lower-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 25%;
  padding: 1.5vw;
  text-align: center;
}
.top-head-lower-text {
  font-size: 12px;
}
.top-head-icon {
  color: #c41e79;
  fill: #c41e79;
  border-color: #c41e79;
  background-color: #fff;
  position: relative;
  width: 18vw;
  border-width: 2px;
  border-style: solid;
  border-radius: 3vw;
}
.top-head-icon::before, .top-head-icon::after {
  border-color: #c41e79;
  background-color: #fff;
}
.top-head-icon .icon {
  display: block;
  width: 13.5vw;
  height: 13.5vw;
}
.top-head-icon-link {
  position: relative;
  display: block;
  border-radius: 3vw;
  padding-bottom: 100%;
  z-index: 1;
}
.top-head-icon-link.active, .top-head-icon-link:hover {
  background-color: #edbcd7;
}
.top-head-icon-link.active::before, .top-head-icon-link.active::after, .top-head-icon-link:hover::before, .top-head-icon-link:hover::after {
  background-color: #edbcd7;
}
.top-head-icon-link .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media not screen, (max-width: 767px) {
  .top-head-right {
    text-align: center;
  }
  .top-head-left {
    text-align: center;
  }
  .top-head-people {
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .top-head {
    margin-bottom: 80px;
  }
  .top-head-bg {
    margin-bottom: 0;
    background-position: center top;
  }
  .top-head-mask {
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-head-people {
    right: calc(50% - 540px);
    width: 590px;
    height: 442px;
  }
  .top-head-left {
    width: 810px;
  }
  .top-head-left-outer {
    color: #fff;
    fill: #fff;
    border-color: #fff;
    background-color: transparent;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-head-left-outer::before, .top-head-left-outer::after {
    border-color: #fff;
    background-color: transparent;
  }
  .top-head-title {
    font-size: 72px;
    line-height: 1.75em;
  }
  .top-head-title .spaced {
    margin-right: 0;
    letter-spacing: 0;
  }
  .top-head-catch-phrase {
    margin-bottom: 30px;
    font-size: 32px;
    text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
  }
  .top-head-categories {
    width: 500px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top-head-category {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 15px;
    font-size: 48px;
    text-shadow: none;
  }
  .top-head-category .icon {
    width: 48px;
    height: 42px;
    margin-right: 10px;
  }
  .top-head-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2em;
    text-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  }
  .top-head-link {
    width: 410px;
    margin: 10px 0 0;
    font-size: 20px;
  }
  .top-head-link .icon {
    width: 32px;
    height: 22px;
  }
  .top-head-link a {
    padding: 15px 20px;
  }
  .top-head-link a::before, .top-head-link a::after {
    border-width: 0;
    border-style: none;
  }
  .top-head-link a::before {
    top: -10px;
    left: -10px;
  }
  .top-head-link a::after {
    display: none;
  }
  .top-head-link a > span {
    margin: 5px;
  }
  .top-head-lower {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: #fff;
    fill: #fff;
    border-color: #fff;
    background-color: #c41e79;
    position: relative;
    height: 90px;
    padding-top: 30px;
  }
  .top-head-lower-outer {
    padding-bottom: 40px;
  }
  .top-head-lower-outer.sticky {
    padding-bottom: 130px;
  }
  .top-head-lower::before, .top-head-lower::after {
    border-color: #fff;
    background-color: #c41e79;
  }
  .top-head-lower-items {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
    margin: 0 0 -35px;
  }
  .top-head-lower-item {
    width: 120px;
    padding: 0;
  }
  .top-head-lower-text {
    font-size: 14px;
  }
  .top-head-lower .section-inner {
    overflow-y: visible;
  }
  .top-head-lower-outer.sticky .top-head-lower {
    position: fixed;
    height: 70px;
    top: 0;
    padding-top: 10px;
    z-index: 10;
  }
  .top-head-icon {
    width: 70px;
    border-width: 5px;
    border-radius: 100%;
  }
  .top-head-icon .icon {
    width: 44px;
    height: 44px;
  }
  .top-head-icon-link {
    border-radius: 100%;
  }
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-head-bg {
    background-image: url('../images/top_head_bg_masked.jpg');
  }
  .top-head-mask {
    background-color: transparent;
  }
  .top-head-mask::before, .top-head-mask::after {
    background-color: transparent;
  }
}
@supports (-ms-ime-align: auto) {
  .top-head-bg {
    background-image: url('../images/top_head_bg_masked.jpg');
  }
  .top-head-mask {
    background-color: transparent;
  }
  .top-head-mask::before, .top-head-mask::after {
    background-color: transparent;
  }
}
.top-outline {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-outline-main, .top-outline-pi-outer {
  padding-top: 30px;
}
.top-outline-main {
  margin-bottom: 20px;
}
.top-outline-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-indent: 16px;
}
.top-outline-title:first-letter {
  color: #a00;
  fill: #a00;
  border-color: #a00;
  background-color: transparent;
  font-size: 42px;
  line-height: 48px;
}
.top-outline-title:first-letter::before, .top-outline-title:first-letter::after {
  border-color: #a00;
  background-color: transparent;
}
.top-outline-title::before, .top-outline-title::after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-style: solid solid none;
  border-color: #a00 transparent transparent;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.top-outline-title::before {
  margin-right: -22px;
  border-width: 20px 4px 0;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.top-outline-title::after {
  margin-right: -16px;
  margin-bottom: -2px;
  border-width: 15px 3px 0;
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.top-outline-pie {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #0c739b;
  position: relative;
  width: 75%;
  padding-bottom: 75%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3MDlmYWMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDlmYWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #709fac), color-stop(100%, #709fac));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #709fac 50%, #709fac 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #709fac 50%, #709fac 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #709fac 50%, #709fac 100%);
  overflow: hidden;
}
.top-outline-pie::before, .top-outline-pie::after {
  border-color: #fff;
  background-color: #0c739b;
}
.top-outline-pie::before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  padding-bottom: 100%;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.top-outline-pie-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 33.3333333333%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: auto;
  font-size: 4.8vw;
  line-height: 1.25em;
}
.top-outline-pie-label {
  text-indent: 0.5em;
}
.top-outline-pie-percentage {
  font-size: 12vw;
}
.top-outline-pie-num {
  font-size: 26.4vw;
  line-height: 1.25em;
}
@media only screen and (min-width: 768px) {
  .top-outline {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: -140px;
  }
  .top-outline-main {
    width: 540px;
    margin-bottom: 100px;
  }
  .top-outline-title {
    margin-bottom: 40px;
    font-size: 32px;
    text-indent: 0;
  }
  .top-outline-title:first-letter {
    font-size: 56px;
    line-height: 64px;
  }
  .top-outline-title::before {
    margin-right: -6px;
    border-width: 24px 4px 0;
  }
  .top-outline-title::after {
    margin-right: 0;
    margin-bottom: -2px;
    border-width: 18px 3px 0;
  }
  .top-outline-pie {
    width: 100%;
    padding-bottom: 100%;
  }
  .top-outline-pie-outer {
    width: 540px;
  }
  .top-outline-pie-text {
    font-size: 32px;
  }
  .top-outline-pie-percentage {
    font-size: 80px;
  }
  .top-outline-pie-num {
    font-size: 176px;
  }
}
.top-achievements {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-achievements-outer {
  margin-bottom: 10px;
}
.top-achievements-head {
  text-align: center;
}
.top-achievements-head-column {
  margin-bottom: 0;
}
.top-achievements-bg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50vw;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/top_achievements_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.top-achievements-main {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #0c739b;
  padding-top: 25px;
  padding-bottom: 25px;
}
.top-achievements-main::before, .top-achievements-main::after {
  border-color: #fff;
  background-color: #0c739b;
}
.top-achievements-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.top-achievements-office {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .top-achievements-outer {
    margin-bottom: 20px;
  }
  .top-achievements-bg {
    min-height: unset;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: auto;
  }
  .top-achievements-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-achievements-columns {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .top-achievements-office {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .top-achievements-bg {
    background-size: cover;
  }
}
.top-services-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-services-item {
  margin-bottom: 20px;
}
.top-services-item-picture, .top-services-item-content {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.top-services-item-picture {
  position: relative;
  margin-bottom: 10px;
  border-radius: 100%;
  overflow: hidden;
}
.top-services-item-subject {
  color: #0071c8;
  fill: #0071c8;
  border-color: #0071c8;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
}
.top-services-item-subject::before, .top-services-item-subject::after {
  border-color: #0071c8;
  background-color: transparent;
}
.top-services-item-content > dd {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.top-services-item-content > dd::before {
  display: inline;
  content: '●';
  margin-right: 0.5em;
}
.top-services-certify {
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  width: 25%;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (min-width: 768px) {
  .top-services-outer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-services-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 360px;
    margin-bottom: 30px;
  }
  .top-services-item-picture, .top-services-item-content {
    width: 270px;
  }
  .top-services-item-picture {
    margin-bottom: 20px;
  }
  .top-services-item-subject {
    font-size: 24px;
  }
}
.top-comments-outer {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #e6e6e6;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-comments-outer::before, .top-comments-outer::after {
  border-color: #000;
  background-color: #e6e6e6;
}
.top-comments-remarks {
  margin-bottom: 50px;
  text-align: center;
}
.top-comments-toggle {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #0071c8;
}
.top-comments-toggle::before, .top-comments-toggle::after {
  border-color: #fff;
  background-color: #0071c8;
}
.top-comments .top-comment {
  padding-bottom: 40px;
}
.top-comments .top-comment-inner {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #fff;
  border-width: 4px;
  border-style: solid;
  border-radius: 12px;
  padding: 20px 5vw;
}
.top-comments .top-comment-inner::before, .top-comments .top-comment-inner::after {
  border-color: #000;
  background-color: #fff;
}
.top-comments .top-comment-left {
  margin-bottom: 10px;
  text-align: center;
}
.top-comments .top-comment-icon {
  width: 84px;
  height: 103px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.top-comments .top-comment-head, .top-comments .top-comment-question {
  font-size: 16px;
  font-weight: bold;
}
.top-comments .top-comment.male .top-comment-inner {
  border-color: #0071c8;
}
.top-comments .top-comment.male .top-comment-inner::before, .top-comments .top-comment.male .top-comment-inner::after {
  border-color: #0071c8;
}
.top-comments .top-comment.male .top-comment-head,
.top-comments .top-comment.male .top-comment-question {
  color: #0071c8;
  fill: #0071c8;
  border-color: #0071c8;
  background-color: transparent;
}
.top-comments .top-comment.male .top-comment-head::before, .top-comments .top-comment.male .top-comment-head::after,
.top-comments .top-comment.male .top-comment-question::before,
.top-comments .top-comment.male .top-comment-question::after {
  border-color: #0071c8;
  background-color: transparent;
}
.top-comments .top-comment.female .top-comment-inner {
  border-color: #c41e79;
}
.top-comments .top-comment.female .top-comment-inner::before, .top-comments .top-comment.female .top-comment-inner::after {
  border-color: #c41e79;
}
.top-comments .top-comment.female .top-comment-head,
.top-comments .top-comment.female .top-comment-question {
  color: #c41e79;
  fill: #c41e79;
  border-color: #c41e79;
  background-color: transparent;
}
.top-comments .top-comment.female .top-comment-head::before, .top-comments .top-comment.female .top-comment-head::after,
.top-comments .top-comment.female .top-comment-question::before,
.top-comments .top-comment.female .top-comment-question::after {
  border-color: #c41e79;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .top-comments-outer {
    margin-bottom: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-comments-remarks {
    margin-bottom: 100px;
  }
  .top-comments .top-comment {
    padding-bottom: 60px;
  }
  .top-comments .top-comment-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-width: 6px;
    border-radius: 18px;
    padding: 40px 64px 40px 19px;
  }
  .top-comments .top-comment-left {
    width: 270px;
    margin-bottom: 0;
  }
  .top-comments .top-comment-icon {
    width: 105px;
    height: 128px;
    margin-bottom: 15px;
  }
  .top-comments .top-comment-right {
    width: 675px;
  }
  .top-comments .top-comment-head, .top-comments .top-comment-question {
    font-size: 20px;
  }
  .top-comments-button-column {
    width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-comments-controller:not(.item-open) .top-comment:nth-of-type(n + 3) {
  -webkit-filter: blur(3px) opacity(70%);
  filter: blur(3px) opacity(70%);
}
.top-comments-controller:not(.item-open) .top-comment:nth-of-type(n + 3) > * {
  max-height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-comments-controller:not(.item-open) .top-comment:nth-of-type(n + 3) > * {
    max-height: 200px;
  }
}
.top-comments-controller:not(.item-open) .top-comment:nth-of-type(n + 4) {
  display: none;
}
.top-flowchart {
  margin-bottom: 50px;
}
.top-flowchart-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-flowchart-step {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-flowchart-step:not(:last-of-type) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e6e6e6;
}
.top-flowchart-step-num {
  margin-bottom: 20px;
}
.top-flowchart-step-icon {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #0c739b;
  width: 15vw;
  border-radius: 4px;
  padding: 2px 2vw;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.top-flowchart-step-icon::before, .top-flowchart-step-icon::after {
  border-color: #fff;
  background-color: #0c739b;
}
.top-flowchart-step-picture, .top-flowchart-step-main {
  margin-bottom: 10px;
}
.top-flowchart-step-title {
  color: #0071c8;
  fill: #0071c8;
  border-color: #0071c8;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
}
.top-flowchart-step-title::before, .top-flowchart-step-title::after {
  border-color: #0071c8;
  background-color: transparent;
}
.top-flowchart-step:first-of-type .top-flowchart-step-icon {
  background-color: #66aade;
}
.top-flowchart-step:first-of-type .top-flowchart-step-icon::before, .top-flowchart-step:first-of-type .top-flowchart-step-icon::after {
  background-color: #66aade;
}
.top-flowchart-step:nth-of-type(2) .top-flowchart-step-icon {
  background-color: #4f9be0;
}
.top-flowchart-step:nth-of-type(2) .top-flowchart-step-icon::before, .top-flowchart-step:nth-of-type(2) .top-flowchart-step-icon::after {
  background-color: #4f9be0;
}
.top-flowchart-step:nth-of-type(3) .top-flowchart-step-icon {
  background-color: #378ae4;
}
.top-flowchart-step:nth-of-type(3) .top-flowchart-step-icon::before, .top-flowchart-step:nth-of-type(3) .top-flowchart-step-icon::after {
  background-color: #378ae4;
}
.top-flowchart-step:nth-of-type(4) .top-flowchart-step-icon {
  background-color: #1d77e9;
}
.top-flowchart-step:nth-of-type(4) .top-flowchart-step-icon::before, .top-flowchart-step:nth-of-type(4) .top-flowchart-step-icon::after {
  background-color: #1d77e9;
}
.top-flowchart-step:nth-of-type(5) .top-flowchart-step-icon {
  background-color: #0e63e3;
}
.top-flowchart-step:nth-of-type(5) .top-flowchart-step-icon::before, .top-flowchart-step:nth-of-type(5) .top-flowchart-step-icon::after {
  background-color: #0e63e3;
}
.top-flowchart-step:nth-of-type(6) .top-flowchart-step-icon {
  background-color: #0751d6;
}
.top-flowchart-step:nth-of-type(6) .top-flowchart-step-icon::before, .top-flowchart-step:nth-of-type(6) .top-flowchart-step-icon::after {
  background-color: #0751d6;
}
.top-flowchart-step:nth-of-type(n + 7) .top-flowchart-step-icon {
  background-color: #003fc8;
}
.top-flowchart-step:nth-of-type(n + 7) .top-flowchart-step-icon::before, .top-flowchart-step:nth-of-type(n + 7) .top-flowchart-step-icon::after {
  background-color: #003fc8;
}
@media only screen and (min-width: 768px) {
  .top-flowchart {
    margin-bottom: 100px;
  }
  .top-flowchart-outer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-flowchart-step {
    width: 810px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-flowchart-step-num {
    width: 135px;
    margin-bottom: 0;
  }
  .top-flowchart-step-icon {
    position: relative;
    width: 80px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    border-bottom-right-radius: 2px 4px;
    border-bottom-left-radius: 2px 4px;
    padding: 10px;
    font-size: 24px;
    z-index: 0;
  }
  .top-flowchart-step-icon::before, .top-flowchart-step-icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 57.735026919%;
    padding-bottom: 50%;
    border-radius: 2px/4px;
    z-index: -1;
  }
  .top-flowchart-step-icon::before {
    left: 0;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .top-flowchart-step-icon::after {
    right: 0;
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  .top-flowchart-step-picture, .top-flowchart-step-main {
    margin-bottom: 0;
  }
  .top-flowchart-step-picture {
    width: 225px;
    margin-right: 90px;
  }
  .top-flowchart-step-main {
    width: 675px;
  }
  .top-flowchart-step-tricolumn .top-flowchart-step-main {
    width: 360px;
    margin-bottom: 0;
  }
  .top-flowchart-step-title {
    font-size: 28px;
    line-height: 1.25em;
    margin-bottom: 0.25em;
  }
}
.top-timetable-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-timetable-period {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-timetable-period-left, .top-timetable-period-center {
  margin-bottom: 10px;
}
.top-timetable-period-sample-picture {
  background-color: #b3b3b3;
  padding-top: 66.6666666667%;
}
.top-timetable-period-sample-picture::before, .top-timetable-period-sample-picture::after {
  background-color: #b3b3b3;
}
.top-timetable-period-time {
  color: #0071c8;
  fill: #0071c8;
  border-color: #0071c8;
  background-color: transparent;
  margin-right: 1.5em;
  font-size: 14px;
  font-weight: bold;
}
.top-timetable-period-time::before, .top-timetable-period-time::after {
  border-color: #0071c8;
  background-color: transparent;
}
.top-timetable-period-subject {
  font-size: 14px;
  font-weight: bold;
}
.top-timetable-period-remarks {
  font-size: 12px;
}
.top-timetable-subperiods .top-timetable-period {
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-timetable-subperiods .top-timetable-period-left, .top-timetable-subperiods .top-timetable-period-center {
  margin-bottom: 0;
}
.top-timetable-subperiods .top-timetable-period-time {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: transparent;
  font-size: 12px;
}
.top-timetable-subperiods .top-timetable-period-time::before, .top-timetable-subperiods .top-timetable-period-time::after {
  border-color: #000;
  background-color: transparent;
}
.top-timetable-subperiods .top-timetable-period-subject {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .top-timetable-outer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-timetable-period {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-timetable-period-left, .top-timetable-period-center, .top-timetable-period-right {
    margin-bottom: 0;
  }
  .top-timetable-period-left .section-column-inner, .top-timetable-period-center .section-column-inner, .top-timetable-period-right .section-column-inner {
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
  .top-timetable-period-left .section-column-inner, .top-timetable-period-right .section-column-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .top-timetable-period-left {
    -webkit-order: 0;
    order: 0;
    width: 180px;
  }
  .top-timetable-period-border {
    -webkit-order: 1;
    order: 1;
    position: relative;
    width: 45px;
    margin-top: -30px;
    margin-bottom: -30px;
    border-right: 1px solid transparent;
  }
  .top-timetable-period-border::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    border: 7px solid #0071c8;
    border-radius: 100%;
    background-color: #fff;
  }
  .top-timetable-period-border .section-column-inner {
    color: #fff;
    fill: #fff;
    border-color: #fff;
    background-color: #0071c8;
    height: 100%;
  }
  .top-timetable-period-border .section-column-inner::before, .top-timetable-period-border .section-column-inner::after {
    border-color: #fff;
    background-color: #0071c8;
  }
  .top-timetable-period-center {
    -webkit-order: 2;
    order: 2;
    width: 270px;
  }
  .top-timetable-period-center .section-column-inner {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .top-timetable-period-time {
    font-size: 18px;
  }
  .top-timetable-period-subject {
    font-size: 18px;
  }
  .top-timetable-period-right {
    -webkit-order: 3;
    order: 3;
    width: 585px;
  }
  .top-timetable-period-remarks {
    font-size: 14px;
  }
  .top-timetable-subperiods {
    position: relative;
    height: 0;
  }
  .top-timetable-subperiods-inner {
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-timetable-subperiods .top-timetable-period {
    padding: 0;
  }
  .top-timetable-subperiods .top-timetable-period-center {
    margin-left: 225px;
  }
  .top-timetable-subperiods .top-timetable-period-time {
    font-size: 14px;
  }
  .top-timetable-subperiods .top-timetable-period-subject {
    font-size: 14px;
  }
}
.top-gallery {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.top-gallery-outer {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-gallery-mask {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}
.top-gallery-mask-left, .top-gallery-mask-right {
  width: 0;
}
.top-gallery-mask-left-end, .top-gallery-mask-right-end {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #fff;
  width: 0;
}
.top-gallery-mask-left-end::before, .top-gallery-mask-left-end::after, .top-gallery-mask-right-end::before, .top-gallery-mask-right-end::after {
  border-color: #000;
  background-color: #fff;
}
.top-gallery-mask-left, .top-gallery-mask-left-end {
  left: 0;
}
.top-gallery-mask-right, .top-gallery-mask-right-end {
  right: 0;
}
.top-gallery-pictures {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 400vw;
  margin-right: calc(50% - 200vw);
  margin-left: calc(50% - 200vw);
}
.top-gallery-picture {
  width: 50vw !important;
  padding: 0;
}
.top-gallery-sample-picture {
  display: block;
  background-color: #b3b3b3;
  padding-top: 100%;
}
.top-gallery-sample-picture::before, .top-gallery-sample-picture::after {
  background-color: #b3b3b3;
}
.top-gallery-prev, .top-gallery-next {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
  outline: none;
}
.top-gallery-prev::before, .top-gallery-prev::after, .top-gallery-next::before, .top-gallery-next::after {
  border-color: #fff;
  background-color: #000;
}
.top-gallery-prev::before, .top-gallery-next::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
}
.top-gallery-prev:hover, .top-gallery-next:hover {
  background-color: #4d4d4d;
}
.top-gallery-prev:hover::before, .top-gallery-prev:hover::after, .top-gallery-next:hover::before, .top-gallery-next:hover::after {
  background-color: #4d4d4d;
}
.top-gallery-prev {
  left: 5vw;
}
.top-gallery-prev::before {
  left: 6px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.top-gallery-next {
  right: 5vw;
}
.top-gallery-next::before {
  right: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .top-gallery-outer {
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-gallery-mask-left, .top-gallery-mask-right {
    width: 0;
  }
  .top-gallery-mask-left-end, .top-gallery-mask-right-end {
    width: calc(50% - 1440px);
  }
  .top-gallery-mask-left {
    left: calc(50% - 1440px);
  }
  .top-gallery-mask-right {
    right: calc(50% - 1440px);
  }
  .top-gallery-pictures {
    width: 2880px;
    margin-right: calc(50% - 1440px);
    margin-left: calc(50% - 1440px);
  }
  .top-gallery-picture {
    width: 360px !important;
  }
  .top-gallery-prev, .top-gallery-next {
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-gallery-prev::before, .top-gallery-next::before {
    width: 21px;
    height: 21px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .top-gallery-prev {
    right: 990px;
  }
  .top-gallery-prev::before {
    left: 12px;
  }
  .top-gallery-next {
    left: 990px;
  }
  .top-gallery-next::before {
    right: 12px;
  }
}
.top-faq-outer {
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 80px;
}
.top-faq-outer::before, .top-faq-outer::after {
  background-color: #e6e6e6;
}
.top-faq-question, .top-faq-answer {
  margin-bottom: 15px;
}
.top-faq-question-label, .top-faq-answer-label {
  margin-right: 1em;
}
.top-faq-question {
  color: #0071c8;
  fill: #0071c8;
  border-color: #0071c8;
  background-color: transparent;
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}
.top-faq-question::before, .top-faq-question::after {
  border-color: #0071c8;
  background-color: transparent;
}
.top-faq-question::after {
  content: "";
  clear: both;
  display: table;
}
.top-faq-toggle {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  float: right;
  position: relative;
  width: 1em;
  height: 2em;
  margin-right: 0.25em;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  cursor: pointer;
}
.top-faq-toggle::before, .top-faq-toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  opacity: 1;
  background-color: #000;
}
.top-faq-toggle::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top-faq-toggle:hover::before, .top-faq-toggle:hover::after {
  background-color: #454545;
}
.top-faq-answer {
  overflow: hidden;
}
.top-faq-item.item-open .top-faq-toggle::before {
  opacity: 0;
}
.top-faq-item:not(.item-open) .top-faq-answer {
  height: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top-faq-outer {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .top-faq-question, .top-faq-answer {
    margin-bottom: 30px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .top-faq-question {
    padding-bottom: 5px;
    font-size: 22px;
  }
  .top-faq-toggle {
    height: 1.75em;
    margin-right: 0.5em;
    border-right-width: 0.5em;
    border-left-width: 0.5em;
  }
  .top-faq-toggle::before, .top-faq-toggle::after {
    height: 3px;
    border-radius: 2px;
  }
}
.top-contact {
  text-align: center;
  background-image: url('../images/top_contact_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top-contact-bg {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: rgba(196, 30, 121, 0.79);
  padding-top: 40px;
  padding-bottom: 50px;
}
.top-contact-bg::before, .top-contact-bg::after {
  border-color: #fff;
  background-color: rgba(196, 30, 121, 0.79);
}
.top-contact-head {
  margin-bottom: 40px;
}
.top-contact-title {
  font-size: 28px;
  line-height: 1.5em;
}
.top-contact-subtitle {
  font-size: 16px;
  line-height: 1.5em;
}
.top-contact-link {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  z-index: 1;
}
.top-contact-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.top-contact-item {
  margin-bottom: 20px;
}
.top-contact-item-inner {
  position: relative;
  color: #c41e79;
  fill: #c41e79;
  border-color: #c41e79;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.top-contact-item-inner::before, .top-contact-item-inner::after {
  border-color: #c41e79;
  background-color: #fff;
}
.top-contact-item-icon {
  position: relative;
  height: 90px;
  margin-bottom: 10px;
}
.top-contact-item-icon svg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #c41e79;
}
.top-contact-item-en {
  color: #b3b3b3;
  fill: #b3b3b3;
  border-color: #b3b3b3;
  background-color: transparent;
  font-size: 18px;
}
.top-contact-item-en::before, .top-contact-item-en::after {
  border-color: #b3b3b3;
  background-color: transparent;
}
.top-contact-item-title {
  font-size: 20px;
  font-weight: bold;
}
.top-contact-item-text {
  font-size: 14px;
}
.top-contact-tel svg {
  width: 92px;
  height: 86px;
}
.top-contact-visit svg {
  width: 120px;
  height: 86px;
}
.top-contact-mailform svg {
  width: 110px;
  height: 74px;
}
@media only screen and (min-width: 768px) {
  .top-contact {
    margin-top: 0;
    background-size: 1280px auto;
  }
  .top-contact-bg {
    min-height: 640px;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .top-contact-head {
    margin-bottom: 80px;
  }
  .top-contact-title {
    font-size: 60px;
  }
  .top-contact-subtitle {
    font-size: 28px;
  }
  .top-contact-items {
    display: -webkit-flex;
    display: flex;
  }
  .top-contact-item {
    width: 360px;
  }
  .top-contact-item-inner {
    height: 100%;
    padding: 40px 30px 35px;
  }
  .top-contact-item-icon {
    margin-bottom: 15px;
  }
  .top-contact-item-en {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .top-contact-item-title {
    font-size: 28px;
  }
  .top-contact-item-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .top-contact {
    background-size: cover;
  }
}
.top-access-bg {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: transparent;
  position: relative;
  min-height: 50vw;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/npo-csr_exterior.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.top-access-bg::before, .top-access-bg::after {
  border-color: #fff;
  background-color: transparent;
}
.top-access-title {
  font-size: 28px;
  line-height: 1.5em;
}
.top-access-subtitle {
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .top-access-bg {
    min-height: 640px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 1280px auto;
  }
  .top-access-title {
    font-size: 60px;
  }
  .top-access-subtitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .top-access-bg {
    background-size: cover;
  }
}
.top-data {
  margin-top: 40px;
  margin-bottom: 60px;
}
.top-data-title {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.top-data-logo {
  max-width: 237px;
  margin-right: 5vw;
}
.top-data-officeno {
  color: gray;
  fill: gray;
  border-color: gray;
  background-color: transparent;
  width: auto;
}
.top-data-officeno::before, .top-data-officeno::after {
  border-color: gray;
  background-color: transparent;
}
.top-data-main {
  color: #4d4d4d;
  fill: #4d4d4d;
  border-color: #4d4d4d;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  padding: 15px;
  font-size: 12px;
}
.top-data-main::before, .top-data-main::after {
  border-color: #4d4d4d;
  background-color: transparent;
}
.top-data-main dt,
.top-data-main dd {
  margin-bottom: 10px;
}
.top-data-label {
  display: inline-block;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #4d4d4d;
  border-radius: 3px;
  padding: 0 8px;
}
.top-data-label::before, .top-data-label::after {
  border-color: #fff;
  background-color: #4d4d4d;
}
.top-data-icons::after {
  content: "";
  clear: both;
  display: table;
}
.top-data-icons li {
  float: left;
  margin-bottom: 8px;
}
.top-data-icons li:not(:last-of-type) {
  margin-right: 12px;
}
.top-data-icons li > span {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}
.top-data-icon-item, .top-data-icon-facility1, .top-data-icon-facility2 {
  width: 80px;
  height: 80px;
  border-radius: 9px;
}
.top-data-icon-item img, .top-data-icon-facility1 img, .top-data-icon-facility2 img {
  display: block;
  width: 100%;
  height: auto;
}
.top-data-icon-item {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #10a3dc;
  padding: 22px 15px;
}
.top-data-icon-item::before, .top-data-icon-item::after {
  border-color: #fff;
  background-color: #10a3dc;
}
.top-data-icon-facility1 {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #ee87b4;
  margin-right: 8px;
}
.top-data-icon-facility1::before, .top-data-icon-facility1::after {
  border-color: #fff;
  background-color: #ee87b4;
}
.top-data-icon-facility2 {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #10a3b4;
  margin-right: 8px;
}
.top-data-icon-facility2::before, .top-data-icon-facility2::after {
  border-color: #fff;
  background-color: #10a3b4;
}
@media only screen and (min-width: 768px) {
  .top-data {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .top-data-title {
    margin-bottom: 30px;
  }
  .top-data-logo {
    width: 360px;
    max-width: unset;
    margin-right: 0;
  }
  .top-data-officeno {
    width: 720px;
  }
  .top-data-main {
    padding: 45px 34px;
    font-size: 14px;
    line-height: 24px;
  }
  .top-data-main dl::after {
    content: "";
    clear: both;
    display: table;
  }
  .top-data-main dt,
  .top-data-main dd {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .top-data-main dt {
    width: 80px;
  }
  .top-data-main dd {
    width: 890px;
  }
  .top-data-main dd.half-pc {
    width: 420px;
  }
  .top-data-main dd.quarter-pc {
    width: 155px;
  }
  .top-data-upper-half {
    width: 470px;
    margin-bottom: 50px;
  }
  .top-data-main .top-data-upper-half dd.half-pc {
    width: 390px;
  }
  .top-data-icons li:not(:last-of-type) {
    margin-right: 22px;
  }
}
