@charset "UTF-8";
.wrap {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .wrap__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding-top: 64px;
  }
}

@media only screen and (min-width: 769px) {
  .main-contents {
    flex: 1;
    width: calc(100% - 280px);
  }
}

@media only screen and (min-width: 769px) {
  .site-main {
    height: 100%;
    display: flex;
    flex-flow: column;
  }
}
.mtM {
 margin-top:16px;
}
.mtS {
 margin-top:8px;
}
.mbM {
 margin-bottom:16px;
}
.mbS {
 margin-bottom:8px;
}
.mrM {
 margin-right:16px;
}
.mrS {
 margin-right:8px;
}
.mlM {
 margin-left:16px;
}
.mlS {
 margin-left:8px;
}
.article,
.section {
  flex: auto;
}

.gothic-light {
  font-family: "ヒラギノ角ゴ Pro W3";
}

.content__block:not(:last-of-type) {
  margin-bottom: 60px;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.indent {
  text-indent: 1em;
}

.shadow-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.line__title {
  font-weight: bold;
  text-align: center;
}
.line__title .en {
  font-size: 2.8rem;
}
.line__title .en::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #333;
  margin: 6px auto 18px;
}
.line__title .ja {
  font-size: 1.6rem;
}

.section-mv {
  padding: 118px 0 97px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section-mv {
    padding: 95px 0 60px;
  }
}
.section-mv .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 564px;
  left: 0;
  z-index: -1;
  background: #F5F5F5;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .section-mv .headline {
    padding-left: 11%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-mv .headline {
    padding-left: 124px;
  }
}
.section-mv .headline__title {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .section-mv .headline__title {
    margin-left: 9.9%;
  }
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title {
    margin-left: 23px;
  }
}
.section-mv .headline__title .text {
  font-family: "EB Garamond", serif;
  font-size: 20rem;
  letter-spacing: 0;
  -webkit-text-stroke: 1px #084F7C;
  text-stroke: 1px #084F7C;
  opacity: 0.25;
  color: transparent;
  line-height: 1;
  position: absolute;
  top: -84px;
  left: -92px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title .text {
    font-size: 12rem;
    top: -57px;
    left: -23px;
  }
}
.section-mv .headline__title--main {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title--main {
    font-size: 1.6rem;
  }
}
.section-mv .headline__title--main::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #333;
  margin-left: 14px;
}
.section-mv .headline__title--sub {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.section-mv .headline__title + .headline__img {
  display: block;
  margin-top: 58px;
  position: relative;
  margin-right: -40px;
}
@media only screen and (min-width: 1360px) {
  .section-mv .headline__title + .headline__img {
    margin-right: calc(50% - 50vw + 180px);
  }
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title + .headline__img {
    margin-top: 24px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.section-mv .headline__title + .headline__img .img {
  position: relative;
  z-index: 0;
}
.section-mv .headline__title + .headline__img .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.37;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section-mv .headline__title + .headline__img .img.none-bf::before {
  display: none;
}
.section-mv .headline__title + .headline__img .img img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-mv .headline__title + .headline__img .txt {
  position: absolute;
  top: 0%;
  left: 0;
  transform: translate(0%, 0%);
  color: #fff;
  width: 100%;
  padding-left: 100px;
  padding-right: 10.2%;
  padding-top: 146px;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title + .headline__img .txt {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-mv .headline__title + .headline__img .txt .inr-title {
  font-weight: bold;
  /*font-size: 3.4rem;*/
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title + .headline__img .txt .inr-title {
    font-size: 2.4rem;
  }
}
.section-mv .headline__title + .headline__img .txt .lead {
  margin-top: 11px;
  /*max-width: 460px;*/
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title + .headline__img .txt .lead {
    margin-top: 16px;
  }
}
.section-mv .headline__title + .headline__img.line {
  border-top: 5px solid #0074BE;
  margin-bottom: 80px;
  margin-top: 61px;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title + .headline__img.line {
    margin-bottom: 0;
    margin-top: 26px;
    margin-left: 0;
  }
}
.section-mv .headline__title ~ .headline__body {
  margin-top: 93px;
  position: relative;
  padding-left: 6.8%;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title ~ .headline__body {
    margin-top: 53px;
    padding-left: 20px;
  }
}
.section-mv .headline__title ~ .headline__body::before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 14px);
  background: #0074BE;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title ~ .headline__body::before {
    width: 5px;
    height: calc(100% - 8px);
  }
}
.section-mv .headline__title ~ .headline__body .lead {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .section-mv .headline__title ~ .headline__body .lead {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title ~ .headline__body .lead {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .section-mv .headline__title ~ .headline__body .inr-link-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 21px -16px -6px;
  }
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title ~ .headline__body .inr-link-list {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .section-mv .headline__title ~ .headline__body .inr-link-list__item {
    margin: 6px 16px;
    width: calc(50% - 32px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title ~ .headline__body .inr-link-list__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.section-mv .headline__title ~ .headline__body .inr-link-list__item a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #0074BE;
  color: #0074BE;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  min-height: 42px;
  padding: 5px 35px 5px 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-mv .headline__title ~ .headline__body .inr-link-list__item a {
    font-size: 1.2rem;
    padding: 5px 30px 5px 16px;
  }
}
.section-mv .headline__title ~ .headline__body .inr-link-list__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0074BE transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
}

.section-search {
  background: #f5f5f5;
  padding-top: 105px;
  padding-bottom: 105px;
}
.section-search .c-title--side {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .section-search .c-title--side {
    margin-bottom: 24px;
  }
}
.section-search .c-title--bottom {
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .section-search .c-title--bottom {
    margin-bottom: 30px;
    line-height: 2;
  }
}
.section-search .content__block:not(:last-of-type) {
  margin-bottom: 106px;
}
@media only screen and (max-width: 768px) {
  .section-search .content__block:not(:last-of-type) {
    margin-bottom: 83px;
  }
}
@media only screen and (min-width: 769px) {
  .section-search .search__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 769px) {
  .section-search .search__item, .section-search .search__item--modal {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-search .search__item:not(:last-of-type), .section-search .search__item--modal:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
.section-search .search__item--modal .button {
  top: 36px;
}
.section-search .search__area {
  position: relative;
  margin-right: 33px;
}
@media only screen and (max-width: 768px) {
  .section-search .search__area {
    margin-right: 20px;
  }
}
.section-search .search__area input,
.section-search .search__area p {
  padding: 0;
  border: 1px solid #0074BE;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-family: inherit;
  font-size: 1em;
  display: block;
  padding: 15px 20px;
  width: 100%;
  line-height: 2;
  font-size: 1.6rem;
}
.section-search .search__area input::-moz-placeholder, .section-search .search__area p::-moz-placeholder {
  color: #cdd6dd;
}
.section-search .search__area input::placeholder,
.section-search .search__area p::placeholder {
  color: #cdd6dd;
}
.section-search .search__area p {
  color: #0074be;
  font-weight: bold;
}
.section-search .search__area button,
.section-search .search__area .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #0074BE;
  color: #fff;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  width: 224px;
  height: 42px;
  text-align: left;
  padding: 10px 21px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  right: -32px;
  transform: translateY(50%);
  cursor: pointer;
  line-height: 1.4;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .section-search .search__area button,
.section-search .search__area .button {
    transition: 200ms;
  }
  .section-search .search__area button:hover,
.section-search .search__area .button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .section-search .search__area button,
.section-search .search__area .button {
    right: -21px;
    width: 201px;
  }
}
.section-search .search__area button::before,
.section-search .search__area .button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
.section-search .search__area.input input {
  border-color: #D8D8D8;
}
.section-search .search__area.input input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #0074BE;
  color: #fff;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  width: 224px;
  height: 42px;
  text-align: left;
  padding: 10px 21px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  right: -32px;
  transform: translateY(50%);
  cursor: pointer;
  line-height: 1.4;
  font-size: 1.6rem;
  background-image: url(../img/common/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 16px;
}
@media only screen and (min-width: 769px) {
  .section-search .search__area.input input[type=submit] {
    transition: 200ms;
  }
  .section-search .search__area.input input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .section-search .search__area.input input[type=submit] {
    right: -21px;
    width: 201px;
  }
}
.section-search .tab-area label span {
  background-color: #fff;
}

#modal {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 45px 20px;
    background: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .modaal-close {
    top: 0;
    right: 0;
  }
}

.search-modal {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .search-modal {
    margin-left: 280px;
    padding: 43px 52px 43px 88px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
  .search-modal {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .search-modal__inner {
    margin: 0 -10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.search-modal .c-title--bottom {
  margin-bottom: 36px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .search-modal .c-title--bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .search-modal--left {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .search-modal--left {
    margin-bottom: 40px;
    padding: 0 10.9%;
  }
}
@media only screen and (min-width: 769px) {
  .search-modal--right {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .search-modal--right {
    padding: 0 10.9%;
  }
}
.search-modal .search-modal-list > label {
  display: none;
}
.search-modal .search-modal-list__item {
  line-height: 1.5;
}
.search-modal .search-modal-list__item:not(:last-of-type) {
  margin-bottom: 5px;
}
.search-modal .search-modal-list__item span {
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.search-modal .search-modal-list__item span::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
}
.search-modal .search-modal-list__item span::after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.7em;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 8px;
  left: 0.25em;
  transform: translate(0%, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .search-modal .search-modal-list__item span::after {
    top: 7px;
  }
}
.search-modal .search-modal-list__item input[type=checkbox] {
  display: none;
}
.search-modal .search-modal-list__item input[type=checkbox]:checked + span::before {
  background: #0074be;
  border-color: #0074be;
}
.search-modal .search-use-list {
  padding-top: 4px;
}
.search-modal .search-use-list .search-modal-list {
  display: none;
  padding-top: 5px;
  padding-left: 16px;
  padding-bottom: 6px;
}
.search-modal .search-use-list__item:not(:last-of-type) {
  margin-bottom: 8px;
}
.search-modal .search-use-list__item .search-use-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  max-width: 245px;
  width: 100%;
  border: 1px solid #0069B2;
  display: block;
  min-height: 42px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 37px 0 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .search-modal .search-use-list__item .search-use-button {
    transition: 200ms;
  }
  .search-modal .search-use-list__item .search-use-button:hover {
    opacity: 0.7;
  }
}
.search-modal .search-use-list__item .search-use-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6.5px 0 6.5px;
  border-color: #0074BE transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%, -50%);
  transition: 200ms;
}
.search-modal .search-use-list__item .search-use-button.is-active::after {
  transform: translate(0%, -50%) rotateX(180deg);
}
.search-modal input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  background-color: #0074BE;
  color: #fff;
  margin: 37px auto 0;
  min-height: 65px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px 0 17px;
  position: relative;
  border: 1px solid #0074BE;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
  position: relative;
  background-image: url(../img/common/arw_white.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 17px;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  .search-modal input[type=submit] {
    width: 318px;
    transform: translateX(-19px);
    transition: 200ms;
  }
  .search-modal input[type=submit]:hover {
    background-image: url(../img/common/arw_blue.svg);
    background-color: #fff;
    color: #0074BE;
  }
}
@media only screen and (max-width: 768px) {
  .search-modal input[type=submit] {
    font-size: 1.4rem;
    max-width: 318px;
    width: 100%;
    white-space: inherit;
  }
}
.search-modal .btn, .search-modal .btn--arw, .search-modal .btn--arw--white, .search-modal .btn--arw--blue {
  width: 100%;
  text-align: center;
  margin-top: 37px;
}
@media only screen and (min-width: 769px) {
  .search-modal .btn, .search-modal .btn--arw, .search-modal .btn--arw--white, .search-modal .btn--arw--blue {
    padding-right: 37px;
  }
}
.search-modal .btn a, .search-modal .btn--arw a, .search-modal .btn--arw--white a, .search-modal .btn--arw--blue a,
.search-modal .btn button,
.search-modal .btn--arw button,
.search-modal .btn--arw--white button,
.search-modal .btn--arw--blue button {
  width: 100%;
  max-width: 318px;
}
@media only screen and (max-width: 768px) {
  .search-modal .btn a, .search-modal .btn--arw a, .search-modal .btn--arw--white a, .search-modal .btn--arw--blue a,
.search-modal .btn button,
.search-modal .btn--arw button,
.search-modal .btn--arw--white button,
.search-modal .btn--arw--blue button {
    font-size: 1.4rem;
  }
}

.tab-area .c-title--bottom {
  margin-top: 22px;
  margin-bottom: 0;
}
.tab-area .c-title--bottom:first-of-type {
  margin-top: 31px;
}
.tab-area .c-title--bottom + .btn-list {
  padding-top: 12px;
}

.headbar__cta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media only screen and (max-width: 768px) {
  .headbar__cta {
    display: none;
  }
}
.headbar__cta .txt {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 3px 4px 0 25px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.headbar__cta .cta-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.headbar__cta .cta-list__item a {
  height: 80px;
  display: block;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  font-weight: bold;
  padding-top: 3px;
}
.headbar__cta .cta-list__item a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.headbar__cta .cta-list__item.tel a {
  color: #0074BE;
  width: 186px;
  letter-spacing: 0.03em;
}
.headbar__cta .cta-list__item.tel a::before {
  background-image: url(../img/common/icon_tel.svg);
}
.headbar__cta .cta-list__item.document a {
  background: #0074BE;
  color: #fff;
  width: 163px;
}
.headbar__cta .cta-list__item.document a::before {
  background-image: url(../img/common/icon_document.svg);
}
.headbar__cta .cta-list__item.contact a {
  background: #084F7C;
  color: #fff;
  width: 139px;
}
.headbar__cta .cta-list__item.contact a::before {
  background-image: url(../img/common/icon_contact.svg);
}
@media only screen and (min-width: 767px) and (max-width: 1080px) {
  .headbar__cta .txt {
    display: none;
  }
  .headbar__cta .cta-list {
    font-size: 1.3rem;
  }
  .headbar__cta .cta-list__item.tel a {
    width: 160px;
  }
  .headbar__cta .cta-list__item.document a {
    width: 130px;
  }
  .headbar__cta .cta-list__item.contact a {
    width: 130px;
  }
}

.breadcrumbs {
  background-color: #DFEBF7;
  font-size: 1.2rem;
  min-height: 40px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 53px;
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  margin-top: 80px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
.breadcrumbs a {
  color: #244177;
  display: inline-block;
}
.breadcrumbs a span {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs a:hover span {
    text-decoration: none;
  }
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs-separation {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url(../img/common/arw_bc.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.nextprev {
  margin-top: 82px;
}
.nextprev a {
  font-weight: 700;
  color: #0074BE;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.nextprev::after {
  content: "";
  display: block;
  clear: both;
}
.nextprev__item--prev {
  float: left;
}
.nextprev__item--prev a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_prev.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px;
  margin-left: -7px;
}
.nextprev__item--next {
  float: right;
}
.nextprev__item--next a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arw_next.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px;
  margin-right: -7px;
}
.wp-pagenavi {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-weight: 700;
  padding-right: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 32px;
  height: 32px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: #0074BE;
  color: #fff;
  margin: 0 4px;
}
.wp-pagenavi .current {
  background-color: #ECF0F4;
  color: #0074BE;
}
.entry {
  font-weight: bold;
}
.entry > *:first-child {
  margin-top: 0 !important;
}
.entry > *:last-child {
  margin-bottom: 0 !important;
}
.entry p {
  margin: 2em 0;
  letter-spacing: 0.05em;
}
.entry a {
  text-decoration: underline;
  color: #244177;
}
@media only screen and (min-width: 769px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry h1 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.entry h2 {
  font-size: 3rem;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .entry h2 {
    font-size: 2.4rem;
  }
}
.entry h2::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 10px);
  background: #0074BE;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.entry h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .entry h3 {
    font-size: 1.8rem;
  }
}
.entry h3 + * {
  margin-top: 20px !important;
}
@media only screen and (max-width: 768px) {
  .entry h3 + * {
    margin-bottom: 18px !important;
  }
}
.entry h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 1.5px;
  background: #0074BE;
  margin-top: 7px;
}
.entry h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.entry h4 + * {
  margin-top: 18px;
}
.entry h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.entry h5 + * {
  margin-top: 16px;
}
.entry h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.entry h6 + * {
  margin-top: 16px;
}
.entry .btn, .entry .btn--arw, .entry .btn--arw--white, .entry .btn--arw--blue {
  margin: 24px 0;
}
.entry table {
  border: none;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 48px 0;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .entry table {
    margin: 24px 0;
    width: auto;
    min-width: 100%;
    font-size: 1.6rem;
  }
}
.entry table tr {
  border-bottom: 2px solid #DDDDDD;
}
.entry table th,
.entry table td {
  border: none;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .entry table th,
.entry table td {
    padding: 16px;
  }
}
.entry table td {
  font-weight: normal;
  padding: 16px 15px 15px 38px;
}
.entry table td:first-of-type {
  border-bottom: 2px solid #0069B2;
  text-align: left;
  padding-left: 0;
  width: 170px;
  font-weight: bold;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .entry table td:first-of-type {
    width: 130px;
  }
}
.entry table thead + tbody td {
  border-bottom: none !important;
  font-weight: normal !important;
  padding: 15px !important;
}
.entry table thead + tbody td:first-of-type {
  padding-left: 15px;
}
.entry table tbody tr:first-of-type th,
.entry table tbody tr:first-of-type td {
  padding-top: 0 !important;
}
.entry table tbody th {
  border-bottom: 2px solid #0069B2;
  text-align: left;
  padding-left: 0;
  width: 170px !important;
  font-weight: bold;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .entry table tbody th {
    width: 130px !important;
  }
}
.entry table tbody th + td {
  padding-left: 38px !important;
  border-bottom: none !important;
  text-align: left;
  width: auto !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .entry table tbody th + td {
    padding-left: 16px !important;
  }
}
.entry figure.wp-block-image {
  margin: 2em 0 !important;
}
@media only screen and (max-width: 768px) {
  .entry figure.wp-block-image {
    margin: 24px 0 !important;
  }
}
.entry blockquote {
  background-color: #F5F5F5;
  padding: 32px 49px 38px 49px;
  font-family: "ヒラギノ角ゴ Pro W3";
  position: relative;
  margin: 48px 0;
  border-left: 8px solid #0074BE;
  letter-spacing: 0;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .entry blockquote {
    margin: 24px 0;
    padding: 40px 16px 30px;
  }
}
.entry blockquote::before {
  content: "";
  display: block;
  width: 43px;
  height: 41px;
  background-image: url(../img/common/blockquote.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: 17px;
}
.entry blockquote p {
  margin: 0;
}
.entry blockquote p:not(:last-of-type) {
  margin-bottom: 20px;
}
.entry ul {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .entry ul {
    margin: 1em 0;
  }
}
.entry ul li {
  position: relative;
  padding-left: 12px;
}
@media only screen and (min-width: 769px) {
  .entry ul li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.entry ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/ul.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8px;
  position: absolute;
  top: 8px;
  left: -5px;
}
@media only screen and (max-width: 768px) {
  .entry ul li::before {
    background-size: 7px;
  }
}
.entry ol {
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .entry ol {
    margin: 1em 0;
  }
}
.entry ol li {
  counter-increment: ol;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 0.1em;
}
.entry ol li::before {
  content: counter(ol) ".";
  display: inline-block;
  min-width: 21px;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1.1;
  color: #0074BE;
  font-weight: bold;
}
.entry .wp-block-columns {
  margin: 48px -20px;
  font-family: "ヒラギノ角ゴ Pro W3";
  gap: 0;
}
.entry .wp-block-column {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .entry .wp-block-column {
    padding: 26px 16px 28px;
  }
}
@media only screen and (max-width: 768px) {
  .entry .wp-block-column:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.entry .wp-block-column > *:first-child {
  margin-top: 0;
}
.entry .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.entry .wp-block-column h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.entry .wp-block-column P {
  margin-bottom: 1em;
}
.entry .accordion {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px 24px;
  margin: 48px 0;
}
@media only screen and (max-width: 768px) {
  .entry .accordion {
    padding: 15px 8px;
  }
}
.entry .accordion dt {
  padding-left: 38px;
  position: relative;
  font-size: 1.8rem;
  color: #244177;
  padding-right: 48px;
  cursor: pointer;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .entry .accordion dt {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
.entry .accordion dt .accordion-num {
  min-width: 29px;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #758CB5;
}
.entry .accordion dt .accordion-check {
  position: absolute;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  display: block;
}
.entry .accordion dt .accordion-check::before, .entry .accordion dt .accordion-check::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #244177;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry .accordion dt .accordion-check::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.entry .accordion dt.is-active .accordion-check::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.entry .accordion dd {
  border-top: 1px solid #CCC;
  padding-top: 26px;
  margin-top: 17px;
  padding-bottom: 4px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .entry .accordion dd {
    margin: 10px 18px 0 18px;
    padding-top: 10px;
  }
}
.entry .accordion + .accordion {
  margin-top: -24px;
}
.entry .card-list--v1 {
  padding-right: 20px;
}

.c-title--side {
  font-size: 3rem;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-title--side {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
  }
}
.c-title--side::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 10px);
  background: #0074BE;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.c-title--bottom {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-title--bottom {
    font-size: 1.8rem;
  }
}
.c-title--bottom::after {
  content: "";
  display: block;
  width: 42px;
  height: 1.5px;
  background: #0074BE;
  margin-top: 7px;
}

.c-list {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .c-list {
    margin: 1em 0;
  }
}
.c-list__item {
  position: relative;
  padding-left: 12px;
}
@media only screen and (min-width: 769px) {
  .c-list__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.c-list__item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/ul.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8px;
  position: absolute;
  top: 8px;
  left: -5px;
}
@media only screen and (max-width: 768px) {
  .c-list__item::before {
    background-size: 7px;
  }
}

.c-list-num {
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .c-list-num {
    margin: 1em 0;
  }
}
.c-list-num__item {
  counter-increment: ol;
  position: relative;
  padding-left: 22px;
}
.c-list-num__item::before {
  content: counter(ol) ".";
  display: inline-block;
  min-width: 21px;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1.1;
  color: #0074BE;
  font-weight: bold;
}

.search-result {
  background-color: #fff;
  border: 1px solid #0074BE;
  border-radius: 10px;
  padding: 20px 10px 20px 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .search-result {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .search-result__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.search-result .title {
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .search-result .title {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
.search-result .elements {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .search-result .elements-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
  }
}
@media only screen and (min-width: 769px) {
  .search-result .elements-list__item {
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .search-result .elements-list__item {
    border-left: 1px solid #0074BE;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__item:first-of-type {
    border-top: 1px dotted #0074BE;
  }
}
@media only screen and (min-width: 769px) {
  .search-result .elements-list__item:not(:last-of-type) {
    border-right: 1px solid #0074BE;
    margin-right: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__item:not(:last-of-type) {
    border-bottom: 1px dotted #0074BE;
  }
}
.search-result .elements-list__title {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__title {
    font-size: 1.4rem;
    width: 108px;
    padding-right: 1em;
    position: relative;
  }
}
.search-result .elements-list__title::after {
  content: "：";
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__title::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.search-result .elements-list__result {
  flex: 1;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__result {
    font-size: 1.3rem;
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .elements-list__result__wrap {
    flex: 1;
  }
}

.btn.high a, .high.btn--arw a, .high.btn--arw--white a, .high.btn--arw--blue a,
.btn.high > span,
.high.btn--arw > span,
.high.btn--arw--white > span,
.high.btn--arw--blue > span,
.btn.high button,
.high.btn--arw button,
.high.btn--arw--white button,
.high.btn--arw--blue button {
  min-height: 65px;
}
.btn.full a, .full.btn--arw a, .full.btn--arw--white a, .full.btn--arw--blue a,
.btn.full > span,
.full.btn--arw > span,
.full.btn--arw--white > span,
.full.btn--arw--blue > span,
.btn.full button,
.full.btn--arw button,
.full.btn--arw--white button,
.full.btn--arw--blue button {
  width: 100%;
}
.btn a, .btn--arw a, .btn--arw--white a, .btn--arw--blue a,
.btn > span,
.btn--arw > span,
.btn--arw--white > span,
.btn--arw--blue > span,
.btn button,
.btn--arw button,
.btn--arw--white button,
.btn--arw--blue button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  text-decoration: none;
  width: 266px;
  min-height: 42px;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  position: relative;
  border: 1px solid #0074BE;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn a, .btn--arw a, .btn--arw--white a, .btn--arw--blue a,
.btn > span,
.btn--arw > span,
.btn--arw--white > span,
.btn--arw--blue > span,
.btn button,
.btn--arw button,
.btn--arw--white button,
.btn--arw--blue button {
    width: 100%;
  }
}
.btn a::before, .btn--arw a::before, .btn--arw--white a::before, .btn--arw--blue a::before,
.btn > span::before,
.btn--arw > span::before,
.btn--arw--white > span::before,
.btn--arw--blue > span::before,
.btn button::before,
.btn--arw button::before,
.btn--arw--white button::before,
.btn--arw--blue button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
}
@media only screen and (min-width: 769px) {
  .btn a, .btn--arw a, .btn--arw--white a, .btn--arw--blue a,
.btn > span,
.btn--arw > span,
.btn--arw--white > span,
.btn--arw--blue > span,
.btn button,
.btn--arw button,
.btn--arw--white button,
.btn--arw--blue button {
    transition: 200ms;
  }
  .btn a:hover, .btn--arw a:hover, .btn--arw--white a:hover, .btn--arw--blue a:hover,
.btn > span:hover,
.btn--arw > span:hover,
.btn--arw--white > span:hover,
.btn--arw--blue > span:hover,
.btn button:hover,
.btn--arw button:hover,
.btn--arw--white button:hover,
.btn--arw--blue button:hover {
    opacity: 1;
  }
}
.btn a input, .btn--arw a input, .btn--arw--white a input, .btn--arw--blue a input,
.btn > span input,
.btn--arw > span input,
.btn--arw--white > span input,
.btn--arw--blue > span input,
.btn button input,
.btn--arw button input,
.btn--arw--white button input,
.btn--arw--blue button input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px 0 17px;
}
.btn--arw a, .btn--arw--white a, .btn--arw--blue a,
.btn--arw > span,
.btn--arw--white > span,
.btn--arw--blue > span,
.btn--arw button,
.btn--arw--white button,
.btn--arw--blue button {
  padding: 0 40px 0 17px;
}
.btn--arw--blue a,
.btn--arw--blue > span,
.btn--arw--blue button {
  background-color: #0074BE;
  color: #fff;
}
.btn--arw--blue a::before,
.btn--arw--blue > span::before,
.btn--arw--blue button::before {
  background-image: url(../img/common/arw_white.svg);
}
@media only screen and (min-width: 769px) {
  .btn--arw--blue a:hover,
.btn--arw--blue > span:hover,
.btn--arw--blue button:hover {
    background-color: #fff;
    color: #0074BE;
  }
}
@media only screen and (min-width: 769px) {
  .btn--arw--blue a:hover::before,
.btn--arw--blue > span:hover::before,
.btn--arw--blue button:hover::before {
    background-image: url(../img/common/arw_blue.svg);
  }
}
.btn--arw--white a,
.btn--arw--white > span,
.btn--arw--white button {
  color: #0074BE;
  background-color: #fff;
  border-color: #0069B2;
}
.btn--arw--white a::before,
.btn--arw--white > span::before,
.btn--arw--white button::before {
  background-image: url(../img/common/arw_blue.svg);
}
@media only screen and (min-width: 769px) {
  .btn--arw--white a:hover,
.btn--arw--white > span:hover,
.btn--arw--white button:hover {
    background-color: #0074BE;
    border-color: #0074BE;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .btn--arw--white a:hover::before,
.btn--arw--white > span:hover::before,
.btn--arw--white button:hover::before {
    background-image: url(../img/common/arw_white.svg);
  }
}

@media only screen and (min-width: 769px) {
  .card-list, .card-list--v2, .card-list--v1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -25px -72px !important;
  }
}
@media only screen and (min-width: 769px) {
  .card-list__item {
    margin: 0 25px 72px;
    width: calc(33.3333333333% - 50px);
    padding: 0 !important;
  }
}
.card-list__item::before {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .card-list__item .box {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.card-list__item .box .ttl {
  padding: 0 !important;
  margin: 0 !important;
}
.card-list__item .box .ttl::before {
  display: none;
}
.card-list__item .box .lead {
  letter-spacing: 0.05em;
}
.card-list__item .box .btn, .card-list__item .box .btn--arw, .card-list__item .box .btn--arw--blue, .card-list__item .box .btn--arw--white {
  width: 100%;
}
.card-list__item .box .btn a, .card-list__item .box .btn--arw a, .card-list__item .box .btn--arw--blue a, .card-list__item .box .btn--arw--white a {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .card-list--v1 {
    margin: -35px -3.79% -4px -3.79% !important;
    align-items: stretch;
  }
}
.card-list--v1 .card-list__item {
  box-shadow: 3px 3px 8px #E0E0E0;
}
@media only screen and (min-width: 769px) {
  .card-list--v1 .card-list__item {
    margin: 35px 3.79% 25px;
    width: 25.7533333333%;
    display: flex;
    flex-flow: column wrap;
  }
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .card-list__item:not(:last-of-type) {
    margin-bottom: 61px;
  }
}
@media only screen and (min-width: 769px) {
  .card-list--v1 .card-list__item .img {
    width: 100%;
    padding-top: 60.7%;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .card-list__item .img {
    padding-top: 42%;
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  .card-list--v1 .card-list__item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .card-list__item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-list--v1 .box {
  background: #fff;
  padding-top: 16px;
  padding-left: 13px;
  padding-right: 13px;
}
@media only screen and (min-width: 769px) {
  .card-list--v1 .box {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .box {
    padding-left: 19px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
.card-list--v1 .box .ttl {
  font-size: 1.6rem !important;
  margin-bottom: 13px !important;
}
.card-list--v1 .box .category {
  border: 1px solid #0074BE;
  color: #0074BE;
  font-weight: bold;
  padding: 0.15em 0.9em;
  line-height: 1;
  display: inline-block;
  margin-top: 5px !important;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .box .category {
    margin-top: 7px !important;
    padding: 0.15em 1.9em;
  }
}
.card-list--v1 .btn, .card-list--v1 .btn--arw, .card-list--v1 .btn--arw--blue, .card-list--v1 .btn--arw--white {
  transform: translate(20px, 50%);
  margin: 7px 0px 0px !important;
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .btn, .card-list--v1 .btn--arw, .card-list--v1 .btn--arw--blue, .card-list--v1 .btn--arw--white {
    position: relative;
    top: 10px;
    transform: translate(35px, 50%);
    margin: 7px 0px 0px !important;
    text-align: right;
  }
}
.card-list--v1 .btn a, .card-list--v1 .btn--arw a, .card-list--v1 .btn--arw--blue a, .card-list--v1 .btn--arw--white a {
  width: calc(100% + 15px) !important;
}
@media only screen and (max-width: 768px) {
  .card-list--v1 .btn a, .card-list--v1 .btn--arw a, .card-list--v1 .btn--arw--blue a, .card-list--v1 .btn--arw--white a {
    max-width: 226px;
  }
}
.card-list--v2 {
  align-items: stretch;
}
@media only screen and (min-width: 769px) {
  .card-list--v2 {
    margin-bottom: -36px !important;
  }
}
.card-list--v2 .card-list__item {
  display: flex;
  flex-flow: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .card-list__item {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .card-list--v2 .card-list__item:nth-of-type(3n+2) {
    top: 37px;
  }
}
@media only screen and (min-width: 769px) {
  .card-list--v2 .card-list__item:nth-of-type(3n+3) {
    top: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .card-list__item:not(:last-of-type) {
    margin-bottom: 39px;
  }
}
.card-list--v2 .img {
  box-shadow: 3px 3px 8px #E0E0E0;
  margin-bottom: -25px;
  position: relative;
  left: -20px;
  z-index: 1;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .img {
    padding-top: 51.6%;
  }
}
.card-list--v2 .img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-list--v2 .box {
  background: #fff;
  padding-top: 44px;
  padding-left: 30px;
  padding-bottom: 50px;
  padding-right: 10px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .box {
    padding-left: 33px;
  }
}
.card-list--v2 .box .ttl {
  font-size: 2rem !important;
}
.card-list--v2 .box .ttl::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: #0074BE;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .box .ttl::after {
    width: 46px;
  }
}
.card-list--v2 .box .lead {
  margin-top: 13px !important;
  margin-bottom: 0 !important;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .box .lead {
    font-size: 1.6rem;
    padding-right: 33px;
  }
}
.card-list--v2 .box .btn, .card-list--v2 .box .btn--arw, .card-list--v2 .box .btn--arw--blue, .card-list--v2 .box .btn--arw--white {
  margin: 35px 0 0 !important;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .card-list--v2 .box .btn, .card-list--v2 .box .btn--arw, .card-list--v2 .box .btn--arw--blue, .card-list--v2 .box .btn--arw--white {
    margin: 33px 0 0 !important;
    padding-right: 41px;
    padding-left: 8px;
  }
}

.tab-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.tab-area input {
  display: none;
}
.tab-area input:checked + label {
  color: #fff;
}
.tab-area input:checked + label span {
  background-color: #0074BE;
}
.tab-area label {
  flex: 1;
  display: block;
  text-align: center;
  color: #0074BE;
  font-weight: bold;
  border-bottom: 2px solid #0074BE;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
  cursor: pointer;
}
.tab-area label span {
  background-color: #F5F5F5;
  display: block;
  border-radius: 4px 4px 0 0;
  transition: 200ms;
  padding: 9px 10px 7px;
  letter-spacing: 0.1em;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .tab-area label span {
    padding: 7px 10px 5px;
    line-height: 1.5;
  }
}
.tab-area label:not(:last-of-type) {
  padding-right: 2px;
}
.tab-area label:not(:first-of-type) {
  padding-left: 2px;
}
.tab-area .tab-wrap {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-area #category:checked ~ .tab-category {
  opacity: 1;
  visibility: inherit;
  position: static;
  transition: 800ms;
}
.tab-area #use:checked ~ .tab-use {
  opacity: 1;
  visibility: inherit;
  position: static;
  transition: 800ms;
}
.tab-area .btn-list {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .tab-area .btn-list {
    padding-top: 30px;
  }
}
.tab-area + .btn, .tab-area + .btn--arw, .tab-area + .btn--arw--blue, .tab-area + .btn--arw--white {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .tab-area + .btn, .tab-area + .btn--arw, .tab-area + .btn--arw--blue, .tab-area + .btn--arw--white {
    margin-top: 40px;
    padding: 0 21px;
  }
  .tab-area + .btn a, .tab-area + .btn--arw a, .tab-area + .btn--arw--blue a, .tab-area + .btn--arw--white a {
    min-width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .btn-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0px -10px;
  }
}
@media only screen and (min-width: 769px) {
  .btn-list__item {
    margin: 13px 10px;
    width: calc(25% - 20px);
    display: flex;
  }
}
.btn-list__item a {
  font-size: 1.4rem;
  width: 100%;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .btn-list__item a {
    font-size: 1.2rem;
    min-height: 42px !important;
  }
}
.btn-list__item:not(:last-of-type) {
  margin-bottom: 12px;
}

.topics-list__item {
  border-bottom: 1px solid #E2E2E2;
  padding: 24px 0 17px;
}
@media only screen and (max-width: 768px) {
  .topics-list__item {
    padding: 24px 0 17px;
  }
}
.topics-list__item:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.topics-list__item .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .topics-list__item .meta {
    margin-bottom: 3px;
  }
}
.topics-list__item .meta time {
  color: #0074BE;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .topics-list__item .meta time {
    font-size: 1.2rem;
    margin-right: 12px;
  }
}
.topics-list__item .meta__category {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.topics-list__item .meta__category > span,
.topics-list__item .meta__category a {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5em 0.3em;
}
@media only screen and (max-width: 768px) {
  .topics-list__item .meta__category > span,
.topics-list__item .meta__category a {
    padding: 0.3em 1.15em;
  }
}
.topics-list__item .meta__category > span:not(:last-of-type),
.topics-list__item .meta__category a:not(:last-of-type) {
  margin-right: 12px;
}
.topics-list__item a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .topics-list__item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .topics-list__item a {
    font-size: 1.6rem;
  }
}

.newMark {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #da3200;
  border-radius: 4px;
  padding: 6px;
  line-height: 1.0rem;
  display:inline-block;
}


.section-page {
  background: #F5F5F5;
  padding: 60px 0 60px;
}

.section-entry {
  padding-top: 75px;
  padding-bottom: 102px;
}
@media only screen and (max-width: 768px) {
  .section-entry {
    padding-top: 58px;
  }
}
@media only screen and (min-width: 769px) {
  .section-entry .content {
    padding-left: 11%;
    padding-right: 10.7%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-entry .content {
    padding-left: 124px;
    padding-right: 120px;
  }
}
.section-entry .c-title--side {
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .section-entry .c-title--side {
    margin-bottom: 21px;
  }
}
.section-entry .entry h2 {
  margin-top: 89px;
  margin-bottom: 48px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .section-entry .entry h2 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 769px) {
  .page--post-404 .section-post-404 .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--post-404 .section-post-404 .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--post-404 .section-post-404 .headline__title + .headline__img.line {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .page--post-404 .section-post-404 .headline__title + .headline__img.line {
    margin-bottom: 61px;
  }
}

.gra-text {
  color: #003AF1;
  background: linear-gradient(45deg, #82C378, #D6CC61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.page--top .headline__title,
.page--english .headline__title {
  position: relative;
  z-index: 1;
}
.page--top .headline__title .text,
.page--english .headline__title .text {
  font-family: "EB Garamond", serif;
  font-size: 20rem;
  letter-spacing: 0;
  -webkit-text-stroke: 1px #084F7C;
  text-stroke: 1px #084F7C;
  opacity: 0.25;
  color: transparent;
  line-height: 1;
  position: absolute;
  top: -84px;
  left: -92px;
  pointer-events: none;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page--top .headline__title .text,
.page--english .headline__title .text {
    font-size: 12rem;
    top: -64px;
    left: 1px;
  }
}
.page--top .headline__title--main,
.page--english .headline__title--main {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.page--top .headline__title--main::after,
.page--english .headline__title--main::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #333;
  margin-left: 14px;
}
.page--top .headline__title--sub,
.page--english .headline__title--sub {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page--top .headline__title--sub,
.page--english .headline__title--sub {
    font-size: 2.4rem;
    margin-top: 22px;
  }
}
.page--top .section-hero,
.page--english .section-hero {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero,
.page--english .section-hero {
    margin-top: -64px;
  }
}
.page--top .section-hero .swiper-slide,
.page--english .section-hero .swiper-slide {
  position: relative;
}
.page--top .section-hero .swiper-slide::before,
.page--english .section-hero .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.page--top .section-hero .swiper-slide img,
.page--english .section-hero .swiper-slide img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .swiper-pagination,
.page--english .section-hero .swiper-pagination {
    display: none;
  }
}
.page--top .section-hero .swiper-pagination-bullets,
.page--english .section-hero .swiper-pagination-bullets {
  bottom: 14px;
}
.page--top .section-hero .swiper-pagination-bullet,
.page--english .section-hero .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  width: 16px;
  height: 16px;
  z-index: 9;
  opacity: 1;
  margin: 0 8px;
}
.page--top .section-hero .swiper-pagination-bullet-active,
.page--english .section-hero .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.8);
}
.page--top .section-hero .content .txt,
.page--english .section-hero .content .txt {
  position: absolute;
  z-index: 1;
  color: #fff;
  max-width: 1080px;
  width: 100%;
  padding: 195px 40px 0 40px;
}
@media only screen and (min-width: 769px) {
  .page--top .section-hero .content .txt,
.page--english .section-hero .content .txt {
    top: calc(50% - 82px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .content .txt {
    padding: 148px 11% 0 6%;
    top: 0;
    left: 0;
  }
  .page--english .section-hero .content .txt {
    padding: 108px 11% 0 6%;
    top: 0;
    left: 0;
  }
}
.page--top .section-hero .content .txt .page-title,
.page--english .section-hero .content .txt .page-title {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .content .txt .page-title,
.page--english .section-hero .content .txt .page-title {
    font-size: 9.15vw;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 400px) and (max-width: 768px) {
  .page--top .section-hero .content .txt .page-title,
.page--english .section-hero .content .txt .page-title {
    font-size: 3.6rem;
  }
}
.page--top .section-hero .content .txt .page-title::after,
.page--english .section-hero .content .txt .page-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin-top: 34px;
}
.page--top .section-hero .content .txt .lead,
.page--english .section-hero .content .txt .lead {
  letter-spacing: 0.1em;
  margin-top: 29px;
  margin-left: -3px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .content .txt .lead,
.page--english .section-hero .content .txt .lead {
    margin-top: 27px;
    font-size: 1.4rem;
    line-height: 2.28;
  }
}
.page--top .section-strong,
.page--english .section-strong {
  padding-top: 77px;
  padding-bottom: 51px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--top .section-strong,
.page--english .section-strong {
    padding-top: 108px;
    padding-bottom: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-strong .headline__img,
.page--english .section-strong .headline__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-strong .headline__img,
.page--english .section-strong .headline__img {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-strong .headline__img img,
.page--english .section-strong .headline__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
      object-fit: cover;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-strong .headline__txt,
.page--english .section-strong .headline__txt {
    width: 50%;
    padding-right: 40px;
  }
}
.page--top .section-strong .headline__txt .lead,
.page--english .section-strong .headline__txt .lead {
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-strong .headline__txt .lead,
.page--english .section-strong .headline__txt .lead {
    margin-top: 14px;
    line-height: 2.2;
  }
}
.page--top .section-strong .headline .btn, .page--top  .section-strong .headline .btn--arw, .page--top  .section-strong .headline .btn--arw--blue, .page--top  .section-strong .headline .btn--arw--white,
.page--english .section-strong .headline .btn, .page--english  .section-strong .headline .btn--arw, .page--english  .section-strong .headline .btn--arw--blue, .page--english  .section-strong .headline .btn--arw--white {
  margin-top: 57px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-strong .headline .btn, .page--top  .section-strong .headline .btn--arw, .page--top  .section-strong .headline .btn--arw--blue, .page--top  .section-strong .headline .btn--arw--white,
.page--english .section-strong .headline .btn, .page--english  .section-strong .headline .btn--arw, .page--english  .section-strong .headline .btn--arw--blue, .page--english  .section-strong .headline .btn--arw--white {
    text-align: center;
    margin-top: 33px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-strong .headline .btn a, .page--top  .section-strong .headline .btn--arw a, .page--top  .section-strong .headline .btn--arw--blue a, .page--top  .section-strong .headline .btn--arw--white a,
.page--english .section-strong .headline .btn a, .page--english  .section-strong .headline .btn--arw a, .page--english  .section-strong .headline .btn--arw--blue a, .page--english  .section-strong .headline .btn--arw--white a {
    max-width: 266px;
  }
}
.page--top .section-solution,
.page--english .section-solution {
  padding-top: 156px;
  padding-bottom: 100px;
  background-image: url(../img/common/bg_dots.png);
  background-size: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--top .section-solution,
.page--english .section-solution {
    padding-top: 108px;
    padding-bottom: 61px;
  }
}
.page--top .section-solution .bgimg, 
.page--top  .section-solution .bgimg--03, 
.page--top  .section-solution .bgimg--02, 
.page--top  .section-solution .bgimg--01,
.page--english .section-solution .bgimg, 
.page--english  .section-solution .bgimg--03, 
.page--english  .section-solution .bgimg--02, 
.page--english  .section-solution .bgimg--01 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
}
.page--top .section-solution .bgimg--01,
.page--english .section-solution .bgimg--01 {
  width: 1390px;
  top: 115px;
  left: calc(50% + 388px);
}
.page--top .section-solution .bgimg--02,
.page--english .section-solution .bgimg--02 {
  width: 775px;
  top: 1016px;
  left: calc(50% - 241px);
}
.page--top .section-solution .bgimg--03,
.page--english .section-solution .bgimg--03 {
  width: 798px;
  top: 1491px;
  left: calc(50% + 494px);
}
.page--top .section-solution .headline,
.page--english .section-solution .headline {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--top .section-solution .headline,
.page--english .section-solution .headline {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-solution .headline__inner,
.page--english .section-solution .headline__inner {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-solution .headline__txt,
.page--english .section-solution .headline__txt {
    width: 50%;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-solution .headline__title--sub,
.page--english .section-solution .headline__title--sub {
    margin-top: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-solution .headline .lead,
.page--english .section-solution .headline .lead {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 42.6%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-solution .headline .lead,
.page--english .section-solution .headline .lead {
    line-height: 2.3;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-solution .card-list--v2,
.page--english .section-solution .card-list--v2 {
    padding-top: 126px;
  }
}
.page--top .section-product,
.page--english .section-product {
  padding-top: 154px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-product,
.page--english .section-product {
    padding-top: 111px;
    padding-bottom: 61px;
  }
}
.page--top .section-product .headline,
.page--english .section-product .headline {
  position: relative;
}
.page--top .section-product .headline__inner,
.page--english .section-product .headline__inner {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .page--top .section-product .headline__txt,
.page--english .section-product .headline__txt {
    width: 50%;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-product .headline .lead,
.page--english .section-product .headline .lead {
    position: absolute;
    top: 31%;
    left: 50%;
    width: 42.6%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-product .headline .lead,
.page--english .section-product .headline .lead {
    font-size: 1.6rem;
    margin-top: 13px;
  }
}
.page--top .section-product .tab-area,
.page--english .section-product .tab-area {
  padding-top: 71px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-product .tab-area,
.page--english .section-product .tab-area {
    padding-top: 31px;
  }
}
.page--top .section-news,
.page--english .section-news {
  background: #F5F5F5;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-news,
.page--english .section-news {
    padding-top: 60px;
  }
}
.page--top .section-news .content__inner,
.page--english .section-news .content__inner {
  background: #fff;
  padding: 66px 62px 79px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-news .content__inner,
.page--english .section-news .content__inner {
    padding: 45px 22px 60px;
  }
}
.page--top .section-news .line__title,
.page--english .section-news .line__title {
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-news .line__title,
.page--english .section-news .line__title {
    margin-bottom: 17px;
  }
}
.page--top .section-news .topics-list + .btn, .page--top  .section-news .topics-list + .btn--arw, .page--top  .section-news .topics-list + .btn--arw--blue, .page--top  .section-news .topics-list + .btn--arw--white,
.page--english .section-news .topics-list + .btn, .page--english  .section-news .topics-list + .btn--arw, .page--english  .section-news .topics-list + .btn--arw--blue, .page--english  .section-news .topics-list + .btn--arw--white {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page--top .section-news .topics-list + .btn, .page--top  .section-news .topics-list + .btn--arw, .page--top  .section-news .topics-list + .btn--arw--blue, .page--top  .section-news .topics-list + .btn--arw--white,
.page--english .section-news .topics-list + .btn, .page--english  .section-news .topics-list + .btn--arw, .page--english  .section-news .topics-list + .btn--arw--blue, .page--english  .section-news .topics-list + .btn--arw--white {
    margin-top: 38px;
  }
}
.page--top .section-news .topics-list + .btn a, .page--top  .section-news .topics-list + .btn--arw a, .page--top  .section-news .topics-list + .btn--arw--blue a, .page--top  .section-news .topics-list + .btn--arw--white a,
.page--english .section-news .topics-list + .btn a, .page--english  .section-news .topics-list + .btn--arw a, .page--english  .section-news .topics-list + .btn--arw--blue a, .page--english  .section-news .topics-list + .btn--arw--white a {
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .page--top .section-news .topics-list + .btn a, .page--top  .section-news .topics-list + .btn--arw a, .page--top  .section-news .topics-list + .btn--arw--blue a, .page--top  .section-news .topics-list + .btn--arw--white a,
.page--english .section-news .topics-list + .btn a, .page--english  .section-news .topics-list + .btn--arw a, .page--english  .section-news .topics-list + .btn--arw--blue a, .page--english  .section-news .topics-list + .btn--arw--white a {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-news .topics-list + .btn a, .page--top  .section-news .topics-list + .btn--arw a, .page--top  .section-news .topics-list + .btn--arw--blue a, .page--top  .section-news .topics-list + .btn--arw--white a,
.page--english .section-news .topics-list + .btn a, .page--english  .section-news .topics-list + .btn--arw a, .page--english  .section-news .topics-list + .btn--arw--blue a, .page--english  .section-news .topics-list + .btn--arw--white a {
    width: 100%;
    padding-left: 44px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-news .topics-list__item,
.page--english .section-news .topics-list__item {
    padding: 24px 0 14px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-news .topics-list__item .meta,
.page--english .section-news .topics-list__item .meta {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 769px) {
.page--top  .section-news .topics-list__item .meta__category span,
.page--top .section-news .topics-list__item .meta__category a,
.page--english .section-news .topics-list__item .meta__category span,
.page--english .section-news .topics-list__item .meta__category a {
    padding: 0.5em 1.5em;
  }
}
.page--top .section-assets,
.page--english .section-assets {
  padding-bottom: 110px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .page--top .section-assets,
.page--english .section-assets {
    padding-bottom: 82px;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-assets .assets-list,
.page--english .section-assets .assets-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.page--top .section-assets .assets-list__item,
.page--english .section-assets .assets-list__item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 26px;
  padding-bottom: 39px;
}
@media only screen and (min-width: 769px) {
  .page--top .section-assets .assets-list__item,
.page--english .section-assets .assets-list__item {
    width: 100%;
  }
}
.page--top .section-assets .assets-list__item::before,
.page--english .section-assets .assets-list__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #585858;
  opacity: 0.41;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.page--top .section-assets .assets-list__item .line__title .en::after,
.page--english .section-assets .assets-list__item .line__title .en::after {
  background: #fff;
}
.page--top .section-assets .assets-list__item.recruit,
.page--english .section-assets .assets-list__item.recruit {
  background-image: url(../img/top/bg_recruit.jpg);
}
.page--top .section-assets .assets-list__item.company,
.page--english .section-assets .assets-list__item.company {
  /*background-image: url(../img/top/bg_company.jpg);*/
  background-image: url(../img/company/fv_company.jpg);
}
.page--top .section-assets .assets-list__item .btn, .page--top  .section-assets .assets-list__item .btn--arw, .page--top  .section-assets .assets-list__item .btn--arw--blue, .page--top  .section-assets .assets-list__item .btn--arw--white,
.page--english .section-assets .assets-list__item .btn, .page--english  .section-assets .assets-list__item .btn--arw, .page--english  .section-assets .assets-list__item .btn--arw--blue, .page--english  .section-assets .assets-list__item .btn--arw--white {
  margin-top: 66px;
}
@media only screen and (max-width: 768px) {
.page--top .section-assets .assets-list__item .btn, .page--top  .section-assets .assets-list__item .btn--arw, .page--top  .section-assets .assets-list__item .btn--arw--blue, .page--top  .section-assets .assets-list__item .btn--arw--white,
.page--english .section-assets .assets-list__item .btn, .page--english  .section-assets .assets-list__item .btn--arw, .page--english  .section-assets .assets-list__item .btn--arw--blue, .page--english  .section-assets .assets-list__item .btn--arw--white {
    padding: 0 12%;
  }
}
.page--top .section-assets .assets-list__item .btn a, .page--top  .section-assets .assets-list__item .btn--arw a, .page--top  .section-assets .assets-list__item .btn--arw--blue a, .page--top  .section-assets .assets-list__item .btn--arw--white a,
.page--english .section-assets .assets-list__item .btn a, .page--english  .section-assets .assets-list__item .btn--arw a, .page--english  .section-assets .assets-list__item .btn--arw--blue a, .page--english  .section-assets .assets-list__item .btn--arw--white a {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
@media only screen and (min-width: 769px) {
.page--top .section-assets .assets-list__item .btn a:hover, .page--top  .section-assets .assets-list__item .btn--arw a:hover, .page--top  .section-assets .assets-list__item .btn--arw--blue a:hover, .page--top  .section-assets .assets-list__item .btn--arw--white a:hover,
.page--english .section-assets .assets-list__item .btn a:hover, .page--english  .section-assets .assets-list__item .btn--arw a:hover, .page--english  .section-assets .assets-list__item .btn--arw--blue a:hover, .page--english  .section-assets .assets-list__item .btn--arw--white a:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media only screen and (max-width: 768px) {
.page--top .section-assets .assets-list__item .btn a, .page--top  .section-assets .assets-list__item .btn--arw a, .page--top  .section-assets .assets-list__item .btn--arw--blue a, .page--top  .section-assets .assets-list__item .btn--arw--white a,
.page--english .section-assets .assets-list__item .btn a, .page--english  .section-assets .assets-list__item .btn--arw a, .page--english  .section-assets .assets-list__item .btn--arw--blue a, .page--english  .section-assets .assets-list__item .btn--arw--white a {
    max-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
.page--why-us .section-mv,
.page--why-us-en .section-mv {
    padding-bottom: 174px;
  }
}
.page--why-us .section-why-us,
.page--why-us-en .section-why-us {
  background-color: #F5F5F5;
}
@media only screen and (max-width: 768px) {
.page--why-us .section-why-us,
.page--why-us-en .section-why-us {
    background: #fff;
  }
}
@media only screen and (min-width: 769px) {
.page--why-us .section-why-us .row,
.page--why-us-en .section-why-us .row {
    padding-left: 72px;
  }
}
.page--why-us .section-why-us .c-title--side,
.page--why-us-en .section-why-us .c-title--side {
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .c-title--side,
.page--why-us-en .section-why-us .c-title--side {
    line-height: 2;
  }
}
@media only screen and (min-width: 769px) {
.page--why-us .section-why-us .content__grid,
.page--why-us-en .section-why-us .content__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page--why-us .section-why-us .content__grid.reverse,
.page--why-us-en .section-why-us .content__grid.reverse {
  flex-flow: row-reverse;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content__grid__txt,
.page--why-us-en .section-why-us .content__grid__txt {
    width: 50%;
    position: relative;
    z-index: 0;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content__grid__txt::before,
.page--why-us-en .section-why-us .content__grid__txt::before {
    content: "";
    display: block;
    width: calc(300% + 150px);
    height: calc(100% + 144px);
    background: #fff;
    position: absolute;
    top: -71px;
    right: -150px;
    z-index: -1;
  }
}
.page--why-us .section-why-us .content__grid__img,
.page--why-us-en .section-why-us .content__grid__img {
  flex: 1;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content01,
.page--why-us-en .section-why-us .content01 {
    padding-top: 73px;
    padding-bottom: 152px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01,
.page--why-us-en .section-why-us .content01 {
    padding-bottom: 125px;
  }
}
.page--why-us .section-why-us .content01 .c-title--side,
.page--why-us-en .section-why-us .content01 .c-title--side {
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01 .c-title--side,
.page--why-us-en .section-why-us .content01 .c-title--side {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content01 .content__grid__img,
.page--why-us-en .section-why-us .content01 .content__grid__img {
    margin-top: 29px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01 .content__grid__img,
.page--why-us-en .section-why-us .content01 .content__grid__img {
    margin-top: -114px;
    margin-left: -20px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01 .content__grid__img .img001,
.page--why-us-en .section-why-us .content01 .content__grid__img .img001 {
    width: 80.3%;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content01 .content__grid__img .img002,
.page--why-us-en .section-why-us .content01 .content__grid__img .img002 {
    /*margin-top: 115px;*/
    margin-top:32px;
    width: 72.8%;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01 .content__grid__img .img002,
.page--why-us-en .section-why-us .content01 .content__grid__img .img002 {
    position: absolute;
    bottom: -7.7%;
    right: 0;
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01 .content__grid__txt,
.page--why-us-en .section-why-us .content01 .content__grid__txt {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content01 .lead,
.page--why-us-en .section-why-us .content01 .lead {
    padding-right: 12.5%;
  }
}
.page--why-us .section-why-us .content01 .lead p,
.page--why-us-en .section-why-us .content01 .lead p {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page--why-us .section-why-us .content01 .lead p:not(:last-of-type),
.page--why-us-en .section-why-us .content01 .lead p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--why-us .section-why-us .content01 .lead + .c-title--bottom,
.page--why-us-en .section-why-us .content01 .lead + .c-title--bottom {
  margin-top: 46px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content01 .lead + .c-title--bottom,
.page--why-us-en .section-why-us .content01 .lead + .c-title--bottom {
    margin-top: 31px;
    margin-bottom: 23px;
  }
}
.page--why-us .section-why-us .content02,
.page--why-us-en .section-why-us .content02 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02,
.page--why-us-en .section-why-us .content02 {
    background: #f5f5f5;
    padding: 0 20px;
    margin: 0 -20px;
  }
}
.page--why-us .section-why-us .content02 .img,
.page--why-us-en .section-why-us .content02 .img {
  padding-left: 51px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02 .img,
.page--why-us-en .section-why-us .content02 .img {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02 .img img,
.page--why-us-en .section-why-us .content02 .img img {
    width: 750px;
    max-width: none;
    margin-top: -73px;
  }
}
.page--why-us .section-why-us .content02 .txt,
.page--why-us-en .section-why-us .content02 .txt {
  padding: 36px 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02 .txt,
.page--why-us-en .section-why-us .content02 .txt {
    padding: 48px 0 154px;
  }
}
.page--why-us .section-why-us .content02 .txt::before,
.page--why-us-en .section-why-us .content02 .txt::before {
  content: "";
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content02 .txt::before,
.page--why-us-en .section-why-us .content02 .txt::before {
    display: block;
    width: calc(300% + 150px);
    height: calc(100% + 77px);
    background: #fff;
    position: absolute;
    top: -44px;
    right: 68px;
    z-index: -1;
  }
}
.page--why-us .section-why-us .content02 .txt .lead,
.page--why-us-en .section-why-us .content02 .txt .lead {
  margin-top: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content02 .txt .lead,
.page--why-us-en .section-why-us .content02 .txt .lead {
    margin-right: 7%;
    padding-right: 6.5%;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02 .txt .lead,
.page--why-us-en .section-why-us .content02 .txt .lead {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content02__grid,
.page--why-us-en .section-why-us .content02__grid {
    margin-top: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10%;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02__grid,
.page--why-us-en .section-why-us .content02__grid {
    margin-top: 17px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content02__grid__left,
.page--why-us-en .section-why-us .content02__grid__left {
    width: 50%;
    padding-right: 2.9%;
  }
}
.page--why-us .section-why-us .content02__grid__right,
.page--why-us-en .section-why-us .content02__grid__right {
  flex: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content02__grid__right,
.page--why-us-en .section-why-us .content02__grid__right {
    padding-right: 6.5%;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content02__grid__right,
.page--why-us-en .section-why-us .content02__grid__right {
    font-weight: bold;
    margin-top: 13px;
  }
}
.page--why-us .section-why-us .content02-list,
.page--why-us-en .section-why-us .content02-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top:16px;
  margin-bottom:32px;
}
.page--why-us .section-why-us .content02-list__item,
.page--why-us-en .section-why-us .content02-list__item {
  width: 50%;
  padding-left: 12px;
  font-size:14px;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content02-list__item,
.page--why-us-en .section-why-us .content02-list__item {
    line-height: 1.89;
  }
}
.page--why-us .section-why-us .content02-list__item::before,
.page--why-us-en .section-why-us .content02-list__item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/ul.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8px;
  position: absolute;
  top: 8px;
  left: -5px;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content03,
.page--why-us-en .section-why-us .content03 {
    padding-top: 71px;
    padding-bottom: 261px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content03,
.page--why-us-en .section-why-us .content03 {
    padding: 0 20px 186px;
    margin: 0 -20px;
  }
}
.page--why-us .section-why-us .content03 .c-title--side,
.page--why-us-en .section-why-us .content03 .c-title--side {
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content03 .c-title--side,
.page--why-us-en .section-why-us .content03 .c-title--side {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content03 .content__grid__img,
.page--why-us-en .section-why-us .content03 .content__grid__img {
    margin-top: 57px;
    margin-left: -30px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content03 .content__grid__img,
.page--why-us-en .section-why-us .content03 .content__grid__img {
    margin-top: -99px;
    margin-left: -20px;
    width: 84.7%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content03 .content__grid__txt,
.page--why-us-en .section-why-us .content03 .content__grid__txt {
    padding-left: 3.1%;
  }
}
.page--why-us .section-why-us .content03 .content__grid__txt::before,
.page--why-us-en .section-why-us .content03 .content__grid__txt::before {
  top: -85px;
  left: -243px;
  height: calc(100% + 196px);
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content03 .lead,
.page--why-us-en .section-why-us .content03 .lead {
    padding-right: 28px;
  }
}
.page--why-us .section-why-us .content03 .lead p,
.page--why-us-en .section-why-us .content03 .lead p {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page--why-us .section-why-us .content03 .lead p:not(:last-of-type),
.page--why-us-en .section-why-us .content03 .lead p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--why-us .section-why-us .content03 .lead + .c-title--bottom,
.page--why-us-en .section-why-us .content03 .lead + .c-title--bottom {
  margin-top: 46px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content04,
.page--why-us-en .section-why-us .content04 {
    padding-top: 64px;
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content04,
.page--why-us-en .section-why-us .content04 {
    background: #f5f5f5;
    padding: 0 20px 181px;
    margin: 0 -20px;
  }
}
.page--why-us .section-why-us .content04 .c-title--side,
.page--why-us-en .section-why-us .content04 .c-title--side {
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content04 .c-title--side,
.page--why-us-en .section-why-us .content04 .c-title--side {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content04 .content__grid__img,
.page--why-us-en .section-why-us .content04 .content__grid__img {
    margin-top: 76px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content04 .content__grid__img,
.page--why-us-en .section-why-us .content04 .content__grid__img {
    width: 85%;
    margin-left: auto;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content04 .content__grid__img .img005 img,
.page--why-us-en .section-why-us .content04 .content__grid__img .img005 img {
    margin-top: -34px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content04 .content__grid__txt,
.page--why-us-en .section-why-us .content04 .content__grid__txt {
    padding-top: 49px;
  }
}
.page--why-us .section-why-us .content04 .content__grid__txt::before,
.page--why-us-en .section-why-us .content04 .content__grid__txt::before {
  top: -63px;
  height: calc(100% + 129px);
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content04 .lead,
.page--why-us-en .section-why-us .content04 .lead {
    padding-right: 28px;
    padding-right: 12.5%;
  }
}
.page--why-us .section-why-us .content04 .lead p,
.page--why-us-en .section-why-us .content04 .lead p {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page--why-us .section-why-us .content04 .lead p:not(:last-of-type),
.page--why-us-en .section-why-us .content04 .lead p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--why-us .section-why-us .content04 .lead + .c-title--bottom,
.page--why-us-en .section-why-us .content04 .lead + .c-title--bottom {
  margin-top: 46px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content05,
.page--why-us-en .section-why-us .content05 {
    padding-top: 50px;
    padding-bottom: 186px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content05,
.page--why-us-en .section-why-us .content05 {
    padding-bottom: 75px;
  }
}
.page--why-us .section-why-us .content05 .c-title--side,
.page--why-us-en .section-why-us .content05 .c-title--side {
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content05 .c-title--side,
.page--why-us-en .section-why-us .content05 .c-title--side {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content05 .content__grid__img,
.page--why-us-en .section-why-us .content05 .content__grid__img {
    margin-top: 138px;
    margin-left: -30px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content05 .content__grid__img,
.page--why-us-en .section-why-us .content05 .content__grid__img {
    margin-left: -20px;
    margin-top: -126px;
    width: 85%;
  }
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content05 .content__grid__txt,
.page--why-us-en .section-why-us .content05 .content__grid__txt {
    padding-left: 3.1%;
  }
}
@media only screen and (max-width: 768px) {
  .page--why-us .section-why-us .content05 .content__grid__txt,
.page--why-us-en .section-why-us .content05 .content__grid__txt {
    padding-top: 48px;
  }
}
.page--why-us .section-why-us .content05 .content__grid__txt::before,
.page--why-us-en .section-why-us .content05 .content__grid__txt::before {
  top: -65px;
  left: -243px;
  height: calc(100% + 132px);
}
@media only screen and (min-width: 769px) {
  .page--why-us .section-why-us .content05 .lead,
.page--why-us-en .section-why-us .content05 .lead {
    padding-right: 28px;
  }
}
.page--why-us .section-why-us .content05 .lead p,
.page--why-us-en .section-why-us .content05 .lead p {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page--why-us .section-why-us .content05 .lead p:not(:last-of-type),
.page--why-us-en .section-why-us .content05 .lead p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--why-us .section-why-us .content05 .lead + .c-title--bottom,
.page--why-us-en .section-why-us .content05 .lead + .c-title--bottom {
  margin-top: 46px;
  margin-bottom: 15px;
}
.page--why-us .section-why-us .inr-link-list,
.page--why-us-en .section-why-us .inr-link-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 21px -16px -6px;
  }
.page--why-us .section-why-us .inr-link-list__item,
.page--why-us-en .section-why-us .inr-link-list__item {
    margin: 6px 16px;
    width: calc(100% - 32px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.page--why-us .section-why-us .inr-link-list__item a,
.page--why-us-en .section-why-us .inr-link-list__item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #0074BE;
    color: #0074BE;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    min-height: 42px;
    padding: 5px 35px 5px 15px;
    position: relative;
}

.page--why-us .section-why-us .inr-link-list__item a::after,
.page--why-us-en .section-why-us .inr-link-list__item a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #0074BE;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0%, -50%);
}


.page--solution .section-mv,
.page--spg-en .section-mv,
.page--enapter-en .section-mv,
.page--epc-en .section-mv,
.page--bc-en .section-mv,
.page--rotary-machine-en .section-mv,
.page--import-of-foreign-products-en .section-mv,
.page--hydraulic-en .section-mv,
.page--sales-office-en .section-mv {
  padding-bottom: 89px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv,
.page--spg-en .section-mv,
.page--enapter-en .section-mv,
.page--epc-en .section-mv,
.page--bc-en .section-mv,
.page--rotary-machine-en .section-mv,
.page--import-of-foreign-products-en .section-mv,
.page--hydraulic-en .section-mv,
.page--sales-office-en .section-mv {
    padding-bottom: 53px;
  }
}
.page--solution .section-solution,
.page--spg-en .section-solution,
.page--enapter-en .section-solution,
.page--epc-en .section-solution,
.page--bc-en .section-solution,
.page--rotary-machine-en .section-solution,
.page--import-of-foreign-products-en .section-solution,
.page--hydraulic-en .section-solution,
.page--sales-office-en .section-solution {
  background: #f5f5f5;
  padding-bottom: 118px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-solution,
.page--spg-en .section-solution,
.page--enapter-en .section-solution,
.page--epc-en .section-solution,
.page--bc-en .section-solution,
.page--rotary-machine-en .section-solution,
.page--import-of-foreign-products-en .section-solution,
.page--hydraulic-en .section-solution,
.page--sales-office-en .section-solution {
    padding-bottom: 81px;
  }
}
.page--solution .section-mv-single-solution,
.page--spg-en .section-mv-single-solution,
.page--enapter-en .section-mv-single-solution,
.page--epc-en .section-mv-single-solution,
.page--bc-en .section-mv-single-solution,
.page--rotary-machine-en .section-mv-single-solution,
.page--import-of-foreign-products-en .section-mv-single-solution,
.page--hydraulic-en .section-mv-single-solution,
.page--sales-office-en .section-mv-single-solution {
  padding-top: 74px;
  padding-bottom:100px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution,
.page--spg-en .section-mv-single-solution,
.page--enapter-en .section-mv-single-solution,
.page--epc-en .section-mv-single-solution,
.page--bc-en .section-mv-single-solution,
.page--rotary-machine-en .section-mv-single-solution,
.page--import-of-foreign-products-en .section-mv-single-solution,
.page--hydraulic-en .section-mv-single-solution,
.page--sales-office-en .section-mv-single-solution {
    padding-top: 52px;
  }
}
/*.page--solution .section-mv-single-solution::after,
.page--spg-en .section-mv-single-solution::after,
.page--enapter-en .section-mv-single-solution::after,
.page--epc-en .section-mv-single-solution::after,
.page--bc-en .section-mv-single-solution::after,
.page--rotary-machine-en .section-mv-single-solution::after,
.page--import-of-foreign-products-en .section-mv-single-solution::after,
.page--hydraulic-en .section-mv-single-solution::after,
.page--sales-office-en .section-mv-single-solution::after {
  content: "";
  display: block;
  width: 100%;
  height: 39.5%;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}*/
@media only screen and (min-width: 769px) {
  .page--solution .section-mv-single-solution .headline,
.page--spg-en .section-mv-single-solution .headline,
.page--enapter-en .section-mv-single-solution .headline,
.page--epc-en .section-mv-single-solution .headline,
.page--bc-en .section-mv-single-solution .headline,
.page--rotary-machine-en .section-mv-single-solution .headline,
.page--import-of-foreign-products-en .section-mv-single-solution .headline,
.page--hydraulic-en .section-mv-single-solution .headline,
.page--sales-office-en .section-mv-single-solution .headline {
    padding-left: 11%;
    margin-bottom: -33px;
  }
}
@media only screen and (min-width: 1400px) {
  .page--solution .section-mv-single-solution .headline,
.page--spg-en .section-mv-single-solution .headline,
.page--enapter-en .section-mv-single-solution .headline,
.page--epc-en .section-mv-single-solution .headline,
.page--bc-en .section-mv-single-solution .headline,
.page--rotary-machine-en .section-mv-single-solution .headline,
.page--import-of-foreign-products-en .section-mv-single-solution .headline,
.page--hydraulic-en .section-mv-single-solution .headline,
.page--sales-office-en .section-mv-single-solution .headline {
    padding-left: 124px;
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .headline,
.page--spg-en .section-mv-single-solution .headline,
.page--enapter-en .section-mv-single-solution .headline,
.page--epc-en .section-mv-single-solution .headline,
.page--bc-en .section-mv-single-solution .headline,
.page--rotary-machine-en .section-mv-single-solution .headline,
.page--import-of-foreign-products-en .section-mv-single-solution .headline,
.page--hydraulic-en .section-mv-single-solution .headline,
.page--sales-office-en .section-mv-single-solution .headline {
    margin-bottom: -23px;
  }
}
.page--solution .section-mv-single-solution .headline__title,
.page--spg-en .section-mv-single-solution .headline__title,
.page--enapter-en .section-mv-single-solution .headline__title,
.page--epc-en .section-mv-single-solution .headline__title,
.page--bc-en .section-mv-single-solution .headline__title,
.page--rotary-machine-en .section-mv-single-solution .headline__title,
.page--import-of-foreign-products-en .section-mv-single-solution .headline__title,
.page--hydraulic-en .section-mv-single-solution .headline__title,
.page--sales-office-en .section-mv-single-solution .headline__title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .headline__title,
.page--spg-en .section-mv-single-solution .headline__title,
.page--enapter-en .section-mv-single-solution .headline__title,
.page--epc-en .section-mv-single-solution .headline__title,
.page--bc-en .section-mv-single-solution .headline__title,
.page--rotary-machine-en .section-mv-single-solution .headline__title,
.page--import-of-foreign-products-en .section-mv-single-solution .headline__title,
.page--hydraulic-en .section-mv-single-solution .headline__title,
.page--sales-office-en .section-mv-single-solution .headline__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.page--solution .section-mv-single-solution .headline .lead,
.page--spg-en .section-mv-single-solution .headline .lead,
.page--enapter-en .section-mv-single-solution .headline .lead,
.page--epc-en .section-mv-single-solution .headline .lead,
.page--bc-en .section-mv-single-solution .headline .lead,
.page--rotary-machine-en .section-mv-single-solution .headline .lead,
.page--import-of-foreign-products-en .section-mv-single-solution .headline .lead,
.page--hydraulic-en .section-mv-single-solution .headline .lead,
.page--sales-office-en .section-mv-single-solution .headline .lead {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .headline .lead,
.page--spg-en .section-mv-single-solution .headline .lead,
.page--enapter-en .section-mv-single-solution .headline .lead,
.page--epc-en .section-mv-single-solution .headline .lead,
.page--bc-en .section-mv-single-solution .headline .lead,
.page--rotary-machine-en .section-mv-single-solution .headline .lead,
.page--import-of-foreign-products-en .section-mv-single-solution .headline .lead,
.page--hydraulic-en .section-mv-single-solution .headline .lead,
.page--sales-office-en .section-mv-single-solution .headline .lead {
    font-size: 1.8rem;
    margin-top: 9px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 769px) {
  .page--solution .section-mv-single-solution .inr-link-list,
.page--spg-en .section-mv-single-solution .inr-link-list,
.page--enapter-en .section-mv-single-solution .inr-link-list,
.page--epc-en .section-mv-single-solution .inr-link-list,
.page--bc-en .section-mv-single-solution .inr-link-list,
.page--rotary-machine-en .section-mv-single-solution .inr-link-list,
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list,
.page--hydraulic-en .section-mv-single-solution .inr-link-list,
.page--sales-office-en .section-mv-single-solution .inr-link-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 21px -8px 39px;
    padding-right: 9.2%;
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .inr-link-list,
.page--spg-en .section-mv-single-solution .inr-link-list,
.page--enapter-en .section-mv-single-solution .inr-link-list,
.page--epc-en .section-mv-single-solution .inr-link-list,
.page--bc-en .section-mv-single-solution .inr-link-list,
.page--rotary-machine-en .section-mv-single-solution .inr-link-list,
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list,
.page--hydraulic-en .section-mv-single-solution .inr-link-list,
.page--sales-office-en .section-mv-single-solution .inr-link-list {
    margin-top: 33px;
    margin-bottom: 40px;
  }
}
.page--solution .section-mv-single-solution .inr-link-list__item,
.page--spg-en .section-mv-single-solution .inr-link-list__item,
.page--enapter-en .section-mv-single-solution .inr-link-list__item,
.page--epc-en .section-mv-single-solution .inr-link-list__item,
.page--bc-en .section-mv-single-solution .inr-link-list__item,
.page--rotary-machine-en .section-mv-single-solution .inr-link-list__item,
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list__item,
.page--hydraulic-en .section-mv-single-solution .inr-link-list__item,
.page--sales-office-en .section-mv-single-solution .inr-link-list__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (min-width: 769px) {
  .page--solution .section-mv-single-solution .inr-link-list__item,
.page--spg-en .section-mv-single-solution .inr-link-list__item,
.page--enapter-en .section-mv-single-solution .inr-link-list__item,
.page--epc-en .section-mv-single-solution .inr-link-list__item,
.page--bc-en .section-mv-single-solution .inr-link-list__item,
.page--rotary-machine-en .section-mv-single-solution .inr-link-list__item,
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list__item,
.page--hydraulic-en .section-mv-single-solution .inr-link-list__item,
.page--sales-office-en .section-mv-single-solution .inr-link-list__item {
    margin: 0 8px;
    width: calc(33.3333333333% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--spg-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--enapter-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--epc-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--bc-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--rotary-machine-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--hydraulic-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type),
.page--sales-office-en .section-mv-single-solution .inr-link-list__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.page--solution .section-mv-single-solution .inr-link-list__item a,
.page--spg-en .section-mv-single-solution .inr-link-list__item a,
.page--enapter-en .section-mv-single-solution .inr-link-list__item a,
.page--epc-en .section-mv-single-solution .inr-link-list__item a,
.page--bc-en .section-mv-single-solution .inr-link-list__item a,
.page--rotary-machine-en .section-mv-single-solution .inr-link-list__item a,
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list__item a,
.page--hydraulic-en .section-mv-single-solution .inr-link-list__item a,
.page--sales-office-en .section-mv-single-solution .inr-link-list__item a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #0074BE;
  color: #0074BE;
  background: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 100%;
  min-height: 42px;
  padding: 5px 45px 5px 12px;
  position: relative;
}
.page--solution .section-mv-single-solution .inr-link-list__item a::after,
.page--spg-en .section-mv-single-solution .inr-link-list__item a::after,
.page--enapter-en .section-mv-single-solution .inr-link-list__item a::after,
.page--epc-en .section-mv-single-solution .inr-link-list__item a::after,
.page--bc-en .section-mv-single-solution .inr-link-list__item a::after,
.page--rotary-machine-en .section-mv-single-solution .inr-link-list__item a::after,
.page--import-of-foreign-products-en .section-mv-single-solution .inr-link-list__item a::after,
.page--hydraulic-en .section-mv-single-solution .inr-link-list__item a::after,
.page--sales-office-en .section-mv-single-solution .inr-link-list__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0074BE transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
}
.page--solution .section-mv-single-solution .content-slide,
.page--spg-en .section-mv-single-solution .content-slide,
.page--enapter-en .section-mv-single-solution .content-slide,
.page--epc-en .section-mv-single-solution .content-slide,
.page--bc-en .section-mv-single-solution .content-slide,
.page--rotary-machine-en .section-mv-single-solution .content-slide,
.page--import-of-foreign-products-en .section-mv-single-solution .content-slide,
.page--hydraulic-en .section-mv-single-solution .content-slide,
.page--sales-office-en .section-mv-single-solution .content-slide {
  margin-right: -40px;
}
@media only screen and (min-width: 1360px) {
  .page--solution .section-mv-single-solution .content-slide,
.page--spg-en .section-mv-single-solution .content-slide,
.page--enapter-en .section-mv-single-solution .content-slide,
.page--epc-en .section-mv-single-solution .content-slide,
.page--bc-en .section-mv-single-solution .content-slide,
.page--rotary-machine-en .section-mv-single-solution .content-slide,
.page--import-of-foreign-products-en .section-mv-single-solution .content-slide,
.page--hydraulic-en .section-mv-single-solution .content-slide,
.page--sales-office-en .section-mv-single-solution .content-slide {
    margin-right: calc(50% - 50vw + 180px);
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .content-slide,
.page--spg-en .section-mv-single-solution .content-slide,
.page--enapter-en .section-mv-single-solution .content-slide,
.page--epc-en .section-mv-single-solution .content-slide,
.page--bc-en .section-mv-single-solution .content-slide,
.page--rotary-machine-en .section-mv-single-solution .content-slide,
.page--import-of-foreign-products-en .section-mv-single-solution .content-slide,
.page--hydraulic-en .section-mv-single-solution .content-slide,
.page--sales-office-en .section-mv-single-solution .content-slide {
    margin-right: -20px;
  }
}
.page--solution .section-mv-single-solution .swiper-container,
.page--spg-en .section-mv-single-solution .swiper-container,
.page--enapter-en .section-mv-single-solution .swiper-container,
.page--epc-en .section-mv-single-solution .swiper-container,
.page--bc-en .section-mv-single-solution .swiper-container,
.page--rotary-machine-en .section-mv-single-solution .swiper-container,
.page--import-of-foreign-products-en .section-mv-single-solution .swiper-container,
.page--hydraulic-en .section-mv-single-solution .swiper-container,
.page--sales-office-en .section-mv-single-solution .swiper-container {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .swiper-container,
.page--spg-en .section-mv-single-solution .swiper-container,
.page--enapter-en .section-mv-single-solution .swiper-container,
.page--epc-en .section-mv-single-solution .swiper-container,
.page--bc-en .section-mv-single-solution .swiper-container,
.page--rotary-machine-en .section-mv-single-solution .swiper-container,
.page--import-of-foreign-products-en .section-mv-single-solution .swiper-container,
.page--hydraulic-en .section-mv-single-solution .swiper-container,
.page--sales-office-en .section-mv-single-solution .swiper-container {
    margin-bottom: 6px;
  }
}
.page--solution .section-mv-single-solution .swiper-slide,
.page--spg-en .section-mv-single-solution .swiper-slide,
.page--enapter-en .section-mv-single-solution .swiper-slide,
.page--epc-en .section-mv-single-solution .swiper-slide,
.page--bc-en .section-mv-single-solution .swiper-slide,
.page--rotary-machine-en .section-mv-single-solution .swiper-slide,
.page--import-of-foreign-products-en .section-mv-single-solution .swiper-slide,
.page--hydraulic-en .section-mv-single-solution .swiper-slide,
.page--sales-office-en .section-mv-single-solution .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.page--solution .section-mv-single-solution .thumblist,
.page--spg-en .section-mv-single-solution .thumblist,
.page--enapter-en .section-mv-single-solution .thumblist,
.page--epc-en .section-mv-single-solution .thumblist,
.page--bc-en .section-mv-single-solution .thumblist,
.page--rotary-machine-en .section-mv-single-solution .thumblist,
.page--import-of-foreign-products-en .section-mv-single-solution .thumblist,
.page--hydraulic-en .section-mv-single-solution .thumblist,
.page--sales-office-en .section-mv-single-solution .thumblist {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: -8px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .thumblist,
.page--spg-en .section-mv-single-solution .thumblist,
.page--enapter-en .section-mv-single-solution .thumblist,
.page--epc-en .section-mv-single-solution .thumblist,
.page--bc-en .section-mv-single-solution .thumblist,
.page--rotary-machine-en .section-mv-single-solution .thumblist,
.page--import-of-foreign-products-en .section-mv-single-solution .thumblist,
.page--hydraulic-en .section-mv-single-solution .thumblist,
.page--sales-office-en .section-mv-single-solution .thumblist {
    margin: -6px;
  }
}
.page--solution .section-mv-single-solution .thumblist .item,
.page--spg-en .section-mv-single-solution .thumblist .item,
.page--enapter-en .section-mv-single-solution .thumblist .item,
.page--epc-en .section-mv-single-solution .thumblist .item,
.page--bc-en .section-mv-single-solution .thumblist .item,
.page--rotary-machine-en .section-mv-single-solution .thumblist .item,
.page--import-of-foreign-products-en .section-mv-single-solution .thumblist .item,
.page--hydraulic-en .section-mv-single-solution .thumblist .item,
.page--sales-office-en .section-mv-single-solution .thumblist .item {
  margin: 8px;
  width: calc(20% - 16px);
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-mv-single-solution .thumblist .item,
.page--spg-en .section-mv-single-solution .thumblist .item,
.page--enapter-en .section-mv-single-solution .thumblist .item,
.page--epc-en .section-mv-single-solution .thumblist .item,
.page--bc-en .section-mv-single-solution .thumblist .item,
.page--rotary-machine-en .section-mv-single-solution .thumblist .item,
.page--import-of-foreign-products-en .section-mv-single-solution .thumblist .item,
.page--hydraulic-en .section-mv-single-solution .thumblist .item,
.page--sales-office-en .section-mv-single-solution .thumblist .item {
    margin: 3px;
    width: calc(20% - 6px);
  }
}
.page--solution .section-mv-single-solution .thumblist .item.current,
.page--spg-en .section-mv-single-solution .thumblist .item.current,
.page--enapter-en .section-mv-single-solution .thumblist .item.current,
.page--epc-en .section-mv-single-solution .thumblist .item.current,
.page--bc-en .section-mv-single-solution .thumblist .item.current,
.page--rotary-machine-en .section-mv-single-solution .thumblist .item.current,
.page--import-of-foreign-products-en .section-mv-single-solution .thumblist .item.current,
.page--hydraulic-en .section-mv-single-solution .thumblist .item.current,
.page--sales-office-en .section-mv-single-solution .thumblist .item.current {
  border-color: #ccc;
}
.page--solution .section-single-solution,
.page--spg-en .section-single-solution,
.page--enapter-en .section-single-solution,
.page--epc-en .section-single-solution,
.page--bc-en .section-single-solution,
.page--rotary-machine-en .section-single-solution,
.page--import-of-foreign-products-en .section-single-solution,
.page--hydraulic-en .section-single-solution,
.page--sales-office-en .section-single-solution {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution,
.page--spg-en .section-single-solution,
.page--enapter-en .section-single-solution,
.page--epc-en .section-single-solution,
.page--bc-en .section-single-solution,
.page--rotary-machine-en .section-single-solution,
.page--import-of-foreign-products-en .section-single-solution,
.page--hydraulic-en .section-single-solution,
.page--sales-office-en .section-single-solution {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--solution .section-single-solution:nth-of-type(even),
.page--spg-en .section-single-solution:nth-of-type(even),
.page--enapter-en .section-single-solution:nth-of-type(even),
.page--epc-en .section-single-solution:nth-of-type(even),
.page--bc-en .section-single-solution:nth-of-type(even),
.page--rotary-machine-en .section-single-solution:nth-of-type(even),
.page--import-of-foreign-products-en .section-single-solution:nth-of-type(even),
.page--hydraulic-en .section-single-solution:nth-of-type(even),
.page--sales-office-en .section-single-solution:nth-of-type(even) {
  background: #F5F5F5;
}
.page--solution .section-single-solution .c-title--side,
.page--spg-en .section-single-solution .c-title--side,
.page--enapter-en .section-single-solution .c-title--side,
.page--epc-en .section-single-solution .c-title--side,
.page--bc-en .section-single-solution .c-title--side,
.page--rotary-machine-en .section-single-solution .c-title--side,
.page--import-of-foreign-products-en .section-single-solution .c-title--side,
.page--hydraulic-en .section-single-solution .c-title--side,
.page--sales-office-en .section-single-solution .c-title--side {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .c-title--side,
.page--spg-en .section-single-solution .c-title--side,
.page--enapter-en .section-single-solution .c-title--side,
.page--epc-en .section-single-solution .c-title--side,
.page--bc-en .section-single-solution .c-title--side,
.page--rotary-machine-en .section-single-solution .c-title--side,
.page--import-of-foreign-products-en .section-single-solution .c-title--side,
.page--hydraulic-en .section-single-solution .c-title--side,
.page--sales-office-en .section-single-solution .c-title--side {
    line-height: 2.1;
    margin-bottom: 24px;
    letter-spacing: 0.15em;
  }
}
.page--solution .section-single-solution .lead,
.page--spg-en .section-single-solution .lead,
.page--enapter-en .section-single-solution .lead,
.page--epc-en .section-single-solution .lead,
.page--bc-en .section-single-solution .lead,
.page--rotary-machine-en .section-single-solution .lead,
.page--import-of-foreign-products-en .section-single-solution .lead,
.page--hydraulic-en .section-single-solution .lead,
.page--sales-office-en .section-single-solution .lead {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .page--solution .section-single-solution .content,
.page--spg-en .section-single-solution .content,
.page--enapter-en .section-single-solution .content,
.page--epc-en .section-single-solution .content,
.page--bc-en .section-single-solution .content,
.page--rotary-machine-en .section-single-solution .content,
.page--import-of-foreign-products-en .section-single-solution .content,
.page--hydraulic-en .section-single-solution .content,
.page--sales-office-en .section-single-solution .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--solution .section-single-solution .content,
.page--spg-en .section-single-solution .content,
.page--enapter-en .section-single-solution .content,
.page--epc-en .section-single-solution .content,
.page--bc-en .section-single-solution .content,
.page--rotary-machine-en .section-single-solution .content,
.page--import-of-foreign-products-en .section-single-solution .content,
.page--hydraulic-en .section-single-solution .content,
.page--sales-office-en .section-single-solution .content {
    padding-left: 124px;
    padding-right: 80px;
  }
}
.page--solution .section-single-solution .content__inner:not(:last-of-type),
.page--spg-en .section-single-solution .content__inner:not(:last-of-type),
.page--enapter-en .section-single-solution .content__inner:not(:last-of-type),
.page--epc-en .section-single-solution .content__inner:not(:last-of-type),
.page--bc-en .section-single-solution .content__inner:not(:last-of-type),
.page--rotary-machine-en .section-single-solution .content__inner:not(:last-of-type),
.page--import-of-foreign-products-en .section-single-solution .content__inner:not(:last-of-type),
.page--hydraulic-en .section-single-solution .content__inner:not(:last-of-type),
.page--sales-office-en .section-single-solution .content__inner:not(:last-of-type) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .content__inner:not(:last-of-type),
.page--spg-en .section-single-solution .content__inner:not(:last-of-type),
.page--enapter-en .section-single-solution .content__inner:not(:last-of-type),
.page--epc-en .section-single-solution .content__inner:not(:last-of-type),
.page--bc-en .section-single-solution .content__inner:not(:last-of-type),
.page--rotary-machine-en .section-single-solution .content__inner:not(:last-of-type),
.page--import-of-foreign-products-en .section-single-solution .content__inner:not(:last-of-type),
.page--hydraulic-en .section-single-solution .content__inner:not(:last-of-type),
.page--sales-office-en .section-single-solution .content__inner:not(:last-of-type) {
    margin-bottom: 71px;
  }
}
.page--solution .section-single-solution .point-list,
.page--spg-en .section-single-solution .point-list,
.page--enapter-en .section-single-solution .point-list,
.page--epc-en .section-single-solution .point-list,
.page--bc-en .section-single-solution .point-list,
.page--rotary-machine-en .section-single-solution .point-list,
.page--import-of-foreign-products-en .section-single-solution .point-list,
.page--hydraulic-en .section-single-solution .point-list,
.page--sales-office-en .section-single-solution .point-list {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .point-list,
.page--spg-en .section-single-solution .point-list,
.page--enapter-en .section-single-solution .point-list,
.page--epc-en .section-single-solution .point-list,
.page--bc-en .section-single-solution .point-list,
.page--rotary-machine-en .section-single-solution .point-list,
.page--import-of-foreign-products-en .section-single-solution .point-list,
.page--hydraulic-en .section-single-solution .point-list,
.page--sales-office-en .section-single-solution .point-list {
    margin-top: 40px;
  }
}
.page--solution .section-single-solution .point-list__item:not(:last-of-type),
.page--spg-en .section-single-solution .point-list__item:not(:last-of-type),
.page--enapter-en .section-single-solution .point-list__item:not(:last-of-type),
.page--epc-en .section-single-solution .point-list__item:not(:last-of-type),
.page--bc-en .section-single-solution .point-list__item:not(:last-of-type),
.page--rotary-machine-en .section-single-solution .point-list__item:not(:last-of-type),
.page--import-of-foreign-products-en .section-single-solution .point-list__item:not(:last-of-type),
.page--hydraulic-en .section-single-solution .point-list__item:not(:last-of-type),
.page--sales-office-en .section-single-solution .point-list__item:not(:last-of-type) {
  margin-bottom: 62px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .point-list__item:not(:last-of-type),
.page--spg-en .section-single-solution .point-list__item:not(:last-of-type),
.page--enapter-en .section-single-solution .point-list__item:not(:last-of-type),
.page--epc-en .section-single-solution .point-list__item:not(:last-of-type),
.page--bc-en .section-single-solution .point-list__item:not(:last-of-type),
.page--rotary-machine-en .section-single-solution .point-list__item:not(:last-of-type),
.page--import-of-foreign-products-en .section-single-solution .point-list__item:not(:last-of-type),
.page--hydraulic-en .section-single-solution .point-list__item:not(:last-of-type),
.page--sales-office-en .section-single-solution .point-list__item:not(:last-of-type) {
    margin-bottom: 33px;
  }
}
.page--solution .section-single-solution .point-list__item .point,
.page--spg-en .section-single-solution .point-list__item .point,
.page--enapter-en .section-single-solution .point-list__item .point,
.page--epc-en .section-single-solution .point-list__item .point,
.page--bc-en .section-single-solution .point-list__item .point,
.page--rotary-machine-en .section-single-solution .point-list__item .point,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .point,
.page--hydraulic-en .section-single-solution .point-list__item .point,
.page--sales-office-en .section-single-solution .point-list__item .point {
  line-height: 1;
  margin-bottom: 21px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .point-list__item .point,
.page--spg-en .section-single-solution .point-list__item .point,
.page--enapter-en .section-single-solution .point-list__item .point,
.page--epc-en .section-single-solution .point-list__item .point,
.page--bc-en .section-single-solution .point-list__item .point,
.page--rotary-machine-en .section-single-solution .point-list__item .point,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .point,
.page--hydraulic-en .section-single-solution .point-list__item .point,
.page--sales-office-en .section-single-solution .point-list__item .point {
    margin-bottom: 14px;
  }
}
.page--solution .section-single-solution .point-list__item .point .txt,
.page--spg-en .section-single-solution .point-list__item .point .txt,
.page--enapter-en .section-single-solution .point-list__item .point .txt,
.page--epc-en .section-single-solution .point-list__item .point .txt,
.page--bc-en .section-single-solution .point-list__item .point .txt,
.page--rotary-machine-en .section-single-solution .point-list__item .point .txt,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .point .txt,
.page--hydraulic-en .section-single-solution .point-list__item .point .txt,
.page--sales-office-en .section-single-solution .point-list__item .point .txt {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  margin-right: 10px;
}
.page--solution .section-single-solution .point-list__item .point .txt::after,
.page--spg-en .section-single-solution .point-list__item .point .txt::after,
.page--enapter-en .section-single-solution .point-list__item .point .txt::after,
.page--epc-en .section-single-solution .point-list__item .point .txt::after,
.page--bc-en .section-single-solution .point-list__item .point .txt::after,
.page--rotary-machine-en .section-single-solution .point-list__item .point .txt::after,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .point .txt::after,
.page--hydraulic-en .section-single-solution .point-list__item .point .txt::after,
.page--sales-office-en .section-single-solution .point-list__item .point .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0074BE;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.page--solution .section-single-solution .point-list__item .point .num,
.page--spg-en .section-single-solution .point-list__item .point .num,
.page--enapter-en .section-single-solution .point-list__item .point .num,
.page--epc-en .section-single-solution .point-list__item .point .num,
.page--bc-en .section-single-solution .point-list__item .point .num,
.page--rotary-machine-en .section-single-solution .point-list__item .point .num,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .point .num,
.page--hydraulic-en .section-single-solution .point-list__item .point .num,
.page--sales-office-en .section-single-solution .point-list__item .point .num {
  color: #CECECE;
  -webkit-text-stroke: 1px #0074BE;
  text-stroke: 1px #0074BE;
  font-size: 4.3rem;
  font-weight: 600;
  font-family: "PingFang HK";
}
.page--solution .section-single-solution .point-list__item .ttl,
.page--spg-en .section-single-solution .point-list__item .ttl,
.page--enapter-en .section-single-solution .point-list__item .ttl,
.page--epc-en .section-single-solution .point-list__item .ttl,
.page--bc-en .section-single-solution .point-list__item .ttl,
.page--rotary-machine-en .section-single-solution .point-list__item .ttl,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .ttl,
.page--hydraulic-en .section-single-solution .point-list__item .ttl,
.page--sales-office-en .section-single-solution .point-list__item .ttl {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .point-list__item .ttl,
.page--spg-en .section-single-solution .point-list__item .ttl,
.page--enapter-en .section-single-solution .point-list__item .ttl,
.page--epc-en .section-single-solution .point-list__item .ttl,
.page--bc-en .section-single-solution .point-list__item .ttl,
.page--rotary-machine-en .section-single-solution .point-list__item .ttl,
.page--import-of-foreign-products-en .section-single-solution .point-list__item .ttl,
.page--hydraulic-en .section-single-solution .point-list__item .ttl,
.page--sales-office-en .section-single-solution .point-list__item .ttl {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 8px;
  }
}
.page--solution .section-single-solution .point-list__item p,
.page--spg-en .section-single-solution .point-list__item p,
.page--enapter-en .section-single-solution .point-list__item p,
.page--epc-en .section-single-solution .point-list__item p,
.page--bc-en .section-single-solution .point-list__item p,
.page--rotary-machine-en .section-single-solution .point-list__item p,
.page--import-of-foreign-products-en .section-single-solution .point-list__item p,
.page--hydraulic-en .section-single-solution .point-list__item p,
.page--sales-office-en .section-single-solution .point-list__item p {
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .page--solution .section-single-solution .point-list__item p,
.page--spg-en .section-single-solution .point-list__item p,
.page--enapter-en .section-single-solution .point-list__item p,
.page--epc-en .section-single-solution .point-list__item p,
.page--bc-en .section-single-solution .point-list__item p,
.page--rotary-machine-en .section-single-solution .point-list__item p,
.page--import-of-foreign-products-en .section-single-solution .point-list__item p,
.page--hydraulic-en .section-single-solution .point-list__item p,
.page--sales-office-en .section-single-solution .point-list__item p {
    line-height: 1.7;
  }
}
.page--solution .section-single-solution .grid,
.page--spg-en .section-single-solution .grid,
.page--enapter-en .section-single-solution .grid,
.page--epc-en .section-single-solution .grid,
.page--bc-en .section-single-solution .grid,
.page--rotary-machine-en .section-single-solution .grid,
.page--import-of-foreign-products-en .section-single-solution .grid,
.page--hydraulic-en .section-single-solution .grid,
.page--sales-office-en .section-single-solution .grid {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .page--solution .section-single-solution .grid,
.page--spg-en .section-single-solution .grid,
.page--enapter-en .section-single-solution .grid,
.page--epc-en .section-single-solution .grid,
.page--bc-en .section-single-solution .grid,
.page--rotary-machine-en .section-single-solution .grid,
.page--import-of-foreign-products-en .section-single-solution .grid,
.page--hydraulic-en .section-single-solution .grid,
.page--sales-office-en .section-single-solution .grid {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: stretch;
    /*margin-top: 52px;
    margin-bottom: -100px;*/
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid,
.page--spg-en .section-single-solution .grid,
.page--enapter-en .section-single-solution .grid,
.page--epc-en .section-single-solution .grid,
.page--bc-en .section-single-solution .grid,
.page--rotary-machine-en .section-single-solution .grid,
.page--import-of-foreign-products-en .section-single-solution .grid,
.page--hydraulic-en .section-single-solution .grid,
.page--sales-office-en .section-single-solution .grid {
    /*margin-top: 35px;
    margin-bottom: -71px;*/
  }
}
.page--solution .section-single-solution .grid::after,
.page--spg-en .section-single-solution .grid::after,
.page--enapter-en .section-single-solution .grid::after,
.page--epc-en .section-single-solution .grid::after,
.page--bc-en .section-single-solution .grid::after,
.page--rotary-machine-en .section-single-solution .grid::after,
.page--import-of-foreign-products-en .section-single-solution .grid::after,
.page--hydraulic-en .section-single-solution .grid::after,
.page--sales-office-en .section-single-solution .grid::after {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid::after,
.page--spg-en .section-single-solution .grid::after,
.page--enapter-en .section-single-solution .grid::after,
.page--epc-en .section-single-solution .grid::after,
.page--bc-en .section-single-solution .grid::after,
.page--rotary-machine-en .section-single-solution .grid::after,
.page--import-of-foreign-products-en .section-single-solution .grid::after,
.page--hydraulic-en .section-single-solution .grid::after,
.page--sales-office-en .section-single-solution .grid::after {
    height: 77px;
  }
}
.page--solution .section-single-solution .grid__txt,
.page--spg-en .section-single-solution .grid__txt,
.page--enapter-en .section-single-solution .grid__txt,
.page--epc-en .section-single-solution .grid__txt,
.page--bc-en .section-single-solution .grid__txt,
.page--rotary-machine-en .section-single-solution .grid__txt,
.page--import-of-foreign-products-en .section-single-solution .grid__txt,
.page--hydraulic-en .section-single-solution .grid__txt,
.page--sales-office-en .section-single-solution .grid__txt {
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .page--solution .section-single-solution .grid__txt,
.page--spg-en .section-single-solution .grid__txt,
.page--enapter-en .section-single-solution .grid__txt,
.page--epc-en .section-single-solution .grid__txt,
.page--bc-en .section-single-solution .grid__txt,
.page--rotary-machine-en .section-single-solution .grid__txt,
.page--import-of-foreign-products-en .section-single-solution .grid__txt,
.page--hydraulic-en .section-single-solution .grid__txt,
.page--sales-office-en .section-single-solution .grid__txt {
    width: 50%;
    padding: 0% 4% 0% 0%;
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid__txt,
.page--spg-en .section-single-solution .grid__txt,
.page--enapter-en .section-single-solution .grid__txt,
.page--epc-en .section-single-solution .grid__txt,
.page--bc-en .section-single-solution .grid__txt,
.page--rotary-machine-en .section-single-solution .grid__txt,
.page--import-of-foreign-products-en .section-single-solution .grid__txt,
.page--hydraulic-en .section-single-solution .grid__txt,
.page--sales-office-en .section-single-solution .grid__txt {
    padding: 10px;
    padding: 0px 26px 0px 0px;
  }
}
.page--solution .section-single-solution .grid__txt .c-title--bottom,
.page--spg-en .section-single-solution .grid__txt .c-title--bottom,
.page--enapter-en .section-single-solution .grid__txt .c-title--bottom,
.page--epc-en .section-single-solution .grid__txt .c-title--bottom,
.page--bc-en .section-single-solution .grid__txt .c-title--bottom,
.page--rotary-machine-en .section-single-solution .grid__txt .c-title--bottom,
.page--import-of-foreign-products-en .section-single-solution .grid__txt .c-title--bottom,
.page--hydraulic-en .section-single-solution .grid__txt .c-title--bottom,
.page--sales-office-en .section-single-solution .grid__txt .c-title--bottom {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid__txt .c-title--bottom,
.page--spg-en .section-single-solution .grid__txt .c-title--bottom,
.page--enapter-en .section-single-solution .grid__txt .c-title--bottom,
.page--epc-en .section-single-solution .grid__txt .c-title--bottom,
.page--bc-en .section-single-solution .grid__txt .c-title--bottom,
.page--rotary-machine-en .section-single-solution .grid__txt .c-title--bottom,
.page--import-of-foreign-products-en .section-single-solution .grid__txt .c-title--bottom,
.page--hydraulic-en .section-single-solution .grid__txt .c-title--bottom,
.page--sales-office-en .section-single-solution .grid__txt .c-title--bottom {
    margin-bottom: 9px;
  }
}
.page--solution .section-single-solution .grid__txt ul li,
.page--solution .section-single-solution .grid__style ul li,
.page--spg-en .section-single-solution .grid__style ul li,
.page--enapter-en .section-single-solution .grid__style ul li,
.page--epc-en .section-single-solution .grid__style ul li,
.page--bc-en .section-single-solution .grid__style ul li,
.page--rotary-machine-en .section-single-solution .grid__style ul li,
.page--import-of-foreign-products-en .section-single-solution .grid__style ul li,
.page--hydraulic-en .section-single-solution .grid__style ul li,
.page--sales-office-en .section-single-solution .grid__style ul li {
  position: relative;
  padding-left: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid__txt ul li,
  .page--solution .section-single-solution .grid__style ul li,
.page--spg-en .section-single-solution .grid__style ul li,
.page--enapter-en .section-single-solution .grid__style ul li,
.page--epc-en .section-single-solution .grid__style ul li,
.page--bc-en .section-single-solution .grid__style ul li,
.page--rotary-machine-en .section-single-solution .grid__style ul li,
.page--import-of-foreign-products-en .section-single-solution .grid__style ul li,
.page--hydraulic-en .section-single-solution .grid__style ul li,
.page--sales-office-en .section-single-solution .grid__style ul li {
    padding-left: 14px;
  }
}
.page--solution .section-single-solution .grid__txt ul li::before,
.page--solution .section-single-solution .grid__style ul li::before,
.page--spg-en .section-single-solution .grid__style ul li::before,
.page--enapter-en .section-single-solution .grid__style ul li::before,
.page--epc-en .section-single-solution .grid__style ul li::before,
.page--bc-en .section-single-solution .grid__style ul li::before,
.page--rotary-machine-en .section-single-solution .grid__style ul li::before,
.page--import-of-foreign-products-en .section-single-solution .grid__style ul li::before,
.page--hydraulic-en .section-single-solution .grid__style ul li::before,
.page--sales-office-en .section-single-solution .grid__style ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  top: 13px;
  left: 0%;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid__txt ul li::before,
.page--spg-en .section-single-solution .grid__txt ul li::before,
.page--enapter-en .section-single-solution .grid__txt ul li::before,
.page--epc-en .section-single-solution .grid__txt ul li::before,
.page--bc-en .section-single-solution .grid__txt ul li::before,
.page--rotary-machine-en .section-single-solution .grid__txt ul li::before,
.page--import-of-foreign-products-en .section-single-solution .grid__txt ul li::before,
.page--hydraulic-en .section-single-solution .grid__txt ul li::before,
.page--sales-office-en .section-single-solution .grid__txt ul li::before {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--spg-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--enapter-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--epc-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--bc-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--rotary-machine-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--import-of-foreign-products-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--hydraulic-en .section-single-solution .grid__txt ul li:not(:last-of-type),
.page--sales-office-en .section-single-solution .grid__txt ul li:not(:last-of-type) {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 769px) {
  .page--solution .section-single-solution .grid__img,
.page--spg-en .section-single-solution .grid__img,
.page--enapter-en .section-single-solution .grid__img,
.page--epc-en .section-single-solution .grid__img,
.page--bc-en .section-single-solution .grid__img,
.page--rotary-machine-en .section-single-solution .grid__img,
.page--import-of-foreign-products-en .section-single-solution .grid__img,
.page--hydraulic-en .section-single-solution .grid__img,
.page--sales-office-en .section-single-solution .grid__img {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
}
.page--solution .section-single-solution .grid__img img,
.page--spg-en .section-single-solution .grid__img img,
.page--enapter-en .section-single-solution .grid__img img,
.page--epc-en .section-single-solution .grid__img img,
.page--bc-en .section-single-solution .grid__img img,
.page--rotary-machine-en .section-single-solution .grid__img img,
.page--import-of-foreign-products-en .section-single-solution .grid__img img,
.page--hydraulic-en .section-single-solution .grid__img img,
.page--sales-office-en .section-single-solution .grid__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page--solution .section-single-solution .card-list--v1,
.page--spg-en .section-single-solution .card-list--v1,
.page--enapter-en .section-single-solution .card-list--v1,
.page--epc-en .section-single-solution .card-list--v1,
.page--bc-en .section-single-solution .card-list--v1,
.page--rotary-machine-en .section-single-solution .card-list--v1,
.page--import-of-foreign-products-en .section-single-solution .card-list--v1,
.page--hydraulic-en .section-single-solution .card-list--v1,
.page--sales-office-en .section-single-solution .card-list--v1 {
  padding-right: 2.2%;
}
@media only screen and (max-width: 768px) {
  .page--solution .section-single-solution .card-list--v1,
.page--spg-en .section-single-solution .card-list--v1,
.page--enapter-en .section-single-solution .card-list--v1,
.page--epc-en .section-single-solution .card-list--v1,
.page--bc-en .section-single-solution .card-list--v1,
.page--rotary-machine-en .section-single-solution .card-list--v1,
.page--import-of-foreign-products-en .section-single-solution .card-list--v1,
.page--hydraulic-en .section-single-solution .card-list--v1,
.page--sales-office-en .section-single-solution .card-list--v1 {
    padding-right: 20px;
    margin-top: 31px;
  }
}
@media only screen and (max-width: 768px) {
  .page--solution .section-cta,
.page--spg-en .section-cta,
.page--enapter-en .section-cta,
.page--epc-en .section-cta,
.page--bc-en .section-cta,
.page--rotary-machine-en .section-cta,
.page--import-of-foreign-products-en .section-cta,
.page--hydraulic-en .section-cta,
.page--sales-office-en .section-cta {
    margin-top: 52px;
  }
}

@media only screen and (min-width: 769px) {
  .page--product .section-product {
    margin-top: -102px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-product {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-product .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--product .section-product .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--product .section-product .c-title--side {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-product .c-title--side {
    letter-spacing: 0.15em;
    margin-bottom: 38px;
  }
}
.page--product .section-product .card-list--v1 {
  padding-right: 2.2%;
}
@media only screen and (max-width: 768px) {
  .page--product .section-product .card-list--v1 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv.single {
    background: #f5f5f5;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv {
    position: relative;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 46%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-mv .content {
    padding-left: 11%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--product .section-mv .content {
    padding-left: 124px;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-mv .content__inner {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv .content__inner {
    padding-top: 41px;
  }
}
.page--product .section-mv .content__inner .img {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .page--product .section-mv .content__inner .img {
    margin-right: -60px;
    margin-bottom: -67px;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv .content__inner .img {
    margin-right: -20px;
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-mv .content__inner .img + .txt {
    width: 47.7%;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-mv .content__inner .img + .txt .lead {
    padding-right: 41px;
    min-height: 128px;
  }
}
.page--product .section-mv .content__inner .txt {
  flex: 1;
}
.page--product .section-mv .content__inner .btn, .page--product .section-mv .content__inner .btn--arw, .page--product .section-mv .content__inner .btn--arw--blue, .page--product .section-mv .content__inner .btn--arw--white {
  margin-top: 63px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv .content__inner .btn, .page--product .section-mv .content__inner .btn--arw, .page--product .section-mv .content__inner .btn--arw--blue, .page--product .section-mv .content__inner .btn--arw--white {
    margin-top: 33px;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.page--product .section-mv .content__inner .btn a, .page--product .section-mv .content__inner .btn--arw a, .page--product .section-mv .content__inner .btn--arw--blue a, .page--product .section-mv .content__inner .btn--arw--white a {
  max-width: 338px;
  width: 100%;
}
.page--product .section-mv .content__inner .ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv .content__inner .ttl {
    font-size: 2.2rem;
    margin-bottom: 19px;
  }
}
.page--product .section-mv .content__inner .lead {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .page--product .section-mv + .section-single-product {
    margin-top: -94px;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-mv + .section-single-product {
    margin-top: -67px;
  }
}
.page--product .section-single-product {
  padding-top: 94px;
  padding-bottom: 81px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product {
    padding-top: 59px;
    padding-bottom: 59px;
  }
}
.page--product .section-single-product:nth-of-type(even) {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 769px) {
  .page--product .section-single-product .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--product .section-single-product .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--product .section-single-product .entry h2 {
  margin-bottom: 47px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .entry h2 {
    margin-bottom: 31px;
  }
}
.page--product .section-single-product .entry table {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .entry table {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .entry table th {
    vertical-align: top;
  }
}
.page--product .section-single-product .entry ul {
  font-weight: bold;
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .entry ul {
    margin-bottom: 33px;
  }
}
.page--product .section-single-product .entry ul li {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .page--product .section-single-product .column-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 54px -21px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .column-btn {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-single-product .column-btn .btn, .page--product .section-single-product .column-btn .btn--arw, .page--product .section-single-product .column-btn .btn--arw--blue, .page--product .section-single-product .column-btn .btn--arw--white {
    margin: 0 21px;
    width: calc(50% - 42px);
  }
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .column-btn .btn:not(:last-of-type), .page--product .section-single-product .column-btn .btn--arw:not(:last-of-type), .page--product .section-single-product .column-btn .btn--arw--blue:not(:last-of-type), .page--product .section-single-product .column-btn .btn--arw--white:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.page--product .section-single-product .btn, .page--product .section-single-product .btn--arw, .page--product .section-single-product .btn--arw--blue, .page--product .section-single-product .btn--arw--white {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product .btn a, .page--product .section-single-product .btn--arw a, .page--product .section-single-product .btn--arw--blue a, .page--product .section-single-product .btn--arw--white a {
    width: 100%;
  }
}
.page--product .section-single-product--list {
  padding: 93px 0 116px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product--list {
    padding: 59px 0 105px;
  }
}
@media only screen and (min-width: 769px) {
  .page--product .section-single-product--list .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--product .section-single-product--list .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--product .section-single-product--list .section-single-product__block .c-title--side {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product--list .section-single-product__block .c-title--side {
    letter-spacing: 0.15em;
  }
}
.page--product .section-single-product--list .section-single-product__block:not(:last-of-type) {
  margin-bottom: 51px;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product--list .section-single-product__block:not(:last-of-type) {
    margin-bottom: 81px;
  }
}
.page--product .section-single-product--list .card-list--v1 {
  padding-right: 2.2%;
}
@media only screen and (max-width: 768px) {
  .page--product .section-single-product--list .card-list--v1 {
    padding-right: 20px;
  }
}

.page--introduction .section-mv {
  padding-bottom: 119px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv {
    padding-bottom: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .page--introduction .section-mv .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--introduction .section-mv .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--introduction .section-mv .headline__img.line {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv .headline__img.line {
    margin-bottom: 61px;
  }
}
.page--introduction .section-mv .c-title--side {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv .c-title--side {
    margin-bottom: 39px;
  }
}
.page--introduction .section-mv .btn, .page--introduction .section-mv .btn--arw, .page--introduction .section-mv .btn--arw--blue, .page--introduction .section-mv .btn--arw--white {
  text-align: center;
  margin-top: 60px;
  padding-right: 4.2%;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv .btn, .page--introduction .section-mv .btn--arw, .page--introduction .section-mv .btn--arw--blue, .page--introduction .section-mv .btn--arw--white {
    padding: 0 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-introduction {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-introduction .meta__category a {
    padding: 0.5em 0.3em;
  }
}
.page--introduction .section-mv-single-introduction {
  padding-top: 66px;
  padding-bottom:66px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction {
    padding-top: 54px;
  }
}
.page--introduction .section-mv-single-introduction::after {
  content: "";
  display: block;
  width: 100%;
  height: 156px;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .page--introduction .section-mv-single-introduction .headline {
    padding-left: 11%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--introduction .section-mv-single-introduction .headline {
    padding-left: 124px;
  }
}
.page--introduction .section-mv-single-introduction .headline__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.page--introduction .section-mv-single-introduction .headline__body {
  margin-top: 39px;
  position: relative;
  padding-left: 53px;
  padding-right: 38px;
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__body {
    margin-top: 30px;
    padding-left: 21px;
    padding-right: 1px;
    margin-bottom: 36px;
  }
}
.page--introduction .section-mv-single-introduction .headline__body::before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 13px);
  background: #0074BE;
  position: absolute;
  top: calc(50% - 2px);
  left: 0%;
  transform: translate(0%, -50%);
}
.page--introduction .section-mv-single-introduction .headline__body .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__body .title {
    font-size: 2.2rem;
    margin-bottom: 36px;
  }
}
.page--introduction .section-mv-single-introduction .headline__body .body__block .c-title--bottom {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__body .body__block .c-title--bottom {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
}
.page--introduction .section-mv-single-introduction .headline__body .body__block p {
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__body .body__block p {
    margin: 2.1em 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__body .body__block.grid__item .c-title--bottom {
    margin-bottom: 17px;
  }
}
.page--introduction .section-mv-single-introduction .headline__body .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 24px;
  margin-bottom: 31px;
}
.page--introduction .section-mv-single-introduction .headline__body .grid__item {
  width: 50%;
}
.page--introduction .section-mv-single-introduction .headline__img {
  display: block;
  margin-right: -40px;
}
@media only screen and (min-width: 1360px) {
  .page--introduction .section-mv-single-introduction .headline__img {
    margin-right: calc(50% - 50vw + 180px);
  }
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction .headline__img {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-mv-single-introduction + .section-single-introduction {
    margin-top: -19px;
  }
}
.page--introduction .section-single-introduction {
  padding-top: 93px;
  padding-bottom: 92px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction {
    padding-top: 57px;
    padding-bottom: 56px;
  }
}
.page--introduction .section-single-introduction:nth-of-type(even) {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 769px) {
  .page--introduction .section-single-introduction .content {
    padding-left: 11%;
    padding-right: 11%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--introduction .section-single-introduction .content {
    padding-left: 124px;
    padding-right: 124px;
  }
}
.page--introduction .section-single-introduction .entry h2 {
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction .entry h2 {
    margin-bottom: 28px;
  }
}
.page--introduction .section-single-introduction .entry h3 {
  margin-bottom: 30px;
}
.page--introduction .section-single-introduction .entry table {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.page--introduction .section-single-introduction .entry ul {
  font-weight: bold;
  margin-bottom: 53px;
}
.page--introduction .section-single-introduction .entry ul li {
  letter-spacing: 0.05em;
}
.page--introduction .section-single-introduction .entry ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction .entry ul li:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 769px) {
  .page--introduction .section-single-introduction .entry .grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -9px;
  }
}
@media only screen and (min-width: 769px) {
  .page--introduction .section-single-introduction .entry .grid__item {
    width: calc(50% - 40px);
    margin: 0 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction .entry .grid__item:not(:last-of-type) {
    margin-bottom: 28px;
  }
}
.page--introduction .section-single-introduction .btn, .page--introduction .section-single-introduction .btn--arw, .page--introduction .section-single-introduction .btn--arw--blue, .page--introduction .section-single-introduction .btn--arw--white {
  margin-top: 53px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction .btn, .page--introduction .section-single-introduction .btn--arw, .page--introduction .section-single-introduction .btn--arw--blue, .page--introduction .section-single-introduction .btn--arw--white {
    margin-top: 35px;
    padding: 0 20px;
  }
}
.page--introduction .section-single-introduction .btn a, .page--introduction .section-single-introduction .btn--arw a, .page--introduction .section-single-introduction .btn--arw--blue a, .page--introduction .section-single-introduction .btn--arw--white a {
  max-width: 375px;
}
.page--introduction .section-single-introduction--list {
  padding: 83px 0 96px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction--list {
    padding: 64px 0 104px;
  }
}
@media only screen and (min-width: 769px) {
  .page--introduction .section-single-introduction--list .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--introduction .section-single-introduction--list .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--introduction .section-single-introduction--list .section-single-introduction__block .c-title--side {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction--list .section-single-introduction__block .c-title--side {
    margin-bottom: 34px;
  }
}
.page--introduction .section-single-introduction--list .section-single-introduction__block:not(:last-of-type) {
  margin-bottom: 51px;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction--list .section-single-introduction__block:not(:last-of-type) {
    margin-bottom: 83px;
  }
}
.page--introduction .section-single-introduction--list .card-list--v1 {
  padding-right: 2.2%;
}
@media only screen and (max-width: 768px) {
  .page--introduction .section-single-introduction--list .card-list--v1 {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .page--flow .section-mv .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--flow .section-mv .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--flow .section-mv .headline__title + .headline__img.line {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-mv .headline__title + .headline__img.line {
    margin-bottom: 61px;
  }
}
.page--flow .section-flow {
  letter-spacing: 0.05em;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow {
    padding-bottom: 82px;
  }
}
.page--flow .section-flow .content__block .c-title--side {
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .content__block .c-title--side {
    margin-bottom: 31px;
  }
}
.page--flow .section-flow .content__block:not(:last-of-type) {
  margin-bottom: 97px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .content__block:not(:last-of-type) {
    margin-bottom: 59px;
  }
}
.page--flow .section-flow .content__block .btn, .page--flow .section-flow .content__block .btn--arw, .page--flow .section-flow .content__block .btn--arw--blue, .page--flow .section-flow .content__block .btn--arw--white {
  margin-top: 50px;
  padding-right: 54px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .content__block .btn, .page--flow .section-flow .content__block .btn--arw, .page--flow .section-flow .content__block .btn--arw--blue, .page--flow .section-flow .content__block .btn--arw--white {
    margin-top: 42px;
    padding: 0 20px;
  }
}
.page--flow .section-flow .flow-list {
  margin-top: 39px;
}
.page--flow .section-flow .flow-list__item {
  counter-increment: flow;
}
.page--flow .section-flow .flow-list__item:not(:last-of-type) {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__item:not(:last-of-type) {
    margin-bottom: 23px;
  }
}
.page--flow .section-flow .flow-list__item:not(:last-of-type) {
  position: relative;
}
.page--flow .section-flow .flow-list__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9.5px 0 9.5px;
  border-color: #0074BE transparent transparent transparent;
  position: absolute;
  top: calc(50% + 103px);
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__item:not(:last-of-type)::after {
    top: calc(50% + 90px);
  }
}
.page--flow .section-flow .flow-list__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 19px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__head {
    align-items: flex-start;
  }
}
.page--flow .section-flow .flow-list__head .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  flex: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__head .ttl {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.page--flow .section-flow .flow-list__head::before {
  content: "STEP 0" counter(flow);
  display: block;
  width: 119px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0074BE;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__head::before {
    margin-top: -2px;
    width: 105px;
  }
}
.page--flow .section-flow .flow-list__body {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page--flow .section-flow .flow-list__body .icon {
  padding-right: 31px;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__body .icon {
    padding-right: 20px;
  }
}
.page--flow .section-flow .flow-list__body .txt {
  background-color: #F7F7F7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  flex: 1;
  padding: 32px 43px 32px 38px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page--flow .section-flow .flow-list__body .txt {
    font-size: 1.4rem;
    padding: 8px 16px 14px 21px;
  }
}

.page--question .section-mv {
  padding: 117px 0 120px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-mv {
    padding: 95px 0 82px;
  }
}
@media only screen and (min-width: 769px) {
  .page--question .section-mv .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--question .section-mv .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--question .section-mv .headline__title + .headline__img.line {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-mv .headline__title + .headline__img.line {
    margin-bottom: 61px;
  }
}
.page--question .section-question .c-title--side {
  margin-bottom: 51px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .c-title--side {
    margin-bottom: 36px;
  }
}
.page--question .section-question .content__block:not(:last-of-type) {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block:not(:last-of-type) {
    margin-bottom: 37px;
  }
}
.page--question .section-question .content__block .c-title--bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block .c-title--bottom {
    margin-bottom: 30px;
  }
}
.page--question .section-question .content__block dl:not(:last-of-type) {
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.page--question .section-question .content__block dl dt,
.page--question .section-question .content__block dl dd {
  padding: 13px 31px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dt,
.page--question .section-question .content__block dl dd {
    padding: 5px 40px 5px 19px;
    font-size: 1.6rem;
  }
}
.page--question .section-question .content__block dl dt {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  border: 1px solid #0069B2;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 3px 3px 0 #0069B2;
  position: relative;
}
.page--question .section-question .content__block dl dt::before {
  content: "Q";
  color: #0069B2;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dt::before {
    font-size: 2.2rem;
  }
}
.page--question .section-question .content__block dl dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0069B2 transparent transparent transparent;
  position: absolute;
  top: 33px;
  right: 18px;
  transition: 200ms;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dt::after {
    top: 39px;
    right: 20px;
  }
}
.page--question .section-question .content__block dl dt span {
  display: block;
  flex: 1;
  padding: 6px 27px;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dt span {
    padding: 6px 15px;
  }
}
.page--question .section-question .content__block dl dt.is-active::after {
  transform: rotateX(180deg);
}
.page--question .section-question .content__block dl dd {
  padding-top: 23px;
  padding-right: 4px;
  line-height: 1.75;
  display: none;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dd {
    font-size: 1.4rem;
    padding-top: 11px;
    padding-right: 15px;
    line-height: 2.3;
    padding-bottom: 0;
  }
}
.page--question .section-question .content__block dl dd > span {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page--question .section-question .content__block dl dd > span::before {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  content: "A";
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dd > span::before {
    font-size: 2.2rem;
  }
}
.page--question .section-question .content__block dl dd > span span {
  padding: 2px 0px 2px 30px;
  display: block;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .page--question .section-question .content__block dl dd > span span {
    padding: 2px 0px 0px 19px;
  }
}

@media only screen and (min-width: 769px) {
  .page--company .section-company .content,
  .page--company-en .section-company .content {
    padding-left: 11%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--company .section-company .content,
  .page--company-en .section-company .content {
    padding-left: 124px;
  }
}
.page--company .section-company .c-title--side,
.page--company-en .section-company .c-title--side {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company .c-title--side,
  .page--company-en .section-company .c-title--side {
    letter-spacing: 0.15em;
    margin-bottom: 38px;
  }
}
.page--company .section-company .card-list--v1,
.page--company-en .section-company .card-list--v1 {
  padding-right: 2.2%;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company .card-list--v1,
  .page--company-en .section-company .card-list--v1 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.message .entry,
.page—message-en .section-company.message .entry {
    margin-top: -102px;
  }
}
.page--company .section-company.message .entry h2,
.page—message-en .section-company.message .entry h2 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.message .entry h2,
.page—message-en .section-company.message .entry h2 {
    margin-bottom: 36px;
  }
}
.page--company .section-company.message .entry h3,
.page—message-en .section-company.message .entry h3 {
  margin-bottom: 31px;
}
.page--company .section-company.message .message-sign,
.page--message-en .section-company.message .message-sign {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: -9px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.message .message-sign,
.page--message-en .section-company.message .message-sign {
    margin-top: 66px;
  }
}
.page--company .section-company.message .message-sign .txt,
.page--message-en .section-company.message .message-sign .txt {
  margin: 0 0 6px !important;
}
.page--company .section-company.message .message-sign img,
.page--message-en .section-company.message .message-sign img {
  max-width: 154px;
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.company-profile .content,
.page--company-profile-en .section-company.company-profile .content {
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--company .section-company.company-profile .content,
.page--company-profile-en .section-company.company-profile .content {
    padding-right: 82px;
  }
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .content__inner,
.page--company-profile-en .section-company.company-profile .content__inner {
    padding-top: 57px;
  }
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.company-profile .entry,
.page--company-profile-en .section-company.company-profile .entry {
    margin-top: -102px;
  }
}
.page--company .section-company.company-profile .entry h2,
.page--company-profile-en .section-company.company-profile .entry h2 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry h2,
.page--company-profile-en .section-company.company-profile .entry h2 {
    margin-bottom: 34px;
  }
}
.page--company .section-company.company-profile .entry h3,
.page--company-profile-en .section-company.company-profile .entry h3 {
  margin-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry h3,
.page--company-profile-en .section-company.company-profile .entry h3 {
    margin-bottom: 24px;
  }
}
.page--company .section-company.company-profile .entry table,
.page--company-profile-en .section-company.company-profile .entry table {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table th,
.page--company-profile-en .section-company.company-profile .entry table th {
    width: 100px !important;
  }
}
.page--company .section-company.company-profile .entry table td,
.page--company-profile-en .section-company.company-profile .entry table td {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table td,
.page--company-profile-en .section-company.company-profile .entry table td {
    padding-right: 0;
  }
}
.page--company .section-company.company-profile .entry table td .full,
.page--company-profile-en .section-company.company-profile .entry table td .full {
  margin-left: -210px;
  position: relative;
  z-index: -1;
  padding-right: 6.5%;
  padding-top: 52px;
  padding-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table td .full,
.page--company-profile-en .section-company.company-profile .entry table td .full {
    margin-left: -113px;
    padding-right: 4px;
    padding-top: 49px;
    padding-bottom: 10px;
  }
}
.page--company .section-company.company-profile .entry table td > *,
.page--company-profile-en .section-company.company-profile .entry table td > * {
  margin: 0;
}
.page--company .section-company.company-profile .entry table dl,
.page--company-profile-en .section-company.company-profile .entry table dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table dl,
.page--company-profile-en .section-company.company-profile .entry table dl {
    font-size: 1.4rem;
  }
}
.page--company .section-company.company-profile .entry table dl dt,
.page--company-profile-en .section-company.company-profile .entry table dl dt {
  width: 208px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table dl dt,
.page--company-profile-en .section-company.company-profile .entry table dl dt {
    width: 50%;
  }
}
.page--company .section-company.company-profile .entry table dl dd,
.page--company-profile-en .section-company.company-profile .entry table dl dd {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table dl dd,
.page--company-profile-en .section-company.company-profile .entry table dl dd {
    padding-left: 7px;
  }
}
.page--company .section-company.company-profile .entry table + h3,
.page--company-profile-en .section-company.company-profile .entry table + h3 {
  margin-top: 75px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table + h3,
.page--company-profile-en .section-company.company-profile .entry table + h3 {
    margin-top: 57px;
    margin-bottom: 30px;
  }
}
.page--company .section-company.company-profile .entry table.num th,
.page--company-profile-en .section-company.company-profile .entry table.num th {
  font-size: 2.8rem;
  color: #0074BE;
  line-height: 1;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table.num th,
.page--company-profile-en .section-company.company-profile .entry table.num th {
    font-size: 2.2rem;
  }
}
.page--company .section-company.company-profile .entry table.num td,
.page--company-profile-en .section-company.company-profile .entry table.num td {
  font-size: 1.6rem;
  padding-top: 24px;
}
.page--company .section-company.company-profile .entry table.num td h4,
.page--company-profile-en .section-company.company-profile .entry table.num td h4 {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table.num td h4,
.page--company-profile-en .section-company.company-profile .entry table.num td h4 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.page--company .section-company.company-profile .entry table.num td h4 span,
.page--company-profile-en .section-company.company-profile .entry table.num td h4 span {
  display: inline-block;
  min-width: 2.2em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.company-profile .entry table.num td h4 + p,
.page--company-profile-en .section-company.company-profile .entry table.num td h4 + p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .page--base-en .section-company.base .content,
.page--company .section-company.base .content {
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--base-en .section-company.base .content,
.page--company .section-company.base .content {
    padding-right: 82px;
  }
}
@media only screen and (max-width: 768px) {
  .page--base-en .section-company.base .content__inner,
.page--company .section-company.base .content__inner {
    padding-top: 57px;
  }
}
@media only screen and (min-width: 769px) {
  .page--base-en .section-company.base .entry,
.page--company .section-company.base .entry {
    margin-top: -102px;
  }
}
.page--base-en .section-company.base .entry h2,
.page--company .section-company.base .entry h2 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--base-en .section-company.base .entry h2,
.page--company .section-company.base .entry h2 {
    margin-bottom: 34px;
  }
}
.page--base-en .section-company.base .entry h3,
.page--company .section-company.base .entry h3 {
  margin-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  .page--base-en .section-company.base .entry h3,
.page--company .section-company.base .entry h3 {
    margin-bottom: 24px;
  }
}
.page--base-en .section-company.base .entry table,
.page--company .section-company.base .entry table {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .page--base-en .section-company.base .entry table th,
.page--company .section-company.base .entry table th {
    width: 113px !important;
    padding-right: 0 !important;
  }
}
.page--base-en .section-company.base .entry table td,
.page--company .section-company.base .entry table td {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page--base-en .section-company.base .entry table td,
.page--company .section-company.base .entry table td {
    padding-right: 0;
    padding-left: 10px !important;
  }
}
.page--base-en .section-company.base .entry table + h3,
.page--company .section-company.base .entry table + h3 {
  margin-top: 84px;
}
@media only screen and (max-width: 768px) {
  .page--base-en .section-company.base .entry table + h3,
.page--company .section-company.base .entry table + h3 {
    margin-top: 135px;
  }
}
.page--company .section-company.base a.map,
.page--base-en .section-company.base a.map {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 23px;
  vertical-align: -4px;
  margin-left: 24px;
  padding: 5px;
  box-sizing: content-box;
  margin-top: -5px;
  margin-bottom: -5px;
}
.page--company .section-company.client .line,
.page--client-en .section-company.client .line {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .line,
.page--client-en .section-company.client .line {
    margin-bottom: 59px;
  }
}
.page--company .section-company.client .c-title--side,
.page--client-en .section-company.client .c-title--side {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .c-title--side,
.page--client-en .section-company.client .c-title--side {
    margin-bottom: 25px;
  }
}
.page--company .section-company.client .headline__body,
.page--client-en .section-company.client .headline__body {
  margin-top: 50px;
  margin-bottom: 77px;
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.client .headline__body,
.page--client-en .section-company.client .headline__body {
    padding-right: 3.6%;
  }
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .headline__body,
.page--client-en .section-company.client .headline__body {
    margin-top: 25px;
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 1400px) {
  .page--company .section-company.client .headline__body,
.page--client-en .section-company.client .headline__body {
    padding-right: 41px;
  }
}
.page--company .section-company.client .headline__body .title,
.page--client-en .section-company.client .headline__body .title {
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .headline__body .title,
.page--client-en .section-company.client .headline__body .title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.client .headline__body .inr-link-list,
.page--client-en .section-company.client .headline__body .inr-link-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 28px -4px -6px;
  }
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .headline__body .inr-link-list,
.page--client-en .section-company.client .headline__body .inr-link-list {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.client .headline__body .inr-link-list__item,
.page--client-en .section-company.client .headline__body .inr-link-list__item {
    margin: 6px 4px;
    width: calc(33% - 6px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.page--company .section-company.client .headline__body .inr-link-list__item a,
.page--client-en .section-company.client .headline__body .inr-link-list__item a {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .page--company .section-company.client .content__block,
.page--client-en .section-company.client .content__block {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--company .section-company.client .content__block,
.page--client-en .section-company.client .content__block {
    padding-right: 40px;
  }
}
.page--company .section-company.client .content__block:not(:last-of-type),
.page--client-en .section-company.client .content__block:not(:last-of-type) {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .content__block:not(:last-of-type),
.page--client-en .section-company.client .content__block:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
.page--company .section-company.client .content .c-title--bottom,
.page--client-en .section-company.client .content .c-title--bottom {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .content .c-title--bottom,
.page--client-en .section-company.client .content .c-title--bottom {
    margin-bottom: 24px;
  }
}
.page--company .section-company.client .content .c-list,
.page--client-en .section-company.client .content .c-list {
  font-size: 1.3rem;
}
.page--company .section-company.client .content .c-list.grid,
.page--client-en .section-company.client .content .c-list.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -8px -5px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .content .c-list.grid,
.page--client-en .section-company.client .content .c-list.grid {
    margin: 0 0 -5px;
  }
}
.page--company .section-company.client .content .c-list.grid > *,
.page--client-en .section-company.client .content .c-list.grid > * {
  margin: 0 8px 5px;
  width: calc(33% - 16px);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page--company .section-company.client .content .c-list.grid > *,
.page--client-en .section-company.client .content .c-list.grid > * {
    margin: 0 0 5px;
    width: 50%;
  }
}
.page--company .section-mv,
.page--base-en .section-mv {
  padding: 118px 0 139px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv,
  .page--base-en .section-mv {
    position: relative;
    z-index: 0;
    padding: 95px 0 99px;
  }
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv::before,
  .page--base-en .section-mv::before{
    content: "";
    display: block;
    width: 100%;
    height: 46%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.page--company .section-mv .content__inner,
.page--company-en .section-mv .content__inner,
.page--message-en .section-mv .content__inner,
.page--company-profile-en .section-mv .content__inner,
.page--base-en .section-mv .content__inner{
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv .content__inner,
  .page--company-en .section-mv .content__inner,
  .page--company-profile-en .section-mv .content__inner
  {
    padding-top: 37px;
  }
}
.page--company .section-mv .content__inner .c-title--side,
.page--company-en .section-mv .content__inner .c-title--side {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv .content__inner .c-title--side,
  .page--company-en .section-mv .content__inner .c-title--side {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .page--company .section-mv .company-list,
  .page--company-en .section-mv .company-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: -28px -12px;
    padding-right: 41px;
  }
}
.page--company .section-mv .company-list__item,
.page--company-en .section-mv .company-list__item {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page--company .section-mv .company-list__item,
  .page--company-en .section-mv .company-list__item {
    margin: 28px 12px;
    width: calc(50% - 24px);
    padding-right: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv .company-list__item,
  .page--company-en .section-mv .company-list__item {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv .company-list__item:not(:last-of-type),
  .page--company-en .section-mv .company-list__item:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
.page--company .section-mv .company-list__item h3,
.page--company-en .section-mv .company-list__item h3 {
  display: block;
  border: 1px solid #0074BE;
  color: #0074BE;
  background-color: #fff;
  font-weight: bold;
  padding: 21px 20px;
  font-size: 1.6rem;
}
.page--company .section-mv .company-list__item .btn, .page--company .section-mv .company-list__item .btn--arw, .page--company .section-mv .company-list__item .btn--arw--blue, .page--company .section-mv .company-list__item .btn--arw--white,
.page--company-en .section-mv .company-list__item .btn, .page--company-en .section-mv .company-list__item .btn--arw, .page--company-en .section-mv .company-list__item .btn--arw--blue, .page--company-en .section-mv .company-list__item .btn--arw--white {
  position: absolute;
  bottom: 5px;
  right: 0;
  transform: translateY(50%);
}
@media only screen and (max-width: 768px) {
  .page--company .section-mv .company-list__item .btn, .page--company .section-mv .company-list__item .btn--arw, .page--company .section-mv .company-list__item .btn--arw--blue, .page--company .section-mv .company-list__item .btn--arw--white,
  .page--company-en .section-mv .company-list__item .btn, .page--company-en .section-mv .company-list__item .btn--arw, .page--company-en .section-mv .company-list__item .btn--arw--blue, .page--company-en .section-mv .company-list__item .btn--arw--white {
    width: 200px;
    max-width: 200px;
  }
}

.page--document .section-mv .line {
  margin-bottom: 0 !important;
}
.page--document .section-document {
  padding-bottom: 109px;
}

.page--brochure .section-document--brochure {
  padding-bottom: 150px;
}

@media only screen and (min-width: 769px) {
  .page--document .section-document {
    margin-top: -23px;
  }
}
@media only screen and (max-width: 768px) {
  .page--document .section-document {
    padding-bottom: 82px;
  }

  .page--brochure .section-document--brochure {
    padding-bottom: 100px;
  }  
}
.page--document .section-document .c-title--side {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .page--document .section-document .c-title--side {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .page--document .section-document .c-title--bottom {
    margin-bottom: 12px;
    margin-top: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .page--document .section-document .c-title--bottom:first-of-type {
    margin-top: 21px;
  }
}
.page--document .section-document .tab-area {
  justify-content: center;
}
.page--document .section-document .tab-area label {
  flex: inherit;
  width: 200px;
  width: 20%;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page--document .section-document .tab-area label {
    width: 33.3333333333%;
  }
}
.page--document .section-document .tab-area label span {
  padding: 10px 2px 9px;
}
@media only screen and (max-width: 768px) {
  .page--document .section-document .tab-area label span {
    font-size: 1.2rem;
    height: 45px;
    padding: 5px 2px 0px;
  }
}
.page--document .section-document .tab-area .space {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page--document .section-document .tab-area .space {
    display: block;
  }
}
.page--document .section-document .tab-wrap:first-of-type {
  opacity: 1;
  visibility: inherit;
  position: static;
}

.page--recruit .section-mv {
  padding: 118px 0 139px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-mv {
    position: relative;
    z-index: 0;
    padding: 95px 0 99px;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 46%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.page--recruit .section-mv .content__inner {
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-mv .content__inner {
    padding-top: 37px;
  }
}
.page--recruit .section-mv .content__inner .c-title--side {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-mv .content__inner .c-title--side {
    margin-bottom: 35px;
  }
}
.page--recruit .section-mv + .section-recruit {
  background-color: #F5F5F5;
  margin-top: -137px;
}
.page--recruit .section-mv + .section-requirements {
  margin-top: -144px;
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-mv + .section-requirements {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-mv + .section-requirements {
    margin-top: -97px;
  }
}
.page--recruit .section-recruit {
  padding: 95px 0 91px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit {
    padding: 56px 0 55px;
  }
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-recruit .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--recruit .section-recruit .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--recruit .section-recruit .content__inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .content__inner {
    padding-bottom: 24px;
  }
}
.page--recruit .section-recruit .c-title--side {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .c-title--side {
    letter-spacing: 0.15em;
    margin-bottom: 38px;
  }
}
.page--recruit .section-recruit .entry {
  letter-spacing: 0.05em;
}
.page--recruit .section-recruit .entry h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .entry h2 {
    margin-bottom: 34px;
  }
}
.page--recruit .section-recruit .entry h3 {
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .entry h3 {
    margin-bottom: 1.7em;
  }
}
.page--recruit .section-recruit .entry h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .entry h4 {
    font-size: 1.4rem;
    margin-top: 1.5em !important;
    margin-bottom: 0em !important;
  }
}
.page--recruit .section-recruit .entry p {
  letter-spacing: 0.1em;
}
.page--recruit .section-recruit .entry ul {
  line-height: 2.3;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .entry ul {
    margin-top: 0 !important;
  }
}
.page--recruit .section-recruit .entry ul li:not(:last-of-type) {
  margin-bottom: -4px;
}
.page--recruit .section-recruit .entry .btn, .page--recruit .section-recruit .entry .btn--arw, .page--recruit .section-recruit .entry .btn--arw--blue, .page--recruit .section-recruit .entry .btn--arw--white {
  margin-bottom: 0;
  margin-top: 35px;
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-recruit .entry .btn, .page--recruit .section-recruit .entry .btn--arw, .page--recruit .section-recruit .entry .btn--arw--blue, .page--recruit .section-recruit .entry .btn--arw--white {
    padding-left: 41px;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .entry .btn, .page--recruit .section-recruit .entry .btn--arw, .page--recruit .section-recruit .entry .btn--arw--blue, .page--recruit .section-recruit .entry .btn--arw--white {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-recruit .entry .grid {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 280px;
  }
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-recruit .entry .grid__txt {
    flex: 1;
    padding-right: 3.3%;
  }
}
.page--recruit .section-recruit .entry .grid__txt > * {
  margin: 16px 0;
}
.page--recruit .section-recruit .entry .grid__txt > *:first-child {
  margin-top: 0 !important;
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-recruit .entry .grid__img {
    /*width: 43.5%;
    margin-right: -42px;
    margin-top: 8px;*/
    width:100%;
    margin-bottom:24px;
  }
  .page--recruit .section-recruit .entry .grid__img img {
    width:100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-recruit .entry .grid__img {
    margin-bottom: 24px;
  }
}
.page--recruit .section-requirements {
  padding: 95px 0 119px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements {
    padding: 56px 0 82px;
  }
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-requirements .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--recruit .section-requirements .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--recruit .section-requirements .content__inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements .content__inner {
    padding-bottom: 24px;
  }
}
.page--recruit .section-requirements .c-title--side {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements .c-title--side {
    letter-spacing: 0.15em;
    margin-bottom: 38px;
  }
}
.page--recruit .section-requirements .entry {
  letter-spacing: 0.05em;
}
.page--recruit .section-requirements .entry h2 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements .entry h2 {
    margin-bottom: 28px;
  }
}
.page--recruit .section-requirements .entry table .bold {
  font-weight: bold !important;
}
.page--recruit .section-requirements .entry table p {
  margin: 0.6em 0 !important;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements .entry table tbody th {
    width: 110px !important;
  }
}
.page--recruit .section-requirements .entry table tbody th + td {
  padding-left: 31px !important;
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements .entry table tbody th + td {
    padding-left: 18px !important;
    padding-right: 0 !important;
  }
}
.page--recruit .section-requirements .entry table tbody td {
  font-size: 1.6rem;
}
.page--recruit .section-requirements .entry table tbody td p.bold {
  margin-top: 0.8em !important;
}
.page--recruit .section-requirements .entry table tbody td p:first-of-type {
  margin-top: 0 !important;
}
.page--recruit .section-requirements .entry .btn, .page--recruit .section-requirements .entry .btn--arw, .page--recruit .section-requirements .entry .btn--arw--blue, .page--recruit .section-requirements .entry .btn--arw--white {
  margin-top: 61px;
}
@media only screen and (min-width: 769px) {
  .page--recruit .section-requirements .entry .btn, .page--recruit .section-requirements .entry .btn--arw, .page--recruit .section-requirements .entry .btn--arw--blue, .page--recruit .section-requirements .entry .btn--arw--white {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--recruit .section-requirements .entry .btn, .page--recruit .section-requirements .entry .btn--arw, .page--recruit .section-requirements .entry .btn--arw--blue, .page--recruit .section-requirements .entry .btn--arw--white {
    margin-top: 39px;
  }
}

.page--form .section-mv,
.page--document-form-en .section-mv,
.page--contact-en .section-mv {
  padding: 118px 0 139px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-mv,
.page--document-form-en .section-mv,
.page--contact-en .section-mv {
    position: relative;
    z-index: 0;
    padding: 95px 0 99px;
  }
}
@media only screen and (max-width: 768px) {
  .page--form .section-mv::before,
.page--document-form-en .section-mv::before,
.page--contact-en .section-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 46%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.page--form .section-mv .content__inner,
.page--document-form-en .section-mv .content__inner,
.page--contact-en .section-mv .content__inner {
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-mv .content__inner,
.page--document-form-en .section-mv .content__inner,
.page--contact-en .section-mv .content__inner {
    padding-top: 37px;
  }
}
.page--form .section-mv .content__inner .c-title--side,
.page--document-form-en .section-mv .content__inner .c-title--side,
.page--contact-en .section-mv .content__inner .c-title--side {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-mv .content__inner .c-title--side,
.page--document-form-en .section-mv .content__inner .c-title--side,
.page--contact-en .section-mv .content__inner .c-title--side {
    margin-bottom: 35px;
  }
}
.page--form .section-mv + .section-form,
.page--document-form-en .section-mv + .section-form,
.page--contact-en .section-mv + .section-form {
  margin-top: -144px;
}
@media only screen and (min-width: 769px) {
  .page--form .section-mv + .section-form,
.page--document-form-en .section-mv + .section-form,
.page--contact-en .section-mv + .section-form {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--form .section-mv + .section-form,
.page--document-form-en .section-mv + .section-form,
.page--contact-en .section-mv + .section-form {
    margin-top: -97px;
  }
}
.page--form .section-form,
.page--document-form-en .section-form,
.page--document-completed-en .section-form,
.page--contact-en .section-form,
.page--completed-en .section-form {
  padding: 95px 0 96px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form,
.page--document-form-en .section-form,
.page--document-completed-en .section-form,
.page--contact-en .section-form,
.page--completed-en .section-form {
    padding: 56px 0 57px;
  }
}
@media only screen and (min-width: 769px) {
  .page--form .section-form .content,
.page--document-form-en .section-form .content,
.page--document-completed-en .section-form .content,
.page--contact-en .section-form .content,
.page--completed-en .section-form .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--form .section-form .content,
.page--document-form-en .section-form .content,
.page--document-completed-en .section-form .content,
.page--contact-en .section-form .content,
.page--completed-en .section-form .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--form .section-form .content__inner,
.page--document-form-en .section-form .content__inner,
.page--contact-en .section-form .content__inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .content__inner,
.page--document-form-en .section-form .content__inner,
.page--contact-en .section-form .content__inner {
    padding-bottom: 24px;
  }
}
.page--form .section-form .c-title--side,
.page--document-form-en .section-form .c-title--side,
.page--document-completed-en .section-form .c-title--side,
.page--contact-en .section-form .c-title--side,
.page--completed-en .section-form .c-title--side {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .c-title--side,
.page--document-form-en .section-form .c-title--side,
.page--document-completed-en .section-form .c-title--side,
.page--contact-en .section-form .c-title--side,
.page--completed-en .section-form .c-title--side {
    letter-spacing: 0.15em;
    margin-bottom: 38px;
  }
}
.page--form .section-form .entry,
.page--document-form-en .section-form .entry,
.page--document-completed-en .section-form .entry,
.page--contact-en .section-form .entry,
.page--completed-en .section-form .entry {
  letter-spacing: 0.05em;
}
.page--form .section-form .entry h2,
.page--document-form-en .section-form .entry h2,
.page--document-completed-en .section-form .entry h2,
.page--contact-en .section-form .entry h2,
.page--completed-en .section-form .entry h2 {
  margin-bottom: 0.55em;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry h2,
.page--document-form-en .section-form .entry h2,
.page--document-completed-en .section-form .entry h2,
.page--contact-en .section-form .entry h2,
.page--completed-en .section-form .entry h2 {
    margin-bottom: 0.8em;
  }
}
.page--form .section-form .entry h2 + p,
.page--document-form-en .section-form .entry h2 + p,
.page--document-completed-en .section-form .entry h2 + p,
.page--contact-en .section-form .entry h2 + p,
.page--completed-en .section-form .entry h2 + p {
  margin-top: 0;
  margin-bottom: 3.4em !important;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry h2 + p,
.page--document-form-en .section-form .entry h2 + p,
.page--document-completed-en .section-form .entry h2 + p,
.page--contact-en .section-form .entry h2 + p,
.page--completed-en .section-form .entry h2 + p {
    margin-bottom: 1.7em !important;
  }
}
.page--form .section-form .entry table tr.full,
.page--document-form-en .section-form .entry table tr.full,
.page--contact-en .section-form .entry table tr.full {
  border: none;
}
.page--form .section-form .entry table tr.full td,
.page--document-form-en .section-form .entry table tr.full td,
.page--contact-en .section-form .entry table tr.full td {
  padding: 0;
  border: none;
  min-height: 320px;
}
.page--form .section-form .entry table th,
.page--form .section-form .entry table td,
.page--document-form-en .section-form .entry table th,
.page--document-form-en .section-form .entry table td,
.page--contact-en .section-form .entry table td {
  padding: 25px 0 15px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry table th,
.page--document-form-en .section-form .entry table th,
.page--contact-en .section-form .entry table th {
    width: 118px !important;
  }
}
.page--form .section-form .entry table th::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  content: "任意";
  color: #D8DADC;
}
.page--document-form-en .section-form .entry table th::before,
.page--contact-en .section-form .entry table th::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  content: "Optional";
  color: #D8DADC;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry table th::before,
.page--document-form-en .section-form .entry table th::before,
.page--contact-en .section-form .entry table th::before {
    margin-bottom: 4px;
  }
}
.page--form .section-form .entry table th.required::before {
  content: "必須";
  color: #0074BE;
}
.page--document-form-en .section-form .entry table th.required::before,
.page--contact-en .section-form .entry table th.required::before {
  content: "Required";
  color: #0074BE;
}
.page--form .section-form .entry table td,
.page--document-form-en .section-form .entry table td,
.page--contact-en .section-form .entry table td {
  vertical-align: bottom;
}
.page--form .section-form .entry table td input[type=text],
.page--form .section-form .entry table td input[type=tel],
.page--form .section-form .entry table td input[type=email],
.page--document-form-en .section-form .entry table td input[type=text],
.page--document-form-en .section-form .entry table td input[type=tel],
.page--document-form-en .section-form .entry table td input[type=email],
.page--contact-en .section-form .entry table td input[type=text],
.page--contact-en .section-form .entry table td input[type=tel],
.page--contact-en .section-form .entry table td input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
}
.page--form .section-form .entry table td input[type=text]::-moz-placeholder, .page--form .section-form .entry table td input[type=tel]::-moz-placeholder, .page--form .section-form .entry table td input[type=email]::-moz-placeholder,
.page--document-form-en .section-form .entry table td input[type=text]::-moz-placeholder, .page--document-form-en .section-form .entry table td input[type=tel]::-moz-placeholder, .page--document-form-en .section-form .entry table td input[type=email]::-moz-placeholder,
.page--contact-en .section-form .entry table td input[type=text]::-moz-placeholder, .page--contact-en .section-form .entry table td input[type=tel]::-moz-placeholder, .page--contact-en .section-form .entry table td input[type=email]::-moz-placeholder {
  color: #D8DADC;
}
.page--form .section-form .entry table td input[type=text]::placeholder,
.page--form .section-form .entry table td input[type=tel]::placeholder,
.page--form .section-form .entry table td input[type=email]::placeholder,
.page--document-form-en .section-form .entry table td input[type=text]::placeholder,
.page--document-form-en .section-form .entry table td input[type=tel]::placeholder,
.page--document-form-en .section-form .entry table td input[type=email]::placeholder,
.page--contact-en .section-form .entry table td input[type=text]::placeholder,
.page--contact-en .section-form .entry table td input[type=tel]::placeholder,
.page--contact-en .section-form .entry table td input[type=email]::placeholder {
  color: #D8DADC;
}
.page--form .section-form .entry table td input[type=radio],
.page--document-form-en .section-form .entry table td input[type=radio],
.page--contact-en .section-form .entry table td input[type=radio] {
  display: none;
}
.page--form .section-form .entry table td input[type=checkbox],
.page--document-form-en .section-form .entry table td input[type=checkbox],
.page--contact-en .section-form .entry table td input[type=checkbox] {
  display: none;
}
.page--form .section-form .entry table td select,
.page--document-form-en .section-form .entry table td select,
.page--contact-en .section-form .entry table td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
}
.page--form .section-form .entry table td textarea,
.page--document-form-en .section-form .entry table td textarea,
.page--contact-en .section-form .entry table td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 27px 36px;
  border-left: 2px solid #B9B9B9;
  border-right: 2px solid #B9B9B9;
  border-bottom: 2px solid #B9B9B9;
  width: 100%;
  min-height: 320px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry table td textarea,
.page--document-form-en .section-form .entry table td textarea,
.page--contact-en .section-form .entry table td textarea {
    min-height: 202px;
    padding: 22px 18px;
    margin-top: -2px;
  }
}
.page--form .section-form .entry table td textarea::-moz-placeholder,
.page--document-form-en .section-form .entry table td textarea::-moz-placeholder,
.page--contact-en .section-form .entry table td textarea::-moz-placeholder {
  color: #D8DADC;
}
.page--form .section-form .entry table td textarea::placeholder,
.page--document-form-en .section-form .entry table td textarea::placeholder,
.page--contact-en .section-form .entry table td textarea::placeholder {
  color: #D8DADC;
}
.page--form .section-form .entry table td button,
.page--form .section-form .entry table td input[type=submit],
.page--document-form-en .section-form .entry table td button,
.page--document-form-en .section-form .entry table td input[type=submit],
.page--contact-en .section-form .entry table td button,
.page--contact-en .section-form .entry table td input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
.page--form .section-form .entry table td .select,
.page--document-form-en .section-form .entry table td .select,
.page--contact-en .section-form .entry table td .select {
  max-width: 340px;
  border-bottom: 2px solid #DDDDDD;
  margin-left: -38px;
  padding-left: 38px;
  margin-bottom: -1px;
  position: relative;
}
.page--form .section-form .entry table td .select::after,
.page--document-form-en .section-form .entry table td .select::after,
.page--contact-en .section-form .entry table td .select::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/arw_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  pointer-events: none;
}
.page--form .section-form .entry table td .select select,
.page--document-form-en .section-form .entry table td .select select,
.page--contact-en .section-form .entry table td .select select {
  padding: 20px 32px 20px 0;
  width: 100%;
}
.page--form .section-form .entry table td .select select option:first-of-type,
.page--document-form-en .section-form .entry table td .select select option:first-of-type,
.page--contact-en .section-form .entry table td .select select option:first-of-type {
  color: #f00;
}
.page--form .section-form .entry table td .select select:invalid,
.page--document-form-en .section-form .entry table td .select select:invalid,
.page--contact-en .section-form .entry table td .select select:invalid {
  opacity: 0.1;
}
.page--form .section-form .entry table td .select select.is-empty,
.page--document-form-en .section-form .entry table td .select select.is-empty,
.page--contact-en .section-form .entry table td .select select.is-empty {
  color: #D8DADC;
}
.page--form .section-form .entry table td .radio-area,
.page--document-form-en .section-form .entry table td .radio-area,
.page--contact-en .section-form .entry table td .radio-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.page--form .section-form .entry table td .radio-area__item .wpcf7-list-item:not(:last-of-type),
.page--document-form-en .section-form .entry table td .radio-area__item .wpcf7-list-item:not(:last-of-type),
.page--contact-en .section-form .entry table td .radio-area__item .wpcf7-list-item:not(:last-of-type) {
  margin-right: 40px;
}
.page--form .section-form .entry table td .radio-area__item input:checked + span::before,
.page--document-form-en .section-form .entry table td .radio-area__item input:checked + span::before,
.page--contact-en .section-form .entry table td .radio-area__item input:checked + span::before {
  background: radial-gradient(#004BB1 4px, #fff 4px);
}
.page--form .section-form .entry table td .radio-area__item input + span,
.page--document-form-en .section-form .entry table td .radio-area__item input + span,
.page--contact-en .section-form .entry table td .radio-area__item input + span {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.page--form .section-form .entry table td .radio-area__item input + span::before,
.page--document-form-en .section-form .entry table td .radio-area__item input + span::before,
.page--contact-en .section-form .entry table td .radio-area__item input + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #CDD6DD;
  background: #fff;
  border-radius: 50vw;
  margin-right: 9px;
}
.page--form .section-form .entry table td .check-area,
.page--document-form-en .section-form .entry table td .check-area,
.page--contact-en .section-form .entry table td .check-area {
  margin-top: 12px;
  font-weight: bold;
}
.page--form .section-form .entry table td .check-area__item .wpcf7-list-item,
.page--document-form-en .section-form .entry table td .check-area__item .wpcf7-list-item,
.page--contact-en .section-form .entry table td .check-area__item .wpcf7-list-item {
  display: block;
}
.page--form .section-form .entry table td .check-area__item .wpcf7-list-item:not(:last-of-type),
.page--document-form-en .section-form .entry table td .check-area__item .wpcf7-list-item:not(:last-of-type),
.page--contact-en .section-form .entry table td .check-area__item .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 6px;
}
.page--form .section-form .entry table td .check-area__item input:checked + span::before,
.page--document-form-en .section-form .entry table td .check-area__item input:checked + span::before,
.page--contact-en .section-form .entry table td .check-area__item input:checked + span::before {
  background: #004BB1;
}
.page--form .section-form .entry table td .check-area__item input + span,
.page--document-form-en .section-form .entry table td .check-area__item input + span,
.page--contact-en .section-form .entry table td .check-area__item input + span {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.page--form .section-form .entry table td .check-area__item input + span::before,
.page--document-form-en .section-form .entry table td .check-area__item input + span::before,
.page--contact-en .section-form .entry table td .check-area__item input + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #004BB1;
  background: #fff;
  border-radius: 4px;
  margin-right: 9px;
}
.page--form .section-form .entry table td .check-area__item input + span::after,
.page--document-form-en .section-form .entry table td .check-area__item input + span::after,
.page--contact-en .section-form .entry table td .check-area__item input + span::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 11px;
  left: 6px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry table td .check-area__item input + span::after,
.page--document-form-en .section-form .entry table td .check-area__item input + span::after,
.page--contact-en .section-form .entry table td .check-area__item input + span::after {
    border-width: 2px;
    position: absolute;
    top: 9px;
  }
}
.page--form .section-form .entry table td.file-label__grid,
.page--document-form-en .section-form .entry table td.file-label__grid,
.page--contact-en .section-form .entry table td.file-label__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 21px;
  margin-bottom: 10px;
}
.page--form .section-form .entry table td .file-label,
.page--document-form-en .section-form .entry table td .file-label,
.page--contact-en .section-form .entry table td .file-label {
  display: inline-block;
  max-width: 266px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #0074BE;
  cursor: pointer;
  padding: 5px 18px;
  letter-spacing: 0.1em;
  position: relative;
}
.page--form .section-form .entry table td .file-label::before,
.page--document-form-en .section-form .entry table td .file-label::before,
.page--contact-en .section-form .entry table td .file-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translate(0%, -50%);
}
.page--form .section-form .entry table td .file-label--text,
.page--document-form-en .section-form .entry table td .file-label--text,
.page--contact-en .section-form .entry table td .file-label--text {
  display: block;
  margin-left: 20px;
  word-break: break-all;
}
@media only screen and (min-width: 769px) {
  .page--form .section-form .entry table td .file-label--text,
.page--document-form-en .section-form .entry table td .file-label--text,
.page--contact-en .section-form .entry table td .file-label--text {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry table td .file-label--text,
.page--document-form-en .section-form .entry table td .file-label--text,
.page--contact-en .section-form .entry table td .file-label--text {
    margin: 12px 0 0;
    font-size: 1.3rem;
  }
}
.page--form .section-form .entry table td input[type=file],
.page--document-form-en .section-form .entry table td input[type=file],
.page--contact-en .section-form .entry table td input[type=file] {
  display: none;
}
.page--form .section-form .entry .btn, .page--form .section-form .entry .btn--arw, .page--form .section-form .entry .btn--arw--blue, .page--form .section-form .entry .btn--arw--white,
.page--document-form-en .section-form .entry .btn, .page--document-form-en .section-form .entry .btn--arw, .page--document-form-en .section-form .entry .btn--arw--blue, .page--document-form-en .section-form .entry .btn--arw--white,
.page--document-completed-en .section-form .entry .btn, .page--document-completed-en .section-form .entry .btn--arw, .page--document-completed-en .section-form .entry .btn--arw--blue, .page--document-completed-en .section-form .entry .btn--arw--white,
.page--contact-en .section-form .entry .btn, .page--contact-en .section-form .entry .btn--arw, .page--contact-en .section-form .entry .btn--arw--blue, .page--contact-en .section-form .entry .btn--arw--white,
.page--completed-en .section-form .entry .btn, .page--completed-en .section-form .entry .btn--arw, .page--completed-en .section-form .entry .btn--arw--blue, .page--completed-en .section-form .entry .btn--arw--white {
  text-align: center;
  margin-top: 59px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry .btn, .page--form .section-form .entry .btn--arw, .page--form .section-form .entry .btn--arw--blue, .page--form .section-form .entry .btn--arw--white,
.page--document-form-en .section-form .entry .btn, .page--document-form-en .section-form .entry .btn--arw, .page--document-form-en .section-form .entry .btn--arw--blue, .page--document-form-en .section-form .entry .btn--arw--white,
.page--document-completed-en .section-form .entry .btn, .page--document-completed-en .section-form .entry .btn--arw, .page--document-completed-en .section-form .entry .btn--arw--blue, .page--document-completed-en .section-form .entry .btn--arw--white,
.page--contact-en .section-form .entry .btn, .page--contact-en .section-form .entry .btn--arw, .page--contact-en .section-form .entry .btn--arw--blue, .page--contact-en .section-form .entry .btn--arw--white,
.page--completed-en .section-form .entry .btn, .page--completed-en .section-form .entry .btn--arw, .page--completed-en .section-form .entry .btn--arw--blue, .page--completed-en .section-form .entry .btn--arw--white {
    margin-top: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--form .section-form .entry .btn > span, .page--form .section-form .entry .btn--arw > span, .page--form .section-form .entry .btn--arw--blue > span, .page--form .section-form .entry .btn--arw--white > span,
.page--document-form-en .section-form .entry .btn > span, .page--document-form-en .section-form .entry .btn--arw > span, .page--document-form-en .section-form .entry .btn--arw--blue > span, .page--document-form-en .section-form .entry .btn--arw--white > span,
.page--document-completed-en .section-form .entry .btn > span, .page--document-completed-en .section-form .entry .btn--arw > span, .page--document-completed-en .section-form .entry .btn--arw--blue > span, .page--document-completed-en .section-form .entry .btn--arw--white > span,
.page--contact-en .section-form .entry .btn > span, .page--contact-en .section-form .entry .btn--arw > span, .page--contact-en .section-form .entry .btn--arw--blue > span, .page--contact-en .section-form .entry .btn--arw--white > span,
.page--completed-en .section-form .entry .btn > span, .page--completed-en .section-form .entry .btn--arw > span, .page--completed-en .section-form .entry .btn--arw--blue > span, .page--completed-en .section-form .entry .btn--arw--white > span {
    max-width: 266px;
  }
}
@media only screen and (min-width: 769px) {
  .page--form .section-form .entry .btn-grid,
.page--document-form-en .section-form .entry .btn-grid,
.page--document-completed-en .section-form .entry .btn-grid,
.page--contact-en .section-form .entry .btn-grid,
.page--completed-en .section-form .entry .btn-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
.page--form .section-form .entry .btn-grid .btn, .page--form .section-form .entry .btn-grid .btn--arw, .page--form .section-form .entry .btn-grid .btn--arw--blue, .page--form .section-form .entry .btn-grid .btn--arw--white,
.page--document-form-en .section-form .entry .btn-grid .btn, .page--document-form-en .section-form .entry .btn-grid .btn--arw, .page--document-form-en .section-form .entry .btn-grid .btn--arw--blue, .page--document-form-en .section-form .entry .btn-grid .btn--arw--white,
.page--document-completed-en .section-form .entry .btn-grid .btn, .page--document-completed-en .section-form .entry .btn-grid .btn--arw, .page--document-completed-en .section-form .entry .btn-grid .btn--arw--blue, .page--document-completed-en .section-form .entry .btn-grid .btn--arw--white,
.page--contact-en .section-form .entry .btn-grid .btn, .page--contact-en .section-form .entry .btn-grid .btn--arw, .page--contact-en .section-form .entry .btn-grid .btn--arw--blue, .page--contact-en .section-form .entry .btn-grid .btn--arw--white,
.page--completed-en .section-form .entry .btn-grid .btn, .page--completed-en .section-form .entry .btn-grid .btn--arw, .page--completed-en .section-form .entry .btn-grid .btn--arw--blue, .page--completed-en .section-form .entry .btn-grid .btn--arw--white {
  margin: 20px 0;
}

.page--news .section-mv {
  padding-bottom: 119px;
}
@media only screen and (max-width: 768px) {
  .page--news .section-mv {
    padding-bottom: 59px;
  }
}
@media only screen and (min-width: 769px) {
  .page--news .section-mv .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--news .section-mv .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--news .section-mv .headline__img.line {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .page--news .section-mv .headline__img.line {
    margin-bottom: 61px;
  }
}
.page--news .section-mv .c-title--side {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .page--news .section-mv .c-title--side {
    margin-bottom: 39px;
  }
}
.page--news .section-mv .btn, .page--news .section-mv .btn--arw, .page--news .section-mv .btn--arw--blue, .page--news .section-mv .btn--arw--white {
  text-align: center;
  margin-top: 60px;
  padding-right: 4.2%;
}
@media only screen and (max-width: 768px) {
  .page--news .section-mv .btn, .page--news .section-mv .btn--arw, .page--news .section-mv .btn--arw--blue, .page--news .section-mv .btn--arw--white {
    padding: 0 20px;
    margin-top: 40px;
  }
}
.page--news .section-single-news {
  padding-top: 85px;
  padding-bottom: 165px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page--news .section-single-news {
    padding-top: 54px;
  }
}
.page--news .section-single-news .headline {
  margin-bottom: 52px;
}
@media only screen and (min-width: 769px) {
  .page--news .section-single-news .headline {
    padding-left: 11%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--news .section-single-news .headline {
    padding-left: 124px;
  }
}
@media only screen and (max-width: 768px) {
  .page--news .section-single-news .headline {
    margin-bottom: 24px;
  }
}
.page--news .section-single-news .headline__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .page--news .section-single-news .headline__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
    line-height: 1.6;
  }
}
.page--news .section-single-news .headline__img {
  display: block;
  margin-right: -40px;
}
@media only screen and (min-width: 1360px) {
  .page--news .section-single-news .headline__img {
    margin-right: calc(50% - 50vw + 180px);
  }
}
@media only screen and (max-width: 768px) {
  .page--news .section-single-news .headline__img {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 769px) {
  .page--news .section-single-news .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--news .section-single-news .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--news .section-single-news .entry p {
  letter-spacing: 0;
  line-height: 1.7;
}

.page--tel .section-mv {
  padding: 118px 0 139px;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-mv {
    position: relative;
    z-index: 0;
    padding: 95px 0 99px;
  }
}
@media only screen and (max-width: 768px) {
  .page--tel .section-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 46%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.page--tel .section-mv .content__inner {
  padding-top: 96px;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-mv .content__inner {
    padding-top: 37px;
  }
}
.page--tel .section-mv .content__inner .c-title--side {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-mv .content__inner .c-title--side {
    margin-bottom: 35px;
  }
}
.page--tel .section-mv + .section-tel {
  margin-top: -144px;
}
@media only screen and (min-width: 769px) {
  .page--tel .section-mv + .section-tel {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--tel .section-mv + .section-tel {
    margin-top: -97px;
  }
}
.page--tel .section-tel {
  padding: 95px 0 96px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel {
    padding: 56px 0 57px;
  }
}
@media only screen and (min-width: 769px) {
  .page--tel .section-tel .content {
    padding-left: 11%;
    padding-right: 7.2%;
  }
}
@media only screen and (min-width: 1400px) {
  .page--tel .section-tel .content {
    padding-left: 124px;
    padding-right: 82px;
  }
}
.page--tel .section-tel .content__inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel .content__inner {
    padding-bottom: 24px;
  }
}
.page--tel .section-tel .c-title--side {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel .c-title--side {
    letter-spacing: 0.15em;
    margin-bottom: 38px;
  }
}
.page--tel .section-tel .entry {
  letter-spacing: 0.05em;
}
.page--tel .section-tel .entry h2 {
  margin-bottom: 0.55em;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel .entry h2 {
    margin-bottom: 0.8em;
  }
}
.page--tel .section-tel .entry table {
  table-layout: auto;
}
.page--tel .section-tel .entry table th {
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel .entry table th {
    padding-right: 0;
  }
}
.page--tel .section-tel .entry table td span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .page--tel .section-tel .entry table td span:first-of-type {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel .entry table td {
    padding-right: 0;
  }
}
.page--tel .section-tel .btn, .page--tel .section-tel .btn--arw, .page--tel .section-tel .btn--arw--blue, .page--tel .section-tel .btn--arw--white {
  text-align: center;
  margin-top: 60px;
}
.page--tel .section-tel .btn a, .page--tel .section-tel .btn--arw a, .page--tel .section-tel .btn--arw--blue a, .page--tel .section-tel .btn--arw--white a {
  width: 100%;
  max-width: 352px;
}
@media only screen and (max-width: 768px) {
  .page--tel .section-tel .btn a, .page--tel .section-tel .btn--arw a, .page--tel .section-tel .btn--arw--blue a, .page--tel .section-tel .btn--arw--white a {
    font-size: 1.2rem;
    max-width: 266px;
  }
}

/* Youtube */
.section-youtube{
  padding: 100px 0;
  background-image: url(../img/top/bg_youtube.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-youtube .line__title{
  color: #fff;
}
.section-youtube .line__title .en::after {
  background: #fff;
}
.youtube__wrap{
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .youtube__wrap{
    margin-top: 40px;
    flex-direction: column;
  }
}
.youtube__main{
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .youtube__main{
    width: 100%;
  }
}
.youtube__mainlist{
  height: 100%;
}
.youtube__mainitem{
  display: none;
  height: inherit;
}
@media only screen and (max-width: 1023px) {
  .youtube__mainitem{
    aspect-ratio: 3/2;
  }
}
.youtube__mainitem.active{
  display: block;
}
.youtube__mainitem iframe{
  width: 100%;
  height: inherit;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .youtube__mainitem iframe{
    height: 100%;
  }
}
.youtube__sub{
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .youtube__sub{
    width: 100%;
  }
}
.youtube__subitem{
  padding: 15px 20px;
  background-color: #084F7C;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}
.youtube__subitem:hover{
  background-color: #0074BE;
}
.youtube__subitem:not(:first-child){
  border-top: 1px solid #777;
}
.youtube__subitem.active{
  background-color: #0074BE;
}
.youtube__subitem.active::before{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #0074BE transparent transparent;
}
@media only screen and (max-width: 1023px) {
  .youtube__subitem.active::before{
    content: none;
  }
}
.youtube__thumnail{
  width: 30%;
}
.youtube__thumnail img{
  aspect-ratio: 3/2;
  object-fit: cover;
}
.youtube__text{
  width: calc(70% - 20px);
  margin-left: 20px;
  color: #fff;
}
.youtube__btn{
  margin-top: 45px;
}
.youtube__btn a{
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
.youtube__btn a:hover{
  background-color: rgb(255, 255, 255);
  color: #0074BE;
}

.img_center{
  text-align: center;
}