@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
strong,
i,
ol,
ul,
li,
table,
tbody,
thead,
tr,
th,
td,
figcaption,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* デフォルト定義/* デフォルト定義 */
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 400;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-y: scroll;
}

body {
  font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.6rem;
  background-color: #000;
  color: #fff;
}

.wrap {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

a > * {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: #fff 0 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  display: inline-block;
  padding: 2px 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

main {
  display: block;
  padding: 0 0 30px;
}

.main {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .main {
    padding-top: 20px;
  }
}

p {
  line-height: 1.5;
}

.content-white {
  background: #fff;
  color: #000;
}

.content-white a {
  color: #000;
}

.content-white a > p:after {
  background: none;
}

.content-white a > *:after {
  background: none;
}

.content-white a > p:hover {
  text-decoration: underline;
}

.caption01 {
  margin-bottom: .5em;
  padding-right: 0;
}

.breadcrumb span {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.url-br {
  word-break: break-all;
}

/* .hero
----------------------------------------------------------- */
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 50%;
  min-height: 645px;
}

.hero__caption {
  margin: -0.1666665em 0;
  padding-top: 0.773333em;
  letter-spacing: 0.05em;
}

.hero__read {
  font-size: 2.2rem;
  padding-top: 1.333333em;
  letter-spacing: 0.05em;
  line-height: 1.8;
  max-width: 520px;
}

.hero__button {
  width: 300px;
  padding: 30px 0 60px;
}

.hero__button .button-block__item {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 165px;
  }

  .hero__caption {
    font-size: 7.5vmin;
  }

  .hero__button {
    width: 100%;
  }
}

/*.select-box
---------------------------------------------- */
select::-ms-expand {
  display: none;
}

.select-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  position: relative;
}

.select-box::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  color: #fb0000;
  font-family: hino-icon;
  content: "\e90e";
  pointer-events: none;
}

.select-box select {
  min-width: 200px;
  padding: 6px 20px 6px 16px;
  border: 1px solid #000;
  background: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .select-box select {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .select-box {
    width: 100%;
  }

  .select-box select {
    width: 100%;
  }
}

.select-button label,
.select-button input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.select-button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 11px 16px;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .select-button__text {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.select-button__checkbox {
  display: none;
}

.select-button__checkbox:checked + .select-button__text {
  background: #000;
  color: #fff;
}

.container {
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 0 30px;
}

.container--black {
  background: #000;
}

.container--darkgray {
  background: #535353;
}

.container--white {
  background: #fff;
}

.container--narrow {
  max-width: 990px;
}

@media (max-width: 767px) {
  .container {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.rowbox {
  max-width: 1280px;
  margin: 0 auto;
}

.rowbox--sm {
  max-width: 930px;
}

.rowbox--xs {
  max-width: 800px;
}

.rowbox--xxs {
  max-width: 640px;
}

.colbox,
.colbox > .colbox {
  letter-spacing: -0.4em;
}

.colbox > * {
  letter-spacing: normal;
}

.col {
  display: inline-block;
  vertical-align: top;
}

.button-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.button-block--left {
  justify-content: flex-start;
}

.button-block--sm {
  margin-top: 30px;
}

.button-block__item {
  margin: 0 6px;
}

@media (max-width: 767px) {
  .button-block {
    flex-direction: column;
    margin-top: 25px;
  }

  .button-block__item {
    width: 100%;
    margin: 6px 0;
  }

  .button-block--sp-col-2 {
    margin: 0 -6px;
  }

  .button-block--sp-col-2 .button-block__item {
    width: 50%;
  }
}

.button-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  border: 2px solid #000;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .2s linear;
  cursor: pointer;
}

.button-link *:after {
  background: none;
}

.button-link span {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  height: 100%;
}

.button-link i + span {
  margin-left: 5px;
}

.button-link span + i {
  margin-left: 5px;
}

.button-link::after {
  position: absolute;
  z-index: 0;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .5s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  content: '';
}

.button-link--gray {
  background: rgba(0, 0, 0, 0.6);
}

.button-link--white {
  border: 2px solid #fff;
  color: #fff !important;
}

.button-link--white::after {
  background: #fff;
}

.button-link--white:hover {
  color: #000 !important;
}

.button-link--max {
  width: 100%;
}

.button-link--height-sm {
  padding: 10px;
}

.button-link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.button-link:hover {
  color: #fff;
}

.button-link:hover .button__icon {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media (min-width: 768px) {
  .button-link {
    min-width: 236px;
  }

  .button-link--lg {
    min-width: 297px;
  }
}

@media (max-width: 767px) {
  .button-link {
    width: 100%;
    padding: 8px;
    font-size: 1.6rem;
  }
}

.button-link--variable,
.button-link--variable span {
  height: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*.grid
---------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0;
  /* マージンなしのグリッド */
  /* マージン狭めのグリッド */
  /* マージン広めのグリッド */
}

.grid__item {
  padding: 10px;
}

.grid__item--col-1 {
  width: calc(100% * 1 / 12);
}

.grid__item--col-2 {
  width: calc(100% * 2 / 12);
}

.grid__item--col-3 {
  width: calc(100% * 3 / 12);
}

.grid__item--col-4 {
  width: calc(100% * 4 / 12);
}

.grid__item--col-5 {
  width: calc(100% * 5 / 12);
}

.grid__item--col-6 {
  width: calc(100% * 6 / 12);
}

.grid__item--col-7 {
  width: calc(100% * 7 / 12);
}

.grid__item--col-8 {
  width: calc(100% * 8 / 12);
}

.grid__item--col-9 {
  width: calc(100% * 9 / 12);
}

.grid__item--col-10 {
  width: calc(100% * 10 / 12);
}

.grid__item--col-11 {
  width: calc(100% * 11 / 12);
}

.grid__item--col-12 {
  width: calc(100% * 12 / 12);
}

@media (max-width: 767px) {
  .grid {
    margin: -5px -5px 0;
  }

  .grid__item {
    padding: 5px;
  }

  .grid__item--sp-col-1 {
    width: calc(100% * 1 / 12);
  }

  .grid__item--sp-col-2 {
    width: calc(100% * 2 / 12);
  }

  .grid__item--sp-col-3 {
    width: calc(100% * 3 / 12);
  }

  .grid__item--sp-col-4 {
    width: calc(100% * 4 / 12);
  }

  .grid__item--sp-col-5 {
    width: calc(100% * 5 / 12);
  }

  .grid__item--sp-col-6 {
    width: calc(100% * 6 / 12);
  }

  .grid__item--sp-col-7 {
    width: calc(100% * 7 / 12);
  }

  .grid__item--sp-col-8 {
    width: calc(100% * 8 / 12);
  }

  .grid__item--sp-col-9 {
    width: calc(100% * 9 / 12);
  }

  .grid__item--sp-col-10 {
    width: calc(100% * 10 / 12);
  }

  .grid__item--sp-col-11 {
    width: calc(100% * 11 / 12);
  }

  .grid__item--sp-col-12 {
    width: calc(100% * 12 / 12);
  }
}

.grid__item img {
  width: 100%;
  min-height: 0%;
}

.grid--nogap {
  margin: 0;
}

.grid--nogap .grid__item {
  padding: 0;
}

.grid--narrow {
  margin: -3px -3px 0;
}

.grid--narrow .grid__item {
  padding: 3px;
}

.grid--wide {
  margin: -2% -2% 0;
}

.grid--wide .grid__item {
  padding: 2%;
}

/*.heading
---------------------------------------------- */

.heading {
  position: relative;
  margin-bottom: .5em;
  line-height: 1.3;
  font-size: 3.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.heading > span {
  display: block;
}

.heading__subtext {
  margin-top: .5em;
  font-size: 2.2rem;
  max-width: 712px;
  letter-spacing: .05em;
}

.heading--border {
  padding-left: .4em;
}

.heading--border::before {
  position: absolute;
  top: .2em;
  left: 0;
  width: 8px;
  height: 1em;
  background: #000;
  content: "";
}

.heading--white {
  color: #fff;
}

.heading--shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .heading--pc-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
}

.heading--center {
  text-align: center;
}

.heading--bold {
  font-weight: bold;
}

/* テキストコンテンツ */
.text-content-h1 {
  font-size: 7.5rem;
}

.text-content-h2 {
  font-size: 4rem;
}

.text-content-h3 {
  font-size: 3rem;
}

.heading--xs {
  font-size: 2rem;
}

.heading--sm {
  font-size: 2.4rem;
}

.heading--lg {
  font-size: 4.5rem;
}

.heading--xl {
  font-size: 6rem;
}

@media (max-width: 767px) {
  .heading {
    font-size: 1.8rem;
  }

  .heading__subtext {
    font-size: 1.6rem;
  }

  .heading--border::before {
    width: 4px;
  }

  .heading--xs {
    font-size: 1.4rem;
  }

  .heading--sm {
    font-size: 1.6rem;
  }

  .heading--lg {
    font-size: 2rem;
    font-weight: nomal;
  }

  .heading--xl {
    font-size: 2.4rem;
    font-weight: nomal;
  }

  /* テキストコンテンツ */
  .text-content-h1 {
    font-size: 7.5vmin;
  }

  .text-content-h2 {
    font-size: 6.25vmin;
  }
}

.icon:after {
  background: none;
}

.icon {
  display: inline-block;
}

/* icomoon生成のcss
----------------------------------------------------------- */
@font-face {
  font-family: 'hino-icon';
  src: url("/hino_common/icon/fonts/hino-icon.eot?ggxuz0");
  src: url("/hino_common/icon/fonts/hino-icon.eot?ggxuz0#iefix") format("embedded-opentype"), url("/hino_common/icon/fonts/hino-icon.ttf?ggxuz0") format("truetype"), url("/hino_common/icon/fonts/hino-icon.woff?ggxuz0") format("woff"), url("/hino_common/icon/fonts/hino-icon.svg?ggxuz0#hino-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hino-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-minus:before {
  content: "\e905";
}

.icon-pin:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-window:before {
  content: "\e908";
}

.icon-triangle-up:before {
  content: "\e911";
}

.icon-triangle-right:before {
  content: "\e910";
}

.icon-triangle-left:before {
  content: "\e90f";
}

.icon-triangle-down:before {
  content: "\e90e";
}

.icon-bullet-triangle:before {
  content: "\e90d";
}

.icon-file-pdf:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e909";
}

/* アイコン調整用クラス
----------------------------------------------------------- */
.icon--white {
  color: #fff;
}

.icon--red {
  color: #fb0000;
}

.icon--gray {
  color: #969696;
}

.icon--left {
  margin-right: 5px;
}

.icon--right {
  margin-left: 5px;
}

.icon--xs {
  font-size: 1rem;
}

.icon--sm {
  font-size: 1.2rem;
}

.icon--xl {
  font-size: 4rem;
}

.icon--middle {
  vertical-align: -0.2rem;
}

@media (max-width: 767px) {
  .icon--sm {
    font-size: 1.2rem;
  }

  .icon--xl {
    font-size: 3rem;
  }
}

.label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 122px;
  padding: 4px 8px;
  border: 1px solid #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  text-align: center;
}

.label--white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 122px;
  padding: 4px 8px;
  border: 1px solid #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  text-align: center;
}

.label--darkgray {
  background: #595757;
  border-color: #595757;
  color: #fff;
}

@media (max-width: 767px) {
  .label {
    min-width: 108px;
    font-size: 1.2rem;
  }
}

/* .underline-link
----------------------------------------------------------- */
.underline-link:after,
.underline-link--reverse:after {
  background: none !important;
}

.underline-link > *:after,
.underline-link--reverse > *:after {
  background: none !important;
}

.underline-link,
.underline-link--reverse:hover {
  text-decoration: underline !important;
}

.underline-link:hover,
.underline-link--reverse {
  text-decoration: none !important;
}

/* .line-link
----------------------------------------------------------- */
@media (min-width: 768px) {
  .line-link > * {
    display: inline-block;
    position: relative;
    max-width: 100%;
    line-height: 1.2;
  }

  .line-link > *::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 3px;
    background-color: #000;
    opacity: 0;
    transition: all 100ms linear;
  }

  .line-link:hover > *::after {
    opacity: 1;
    bottom: 0;
  }

  .line-link--white > *::after {
    background-color: #fff;
  }

  .line-link--reverse > *::after {
    opacity: 1;
    bottom: 0;
  }

  .line-link--reverse:hover > *::after {
    opacity: 0;
  }
}

/*.accordion
---------------------------------------------- */
.accordion__title, .accordion__title--whiteBorder, .accordion__title--whiteBorder2{
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 30px 18px 20px;
  font-size: 2rem;
  cursor: pointer;
}

.accordion__title{
  border: 1px solid #000;
}

.accordion__title--whiteBorder, .accordion__title--whiteBorder2{
  border: 1px solid #fff;
}

.accordion__title::before , .accordion__title--whiteBorder::before, .accordion__title--whiteBorder2::before{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all ease;
  right: 12px;
  color: #fb0000;
  font-family: "hino-icon";
  font-size: 1.5rem;
  content: "\e90e";
}

/*20230704 Supplemental Information for California Residents: please click here.のclickをアコーディオンからpdfのリンクへ変更、アイコンも変変更
20240105 /corp/dakar/team_sugawara.html#membersへの影響により修正*/
.accordion__title--whiteBorder2::before{
  position: absolute;
  top: 5%;
  right:0;
  content:url(../images/common/pdf_icon.png);
  transform: scale(0.6);
 /* -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all ease;
  right: 12px;
  color: #fb0000;
  font-family: "hino-icon";
  font-size: 1.5rem;
  content: "\e90e";*/
}
.accordion__title--active::before {
  top: 35%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__body,.accordion__body--noBg {
  display: none;
  padding: 20px 0;
}

.accordion__body{
  background: #fff;
}

.accordion__body--noBg{
  background: none;
}

@media (max-width: 767px) {
  .accordion + .accordion {
    margin-top: 8px;
  }
  .accordion__title--whiteBorder2{
    padding: 18px 30px 18px 10px;
  }
  .accordion__title, .accordion__title--whiteBorder {
    font-size: 1.4rem;
  }
}

/*.anchor-link
---------------------------------------------- */
.anchor-link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

.anchor-link__item {
  position: relative;
  margin: 5px 0;
  border-left: 1px solid #e5e5e5;
}

.anchor-link__item a {
  display: block;
  padding: 0 10px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .anchor-link__item a:hover {
    text-decoration: underline;
  }
    .anchor-link__item a:hover span{
        text-decoration: underline;
    }
}

.anchor-link__item:last-child {
  border-right: 1px solid #e5e5e5;
}

.anchor-link__item--disabled {
  pointer-events: none;
  cursor: default;
}

.anchor-link__item--disabled a {
  opacity: .3;
}

@media (max-width: 767px) {
  .anchor-link {
    width: 100%;
    margin: 10px 0;
    /*&::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: $white;
      content: "";
    }*/
  }

  .anchor-link__item {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #000;
    border-color: #000;
  }

  .anchor-link__item:nth-child(even) {
    border-right: 1px solid #000;
  }

  .anchor-link__item:nth-child(even).anchor-link__item--disabled {
    border-color: #737373;
  }

  .anchor-link__item:last-child {
    border-right: 1px solid #000;
  }

  .anchor-link__item::before,
  .anchor-link__item::after {
    position: absolute;
    bottom: -1px;
    width: 2px;
    height: 2px;
    background: #fff;
    content: "";
  }

  .anchor-link__item::before {
    left: -1px;
  }

  .anchor-link__item::after {
    right: -1px;
  }

  .anchor-link__item a {
    padding: 10px;
  }

  .anchor-link__item i {
    position: absolute;
    right: 10px;
  }

  .anchor-link__item--disabled {
    border-color: #737373 !important;
  }
}

/*.box
---------------------------------------------- */

.box-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.box-list__title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.box-list__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.box-list__text {
  width: 80%;
  font-size: 2rem;
}

.box-list__button {
  margin-left: 20px;
}

.box-list dl {
  display: flex;
  flex-wrap: wrap;
}

.box-list dl dt,
.box-list dl dd {
  margin: 5px 0;
}

.box-list dl dt {
  width: 130px;
}

.box-list dl dd {
  width: 75%;
}

@media (max-width: 767px) {
  .box-list__title {
    font-size: 1.6rem;
  }

  .box-list__body {
    flex-direction: column;
    align-items: normal;
  }

  .box-list__text {
    width: 100%;
    font-size: 1.6rem;
  }

  .box-list__button {
    margin-top: 10px;
    margin-left: 0;
  }

  .box-list dl dt {
    width: 24%;
  }
}

.box {
  padding: 30px;
}

.news-bottom-box {
  margin-top: 40px;
}

.box--border {
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .box {
    padding: 15px;
  }

  .news-bottom-box {
    margin-top: 20px;
  }
}


.faq-list {
  line-height: 1.5;
}

.faq-list li {
  border-bottom: 1px solid #000;
}

.faq-list li:first-child {
  border-top: 1px solid #000;
}

.faq-list dd {
  display: none;
}

.faq-list__title,
.faq-list__body {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 10px 30px 60px;
  font-size: 2rem;
  cursor: pointer;
}

.faq-list__title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all ease;
  right: 12px;
  color: #fb0000;
  font-family: "hino-icon";
  font-size: 1.5rem;
  content: "\e90e";
}

.faq-list__body::before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  content: "";
  width: 90%;
  border-bottom: 1px solid #dcdcdc;
}

.faq-list__title span::before,
.faq-list__body span::before {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

.faq-list__title span::before {
  padding-bottom: 4px;
  content: 'Q.';
  border: 1px solid #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

.faq-list__body span::before {
  padding-bottom: 3px;
  content: 'A.';
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

.faq-list__title--active::before {
  top: 35%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .faq-list__title span,
  .faq-list__body span {
    padding-top: 4px;
  }
}

@media (max-width: 767px) {
  .faq-list__title {
    font-size: 1.6rem;
  }

  .faq-list__title span {
    width: 90%;
  }

  .faq-list__body {
    font-size: 1.6rem;
  }
}


/* image-link
----------------------------------------------------------- */
@media (max-width: 1000px) and (min-width: 768px) {
  .image-link span {
    zoom: 0.7;
  }
}

.image-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 767px) {
  .image-link {
    margin-bottom: 10px;
  }
}

.image-link > * {
  display: block;
}

a .image-link,
a .image-link__image {
  padding: 0;
}

.image-link > *:after,
.image-link:after {
  background: none;
  opacity: 1;
}

.image-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #fb0000 transparent;
  content: '';
}

.image-link__image {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.45s ease-in-out;
  height: 100%;
}

.image-link__image img {
  width: 100%;
  height: auto;
}

.image-link__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all .3s;
  content: "";
}

@media (min-width: 768px) {
  .image-link:hover .image-link__image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .image-link__caption {
    width: calc(100% - 20px);
  }
}

.image-link__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  min-width: 115px;
  padding: 6px;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.image-link__caption {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

.image-link__date {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.3rem;
}

.image-link__number {
  margin-bottom: 4px;
  color: #fb0000;
  font-size: 3rem;
}

.image-link__text {
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 767px) {
  .image-link::after {
    content: none;
  }

  .image-link__image::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fb0000 transparent;
    content: '';
    opacity: 1;
  }

  .image-link__label {
    font-size: 1.1rem;
  }

  .image-link__caption {
    position: relative;
    top: 0;
    left: 0;
  }

  .image-link__date {
    color: #fff;
  }

  .image-link__number {
    margin-right: 6px;
    font-size: 1.4rem;
  }

  .image-link__text {
    font-size: 1.4rem;
  }

  .content-white .image-link__text,
  .content-white .image-link__date {
    color: #000;
  }
}

/* .list
----------------------------------------------------------- */
.list > li {
  position: relative;
  line-height: 1.4;
  font-size: 1.6rem;
}

.list > li:not(:last-child) {
  margin-bottom: .75em;
}

.list > li a {
  display: inline-block;
}

.list--circle > li {
  padding-left: 1em;
}

.list--circle > li::before {
  display: block;
  position: absolute;
  top: .65em;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.list--sm > li {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .list > li {
    font-size: 1.6rem;
  }

  .list--sm > li {
    font-size: 1.4rem;
  }
}

.list-border {
  border-bottom: 2px solid #000;
  padding: 15px 0;
}

.list-border:first-child {
  border-top: 2px solid #000;
}

.movie {
  margin: 15px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .hinotopics-modal
----------------------------------------------------------- */

.hinotopics-modal {
  padding: 50px 40px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hinotopics-modal a {
  color: #000;
}

.hinotopics-modal__image {
  width: 40%;
}

.hinotopics-modal__text {
  width: 55%;
}

@media (max-width: 767px) {
  .hinotopics-modal {
    padding: 30px 20px 80px;
    display: block;
  }

  .hinotopics-modal__image {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .hinotopics-modal__image img {
    width: 100%;
  }

  .hinotopics-modal__text {
    width: 100%;
  }
}

/* .hinotopics-grid
----------------------------------------------------------- */

@media (min-width: 768px) {
  .hinotopics-grid .grid__item a {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .hinotopics-grid .grid__item .image-link__image {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .hinotopics-grid .grid__item .image-link__image {
    height: 114px;
  }
}

/* .news
----------------------------------------------------------- */
.news__timely-label {
  min-width: 140px;
}

.news-list {
  border-top: 2px solid #000;
}

.news {
  display: flex;
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #000;
}

.news:last-child {
  margin-bottom: 20px;
}

.news::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  color: #fb0000;
  font-family: "hino-icon";
  font-size: 1rem;
  content: "\e90d";
}

.news__date {
  display: flex;
  align-items: center;
  width: 140px;
  font-size: 2rem;
}

.news__time {
  margin: 15px;
}

.news__title {
  width: calc(100% - 140px);
}

.news__category {
  padding-top: 5px;
  margin-bottom: 10px;
}

.news__category .label {
  margin-right: 10px;
}

.news__link {
  display: block;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .news__link {
    display: flex;
    justify-content: space-between;
    padding-right: 2em;
  }

  .news__timely-label {
    margin-left: 1rem;
    margin-left: 20px;
    align-self: flex-end;
  }

  .news__timely-label::after {
    content: none;
  }
}

.news--no-link::after {
  content: none;
}

@media (max-width: 767px) {
  .news {
    width: 100%;
    flex-direction: column;
  }

  .news:last-child {
    margin-bottom: 10px;
  }

  .news__date {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .news__time {
    font-size: 1.6rem;
  }

  .news__title {
    display: block;
    width: 100%;
  }

  .news__category .label {
    margin-right: 10px;
  }

  .news__timely-label {
    float: right;
    margin-top: 10px;
  }

  .news__link {
    display: block;
  }
}

.news--black {
  border-top: 2px solid #fff;
}

.news--black:last-child {
  border-bottom: 2px solid #fff;
}

.news--black .label {
  border: 1px solid #fff;
}

.news--black .label--darkgray {
  border-color: #595757;
}

/* .table-layout
----------------------------------------------------------- */
.table-wrap {
  overflow-x: auto;
}

.table-layout {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .table-layout--sm {
    max-width: 930px;
  }
}

.table-layout ul li,
table-layout ol li {
  margin-bottom: .5em;
  */
}

.table-layout p {
  line-height: 1.4;
}

.table-layout thead tr th:first-child {
  border-bottom: 1px solid #fff;
}

.table-layout thead th {
  text-align: center;
  /*&:first-child {
        border-bottom: 1px solid $white;
      }*/
}

.table-layout thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-layout tr:last-child th {
  border-bottom: 1px solid #535353;
}

.table-layout th,
.table-layout td {
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}

.table-layout th.center,
.table-layout td.center {
  text-align: center;
}

.table-layout th.right,
.table-layout td.right {
  text-align: right;
}

.table-layout th {
  border: 1px solid #535353;
  border-bottom: 1px solid #fff;
  background: #535353;
  color: #fff;
}

.table-layout th.a30 {
  width: 30%;
}

.table-layout th.a40 {
  width: 40%;
}

.table-layout td {
  border: 1px solid #535353;
}

.table-layout td i,
.table-layout td span {
  display: inline;
}

.table-layout-col-2 th {
  width: 15%;
}

.table-layout-col-2 td {
  width: 30%;
}

.table-layout--type01 th {
  width: 25%;
}

@media (max-width: 767px) {
  .table-layout {
    font-size: 1.4rem;
  }

  .table-layout--scrollable {
    width: 800px;
  }

  .table-layout-col-2 th {
    width: 300px;
  }

  .table-layout-col-2 td {
    width: 500px;
  }

  .table-layout th,
  .table-layout td {
    padding: 10px;
  }

  .table-layout th.a30,
  .table-layout th.a40 {
    width: 100%;
  }

  .th-border {
    border-bottom: 1px solid #fff;
  }

  .table-layout--sp-col-1 th,
  .table-layout--sp-col-1 td {
    display: block;
    width: 100%;
  }

  .table-layout--sp-col-1 th {
    border-bottom: none;
  }
}

th.gray {
  background: #a6a6a6;
  color: #000;
  font-weight: normal;
}

.table-layout .bdb-white {
  border-bottom: 1px solid #fff !important;
}

.table-layout .bdb-gray {
  border-bottom: 1px solid #a6a6a6 !important;
}

.table-layout .bdb-black {
  border-bottom: 1px solid #535353 !important;
}

.table-layout .bdl-white {
  border-left: 1px solid #fff !important;
}

.table-layout .bdl-gray {
  border-left: 1px solid #a6a6a6 !important;
}

.table-layout .bdl-black {
  border-left: 1px solid #535353 !important;
}

.table-layout .bdr-white {
  border-right: 1px solid #fff !important;
}

.table-layout .bdr-gray {
  border-right: 1px solid #a6a6a6 !important;
}

.table-layout .bdr-black {
  border-right: 1px solid #535353 !important;
}

/* 検索ボックス */
#search-content {
  z-index: 1000;
  max-width: 763px;
  width: 84.375%;
  background-color: #000;
  color: #fff;
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  transition: all 200ms linear;
}

@media print {
#search-content {
    display: none;
  }
}

#search-content .innerBox {
  padding: 2em;
}

#search-content .row02 {
  width: 100%;
  display: block;
  margin-top: 0.8em;
  font-size: 3rem;
  padding: 0.283333em 2.2em 0.283333em 0.283333em;
  background-color: #fff;
}

#search-content input {
  width: 100%;
  border: none;
  font-size: 3rem;
  padding: 0;
}

#search-content .submit {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 1.24em;
  height: 1.24em;
  background-color: transparent;
  font-size: 3rem;
  right: 0.46em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.showSearchContent .wrap {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-transform-origin: center 15%;
  transform-origin: center 15%;
}

.showSearchContent #search-content {
  top: 50vh;
  transition: all 200ms linear 150ms;
}

.showSearchContent:after {
  content: '';
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* section
----------------------------------------------------------- */
.section {
  padding: 60px 0;
}

.section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.section__inner--sm {
  max-width: 990px;
}

.section--gray {
  background: #727171;
}

.section--darkgray {
  background: #3e3a39;
}

.section--lightgray {
  background: #efefef;
}

@media (min-width: 768px) {

  .section--dark .section__title,
  .section--dark .section__text {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  }

  .section__text {
    max-width: 420px;
  }

  .section__text--white {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 20px 0;
  }

  .section__inner {
    padding: 0 10px;
  }

  .section__image {
    margin: 0 -10px 16px;
  }

  .section__image img {
    width: 100%;
  }

  .section__text--sp-black {
    color: #000;
    text-shadow: none;
  }
}

@media (min-width: 768px) {
  .share-button:hover {
    background: #000;
    color: #fff;
  }

  .share-button--white:hover {
    background: #fff;
  }

  .share-button--white:hover [class^="icon-"] {
    color: #000;
  }
}

@media (max-width: 767px) {
  .share-button--lg {
    width: 60px;
    height: 60px;
  }

  .share-button--lg [class^="icon-"] {
    font-size: 2rem;
  }
}

.table__header th {
  text-align: center;
}

.table__header th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table__heading {
  padding: 18px;
  border: 1px solid #535353;
  border-bottom: 1px solid #fff;
  background: #535353;
  color: #fff;
}

.table__row:last-child th {
  border-bottom: 1px solid #535353;
}

.table__data {
  padding: 18px;
  border: 1px solid #535353;
}

.table__data--center {
  text-align: center;
}

.table--type01 th {
  width: 25%;
}

/* slick-module
----------------------------------------------------------- */
.slick-module-01 .slick-arrow,
.slick-module-01--white-arrow .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 7;
  width: 14px;
  height: 24px;
  text-indent: -9999px;
  content: "";
  cursor: pointer;
  border: none;
}

@media (min-width: 768px) {

  .slick-module-01 .slick-arrow,
  .slick-module-01--white-arrow .slick-arrow {
    border: none;
    width: 27px;
    height: 46px;
  }
}

.slick-module-01 .slick-prev {
  left: 0;
  background: url(/hino_common/images/common/ico_arrow_left.svg) no-repeat center/contain;
}

.slick-module-01 .slick-next {
  right: 0;
  background: url(/hino_common/images/common/ico_arrow_right.svg) no-repeat center/contain;
}

.slick-module-01--white-arrow .slick-prev {
  left: 0;
  background: url(/hino_common/images/common/ico_arrow_left-white.svg) no-repeat center/contain;
}

.slick-module-01--white-arrow .slick-next {
  right: 0;
  background: url(/hino_common/images/common/ico_arrow_right-white.svg) no-repeat center/contain;
}

/* slick-module-02
----------------------------------------------------------- */
.slick-module-02 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}

.slick-module-02 .slick-dots > li {
  width: 40px;
  height: 3px;
  margin: 0 5px;
  background: #dcdddd;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-module-02 .slick-dots > li.slick-active {
  background: #fb0000;
}

@media (min-width: 768px) {
  .slick-module-02 .slick-dots > li {
    width: 80px;
    height: 6px;
  }
}

/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

/* color
----------------------------------------------------------- */
.u-font-red {
  color: #fb0000;
}

.u-font-white {
  color: #fff;
}

.u-font-black {
  color: #000;
}

@media (max-width: 767px) {
  .u-sp-font-white {
    color: #fff;
  }

  .u-sp-font-black {
    color: #000;
  }
}

.u-font-bold {
  font-weight: bold;
}

/* font-size
-------------------------------------------------- */
.u-font-xxxs {
  font-size: 1rem !important;
}

.u-font-xxs {
  font-size: 1.2rem !important;
}

.u-font-xs {
  font-size: 1.4rem !important;
}

.u-font-s {
  font-size: 1.6rem !important;
}

.u-font-m {
  font-size: 1.8rem !important;
}

.u-font-l {
  font-size: 2rem !important;
}

.u-font-xl {
  font-size: 2.4rem !important;
}

.u-font-xxl {
  font-size: 2.6rem !important;
}

.u-font-xxxl {
  font-size: 3rem !important;
}

@media (max-width: 767px) {
  .u-font-xxxs {
    font-size: 1rem !important;
  }

  .u-font-xxs {
    font-size: 1.1rem !important;
  }

  .u-font-xs {
    font-size: 1.2rem !important;
  }

  /*
  .u-font-s {
    font-size: 1.4rem !important;
  }
*/
  .u-font-m {
    font-size: 1.6rem !important;
  }

  .u-font-l {
    font-size: 1.8rem !important;
  }

  .u-font-xl {
    font-size: 2rem !important;
  }

  .u-font-xxl {
    font-size: 2.2rem !important;
  }

  .u-font-xxxl {
    font-size: 2.4rem !important;
  }
}

/* margin padding
----------------------------------------------------------- */
.u-mt-a {
  margin-top: auto !important;
}

.u-m-none {
  margin: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-xxxs {
  margin-bottom: 4px !important;
}

.u-mb-xxs {
  margin-bottom: 8px !important;
}

.u-mb-xs {
  margin-bottom: 12px !important;
}

.u-mb-s {
  margin-bottom: 16px !important;
}

.u-mb-m {
  margin-bottom: 20px !important;
}

.u-mb-l {
  margin-bottom: 28px !important;
}

.u-mb-xl {
  margin-bottom: 32px !important;
}

.u-mb-xxl {
  margin-bottom: 36px !important;
}

.u-mb-xxxl {
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .u-mb-xxxs {
    margin-bottom: 8px !important;
  }

  .u-mb-xxs {
    margin-bottom: 16px !important;
  }

  .u-mb-xs {
    margin-bottom: 24px !important;
  }

  .u-mb-s {
    margin-bottom: 32px !important;
  }

  .u-mb-m {
    margin-bottom: 40px !important;
  }

  .u-mb-l {
    margin-bottom: 56px !important;
  }

  .u-mb-xl {
    margin-bottom: 64px !important;
  }

  .u-mb-xxl {
    margin-bottom: 72px !important;
  }

  .u-mb-xxxl {
    margin-bottom: 80px !important;
  }
}

/* margin padding
----------------------------------------------------------- */
.u-p-none {
  padding: 0 !important;
}

.u-p-s {
  padding: 10px !important;
}

.u-p-m {
  padding: 15px !important;
}

.u-p-l {
  padding: 20px !important;
}

@media (min-width: 768px) {
  .u-p-s {
    padding: 20px !important;
  }

  .u-p-m {
    padding: 30px !important;
  }

  .u-p-l {
    padding: 40px !important;
  }
}

/* display
-------------------------------------------------- */

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: flex;
}

.u-d-if {
  display: inline-flex;
}

.u-d-i {
  display: inline !important;
}

/* flex
-------------------------------------------------- */
.u-fxd-r {
  flex-direction: row !important;
}

.u-fxd-rr {
  flex-direction: row-reverse !important;
}

.u-fxd-c {
  flex-direction: column !important;
}

.u-fxd-cr {
  flex-direction: column-reverse !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}

.u-fxw-w {
  flex-wrap: wrap !important;
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-b {
  align-items: baseline !important;
}

.u-ai-s {
  align-items: stretch !important;
}

.u-ac-fs {
  align-content: flex-start !important;
}

.u-ac-fe {
  align-content: flex-end !important;
}

.u-ac-c {
  align-content: center !important;
}

.u-ac-sb {
  align-content: space-between !important;
}

.u-ac-sa {
  align-content: space-around !important;
}

.u-ac-s {
  align-content: stretch !important;
}

.u-fx-n {
  flex: none !important;
}

.u-as-a {
  align-self: auto !important;
}

.u-as-fs {
  align-self: flex-start !important;
}

.u-as-fe {
  align-self: flex-end !important;
}

.u-as-c {
  align-self: center !important;
}

.u-as-b {
  align-self: baseline !important;
}

.u-as-s {
  align-self: stretch !important;
}

@media (max-width: 767px) {
  .u-sp-fxd-r {
    flex-direction: row !important;
  }

  .u-sp-fxd-rr {
    flex-direction: row-reverse !important;
  }

  .u-sp-fxd-c {
    flex-direction: column !important;
  }

  .u-sp-fxd-cr {
    flex-direction: column-reverse !important;
  }

  .u-sp-fxw-n {
    flex-wrap: nowrap !important;
  }

  .u-sp-fxw-w {
    flex-wrap: wrap !important;
  }

  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }

  .u-sp-jc-fs {
    justify-content: flex-start !important;
  }

  .u-sp-jc-fe {
    justify-content: flex-end !important;
  }

  .u-sp-jc-c {
    justify-content: center !important;
  }

  .u-sp-jc-sb {
    justify-content: space-between !important;
  }

  .u-sp-jc-sa {
    justify-content: space-around !important;
  }

  .u-sp-ai-fs {
    align-items: flex-start !important;
  }

  .u-sp-ai-fe {
    align-items: flex-end !important;
  }

  .u-sp-ai-c {
    align-items: center !important;
  }

  .u-sp-ai-b {
    align-items: baseline !important;
  }

  .u-sp-ai-s {
    align-items: stretch !important;
  }

  .u-sp-ac-fs {
    align-content: flex-start !important;
  }

  .u-sp-ac-fe {
    align-content: flex-end !important;
  }

  .u-sp-ac-c {
    align-content: center !important;
  }

  .u-sp-ac-sb {
    align-content: space-between !important;
  }

  .u-sp-ac-sa {
    align-content: space-around !important;
  }

  .u-sp-ac-s {
    align-content: stretch !important;
  }

  .u-sp-fx-n {
    flex: none !important;
  }

  .u-sp-as-a {
    align-self: auto !important;
  }

  .u-sp-as-fs {
    align-self: flex-start !important;
  }

  .u-sp-as-fe {
    align-self: flex-end !important;
  }

  .u-sp-as-c {
    align-self: center !important;
  }

  .u-sp-as-b {
    align-self: baseline !important;
  }

  .u-sp-as-s {
    align-self: stretch !important;
  }
}

/* .network-list
-------------------------------------------------------*/
.network-list {
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.network-list__text {
  width: 70%;
}

.network-list__text th,
.network-list__text td {
  padding: 5px 0;
  text-align: left;
}

.network-list__text th {
  width: 35%;
  padding-right: .5rem;
  font-weight: normal;
}

.network-list__text td {
  width: 65%;
}

.network-list__button {
  display: flex;
  align-items: flex-end;
  min-width: 236px;
}

@media (min-width: 768px) {
  .network-list__text {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .network-list {
    display: block;
    font-size: 1.4rem;
  }

  .network-list__text {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* CMSモジュール 全体調整
----------------------------------------------------------- */

.post.section {
  padding-top: 0;
}

.wysiwyg,
.post__body,
#editor-input-content {
  background: #fff;
  color: #000;
}

.wysiwyg p,
.post__body p,
#editor-input-content p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.wysiwyg p:last-of-type,
.post__body p:last-of-type,
#editor-input-content p:last-of-type {
  margin-bottom: 0;
}

.wysiwyg section,
.post__body section,
#editor-input-content section {
  margin-bottom: 60px;
}

.wysiwyg .grid + .grid,
.post__body .grid + .grid,
#editor-input-content .grid + .grid {
  margin-top: 1em;
}

.wysiwyg .box,
.post__body .box,
#editor-input-content .box {
  margin-bottom: 1em;
}

.wysiwyg .table-layout,
.wysiwyg .table-wrap,
.post__body .table-layout,
.post__body .table-wrap,
#editor-input-content .table-layout,
#editor-input-content .table-wrap {
  margin-bottom: 1.5em;
}

.wysiwyg .table-wrap .table-layout,
.post__body .table-wrap .table-layout,
#editor-input-content .table-wrap .table-layout {
  margin-bottom: 0;
}

.wysiwyg .image-figure,
.post__body .image-figure,
#editor-input-content .image-caption {
  overflow: hidden;
}

.wysiwyg .image-caption,
.post__body .image-caption,
#editor-input-content .image-caption {
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (max-width: 767px) {

  .wysiwyg section,
  .post__body section,
  #editor-input-content section {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .wysiwyg section,
  .post__body section,
  #editor-input-content section {
    margin-bottom: 30px;
  }
}

/* CMSモジュール 見出し
----------------------------------------------------------- */

.post-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post__header h1 {
  font-size: 4.5rem;
}

.post-header__title {
  max-width: 1000px;
}

.post-header__info {
  text-align: right;
}

.post-header__labels {
  display: flex;
  flex-wrap: wrap;
}

.post-header__companies {
  min-width: 320px;
}

@media (min-width: 768px) {
  .post-header__info {
    margin-left: 15px;
  }

  .post-header__labels {
    flex-direction: column;
    margin: 10px 0;
  }

  .post-header__labels .label {
    align-self: flex-end;
  }

  .post-header__labels .label + .label {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {

  .post__header h1 {
    font-size: 7.5vmin;
  }

  .post-header {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .post-header__title {}

  .post-header__info {}

  .post-header__labels {
    justify-content: flex-end;
    margin-bottom: 5px;
  }

  .post-header__labels .label {
    margin: 3px;
  }
}

.wysiwyg h1,
#editor-input-content h1 {
  color: #000 !important;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.post__body h1,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6,
#editor-input-content h1,
#editor-input-content h2,
#editor-input-content h3,
#editor-input-content h4,
#editor-input-content h5,
#editor-input-content h6 {
  margin-bottom: .75em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.wysiwyg h1,
.post__body h1,
#editor-input-content h1 {
  font-size: 4.5rem;
}

.wysiwyg h2,
.post__body h2,
#editor-input-content h2 {
  font-size: 4rem;
}

.wysiwyg h3,
.post__body h3,
#editor-input-content h3 {
  font-size: 3rem;
}

.wysiwyg h4,
.post__body h4,
#editor-input-content h4 {
  font-size: 2.4rem;
}

.wysiwyg h5,
.post__body h5,
#editor-input-content h5 {
  font-size: 2rem;
}

@media (max-width: 767px) {

  .wysiwyg h1,
  .post__body h1,
  #editor-input-content h1 {
    font-size: 7.5vmin;
  }

  .wysiwyg h2,
  .post__body h2,
  #editor-input-content h2 {
    font-size: 6.25vmin;
  }

  .wysiwyg h3,
  .post__body h3,
  #editor-input-content h3 {
    font-size: 4.68vmin;
  }

  .wysiwyg h4,
  .post__body h4,
  #editor-input-content h4 {
    font-size: 3.75vmin;
  }

  .wysiwyg h5,
  .post__body h5,
  #editor-input-content h5 {
    font-size: 3.125vmin;
  }
}

/* CMSモジュール リンク
----------------------------------------------------------- */

.wysiwyg a,
.post__body a,
#editor-input-content a {
  cursor: pointer;
  color: #000;
  word-break: break-all;
}

.wysiwyg a:hover,
.post__body a:hover,
#editor-input-content a:hover {
  text-decoration: underline;
}

.wysiwyg a > *:hover,
.post__body a > *:hover,
#editor-input-content a > *:hover {
  text-decoration: underline;
}

.wysiwyg a > *:after,
.post__body a > *:after,
#editor-input-content a > *:after {
  background: none;
}

.wysiwyg a  span,
.post__body a  span,
#editor-input-content a  span {
  display: inline;
}

.wysiwyg a img,
.post__body a img,
#editor-input-content a img {
  transition: all .3s;
}

.wysiwyg a:hover img,
.post__body a:hover img,
#editor-input-content a:hover img {
  opacity: .6;
}

/* CMSモジュール リスト
----------------------------------------------------------- */

.wysiwyg ul:not([class]),
.wysiwyg ol,
.post__body ul:not([class]),
.post__body ol,
#editor-input-content ul:not([class]),
#editor-input-content ol {
  margin-bottom: 1.5em;
}

.wysiwyg ul:not([class]) > li,
.wysiwyg ol > li,
.post__body ul:not([class]) > li,
.post__body ol > li,
#editor-input-content ul:not([class]) > li,
#editor-input-content ol > li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
}

.wysiwyg ul:not([class]) > li a,
.wysiwyg ol > li a,
.post__body ul:not([class]) > li a,
.post__body ol > li a,
#editor-input-content ul:not([class]) > li a,
#editor-input-content ol > li a {
  text-decoration: none;
}

.wysiwyg ul:not([class]) > li a:hover,
.wysiwyg ol > li a:hover,
.post__body ul:not([class]) > li a:hover,
.post__body ol > li a:hover,
#editor-input-content ul:not([class]) > li a:hover,
#editor-input-content ol > li a:hover {
  text-decoration: underline;
}

/* 通常リスト */

.wysiwyg ul:not([class]) > li,
.post__body ul:not([class]) > li,
#editor-input-content ul:not([class]) > li {
  padding-left: 1em;
}

.wysiwyg ul:not([class]) > li a,
.post__body ul:not([class]) > li a,
#editor-input-content ul:not([class]) > li a {
  display: inline-block;
}

.wysiwyg ul:not([class]) > li:not(:last-child),
.post__body ul:not([class]) > li:not(:last-child),
#editor-input-content ul:not([class]) > li:not(:last-child) {
  margin-bottom: .75em;
}

.wysiwyg ul:not([class]) > li::before,
.post__body ul:not([class]) > li::before,
#editor-input-content ul:not([class]) > li::before {
  display: block;
  position: absolute;
  top: .65em;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  content: "";
}

/* 数字付きリスト */
.wysiwyg ol,
.post__body ol,
#editor-input-content ol {
  padding-left: 1.5em;
}

.wysiwyg ol > li,
.post__body ol > li,
#editor-input-content ol > li {
  list-style-type: decimal;
}

.wysiwyg ol > li:not(:last-child),
.post__body ol > li:not(:last-child),
#editor-input-content ol > li:not(:last-child) {
  margin-bottom: .75em;
}

@media (max-width: 767px) {

  .wysiwyg ul:not([class]) > li,
  .wysiwyg ol > li,
  .post__body ul:not([class]) > li,
  .post__body ol > li,
  #editor-input-content ul:not([class]) > li,
  #editor-input-content ol > li {
    font-size: 1.6rem;
  }
}

/* CMSモジュール テーブル
----------------------------------------------------------- */

.wysiwyg table:not([class]),
.post__body table:not([class]),
#editor-input-content table:not([class]) {
  width: 100%;
  margin-bottom: 1em;
  font-size: 2rem;
}

.wysiwyg table:not([class]) p,
.post__body table:not([class]) p,
#editor-input-content table:not([class]) p {
  line-height: 1.4;
}

.wysiwyg table:not([class]) th,
.wysiwyg table:not([class]) td,
.post__body table:not([class]) th,
.post__body table:not([class]) td,
#editor-input-content table:not([class]) th,
#editor-input-content table:not([class]) td {
  padding: 15px;
  vertical-align: middle;
}

.wysiwyg table:not([class]) th,
.post__body table:not([class]) th,
#editor-input-content table:not([class]) th {
  border: 1px solid #333;
  background: #535353;
  color: #fff;
}

.wysiwyg table:not([class]) td,
.post__body table:not([class]) td,
#editor-input-content table:not([class]) td {
  border: 1px solid #535353;
}

@media (max-width: 767px) {

  .wysiwyg table:not([class]),
  .post__body table:not([class]),
  #editor-input-content table:not([class]) {
    font-size: 1.6rem;
  }

  .wysiwyg table:not([class])--scrollable,
  .post__body table:not([class])--scrollable,
  #editor-input-content table:not([class])--scrollable {
    width: 800px;
  }

  .wysiwyg table:not([class]) th,
  .wysiwyg table:not([class]) td,
  .post__body table:not([class]) th,
  .post__body table:not([class]) td,
  #editor-input-content table:not([class]) th,
  #editor-input-content table:not([class]) td {
    padding: 10px;
  }
}

/* モーダル
----------------------------------------------------------- */

.modal-content {
  display: none;
  position: fixed;
  z-index: 100;
  overflow-y: auto;
  width: 80%;
  max-width: 1280px;
  max-height: 94vh;
  margin: 0;
  padding: 30px;
  background: #fff;
}

.modal-content__close {
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}

.modal-content__close i {
  margin-top: 10px;
}

.post__body .modal-content__close:hover,
.post__body .modal-content__close > *:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .modal-content {
    -webkit-overflow-scrolling: touch;
    width: 96%;
    max-height: 86vh;
    padding: 10px;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
}

/* pagination
----------------------------------------------------------- */

.pagination {
  display: flex;
}

.pagination__list {
  display: flex;
  margin: 0 auto;
}

.pagination__item {
  margin: 0 8px;
}

.pagination__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  cursor: pointer;
}

.pagination__item > a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.pagination__item--current a {
  background: #000;
  color: #fff;
  cursor: default;
}

@media (max-width: 767px) {

  .pagination__item {}

  .pagination__item > a {
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
  }
}
