@charset "UTF-8";
/* Webフォント */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/* CSS初期化のスタイルを記載 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  word-break: break-all;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

main p, main li, main dt, main dd, main th, main td {
  line-height: 1.6;
}

img {
  border: 0;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* link */
a:link, a:visited, a:hover {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

/* form */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button, input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

html {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
}

body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
}

body.fixed {
  overflow: hidden;
  height: 100%;
  position: fixed;
}

.fixed-width, .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .box-history__content, .block-heading-style--01 .block-heading__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  max-width: 860px;
}

@media (min-width: 1180px) {
  .fixed-width, .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .box-history__content, .block-heading-style--01 .block-heading__inner {
    max-width: 1200px;
  }
}

@media print, screen and (max-width: 1400px) and (min-width: 751px) {
  .fixed-width, .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .box-history__content, .block-heading-style--01 .block-heading__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 1180px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 1181px) {
  .sp {
    display: none !important;
  }
}

.link-opacity-defalut, .block-list-info--01 .button-area {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.link-opacity-defalut:hover, .block-list-info--01 .button-area:hover {
  opacity: 0.7;
}

.inner-frame {
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
  width: 100%;
  max-width: 860px;
}

@media (min-width: 1180px) {
  .inner-frame {
    padding: 0 auto;
    max-width: 1200px;
  }
}

.inner-frame.type02 {
  width: 100%;
}

@media (min-width: 1180px) {
  .inner-frame.type02 {
    max-width: 1360px;
  }
}

.main-content {
  padding-bottom: 3rem;
  background-color: #edf0f2;
}

@media (min-width: 1180px) {
  .main-content {
    padding-bottom: 6rem;
  }
}

.main-content .main-content__inner {
  position: relative;
  margin: -5rem auto 0;
  padding: 0 4%;
  width: 100%;
  max-width: 860px;
  z-index: 3;
}

@media (min-width: 1180px) {
  .main-content .main-content__inner {
    margin-top: -6rem;
    padding: 0;
    max-width: 1360px;
  }
}

@media print, screen and (max-width: 1400px) and (min-width: 751px) {
  .main-content .main-content__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.main-content.type01--02 .main-content__inner {
  max-width: 1200px;
}

.main-content.type02 {
  margin-top: 0;
  padding-top: 4rem;
}

@media (min-width: 1180px) {
  .main-content.type02 {
    margin-top: 0;
    padding-top: 8rem;
  }
}

.main-content.type02 .main-content__inner {
  margin-top: 0;
}

@media (min-width: 1180px) {
  .main-content.type02 .main-content__inner {
    margin-top: 0;
  }
}

.main-content.type02--02 {
  margin-top: 0;
  padding-top: 4rem;
}

@media (min-width: 1180px) {
  .main-content.type02--02 {
    margin-top: 0;
    padding-top: 8rem;
  }
}

.main-content.type02--02 .main-content__inner {
  margin-top: 0;
}

@media (min-width: 1180px) {
  .main-content.type02--02 .main-content__inner {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
}

.main-content.type03 {
  margin-top: 0;
  padding-top: 3rem;
}

@media (min-width: 1180px) {
  .main-content.type03 {
    margin-top: 0;
    padding-top: 6rem;
  }
}

.main-content.type404 .main-content__inner {
  margin-top: -6rem;
  max-width: 1200px;
}

@media (min-width: 600px) {
  .main-content.type404 .main-content__inner {
    margin-top: -9rem;
  }
}

@media (min-width: 860px) {
  .main-content.type404 .main-content__inner {
    margin-top: -12rem;
  }
}

@media (min-width: 1180px) {
  .block-column01:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-column01 .block-column__item {
  margin-bottom: 3rem;
  padding: 3rem 7.246%;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-column01 .block-column__item {
    float: left;
    margin-bottom: 0;
    padding: 6rem 5.88%;
  }
}

@media (min-width: 1180px) {
  .block-column01 .block-column__item:first-child {
    margin-right: 2.573%;
    width: 65.808%;
  }
}

.block-column01 .block-column__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1180px) {
  .block-column01 .block-column__item:last-child {
    padding-left: 3.529%;
    padding-right: 3.529%;
    width: 31.617%;
  }
}

.box-column--01 {
  position: relative;
}

@media (min-width: 1180px) {
  .box-column--01:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .box-column--01 .box-column__item {
    float: left;
  }
}

@media (min-width: 1180px) {
  .box-column--01 .box-column__item:last-child {
    float: right;
  }
}

@media (min-width: 1180px) {
  .box-column--01.type02 .box-column__item {
    width: 54.347%;
  }
}

@media (min-width: 1180px) {
  .box-column--01.type02 .box-column__item:last-child {
    width: 43.478%;
  }
}

@media (min-width: 600px) {
  .box-column--01.type03 .box-column__item {
    float: left;
    width: 63.461%;
  }
}

@media (min-width: 600px) {
  .box-column--01.type03 .box-column__item:last-child {
    float: right;
    width: 30.739%;
  }
}

.breadcrumb {
  display: none;
}

@media (min-width: 860px) {
  .breadcrumb {
    display: block;
  }
}

@media (min-width: 1180px) {
  .breadcrumb .fixed-width, .breadcrumb .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .breadcrumb .box-history__inner, .breadcrumb .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .breadcrumb .box-history__content, .breadcrumb .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .breadcrumb .block-heading__inner {
    max-width: 1360px;
  }
}

.breadcrumb ul li {
  position: relative;
  display: inline-block;
  margin-right: 1.1rem;
  margin-bottom: 0.7rem;
  padding-left: 1.6rem;
  color: #fff;
  font-size: 1rem;
}

@media (min-width: 1180px) {
  .breadcrumb ul li {
    margin-right: 1.4rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.3rem;
  }
}

.breadcrumb ul li:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  color: #fff;
  width: 0.6rem;
  height: 0.6rem;
  background: transparent url("../img/icon-arrow-right-white.png") center center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1180px) {
  .breadcrumb ul li:before {
    top: 25%;
    margin-top: 0 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}

.breadcrumb ul li a {
  position: relative;
  color: #fff;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.breadcrumb ul li:first-child:before {
  display: none;
}

.breadcrumb ul li:last-child {
  margin-right: 0;
}

.footer-breadcrumb {
  background-color: #0a0d0f;
}

@media (min-width: 1180px) {
  .footer-breadcrumb .fixed-width, .footer-breadcrumb .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .footer-breadcrumb .box-history__inner, .footer-breadcrumb .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .footer-breadcrumb .box-history__content, .footer-breadcrumb .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .footer-breadcrumb .block-heading__inner {
    max-width: 1360px;
  }
}

.footer-breadcrumb ul {
  padding-top: 1.4rem;
  padding-bottom: 0.7rem;
}

@media (min-width: 1180px) {
  .footer-breadcrumb ul {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.footer-breadcrumb ul li {
  position: relative;
  display: inline-block;
  margin-right: 1.1rem;
  margin-bottom: 0.7rem;
  padding-left: 1.6rem;
  color: #fff;
  font-size: 1rem;
}

@media (min-width: 1180px) {
  .footer-breadcrumb ul li {
    margin-right: 1.4rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.3rem;
  }
}

.footer-breadcrumb ul li:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  color: #fff;
  margin-top: -0.25rem;
  width: 0.6rem;
  height: 0.6rem;
  background: transparent url("../img/icon-arrow-right-white.png") center center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1180px) {
  .footer-breadcrumb ul li:before {
    top: 25%;
    margin-top: 0 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}

.footer-breadcrumb ul li a {
  position: relative;
  color: #fff;
}

.footer-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.footer-breadcrumb ul li:first-child {
  padding-left: 0;
}

.footer-breadcrumb ul li:first-child:before {
  display: none;
}

.footer-breadcrumb ul li:last-child {
  margin-right: 0;
}

.page-min-nav {
  border-top: 1px solid #edf0f2;
  background-color: #fff;
}

.page-min-nav .fixed-width, .page-min-nav .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-min-nav .box-history__inner, .page-min-nav .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-min-nav .box-history__content, .page-min-nav .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-min-nav .block-heading__inner {
  max-width: 1360px;
}

.page-min-nav ul {
  padding-top: 0.75rem;
  padding-bottom: 0.2rem;
}

@media (min-width: 1180px) {
  .page-min-nav ul {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}

.page-min-nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
}

@media (min-width: 1180px) {
  .page-min-nav ul li {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}

.page-min-nav ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  width: 1px;
  height: 1em;
  background-color: #a9a9a9;
}

.page-min-nav ul li a {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

@media (min-width: 1180px) {
  .page-min-nav ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}

.page-min-nav ul li a.is-active {
  color: #007d42;
}

.page-min-nav ul li a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(34, 34, 34, 0.8);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 4rem 6.666%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #edf0f2;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .remodal {
    padding: 8rem 6.666%;
  }
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: #007d42;
}

.remodal-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  background: transparent url("../img/icon-cross-white.png") center center no-repeat;
  background-size: 100% auto;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 1200px;
}

.box-inner-frame {
  margin-bottom: 3rem;
  padding-bottom: 5px;
  overflow-x: scroll;
  overflow-y: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

@media (min-width: 1180px) {
  .box-inner-frame {
    margin-bottom: 6rem;
    overflow-x: visible;
  }
}

.box-picture--01 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1180px) {
  .box-picture--01 {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.box-picture--01 figure {
  position: relative;
  display: inline-block;
}

.box-picture--01 figure img {
  margin-bottom: 1.5rem;
}

@media (min-width: 1180px) {
  .box-picture--01 figure img {
    margin-bottom: 0;
  }
}

.box-picture--01 figure figcaption {
  font-size: 1.3rem;
  text-align: center;
}

@media (min-width: 1180px) {
  .box-picture--01 figure figcaption {
    position: absolute;
    bottom: 0;
    left: calc( 100% + 2.7rem);
    font-size: 1.5rem;
    text-align: left;
    white-space: nowrap;
  }
}

.box-picture--02 {
  text-align: center;
}

.box-note {
  padding: 1.2rem 3.26%;
  background-color: #f6f8f9;
}

@media (min-width: 1180px) {
  .box-note {
    padding: 2.4rem 3.26%;
  }
}

.box-table {
  display: table;
}

.box-table .box-table__inner {
  display: table-cell;
}

.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.icon.icon--external {
  width: 2rem;
  height: 1.8rem;
}

@media (min-width: 1180px) {
  .icon.icon--external {
    width: 2.5rem;
    height: 2.2rem;
  }
}

.icon.icon--external:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-external.png") center center no-repeat;
  background-size: 100%;
}

.icon.icon--important {
  width: 1.4rem;
  height: 1.4rem;
}

@media (min-width: 1180px) {
  .icon.icon--important {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.icon.icon--important:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-important.png") center center no-repeat;
  background-size: 100%;
}

.icon.icon--arrow-right {
  width: 1rem;
  height: 1.8rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-right {
    width: 1.3rem;
    height: 2rem;
  }
}

.icon.icon--arrow-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon_arrow_w.png") center center no-repeat;
  background-size: 100%;
}

.icon.icon--arrow-right.small {
  width: 1rem;
  height: 1.8rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-right.small {
    width: 1rem;
    height: 1.8rem;
  }
}

.icon.icon--arrow-right-green {
  width: 1rem;
  height: 1.5rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-right-green {
    width: 13px;
    height: 18px;
  }
}

.icon.icon--arrow-right-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon_arrow_l.png") no-repeat 0 0;
  background-size: contain;
}

.icon.icon--arrow-left {
  width: 1rem;
  height: 1.8rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-left {
    width: 1.3rem;
    height: 2rem;
  }
}

.icon.icon--arrow-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-arrow-left-white.png") center center no-repeat;
  background-size: 100%;
}

.icon.icon--arrow-left.small {
  width: 1rem;
  height: 1.8rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-left.small {
    width: 1rem;
    height: 1.8rem;
  }
}

.icon.icon--arrow-down {
  width: 1.8rem;
  height: 1rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-down {
    width: 1.6rem;
    height: 1rem;
  }
}

.icon.icon--arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-arrow-down02.png") center center no-repeat;
  background-size: contain;
}

.icon.icon--arrow-down-white {
  width: 1.8rem;
  height: 1rem;
}

@media (min-width: 1180px) {
  .icon.icon--arrow-down-white {
    width: 2rem;
    height: 1.2rem;
  }
}

.icon.icon--arrow-down-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-arrow-down-white.png") center center no-repeat;
  background-size: contain;
}

.icon.icon--tel {
  width: 2rem;
  height: 2.1rem;
}

@media (min-width: 1180px) {
  .icon.icon--tel {
    width: 3rem;
    height: 3.2rem;
  }
}

.icon.icon--tel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-tel.png") center center no-repeat;
  background-size: contain;
}

.icon.icon--tel02 {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 1180px) {
  .icon.icon--tel02 {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.icon.icon--tel02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-tel02.png") center center no-repeat;
  background-size: contain;
}

.icon.icon--magnify {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.icon--magnify:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/icon-magnify.png") center center no-repeat;
  background-size: contain;
}

.btn a {
  display: block;
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #007d42;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1180px) {
  .btn a {
    padding: 9px 20px;
  }
}

.btn a:hover {
  opacity: 0.8;
}

@media (min-width: 1180px) {
  .btn.btn--large a {
    padding: 2.4rem 7rem;
    border-radius: 4rem 4rem / 50% 50%;
  }
}

.btn.btn--icon-right a {
  position: relative;
  padding-right: 4rem;
}

.btn.btn--icon-right a .icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1180px) {
  .btn.btn--icon-right a .icon {
    right: 3rem;
  }
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px;
  line-height: 1.1;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border: 0;
}

.button:hover {
  text-decoration: none !important;
}

.button.button--default {
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #007d42;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1180px) {
  .button.button--default {
    padding: 1.25rem 2rem;
  }
}

.button.button--default:hover {
  opacity: 0.8;
}

.button.button--default.link {
  padding: 0;
  border-radius: 0;
  color: #007d42;
  font-size: 1.7rem;
  font-weight: 0;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button.button--default.link.special {
  background: #edf0f2;
}

.button.button--more {
  padding: 1.2rem 4rem;
  border: 1px solid #d2d5d6;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .button.button--more {
    padding: 1.7rem 7.5rem;
    font-size: 2rem;
  }
}

.button.button--more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent url("../img/icon-plus.png") center center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1180px) {
  .button.button--more:before {
    margin-top: -1rem;
    width: 2rem;
    height: 2rem;
  }
}

.button.button--more:hover {
  border-color: #007d42;
}

.button.button--color-white {
  color: #333;
  background-color: #fff;
}

.button.button--color-white:hover {
  color: #fff;
  background-color: #007d42;
}

.button.button--large {
  padding: 1.5rem 4rem;
  border-radius: 2rem 2rem / 50% 50%;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .button.button--large {
    padding: 2.4rem 7rem;
    border-radius: 4rem 4rem / 50% 50%;
    font-size: 2rem;
  }
}

.button.button--large.button--icon-right {
  padding-right: 4rem;
}

@media (min-width: 1180px) {
  .button.button--large.button--icon-right {
    padding-right: 7rem;
  }
}

.button.button--large.button--icon-left {
  padding-left: 4rem;
}

@media (min-width: 1180px) {
  .button.button--large.button--icon-left {
    padding-left: 7rem;
  }
}

.button.button--wide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1180px) {
  .button.button--wide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.button.button--icon-right {
  position: relative;
  padding-right: 4rem;
}

.button.button--icon-right .icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1180px) {
  .button.button--icon-right .icon {
    right: 3rem;
  }
}

.button.button--icon-left {
  position: relative;
  padding-left: 4rem;
}

.button.button--icon-left .icon {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -1rem;
}

@media (min-width: 1180px) {
  .button.button--icon-left .icon {
    left: 3rem;
  }
}

@media (min-width: 1180px) {
  .button.button--icon-left .icon.icon--external {
    margin-top: -0.9rem;
  }
}

@media (min-width: 1180px) {
  .button.button--icon-left.button--icon-side-small .icon {
    margin-top: -0.8rem;
  }
}

.button.button--icon-bottom {
  position: relative;
  padding-bottom: 3rem;
  border-radius: 3rem 3rem / 50% 50%;
}

@media (min-width: 1180px) {
  .button.button--icon-bottom {
    padding-bottom: 4rem;
    border-radius: 4rem 4rem / 50% 50%;
  }
}

.button.button--icon-bottom .icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -1rem;
}

@media (min-width: 1180px) {
  .button.button--icon-bottom .icon {
    bottom: 1.5rem;
  }
}

@media (min-width: 1180px) {
  .button.button--icon-bottom .icon.icon--external {
    margin-top: -0.9rem;
  }
}

.heading--lv1 {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #007d42;
  color: #007d42;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv1 {
    margin-top: 7rem;
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
    padding-left: 2.5rem;
    font-size: 2.6rem;
  }
}

.heading--lv1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  background: transparent url("../img/bd-heading.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .heading--lv1:before {
    width: 0.8rem;
  }
}

.heading--lv1--02 {
  position: relative;
  margin-bottom: 1.5rem;
  color: #007d42;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1180px) {
  .heading--lv1--02 {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}

.heading--lv2 {
  margin-top: 1.5rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #007d42;
  color: #007d42;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv2 {
    margin-top: 3rem;
    margin-bottom: 3.2rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }
}

.heading--lv2--02 {
  margin-top: 1.5rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #007d42;
  color: #007d42;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv2--02 {
    margin-top: 5rem;
    margin-bottom: 3.2rem;
    padding-bottom: 0.6rem;
    font-size: 2.6rem;
  }
}

.heading--lv2--03 {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1180px) {
  .heading--lv2--03 {
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}

.heading--lv2--03:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 2px;
  background-color: #007d42;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading--lv3 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv3 {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}

.heading--lv3--02 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv3--02 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }
}

.heading--lv3--03 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv3--03 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.heading--lv3--04 {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: #007d42;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv3--04 {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}

.heading--lv3--04.no-margin {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.heading--lv3--05 {
  position: relative;
  margin: 3rem 0 1rem;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  font-weight: normal;
}

.heading--lv3--05::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1rem;
  width: .6rem;
  height: 2rem;
  background-color: #007d42;
}

.heading--lv4 {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--lv4 {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}

.heading--slogan span {
  display: block;
}

.heading--slogan span.sub {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--slogan span.sub {
    font-size: 1.8rem;
  }
}

.heading--slogan span.main {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .heading--slogan span.main {
    font-size: 1.8rem;
  }
}

.box-heading--01 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  background: #079f46 url("../img/bg-heading02.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .box-heading--01 {
    margin-top: 6rem;
    margin-bottom: 3rem;
    padding: 2rem 4rem;
    font-size: 3.2rem;
  }
}

.table--default--01 {
  display: block;
  width: 100%;
}

@media (min-width: 1180px) {
  .table--default--01 {
    display: table;
  }
}

.table--default--01 thead {
  display: block;
}

@media (min-width: 1180px) {
  .table--default--01 thead {
    display: table-header-group;
  }
}

.table--default--01 tfoot {
  display: block;
}

@media (min-width: 1180px) {
  .table--default--01 tfoot {
    display: table-footer-group;
  }
}

.table--default--01 tbody {
  display: block;
}

@media (min-width: 1180px) {
  .table--default--01 tbody {
    display: table-row-group;
  }
}

.table--default--01 tr {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dce0e3;
}

@media (min-width: 1180px) {
  .table--default--01 tr {
    display: table-row;
  }
}

.table--default--01 th, .table--default--01 td {
  display: block;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .table--default--01 th, .table--default--01 td {
    display: table-cell;
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.table--default--01 th .link-area:last-child, .table--default--01 td .link-area:last-child {
  margin-bottom: 0;
}

.table--default--01 th .link-area .link:last-child, .table--default--01 td .link-area .link:last-child {
  margin-bottom: 0;
}

.table--default--01 th {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

@media (min-width: 1180px) {
  .table--default--01 th {
    width: 17%;
    border-bottom: 1px solid #dce0e3;
    font-weight: normal;
  }
}

.table--default--01 td {
  font-weight: normal;
}

@media (min-width: 1180px) {
  .table--default--01 td {
    width: 83%;
  }
}

.table--default--01 td .align-center {
  text-align: center;
}

@media (min-width: 1180px) {
  .table--default--01.type02 th {
    width: 25%;
  }
}

@media (min-width: 1180px) {
  .table--default--01.type02 td {
    width: 75%;
  }
}

.tag {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  background: #d2d5d6;
}

@media (min-width: 1180px) {
  .tag {
    padding: 6px 15px;
    font-size: 1.2rem;
  }
}

.tag:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 100%;
  background: transparent url("../img/bg-tag.png") left bottom no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 1180px) {
  .tag:after {
    right: -12px;
    width: 12px;
  }
}

.tag-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3rem;
  padding: 0 10px;
  height: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  background: #d2d5d6;
}

@media (min-width: 1180px) {
  .tag-list li {
    line-height: 26px;
    height: 26px;
  }
}

.tag-list li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 8px;
  border-color: transparent transparent transparent #d2d5d6;
}

@media (min-width: 1180px) {
  .tag-list li:after {
    right: -12px;
    border-width: 26px 0 0 12px;
  }
}

.tag-list li + li {
  margin-left: 9px;
}

@media (min-width: 1180px) {
  .tag-list li + li {
    margin-left: 12px;
  }
}

.tag-list li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 20px 0;
  border-color: transparent #d2d5d6 transparent transparent;
}

@media (min-width: 1180px) {
  .tag-list li + li:before {
    left: -12px;
    border-width: 0 12px 26px 0;
  }
}

.cat-list {
  margin-top: 1rem;
}

.cat-list li {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.7rem;
  min-width: 6rem;
  border-radius: 1rem 1rem / 50% 50%;
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 860px) {
  .cat-list li {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

.cat-list li.cat-area {
  color: #fff;
  background-color: #009a44;
}

.cat-list li.cat-business {
  color: #fff;
  background-color: #009a44;
}

.cat-list li.cat-facilities {
  color: #fff;
  background-color: #929292;
}

.cat-list li.cat-age {
  color: #6d6d6d;
  background-color: #edf0f2;
}

.list--default li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}

@media (min-width: 860px) {
  .list--default li {
    font-size: 1.5rem;
  }
}

.list--default li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: transparent url("../img/icon-circle-green.png") center center no-repeat;
  background-size: contain;
}

.list--default li:last-child {
  margin-bottom: 0;
}

.list-info li {
  border-bottom: 1px solid #d2d5d6;
}

@media (min-width: 1180px) {
  .list-info li .info-area {
    float: left;
    width: 34%;
  }
}

.list-info li .date {
  font-size: 1.4rem;
  color: #8d9894;
}

.list-info li .tag {
  margin-left: 1.5rem;
}

@media (min-width: 1180px) {
  .list-info li .tag {
    margin-right: 1.5rem;
  }
}

.list-info li .text {
  margin-top: 0.5rem;
  padding-right: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  max-height: 6.6rem;
  overflow-y: hidden;
}

.list-info li .text.long, .list-info li .text.long2 {
  max-height: 15rem;
}

@media (min-width: 1180px) {
  .list-info li .text {
    margin-top: 0;
    width: 66%;
  }

  .list-info li .text.long {
    width: 95%;
  }
}

.list-info li .text-area {
  margin-top: 0.5rem;
  padding-right: 3rem;
}

@media (min-width: 1180px) {
  .list-info li .text-area {
    float: right;
    width: 66%;
  }
}

.list-info li .text-area p {
  font-size: 1.4rem;
  font-weight: 500;
}

.list-info li a,
.list-info li .list__inner {
  display: block;
  padding: 1.5rem 0;
  position: relative;
}

.list-info li a:after,
.list-info li .list__inner:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .list-info li a,
  .list-info li .list__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.list-info li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  margin-top: -0.5rem;
  width: 0.7rem;
  height: 1.2rem;
  display: block;
  background: url("../img/icon_arrow_g.png") no-repeat;
  background-size: 0.7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1180px) {
  .list-info li a:before {
    margin-top: -0.8rem;
    width: 1.2rem;
    height: 1.7rem;
    background-size: 1.1rem;
  }
}

.list-info li a:hover:before {
  right: 0.6rem;
}

.list-info li a:hover .text {
  text-decoration: underline;
}

.list-info li a:hover .text-area p {
  text-decoration: underline;
}

.list-info--02 li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dce0e3;
  font-size: 1.5rem;
}

@media (min-width: 1180px) {
  .list-info--02 li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
  .list-info--02 li:after {
    content: "";
    display: block;
    clear: both;
  }
}

.list-info--02 li .office-name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
}

@media (min-width: 1180px) {
  .list-info--02 li .office-name {
    float: left;
    width: 16%;
    font-size: 1.5rem;
  }
}

.list-info--02 li .address-area {
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .list-info--02 li .address-area {
    float: left;
    width: 44%;
  }
}

.list-info--02 li .address-area .box-address {
  font-style: normal;
}

.list-info--02 li .link-map {
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .list-info--02 li .link-map {
    float: left;
    padding: 1rem 3.846%;
    width: 23%;
  }
}

.list-info--02 li .link-map .button {
  display: block;
}

@media (min-width: 1180px) {
  .list-info--02 li .tel-area {
    float: right;
    padding: 1.8rem 1.538%;
    width: 16%;
  }
}

@media (min-width: 1180px) {
  .list-info--02.type02 li .office-name {
    width: 25%;
  }
}

@media (min-width: 1180px) {
  .list-info--02.type02 li .address-area {
    padding-left: 2%;
    padding-right: 1%;
    width: 41%;
  }
}

@media (min-width: 1180px) {
  .list-info--02.type02 li .link-map {
    padding: 2rem 1% 1rem;
    width: 16%;
  }
}

.list-info--02.type02 li .link-site {
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .list-info--02.type02 li .link-site {
    float: right;
    padding: 2rem 1% 1rem;
    width: 18%;
    white-space: nowrap;
  }
}

.list-info--02.type02 li .link-site .button {
  display: block;
}

@media (min-width: 1180px) {
  .list-info--02.type03 li .office-name {
    width: 46%;
  }
}

@media (min-width: 1180px) {
  .list-info--02.type03 li .address-area {
    padding-left: 1%;
    padding-right: 1%;
    width: 38%;
  }
}

@media (min-width: 1180px) {
  .list-info--02.type03 li .link-map {
    padding: 2rem 1% 1rem;
    width: 16%;
  }
}

.list-info--02.type03 li .link-site {
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .list-info--02.type03 li .link-site {
    float: right;
    padding: 2rem 1% 1rem;
    width: 18%;
    white-space: nowrap;
  }
}

.list-info--02.type03 li .link-site .button {
  display: block;
}

.list-info--03 > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

@media (min-width: 1180px) {
  .list-info--03 > li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
  .list-info--03 > li:after {
    content: "";
    display: block;
    clear: both;
  }
}

.list-info--03 > li > * {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #dce0e3;
}

.list-info--03 > li > *:last-child {
  border-bottom: 1px solid #dce0e3;
}

.list-info--03 > li .office-name {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 1180px) {
  .list-info--03 > li .office-name {
    font-size: 1.5rem;
  }
}

@media (min-width: 1180px) {
  .list-info--03 > li .info-area:after {
    content: "";
    display: block;
    clear: both;
  }
}

.list-info--03 > li .info-area .address-area {
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .list-info--03 > li .info-area .address-area {
    float: left;
    width: 65%;
  }
}

.list-info--03 > li .info-area .address-area .box-address {
  font-style: normal;
}

@media (min-width: 1180px) {
  .list-info--03 > li .info-area .tel-area {
    float: right;
    padding-left: 1rem;
    width: 30%;
  }
}

.list-info--03 > li .content-area ol, .list-info--03 > li .content-area ul {
  padding-left: 1em;
}

.list-info--03 > li .content-area ol li, .list-info--03 > li .content-area ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.list-info--03 > li .content-area .indent {
  padding-left: 1em;
}

.list-info--03 > li .branch-office {
  margin-top: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1180px) {
  .list-info--03 > li .branch-office {
    margin-top: 2rem;
  }
}

.list-info--03 > li .branch-office ul li > * {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #dce0e3;
}

.list-info--03 > li .branch-office ul li > *:last-child {
  border-bottom: 1px solid #dce0e3;
}

.list-info--03 > li .branch-office ul li:last-child > *:last-child {
  border-bottom: 0 none;
}

.list-info--03 > li:first-child {
  padding-top: 0;
}

.list--modal li a {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
  padding: 1.5rem 40px 1.5rem 0;
  font-size: 14px;
  border-bottom: 1px solid #d2d5d6;
}

.list--modal li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50% 50%;
  background: #007d42 url("../img/icon-modal.png") center center no-repeat;
  background-size: 30% 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list--note li {
  margin-left: 4.5em;
  text-indent: -4.5em;
}

.form--default label {
  font-size: 1.6rem;
}

@media (min-width: 1180px) {
  .form--default label {
    font-size: 1.6rem;
  }
}

.form--default input,
.form--default textarea,
.form--default select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
}

@media (min-width: 1180px) {
  .form--default input,
  .form--default textarea,
  .form--default select {
    font-size: 14px;
  }
}

.form--default input {
  padding: 1rem 1.4rem;
  border: 1px solid #d2d5d6;
}

.form--default input[type="text"].input-large {
  width: 100%;
}

.form--default input[type="tel"].input-zip-1 {
  width: 7rem;
}

.form--default input[type="tel"].input-zip-2 {
  width: 11rem;
}

.form--default textarea {
  padding: 1rem 1.4rem;
  border: 1px solid #d2d5d6;
  width: 100%;
  min-height: 19.2rem;
  resize: vertical;
}

.form--default .set-mb-xsmall {
  margin-bottom: 1rem;
}

.icon-required {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.3rem 0.3rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background-color: #ff0000;
}

@media (min-width: 1180px) {
  .icon-required {
    font-size: 1.2rem;
  }
}

/**
 * IE 対応
 * ==================== */
html:not(.ie9) .form--default .select-wrap {
  position: relative;
  display: inline-block;
}

html:not(.ie9) .form--default .select-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.3rem;
  width: 1rem;
  height: 0.6rem;
  background: transparent url("../img/icon-arrow-down.png") center center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}

html:not(.ie9) .form--default select {
  padding: 0.8rem 4rem 0.8rem 1.2rem;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  color: inherit;
  font-size: inherit;
  text-indent: 0.01px;
  vertical-align: middle;
  background: none transparent;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

html:not(.ie9) .form--default select::-ms-expand {
  display: none;
}

.text--default, [class*="block-textarea"] .block-textarea__content p, [class*="block-textarea"] .block-textarea__content ul li, [class*="block-textarea"] .block-textarea__content ol li {
  font-size: 1.4rem;
}

@media (min-width: 1180px) {
  .text--default, [class*="block-textarea"] .block-textarea__content p, [class*="block-textarea"] .block-textarea__content ul li, [class*="block-textarea"] .block-textarea__content ol li {
    font-size: 1.5rem;
  }
}

.supplement {
    margin-top: 1.0rem;
    font-size: 1.2rem;
}

.text-area {
  font-size: 1.4rem;
}

@media (min-width: 1180px) {
  .text-area {
    font-size: 1.5rem;
  }
}

.text-area p {
  font-size: 1.4rem;
}

@media (min-width: 1180px) {
  .text-area p {
    font-size: 1.5rem;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: bold;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-color-green {
  color: #007d42;
}

.valign-middle {
  vertical-align: middle;
}

/**
 * 文字間隔 letter-spacing
 * ========================== */
.text-letter-space01 {
  letter-spacing: -0.09em;
}

.text-letter-space02 {
  letter-spacing: -0.05em;
}

.box-column--02 {
  margin-top: 3.5rem;
  border: 1px solid #ddd;
}

@media (min-width: 600px) {
  .box-column--02 {
    margin-top: 7rem;
  }
  .box-column--02:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 600px) {
  .box-column--02 .box-column__item {
    float: left;
  }
}

.box-column--02 .box-column__item.info-area {
  padding: 2rem 3.846%;
}

@media (min-width: 600px) {
  .box-column--02 .box-column__item.info-area {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 1rem;
    width: 67%;
  }
}

.box-column--02 .box-column__item.info-area .heading {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 600px) {
  .box-column--02 .box-column__item.info-area .heading {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.box-column--02 .box-column__item.pic-area {
  padding: 0 3.846% 1.2rem;
}

@media (min-width: 600px) {
  .box-column--02 .box-column__item.pic-area {
    float: right;
    padding: 2rem 2rem 2rem 0;
    width: 32.211%;
  }
}

.box-column--02 .box-column__item.pic-area .pic {
  margin-bottom: 1rem;
}

.box-column--02 .box-column__item.pic-area .pic:last-child {
  margin-bottom: 0;
}

.box-column--02 .box-column__item.pic-area .pic img {
  display: block;
}

.box-column--03 {
  margin-top: 3.5rem;
  border: 1px solid #ddd;
}

@media (min-width: 600px) {
  .box-column--03 {
    margin-top: 7rem;
  }
  .box-column--03:after {
    content: "";
    display: block;
    clear: both;
  }
}

.box-column--03 .box-column__item {
  margin-top: 1rem;
}

.box-column--03 .box-column__item.info-area {
  padding: 2rem 3.846%;
}

@media (min-width: 600px) {
  .box-column--03 .box-column__item.info-area {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 75%;
  }
}

.box-column--03 .box-column__item.info-area .heading {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 600px) {
  .box-column--03 .box-column__item.info-area .heading {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.box-column--03 .box-column__item.pic-area {
  text-align: center;
  padding: 0 3.846% 1.2rem;
}

@media (min-width: 600px) {
  .box-column--03 .box-column__item.pic-area {
    padding-bottom: 4rem;
  }
}

.box-column--03 .box-column__item.pic-area .pic {
  margin-bottom: 1rem;
  vertical-align: top;
}

@media (min-width: 600px) {
  .box-column--03 .box-column__item.pic-area .pic {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.box-column--03 .box-column__item.pic-area .pic:last-child {
  margin-bottom: 0;
}

.box-column--03 .box-column__item.pic-area .pic img {
  display: block;
  margin-bottom: 1rem;
}

.box-column--03 .box-column__item.pic-area .pic .corner {
  width: 45rem;
}

@media (min-width: 600px) {
  .box-column--03 .box-column__item.pic-area .pic .corner {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1140px) {
  .box-column--03 .box-column__item.pic-area .pic .corner {
    width: 33rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.box-column--03 .box-column__item.pic-area .pic .corner1 {
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50rem;
}

@media (min-width: 1140px) {
  .box-column--03 .box-column__item.pic-area .pic .corner1 {
    width: 36rem;
    margin-bottom: 1rem;
    padding-right: 2rem;
  }
}

.box-column--03 .box-column__item.pic-area .pic .corner2 {
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 55rem;
}

@media (min-width: 1140px) {
  .box-column--03 .box-column__item.pic-area .pic .corner2 {
    width: 43rem;
    padding-left: 2rem;
    padding-bottom: 0.8rem;
  }
}

.box-column--03 .box-column__item.pic-area .pic img:last-child {
  margin-bottom: 0;
}

.box-column--03 .box-column__item:first-child {
  margin-top: 0;
}

.box-column--03 .box-column__item.pic-area.wide {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 95%;
}

.box-column--04 {
  margin-top: 3.5rem;
  border: 1px solid #ddd;
}

@media (min-width: 600px) {
  .box-column--04 {
    margin-top: 7rem;
  }
  .box-column--04:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 766px) {
  .box-column--04 .box-column__item {
    float: left;
  }
}

.box-column--04 .box-column__item.info-area {
  padding: 2% 3.846%;
}

@media (min-width: 766px) {
  .box-column--04 .box-column__item.info-area {
    padding-top: 13%;
    padding-bottom: 4rem;
    padding-right: 1rem;
    width: 45%;
  }
}

.box-column--04 .box-column__item.info-area .video-report li {
  text-align: center;
  color: #007d42;
}

@media (min-width: 1100px) {
  .box-column--04 .box-column__item.info-area .video-report li {
    font-size: 1.8rem;
  }
}

.box-column--04 .box-column__item.video-area {
  text-align: center;
  padding-bottom: 1rem;
}

@media (min-width: 766px) {
  .box-column--04 .box-column__item.video-area {
    width: 55%;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.box-column--04 .box-column__item.video-area .box-video video {
  width: 70%;
}

@media (min-width: 766px) {
  .box-column--04 .box-column__item.video-area .box-video video {
    width: 80%;
  }
}

.box-column--04 .box-column__item.video-area .video-click {
  padding-left: 15%;
  padding-right: 15%;
  text-align: right;
  color: #ff0000;
  font-size: 1.2rem;
}

@media (min-width: 520px) {
  .box-column--04 .box-column__item.video-area .video-click {
    font-size: 1.5rem;
  }
}

@media (min-width: 766px) {
  .box-column--04 .box-column__item.video-area .video-click {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 1100px) {
  .box-column--04 .box-column__item.video-area .video-click {
    font-size: 1.8rem;
  }
}

.text-link:link, .text-link:visited, .text-link:hover {
  color: #007d42;
}

.text-link:active {
  color: #007d42;
}

.text-link:hover, .text-link:active {
  text-decoration: underline;
}

.page-header {
  position: relative;
  height: 22.5rem;
  background-color: #007d42;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  background-image: url("../img/sp/bg-page-header.jpg");
}

@media (min-width: 860px) {
  .page-header {
    background-image: url("../img/bg-page-header-l.jpg");
    height: 35rem;
  }
}

.page-header .fixed-width, .page-header .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header .box-history__inner, .page-header .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header .box-history__content, .page-header .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header .block-heading__inner {
  padding-top: 1.4rem;
}

.page-header .page-title {
  margin-bottom: 1.6rem;
  padding-top: 3.1rem;
}

@media (min-width: 860px) {
  .page-header .page-title {
    padding-top: 7.6rem;
  }
}

.page-header .page-title b,
.page-header .page-title span {
  display: block;
  color: #fff;
  text-shadow: 0 0 5px #333, 0 0 10px #333;
}

.page-header .page-title .main-text {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 860px) {
  .page-header .page-title .main-text {
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }
}

.page-header .page-title .sub-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.09em;
}

@media (min-width: 860px) {
  .page-header .page-title .sub-text {
    font-size: 1.5rem;
  }
}

.page-header .copy {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-shadow: 0 0 5px #333, 0 0 10px #333;
}

.page-header.type01--01 .page-header__content {
  padding-top: 3.1rem;
}

@media (min-width: 860px) {
  .page-header.type01--01 .page-header__content {
    padding-top: 7.6rem;
  }
  .page-header.type01--01 .page-header__content:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 860px) {
  .page-header.type01--01 .page-header__content .fixed-width, .page-header.type01--01 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type01--01 .page-header__content .box-history__inner, .page-header.type01--01 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type01--01 .page-header__content .box-history__content, .page-header.type01--01 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type01--01 .page-header__content .block-heading__inner {
    padding-left: 4.927%;
    padding-right: 4.927%;
  }
  .page-header.type01--01 .page-header__content .fixed-width:after, .page-header.type01--01 .page-header__content .block-history .block-history__content .box-history .box-history__inner:after, .block-history .block-history__content .box-history .page-header.type01--01 .page-header__content .box-history__inner:after, .page-header.type01--01 .page-header__content .block-history .block-history__content .box-history .box-history__content:after, .block-history .block-history__content .box-history .page-header.type01--01 .page-header__content .box-history__content:after, .page-header.type01--01 .page-header__content .block-heading-style--01 .block-heading__inner:after, .block-heading-style--01 .page-header.type01--01 .page-header__content .block-heading__inner:after {
    content: "";
    display: block;
    clear: both;
  }
}

.page-header.type01--01 .page-header__content .page-title {
  padding-top: 0;
}

@media (min-width: 860px) {
  .page-header.type01--01 .page-header__content .page-title {
    float: left;
    padding-top: 0;
  }
}

.page-header.type01--01 .page-header__content .copy-area {
  position: relative;
  color: #fff;
}

@media (min-width: 860px) {
  .page-header.type01--01 .page-header__content .copy-area {
    float: left;
    margin-left: 13rem;
    padding-top: 1rem;
  }
}

@media (min-width: 860px) {
  .page-header.type01--01 .page-header__content .copy-area:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6.6rem;
    margin-top: -5rem;
    width: 1px;
    height: 12rem;
    background-color: #46e58c;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@media (min-width: 860px) {
  .page-header.type01--01 .page-header__content .copy-area p {
    font-size: 1.9rem;
  }
}

.page-header.type01--02 {
  height: 22.5rem;
}

@media (min-width: 860px) {
  .page-header.type01--02 {
    height: 32rem;
  }
}

.page-header.type01--02 .page-header__content {
  display: table;
  width: 100%;
  height: 17.5rem;
}

@media (min-width: 860px) {
  .page-header.type01--02 .page-header__content {
    display: block;
    padding-top: 6rem;
    width: auto;
  }
}

.page-header.type01--02 .page-header__content .fixed-width, .page-header.type01--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type01--02 .page-header__content .box-history__inner, .page-header.type01--02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type01--02 .page-header__content .box-history__content, .page-header.type01--02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type01--02 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type01--02 .page-header__content .fixed-width, .page-header.type01--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type01--02 .page-header__content .box-history__inner, .page-header.type01--02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type01--02 .page-header__content .box-history__content, .page-header.type01--02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type01--02 .page-header__content .block-heading__inner {
    display: block;
  }
  .page-header.type01--02 .page-header__content .fixed-width:after, .page-header.type01--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner:after, .block-history .block-history__content .box-history .page-header.type01--02 .page-header__content .box-history__inner:after, .page-header.type01--02 .page-header__content .block-history .block-history__content .box-history .box-history__content:after, .block-history .block-history__content .box-history .page-header.type01--02 .page-header__content .box-history__content:after, .page-header.type01--02 .page-header__content .block-heading-style--01 .block-heading__inner:after, .block-heading-style--01 .page-header.type01--02 .page-header__content .block-heading__inner:after {
    content: "";
    display: block;
    clear: both;
  }
}

.page-header.type01--02 .page-header__content .page-title {
  padding-top: 0;
}

@media (min-width: 860px) {
  .page-header.type01--02 .page-header__content .page-title {
    float: left;
    padding-top: 0;
  }
}

.page-header.type01--02 .page-header__content .page-title .main-text {
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type01--02 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type01--02 .page-header__content .copy-area {
  position: relative;
  color: #fff;
}

@media (min-width: 860px) {
  .page-header.type01--02 .page-header__content .copy-area {
    float: left;
    margin-left: 5rem;
  }
}

@media (min-width: 860px) {
  .page-header.type01--02 .page-header__content .copy-area p {
    font-size: 1.7rem;
  }
}

.page-header.type01--03 {
  height: 22.5rem;
}

@media (min-width: 860px) {
  .page-header.type01--03 {
    height: 32rem;
  }
}

.page-header.type01--03 .page-header__content {
  display: table;
  width: 100%;
  height: 22.5rem;
}

@media (min-width: 860px) {
  .page-header.type01--03 .page-header__content {
    display: block;
    padding-top: 9rem;
    width: auto;
  }
}

.page-header.type01--03 .page-header__content .fixed-width, .page-header.type01--03 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type01--03 .page-header__content .box-history__inner, .page-header.type01--03 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type01--03 .page-header__content .box-history__content, .page-header.type01--03 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type01--03 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type01--03 .page-header__content .fixed-width, .page-header.type01--03 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type01--03 .page-header__content .box-history__inner, .page-header.type01--03 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type01--03 .page-header__content .box-history__content, .page-header.type01--03 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type01--03 .page-header__content .block-heading__inner {
    display: block;
  }
  .page-header.type01--03 .page-header__content .fixed-width:after, .page-header.type01--03 .page-header__content .block-history .block-history__content .box-history .box-history__inner:after, .block-history .block-history__content .box-history .page-header.type01--03 .page-header__content .box-history__inner:after, .page-header.type01--03 .page-header__content .block-history .block-history__content .box-history .box-history__content:after, .block-history .block-history__content .box-history .page-header.type01--03 .page-header__content .box-history__content:after, .page-header.type01--03 .page-header__content .block-heading-style--01 .block-heading__inner:after, .block-heading-style--01 .page-header.type01--03 .page-header__content .block-heading__inner:after {
    content: "";
    display: block;
    clear: both;
  }
}

.page-header.type01--03 .page-header__content .page-title {
  padding-top: 0;
}

@media (min-width: 860px) {
  .page-header.type01--03 .page-header__content .page-title {
    float: left;
    padding-top: 0;
  }
}

.page-header.type01--03 .page-header__content .page-title .main-text {
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type01--03 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type01--03 .page-header__content .copy-area {
  position: relative;
  color: #fff;
}

@media (min-width: 860px) {
  .page-header.type01--03 .page-header__content .copy-area {
    float: left;
    margin-left: 5rem;
  }
}

@media (min-width: 860px) {
  .page-header.type01--03 .page-header__content .copy-area p {
    font-size: 1.7rem;
  }
}

.page-header.type02 {
  height: 17.5rem;
}

@media (min-width: 860px) {
  .page-header.type02 {
    height: 26rem;
  }
}

.page-header.type02 .page-header__content {
  display: table;
  width: 100%;
  height: 17.5rem;
}

@media (min-width: 860px) {
  .page-header.type02 .page-header__content {
    display: block;
    height: auto;
  }
}

.page-header.type02 .page-header__content .fixed-width, .page-header.type02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type02 .page-header__content .box-history__inner, .page-header.type02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type02 .page-header__content .box-history__content, .page-header.type02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type02 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type02 .page-header__content .fixed-width, .page-header.type02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type02 .page-header__content .box-history__inner, .page-header.type02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type02 .page-header__content .box-history__content, .page-header.type02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type02 .page-header__content .block-heading__inner {
    display: block;
  }
}

.page-header.type02 .page-header__content .page-title {
  margin: 0;
  padding: 0;
}

@media (min-width: 860px) {
  .page-header.type02 .page-header__content .page-title {
    padding-top: 5rem;
  }
}

.page-header.type02 .page-header__content .page-title .main-text {
  margin-bottom: 0;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type02 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type02 .page-header__content .page-title .sub-text {
  margin-top: 1rem;
}

.page-header.type03 {
  height: 17.5rem;
}

@media (min-width: 860px) {
  .page-header.type03 {
    height: 32rem;
  }
}

.page-header.type03 .page-header__content {
  display: table;
  width: 100%;
  height: 12.5rem;
}

@media (min-width: 860px) {
  .page-header.type03 .page-header__content {
    display: block;
    height: auto;
  }
}

.page-header.type03 .page-header__content .fixed-width, .page-header.type03 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type03 .page-header__content .box-history__inner, .page-header.type03 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type03 .page-header__content .box-history__content, .page-header.type03 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type03 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type03 .page-header__content .fixed-width, .page-header.type03 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type03 .page-header__content .box-history__inner, .page-header.type03 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type03 .page-header__content .box-history__content, .page-header.type03 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type03 .page-header__content .block-heading__inner {
    display: block;
  }
}

.page-header.type03 .page-header__content .page-title {
  margin: 0;
  padding: 0;
}

@media (min-width: 860px) {
  .page-header.type03 .page-header__content .page-title {
    padding-top: 6rem;
  }
}

.page-header.type03 .page-header__content .page-title .main-text {
  margin-bottom: 0;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type03 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type03 .page-header__content .page-title .sub-text {
  margin-top: 1rem;
}

.page-header.type03--02 {
  height: 22.5rem;
}

@media (min-width: 860px) {
  .page-header.type03--02 {
    height: 32rem;
  }
}

.page-header.type03--02 .page-header__content {
  display: table;
  width: 100%;
  height: 17.5rem;
}

@media (min-width: 860px) {
  .page-header.type03--02 .page-header__content {
    display: block;
    height: auto;
  }
}

.page-header.type03--02 .page-header__content .fixed-width, .page-header.type03--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type03--02 .page-header__content .box-history__inner, .page-header.type03--02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type03--02 .page-header__content .box-history__content, .page-header.type03--02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type03--02 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type03--02 .page-header__content .fixed-width, .page-header.type03--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type03--02 .page-header__content .box-history__inner, .page-header.type03--02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type03--02 .page-header__content .box-history__content, .page-header.type03--02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type03--02 .page-header__content .block-heading__inner {
    display: block;
  }
}

.page-header.type03--02 .page-header__content .page-title {
  margin-bottom: 1rem;
  padding: 0;
}

@media (min-width: 860px) {
  .page-header.type03--02 .page-header__content .page-title {
    margin-bottom: 2rem;
    padding-top: 6rem;
  }
}

.page-header.type03--02 .page-header__content .page-title .main-text {
  margin-bottom: 0;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type03--02 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type03--02 .page-header__content .page-title .sub-text {
  margin-top: 1rem;
}

.page-header.type04 {
  height: 22.5rem;
}

@media (min-width: 860px) {
  .page-header.type04 {
    height: 26rem;
  }
}

.page-header.type04 .page-header__content {
  display: table;
  width: 100%;
  height: 22.5rem;
}

@media (min-width: 860px) {
  .page-header.type04 .page-header__content {
    display: block;
  }
}

.page-header.type04 .page-header__content .fixed-width, .page-header.type04 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type04 .page-header__content .box-history__inner, .page-header.type04 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type04 .page-header__content .box-history__content, .page-header.type04 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type04 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type04 .page-header__content .fixed-width, .page-header.type04 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type04 .page-header__content .box-history__inner, .page-header.type04 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type04 .page-header__content .box-history__content, .page-header.type04 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type04 .page-header__content .block-heading__inner {
    display: block;
    height: auto;
  }
}

.page-header.type04 .page-header__content .page-title {
  padding: 0;
}

@media (min-width: 860px) {
  .page-header.type04 .page-header__content .page-title {
    padding-top: 5rem;
  }
}

.page-header.type04 .page-header__content .page-title .main-text {
  margin-bottom: 0;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type04 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type04 .page-header__content .copy-area p {
  line-height: 1.7;
}

.page-header.type05 {
  height: 30rem;
}

@media (min-width: 860px) {
  .page-header.type05 {
    height: 50rem;
  }
}

.page-header.type05 .page-header__content {
  display: table;
  width: 100%;
  height: 18rem;
}

@media (min-width: 860px) {
  .page-header.type05 .page-header__content {
    display: block;
    height: auto;
  }
}

.page-header.type05 .page-header__content .fixed-width, .page-header.type05 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type05 .page-header__content .box-history__inner, .page-header.type05 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type05 .page-header__content .box-history__content, .page-header.type05 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type05 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type05 .page-header__content .fixed-width, .page-header.type05 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type05 .page-header__content .box-history__inner, .page-header.type05 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type05 .page-header__content .box-history__content, .page-header.type05 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type05 .page-header__content .block-heading__inner {
    display: block;
  }
}

.page-header.type05 .page-header__content .page-title {
  margin: 0;
  padding: 0;
}

@media (min-width: 1180px) {
  .page-header.type05 .page-header__content .page-title {
    padding-top: 9rem;
  }
}

.page-header.type05 .page-header__content .page-title .main-text {
  margin-bottom: 0;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type05 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type05 .page-header__content .page-title .sub-text {
  margin-top: 1rem;
}

.page-header.type05--02 {
  height: 18rem;
}

@media (min-width: 860px) {
  .page-header.type05--02 {
    height: 37rem;
  }
}

.page-header.type05--02 .page-header__content {
  display: table;
  width: 100%;
  height: 18rem;
}

@media (min-width: 860px) {
  .page-header.type05--02 .page-header__content {
    display: block;
    height: auto;
  }
}

.page-header.type05--02 .page-header__content .fixed-width, .page-header.type05--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type05--02 .page-header__content .box-history__inner, .page-header.type05--02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type05--02 .page-header__content .box-history__content, .page-header.type05--02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type05--02 .page-header__content .block-heading__inner {
  display: table-cell;
  padding-bottom: 1.4rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .page-header.type05--02 .page-header__content .fixed-width, .page-header.type05--02 .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-header.type05--02 .page-header__content .box-history__inner, .page-header.type05--02 .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-header.type05--02 .page-header__content .box-history__content, .page-header.type05--02 .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-header.type05--02 .page-header__content .block-heading__inner {
    display: block;
  }
}

.page-header.type05--02 .page-header__content .page-title {
  margin: 0;
  padding: 0;
}

@media (min-width: 1180px) {
  .page-header.type05--02 .page-header__content .page-title {
    padding-top: 9rem;
  }
}

.page-header.type05--02 .page-header__content .page-title .main-text {
  margin-bottom: 0;
  font-size: 2.4rem;
}

@media (min-width: 860px) {
  .page-header.type05--02 .page-header__content .page-title .main-text {
    font-size: 4rem;
  }
}

.page-header.type05--02 .page-header__content .page-title .sub-text {
  margin-top: 1rem;
}

.page-header.type404 {
  height: 12rem;
}

@media (min-width: 600px) {
  .page-header.type404 {
    height: 18rem;
  }
}

@media (min-width: 860px) {
  .page-header.type404 {
    height: 24rem;
  }
}

.block-links-pic-common--01 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #edf0f2;
}

@media (min-width: 1180px) {
  .block-links-pic-common--01 {
    padding-bottom: 1.5rem;
  }
}

.block-links-pic-common--01 .fixed-width, .block-links-pic-common--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-common--01 .box-history__inner, .block-links-pic-common--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-common--01 .box-history__content, .block-links-pic-common--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-common--01 .block-heading__inner {
  max-width: 102rem;
}

@media (min-width: 1180px) {
  .block-links-pic-common--01 .fixed-width, .block-links-pic-common--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-common--01 .box-history__inner, .block-links-pic-common--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-common--01 .box-history__content, .block-links-pic-common--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-common--01 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-links-pic-common--01 ul li {
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li {
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 47.058%;
  }
}

.block-links-pic-common--01 ul li a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}

.block-links-pic-common--01 ul li a:before, .block-links-pic-common--01 ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.block-links-pic-common--01 ul li a:before {
  left: 0;
}

.block-links-pic-common--01 ul li a:after {
  right: 0;
}

.block-links-pic-common--01 ul li a .link-inner:before, .block-links-pic-common--01 ul li a .link-inner:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.block-links-pic-common--01 ul li a .link-inner:before {
  top: 0;
}

.block-links-pic-common--01 ul li a .link-inner:after {
  bottom: 0;
}

.block-links-pic-common--01 ul li a .link-content:after {
  content: "";
  display: block;
  clear: both;
}

.block-links-pic-common--01 ul li a .pic {
  float: left;
  width: 39%;
}

.block-links-pic-common--01 ul li a .text-area {
  position: relative;
  float: left;
  padding-right: 8%;
  width: 61%;
  height: 8.2rem;
  text-align: center;
}

@media (max-width: 360px) {
  .block-links-pic-common--01 ul li a .text-area {
    height: 7.2rem;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li a .text-area {
    height: 7.2rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-common--01 ul li a .text-area {
    height: 11.7rem;
  }
}

.block-links-pic-common--01 ul li a .text-area .text-area__inner {
  position: absolute;
  top: 50%;
  left: 0;
  display: table;
  width: 86%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-links-pic-common--01 ul li a .text-area .text-area__inner .text-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.block-links-pic-common--01 ul li a .text-area b,
.block-links-pic-common--01 ul li a .text-area span {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-links-pic-common--01 ul li a .text-area .main-text {
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 360px) {
  .block-links-pic-common--01 ul li a .text-area .main-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li a .text-area .main-text {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-common--01 ul li a .text-area .main-text {
    font-size: 1.8rem;
  }
}

.block-links-pic-common--01 ul li a .text-area .sub-text {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  color: #999;
  font-size: 1rem;
}

.block-links-pic-common--01 ul li a .icon.icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 4.347%;
  margin-top: -0.85rem;
  width: 1.3rem;
  height: 1.7rem;
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li a .icon.icon-arrow-right {
    margin-top: -1rem;
    width: 1.4rem;
    height: 2rem;
  }
}

.block-links-pic-common--01 ul li a .icon.icon-arrow-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3rem;
  height: 1.7rem;
  background: transparent url("../img/icon_arrow_l.png") center center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li a .icon.icon-arrow-right:before {
    width: 1.4rem;
    height: 2rem;
  }
}

.block-links-pic-common--01 ul li a:hover:before, .block-links-pic-common--01 ul li a:hover:after {
  width: 0.4rem;
  opacity: 1;
}

.block-links-pic-common--01 ul li a:hover .link-inner:before, .block-links-pic-common--01 ul li a:hover .link-inner:after {
  height: 0.4rem;
  opacity: 1;
}

.block-links-pic-common--01 ul li a:hover .text-area b,
.block-links-pic-common--01 ul li a:hover .text-area span {
  color: #009a44;
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--01 ul li:last-child {
    float: right;
    margin-right: 0;
  }
}

.block-links-pic-common--02 {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background-color: #dce0e3;
}

@media (min-width: 1400px) {
  .block-links-pic-common--02 .fixed-width, .block-links-pic-common--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-common--02 .box-history__inner, .block-links-pic-common--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-common--02 .box-history__content, .block-links-pic-common--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-common--02 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-links-pic-common--02 ul:after {
  content: "";
  display: block;
  clear: both;
}

.block-links-pic-common--02 ul li {
  float: left;
  margin-right: 4.347%;
  margin-bottom: 1.5rem;
  width: 47.826%;
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li {
    margin-right: 2.2%;
    width: 23.333%;
  }
}

.block-links-pic-common--02 ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li:nth-child(2n) {
    margin-right: 2.2%;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li:last-child {
    margin-right: 0;
  }
}

.block-links-pic-common--02 ul li a {
  position: relative;
  display: block;
  color: #fff;
}

.block-links-pic-common--02 ul li a .pic {
  overflow: hidden;
}

.block-links-pic-common--02 ul li a .pic img {
  width: 100%;
}

.block-links-pic-common--02 ul li a .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44.444%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 360px) {
  .block-links-pic-common--02 ul li a .text-area {
    height: 46%;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li a .text-area {
    height: 100%;
  }
}

.block-links-pic-common--02 ul li a .text-area .text-inner {
  vertical-align: middle;
  padding: 0.5rem 7% 0.5rem;
  position: relative;
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li a .text-area .text-inner {
    padding: 5.5rem 2.8%;
  }
}

@media (min-width: 1400px) {
  .block-links-pic-common--02 ul li a .text-area .text-inner {
    padding: 6.5rem 2.8%;
  }
}

.block-links-pic-common--02 ul li a .text-area .text-inner:after {
  content: "";
  width: 1.2rem;
  height: 1.7rem;
  display: block;
  background: url(/common/img/icon_arrow_l.png) no-repeat center center;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -8px 0 0;
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li a .text-area .text-inner:after {
    display: none;
  }
}

.block-links-pic-common--02 ul li a .text-area b,
.block-links-pic-common--02 ul li a .text-area span {
  display: block;
}

.block-links-pic-common--02 ul li a .text-area .main-text {
  display: table;
  padding-right: 7%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.06em;
}

@media (max-width: 360px) {
  .block-links-pic-common--02 ul li a .text-area .main-text {
    font-size: 1.5rem;
  }
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li a .text-area .main-text {
    padding-right: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-common--02 ul li a .text-area .main-text {
    font-size: 2.4rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-common--02 ul li a .text-area .main-text.pc-text-small {
    font-size: 2rem;
  }
}

.block-links-pic-common--02 ul li a .text-area .main-text span {
  display: table-cell;
  height: 2.4em;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li a .text-area .main-text span {
    height: auto;
  }
}

.block-links-pic-common--02 ul li a .text-area .sub-text {
  margin-top: 0.5rem;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  color: #999;
  font-size: 1rem;
}

@media (min-width: 600px) {
  .block-links-pic-common--02 ul li a .text-area .sub-text {
    font-size: 1.1rem;
    text-align: center;
  }
}

.block-links-pic-common--02 ul li a:hover .text-area {
  background-color: rgba(0, 0, 0, 0.4);
}

.block-links-pic-style--01 {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01 .fixed-width, .block-links-pic-style--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01 .box-history__inner, .block-links-pic-style--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01 .box-history__content, .block-links-pic-style--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01 .block-heading__inner {
    max-width: 1360px;
  }
}

.block-links-pic-style--01 ul {
  padding-left: 4.347%;
  padding-right: 4.347%;
}

.block-links-pic-style--01 ul:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01 ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-links-pic-style--01 ul li {
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 4.761%;
  width: 47.619%;
}

.block-links-pic-style--01 ul li a {
  position: relative;
  display: block;
}

.block-links-pic-style--01 ul li a .pic {
  position: relative;
  overflow: hidden;
}

.block-links-pic-style--01 ul li a .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

.block-links-pic-style--01 ul li a .pic img {
  width: 100%;
}

.block-links-pic-style--01 ul li a .text-area {
  padding-top: 5px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01 ul li a .text-area {
    padding-top: 10px;
  }
}

.block-links-pic-style--01 ul li a .text-area .text-inner {
  position: relative;
  line-height: 1.2;
}

.block-links-pic-style--01 ul li a .text-area .text-inner:after {
  content: "";
  display: inline-block;
  right: 4.545%;
  margin-left: 5px;
  width: 5px;
  height: 8px;
  vertical-align: middle;
  background: transparent url("../img/icon_arrow_g.png") left center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01 ul li a .text-area .text-inner:after {
    margin-left: 7px;
    width: 10px;
    height: 15px;
  }
}

.block-links-pic-style--01 ul li a .text-area .text-inner .main-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: middle;
}

@media (max-width: 360px) {
  .block-links-pic-style--01 ul li a .text-area .text-inner .main-text {
    font-size: 1.3rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01 ul li a .text-area .text-inner .main-text {
    font-size: 1.8rem;
  }
}

.block-links-pic-style--01 ul li a:hover .pic:before {
  opacity: 1;
}

.block-links-pic-style--01 ul li a:hover .text-area .text-inner:after {
  margin-left: 10px;
}

.block-links-pic-style--01 ul li a:hover .text-area .text-inner .main-text {
  text-decoration: underline;
}

.block-links-pic-style--01 ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type01 ul li {
    margin-bottom: 3.5rem;
    margin-right: 2.573%;
    width: 31.617%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type01 ul li:nth-child(2n) {
    margin-right: 2.573%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type01 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.block-links-pic-style--01.type02 .fixed-width, .block-links-pic-style--01.type02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type02 .box-history__inner, .block-links-pic-style--01.type02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type02 .box-history__content, .block-links-pic-style--01.type02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type02 .block-heading__inner {
  max-width: 1200px;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type02 ul li {
    margin-bottom: 3.5rem;
    margin-right: 4%;
    width: 48%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type02 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.block-links-pic-style--01.type03 .fixed-width, .block-links-pic-style--01.type03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type03 .box-history__inner, .block-links-pic-style--01.type03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type03 .box-history__content, .block-links-pic-style--01.type03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type03 .block-heading__inner {
  max-width: 1200px;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type03 .fixed-width, .block-links-pic-style--01.type03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type03 .box-history__inner, .block-links-pic-style--01.type03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type03 .box-history__content, .block-links-pic-style--01.type03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type03 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type03 ul li {
    margin-right: 0.833%;
    width: 19.333%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type03 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

.block-links-pic-style--01.type04 {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  background: #edf0f2;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
  }
}

.block-links-pic-style--01.type04 .fixed-width, .block-links-pic-style--01.type04 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type04 .box-history__inner, .block-links-pic-style--01.type04 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type04 .box-history__content, .block-links-pic-style--01.type04 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type04 .block-heading__inner {
  max-width: 1400px;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 .fixed-width, .block-links-pic-style--01.type04 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type04 .box-history__inner, .block-links-pic-style--01.type04 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type04 .box-history__content, .block-links-pic-style--01.type04 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type04 .block-heading__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.block-links-pic-style--01.type04 .heading-area {
  margin-bottom: 2rem;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 .heading-area {
    margin-bottom: 4rem;
  }
}

.block-links-pic-style--01.type04 .heading-area .heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 600px) {
  .block-links-pic-style--01.type04 .heading-area .heading {
    font-size: 2.3rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 .heading-area .heading {
    font-size: 3rem;
  }
}

@media (min-width: 600px) {
  .block-links-pic-style--01.type04 ul li {
    margin-bottom: 1.5rem;
    margin-right: 2%;
    width: 32%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 ul li {
    margin-bottom: 0;
    margin-right: 1.47%;
    width: 15.441%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 ul li a:before {
    border-width: 0 0 5.6rem 6.2rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 ul li a:after {
    bottom: 1.2rem;
    right: 1.1rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}

@media (min-width: 600px) {
  .block-links-pic-style--01.type04 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 ul li:nth-child(3n) {
    margin-right: 1.47%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type04 ul li:nth-child(6n) {
    margin-right: 0;
  }
}

.block-links-pic-style--01.type05 {
  padding-top: 0;
}

.block-links-pic-style--01.type05 .fixed-width, .block-links-pic-style--01.type05 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type05 .box-history__inner, .block-links-pic-style--01.type05 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type05 .box-history__content, .block-links-pic-style--01.type05 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type05 .block-heading__inner {
  max-width: 1200px;
}

@media (min-width: 1400px) {
  .block-links-pic-style--01.type05 .fixed-width, .block-links-pic-style--01.type05 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01.type05 .box-history__inner, .block-links-pic-style--01.type05 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01.type05 .box-history__content, .block-links-pic-style--01.type05 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01.type05 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type05 ul li {
    margin-right: 1%;
    width: 24%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01.type05 ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.block-links-pic-style--01--02 .fixed-width, .block-links-pic-style--01--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01--02 .box-history__inner, .block-links-pic-style--01--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01--02 .box-history__content, .block-links-pic-style--01--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01--02 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 .fixed-width, .block-links-pic-style--01--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--01--02 .box-history__inner, .block-links-pic-style--01--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--01--02 .box-history__content, .block-links-pic-style--01--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--01--02 .block-heading__inner {
    max-width: 1360px;
  }
}

.block-links-pic-style--01--02 ul {
  padding-left: 4.347%;
  padding-right: 4.347%;
}

.block-links-pic-style--01--02 ul:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-links-pic-style--01--02 ul .box-link {
  margin-bottom: 2rem;
  margin-right: 4.761%;
  width: 100%;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-link {
    float: left;
    margin-bottom: 1rem;
    margin-right: 2.573%;
    width: 31.617%;
  }
}

.block-links-pic-style--01--02 ul .box-link a {
  position: relative;
  display: block;
}

.block-links-pic-style--01--02 ul .box-link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.block-links-pic-style--01--02 ul .box-link a .pic {
  position: relative;
  overflow: hidden;
}

.block-links-pic-style--01--02 ul .box-link a .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-links-pic-style--01--02 ul .box-link a .pic img {
  width: 100%;
}

.block-links-pic-style--01--02 ul .box-link a .text-area {
  padding-top: 5px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-link a .text-area {
    padding-top: 10px;
  }
}

.block-links-pic-style--01--02 ul .box-link a .text-area .text-inner {
  position: relative;
  line-height: 1;
}

.block-links-pic-style--01--02 ul .box-link a .text-area .text-inner:after {
  content: "";
  display: inline-block;
  right: 4.545%;
  margin-left: 5px;
  width: 5px;
  height: 8px;
  vertical-align: middle;
  background: transparent url("../img/icon_arrow_g.png") left center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-link a .text-area .text-inner:after {
    margin-left: 7px;
    width: 10px;
    height: 15px;
  }
}

.block-links-pic-style--01--02 ul .box-link a .text-area .text-inner .main-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: middle;
}

@media (max-width: 360px) {
  .block-links-pic-style--01--02 ul .box-link a .text-area .text-inner .main-text {
    font-size: 1.3rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-link a .text-area .text-inner .main-text {
    font-size: 1.8rem;
  }
}

.block-links-pic-style--01--02 ul .box-link a:hover .pic:before {
  opacity: 0.3;
}

.block-links-pic-style--01--02 ul .box-link a:hover .text-area .text-inner:after {
  margin-left: 10px;
}

.block-links-pic-style--01--02 ul .box-link a:hover .text-area .text-inner .main-text {
  text-decoration: underline;
}

.block-links-pic-style--01--02 ul .box-nav {
  padding: 2rem 4.3478% 1rem;
  background: transparent url("/img/company/index/sp/bg-cat-nav.jpg") left bottom no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav {
    float: left;
    padding: 2rem 10.95% 0.2rem 3.357%;
    width: 65.808%;
    background-image: url("/img/company/index/bg-cat-nav.jpg");
    background-position: center center;
  }
}

.block-links-pic-style--01--02 ul .box-nav ul {
  padding-left: 0;
  padding-right: 0;
}

.block-links-pic-style--01--02 ul .box-nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.block-links-pic-style--01--02 ul .box-nav ul li {
  float: left;
  margin-right: 4.761%;
  margin-bottom: 0.9rem;
  width: 47.619%;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav ul li {
    margin-right: 3%;
    margin-bottom: 1.6rem;
    width: 30%;
  }
}

.block-links-pic-style--01--02 ul .box-nav ul li a {
  display: block;
}

.block-links-pic-style--01--02 ul .box-nav ul li a .pic {
  position: relative;
  margin-bottom: 0.4rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav ul li a .pic {
    margin-bottom: 0.4rem;
  }
}

.block-links-pic-style--01--02 ul .box-nav ul li a .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-links-pic-style--01--02 ul .box-nav ul li a .text-area .text {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav ul li a .text-area .text {
    padding-right: 2rem;
    font-size: 1.6rem;
  }
}

.block-links-pic-style--01--02 ul .box-nav ul li a .text-area .text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  background: transparent url("../img/icon_arrow_w.png") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav ul li a .text-area .text:after {
    margin-top: -0.6rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}

.block-links-pic-style--01--02 ul .box-nav ul li a:hover .pic:before {
  opacity: 1;
}

.block-links-pic-style--01--02 ul .box-nav ul li a:hover .text-area .text {
  text-decoration: underline;
}

.block-links-pic-style--01--02 ul .box-nav ul li a:hover .text-area .text:after {
  right: -0.5rem;
}

.block-links-pic-style--01--02 ul .box-nav ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav ul li:nth-child(2n) {
    margin-right: 3%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--01--02 ul .box-nav ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 .fixed-width, .block-links-pic-style--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--02 .box-history__inner, .block-links-pic-style--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--02 .box-history__content, .block-links-pic-style--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--02 .block-heading__inner {
    max-width: 1360px;
  }
}

.block-links-pic-style--02 ul {
  padding-left: 4.347%;
  padding-right: 4.347%;
}

.block-links-pic-style--02 ul:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-links-pic-style--02 ul li {
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 4.761%;
  width: 47.619%;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li {
    margin-right: 1.666%;
    width: 23.75%;
  }
}

.block-links-pic-style--02 ul li a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

.block-links-pic-style--02 ul li a:before, .block-links-pic-style--02 ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}

.block-links-pic-style--02 ul li a:before {
  left: 0;
}

.block-links-pic-style--02 ul li a:after {
  right: 0;
}

.block-links-pic-style--02 ul li a .link-inner:before, .block-links-pic-style--02 ul li a .link-inner:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}

.block-links-pic-style--02 ul li a .link-inner:before {
  top: 0;
}

.block-links-pic-style--02 ul li a .link-inner:after {
  bottom: 0;
}

.block-links-pic-style--02 ul li a .link-content {
  overflow: hidden;
}

.block-links-pic-style--02 ul li a .link-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.6rem 4.2rem;
  border-color: transparent transparent #01622f transparent;
  opacity: 0.9;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li a .link-content:before {
    border-width: 0 0 5.7rem 6.5rem;
  }
}

.block-links-pic-style--02 ul li a .link-content:after {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  right: 0.8rem;
  display: block;
  width: 0.6rem;
  height: 0.9rem;
  background: url(/common/img/icon_arrow_w.png) no-repeat;
  background-size: 100% auto;
  z-index: 3;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li a .link-content:after {
    bottom: 1.2rem;
    right: 1.3rem;
    width: 0.9rem;
    height: 1.5rem;
  }
}

.block-links-pic-style--02 ul li a .pic img {
  width: 100%;
}

.block-links-pic-style--02 ul li a .text-area {
  padding-bottom: 1.7rem;
  min-height: 5.5rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li a .text-area {
    min-height: 11rem;
  }
}

.block-links-pic-style--02 ul li a .text-area .text-inner {
  padding: 0.8rem 1rem;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li a .text-area .text-inner {
    padding: 1.6rem 2rem;
  }
}

.block-links-pic-style--02 ul li a .text-area .main-text {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li a .text-area .main-text {
    font-size: 1.8rem;
  }
}

.block-links-pic-style--02 ul li a:hover:before, .block-links-pic-style--02 ul li a:hover:after {
  width: 0.4rem;
  opacity: 1;
}

.block-links-pic-style--02 ul li a:hover .link-inner:before, .block-links-pic-style--02 ul li a:hover .link-inner:after {
  height: 0.4rem;
  opacity: 1;
}

.block-links-pic-style--02 ul li a:hover .text-area b,
.block-links-pic-style--02 ul li a:hover .text-area span {
  color: #009a44;
}

.block-links-pic-style--02 ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li:nth-child(2n) {
    margin-right: 1.666%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--02 ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 .fixed-width, .block-links-pic-style--03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--03 .box-history__inner, .block-links-pic-style--03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--03 .box-history__content, .block-links-pic-style--03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--03 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1360px;
  }
}

.block-links-pic-style--03 ul:after {
  content: "";
  display: block;
  clear: both;
}

.block-links-pic-style--03 ul li {
  float: left;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 600px) {
  .block-links-pic-style--03 ul li {
    margin-right: 4.761%;
    width: 47.619%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li {
    margin-bottom: 3.5rem;
    margin-right: 2.647%;
    width: 31.617%;
  }
}

.block-links-pic-style--03 ul li a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

.block-links-pic-style--03 ul li a:before, .block-links-pic-style--03 ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}

.block-links-pic-style--03 ul li a:before {
  left: 0;
}

.block-links-pic-style--03 ul li a:after {
  right: 0;
}

.block-links-pic-style--03 ul li a .link-inner:before, .block-links-pic-style--03 ul li a .link-inner:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}

.block-links-pic-style--03 ul li a .link-inner:before {
  top: 0;
}

.block-links-pic-style--03 ul li a .link-inner:after {
  bottom: 0;
}

.block-links-pic-style--03 ul li a .link-content {
  overflow: hidden;
}

.block-links-pic-style--03 ul li a .link-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.6rem 4.2rem;
  border-color: transparent transparent #01622f transparent;
  opacity: 0.9;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li a .link-content:before {
    border-width: 0 0 5.7rem 6.5rem;
  }
}

.block-links-pic-style--03 ul li a .link-content:after {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  right: 0.8rem;
  display: block;
  width: 0.6rem;
  height: 0.9rem;
  background: url(/common/img/icon_arrow_w.png) no-repeat;
  background-size: 100% auto;
  z-index: 3;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li a .link-content:after {
    bottom: 1.2rem;
    right: 1.3rem;
    width: 0.9rem;
    height: 1.5rem;
  }
}

.block-links-pic-style--03 ul li a .pic img {
  width: 100%;
}

.block-links-pic-style--03 ul li a .info-area {
  padding: 1.5rem 4.651% 2.7rem;
  min-height: 5.5rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li a .info-area {
    padding: 3rem 4.651% 3.4rem;
    min-height: 11rem;
  }
}

.block-links-pic-style--03 ul li a .info-area .heading {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li a .info-area .heading {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.block-links-pic-style--03 ul li a .info-area .text-letter-space01 {
  letter-spacing: -0.09em;
}

.block-links-pic-style--03 ul li a .info-area .heading-height02 {
  min-height: 3.4em;
}

.block-links-pic-style--03 ul li a .info-area .heading-height03 {
  min-height: 5.1em;
}

.block-links-pic-style--03 ul li a:hover:before, .block-links-pic-style--03 ul li a:hover:after {
  width: 0.4rem;
  opacity: 1;
}

.block-links-pic-style--03 ul li a:hover .link-inner:before, .block-links-pic-style--03 ul li a:hover .link-inner:after {
  height: 0.4rem;
  opacity: 1;
}

.block-links-pic-style--03 ul li a:hover .text-area b,
.block-links-pic-style--03 ul li a:hover .text-area span {
  color: #009a44;
}

.block-links-pic-style--03 ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li:nth-child(2n) {
    margin-right: 1.666%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type01 ul li {
    margin-right: 2.64%;
    width: 31%;
  }
}

.block-links-pic-style--03.type01 ul li a {
  background-color: #f5f8fa;
}

.block-links-pic-style--03.type01 ul li a .info-area {
  background-color: #f5f8fa;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type01 ul li a .info-area {
    padding: 3rem 9.302% 3.4rem;
  }
}

.block-links-pic-style--03.type01 ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type01 ul li:nth-child(2n) {
    margin-right: 2.64%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type01 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type02 ul li {
    margin-right: 2.941%;
    width: 48.529%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type02 ul li a .info-area {
    padding: 3rem 6.06% 3.4rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type02 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--03.type02 ul li:nth-child(3n) {
    margin-right: 2.941%;
  }
}

.block-links-pic-style--04 {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1180px) {
  .block-links-pic-style--04 .fixed-width, .block-links-pic-style--04 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--04 .box-history__inner, .block-links-pic-style--04 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--04 .box-history__content, .block-links-pic-style--04 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--04 .block-heading__inner {
    max-width: 1360px;
  }
}

.block-links-pic-style--04 ul {
  padding-left: 4.347%;
  padding-right: 4.347%;
}

.block-links-pic-style--04 ul:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-links-pic-style--04 ul {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-links-pic-style--04 ul li {
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 4.761%;
  width: 47.619%;
}

.block-links-pic-style--04 ul li a {
  position: relative;
  display: block;
}

.block-links-pic-style--04 ul li a .pic {
  position: relative;
  overflow: hidden;
}

.block-links-pic-style--04 ul li a .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-links-pic-style--04 ul li a .pic img {
  width: 100%;
}

.block-links-pic-style--04 ul li a .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 20px 4px 10px;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 1180px) {
  .block-links-pic-style--04 ul li a .text-area {
    padding: 12px 30px 12px 28px;
  }
}

.block-links-pic-style--04 ul li a .text-area:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.545%;
  width: 5px;
  height: 8px;
  background: transparent url("../img/icon_arrow_w.png") left top no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1180px) {
  .block-links-pic-style--04 ul li a .text-area:before {
    width: 10px;
    height: 15px;
  }
}

.block-links-pic-style--04 ul li a .text-area .text-inner {
  position: relative;
  line-height: 1;
}

.block-links-pic-style--04 ul li a .text-area .text-inner .main-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: middle;
}

@media (max-width: 360px) {
  .block-links-pic-style--04 ul li a .text-area .text-inner .main-text {
    font-size: 1.3rem;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--04 ul li a .text-area .text-inner .main-text {
    font-size: 1.8rem;
  }
}

.block-links-pic-style--04 ul li a:hover .pic:before {
  opacity: 0.3;
}

.block-links-pic-style--04 ul li:nth-child(2n) {
  margin-right: 0;
}

.block-links-pic-style--04.type03 .fixed-width, .block-links-pic-style--04.type03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--04.type03 .box-history__inner, .block-links-pic-style--04.type03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--04.type03 .box-history__content, .block-links-pic-style--04.type03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--04.type03 .block-heading__inner {
  max-width: 1200px;
}

@media (min-width: 1180px) {
  .block-links-pic-style--04.type03 .fixed-width, .block-links-pic-style--04.type03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-links-pic-style--04.type03 .box-history__inner, .block-links-pic-style--04.type03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-links-pic-style--04.type03 .box-history__content, .block-links-pic-style--04.type03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-links-pic-style--04.type03 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--04.type03 ul li {
    margin-bottom: 1rem;
    margin-right: 0.833%;
    width: 19.333%;
  }
}

@media (min-width: 1180px) {
  .block-links-pic-style--04.type03 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

.page-cat-nav-pic--01 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #edf0f2;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 .fixed-width, .page-cat-nav-pic--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-cat-nav-pic--01 .box-history__inner, .page-cat-nav-pic--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-cat-nav-pic--01 .box-history__content, .page-cat-nav-pic--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .page-cat-nav-pic--01 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-cat-nav-pic--01 .page-cat-nav-pic__inner {
  padding-top: 17rem;
  padding: 46vw 4.3478% 0.1rem;
  background: #116628 url("../img/sp/bg-cat-nav-appearance.jpg") center top no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 .page-cat-nav-pic__inner {
    padding: 0 3.333% 0 39.666%;
    min-height: 39rem;
    background-image: url("../img/bg-cat-nav-appearance.jpg");
    background-position: left top;
    background-size: cover;
  }
}

.page-cat-nav-pic--01 ul {
  margin-left: auto;
  margin-right: auto;
}

.page-cat-nav-pic--01 ul:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6.2rem;
  }
}

.page-cat-nav-pic--01 ul li {
  float: left;
  margin-right: 4.761%;
  margin-bottom: 2rem;
  width: 47.619%;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul li {
    margin-right: 3%;
    margin-bottom: 5rem;
    width: 30.702%;
  }
}

.page-cat-nav-pic--01 ul li a {
  display: block;
}

.page-cat-nav-pic--01 ul li a .pic {
  position: relative;
  margin-bottom: 0.4rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-cat-nav-pic--01 ul li a .pic-double {
  margin-top: -1.6rem;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul li a .pic {
    margin-bottom: 0.8rem;
  }

  .page-cat-nav-pic--01 ul li a .pic-double {
    margin-top: -2.6rem;
  }
}

.page-cat-nav-pic--01 ul li a .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-cat-nav-pic--01 ul li a .text-area .text {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul li a .text-area .text {
    padding-right: 2rem;
    font-size: 1.6rem;
  }
}

.page-cat-nav-pic--01 ul li a .text-area .text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  background: transparent url("../img/icon_arrow_w.png") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul li a .text-area .text:after {
    margin-top: -0.6rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}

.page-cat-nav-pic--01 ul li a:hover .pic:before {
  opacity: 1;
}

.page-cat-nav-pic--01 ul li a:hover .text-area .text {
  text-decoration: underline;
}

.page-cat-nav-pic--01 ul li a:hover .text-area .text:after {
  right: -0.5rem;
}

.page-cat-nav-pic--01 ul li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul li:nth-child(2n) {
    margin-right: 3%;
  }
}

@media (min-width: 1180px) {
  .page-cat-nav-pic--01 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.block-links-simple--01 {
  background: #fff;
  margin: 2rem 1rem 2rem;
  padding: 2rem;
}

.block-links-simple--01:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 860px) {
  .block-links-simple--01 {
    width: 85rem;
    margin: 8rem auto 2rem;
    padding: 2rem 8.5rem;
  }
}

.block-links-simple--01 .title {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 599px) {
  .block-links-simple--01 .title {
    border-right: 1px solid #dce0e3;
    float: left;
    margin-bottom: 0;
    padding: 3rem 5% 3rem 5%;
    font-size: 2rem;
  }
}

@media (min-width: 600px) {
  .block-links-simple--01 .title {
    text-align: left;
  }
}

@media (min-width: 860px) {
  .block-links-simple--01 .title {
    padding: 3rem 10rem 3rem 0;
  }
}

.block-links-simple--01 .title a {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
}

.block-links-simple--01 .title a .icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-links-simple--01 .title a:hover .icon {
  right: 0.5rem;
}

.block-links-simple--01 .list-area {
  text-align: center;
}

@media (min-width: 599px) {
  .block-links-simple--01 .list-area {
    float: left;
    margin-left: 5vw;
    padding-top: 2.7rem;
  }
}

@media (min-width: 1180px) {
  .block-links-simple--01 .list-area {
    margin-left: 9rem;
  }
}

.block-links-simple--01 .list-area li {
  display: inline-block;
}

@media (min-width: 1180px) {
  .block-links-simple--01 .list-area li {
    font-size: 1.5rem;
  }
}

.block-links-simple--01 .list-area li a {
  font-size: 1.4rem;
  letter-spacing: -0.09em;
}

@media (max-width: 360px) {
  .block-links-simple--01 .list-area li a {
    font-size: 1.2rem;
  }
}

@media (min-width: 1180px) {
  .block-links-simple--01 .list-area li a {
    font-size: 1.4rem;
  }
}

.block-links-simple--01 .list-area li:first-child {
  border-right: 1px solid #dce0e3;
  margin-right: 2rem;
  padding-right: 2rem;
}

.block-links-simple--01 .list-area li.is-active a {
  color: #017739;
}

.block-links-simple--02 {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  background: #edf0f2;
}

@media (min-width: 860px) {
  .block-links-simple--02 {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}

.block-links-simple--02 .box-column {
  padding: 2rem 1rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .block-links-simple--02 .box-column {
    padding: 2rem 5rem;
  }
}

@media (min-width: 1180px) {
  .block-links-simple--02 .box-column {
    max-width: 1110px;
  }
  .block-links-simple--02 .box-column:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-links-simple--02 .box-column .box-left {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dce0e3;
}

@media (min-width: 1180px) {
  .block-links-simple--02 .box-column .box-left {
    float: left;
    margin-bottom: 0;
    width: 26.732%;
    border-bottom: 0 none;
    border-right: 1px solid #dce0e3;
  }
}

.block-links-simple--02 .box-column .box-right {
  text-align: center;
}

@media (min-width: 1180px) {
  .block-links-simple--02 .box-column .box-right {
    float: right;
    padding-top: 1.6rem;
    width: 73.267%;
  }
}

.block-links-simple--02 .title {
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}

@media (min-width: 860px) {
  .block-links-simple--02 .title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2;
  }
}

@media (min-width: 1180px) {
  .block-links-simple--02 .title {
    padding: 5rem 0 5rem 2rem;
    text-align: left;
  }
}

.block-links-simple--02 .title a {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
}

.block-links-simple--02 .list-area {
  display: inline-block;
}

.block-links-simple--02 .list-area li {
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-right: 1rem;
  border-right: 1px solid #dce0e3;
}

@media (min-width: 1180px) {
  .block-links-simple--02 .list-area li {
    margin-right: 2rem;
    padding-right: 2rem;
  }
}

.block-links-simple--02 .list-area li a {
  font-size: 1.4rem;
  letter-spacing: -0.09em;
}

@media (min-width: 1180px) {
  .block-links-simple--02 .list-area li a {
    font-size: 1.5rem;
  }
}

.block-links-simple--02 .list-area li a:hover {
  text-decoration: underline;
}

.block-links-simple--02 .list-area li a.is-active {
  color: #007d42;
}

.block-links-simple--02 .list-area li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 none;
}

.nav-links-example {
  padding: 40px 0 35px;
  background: url("/img/sp/bg_works.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .nav-links-example {
    padding: 95px 0 70px;
    background-image: url("/img/bg_works.jpg");
  }
}

@media (min-width: 1180px) {
  .nav-links-example .fixed-width, .nav-links-example .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .nav-links-example .box-history__inner, .nav-links-example .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .nav-links-example .box-history__content, .nav-links-example .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .nav-links-example .block-heading__inner {
    max-width: 1360px;
    width: 100%;
  }
}

.nav-links-example .heading-area .heading {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 1180px) {
  .nav-links-example .heading-area .heading {
    font-size: 3.4rem;
  }
}

.nav-links-example .heading-area .heading b {
  font-weight: 500;
}

.nav-links-example .heading-area .heading span {
  display: block;
  margin-top: 15px;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  opacity: 0.6;
}

@media (min-width: 1180px) {
  .nav-links-example .heading-area .heading span {
    font-size: 1.2rem;
  }
}

.nav-links-example .heading-area .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}

@media (min-width: 1180px) {
  .nav-links-example .heading-area .lead {
    margin-top: 25px;
    font-size: 1.7rem;
  }
}

.nav-links-example .slider {
  margin-top: 30px;
}

@media (min-width: 1180px) {
  .nav-links-example .slider {
    margin-top: 50px;
  }
}

.nav-links-example .slider .slider__container {
  overflow: auto;
}

.nav-links-example .slider .slider__wrapper {
  margin-bottom: 50px;
}

.nav-links-example .slide {
  background: #fff;
  margin: 0 10px;
}

@media (min-width: 1180px) {
  .nav-links-example .slide {
    margin: 0 17px;
  }
}

.nav-links-example .slide .slide__inner {
  display: table;
  width: 100%;
}

.nav-links-example .slide .pic {
  display: table-cell;
  width: 37%;
  background-position: center top;
  background-size: cover;
}

.nav-links-example .slide .box-text {
  width: 63%;
  display: table-cell;
}

.nav-links-example .slide .box-text .box-text__inner {
  width: 100%;
  height: 190px;
  padding: 20px;
  display: table;
}

@media (min-width: 1180px) {
  .nav-links-example .slide .box-text .box-text__inner {
    height: 229px;
  }
}

.nav-links-example .slide .box-text .text-area {
  display: table-cell;
  vertical-align: middle;
}

.nav-links-example .slide .box-text .text-area p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.nav-links-example .slide .box-text .text-area .tag-list {
  margin-top: 15px;
}

.nav-links-example .slide .box-text .text-area .tag-list li {
  margin-bottom: 0.4rem;
  padding: 0 5px;
  font-size: 1.0rem;
}

.nav-links-example .slick-dots {
  bottom: -35px;
}

@media (min-width: 1180px) {
  .nav-links-example .slick-dots {
    display: none;
  }
}

.nav-links-example .slick-prev {
  top: auto;
  bottom: -41px;
  left: 30%;
}

.nav-links-example .slick-next {
  top: auto;
  bottom: -41px;
  right: 30%;
}

.nav-links-example .button-area {
  margin-top: 65px;
  text-align: center;
}

@media (min-width: 1180px) {
  .nav-links-example .button-area {
    margin-top: 55px;
  }
}

.nav-links-example.type02 {
  padding-top: 0;
}

.nav-links-example.type02 .heading-bar {
  position: relative;
  top: -30px;
  margin-bottom: 20px;
  background: #fff;
  z-index: 20;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar {
    top: -60px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    height: 120px;
    line-height: 120px;
  }
}

.nav-links-example.type02 .heading-bar .link-bar {
  display: block;
  position: relative;
  padding: 20px 15px;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar {
    padding: 0;
    overflow: hidden;
  }
}

.nav-links-example.type02 .heading-bar .link-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -10px 0 0;
  width: 15px;
  height: 21px;
  background: url("../img/icon_arrow_l.png") no-repeat center center;
  background-size: 15px;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar:after {
    display: none;
  }
}

.nav-links-example.type02 .heading-bar .link-bar .heading {
  color: #333;
}

.nav-links-example.type02 .heading-bar .link-bar .heading:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .heading {
    float: left;
    line-height: 120px;
  }
}

.nav-links-example.type02 .heading-bar .link-bar .heading b {
  display: block;
  float: left;
  font-size: 2.0rem;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .heading b {
    font-size: 3.4rem;
  }
}

.nav-links-example.type02 .heading-bar .link-bar .heading span {
  display: block;
  float: left;
  position: relative;
  top: 6px;
  margin-left: 15px;
  color: #999;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.2rem;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .heading span {
    top: 2px;
  }
}

.nav-links-example.type02 .heading-bar .link-bar .heading span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  padding-right: 15px;
  width: 5px;
  height: 1px;
  background: #009a44;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .heading span:after {
    display: none;
  }
}

.nav-links-example.type02 .heading-bar .link-bar .lead {
  position: relative;
  margin-top: 10px;
  padding-right: 45px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .lead {
    float: left;
    top: 2px;
    margin-top: 0;
    margin-left: 12px;
    font-size: 1.7rem;
    line-height: 120px;
  }
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .lead:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -7px;
    width: 24px;
    height: 1px;
    padding-right: 15px;
    background: #009a44;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.nav-links-example.type02 .heading-bar .link-bar .link {
  display: none;
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .link {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #edf0f2;
  }
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .link span {
    width: 120px;
    height: 120px;
    display: block;
    text-indent: -999em;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar .link span:before {
    content: "";
    width: 17px;
    height: 24px;
    display: block;
    background: transparent url("../img/icon_arrow_l.png") center center no-repeat;
    background-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -9px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar:hover .link span {
    background: #e8e8e8;
  }
}

@media (min-width: 1180px) {
  .nav-links-example.type02 .heading-bar .link-bar:hover .link span:before {
    left: 54%;
  }
}

.nav-links-pickup {
  padding: 40px 0 35px;
  background: url("../img/bg-pickup.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .nav-links-pickup {
    padding: 95px 0 70px;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup .fixed-width, .nav-links-pickup .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .nav-links-pickup .box-history__inner, .nav-links-pickup .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .nav-links-pickup .box-history__content, .nav-links-pickup .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .nav-links-pickup .block-heading__inner {
    max-width: 1360px;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .nav-links-pickup .fixed-width, .nav-links-pickup .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .nav-links-pickup .box-history__inner, .nav-links-pickup .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .nav-links-pickup .box-history__content, .nav-links-pickup .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .nav-links-pickup .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-links-pickup .heading-area .heading {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 1180px) {
  .nav-links-pickup .heading-area .heading {
    font-size: 3.4rem;
  }
}

.nav-links-pickup .heading-area .heading b {
  font-weight: 500;
}

.nav-links-pickup .heading-area .heading span {
  display: block;
  margin-top: 15px;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.0rem;
  font-weight: 300;
  opacity: 0.6;
}

@media (min-width: 1180px) {
  .nav-links-pickup .heading-area .heading span {
    font-size: 1.2rem;
  }
}

.nav-links-pickup .heading-area .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}

@media (min-width: 1180px) {
  .nav-links-pickup .heading-area .lead {
    margin-top: 25px;
    font-size: 1.7rem;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slider__container {
    position: relative;
    top: -50px;
  }
}

.nav-links-pickup .slider .slider__wrapper {
  position: relative;
  margin-bottom: 5rem;
}

.nav-links-pickup .slider .swiper-container {
  width: 100%;
}

.nav-links-pickup .slider .pic {
  float: right;
  max-width: 540px;
  width: 75%;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .pic {
    max-width: 980px;
    width: 69%;
  }
}

.nav-links-pickup .slider .pic img {
  width: 100%;
}

.nav-links-pickup .slider .slider__content {
  width: 65%;
  padding-top: 53%;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slider__content {
    margin-left: 15px;
    padding-top: 0;
    width: 25%;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slider__content .text-content {
    min-height: 200px;
  }
}

.nav-links-pickup .slider .slider__content .number {
  position: absolute;
  margin-top: -10px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.3;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slider__content .number {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 10rem;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.nav-links-pickup .slider .slider__content .title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slider__content .title {
    font-size: 2rem;
    line-height: 1.7;
  }
}

.nav-links-pickup .slider .slider__content .button {
  margin-top: 12px;
  padding: 7px 12px;
  width: 120px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slider__content .button {
    margin-top: 20px;
    padding: 10px 12px;
    width: 140px;
  }
}

.nav-links-pickup .slider .slick-prev {
  top: auto;
  bottom: -35px;
  left: 15px;
  margin-top: 0;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slick-prev {
    top: 350px;
    bottom: auto;
    z-index: 1100;
  }
}

.nav-links-pickup .slider .slick-next {
  top: auto;
  bottom: -35px;
  left: 140px;
  right: auto;
  margin-top: 0;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slick-next {
    top: 350px;
    bottom: auto;
    left: 200px;
    right: auto;
    z-index: 1100;
  }
}

.nav-links-pickup .slider .slick-dots {
  top: auto;
  bottom: -28px;
  left: 8px;
  width: 140px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .slick-dots {
    top: 350px;
    left: 20px;
    width: 190px;
    z-index: 1000;
  }
}

.nav-links-pickup .slider .total-2 .slick-dots {
  width: 95px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-2 .slick-dots {
    width: 165px;
  }
}

.nav-links-pickup .slider .total-2 .slick-next {
  left: 86px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-2 .slick-next {
    left: 175px;
  }
}

.nav-links-pickup .slider .total-3 .slick-dots {
  width: 120px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-3 .slick-dots {
    width: 190px;
  }
}

.nav-links-pickup .slider .total-3 .slick-next {
  left: 111px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-3 .slick-next {
    left: 200px;
  }
}

.nav-links-pickup .slider .total-4 .slick-dots {
  width: 145px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-4 .slick-dots {
    width: 235px;
  }
}

.nav-links-pickup .slider .total-4 .slick-next {
  left: 135px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-4 .slick-next {
    left: 245px;
  }
}

.nav-links-pickup .slider .total-5 .slick-dots {
  width: 170px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-5 .slick-dots {
    width: 270px;
  }
}

.nav-links-pickup .slider .total-5 .slick-next {
  left: 162px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-5 .slick-next {
    left: 280px;
  }
}

.nav-links-pickup .slider .total-6 .slick-dots {
  width: 195px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-6 .slick-dots {
    width: 300px;
  }
}

.nav-links-pickup .slider .total-6 .slick-next {
  left: 188px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-6 .slick-next {
    left: 310px;
  }
}

.nav-links-pickup .slider .total-7 .slick-dots {
  width: 220px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-7 .slick-dots {
    width: 330px;
  }
}

.nav-links-pickup .slider .total-7 .slick-next {
  left: 208px;
}

@media (min-width: 1180px) {
  .nav-links-pickup .slider .total-7 .slick-next {
    left: 340px;
  }
}

.nav-links-pickup.type02 {
  padding-top: 0;
}

.nav-links-pickup.type02 .heading-bar {
  position: relative;
  top: -30px;
  margin-bottom: 20px;
  background: #fff;
  z-index: 20;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar {
    top: -60px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    height: 120px;
    line-height: 120px;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar {
  display: block;
  position: relative;
  padding: 20px 15px;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar {
    padding: 0;
    overflow: hidden;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -10px 0 0;
  width: 15px;
  height: 21px;
  background: url("../img/icon_arrow_l.png") no-repeat center center;
  background-size: 15px;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar:after {
    display: none;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar .heading {
  color: #333;
}

.nav-links-pickup.type02 .heading-bar .link-bar .heading:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .heading {
    float: left;
    line-height: 120px;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar .heading b {
  display: block;
  float: left;
  font-size: 2.0rem;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .heading b {
    font-size: 3.4rem;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar .heading span {
  display: block;
  float: left;
  position: relative;
  top: 6px;
  margin-left: 15px;
  color: #999;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.2rem;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .heading span {
    top: 2px;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar .heading span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  padding-right: 15px;
  width: 5px;
  height: 1px;
  background: #009a44;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .heading span:after {
    display: none;
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar .lead {
  position: relative;
  margin-top: 10px;
  padding-right: 45px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .lead {
    float: left;
    top: 2px;
    margin-top: 0;
    margin-left: 12px;
    font-size: 1.7rem;
    line-height: 120px;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .lead:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -7px;
    width: 24px;
    height: 1px;
    padding-right: 15px;
    background: #009a44;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.nav-links-pickup.type02 .heading-bar .link-bar .link {
  display: none;
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .link {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #edf0f2;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .link span {
    width: 120px;
    height: 120px;
    display: block;
    text-indent: -999em;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar .link span:before {
    content: "";
    width: 17px;
    height: 24px;
    display: block;
    background: transparent url("../img/icon_arrow_l.png") center center no-repeat;
    background-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -9px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar:hover .link span {
    background: #e8e8e8;
  }
}

@media (min-width: 1180px) {
  .nav-links-pickup.type02 .heading-bar .link-bar:hover .link span:before {
    left: 54%;
  }
}

.block-links-list--01 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 860px) {
  .block-links-list--01 {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .block-links-list--01:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links {
    float: left;
    margin-right: 7.693%;
    width: 46.153%;
  }
}

.block-links-list--01 .box-links .heading {
  padding: 2rem 7.916%;
  color: #fff;
  font-size: 1.8rem;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 5px #333, 0 0 10px #333, 0 0 15px #333, 0 0 20px #333;
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links .heading {
    padding: 4rem 7.916%;
    font-size: 2rem;
  }
}

.block-links-list--01 .box-links ul li {
  border-bottom: 1px solid #d2d5d6;
}

.block-links-list--01 .box-links ul li .link {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  font-size: 1.4rem;
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links ul li .link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 4rem;
    font-size: 1.5rem;
  }
}

.block-links-list--01 .box-links ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  margin-top: -0.5rem;
  width: 0.7rem;
  height: 1.2rem;
  display: block;
  background: url("../img/icon_arrow_g.png") no-repeat;
  background-size: 0.7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links ul li a:before {
    margin-top: -0.8rem;
    width: 1.2rem;
    height: 1.7rem;
    background-size: 1.1rem;
  }
}

.block-links-list--01 .box-links ul li a:hover:before {
  right: 0.6rem;
}

.block-links-list--01 .box-links ul li:last-child {
  border-bottom: 0 none;
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links.box-links--large {
    width: 100%;
  }
  .block-links-list--01 .box-links.box-links--large:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links.box-links--large ul {
    float: left;
    margin-right: 7.693%;
    width: 46.153%;
  }
}

.block-links-list--01 .box-links.box-links--large ul:last-child {
  border-top: 1px solid #d2d5d6;
}

@media (min-width: 860px) {
  .block-links-list--01 .box-links.box-links--large ul:last-child {
    margin-right: 0;
    border-top: 0 none;
  }
}

.block-links-list--01 .box-links.cat-denki .heading {
  background-image: url("/img/solution/common/bg-cat-denki.jpg");
}

.block-links-list--01 .box-links.cat-air .heading {
  background-image: url("/img/solution/common/bg-cat-air.jpg");
}

.block-links-list--01 .box-links.cat-jyouho .heading {
  background-image: url("/img/solution/common/bg-cat-jyouho.jpg");
}

.block-links-list--01 .box-links.cat-interior .heading {
  background-image: url("/img/solution/common/bg-cat-interior.jpg");
}

@media (min-width: 860px) {
  .block-links-list--01.type02 .box-links:nth-child(1) {
    margin-right: 0;
  }
}

@media (min-width: 860px) {
  .block-links-list--01.type02 .box-links:nth-child(2n) {
    margin-right: 7.693%;
  }
}

@media (min-width: 860px) {
  .block-links-list--01.type02 .box-links:nth-child(3n) {
    margin-right: 0;
  }
}

.nav-links-focus--01 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 {
    margin-top: 7rem;
    margin-bottom: 3rem;
  }
}

.nav-links-focus--01 .fixed-width, .nav-links-focus--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .nav-links-focus--01 .box-history__inner, .nav-links-focus--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .nav-links-focus--01 .box-history__content, .nav-links-focus--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .nav-links-focus--01 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .fixed-width, .nav-links-focus--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .nav-links-focus--01 .box-history__inner, .nav-links-focus--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .nav-links-focus--01 .box-history__content, .nav-links-focus--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .nav-links-focus--01 .block-heading__inner {
    max-width: 1360px;
  }
}

.nav-links-focus--01 .heading-area {
  margin-bottom: 1.5rem;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .heading-area {
    margin-bottom: 3rem;
  }
}

.nav-links-focus--01 .heading-area .heading {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .heading-area .heading {
    font-size: 3rem;
  }
}

.nav-links-focus--01 .slider:after {
  content: "";
  display: block;
  clear: both;
}

.nav-links-focus--01 .slider .slider__wrapper {
  padding-left: 12%;
  padding-right: 12%;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slider .slider__wrapper {
    padding-left: 5.882%;
    padding-right: 5.882%;
  }
}

.nav-links-focus--01 .slide {
  padding-left: 2px;
  padding-right: 2px;
}

@media (min-width: 600px) {
  .nav-links-focus--01 .slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nav-links-focus--01 .slide a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

.nav-links-focus--01 .slide a:before, .nav-links-focus--01 .slide a:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-links-focus--01 .slide a:before {
  left: 0;
}

.nav-links-focus--01 .slide a:after {
  right: 0;
}

.nav-links-focus--01 .slide a .link-inner:before, .nav-links-focus--01 .slide a .link-inner:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: #009a44;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-links-focus--01 .slide a .link-inner:before {
  top: 0;
}

.nav-links-focus--01 .slide a .link-inner:after {
  bottom: 0;
}

.nav-links-focus--01 .slide a .link-content {
  overflow: hidden;
}

.nav-links-focus--01 .slide a .link-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.6rem 4.2rem;
  border-color: transparent transparent #01622f transparent;
  opacity: 0.9;
  z-index: 2;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slide a .link-content:before {
    border-width: 0 0 5.7rem 6.5rem;
  }
}

.nav-links-focus--01 .slide a .link-content:after {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  right: 0.8rem;
  display: block;
  width: 0.6rem;
  height: 0.9rem;
  background: url(/common/img/icon_arrow_w.png) no-repeat;
  background-size: 100% auto;
  z-index: 3;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slide a .link-content:after {
    bottom: 1.2rem;
    right: 1.3rem;
    width: 0.9rem;
    height: 1.5rem;
  }
}

.nav-links-focus--01 .slide a .pic img {
  width: 100%;
}

.nav-links-focus--01 .slide a .text-area {
  padding-bottom: 1.7rem;
  min-height: 5.5rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slide a .text-area {
    min-height: 11rem;
  }
}

.nav-links-focus--01 .slide a .text-area .text-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0.8rem 1rem;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slide a .text-area .text-inner {
    padding: 1.6rem 2rem;
  }
}

.nav-links-focus--01 .slide a .text-area p {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slide a .text-area p {
    font-size: 1.8rem;
  }
}

.nav-links-focus--01 .slide a:hover:before, .nav-links-focus--01 .slide a:hover:after {
  width: 0.4rem;
  opacity: 1;
}

.nav-links-focus--01 .slide a:hover .link-inner:before, .nav-links-focus--01 .slide a:hover .link-inner:after {
  height: 0.4rem;
  opacity: 1;
}

.nav-links-focus--01 .slide a:hover .text-area b,
.nav-links-focus--01 .slide a:hover .text-area span {
  color: #009a44;
}

.nav-links-focus--01 .slick-prev,
.nav-links-focus--01 .slick-next {
  background-image: url("../img/arrow_b.png");
}

.nav-links-focus--01 .slick-prev:hover,
.nav-links-focus--01 .slick-next:hover {
  background-image: url("../img/arrow_w.png");
  opacity: 1;
}

.nav-links-focus--01 .slick-prev:focus,
.nav-links-focus--01 .slick-next:focus {
  background-image: url("../img/arrow_b.png");
}

.nav-links-focus--01 .slick-prev {
  left: 2%;
}

@media (min-width: 600px) {
  .nav-links-focus--01 .slick-prev {
    left: 6%;
  }
}

@media (min-width: 860px) {
  .nav-links-focus--01 .slick-prev {
    left: 1.985%;
  }
}

.nav-links-focus--01 .slick-next {
  right: 2%;
}

@media (min-width: 600px) {
  .nav-links-focus--01 .slick-next {
    right: 6%;
  }
}

@media (min-width: 860px) {
  .nav-links-focus--01 .slick-next {
    right: 1.985%;
  }
}

.nav-links-focus--01 .slick-dotted .slick-slider {
  margin-bottom: 4rem;
}

@media (min-width: 1180px) {
  .nav-links-focus--01 .slick-dotted .slick-slider {
    margin-bottom: 4rem;
  }
}

.nav-links-focus--01 .slick-dots {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.nav-links-focus--01 .slick-dots li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 4rem;
  background-color: transparent;
}

@media (max-width: 360px) {
  .nav-links-focus--01 .slick-dots li {
    width: 3rem;
  }
}

.nav-links-focus--01 .slick-dots li button {
  width: 100%;
  height: 2px;
  background-color: #c4c7c8;
}

.nav-links-focus--01 .slick-dots li.slick-active button {
  background-color: #007d42;
}

.block-list-info--01 {
  width: 100%;
  position: relative;
}

.block-list-info--01 .heading-area {
  margin-bottom: 1rem;
}

.block-list-info--01 .heading-area:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-list-info--01 .heading-area {
    margin-bottom: 2rem;
  }
}

.block-list-info--01 .heading-area .heading b,
.block-list-info--01 .heading-area .heading span {
  display: block;
  float: left;
}

.block-list-info--01 .heading-area .heading .main-text {
  padding-top: 0.5rem;
  font-size: 2rem;
  display: block;
}

@media (min-width: 1180px) {
  .block-list-info--01 .heading-area .heading .main-text {
    font-size: 2.8rem;
  }
}

.block-list-info--01 .heading-area .heading .sub-text {
  position: relative;
  top: 1.5rem;
  margin-left: 1.5rem;
  color: #999;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.2rem;
}

.block-list-info--01 .button-area {
  margin: 3rem auto 0;
  width: 22rem;
  vertical-align: middle;
}

@media (min-width: 1180px) {
  .block-list-info--01 .button-area {
    float: left;
    margin-top: 0;
    margin-left: 4rem;
    width: auto;
  }
}

.block-list-info--01 .button-area .button {
  width: 100%;
}

@media (min-width: 1180px) {
  .block-list-info--01 .button-area .button {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.block-list-info--01.type02 .list-info {
  border-top: 1px solid #d2d5d6;
}

@media (min-width: 1180px) {
  .block-list-info--01.type02 .list-info .info-area {
    width: 14.423%;
  }
}

.block-list-info--01.type02 .list-info .info-area .tag {
  color: #fff;
  font-size: 1.4rem;
  background-color: #007d42;
}

@media (min-width: 1180px) {
  .block-list-info--01.type02 .list-info .info-area .tag {
    font-size: 1.6rem;
  }
}

.block-list-info--01.type02 .list-info .info-area .tag:after {
  background-image: url("../img/bg-tag-green.png");
}

.block-list-info--01.type02 .list-info .info-area .tag:first-child {
  margin-left: 0;
}

.block-list-info--01.type02 .list-info .text-area p {
  font-size: 1.4rem;
}

@media (min-width: 1180px) {
  .block-list-info--01.type02 .list-info .text-area p {
    width: 85.576%;
    font-size: 1.6rem;
  }
}

/*
 * ニュース一覧
 */
.block-list-news {
  padding-top: 2rem;
}

@media (min-width: 1180px) {
  .block-list-news {
    padding-top: 4rem;
  }
}

.block-list-news .block-list-news__inner {
  padding: 0 6.666% 4rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-list-news .block-list-news__inner {
    padding: 0 6.666% 8rem;
  }
}

.block-list-news .page-in-anchor {
  position: relative;
  top: -2rem;
}

@media (min-width: 1180px) {
  .block-list-news .page-in-anchor {
    top: -4rem;
  }
}

.block-list-news .page-in-anchor ul:after {
  content: "";
  display: block;
  clear: both;
}

.block-list-news .page-in-anchor ul li {
  float: left;
  margin-bottom: 0.9rem;
  margin-right: 4.5%;
  width: 30%;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-list-news .page-in-anchor ul li {
    margin-bottom: 0.9rem;
    margin-right: 0.961%;
    width: 19.23%;
  }
}

.block-list-news .page-in-anchor ul li a {
  display: block;
  padding: 0.9rem 0.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #d2d5d6;
}

@media (min-width: 1180px) {
  .block-list-news .page-in-anchor ul li a {
    padding: 1.8rem 1rem;
    font-size: 2rem;
  }
}

.block-list-news .page-in-anchor ul li a.is-active {
  color: #fff;
  background-color: #007d42;
}

.block-list-news .page-in-anchor ul li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .block-list-news .page-in-anchor ul li:nth-child(3n) {
    margin-right: 0.961%;
  }
}

@media (min-width: 1180px) {
  .block-list-news .page-in-anchor ul li:nth-child(5n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-list-news .block-list-news__content .list-info .info-area {
    width: 25%;
  }
}

@media (min-width: 1180px) {
  .block-list-news .block-list-news__content .list-info .text-area {
    width: 75%;
  }
}

.block-list-news .block-list-news__content .button-area {
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-list-news .block-list-news__content .button-area {
    margin-top: 6rem;
  }
}

@media (min-width: 1180px) {
  .block-list-news.ir-news .block-list-news__content .list-info .info-area {
    width: 25%;
  }
}

@media (min-width: 1180px) {
  .block-list-news.ir-news .block-list-news__content .list-info .text-area {
    width: 75%;
  }
}

[class*="block-textarea"] .block-textarea__content {
  line-height: 2;
}

[class*="block-textarea"] .block-textarea__content p {
  line-height: 2;
}

[class*="block-textarea"] .block-textarea__content ul li, [class*="block-textarea"] .block-textarea__content ol li {
  line-height: 2;
}

[class*="block-textarea"] .block-textarea__content figure figcaption {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content figure figcaption {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area {
  margin-bottom: 0.5rem;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area {
    margin-bottom: 1rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link {
  margin-bottom: 0.5rem;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link {
    margin-bottom: 1rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link a {
  position: relative;
  display: block;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #d2d5d6;
  color: #007d42;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link a {
    padding: 1rem 4rem 1rem 2rem;
    font-size: 1.6rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: -0.7rem;
  width: 1rem;
  height: 1.4rem;
  background: transparent url("../img/icon_arrow_s.png") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link a:before {
    right: 1.8rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link a:hover {
  border-color: #007d42;
}

[class*="block-textarea"] .block-textarea__content .link-area .link a:hover:before {
  right: 0.6rem;
}

[class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a {
  padding-right: 5.2rem;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a {
    padding-right: 7.2rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a:before {
  right: 4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a:before {
    right: 6rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  background: transparent url("../img/icon-pdf.png") center center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a:after {
    right: 2rem;
    margin-top: -1.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a:hover:before {
  right: 3.5rem;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .link.add-pdf a:hover:before {
    right: 5.5rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area .note {
  font-size: 1.2rem;
  text-align: right;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area .note {
    font-size: 1.4rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-area.type02 .link a {
  padding-left: 3.5rem;
  background: #fff url("../img/bg-link.png") left center no-repeat;
  background-size: 32px 100%;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .link-area.type02 .link a {
    padding-left: 4.5rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box {
  position: relative;
  margin-top: 2.6rem;
  min-height: 10rem;
  background-color: #f6f8f9;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box {
    margin-top: 5.2rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box .text-area {
  padding: 1.5rem 2.5rem;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box .text-area {
    padding: 2.5rem 57% 2.5rem 5rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box .text-area p {
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box .text-area p {
    font-size: 1.4rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box .button-area {
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  background-color: #edf0f2;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box .button-area {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3.5rem 3rem 3.5rem 6rem;
    width: 49%;
    height: 100%;
  }
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box .button-area:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6rem;
    border-top: 6rem solid transparent;
    border-right: 3rem solid transparent;
    border-bottom: 6rem solid transparent;
    border-left: 3rem solid #f6f8f9;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box .button-area a {
  display: block;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box.link-tel .text-area {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box.link-tel .text-area p {
    font-size: 1.6rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box.link-tel .button-area p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box.link-tel .button-area p {
    font-size: 2.4rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-box.link-tel .button-area .icon {
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-box.link-tel .button-area .icon {
    margin-right: 1rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-download-reader {
  position: relative;
  margin-top: 2.6rem;
  min-height: 10rem;
  background-color: #f6f8f9;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-download-reader {
    margin-top: 5.2rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-download-reader .text-area {
  padding: 1.5rem 2.5rem;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-download-reader .text-area {
    padding: 3.4rem 40% 2.6rem 5rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-download-reader .text-area p {
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-download-reader .text-area p {
    font-size: 1.6rem;
  }
}

[class*="block-textarea"] .block-textarea__content .link-download-reader .text-area p b {
  color: #007d42;
}

[class*="block-textarea"] .block-textarea__content .link-download-reader .button-area {
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  background-color: #edf0f2;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-download-reader .button-area {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3rem 3rem 3rem 6rem;
    width: 36%;
    height: 100%;
  }
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .link-download-reader .button-area:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5rem;
    border-top: 5rem solid transparent;
    border-right: 3rem solid transparent;
    border-bottom: 5rem solid transparent;
    border-left: 3rem solid #f6f8f9;
  }
}

[class*="block-textarea"] .block-textarea__content .link-download-reader .button-area a {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[class*="block-textarea"] .block-textarea__content .link-download-reader .button-area a:hover {
  opacity: 0.7;
}

[class*="block-textarea"] .block-textarea__content .note-area {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .note-area {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

[class*="block-textarea"] .block-textarea__content .note-area p {
  color: #646464;
  font-size: 1rem;
  text-indent: -3em;
  margin-left: 3em;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .note-area p {
    font-size: 1.2rem;
  }
}

[class*="block-textarea"] .block-textarea__content .box-info--01 {
  margin: 3.5rem auto 3.5rem;
  padding: 1rem 2rem;
  max-width: 56rem;
  border: 1px solid #dce0e3;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 {
    margin: 7rem auto 7rem;
    padding: 2rem 4rem;
  }
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl:after {
    content: "";
    display: block;
    clear: both;
  }
}

[class*="block-textarea"] .block-textarea__content .box-info--01 dl dt {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dt {
    float: left;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 50%;
  }
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dt {
    font-size: 1.5rem;
  }
}

[class*="block-textarea"] .block-textarea__content .box-info--01 dl dt b {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dt b {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

[class*="block-textarea"] .block-textarea__content .box-info--01 dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #dce0e3;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dt:before {
    border-bottom: 0 none;
    border-right: 1px solid #dce0e3;
  }
}

[class*="block-textarea"] .block-textarea__content .box-info--01 dl dd {
  position: relative;
  padding-top: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dd {
    float: right;
    padding-top: 0;
    padding-left: 2.5rem;
    width: 50%;
  }
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dd {
    padding-left: 3.4rem;
    font-size: 2.7rem;
  }
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .box-info--01 dl dd .box-table {
    min-height: 92px;
  }
}

[class*="block-textarea"] .block-textarea__content .box-info--01 dl dd .text-tel {
  white-space: nowrap;
}

[class*="block-textarea"] .block-textarea__content .box-info--01 dl dd .icon {
  top: 3px;
  margin-right: 0.5rem;
  vertical-align: baseline;
}

[class*="block-textarea"] .block-textarea__content .heading--lv2.carbon-head {
  margin-top: 10%;
}

[class*="block-textarea"] .block-textarea__content .text-area.carbon ol {
  list-style: disc;
  margin-left: 8%;
  margin-bottom: 5%;
}

@media (max-width: 395px) {
  [class*="block-textarea"] .block-textarea__content .text-area.carbon p, [class*="block-textarea"] .block-textarea__content .text-area.carbon ol li {
    font-size: 1.3rem;
  }
}

@media (min-width: 395px) {
  [class*="block-textarea"] .block-textarea__content .text-area.carbon {
    margin-left: 2%;
  }
  
  [class*="block-textarea"] .block-textarea__content .text-area.carbon ol {
    margin-left: 10%;
    margin-bottom: 4%;
  }
}

@media (min-width: 600px) {
  [class*="block-textarea"] .block-textarea__content .heading--lv2.carbon-head {
    margin-top: 5%;
  }
  
  [class*="block-textarea"] .block-textarea__content .text-area.carbon {
    margin-left: 4%;
  }
  
  [class*="block-textarea"] .block-textarea__content .text-area.carbon ol {
    margin-left: 7%;
    margin-bottom: 2.5%;
  }
}

@media (min-width: 1180px) {
  [class*="block-textarea"] .block-textarea__content .heading--lv2.carbon-head-first {
    margin-bottom: 2.5%;
  }
  
  [class*="block-textarea"] .block-textarea__content .heading--lv2.carbon-head {
    margin-top: 4.4%;
    margin-bottom: 2.5%;
  }
  
  [class*="block-textarea"] .block-textarea__content .text-area.carbon {
    margin-left: 3%;
  }
  
  [class*="block-textarea"] .block-textarea__content .text-area.carbon ol {
    margin-left: 6%;
    margin-bottom: 1.5%;
  }
}

.block-textarea--01 {
  padding: 3rem 6.666% 4rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-textarea--01 {
    padding: 6rem 11.666% 8rem;
  }
}

.block-textarea--01 .page-in-anchor {
  margin-bottom: 2rem;
}

@media (min-width: 1180px) {
  .block-textarea--01 .page-in-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
}

.block-textarea--01 .page-in-anchor .title {
  display: block;
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 1180px) {
  .block-textarea--01 .page-in-anchor .title {
    font-size: 2rem;
  }
}

.block-textarea--01 .page-in-anchor ul {
  width: 100%;
}

.block-textarea--01 .page-in-anchor ul li {
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.5rem;
  width: 30%;
}

@media (min-width: 600px) {
  .block-textarea--01 .page-in-anchor ul li {
    width: auto;
  }
}

@media (min-width: 1180px) {
  .block-textarea--01 .page-in-anchor ul li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
}

.block-textarea--01 .page-in-anchor ul li a {
  display: block;
  padding: 1rem 1.6rem;
  border-radius: 2.2rem 2.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #007d42;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1180px) {
  .block-textarea--01 .page-in-anchor ul li a {
    padding: 1.4rem 3.6rem;
    border-radius: 2.6rem 2.6rem;
    font-size: 2rem;
  }
}

.block-textarea--01 .page-in-anchor ul li a:hover {
  opacity: 0.8;
}

.block-textarea--01 .block-textarea__content .box-textarea h2, .block-textarea--01 .block-textarea__content .box-textarea h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  .block-textarea--01 .block-textarea__content .box-textarea h2, .block-textarea--01 .block-textarea__content .box-textarea h3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.block-textarea--01 .block-textarea__content .box-textarea h2:first-child, .block-textarea--01 .block-textarea__content .box-textarea h3:first-child {
  margin-top: 1rem;
}

@media (min-width: 600px) {
  .block-textarea--01 .block-textarea__content .box-textarea h2:first-child, .block-textarea--01 .block-textarea__content .box-textarea h3:first-child {
    margin-top: 2rem;
  }
}

.block-textarea--01 .block-textarea__content .box-textarea p {
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  .block-textarea--01 .block-textarea__content .box-textarea p {
    font-size: 1.6rem;
  }
}

.block-textarea--01 .block-textarea__content .box-non-data {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .block-textarea--01 .block-textarea__content .box-non-data {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.block-textarea--01 .block-textarea__content .box-non-data p {
  font-size: 1.4rem;
}

@media (min-width: 600px) {
  .block-textarea--01 .block-textarea__content .box-non-data p {
    font-size: 1.6rem;
  }
}

.block-textarea--01.type02 {
  padding: 3rem 6.666% 4rem;
}

@media (min-width: 600px) {
  .block-textarea--01.type02 {
    padding: 6rem 6.666% 8rem;
  }
}

.block-textarea--02 {
  padding: 3rem 6.666% 4rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-textarea--02 {
    padding: 6rem 6.666% 8rem;
  }
}

.block-textarea--02 .page-in-anchor ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-textarea--02 .page-in-anchor ul {
    max-width: 680px;
  }
}

.block-textarea--02 .page-in-anchor ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

@media (min-width: 1180px) {
  .block-textarea--02 .page-in-anchor ul li {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.block-textarea--02 .page-in-anchor ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  width: 1px;
  height: 1em;
  background-color: #c7c7c7;
}

.block-textarea--02 .page-in-anchor ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.8rem;
}

@media (min-width: 1180px) {
  .block-textarea--02 .page-in-anchor ul li a {
    padding: 1rem 1.6rem;
  }
}

.block-textarea--02 .page-in-anchor ul li a:hover, .block-textarea--02 .page-in-anchor ul li a.is-active {
  color: #007d42;
  font-weight: bold;
}

.block-textarea--02 .page-in-anchor ul li a:hover:before, .block-textarea--02 .page-in-anchor ul li a.is-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc( 100% - 1.6rem);
  height: 2px;
  background-color: #007d42;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1180px) {
  .block-textarea--02 .page-in-anchor ul li a:hover:before, .block-textarea--02 .page-in-anchor ul li a.is-active:before {
    width: calc( 100% - 3.2rem);
  }
}

.block-textarea--02 .block-textarea__content .box-area {
  margin-bottom: 4rem;
}

@media (min-width: 1180px) {
  .block-textarea--02 .block-textarea__content .box-area {
    margin-bottom: 7rem;
  }
}

@media (min-width: 1180px) {
  .block-boxes--01 .fixed-width, .block-boxes--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-boxes--01 .box-history__inner, .block-boxes--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-boxes--01 .box-history__content, .block-boxes--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-boxes--01 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-boxes--01 .section__heading {
  margin-bottom: 2.75rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

@media (min-width: 1180px) {
  .block-boxes--01 .section__heading {
    margin-bottom: 5.5rem;
    font-size: 2.4rem;
  }
}

.block-boxes--01 .box-item {
  margin-bottom: 3rem;
}

@media (min-width: 1180px) {
  .block-boxes--01 .box-item {
    margin-bottom: 6rem;
  }
}

.block-boxes--01 .box-item .box-item__heading {
  padding: 1rem 6.666%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
  background: #079f46 url("../img/bg-heading.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .block-boxes--01 .box-item .box-item__heading {
    padding: 2rem 6.666%;
    font-size: 3.2rem;
  }
}

.block-boxes--01 .box-item .box-item__content {
  padding: 3rem 6.666%;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-boxes--01 .box-item .box-item__content {
    padding: 6rem 6.666%;
  }
}

.block-boxes-column--01 {
  margin-bottom: 3rem;
}

@media (min-width: 1180px) {
  .block-boxes-column--01 {
    margin-bottom: 6rem;
  }
}

.block-boxes-column--01 .fixed-width, .block-boxes-column--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-boxes-column--01 .box-history__inner, .block-boxes-column--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-boxes-column--01 .box-history__content, .block-boxes-column--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-boxes-column--01 .block-heading__inner {
  max-width: 1360px;
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .fixed-width, .block-boxes-column--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-boxes-column--01 .box-history__inner, .block-boxes-column--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-boxes-column--01 .box-history__content, .block-boxes-column--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-boxes-column--01 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-boxes-column--01 .box-column {
  margin-top: 3rem;
}

.block-boxes-column--01 .box-column:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 6rem;
  }
}

@media (min-width: 1400px) {
  .block-boxes-column--01 .box-column {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-boxes-column--01 .box-column .box-column__item {
  margin-bottom: 2rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .block-boxes-column--01 .box-column .box-column__item {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column .box-column__item {
    float: left;
    margin-bottom: 4rem;
    margin-right: 2%;
    width: 32%;
  }
}

@media (min-width: 600px) {
  .block-boxes-column--01 .box-column .box-column__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column .box-column__item:nth-child(2n) {
    margin-right: 2%;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column .box-column__item:nth-child(3n) {
    margin-right: 0;
  }
}

.block-boxes-column--01 .box-column .pic img {
  width: 100%;
}

.block-boxes-column--01 .box-column .info-area {
  padding: 1.8rem 9.09%;
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column .info-area {
    padding: 3.5rem 9.09%;
  }
}

.block-boxes-column--01 .box-column .info-area .heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column .info-area .heading {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}

.block-boxes-column--01 .box-column .info-area .list li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-boxes-column--01 .box-column .info-area .list li {
    font-size: 1.5rem;
  }
}

.block-boxes-column--02 {
  margin-bottom: 3rem;
}

@media (min-width: 1180px) {
  .block-boxes-column--02 {
    margin-bottom: 6rem;
  }
}

.block-boxes-column--02 .fixed-width, .block-boxes-column--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-boxes-column--02 .box-history__inner, .block-boxes-column--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-boxes-column--02 .box-history__content, .block-boxes-column--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-boxes-column--02 .block-heading__inner {
  max-width: 1360px;
}

@media (min-width: 1400px) {
  .block-boxes-column--02 .fixed-width, .block-boxes-column--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-boxes-column--02 .box-history__inner, .block-boxes-column--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-boxes-column--02 .box-history__content, .block-boxes-column--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-boxes-column--02 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-boxes-column--02 .box-column {
  margin-top: 3rem;
}

.block-boxes-column--02 .box-column:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column {
    margin-top: 6rem;
  }
}

.block-boxes-column--02 .box-column .box-column__item {
  margin-bottom: 2rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .block-boxes-column--02 .box-column .box-column__item {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column .box-column__item {
    float: left;
    margin-bottom: 2rem;
    margin-right: 2%;
    width: 32%;
  }
}

@media (min-width: 600px) {
  .block-boxes-column--02 .box-column .box-column__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column .box-column__item:nth-child(2n) {
    margin-right: 2%;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column .box-column__item:nth-child(3n) {
    margin-right: 0;
  }
}

.block-boxes-column--02 .box-column .info-area {
  padding: 1.8rem 9.09%;
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column .info-area {
    padding: 3.5rem 9.09%;
  }
}

.block-boxes-column--02 .box-column .info-area .heading {
  margin-bottom: 1rem;
  color: #007d42;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column .info-area .heading {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}

.block-boxes-column--02 .box-column .info-area .list li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-boxes-column--02 .box-column .info-area .list li {
    font-size: 1.5rem;
  }
}

.block-boxes-column--02.type02 .info-area .heading {
  min-height: 2.8em;
}

@media (min-width: 1180px) {
  .block-boxes-column--02.type03 .box-column .box-column__item {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
}

@media (min-width: 600px) {
  .block-boxes-column--02.type03 .box-column .box-column__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--02.type03 .box-column .box-column__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-boxes-column--02.type03 .box-column .box-column__item:nth-child(3n) {
    margin-right: 2%;
  }
}

.block-graph--01 {
  padding: 2.5rem 5.833% 3rem;
  background-color: #fff;
}

.block-graph--01:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 600px) {
  .block-graph--01 {
    padding: 5rem 5.833% 6rem;
  }
}

.block-graph--01 .box-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #edf0f2;
}

@media (min-width: 600px) {
  .block-graph--01 .box-item {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 600px) {
  .block-graph--01 .box-item:before, .block-graph--01 .box-item:after {
    content: "";
    position: absolute;
    width: 3.773%;
    height: 1.2rem;
    background-color: #fff;
  }
}

@media (min-width: 600px) {
  .block-graph--01 .box-item:before {
    top: -2px;
  }
}

@media (min-width: 600px) {
  .block-graph--01 .box-item:after {
    bottom: -2px;
  }
}

.block-graph--01 .box-item .box-item__heading {
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 600px) {
  .block-graph--01 .box-item .box-item__heading {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}

.block-graph--01 .box-item .pic {
  text-align: center;
}

.block-graph--01 .box-item:last-child {
  border-bottom: 0 none;
}

@media (min-width: 1180px) {
  .block-description--01 img.sp-only {
    display: none;
  }
}

.block-description--01 img.pc-only {
  display: none;
}

@media (min-width: 1180px) {
  .block-description--01 img.pc-only {
    display: inline-block;
  }
}

.block-description--01 .fixed-width, .block-description--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-description--01 .box-history__inner, .block-description--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-description--01 .box-history__content, .block-description--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-description--01 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 1180px) {
  .block-description--01 .fixed-width, .block-description--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-description--01 .box-history__inner, .block-description--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-description--01 .box-history__content, .block-description--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-description--01 .block-heading__inner {
    max-width: 1520px;
  }
}

.block-description--01 .box-top--01 {
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--01 {
    margin-bottom: 8rem;
  }
}

.block-description--01 .box-top--01 .bg {
  min-height: 50rem;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.block-description--01 .box-top--01 .box-top__inner {
  position: relative;
  margin-top: -29.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1040px;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--01 .box-top__inner {
    margin-top: -29.7rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-description--01 .box-top--01 .box-top__inner .box-text {
  padding: 2.5rem 9.6153%;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--01 .box-top__inner .box-text {
    padding: 5rem 9.6153%;
    text-align: center;
  }
}

.block-description--01 .box-top--01 .box-top__inner .box-text .heading {
  margin-bottom: 1.5rem;
  color: #007d42;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--01 .box-top__inner .box-text .heading {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}

.block-description--01 .box-top--01 .box-top__inner .box-text .text-area p {
  line-height: 2;
}

.block-description--01 .box-top--02 {
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--02 {
    margin-bottom: 8rem;
  }
}

.block-description--01 .box-top--02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.block-description--01 .box-top--02 .box-top__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 2.75rem 4%;
  max-width: 1360px;
  z-index: 2;
}

.block-description--01 .box-top--02 .box-top__inner:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--02 .box-top__inner {
    padding: 5.5rem 0;
  }
}

.block-description--01 .box-top--02 .box-top__inner .box-text {
  float: right;
  padding: 2.5rem 5.882%;
  background-color: #fff;
}

@media (min-width: 600px) {
  .block-description--01 .box-top--02 .box-top__inner .box-text {
    max-width: 50%;
  }
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--02 .box-top__inner .box-text {
    padding: 5rem 5.882%;
    max-width: 41.176%;
  }
}

.block-description--01 .box-top--02 .box-top__inner .box-text .heading {
  margin-bottom: 1.5rem;
  color: #007d42;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 1180px) {
  .block-description--01 .box-top--02 .box-top__inner .box-text .heading {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}

.block-description--01 .box-top--02 .box-top__inner .box-text .text-area p {
  line-height: 2;
}

.block-description--01 .box-item {
  position: relative;
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item {
    margin-bottom: 14rem;
  }
}

.block-description--01 .box-item .pic-area {
  text-align: right;
}

.block-description--01 .box-item .pic-area .pic {
  position: relative;
  margin-left: 13.333%;
  z-index: 1;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item .pic-area .pic {
    margin-left: 26.315%;
  }
}

.block-description--01 .box-item .info-area {
  position: relative;
  margin-top: -14rem;
  margin-right: 13.333%;
  text-align: left;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item .info-area {
    position: absolute;
    top: 0;
    left: 5.263%;
    margin-top: 8rem;
  }
}

.block-description--01 .box-item .info-area .info-area__inner {
  display: inline-block;
  padding: 3.5rem 7.692%;
  max-width: 56rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item .info-area .info-area__inner {
    padding: 7rem 14.285%;
    width: 56rem;
  }
}

.block-description--01 .box-item .info-area .heading {
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item .info-area .heading {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}

.block-description--01 .box-item .info-area .text-area {
  text-align: left;
}

.block-description--01 .box-item .info-area .text-area p {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item .info-area .text-area p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.block-description--01 .box-item .info-area .button-area {
  margin-top: 1rem;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item .info-area .button-area {
    margin-top: 3rem;
  }
}

.block-description--01 .box-item .info-area .button-area .btn {
  max-width: 15rem;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item:nth-child(2n) {
    margin-bottom: 8rem;
  }
}

.block-description--01 .box-item:nth-child(2n) .pic-area {
  text-align: left;
}

.block-description--01 .box-item:nth-child(2n) .pic-area .pic {
  margin-left: 0;
  margin-right: 13.333%;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item:nth-child(2n) .pic-area .pic {
    margin-left: 0;
    margin-right: 26.315%;
  }
}

.block-description--01 .box-item:nth-child(2n) .info-area {
  margin-left: 13.333%;
  margin-right: 0;
  text-align: right;
}

@media (min-width: 1180px) {
  .block-description--01 .box-item:nth-child(2n) .info-area {
    top: auto;
    bottom: 0;
    left: auto;
    right: 5.263%;
    margin-bottom: 8rem;
  }
}

.block-description--02 {
  margin-top: 4.5rem;
}

@media (min-width: 1180px) {
  .block-description--02 {
    margin-top: 9rem;
  }
}

@media (min-width: 1180px) {
  .block-description--02 img.sp-only {
    display: none;
  }
}

.block-description--02 img.pc-only {
  display: none;
}

@media (min-width: 1180px) {
  .block-description--02 img.pc-only {
    display: inline-block;
  }
}

.block-description--02 .fixed-width, .block-description--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-description--02 .box-history__inner, .block-description--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-description--02 .box-history__content, .block-description--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-description--02 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 1180px) {
  .block-description--02 .fixed-width, .block-description--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-description--02 .box-history__inner, .block-description--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-description--02 .box-history__content, .block-description--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-description--02 .block-heading__inner {
    max-width: 1520px;
  }
}

.block-description--02 .box-item {
  position: relative;
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item {
    margin-bottom: 14rem;
  }
}

.block-description--02 .box-item .pic-area {
  text-align: right;
}

.block-description--02 .box-item .pic-area .pic {
  position: relative;
  margin-left: 13.333%;
  z-index: 1;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .pic-area .pic {
    margin-left: 26.315%;
  }
}

.block-description--02 .box-item .info-area {
  position: relative;
  margin-top: -14rem;
  margin-right: 13.333%;
  text-align: left;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area {
    position: absolute;
    top: 0;
    left: 5.263%;
    margin-top: 8rem;
  }
}

.block-description--02 .box-item .info-area .info-area__inner {
  display: inline-block;
  padding: 2.75rem 7.692%;
  max-width: 64rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .info-area__inner {
    padding: 5.5rem 14.285%;
    width: 64rem;
  }
}

.block-description--02 .box-item .info-area .heading {
  position: relative;
  margin-bottom: 0.25rem;
  padding: 0.8rem 0 0.8rem 2rem;
  color: #007d42;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .heading {
    margin-bottom: 0.5rem;
    padding: 1.6rem 0 1.6rem 4rem;
    font-size: 2.6rem;
  }
}

.block-description--02 .box-item .info-area .heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  color: #007d42;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.15;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}

.block-description--02 .box-item .info-area .sub-heading {
  margin-left: 1em;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  text-indent: -1em;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .sub-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.block-description--02 .box-item .info-area .sub-heading--02 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .sub-heading--02 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.block-description--02 .box-item .info-area .text-area {
  text-align: left;
}

.block-description--02 .box-item .info-area .text-area p {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .text-area p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.block-description--02 .box-item .info-area .button-area {
  margin-top: 1rem;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .button-area {
    margin-top: 3rem;
  }
}

.block-description--02 .box-item .info-area .button-area .btn {
  max-width: 15rem;
}

.block-description--02 .box-item .info-area .list-area--01 {
  margin-top: 1.5rem;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01 {
    margin-top: 3rem;
  }
}

.block-description--02 .box-item .info-area .list-area--01 ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 12px;
  color: #646464;
  font-size: 1.2rem;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01 ul li {
    font-size: 1.4rem;
    letter-spacing: -0.09em;
  }
}

.block-description--02 .box-item .info-area .list-area--01 ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #007d42;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01 ul li:before {
    top: 11px;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type02 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type02 ul li {
    float: left;
    width: 48%;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type02 ul li:nth-child(2n) {
    float: right;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type03 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type03 ul li {
    float: left;
    width: 30%;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type04 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--01.type04 ul li {
    float: left;
    width: 22%;
  }
}

.block-description--02 .box-item .info-area .list-area--02 {
  margin-top: 1.5rem;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02 {
    margin-top: 3rem;
  }
}

.block-description--02 .box-item .info-area .list-area--02 ul li {
  position: relative;
  margin-bottom: 1rem;
  color: #646464;
  font-size: 1.2rem;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02 ul li {
    font-size: 1.4rem;
    letter-spacing: -0.09em;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type02 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type02 ul li {
    float: left;
    width: 48%;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type02 ul li:nth-child(2n) {
    float: right;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type03 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type03 ul li {
    float: left;
    width: 30%;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type04 ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 1180px) {
  .block-description--02 .box-item .info-area .list-area--02.type04 ul li {
    float: left;
    width: 22%;
  }
}

.block-description--02 .box-item:last-child {
  margin-bottom: 0;
}

.block-description--02 .box-item:nth-child(2n) .pic-area {
  text-align: left;
}

.block-description--02 .box-item:nth-child(2n) .pic-area .pic {
  margin-left: 0;
  margin-right: 13.333%;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item:nth-child(2n) .pic-area .pic {
    margin-left: 0;
    margin-right: 26.315%;
  }
}

.block-description--02 .box-item:nth-child(2n) .info-area {
  margin-left: 13.333%;
  margin-right: 0;
  text-align: right;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item:nth-child(2n) .info-area {
    left: auto;
    right: 5.263%;
    margin-bottom: 8rem;
  }
}

.block-description--02 .box-item:nth-child(2n) .info-area .heading {
  padding: 0.8rem 2rem 0.8rem 0;
}

@media (min-width: 1180px) {
  .block-description--02 .box-item:nth-child(2n) .info-area .heading {
    padding: 1.6rem 4rem 1.6rem 0;
  }
}

.block-description--02 .box-item:nth-child(2n) .info-area .heading:before {
  left: auto;
  right: 0;
}

.block-description--02 .box-item:nth-child(1) .info-area .heading:before {
  content: "01";
}

.block-description--02 .box-item:nth-child(2) .info-area .heading:before {
  content: "02";
}

.block-description--02 .box-item:nth-child(3) .info-area .heading:before {
  content: "03";
}

.block-description--02 .box-item:nth-child(4) .info-area .heading:before {
  content: "04";
}

.block-description--02 .box-item:nth-child(5) .info-area .heading:before {
  content: "05";
}

.block-description--02 .box-item:nth-child(6) .info-area .heading:before {
  content: "06";
}

.block-description--02 .box-item:nth-child(7) .info-area .heading:before {
  content: "07";
}

.block-description--02 .box-item:nth-child(8) .info-area .heading:before {
  content: "08";
}

.block-description--02 .box-item:last-child .info-area {
  margin-bottom: 0;
}

.block-description--02.type02 .box-item .info-area .info-area__inner {
  max-width: 77rem;
}

@media (min-width: 1180px) {
  .block-description--02.type02 .box-item .info-area .info-area__inner {
    padding-left: 10.389%;
    padding-right: 10.389%;
    width: 77rem;
  }
}

.block-description--02.type02 .box-item .info-area .info-area__inner.jyoho {
  margin-top: 5.5rem;
}

@media (min-width: 480px) {
  .block-description--02.type02 .box-item .info-area .info-area__inner.jyoho {
    margin-top: 0;
  }
}

.block-description--02.style-heading-no-num .box-item .info-area .heading {
  padding: 0;
}

@media (min-width: 1180px) {
  .block-description--02.style-heading-no-num .box-item .info-area .heading {
    padding: 0;
  }
}

.block-description--02.style-heading-no-num .box-item .info-area .heading:before {
  display: none;
}

.block-description--02.style-layout-reversal .pic-area {
  text-align: left;
}

.block-description--02.style-layout-reversal .pic-area .pic {
  margin-left: 0;
  margin-right: 13.333%;
}

@media (min-width: 1180px) {
  .block-description--02.style-layout-reversal .pic-area .pic {
    margin-left: 0;
    margin-right: 26.315%;
  }
}

.block-description--02.style-layout-reversal .info-area {
  margin-left: 13.333%;
  margin-right: 0;
  text-align: right;
}

@media (min-width: 1180px) {
  .block-description--02.style-layout-reversal .info-area {
    left: auto;
    right: 5.263%;
    margin-bottom: 8rem;
  }
}

.block-description--02.style-layout-reversal .info-area .heading {
  padding: 0.8rem 2rem 0.8rem 0;
}

@media (min-width: 1180px) {
  .block-description--02.style-layout-reversal .info-area .heading {
    padding: 1.6rem 4rem 1.6rem 0;
  }
}

.block-description--02.style-layout-reversal .info-area .heading:before {
  left: auto;
  right: 0;
}

@media (min-width: 1180px) {
  .block-description--02.style-layout-single .info-area {
    margin-top: 13rem;
  }
}

.block-description--03 .box-item .pic-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  width: 100%;
}

.block-description--03 .box-item .pic-area .pic img {
  display: block;
}

.block-description--03 .box-item .info-area {
  position: relative;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1200px;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-description--03 .box-item .info-area {
    margin-top: -4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-description--03 .box-item .info-area .info-area__inner {
  padding: 3.5rem 8.333%;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-description--03 .box-item .info-area .info-area__inner {
    padding: 7rem 8.333%;
  }
}

.block-description--03 .box-item .info-area .info-area__inner .heading {
  margin-bottom: 1.5rem;
  color: #007d42;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-description--03 .box-item .info-area .info-area__inner .heading {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}

.block-description--03 .box-item .info-area .info-area__inner .text-area p {
  margin-bottom: 1em;
  line-height: 2;
}

.block-faq {
  padding: 3.5rem 6.666%;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-faq {
    padding: 7rem 6.666%;
  }
}

.block-faq .heading--lv2:first-child {
  margin-top: 0;
}

.block-faq .box-faq {
  margin-bottom: 4rem;
}

.block-faq .box-faq dl {
  margin-bottom: 2rem;
}

.block-faq .box-faq dl:after {
  content: "";
  display: block;
  clear: both;
}

.block-faq .box-faq dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-right: 0.7rem;
  width: 14%;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  color: #007d42;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .block-faq .box-faq dl dt {
    width: 8%;
    font-size: 2.4rem;
  }
}

@media (min-width: 1180px) {
  .block-faq .box-faq dl dt {
    width: 5%;
    padding-right: 2rem;
    min-width: 6.5rem;
    font-size: 2.6rem;
  }
}

.block-faq .box-faq dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-top: 0.2rem;
  width: 86%;
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  .block-faq .box-faq dl dd {
    width: 92%;
  }
}

@media (min-width: 1180px) {
  .block-faq .box-faq dl dd {
    padding-top: 0.5rem;
    width: 93%;
  }
}

.block-faq .box-faq dl dd a {
  color: #007d42;
  text-decoration: underline;
}

.block-faq .box-faq dl dd a:hover {
  text-decoration: none;
}

.block-faq .box-faq dl.faq-q {
  margin-bottom: 1rem;
}

.block-contact .banner-overview {
  margin-bottom: 3rem;
  padding: 1.8rem 6.666%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  background: #079d45 url("../img/bg-heading-02.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .block-contact .banner-overview {
    margin-bottom: 6rem;
    padding: 3.6rem 6.666%;
  }
}

.block-contact .banner-step {
  margin-bottom: 2.5rem;
}

@media (min-width: 1180px) {
  .block-contact .banner-step {
    margin-bottom: 5rem;
  }
}

.block-contact .banner-step ol {
  background-color: #dce0e3;
  overflow: hidden;
}

.block-contact .banner-step ol:after {
  content: "";
  display: block;
  clear: both;
}

.block-contact .banner-step ol li {
  float: left;
  width: 33.333%;
}

.block-contact .banner-step ol li .banner-step__item {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li .banner-step__item {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 860px) {
  .block-contact .banner-step ol li .banner-step__item {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.block-contact .banner-step ol li .banner-step__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-width: 62px 26px 62px 26px;
  border-style: solid;
  border-color: transparent transparent transparent #edf0f2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li .banner-step__item:before {
    border-width: 52px 32px 52px 32px;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item:before {
    border-width: 62px 50px 62px 50px;
  }
}

.block-contact .banner-step ol li .banner-step__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc( 100% - 6px);
  border-width: 62px 26px 62px 26px;
  border-style: solid;
  border-color: transparent transparent transparent #dce0e3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li .banner-step__item:after {
    border-width: 52px 32px 52px 32px;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item:after {
    left: calc( 100% - 9px);
    border-width: 62px 50px 62px 50px;
  }
}

.block-contact .banner-step ol li .banner-step__item span {
  display: block;
  position: relative;
  vertical-align: middle;
  line-height: 1;
  z-index: 4;
}

.block-contact .banner-step ol li .banner-step__item span.text-step {
  color: #444;
  opacity: 0.15;
}

@media (min-width: 860px) {
  .block-contact .banner-step ol li .banner-step__item span.text-step {
    display: inline-block;
    margin-right: 1rem;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item span.text-step {
    margin-right: 1.5rem;
  }
}

.block-contact .banner-step ol li .banner-step__item span.text-step .unit {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li .banner-step__item span.text-step .unit {
    display: inline-block;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item span.text-step .unit {
    margin-right: 0.7rem;
    font-size: 4rem;
  }
}

.block-contact .banner-step ol li .banner-step__item span.text-step .number {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li .banner-step__item span.text-step .number {
    display: inline-block;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item span.text-step .number {
    font-size: 8rem;
  }
}

.block-contact .banner-step ol li .banner-step__item span.ja {
  color: #aaa;
  font-size: 1.4rem;
}

@media (min-width: 860px) {
  .block-contact .banner-step ol li .banner-step__item span.ja {
    display: inline-block;
  }
}

@media (min-width: 1180px) {
  .block-contact .banner-step ol li .banner-step__item span.ja {
    font-size: 2.4rem;
  }
}

.block-contact .banner-step ol li .banner-step__item.is-active {
  background-color: #007d42;
}

.block-contact .banner-step ol li .banner-step__item.is-active:after {
  border-left-color: #007d42;
}

.block-contact .banner-step ol li .banner-step__item.is-active span.text-step {
  color: #fff;
}

.block-contact .banner-step ol li .banner-step__item.is-active span.ja {
  color: #fff;
}

.block-contact .banner-step ol li:nth-child(1) {
  width: 31.666%;
}

.block-contact .banner-step ol li:nth-child(1) .banner-step__item {
  padding-left: 13.157%;
  padding-right: 5.263%;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li:nth-child(1) .banner-step__item {
    padding-left: 13.157%;
    padding-right: 5.263%;
  }
}

.block-contact .banner-step ol li:nth-child(2) {
  width: 32.5%;
}

.block-contact .banner-step ol li:nth-child(2) .banner-step__item {
  padding-left: 25%;
  padding-right: 5%;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li:nth-child(2) .banner-step__item {
    padding-left: 13.157%;
    padding-right: 5.128%;
  }
}

.block-contact .banner-step ol li:nth-child(3) {
  width: 35.833%;
}

.block-contact .banner-step ol li:nth-child(3) .banner-step__item {
  padding-left: 20%;
  padding-right: 5%;
}

@media (min-width: 600px) {
  .block-contact .banner-step ol li:nth-child(3) .banner-step__item {
    padding-left: 13.953%;
    padding-right: 9.302%;
  }
}

.block-contact .block-notice {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 1180px) {
  .block-contact .block-notice {
    margin-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.block-contact .block-notice p {
  font-size: 1.2rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-contact .block-notice p {
    font-size: 1.4rem;
  }
}

.block-contact .block-contact__content {
  padding: 2.1rem 6.666% 3rem;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content {
    padding: 4.2rem 16.666% 6rem;
  }
}

.block-contact .block-contact__content .box-form .input-line {
  margin-bottom: 2rem;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .box-form .input-line {
    margin-bottom: 1.2rem;
  }
  .block-contact .block-contact__content .box-form .input-line:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-contact .block-contact__content .box-form .input-label {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .box-form .input-label {
    float: left;
    padding-top: 0.8rem;
    width: 29%;
    font-size: 1.6rem;
  }
}

.block-contact .block-contact__content .box-form .input-area {
  position: relative;
  font-size: 1.4rem;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .box-form .input-area {
    float: right;
    width: 71%;
    font-size: 1.4rem;
  }
}

.block-contact .block-contact__content .box-form .input-area .box-error {
  margin-top: 0.5rem;
  min-height: 1em;
}

.block-contact .block-contact__content .box-form .input-area .box-error p {
  color: #ff0000;
  font-size: 1.2rem;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .box-form .input-area .box-error p {
    font-size: 1.4rem;
  }
}

.block-contact .block-contact__content .box-form .input-area .box-error .icon {
  top: -2px;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.block-contact .block-contact__content .note-area {
  margin-top: 2.5rem;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .note-area {
    margin-top: 5rem;
  }
}

.block-contact .block-contact__content .note-area p {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: -0.09em;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .note-area p {
    font-size: 1.4rem;
  }
}

.block-contact .block-contact__content .note-area a {
  color: #007d42;
  text-decoration: underline;
}

.block-contact .block-contact__content .note-area a:hover {
  text-decoration: none;
}

.block-contact .block-contact__content .confirm-area {
  margin-top: 2.5rem;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .confirm-area {
    margin-top: 5rem;
  }
}

.block-contact .block-contact__content .confirm-area label {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: -0.09em;
  white-space: nowrap;
  cursor: pointer;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .confirm-area label {
    font-size: 1.4rem;
  }
}

.block-contact .block-contact__content .confirm-area .text01,
.block-contact .block-contact__content .confirm-area .text02 {
  display: inline-block;
}

.block-contact .block-contact__content .confirm-area .text02 {
  position: relative;
  padding-left: 3rem;
}

.block-contact .block-contact__content .confirm-area .icon-checkbox {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: traslateY(-50%);
      -ms-transform: traslateY(-50%);
          transform: traslateY(-50%);
}

@media (min-width: 600px) {
  .block-contact .block-contact__content .confirm-area .icon-checkbox {
    left: 0.7rem;
  }
}

.block-contact .block-contact__content .confirm-area .icon-checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #edf0f2;
  border: 1px solid #ccc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 600px) {
  .block-contact .block-contact__content .confirm-area .icon-checkbox:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.block-contact .block-contact__content .confirm-area .icon-checkbox:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 30%;
  width: 0.35rem;
  height: 0.7rem;
  border-bottom: 2px solid #009a44;
  border-right: 2px solid #009a44;
  -webkit-transform: translateY(-60%) rotate(40deg);
      -ms-transform: translateY(-60%) rotate(40deg);
          transform: translateY(-60%) rotate(40deg);
}

@media (min-width: 600px) {
  .block-contact .block-contact__content .confirm-area .icon-checkbox:after {
    left: 45%;
    width: 0.5rem;
    height: 1rem;
  }
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .confirm-area .icon-checkbox:after {
    left: 50%;
  }
}

.block-contact .block-contact__content .confirm-area input[type="checkbox"] {
  display: none;
  font-size: 1.6rem;
  vertical-align: middle;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .confirm-area input[type="checkbox"] {
    font-size: 2rem;
  }
}

.block-contact .block-contact__content .confirm-area input:checked + .text02 .icon-checkbox:after {
  display: block;
}

.block-contact .block-contact__content .button-area {
  margin-top: 2.5rem;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .button-area {
    margin-top: 5rem;
  }
}

.block-contact .block-contact__content .button-area .button {
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 1180px) {
  .block-contact .block-contact__content .button-area .button {
    margin-bottom: 0;
    margin-right: 3rem;
    max-width: 32rem;
  }
}

.block-contact .block-contact__content .button-area .button:last-child {
  margin-bottom: 0;
}

.block-contact.confirm .block-contact__content {
  padding-top: 4rem;
}

@media (min-width: 1180px) {
  .block-contact.confirm .block-contact__content {
    padding-top: 8rem;
  }
}

.block-contact.confirm .block-contact__content .box-form .input-line {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1180px) {
  .block-contact.confirm .block-contact__content .box-form .input-line {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.block-contact.confirm .block-contact__content .box-form .input-line:first-child {
  border-top: 1px solid #ccc;
}

.block-contact.confirm .block-contact__content .box-form .input-label {
  margin-bottom: 1rem;
  padding-top: 0;
  line-height: 1.6;
}

@media (min-width: 1180px) {
  .block-contact.confirm .block-contact__content .box-form .input-label {
    margin-bottom: 0;
  }
}

.block-contact.confirm .block-contact__content .box-form .input-area {
  font-size: 1.4rem;
}

@media (min-width: 1180px) {
  .block-contact.confirm .block-contact__content .box-form .input-area {
    font-size: 1.6rem;
  }
}

.block-contact.completion .block-contact__content {
  padding-top: 3.5rem;
  padding-left: 3.333%;
  padding-right: 3.333%;
}

@media (min-width: 1180px) {
  .block-contact.completion .block-contact__content {
    padding-top: 7rem;
  }
}

.block-contact.completion .block-contact__content .box-form {
  text-align: center;
}

.block-contact.completion .block-contact__content .box-form .heading {
  margin-bottom: 1rem;
  color: #007d42;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 360px) {
  .block-contact.completion .block-contact__content .box-form .heading {
    letter-spacing: -0.09em;
  }
}

@media (min-width: 1180px) {
  .block-contact.completion .block-contact__content .box-form .heading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.block-contact.completion .block-contact__content .box-form .text-area {
  font-size: 1.4rem;
  line-height: 2;
}

.block-contact.completion .block-contact__content .box-form .text-area p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.09em;
}

@media (max-width: 360px) {
  .block-contact.completion .block-contact__content .box-form .text-area p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1180px) {
  .block-contact.completion .block-contact__content .box-form .text-area p {
    letter-spacing: 0;
  }
}

/**
 * IE 対応
 * ==================== */
.ie9 .block-contact .block-contact__content .box-form .input-line:first-child .input-area {
  padding-top: 12px;
}

/*
* 問い合わせ完了画面で追加
*/
.inquiry-complete-screen-attention {
  margin-left: 4%;
}

@media (min-width: 1180px) {
  .inquiry-complete-screen-attention {
    margin-left: 230px;
    margin-right: 230px;
  }
}

.inquiry-complete-screen-attention01 {
  text-align: left;
}

.inquiry-complete-screen-attention02 {
  list-style-type: disc;
  text-align: left;
  margin-left: 22px;
  margin-right: 4%;
}

@media (min-width: 1180px) {
  .inquiry-complete-screen-attention02 {
    margin-left: 20px;
  }
}

.block-page-in-anchor {
  margin-bottom: 3rem;
}

.block-page-in-anchor .fixed-width, .block-page-in-anchor .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-page-in-anchor .box-history__inner, .block-page-in-anchor .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-page-in-anchor .box-history__content, .block-page-in-anchor .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-page-in-anchor .block-heading__inner {
  padding-left: 3.333%;
  padding-right: 3.333%;
}

@media (min-width: 1180px) {
  .block-page-in-anchor .button-area:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-page-in-anchor .button-area .button {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .block-page-in-anchor .button-area .button {
    float: left;
  }
}

@media (min-width: 1180px) {
  .block-page-in-anchor.type01 .button-area .button {
    margin-right: 2%;
    width: 49%;
  }
}

@media (min-width: 1180px) {
  .block-page-in-anchor.type01 .button-area .button:last-child {
    margin-right: 0;
  }
}

.block-page-in-anchor.type02 .fixed-width, .block-page-in-anchor.type02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-page-in-anchor.type02 .box-history__inner, .block-page-in-anchor.type02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-page-in-anchor.type02 .box-history__content, .block-page-in-anchor.type02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-page-in-anchor.type02 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1180px) {
  .block-page-in-anchor.type02 .fixed-width, .block-page-in-anchor.type02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-page-in-anchor.type02 .box-history__inner, .block-page-in-anchor.type02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-page-in-anchor.type02 .box-history__content, .block-page-in-anchor.type02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-page-in-anchor.type02 .block-heading__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-page-in-anchor.type02 .button-area .button {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1180px) {
  .block-page-in-anchor.type02 .button-area .button {
    margin-right: 1%;
    width: 24%;
  }
}

@media (min-width: 1180px) {
  .block-page-in-anchor.type02 .button-area .button:first-child {
    margin-left: 0.5%;
  }
}

@media (min-width: 1180px) {
  .block-page-in-anchor.type02 .button-area .button:last-child {
    margin-right: 0;
  }
}

.block-modal--01 .block-modal__content .info-area {
  text-align: left;
}

.block-modal--01 .block-modal__content .info-area .heading--lv2 {
  font-size: 2.2rem;
}

@media (min-width: 600px) {
  .block-modal--01 .block-modal__content .info-area .heading--lv2 {
    font-size: 2.6rem;
  }
}

.block-modal--01 .block-modal__content .info-area .heading--lv2:first-child {
  margin-top: 0;
}

.block-modal--01 .block-modal__content .info-area .heading--lv2 small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .block-modal--01 .block-modal__content .info-area .heading--lv2 small {
    font-size: 1.8rem;
  }
}

.block-modal--01 .block-modal__content .info-area .text-area {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .block-modal--01 .block-modal__content .info-area .text-area {
    font-size: 1.5rem;
  }
}

.block-modal--01 .block-modal__content .pic-area .pic {
  margin-bottom: 1rem;
}

.block-modal--01 .block-modal__content .pic-area .pic:last-child {
  margin-bottom: 0;
}

.block-modal--01 .block-modal__content .pic-area .pic figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 600px) {
  .block-modal--01 .block-modal__content .pic-area .pic figcaption {
    font-size: 1.4rem;
  }
}

.block-theme:after {
  content: "";
  display: block;
  clear: both;
}

.block-theme .block-theme__item {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  min-height: 144px;
  background: #fff url("../img/bg-theme.png") left center no-repeat;
  background-size: auto 100%;
}

@media (min-width: 600px) {
  .block-theme .block-theme__item {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 2%;
    width: 49%;
    min-height: 213px;
  }
}

@media (min-width: 1180px) {
  .block-theme .block-theme__item {
    margin-bottom: 2.5rem;
    margin-right: 2.403%;
    width: 31.73%;
    min-height: 213px;
  }
}

.block-theme .block-theme__item dt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.1rem;
  width: 11%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media (min-width: 600px) {
  .block-theme .block-theme__item dt {
    margin-top: -1.3rem;
    width: 13.636%;
    font-size: 2.6rem;
  }
}

.block-theme .block-theme__item dd {
  padding: 1.3rem 1rem 1.3rem 27.272%;
}

@media (min-width: 600px) {
  .block-theme .block-theme__item dd {
    padding: 2.6rem 1rem 2.6rem 27.272%;
  }
}

.block-theme .block-theme__item dd .heading {
  margin-bottom: 0.8rem;
  color: #007d42;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  .block-theme .block-theme__item dd .heading {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}

.block-theme .block-theme__item dd ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .block-theme .block-theme__item dd ul li {
    font-size: 1.5rem;
  }
}

@media (min-width: 600px) {
  .block-theme .block-theme__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1180px) {
  .block-theme .block-theme__item:nth-child(2n) {
    margin-right: 2.403%;
  }
}

@media (min-width: 1180px) {
  .block-theme .block-theme__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .block-video:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-video .block-video__item {
  margin-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 600px) {
  .block-video .block-video__item {
    float: left;
    margin-bottom: 4rem;
    margin-right: 2%;
    width: 49%;
  }
}

.block-video .block-video__item .box-video .video {
  margin-bottom: 0.5rem;
}

@media (min-width: 600px) {
  .block-video .block-video__item .box-video .video {
    margin-bottom: 1rem;
  }
}

.block-video .block-video__item .box-video .video img {
  width: 100%;
}

.block-video .block-video__item .box-video .video video {
  width: 100%;
}

@media (min-width: 600px) {
  .block-video .block-video__item:nth-child(2n) {
    margin-right: 0;
  }

  .block-video .block-video__right {
    margin-left: 51%;
  }
}

.block-history {
  overflow: hidden;
}

.block-history .page-in-anchor {
  position: relative;
  margin-bottom: 2rem;
  z-index: 3;
}

@media (min-width: 860px) {
  .block-history .page-in-anchor {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1180px) {
  .block-history .page-in-anchor .fixed-width, .block-history .page-in-anchor .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .page-in-anchor .box-history__inner, .block-history .page-in-anchor .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .page-in-anchor .box-history__content, .block-history .page-in-anchor .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-history .page-in-anchor .block-heading__inner {
    padding-left: 3.676%;
    padding-right: 3.676%;
    max-width: 1200px;
  }
}

.block-history .page-in-anchor ul:after {
  content: "";
  display: block;
  clear: both;
}

.block-history .page-in-anchor ul li {
  float: left;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1rem;
  width: 48%;
}

@media (min-width: 860px) {
  .block-history .page-in-anchor ul li {
    width: 23%;
  }
}

.block-history .page-in-anchor ul li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-history .page-in-anchor ul li a:before {
  content: "";
  position: absolute;
  bottom: calc(10/250*100%);
  left: 50%;
  display: block;
  width: 10px;
  height: 6px;
  background: url(/common/img/icon-arrow-down-white.png) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 600px) {
  .block-history .page-in-anchor ul li a:before {
    width: 15px;
    height: 9px;
    bottom: calc(19/250*100%);
  }
}

.block-history .page-in-anchor ul li a .pic img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-history .page-in-anchor ul li a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 6.666%;
  padding-right: 6.666%;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-history .page-in-anchor ul li a .title span {
  display: block;
}

.block-history .page-in-anchor ul li a .title span.chapter {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1;
  opacity: 0.4;
}

@media (min-width: 1180px) {
  .block-history .page-in-anchor ul li a .title span.chapter {
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
  }
}

.block-history .page-in-anchor ul li a .title span.period {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 360px) {
  .block-history .page-in-anchor ul li a .title span.period {
    font-size: 2rem;
  }
}

@media (min-width: 1180px) {
  .block-history .page-in-anchor ul li a .title span.period {
    margin-bottom: 0.2rem;
    font-size: 3.4rem;
  }
}

.block-history .page-in-anchor ul li a .title span.period .font-ja {
  display: inline-block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.block-history .page-in-anchor ul li a .title span.summery {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media (max-width: 360px) {
  .block-history .page-in-anchor ul li a .title span.summery {
    font-size: 1rem;
  }
}

@media (min-width: 1180px) {
  .block-history .page-in-anchor ul li a .title span.summery {
    font-size: 1.5rem;
  }
}

.block-history .page-in-anchor ul li a:hover {
  opacity: 0.7;
}

.block-history .block-history__content {
  position: relative;
}

.block-history .block-history__content .box-history {
  position: relative;
}

.block-history .block-history__content .box-history .box-history__inner {
  max-width: 1360px;
}

@media (min-width: 1180px) {
  .block-history .block-history__content .box-history .box-history__inner {
    padding-left: 5.882%;
    padding-right: 5.882%;
  }
}

.block-history .block-history__content .box-history .box-history__header {
  position: relative;
}

.block-history .block-history__content .box-history .box-history__header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 50vw;
  background: transparent url("/img/company/outline/history/index/bg-heading01.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history .box-history__header:before {
    height: 758px;
  }
}

.block-history .block-history__content .box-history .box-history__header .box-history__header__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1360px;
  z-index: 3;
}

.block-history .block-history__content .box-history .box-history__header .pic {
  position: relative;
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__header .pic {
    -webkit-box-shadow: 8px 8px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 8px 3px rgba(0, 0, 0, 0.15);
  }
}

.block-history .block-history__content .box-history .box-history__header .pic img {
  display: block;
}

.block-history .block-history__content .box-history .box-history__header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 6.666%;
  padding-right: 6.666%;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.block-history .block-history__content .box-history .box-history__header .title span {
  display: block;
}

.block-history .block-history__content .box-history .box-history__header .title span.chapter {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  opacity: 0.4;
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history .box-history__header .title span.chapter {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.block-history .block-history__content .box-history .box-history__header .title span.period {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history .box-history__header .title span.period {
    margin-bottom: 1rem;
    font-size: 7rem;
  }
}

.block-history .block-history__content .box-history .box-history__header .title span.period .font-ja {
  display: inline-block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.block-history .block-history__content .box-history .box-history__header .title span.summery {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history .box-history__header .title span.summery {
    font-size: 2rem;
  }
}

.block-history .block-history__content .box-history .box-history__content .box-history__content__inner {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  z-index: 3;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .box-history__content__inner {
    padding-top: 4rem;
    padding-bottom: 7rem;
    height: 996px;
  }
}

.block-history .block-history__content .box-history .box-history__content .box-history__content__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 100%;
  background-color: #007d42;
  z-index: 1;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .box-history__content__inner:before {
    left: 50%;
    width: 9rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.block-history .block-history__content .box-history .box-history__content .history-border {
  position: absolute;
  top: -4.25rem;
  left: 0;
  width: 4.5rem;
  height: 100%;
  z-index: 2;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-border {
    left: 50%;
    width: 9rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.block-history .block-history__content .box-history .box-history__content .history-border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: calc( 100% + 4.25rem);
  background-color: #fff;
  z-index: 2;
}

.block-history .block-history__content .box-history .box-history__content .history-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 1px;
  width: 1rem;
  height: 1rem;
  border-radius: 50% 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-history .block-history__content .box-history .box-history__content .history-part {
  position: relative;
  margin-bottom: 1rem;
  z-index: 3;
}

.block-history .block-history__content .box-history .box-history__content .history-part:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part {
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    width: 9rem;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part dt {
  float: left;
  display: block;
  margin-right: 2rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  width: 4.5rem;
  color: #fff;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  background-color: #007d42;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part dt {
    margin-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 9rem;
    font-size: 2.2rem;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part dt.year-blank {
  background-color: transparent;
}

.block-history .block-history__content .box-history .box-history__content .history-part dd {
  position: relative;
  float: left;
  padding-top: 1rem;
  width: calc( 100% - 7rem);
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part dd {
    position: absolute;
    top: 0.7rem;
    left: 10rem;
    margin-right: 0;
    width: 41vw;
    max-width: 580px;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part dd .box-arrow {
  display: block;
  position: absolute;
  top: 1rem;
  left: -2.5rem;
  width: 2rem;
  height: 2rem;
  z-index: 4;
}

.block-history .block-history__content .box-history .box-history__content .history-part dd .box-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1rem solid #fff;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid transparent;
  z-index: 2;
}

.block-history .block-history__content .box-history .box-history__content .history-part dd .box-arrow:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-top: 1rem solid #000;
  border-right: 1rem solid #000;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid transparent;
  opacity: 0.1;
  z-index: 1;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part dd .box-column--01:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part dd .box-column--01 .info-area {
    float: left;
    width: 50%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part dd .box-column--01 .pic-area {
    float: right;
    width: 43%;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content {
  position: relative;
  margin-left: -0.5rem;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .part__content__inner {
  position: relative;
  padding: 1rem 6.666%;
  background-color: #fff;
  z-index: 3;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part .part__content .part__content__inner {
    padding: 2rem;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px 5px 20px;
  height: 26px;
  z-index: 4;
  color: #fff;
  background-color: #007d42;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part .part__content .tag {
    padding: 5px 10px 5px 20px;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .tag:after {
  content: "";
  right: -30px;
  width: 30px;
  height: 26px;
  background-image: url("../img/bg-tag-green-reverse.png");
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area {
  margin-bottom: 1rem;
  text-align: left;
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .date {
  color: #007d42;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .date {
    font-size: 1.6rem;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .title {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .title {
    font-size: 2rem;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .text-area p {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .text-area p {
    font-size: 1.5rem;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .pic-area {
  position: relative;
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .pic-area .pic {
  text-align: center;
}

.block-history .block-history__content .box-history .box-history__content .history-part .part__content .pic-area .pic .caption {
  margin-top: 0.4rem;
  font-size: 1rem;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part .part__content .pic-area .pic .caption {
    font-size: 1.2rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part-left dd {
    left: auto;
    right: 10rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part-left dd .box-arrow {
    left: auto;
    right: -2rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part-left dd .box-arrow:before {
    border-top: 1rem solid #fff;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #fff;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part-left dd .box-arrow:after {
    border-top: 1rem solid #000;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #000;
  }
}

.block-history .block-history__content .box-history .box-history__content .history-part.part-topix dd .part__content .info-area {
  padding-top: 2rem;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part-topix dd .part__content .info-area {
    padding-top: 2rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-01 {
    top: 80px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-01 dd {
    max-width: 340px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-02 {
    top: 130px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-02 dd {
    max-width: 427px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 {
    top: 230px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd {
    max-width: 460px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd .part__content .pic-area {
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd .part__content .pic-area .pic {
    position: relative;
    display: inline-block;
    padding-top: 4rem;
    text-align: right;
  }
}

@media (min-width: 970px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd .part__content .pic-area .pic {
    padding-top: 0;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd .part__content .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 245px;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-04 {
    top: 280px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-04 dd {
    max-width: 210px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-05 {
    top: 430px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-05 dd {
    max-width: 410px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-06 {
    top: 480px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-06 dd {
    max-width: 355px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-07 {
    top: 630px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-07 dd {
    max-width: 530px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-07 dd .part__content .box-column--01 .info-area {
    width: 56.666%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-07 dd .part__content .box-column--01 .pic-area {
    width: 41.666%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-08 {
    top: 680px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-08 dd {
    max-width: 508px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-08 dd .part__content .pic-area {
    text-align: left;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-08 dd .part__content .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part01-08 dd .part__content .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    left: calc(100% + 4px);
    width: 20vw;
    max-width: 245px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-01 {
    top: 80px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-01 dd {
    max-width: 355px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-02 {
    top: 130px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-02 dd {
    max-width: 427px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-03 {
    top: 230px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-03 dd {
    max-width: 508px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-04 {
    top: 264px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-04 dd {
    max-width: 490px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-04 dd .part__content .box-column--01 .info-area {
    width: 63.218%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-04 dd .part__content .box-column--01 .pic-area {
    width: 32.873%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-05 {
    top: 375px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-05 dd {
    max-width: 418px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-06 {
    top: 475px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-06 dd {
    max-width: 490px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-06 dd .part__content .box-column--01 .info-area {
    width: 63.218%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-06 dd .part__content .box-column--01 .pic-area {
    width: 32.873%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-07 {
    top: 526px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-07 dd {
    max-width: 580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-08 {
    top: 675px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-08 dd {
    max-width: 400px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-09 {
    top: 775px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-09 dd {
    max-width: 510px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-10 {
    top: 875px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-10 dd {
    max-width: 578px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-11 {
    top: 925px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-11 dd {
    max-width: 460px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-11 dd .part__content .box-column--01 .info-area {
    width: 78.282%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-11 dd .part__content .box-column--01 .pic-area {
    width: 19.444%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-12 {
    top: 1025px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-12 dd {
    max-width: 577px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-13 {
    top: 1120px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-13 dd {
    max-width: 577px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-14 {
    top: 1170px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-14 dd {
    max-width: 510px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-15 {
    top: 1270px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part02-15 dd {
    max-width: 210px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-01 {
    top: 70px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-01 dd {
    max-width: 480px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-01 dd .part__content .box-column--01 .info-area {
    width: 78.282%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-01 dd .part__content .box-column--01 .pic-area {
    width: 19.444%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-02 {
    top: 120px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-02 dd {
    max-width: 410px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-03 {
    top: 270px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-03 dd {
    max-width: 160px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-04 {
    top: 340px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-04 dd {
    max-width: 320px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-05 {
    top: 400px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-05 dd {
    max-width: 430px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-05 dd .part__content .box-column--01 .info-area {
    width: 55.263%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-05 dd .part__content .box-column--01 .pic-area {
    width: 36.842%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-06 {
    top: 520px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-06 dd {
    max-width: 560px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-07 {
    top: 580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-07 dd {
    max-width: 320px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-08 {
    top: 670px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-08 dd {
    max-width: 450px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-08 dd .part__content .box-column--01 .info-area {
    width: 60%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-08 dd .part__content .box-column--01 .pic-area {
    width: 35%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-09 {
    top: 760px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-09 dd {
    max-width: 490px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-09 dd .part__content .box-column--01 .info-area {
    width: 55%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-09 dd .part__content .box-column--01 .pic-area {
    width: 41%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-10 {
    top: 870px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part03-10 dd {
    max-width: 400px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-01 {
    top: 70px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-01 dd {
    max-width: 320px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-02 {
    top: 120px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-02 dd {
    max-width: 320px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-03 {
    top: 270px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-03 dd {
    max-width: 640px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-04 {
    top: 320px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-04 dd {
    max-width: 530px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-05 {
    top: 420px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-05 dd {
    max-width: 490px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 {
    top: 520px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd {
    max-width: 460px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .part__content .info-area {
    width: 57.536%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .part__content .pic-area {
    padding-top: 6vw;
    width: 34.146%;
    text-align: right;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .part__content .pic-area {
    padding-top: 0;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .part__content .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .part__content .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 {
    top: 620px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd {
    max-width: 460px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .part__content .info-area {
    width: 57.536%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .part__content .pic-area {
    padding-top: 6vw;
    width: 34.146%;
    text-align: right;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .part__content .pic-area {
    padding-top: 0;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .part__content .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .part__content .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-08 {
    top: 720px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-08 dd {
    max-width: 590px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-09 {
    top: 825px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-09 dd {
    max-width: 530px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-09 dd .part__content .box-column--01 .info-area {
    width: 66.666%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-09 dd .part__content .box-column--01 .pic-area {
    width: 29.166%;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-10 {
    top: 915px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-10 dd {
    max-width: 400px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-10 dd .part__content .pic-area {
    text-align: left;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-10 dd .part__content .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-10 dd .part__content .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    left: calc(100% + 4px);
    width: 20vw;
    max-width: 198px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-11 {
    top: 1020px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-11 dd {
    max-width: 467px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 {
    top: 1220px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd {
    max-width: 580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .info-area {
    width: 58%;
    line-height: 1.4;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .info-area {
    width: 69.444%;
    line-height: 1.6;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .pic-area {
    padding-top: 9vw;
    width: 34%;
    text-align: right;
  }
}

@media (min-width: 950px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .pic-area {
    padding-top: 6vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .pic-area {
    width: 25.925%;
  }
}

@media (min-width: 1170px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .box-column--01 .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-13 {
    top: 1267px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-13 dd {
    max-width: 510px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-14 {
    top: 1420px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-14 dd {
    max-width: 490px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 {
    top: 1490px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd {
    max-width: 580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .info-area {
    width: 58%;
    line-height: 1.4;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .info-area {
    width: 69.444%;
    line-height: 1.6;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .pic-area {
    padding-top: 9vw;
    width: 34%;
    text-align: right;
  }
}

@media (min-width: 950px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .pic-area {
    padding-top: 6vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .pic-area {
    width: 25.925%;
  }
}

@media (min-width: 1170px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .box-column--01 .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-16 {
    top: 1580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-16 dd {
    max-width: 500px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-17 {
    top: 1770px;
  }
  
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-17 dd {
    max-width: 510px;
  }
}

@media (min-width: 1110px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-17 {
    top: 1760px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-18 {
    top: 1860px;
  }
  
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-18 dd {
    max-width: 490px;
  }
}

@media (min-width: 1110px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-18 {
    top: 1830px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 {
    top: 1960px;
  }
}

@media (min-width: 1020px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 {
    top: 1930px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd {
    max-width: 580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .info-area {
    width: 58%;
    line-height: 1.4;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .info-area {
    width: 69.444%;
    line-height: 1.6;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area {
    padding-top: 9vw;
    width: 34%;
    text-align: right;
  }
}

@media (min-width: 950px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area {
    padding-top: 8vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area {
    width: 25.925%;
  }
}

@media (min-width: 1140px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area {
    padding-top: 5rem;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19 dd .box-column--01 .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 1020px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english {
    top: 1950px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english dd .box-column--01 .pic-area {
    padding-top: 23rem;
  }
}

@media (min-width: 885px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english dd .box-column--01 .pic-area {
    padding-top: 20vw;
  }
}

@media (min-width: 990px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english dd .box-column--01 .pic-area {
    padding-top: 18vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english dd .box-column--01 .pic-area {
    padding-top: 14rem;
  }
}

@media (min-width: 1180px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english dd .box-column--01 .pic-area {
    padding-top: 10rem;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-19.english dd .box-column--01 .pic-area {
    padding-top: 8rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-20 {
    top: 2054px;
  }
  
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-20 dd {
    max-width: 490px;
  }
}

@media (min-width: 1110px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-20 {
    top: 2024px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 {
    top: 2180px;
  }
}

@media (min-width: 1020px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 {
    top: 2150px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd {
    max-width: 325px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .info-area {
    width: 58%;
    line-height: 1.4;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .info-area {
    width: 55.444%;
    line-height: 1.6;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area {
    padding-top: 3vw;
    width: 42%;
    text-align: right;
  }
}

@media (min-width: 950px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area {
    padding-top: 3vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area {
    width: 41.925%;
  }
}

@media (min-width: 1140px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21 dd .box-column--01 .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english {
    top: 2330px;
  }
}

@media (min-width: 1020px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english {
    top: 2210px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd {
    max-width: 410px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .info-area {
    width: 58%;
    line-height: 1.4;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .info-area {
    width: 55.444%;
    line-height: 1.6;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area {
    padding-top: 9vw;
    width: 31.925%;
    text-align: right;
  }
}

@media (min-width: 950px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area {
    padding-top: 3vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area {
    width: 31.925%;
  }
}

@media (min-width: 1140px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-21.english dd .box-column--01 .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 {
    top: 2230px;
  }
}

@media (min-width: 1020px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 {
    top: 2200px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd {
    max-width: 580px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .info-area {
    width: 58%;
    line-height: 1.4;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .info-area {
    width: 69.444%;
    line-height: 1.6;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area {
    padding-top: 9vw;
    width: 34%;
    text-align: right;
  }
}

@media (min-width: 950px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area {
    padding-top: 8vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area {
    width: 25.925%;
  }
}

@media (min-width: 1140px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area {
    padding-top: 5rem;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area {
    padding-top: 3rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area .pic {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22 dd .box-column--01 .pic-area .pic .caption {
    position: absolute;
    bottom: 0;
    right: calc(100% + 4px);
    width: 20vw;
    max-width: 190px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english {
    top: 2400px;
  }
}

@media (min-width: 1020px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english {
    top: 2270px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english dd .box-column--01 .pic-area {
    padding-top: 20rem;
  }
}

@media (min-width: 885px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english dd .box-column--01 .pic-area {
    padding-top: 20vw;
  }
}

@media (min-width: 990px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english dd .box-column--01 .pic-area {
    padding-top: 18vw;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english dd .box-column--01 .pic-area {
    padding-top: 14rem;
  }
}

@media (min-width: 1180px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english dd .box-column--01 .pic-area {
    padding-top: 10rem;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history .box-history__content .history-part.part04-22.english dd .box-column--01 .pic-area {
    padding-top: 8rem;
  }
}

.block-history .block-history__content .box-history:nth-child(2n) .box-history__header:before {
  background-image: url("/img/company/outline/history/index/bg-heading02.png");
}

.block-history .block-history__content .box-history.period01 .box-history__header {
  z-index: 4;
}

.block-history .block-history__content .box-history.period01 .box-history__header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 6.666%;
  padding-right: 6.666%;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  z-index: 3;
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history.period01 .box-history__header .title .chapter {
    margin-bottom: 0;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period01 .box-history__header .title .chapter {
    margin-bottom: 1rem;
  }
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history.period01 .box-history__header .title .period {
    margin-bottom: 0;
    line-height: 0.8;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period01 .box-history__header .title .period {
    margin-bottom: 1rem;
    line-height: 1;
  }
}

@media (min-width: 600px) {
  .block-history .block-history__content .box-history.period01 .box-history__header .title .summery {
    font-size: 1.8rem;
  }
}

@media (min-width: 1180px) {
  .block-history .block-history__content .box-history.period01 .box-history__header .title .summery {
    margin-top: 50px;
    font-size: 2.6rem;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period01 .box-history__content .box-history__content__inner {
    height: 996px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period02 .box-history__content .box-history__content__inner {
    height: 1420px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period03 .box-history__content .box-history__content__inner {
    height: 1080px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period04 .box-history__content .box-history__content__inner {
    height: 2540px;
  }
}

@media (min-width: 1110px) {
  .block-history .block-history__content .box-history.period04 .box-history__content .box-history__content__inner {
    height: 2500px;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history.period04 .box-history__content .box-history__content__inner {
    height: 2470px;
  }
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history.period04.english .box-history__content .box-history__content__inner {
    height: 2835px;
  }
}

@media (min-width: 1030px) {
  .block-history .block-history__content .box-history.period04.english .box-history__content .box-history__content__inner {
    height: 2640px;
  }
}

@media (min-width: 1300px) {
  .block-history .block-history__content .box-history.period04.english .box-history__content .box-history__content__inner {
    height: 2615px;
  }
}

.block-history .block-history__content .box-history:last-child .box-history__content .box-history__content__inner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 4.7rem;
  height: 70px;
  background: transparent url("/img/company/outline/history/index/bg-bar-bottom.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

@media (min-width: 860px) {
  .block-history .block-history__content .box-history:last-child .box-history__content .box-history__content__inner:after {
    left: 50%;
    width: 9.2rem;
    height: 140px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.block-top-heading--01 .box-top {
  position: relative;
  margin-top: -12rem;
  margin-bottom: 4rem;
}

@media (min-width: 1180px) {
  .block-top-heading--01 .box-top {
    margin-top: -16rem;
    margin-bottom: 8rem;
  }
}

.block-top-heading--01 .box-top .box-top__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1200px;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-top-heading--01 .box-top .box-top__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-top-heading--01 .box-top .box-text {
  padding: 2.5rem 9.6153%;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-top-heading--01 .box-top .box-text {
    padding: 5rem 9.6153%;
    text-align: center;
  }
}

.block-top-heading--01 .box-top .box-text .heading {
  margin-bottom: 1.5rem;
  color: #007d42;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 1180px) {
  .block-top-heading--01 .box-top .box-text .heading {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}

.block-top-heading--01 .box-top .box-text .text-area p {
  line-height: 2;
}

.block-top-heading--01 .box-top .box-text .anchor-area {
  margin-top: 1rem;
}

@media (min-width: 1180px) {
  .block-top-heading--01 .box-top .box-text .anchor-area {
    margin-top: 2rem;
  }
}

.block-top-heading--01 .box-top .box-text .anchor-area ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 510px;
}

@media (min-width: 860px) {
  .block-top-heading--01 .box-top .box-text .anchor-area ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 860px) {
  .block-top-heading--01 .box-top .box-text .anchor-area ul li {
    float: left;
    margin-right: 5.882%;
    width: 47%;
  }
}

.block-top-heading--01 .box-top .box-text .anchor-area ul li a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 0;
  border-bottom: 1px solid #d2d5d6;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}

@media (min-width: 1180px) {
  .block-top-heading--01 .box-top .box-text .anchor-area ul li a {
    padding: 2rem 4rem 2rem 0;
    font-size: 1.8rem;
  }
}

.block-top-heading--01 .box-top .box-text .anchor-area ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.4rem;
  height: 1rem;
  background: transparent url("../img/icon-arrow-down.png") center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-top-heading--01 .box-top .box-text .anchor-area ul li a:hover:before {
  top: 60%;
}

@media (min-width: 860px) {
  .block-top-heading--01 .box-top .box-text .anchor-area ul li:last-child {
    margin-right: 0;
  }
}

.block-top-heading--01.no-top .box-top {
  margin-top: 4rem;
}

@media (min-width: 860px) {
  .block-top-heading--01.no-top .box-top .box-text {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.block-heading-style--01 {
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-heading-style--01 .block-heading__inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

@media (min-width: 860px) {
  .block-heading-style--01 .block-heading__inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.block-heading-style--01 .heading {
  position: relative;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 860px) {
  .block-heading-style--01 .heading {
    font-size: 3.6rem;
  }
}

.block-heading-style--01 .heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.5rem;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 860px) {
  .block-heading-style--01 .heading:before {
    width: 3rem;
  }
}

.block-heading-style--01 .text-area {
  margin-top: 0.8rem;
}

@media (min-width: 860px) {
  .block-heading-style--01 .text-area {
    margin-top: 1.6rem;
  }
}

.block-heading-style--01 .text-area p {
  color: #fff;
  font-size: 1.6rem;
}

@media (min-width: 860px) {
  .block-heading-style--01 .text-area p {
    font-size: 1.8rem;
  }
}

.block-heading-style--01.type02 .block-heading__inner {
  padding-top: 4.9rem;
  padding-bottom: 4.9rem;
}

@media (min-width: 860px) {
  .block-heading-style--01.type02 .block-heading__inner {
    padding-top: 9.8rem;
    padding-bottom: 9.8rem;
  }
}

.block-features--01 {
  margin-top: 4.5rem;
}

@media (min-width: 1180px) {
  .block-features--01 {
    margin-top: 16rem;
  }
}

@media (min-width: 1180px) {
  .block-features--01 img.sp-only {
    display: none;
  }
}

.block-features--01 img.pc-only {
  display: none;
}

@media (min-width: 1180px) {
  .block-features--01 img.pc-only {
    display: inline-block;
  }
}

.block-features--01 .fixed-width, .block-features--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--01 .box-history__inner, .block-features--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--01 .box-history__content, .block-features--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--01 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 1180px) {
  .block-features--01 .fixed-width, .block-features--01 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--01 .box-history__inner, .block-features--01 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--01 .box-history__content, .block-features--01 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--01 .block-heading__inner {
    max-width: 1520px;
  }
}

.block-features--01 .box-item {
  position: relative;
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item {
    margin-bottom: 10rem;
  }
}

.block-features--01 .box-item .pic-area {
  position: relative;
  text-align: right;
}

.block-features--01 .box-item .pic-area .pic {
  position: relative;
  margin-left: 13.333%;
  z-index: 1;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item .pic-area .pic {
    margin-left: 31.578%;
  }
}

.block-features--01 .box-item .info-area {
  position: relative;
  margin-bottom: -14rem;
  margin-right: 13.333%;
  text-align: left;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item .info-area {
    position: absolute;
    top: 0;
    left: 5.263%;
    margin-top: -8rem;
  }
}

.block-features--01 .box-item .info-area .info-area__inner {
  display: inline-block;
  padding: 4rem 7.692%;
  max-width: 56rem;
  background-color: #018a3a;
  background-image: url("/img/business/common/bg-box-feature01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item .info-area .info-area__inner {
    padding: 8rem 14.285%;
    width: 56rem;
  }
}

.block-features--01 .box-item .info-area .heading {
  position: relative;
  margin-bottom: 1rem;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  opacity: 0.2;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item .info-area .heading {
    margin-bottom: 2rem;
    font-size: 6.5rem;
  }
}

.block-features--01 .box-item .info-area .text-area {
  text-align: left;
}

.block-features--01 .box-item .info-area .text-area p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item .info-area .text-area p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.block-features--01 .box-item .info-area .text-area p b {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item .info-area .text-area p b {
    font-size: 1.6rem;
  }
}

.block-features--01 .box-item:nth-child(2n) .pic-area {
  text-align: left;
}

.block-features--01 .box-item:nth-child(2n) .pic-area .pic {
  margin-left: 0;
  margin-right: 13.333%;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item:nth-child(2n) .pic-area .pic {
    margin-left: 0;
    margin-right: 31.578%;
  }
}

.block-features--01 .box-item:nth-child(2n) .info-area {
  margin-left: 13.333%;
  margin-right: 0;
  text-align: right;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item:nth-child(2n) .info-area {
    left: auto;
    right: 5.263%;
    margin-bottom: 8rem;
  }
}

.block-features--01 .box-item:nth-child(2n) .info-area .heading:before {
  left: auto;
  right: 0;
}

.block-features--01 .box-item.style-down {
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .block-features--01 .box-item.style-down {
    margin-bottom: 14rem;
  }
}

@media (min-width: 1180px) {
  .block-features--01 .box-item.style-down .info-area {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type01--02 .box-item .info-area .info-area__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type02 .box-item .pic-area {
    z-index: 2;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type02 .box-item .pic-area .pic {
    margin-left: 36.842%;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type02 .box-item .info-area {
    z-index: 1;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type02 .box-item .info-area .info-area__inner {
    padding-right: 24.107%;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type02 .box-item:nth-child(2n) .pic-area .pic {
    margin-left: 0;
    margin-right: 36.842%;
  }
}

@media (min-width: 1180px) {
  .block-features--01.type02 .box-item:nth-child(2n) .info-area .info-area__inner {
    padding-left: 24.107%;
    padding-right: 14.285%;
  }
}

.block-features--02 {
  background-color: #018a3a;
  background-image: url("/img/business/common/bg-box-feature03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .block-features--02 img.sp-only {
    display: none;
  }
}

.block-features--02 img.pc-only {
  display: none;
}

@media (min-width: 1180px) {
  .block-features--02 img.pc-only {
    display: inline-block;
  }
}

.block-features--02 .pc-only-until-tablet {
  display: none;
}

@media (min-width: 1180px) {
  .block-features--02 .pc-only-until-tablet {
    display: inline-block;
  }
}

.block-features--02 .fixed-width, .block-features--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--02 .box-history__inner, .block-features--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--02 .box-history__content, .block-features--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--02 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 1180px) {
  .block-features--02 .fixed-width, .block-features--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--02 .box-history__inner, .block-features--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--02 .box-history__content, .block-features--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--02 .block-heading__inner {
    max-width: 1360px;
  }
}

@media (max-width: 1400px) {
  .block-features--02 .fixed-width, .block-features--02 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--02 .box-history__inner, .block-features--02 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--02 .box-history__content, .block-features--02 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--02 .block-heading__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.block-features--02 .box-item {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 860px) {
  .block-features--02 .box-item {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .block-features--02 .box-item:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-features--02 .box-item .pic-area {
  position: relative;
  padding-left: 6.666%;
  padding-right: 6.666%;
  text-align: center;
}

@media (min-width: 860px) {
  .block-features--02 .box-item .pic-area {
    float: right;
    padding-left: 0;
    padding-right: 0;
    width: 55.147%;
  }
}

.block-features--02 .box-item .pic-area .pic {
  position: relative;
}

.block-features--02 .box-item .info-area {
  position: relative;
  margin-bottom: 3rem;
}

@media (min-width: 860px) {
  .block-features--02 .box-item .info-area {
    float: left;
    margin-bottom: 0;
    width: 41.176%;
  }
}

.block-features--02 .box-item .info-area .info-area__inner {
  padding-left: 6.666%;
  padding-right: 6.666%;
}

@media (min-width: 860px) {
  .block-features--02 .box-item .info-area .info-area__inner {
    padding-left: 1.785%;
    padding-right: 1.785%;
  }
}

.block-features--02 .box-item .info-area .heading {
  position: relative;
  margin-bottom: 1rem;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  opacity: 0.2;
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .heading {
    margin-bottom: 2rem;
    font-size: 6.5rem;
  }
}

.block-features--02 .box-item .info-area .sub-heading {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .sub-heading {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
}

.block-features--02 .box-item .info-area .text-area {
  text-align: left;
}

.block-features--02 .box-item .info-area .text-area p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .text-area p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.block-features--02 .box-item .info-area .text-area p b {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .text-area p b {
    font-size: 1.6rem;
  }
}

.block-features--02 .box-item .info-area .box-text {
  margin-top: 1rem;
  padding: 1rem 5.555%;
  color: #007d42;
  background-color: #fff;
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .box-text {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.block-features--02 .box-item .info-area .box-text p {
  font-size: 1.4rem;
  line-height: 2;
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .box-text p {
    font-size: 1.5rem;
  }
}

.block-features--02 .box-item .info-area .box-info {
  margin-top: 1rem;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1180px) {
  .block-features--02 .box-item .info-area .box-info {
    margin-top: 2rem;
    padding: 2rem;
    font-size: 1.6rem;
  }
}

@media (min-width: 1180px) {
  .block-features--02.style-text-vartical-middle .box-item .info-area {
    display: table;
    min-height: 350px;
  }
}

@media (min-width: 1180px) {
  .block-features--02.style-text-vartical-middle .box-item .info-area .info-area__inner {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1180px) {
  .block-features--02.style-layout-reversal .box-item .pic-area {
    float: left;
  }
}

@media (min-width: 1180px) {
  .block-features--02.style-layout-reversal .box-item .info-area {
    float: right;
  }
}

.block-features--03 {
  margin-top: 4.5rem;
}

@media (min-width: 1180px) {
  .block-features--03 {
    margin-top: 16rem;
  }
}

@media (min-width: 1180px) {
  .block-features--03 img.sp-only {
    display: none;
  }
}

.block-features--03 img.pc-only {
  display: none;
}

@media (min-width: 1180px) {
  .block-features--03 img.pc-only {
    display: inline-block;
  }
}

.block-features--03 .fixed-width, .block-features--03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--03 .box-history__inner, .block-features--03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--03 .box-history__content, .block-features--03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--03 .block-heading__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (min-width: 1180px) {
  .block-features--03 .fixed-width, .block-features--03 .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .block-features--03 .box-history__inner, .block-features--03 .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .block-features--03 .box-history__content, .block-features--03 .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .block-features--03 .block-heading__inner {
    max-width: 1360px;
  }
}

.block-features--03 .box-item {
  position: relative;
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item {
    margin-bottom: 10rem;
  }
}

.block-features--03 .box-item .pic-area {
  position: relative;
  text-align: right;
}

.block-features--03 .box-item .pic-area .pic {
  position: relative;
  margin-left: 13.333%;
  z-index: 1;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item .pic-area .pic {
    margin-left: 31.578%;
  }
}

.block-features--03 .box-item .info-area {
  position: relative;
  margin-right: 13.333%;
  text-align: left;
  z-index: 2;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item .info-area {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -8rem;
    width: 59.558%;
  }
}

.block-features--03 .box-item .info-area .info-area__inner {
  display: inline-block;
  padding: 3rem 7.692%;
  max-width: 81rem;
  background-color: #018a3a;
  background-image: url("/img/business/common/bg-box-feature01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item .info-area .info-area__inner {
    padding: 6rem 14.814% 6rem 9.876%;
    width: 100%;
  }
}

.block-features--03 .box-item .info-area .heading {
  position: relative;
  margin-bottom: 1rem;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  opacity: 0.2;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item .info-area .heading {
    margin-bottom: 2rem;
    font-size: 6.5rem;
  }
}

.block-features--03 .box-item .info-area .text-area {
  text-align: left;
}

.block-features--03 .box-item .info-area .text-area p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item .info-area .text-area p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.block-features--03 .box-item .info-area .text-area p b {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item .info-area .text-area p b {
    font-size: 1.6rem;
  }
}

.block-features--03 .box-item:nth-child(2n) .pic-area {
  text-align: left;
  z-index: 2;
}

.block-features--03 .box-item:nth-child(2n) .pic-area .pic {
  margin-left: 0;
  margin-right: 13.333%;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item:nth-child(2n) .pic-area .pic {
    margin-left: 0;
    margin-right: 31.578%;
  }
}

.block-features--03 .box-item:nth-child(2n) .info-area {
  margin-left: 13.333%;
  margin-right: 0;
  text-align: right;
  z-index: 1;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item:nth-child(2n) .info-area {
    left: auto;
    right: 0;
    margin-bottom: 8rem;
  }
}

@media (min-width: 1180px) {
  .block-features--03 .box-item:nth-child(2n) .info-area .info-area__inner {
    padding: 6rem 9.876% 6rem 14.814%;
  }
}

.block-features--03 .box-item:nth-child(2n) .info-area .heading:before {
  left: auto;
  right: 0;
}

.block-features--03 .box-item.style-down {
  margin-bottom: 7rem;
}

@media (min-width: 1180px) {
  .block-features--03 .box-item.style-down {
    margin-bottom: 14rem;
  }
}

@media (min-width: 1180px) {
  .block-features--03 .box-item.style-down .info-area {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}

.block-tab-display .page-in-anchor-min ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 1180px) {
  .block-tab-display .page-in-anchor-min ul {
    max-width: 680px;
  }
}

.block-tab-display .page-in-anchor-min ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

@media (min-width: 1180px) {
  .block-tab-display .page-in-anchor-min ul li {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.block-tab-display .page-in-anchor-min ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  width: 1px;
  height: 1em;
  background-color: #c7c7c7;
}

.block-tab-display .page-in-anchor-min ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.8rem;
}

@media (min-width: 1180px) {
  .block-tab-display .page-in-anchor-min ul li a {
    padding: 1rem 1.6rem;
  }
}

.block-tab-display .page-in-anchor-min ul li a:hover, .block-tab-display .page-in-anchor-min ul li a.is-active {
  color: #007d42;
  font-weight: bold;
}

.block-tab-display .page-in-anchor-min ul li a:hover:before, .block-tab-display .page-in-anchor-min ul li a.is-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc( 100% - 1.6rem);
  height: 2px;
  background-color: #007d42;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1180px) {
  .block-tab-display .page-in-anchor-min ul li a:hover:before, .block-tab-display .page-in-anchor-min ul li a.is-active:before {
    width: calc( 100% - 3.2rem);
  }
}

.block-tab-display .page-in-anchor-min ul li:last-child:before {
  display: none;
}

.block-example .block-example__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 1200px;
}

@media (min-width: 1180px) {
  .block-example .block-example__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-example .block-example__header .box-input-area {
  margin-bottom: 1rem;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area {
    margin-bottom: 2rem;
  }
}

.block-example .block-example__header .box-input-area ul:after {
  content: "";
  display: block;
  clear: both;
}

.block-example .block-example__header .box-input-area ul li {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.449%;
  width: 23.913%;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li {
    margin-right: 0.55%;
    width: 12%;
  }
}

.block-example .block-example__header .box-input-area ul li label span {
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-area ul li label span {
    font-size: 1.2rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li label span {
    font-size: 1.2rem;
  }
}

@media (min-width: 1180px) {
  .block-example .block-example__header .box-input-area ul li label span {
    font-size: 1.4rem;
  }
}

.block-example .block-example__header .box-input-area ul li label span.box-checkbox {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 9% 1rem 20%;
  background-color: #fff;
  cursor: pointer;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox {
    padding: 1rem 6% 1rem 25%;
  }
}

.block-example .block-example__header .box-input-area ul li label span.box-checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #edf0f2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox:before {
    left: 6%;
    width: 2rem;
    height: 2rem;
  }
}

@media (min-width: 1180px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox:before {
    left: 9%;
  }
}

.block-example .block-example__header .box-input-area ul li label span.box-checkbox:after {
  content: "";
  display: none;
  position: absolute;
  top: 48%;
  left: 10%;
  width: 0.5rem;
  height: 1rem;
  border-bottom: 2px solid #009a44;
  border-right: 2px solid #009a44;
  -webkit-transform: translateY(-50%) rotate(40deg);
      -ms-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox:after {
    left: 12%;
    width: 0.5rem;
    height: 1rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox:after {
    left: 12%;
    width: 0.5rem;
    height: 1rem;
  }
}

@media (min-width: 1180px) {
  .block-example .block-example__header .box-input-area ul li label span.box-checkbox:after {
    left: 14%;
  }
}

.block-example .block-example__header .box-input-area ul li label span.box-checkbox .text-label {
  display: table;
  width: 100%;
}

.block-example .block-example__header .box-input-area ul li label span.box-checkbox .text-label .text-label__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -0.08em;
}

.block-example .block-example__header .box-input-area ul li label input[type="checkbox"] {
  display: none;
}

.block-example .block-example__header .box-input-area ul li label input:checked + .box-checkbox {
  background-color: #009a44;
}

.block-example .block-example__header .box-input-area ul li label input:checked + .box-checkbox:before {
  background-color: #fff;
}

.block-example .block-example__header .box-input-area ul li label input:checked + .box-checkbox:after {
  display: block;
}

.block-example .block-example__header .box-input-area ul li label input:checked + .box-checkbox span {
  color: #fff;
}

.block-example .block-example__header .box-input-area ul li:nth-child(6) label span.box-checkbox {
  padding-left: 25%;
  padding-right: 4%;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li:nth-child(6) label span.box-checkbox {
    padding: 1rem 6% 1rem 25%;
  }
}

.block-example .block-example__header .box-input-area ul li:nth-child(4n) {
  margin-right: 0;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-area ul li:nth-child(4n) {
    margin-right: 0.55%;
  }
}

.block-example .block-example__header .box-input-area ul li:last-child {
  margin-right: 0;
}

.block-example .block-example__header .box-input-kind {
  margin-bottom: 2.5rem;
}

.block-example .block-example__header .box-input-kind .box-input-kind__header {
  padding: 1rem;
  background-color: #009a44;
  cursor: pointer;
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__header {
    padding: 1.5rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__header {
    padding: 2rem;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__header .heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__header .heading {
    font-size: 1.6rem;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__header .heading [class*="icon--"] {
  vertical-align: middle;
}

.block-example .block-example__header .box-input-kind .box-input-kind__header .heading .icon--magnify {
  margin-right: 0.5rem;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__header .heading .icon--magnify {
    margin-right: 1rem;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__header .heading .icon--plusminus {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__header .heading .icon--plusminus {
    margin-left: 1rem;
    top: -2px;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__header .heading .icon--plusminus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-example .block-example__header .box-input-kind .box-input-kind__header .heading .icon--plusminus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block-example .block-example__header .box-input-kind .box-input-kind__content {
  padding: 1rem 3.623%;
  background-color: #fff;
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind {
  margin-bottom: 1rem;
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dt {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dt {
    font-size: 1.4rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dt {
    font-size: 1.4rem;
  }
}

@media (min-width: 1180px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dt {
    float: left;
    padding-top: 1rem;
    width: 12.76%;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd {
  padding-top: 1rem;
  font-size: 1.2rem;
  border-top: 1px solid #edf0f2;
}

@media (min-width: 1180px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd {
    float: right;
    padding-left: 3.2rem;
    width: 87.239%;
    border-top: 0 none;
    border-left: 1px solid #edf0f2;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #edf0f2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox:before {
    width: 2rem;
    height: 2rem;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox:after {
  content: "";
  display: none;
  position: absolute;
  top: 48%;
  left: 5px;
  width: 0.3rem;
  height: 0.8rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(40deg);
      -ms-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
}

@media (min-width: 600px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox:after {
    left: 5px;
    width: 0.3rem;
    height: 0.8rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label .box-checkbox:after {
    left: 7px;
    width: 0.5rem;
    height: 1rem;
  }
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label input[type="checkbox"] {
  display: none;
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label input:checked + .box-checkbox:before {
  background-color: #009a44;
}

.block-example .block-example__header .box-input-kind .box-input-kind__content .list-kind dd ul li label input:checked + .box-checkbox:after {
  display: block;
}

.block-example .block-example__header .box-input-kind.is-open .box-input-kind__header .heading .icon--plusminus:after {
  display: none;
}

@media (min-width: 600px) {
  .block-example .block-example__content ul:after {
    content: "";
    display: block;
    clear: both;
  }
}

.block-example .block-example__content ul li {
  margin-bottom: 1rem;
  background-color: #dce0e3;
}

.block-example .block-example__content ul li:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 600px) {
  .block-example .block-example__content ul li {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1.5%;
    width: 32%;
    background-color: #fff;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__content ul li {
    margin-right: 1.666%;
    width: 23.75%;
  }
}

.block-example .block-example__content ul li .pic {
  position: relative;
  float: left;
  width: 37.681%;
  min-height: 13.6rem;
}

@media (min-width: 600px) {
  .block-example .block-example__content ul li .pic {
    float: none;
    width: 100%;
  }
}

.block-example .block-example__content ul li .pic .pic__inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 600px) {
  .block-example .block-example__content ul li .pic .pic__inner {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.block-example .block-example__content ul li .pic .pic__inner img {
  width: 100%;
}

.block-example .block-example__content ul li .info-area {
  float: right;
  padding: 1.4rem 6%;
  width: 62.318%;
  min-height: 13.6rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .block-example .block-example__content ul li .info-area {
    float: none;
    width: 100%;
  }
}

.block-example .block-example__content ul li .info-area .title {
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
}

@media (min-width: 600px) {
  .block-example .block-example__content ul li .info-area .title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__content ul li .info-area .title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.block-example .block-example__content ul li .info-area .title span {
  display: block;
}

.block-example .block-example__content ul li .info-area .box-cat span[class*="cat-"] {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.7rem;
  font-size: 1rem;
  text-align: center;
  min-width: 6rem;
  border-radius: 1rem 1rem / 50% 50%;
}

@media (min-width: 860px) {
  .block-example .block-example__content ul li .info-area .box-cat span[class*="cat-"] {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

.block-example .block-example__content ul li .info-area .box-cat span.cat-business {
  color: #fff;
  background-color: #009a44;
}

.block-example .block-example__content ul li .info-area .box-cat span.cat-facilities {
  color: #fff;
  background-color: #929292;
}

.block-example .block-example__content ul li .info-area .box-cat span.cat-age {
  color: #6d6d6d;
  background-color: #edf0f2;
}

@media (min-width: 600px) {
  .block-example .block-example__content ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__content ul li:nth-child(3n) {
    margin-right: 1.666%;
  }
}

@media (min-width: 860px) {
  .block-example .block-example__content ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.block-example .block-example__content .button-area {
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 860px) {
  .block-example .block-example__content .button-area {
    margin-top: 4rem;
  }
}

.block-example .block-example__content .button-area .button {
  display: inline-block !important;
  width: 80%;
  max-width: 300px;
}

@media (min-width: 600px) {
  .block-example .block-example__content .button-area .button {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    border-radius: 3rem 3rem / 50% 50%;
    width: 300px;
  }
}

@media (min-width: 1180px) {
  .block-example .block-example__content .button-area .button {
    font-size: 1.6rem;
  }
}

.block-example .block-example__content .button-area .button .icon {
  top: -2px;
  margin-left: 1rem;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .block-example .block-example__content .button-area .button .icon {
    margin-left: 1.4rem;
  }
}

.block-example .block-example__content .button-area .button:hover .icon:before {
  background-image: url("../img/icon-arrow-down-white02.png");
}

.block-example .block-example__content .cat-area,
.block-example .block-example__content .filter--hide,
.block-example .block-example__content .filter--notfound,
.block-example .block-example__content .filter--button-more {
  display: none;
}

.block-example .block-example__template {
  display: none;
}

.block-404 {
  padding: 6rem 6.666% 6rem;
  background-color: #fff;
}

@media (min-width: 600px) {
  .block-404 {
    padding: 9rem 9.999% 9rem;
  }
}

@media (min-width: 860px) {
  .block-404 {
    padding: 13rem 11.666% 13rem;
  }
}

.block-404 .block-404__content {
  text-align: center;
}

.block-404 .block-404__content .page-title {
  margin-bottom: 1.5rem;
  color: #007d42;
}

@media (min-width: 600px) {
  .block-404 .block-404__content .page-title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 600px) {
  .block-404 .block-404__content .page-title {
    margin-bottom: 3rem;
  }
}

.block-404 .block-404__content .page-title .main-text {
  display: block;
  margin-bottom: 2.75rem;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 2.5rem;
}

@media (min-width: 600px) {
  .block-404 .block-404__content .page-title .main-text {
    margin-bottom: 4rem;
    font-size: 3.5rem;
  }
}

@media (min-width: 600px) {
  .block-404 .block-404__content .page-title .main-text {
    margin-bottom: 5.5rem;
    font-size: 5rem;
  }
}

.block-404 .block-404__content .page-title .sub-text {
  display: block;
  font-size: 1.6rem;
}

@media (min-width: 600px) {
  .block-404 .block-404__content .page-title .sub-text {
    font-size: 2rem;
  }
}

@media (min-width: 600px) {
  .block-404 .block-404__content .page-title .sub-text {
    font-size: 3rem;
  }
}

.block-404 .block-404__content .text-area p {
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .block-404 .block-404__content .text-area p {
    font-size: 1.6rem;
  }
}

@media (min-width: 600px) {
  .block-404 .block-404__content .text-area p {
    font-size: 1.7rem;
  }
}

.block-404 .block-404__content .button-area {
  margin-top: 1.75rem;
}

@media (min-width: 600px) {
  .block-404 .block-404__content .button-area {
    margin-top: 2.8rem;
  }
}

@media (min-width: 600px) {
  .block-404 .block-404__content .button-area {
    margin-top: 3.5rem;
  }
}

@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Clearfix */
.clr {
  zoom: 1;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* border */
.border-bk {
  border: 1px solid #000000;
}

/* display:none */
.disnon {
  display: none;
}

/* min-height */
.min-height-medium {
  min-height: 400px;
}

@media (min-width: 1180px) {
  .min-height-medium {
    min-height: 800px;
  }
}

/* text line-hignth */
.text-linehgiht-large {
  line-height: 2;
}

/* text align */
.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

/* margin */
.set-mt-0 {
  margin-top: 0;
}

@media (min-width: 1180px) {
  .set-mt-0 {
    margin-top: 0;
  }
}

.set-mt-xsmall {
  margin-top: 0.5rem;
}

@media (min-width: 1180px) {
  .set-mt-xsmall {
    margin-top: 1rem;
  }
}

.set-mt-small {
  margin-top: 1rem;
}

@media (min-width: 1180px) {
  .set-mt-small {
    margin-top: 2rem;
  }
}

.set-mt-medium {
  margin-top: 2rem;
}

@media (min-width: 1180px) {
  .set-mt-medium {
    margin-top: 4rem;
  }
}

.set-mt-large {
  margin-top: 3rem;
}

@media (min-width: 1180px) {
  .set-mt-large {
    margin-top: 6rem;
  }
}

.set-mt-xlarge {
  margin-top: 4rem;
}

@media (min-width: 1180px) {
  .set-mt-xlarge {
    margin-top: 8rem;
  }
}

.set-mb-xsmall {
  margin-bottom: 0.5rem;
}

@media (min-width: 1180px) {
  .set-mb-xsmall {
    margin-bottom: 1rem;
  }
}

.set-mb-small {
  margin-bottom: 1rem;
}

@media (min-width: 1180px) {
  .set-mb-small {
    margin-bottom: 2rem;
  }
}

.set-mb-medium {
  margin-bottom: 2rem;
}

@media (min-width: 1180px) {
  .set-mb-medium {
    margin-bottom: 4rem;
  }
}

.set-mb-large {
  margin-bottom: 3rem;
}

@media (min-width: 1180px) {
  .set-mb-large {
    margin-bottom: 6rem;
  }
}

.set-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.set-mlr-small {
  margin-left: 5%;
  margin-right: 5%;
}

.set-mlr-large {
  margin-left: 8%;
  margin-right: 8%;
}

@media (min-width: 1180px) {
  .set-mlr-large {
    margin-left: 20%;
    margin-right: 20%;
  }
}

.set-mlr-xlarge {
  margin-left: 10%;
  margin-right: 10%;
}

@media (min-width: 1180px) {
  .set-mlr-xlarge {
    margin-left: 30%;
    margin-right: 30%;
  }
}

/* indent */
.indent-medium {
  padding-left: 1.5rem;
}

@media (min-width: 1180px) {
  .indent-medium {
    padding-left: 3rem;
  }
}

.indent-1em {
  padding-left: 1em;
}

.display-inline-block {
  display: inline-block;
}

.text-nowrap {
  white-space: nowrap;
}

.list-indent1 {
  list-style-type: disc;
  margin-left: 1.5em;
  text-indent: -1.0em;
}

.list-indent2 {
  list-style-type: disc;
  margin-left: 2.8em;
  text-indent: -2.3em;
}

.list-indent2-sub {
  margin-left: 21.8rem;
  text-indent: -12.6em;
}

@media (min-width: 1100px) {
  .list-indent2 {
    margin-right: 2.1rem;
  }

  .list-indent2-sub {
    margin-right: 2.0rem;
  }
}

@media (min-width: 1180px) {
  .list-indent2-sub {
    margin-left: 23.3rem;
  }
}

.padding-s2 {
  padding: 0 2rem;
}

.default-tborder, .default-tborder thead, .default-tborder tbody, .default-tborder tr, .default-tborder th, .default-tborder td {
  font-size: 1.15rem;
  border: 2px solid #dce0e3;
}

.scenario th, .scenario td, .scenario td li {
  vertical-align: middle;
}

.scenario td {
  padding: 0 0.5rem;
}

.scenario li {
  list-style: none;
  margin-left: 0.9rem;
  text-indent: -1.2rem;
}

.scenario-bottom {
  margin-bottom: 0.4rem;
}

.scenario1 thead th {
  color: #fff;
  background-color: #7ccc7c;
  font-weight: normal;
}

.scenario1 tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  background-color: #ffe5cc;
  padding: 0 0.6rem;
}

@media (min-width: 860px) {
  .scenario1 tr:nth-child(1) td:nth-child(2), .scenario1 tr:nth-child(4) td:nth-child(1) {
    padding: 0 1rem;
  }
}

@media (min-width: 980px) {
  .scenario1 tr:nth-child(1) td:nth-child(2), .scenario1 tr:nth-child(4) td:nth-child(1) {
    padding: 0;
  }
}

.scenario1 tr:nth-child(1) td:nth-child(2), .scenario1 tr:nth-child(1) td:nth-child(5), .scenario1 tr:nth-child(2) td:nth-child(2), .scenario1 tr:nth-child(3) td:nth-child(3),
  .scenario1 tr:nth-child(4) td:nth-child(1), .scenario1 tr:nth-child(4) td:nth-child(4), .scenario1 tr:nth-child(5) td:nth-child(3), .scenario1 tr:nth-child(6) td:nth-child(3) {
  text-align: center;
}

.scenario1 tr:nth-child(1) td:nth-child(2), .scenario1 tr:nth-child(1) td:nth-child(3), .scenario1 tr:nth-child(3) td:nth-child(1), .scenario1 tr:nth-child(4) td:nth-child(1),
  .scenario1 tr:nth-child(4) td:nth-child(2), .scenario1 tr:nth-child(5) td:nth-child(1), .scenario1 tr:nth-child(6) td:nth-child(1) {
  font-weight: bold;
}

.scenario1 tr:nth-child(1) td:nth-child(3), .scenario1 tr:nth-child(3) td:nth-child(1), .scenario1 tr:nth-child(4) td:nth-child(2),
  .scenario1 tr:nth-child(5) td:nth-child(1), .scenario1 tr:nth-child(6) td:nth-child(1) {
  padding-left: 1rem;
  background-color: #dbedff;
}

@media (min-width: 400px) {
  .scenario1 tr:nth-child(1) td:nth-child(3), .scenario1 tr:nth-child(3) td:nth-child(1), .scenario1 tr:nth-child(4) td:nth-child(2),
    .scenario1 tr:nth-child(5) td:nth-child(1), .scenario1 tr:nth-child(6) td:nth-child(1) {
    padding: 0 0.5rem;
  }
}

.scenario4 thead th {
  color: #fff;
  background-color: #7ccc7c;
  font-weight: normal;
}

.scenario4 tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  background-color: #ffdbdb;
  padding: 0 0.3rem;
}

@media (min-width: 1000px) {
  .scenario4 tr:nth-child(1) td:nth-child(1) {
    padding: 0 0.6rem;
  }
}

@media (min-width: 860px) {
  .scenario4 tr:nth-child(1) td:nth-child(2), .scenario4 tr:nth-child(5) td:nth-child(1) {
    padding: 0 1rem;
  }
}

@media (min-width: 980px) {
  .scenario4 tr:nth-child(1) td:nth-child(2), .scenario4 tr:nth-child(5) td:nth-child(1) {
    padding: 0;
  }
}

.scenario4 tr:nth-child(1) td:nth-child(2), .scenario4 tr:nth-child(1) td:nth-child(5), .scenario4 tr:nth-child(2) td:nth-child(2), .scenario4 tr:nth-child(3) td:nth-child(3),
  .scenario4 tr:nth-child(4) td:nth-child(2), .scenario4 tr:nth-child(5) td:nth-child(1), .scenario4 tr:nth-child(5) td:nth-child(4), .scenario4 tr:nth-child(6) td:nth-child(2) {
  text-align: center;
}

.scenario4 tr:nth-child(1) td:nth-child(2), .scenario4 tr:nth-child(1) td:nth-child(3), .scenario4 tr:nth-child(3) td:nth-child(1),
  .scenario4 tr:nth-child(5) td:nth-child(1), .scenario4 tr:nth-child(5) td:nth-child(2) {
  font-weight: bold;
}

.scenario4 tr:nth-child(1) td:nth-child(3), .scenario4 tr:nth-child(3) td:nth-child(1), .scenario4 tr:nth-child(5) td:nth-child(2) {
  padding-left: 1rem;
  background-color: #dbedff;
}

@media (min-width: 400px) {
  .scenario4 tr:nth-child(1) td:nth-child(3), .scenario4 tr:nth-child(3) td:nth-child(1), .scenario4 tr:nth-child(5) td:nth-child(2) {
    padding: 0 0.5rem;
  }
}




.co2Target {
  width: 85%;
  margin: auto;
}

.co2Target thead th {
  color: #fff;
  width: 33%;
  background-color: #7ccc7c;
  font-weight: normal;
  font-size: 1.3rem;
}

.co2Target tbody td {
  height: 5.5rem;
  font-size: 1.1rem;
  vertical-align: middle;
}

@media (min-width: 500px) {
  .co2Target tbody td {
    font-size: 1.3rem;
  }
}

@media (min-width: 860px) {
  .co2Target {
    width: 80%;
  }
  
  .co2Target thead th {
    font-size: 1.4rem;
  }
  
  .co2Target tbody td {
    font-size: 1.4rem;
  }
}

@media (min-width: 980px) {
  .co2Target {
    width: 65%;
  }
  
  .co2Target thead th {
    font-size: 1.5rem;
  }
  
  .co2Target tbody td {
    font-size: 1.5rem;
  }
}

.co2Achieve-graph {
  width: 80%;
}








.co2Achieve-table {
  width: 85%;
  margin: auto;
}

.co2Achieve-table thead th {
  color: #fff;
  width: 20%;
  background-color: #7ccc7c;
  font-weight: normal;
  font-size: 0.7rem;
}

.co2Achieve-table tbody td {
  height: 3rem;
  font-size: 1.1rem;
  vertical-align: middle;
  text-align: right;
  padding: 0 0.4rem;
}

.co2Achieve-table th:nth-child(1) {
  width: 19%;
}

.co2Achieve-table tr:nth-child(1) td:nth-child(1) {
  padding: 0 0.2rem;
}

.co2Achieve-table tr:nth-child(1) td:nth-child(2), .co2Achieve-table tr:nth-child(2) td:nth-child(1) {
  text-align: left;
  padding: 0;
}

.co2Achieve-table tr:nth-child(3) td:nth-child(1), .co2Achieve-table tr:nth-child(4) td:nth-child(1) {
  text-align: center;
  padding: 0;
}

.co2Achieve-coment {
  font-size: 1.1rem;
}

@media (min-width: 700px) {
  .co2Target {
    width: 65%;
  }
  
  .co2Achieve-table {
    width: 65%;
  }
  
  .co2Achieve-table thead th {
    font-size: 1.4rem;
  }
  
  .co2Achieve-table tbody td {
    font-size: 1.3rem;
    padding: 0 1.1rem;
  }
  
  .co2Achieve-table th:nth-child(1) {
    width: 20%;
  }
  
  .co2Achieve-table tr:nth-child(1) td:nth-child(1) {
    padding: 0 0.7rem;
  }
  
  .co2Achieve-table tr:nth-child(1) td:nth-child(2), .co2Achieve-table tr:nth-child(2) td:nth-child(1) {
    padding: 0 0.3rem;
  }
  
  .co2Achieve-coment {
    font-size: 1.2rem;
  }
}

@media (min-width: 980px) {
  .co2Achieve-table {
    width: 65%;
  }
  
  .co2Achieve-table thead th {
    font-size: 1.6rem;
  }
  
  .co2Achieve-table tbody td {
    font-size: 1.5rem;
    padding: 0 1.4rem;
  }
  
  .co2Achieve-table tr:nth-child(1) td:nth-child(2), .co2Achieve-table tr:nth-child(2) td:nth-child(1) {
    padding: 0 0.4rem;
  }
  
  .co2Achieve-coment {
    font-size: 1.4rem;
  }
}















.wide-per-quarter {
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 600px) {
  .wide-per-quarter {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.wide-per-middle {
  padding-left: 25%;
  padding-right: 25%;
}

@media (min-width: 600px) {
  .wide-per-middle {
    padding-left: 32.5%;
    padding-right: 32.5%;
  }
}

.high-per-short {
  padding-top: 2%;
  padding-bottom: 2%;
}

/* スワイプ画像 */
.js-swipe {
  position: relative;
}

.js-swipe .js-swipe__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1180px) {
  .js-swipe .js-swipe__item:before {
    display: none;
  }
}

.js-swipe .js-swipe__item:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10%;
  width: 16rem;
  height: 16rem;
  background: transparent url("../img/icon-swipe.png") left top no-repeat;
  background-size: contain;
  -webkit-animation: RightToLeft 2s ease infinite;
          animation: RightToLeft 2s ease infinite;
}

@media (min-width: 1180px) {
  .js-swipe .js-swipe__item:after {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
}

.tel-disabled {
  pointer-events: none;
}

.english {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  word-break: normal;
}

.english div, .english span, .english applet, .english object, .english iframe, .english h1, .english h2, .english h3, .english h4, .english h5, .english h6, .english p, .english blockquote, .english pre, .english a, .english abbr, .english acronym, .english address, .english big, .english cite, .english code, .english del, .english dfn, .english em, .english font, .english img, .english ins, .english kbd, .english q, .english s, .english samp, .english small, .english strike, .english strong, .english sub, .english sup, .english tt, .english var, .english b, .english u, .english i, .english center, .english dl, .english dt, .english dd, .english ol, .english ul, .english li, .english fieldset, .english form, .english label, .english legend, .english table, .english caption, .english tbody, .english tfoot, .english thead, .english tr, .english th, .english td, .english section, .english article, .english aside, .english hgroup, .english header, .english footer, .english nav, .english dialog, .english figure, .english menu, .english video, .english audio, .english mark, .english time, .english canvas, .english details {
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
}

.english .site-header .logo .group {
  width: 165px;
}
@media (max-width: 400px) {
  .english .site-header .logo .group {
    width: 145px;
  }
}

@media (min-width: 860px) {
  .english .site-header #gnav {
    margin-right: 90px;
  }
}

.english .site-header #gnav .navCompany .megaMenu .pc .textNav ul li {
  height: 79px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li a {
  position: relative;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li a span {
  display: table-cell;
  vertical-align: middle;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li a {
  height: 69px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(1) a {
  height: 54px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(3) a span {
  height: 29px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(4) a {
  height: 101px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(5) a {
  height: 101px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(5) a span {
  height: 61px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(6) a {
  height: 89px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(7) a {
  height: 89px;
}

.english .site-header #gnav .navCompany .megaMenu .sp-menu-list li:nth-of-type(7) a span {
  height: 49px;
}

.english .site-header #gnav .navCompany .megaMenu .megaMeueInnr.pc .textNav li {
  margin-bottom: 20px;
  height: 97px;
}

.english .site-header #gnav .navCompany .megaMenu .megaMeueInnr.pc .textNav li a span {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li a {
  height: 69px;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li a span {
  display: table-cell;
  vertical-align: middle;
  height: 29px;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li:nth-of-type(8) a {
  height: auto;
  font-size: 1.2rem;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li:nth-of-type(8) a span {
  height: 36px;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li:nth-of-type(8) a {
  padding-top: 20px;
  height: auto;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li:nth-of-type(8) a span {
  height: 36px;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li:nth-of-type(9) a {
  height: auto;
}

.english .site-header #gnav .navBusiness .megaMenu .sp-menu-list li:nth-of-type(9) a span {
  height: 36px;
}

.english .site-header #gnav .navBusiness .megaMenu .megaMenuInnr.pc .topLinkArea .topLink a br {
  display: none;
}

@media (min-width: 1180px) {
  .english .site-header #gnav .navBusiness .megaMenu .megaMenuInnr.pc .topLinkArea .topLink a br {
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  .english .site-header #gnav .navBusiness .megaMenu .megaMenuInnr.pc .topLinkArea .topLink a br {
    display: none;
  }
}

.english .site-header #gnav .navBusiness .megaMenu .megaMenuInnr.pc .textNav li {
  margin-bottom: 20px;
  height: 97px;
}

.english .site-header #gnav .navBusiness .megaMenu .megaMenuInnr.pc .textNav li a span {
  display: table-cell;
  height: 38px;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .english .site-header.fixed #gnav {
    margin-right: 100px;
  }
}

.english .site-footer .footerTop .footerNav dl {
  margin-right: 3.5%;
  width: 23%;
}

.english .site-footer .footerTop .footerNav dl:last-of-type {
  margin-right: 0;
}

.english .site-footer .footerTop .footerNavSide {
  margin-right: 0;
  width: 23%;
}

.english .site-footer .footerBtm .copyright {
  margin-top: 0;
}

@media (min-width: 750px) {
  .english.index #mv .slideImage {
    background-position: 30% 10%;
  }
}

@media (min-width: 1180px) {
  .english.index #mv .slideImage {
    background-position: center top;
  }
}

.english.index #company {
  padding-bottom: 40px;
}

@media (min-width: 1180px) {
  .english.index #company {
    padding-bottom: 107px;
  }
}

.english.index #company .ttlBar .lead {
  position: relative;
}

@media (min-width: 1180px) {
  .english.index #company .ttlBar .lead {
    padding-left: 40px;
    line-height: 1.4;
    -webkit-transform: translateY(76%);
        -ms-transform: translateY(76%);
            transform: translateY(76%);
  }
}

@media (min-width: 1180px) {
  .english.index #company .ttlBar .lead:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

@media (min-width: 1180px) {
  .english.index #company ul li {
    width: 24.411%;
  }
}

@media (min-width: 1180px) {
  .english.index #company ul li p {
    height: 84px;
  }
}

.english.index #company ul li p span {
  display: table-cell;
  height: 54px;
  vertical-align: middle;
}

@media (min-width: 1180px) {
  .english.index #company ul li p span {
    height: 60px;
  }
}

@media (min-width: 600px) {
  .english.page-company-outline .main-content .block-textarea--01 .block-textarea__content .table--default--01 th {
    width: 20%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .page-in-anchor ul li {
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 24%;
  }
}

.english.page-company-outline-history .block-history .page-in-anchor ul li a .title span.summery {
  line-height: 1.1;
}

.english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part .part__content .info-area .title {
  letter-spacing: -0.02em;
  line-height: 1.4;
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part01-02 dd {
    max-width: 520px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd {
    max-width: 590px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd .info-area {
    width: 60%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part01-03 dd .pic-area {
    padding-top: 20px;
    width: 38%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part01-05 dd {
    max-width: 416px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part01-08 dd {
    max-width: 530px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-02 dd {
    max-width: 530px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-03 dd {
    max-width: 550px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-05 dd {
    max-width: 510px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-09 dd {
    max-width: 580px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-10 {
    top: 850px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-10 dd {
    max-width: 520px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-14 {
    top: 1210px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-14 dd {
    max-width: 370px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part02-15 dd {
    max-width: 370px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-03 {
    top: 245px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-03 dd {
    max-width: 620px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-05 dd {
    max-width: 555px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-07 {
    top: 640px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-08 {
    top: 670px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-09 {
    top: 750px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part03-10 {
    top: 920px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 {
    top: 500px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd {
    max-width: 600px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .info-area {
    width: 68%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-06 dd .pic-area {
    padding-top: 30px;
    width: 30%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 {
    top: 600px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd {
    max-width: 600px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .info-area {
    width: 68%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-07 dd .pic-area {
    padding-top: 30px;
    width: 30%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd {
    max-width: 600px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .info-area {
    width: 68%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-12 dd .pic-area {
    padding-top: 45px;
    width: 30%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd {
    max-width: 600px;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .info-area {
    width: 68%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history .box-history__content .history-part.part04-15 dd .pic-area {
    padding-top: 45px;
    width: 30%;
  }
}

@media (min-width: 860px) {
  .english.page-company-outline-history .block-history .block-history__content .box-history.period03 .box-history__content .box-history__content__inner {
    height: 1150px;
  }
}

.english .block-theme .block-theme__item {
  background-size: 80px 100%;
}

@media (min-width: 860px) {
  .english .block-theme .block-theme__item {
    min-height: 518px;
  }
}

.english .block-theme .block-theme__item dd ul li {
  margin-bottom: 1em;
}

.english .block-theme .block-theme__item dd ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1180px) {
  .english.page-company-hrd .main-content {
    padding-bottom: 5.5rem;
  }
}

@media (min-width: 1400px) {
  .english.page-company-hrd .main-content {
    padding-bottom: 5rem;
  }
}

@media (min-width: 860px) {
  .english.page-company-hrd .block-description--01 .box-item:nth-child(1) {
    margin-bottom: 20rem;
  }
}

@media (min-width: 1180px) {
  .english.page-company-hrd .block-description--01 .box-item:nth-child(3) {
    margin-bottom: 16.5rem;
  }
}

@media (min-width: 1180px) {
  .english.page-company-randd .main-content {
    padding-bottom: 4rem;
  }
}

.english.page-company-randd .block-description--01 .box-item:last-child {
  margin-bottom: 4rem;
}

.english.page-company-csr-environment .main-content .block-textarea--01 .block-textarea__content .box-column--01 .box-column__item .button {
  letter-spacing: 0;
}

@media (min-width: 1180px) {
  .english.page-company-csr-environment .main-content .block-textarea--01 .block-textarea__content .box-column--01 .box-column__item .button span {
    display: table-cell;
    vertical-align: middle;
    width: 320px;
    height: 66px;
  }
}

@media (min-width: 860px) {
  .english.page-business .main-content .block-links-pic-style--01.type05 ul li a {
    min-height: 400px;
  }
}

.english.page-business .main-content .block-links-pic-style--01.type05 ul li a .text-area .text-inner .main-text {
  width: 89%;
}

@media (min-width: 600px) {
  .english.page-business .main-content .block-links-pic-style--01.type05 ul li a .text-area .text-inner .main-text {
    width: auto;
  }
}

.english .block-description--02 .box-item .info-area .list-area--02 ul li {
  letter-spacing: 0;
}

@media (min-width: 1180px) {
  .english[class*="page-business-"] .main-content {
    padding-bottom: 8rem;
  }
}

.english[class*="page-business-"] .main-content .block-features--01 .box-item .info-area .heading {
  line-height: 1.6;
}

.english[class*="page-business-"] .main-content .block-features--01 .box-item .info-area .text-area p {
  line-height: 1.6;
}

.english[class*="page-business-"] .main-content .block-description--02 .box-item .info-area .heading {
  line-height: 1.2;
}

.english[class*="page-business-"] .main-content .block-description--02 .box-item .info-area .text-area p {
  line-height: 1.6;
}

.english[class*="page-business-"] .main-content .block-description--02 .box-item .info-area .list-area--02 ul li {
  line-height: 1.4;
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1180px) and (max-width: 1390px) {
  .english.page-business-denki .main-content .block-features--01 .box-item .pic-area .pic {
    margin-left: 43%;
  }
}

@media (min-width: 1180px) and (max-width: 1390px) {
  .english.page-business-denki .main-content .block-features--01 .box-item:nth-child(2) {
    margin-bottom: 26rem;
  }
}

@media (min-width: 1180px) and (max-width: 1390px) {
  .english.page-business-denki .main-content .block-features--01 .box-item:nth-child(2) .pic-area .pic {
    margin-left: 0;
    margin-right: 43%;
  }
}

@media (min-width: 1180px) and (max-width: 1390px) {
  .english.page-business-denki .main-content .block-features--01 .box-item:nth-child(3) {
    margin-bottom: 20rem;
  }
}

@media (min-width: 1390px) {
  .english.page-business-denki .main-content .block-features--01 .box-item:nth-child(3) {
    margin-bottom: 18rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(1) {
    margin-bottom: 18.4rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(2) {
    margin-bottom: 23.6rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(2) .info-area .list-area--02 li:nth-of-type(3) {
    float: right;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(2) .info-area .list-area--02 li:nth-of-type(4) {
    float: left;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(2) .info-area .list-area--02 li:nth-of-type(5) {
    float: right;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(3) {
    margin-bottom: 8.5rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(5) {
    margin-bottom: 17rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(6) {
    margin-bottom: 10.7rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(6) .info-area .list-area--02 li:nth-of-type(5) {
    float: right;
  }
}

@media (min-width: 1180px) {
  .english.page-business-denki .main-content .block-description--02 .box-item:nth-child(6) .info-area .list-area--02 li:nth-of-type(6) {
    float: left;
  }
}

@media (min-width: 1180px) {
  .english.page-business-keiso .main-content {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-keiso .main-content .block-features--01 .box-item.style-down {
    margin-bottom: 14rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-keiso .main-content .block-features--01 .box-item:nth-child(3) {
    margin-bottom: 15.3rem;
  }
}

.english.page-business-keiso .main-content .block-description--02 .box-item {
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .english.page-business-keiso .main-content .block-description--02 .box-item {
    margin-bottom: 8rem;
  }
}

.english.page-business-keiso .main-content .block-description--02 .box-item:nth-of-type(1) {
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .english.page-business-keiso .main-content .block-description--02 .box-item:nth-of-type(1) {
    margin-bottom: 20.1rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-keiso .main-content .block-description--02 .box-item:nth-of-type(3) {
    margin-bottom: 1.1rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-jyouho .main-content {
    padding-bottom: 21.5rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-jyouho .main-content .block-description--02 .box-item .info-area .list-area--02.type02 ul li:nth-child(6) {
    min-height: 38px;
  }
}

@media (min-width: 1180px) {
  .english.page-business-jyouho .main-content .block-description--02 .box-item:nth-child(1) {
    margin-bottom: 21.1rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-jyouho .main-content .block-description--02 .box-item:nth-child(1) .info-area .list-area--02 li:nth-of-type(5), .english.page-business-jyouho .main-content .block-description--02 .box-item:nth-child(1) .info-area .list-area--02 li:nth-of-type(6) {
    height: 40px;
  }
}

@media (min-width: 1180px) {
  .english.page-business-air .main-content .block-features--01 .box-item:nth-child(1) {
    margin-bottom: 8rem;
  }
}

.english.page-business-air .main-content .block-features--01 .box-item:nth-child(2) {
  margin-bottom: 5rem;
}

@media (min-width: 1180px) {
  .english.page-business-air .main-content .block-features--01 .box-item:nth-child(2) {
    margin-bottom: 26.1rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-air .main-content .block-description--02 .box-item:nth-child(1) {
    margin-bottom: 14.1rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-air .main-content .block-description--02 .box-item:nth-child(2) .info-area .list-area--02 ul li:nth-of-type(5) {
    float: right;
  }
}

@media (min-width: 1180px) {
  .english.page-business-doboku .main-content .block-description--02 .box-item:last-child {
    margin-bottom: 7.5rem;
  }
}

.english.page-business-renewal .main-content .block-top-heading--01 .box-top .box-text .anchor-area ul {
  max-width: 700px;
}

@media (min-width: 860px) {
  .english.page-business-renewal .main-content .block-features--03 .box-item.style-down {
    margin-bottom: 24rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-renewal .main-content .block-features--03 .box-item:nth-child(1) {
    margin-bottom: 29.1rem;
  }
}

@media (min-width: 1180px) {
  .english.page-business-renewal .main-content .block-description--02 .box-item:last-child {
    margin-bottom: 1.6rem;
  }
}

.english.page-ir .page-header {
  background-image: url("../img/sp/bg-page-header.jpg");
}

@media (min-width: 860px) {
  .english.page-ir .page-header {
    min-height: 410px;
    background-image: url("../img/bg-page-header-l.jpg");
  }
}

.english.page-ir .page-header .page-header__content .fixed-width, .english.page-ir .page-header .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .english.page-ir .page-header .page-header__content .box-history__inner, .english.page-ir .page-header .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .english.page-ir .page-header .page-header__content .box-history__content, .english.page-ir .page-header .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .english.page-ir .page-header .page-header__content .block-heading__inner {
  height: 17.5rem;
}

@media (min-width: 860px) {
  .english.page-ir .page-header .page-header__content .fixed-width, .english.page-ir .page-header .page-header__content .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .english.page-ir .page-header .page-header__content .box-history__inner, .english.page-ir .page-header .page-header__content .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .english.page-ir .page-header .page-header__content .box-history__content, .english.page-ir .page-header .page-header__content .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .english.page-ir .page-header .page-header__content .block-heading__inner {
    height: auto;
  }
}

.english.page-ir .page-header .page-title {
  padding-top: 2rem;
}

@media (min-width: 860px) {
  .english.page-ir .page-header .page-title {
    padding-top: 10.6rem;
  }
}

.english.page-ir .main-content {
  margin-top: 0;
  padding-top: 4rem;
}

@media (min-width: 860px) {
  .english.page-ir .main-content {
    padding-top: 8rem;
  }
}

.english.page-ir .main-content .main-content__inner {
  margin-top: 0;
}

.english.page-ir .block-column01 {
  position: relative;
  margin-bottom: 3rem;
}

@media (min-width: 860px) {
  .english.page-ir .block-column01 {
    margin-bottom: 0;
  }
}

@media (min-width: 860px) {
  .english.page-ir .block-column01 .block-column__item.block-stock {
    position: absolute;
    top: -450px;
    right: 0;
    margin-right: 0;
    z-index: 10;
  }
}

.english.page-solution-example .page-in-anchor ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 1180px) {
  .english.page-solution-example .page-in-anchor ul {
    max-width: 680px;
  }
}

.english.page-solution-example .page-in-anchor ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

@media (min-width: 1180px) {
  .english.page-solution-example .page-in-anchor ul li {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.english.page-solution-example .page-in-anchor ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  width: 1px;
  height: 1em;
  background-color: #c7c7c7;
}

.english.page-solution-example .page-in-anchor ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.8rem;
  font-weight: bold;
}

@media (min-width: 1180px) {
  .english.page-solution-example .page-in-anchor ul li a {
    padding: 1rem 1.6rem;
  }
}

.english.page-solution-example .page-in-anchor ul li a:hover, .english.page-solution-example .page-in-anchor ul li a.is-active {
  color: #007d42;
}

.english.page-solution-example .page-in-anchor ul li a:hover:before, .english.page-solution-example .page-in-anchor ul li a.is-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc( 100% - 1.6rem);
  height: 2px;
  background-color: #007d42;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1180px) {
  .english.page-solution-example .page-in-anchor ul li a:hover:before, .english.page-solution-example .page-in-anchor ul li a.is-active:before {
    width: calc( 100% - 3.2rem);
  }
}

@media (min-width: 1180px) {
  .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul {
    text-align: center;
  }
}

.english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li {
  vertical-align: middle;
}

.english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a {
  position: relative;
  border: 2px solid #007d42;
  color: #007d42;
  background-color: #fff;
  height: 5.2rem;
}

@media (min-width: 600px) {
  .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a {
    height: auto;
  }
}

.english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(0 0);
}

@media (min-width: 600px) {
  .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a span {
    position: static;
  }
}

.english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a:hover, .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a.is-active {
  color: #fff;
  background-color: #007d42;
}

.english.page-overseasoffice .main-content .block-tab-display .page-in-anchor-min ul li a {
  font-weight: bold;
}

.english.page-overseasoffice .list-info--03 > li .office-name .area {
  font-weight: normal;
}

/**
 * Android hack
 * ======================= */
.android .block-links-pic-common--01 ul li a .text-area .text-area__inner {
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}

/**
 * IE hack
 * ======================= */
@media (min-width: 1180px) {
  .ie body.page-business-download .main-content .page-in-anchor ul li {
    width: calc( 100% / 4.1);
  }
}

@media (min-width: 600px) {
  .ie9 .page-solution-example .site-main .main-content .block-example .block-example__content .button-area .button {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
  }
}

.ie9 .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a span {
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.ie10 .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a span,
.ie11 .english.page-overseasoffice .main-content .block-textarea--01 .page-in-anchor ul li a span {
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/**
 * Chrome hack
 * ======================= */
@media (min-width: 1180px) {
  .chrome .english.index #works {
    margin-bottom: -1px;
    overflow: hidden;
  }
}

/**
 * Chrome hack
 * ======================= */
@media (min-width: 1180px) {
  .firefox .english.index #works .slider .slick-slide {
    height: 249px;
  }
}

@media (min-width: 1180px) {
  .firefox .english.index #works .slider .slick-slide:nth-of-type(1) .text .textInnr {
    position: relative;
    top: -30px;
  }
}

@media print {
  .site-header {
    display: none;
  }
  .site-footer {
    display: none;
  }
  .index #mv {
    width: 978px;
  }
  .index #mv .slideImage {
    width: 978px;
    background-position: 0 0;
  }
  .index #company .ttlBar {
    padding-left: 0;
    height: auto;
    line-height: 1.4;
  }
  .index #company .ttlBar a {
    position: relative;
    display: block;
    padding: 20px 15px;
    overflow: visible;
  }
  .index #company .ttlBar a:after {
    content: "";
    width: 15px;
    height: 21px;
    display: block;
    background: url("../img/icon_arrow_l.png") no-repeat center center;
    background-size: 15px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin: -10px 0 0;
  }
  .index #company .ttlBar h2 {
    float: none;
    line-height: 1.4;
  }
  .index #company .ttlBar h2 b {
    font-size: 2rem;
  }
  .index #company .ttlBar .lead {
    position: relative;
    float: none;
    top: 0;
    margin-left: 0;
    padding-right: 45px;
    margin-top: 10px;
    font-size: 1.3rem;
    -ms-flex-wrap: 600;
        flex-wrap: 600;
    line-height: 1.4;
  }
  .index #company .ttlBar .lead:before {
    display: none;
  }
  .index #company .ttlBar .link {
    display: none;
    position: relative;
    border-left: 0 none;
  }
  .index #company ul li {
    padding: 0 7px 14px;
    float: left;
    width: 50%;
  }
  .index #company ul li a figure img.sp {
    display: block !important;
  }
  .index #company ul li a figure img.pc {
    display: none;
  }
  .index #company02 h2 {
    font-size: 2.3rem;
    text-align: center;
  }
  .index #company02 .lead {
    font-size: 1.3rem;
    text-align: center;
  }
  .index #company02 dl {
    position: static;
    margin: 30px auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 420px;
  }
  .index #company02 dl dt {
    text-align: center;
  }
  .index #company02 dl dt a {
    font-size: 2.2rem;
  }
  .index #company02 dl dt a:after {
    content: "";
    width: 11px !important;
    height: 16px !important;
    display: inline-block;
    background: url(/common/img/icon_arrow_l.png) no-repeat;
    background-size: 11px;
    margin-left: 9px;
  }
  .index #company02 dl dd ul li {
    margin: 0 4% 15px;
    width: 42%;
  }
  .index #company02 dl dd ul li a {
    display: block;
    font-size: 1.5rem;
  }
  .index #company02 dl dd ul li a:after {
    content: "";
    width: 7px;
    height: 10px;
    display: block;
    background: url(/common/img/icon_arrow_w.png) no-repeat;
    background-size: 7px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }
  .index #pickup .ttlBar {
    padding-left: 0;
    height: auto;
    line-height: 1.4;
  }
  .index #pickup .ttlBar a {
    position: relative;
    display: block;
    padding: 20px 15px;
    overflow: visible;
  }
  .index #pickup .ttlBar a:after {
    content: "";
    width: 15px;
    height: 21px;
    display: block;
    background: url("../img/icon_arrow_l.png") no-repeat center center;
    background-size: 15px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin: -10px 0 0;
  }
  .index #pickup .ttlBar h2 {
    float: none;
    line-height: 1.4;
  }
  .index #pickup .ttlBar h2 b {
    font-size: 2rem;
  }
  .index #pickup .ttlBar .lead {
    position: relative;
    float: none;
    top: 0;
    margin-left: 0;
    padding-right: 45px;
    margin-top: 10px;
    font-size: 1.3rem;
    -ms-flex-wrap: 600;
        flex-wrap: 600;
    line-height: 1.4;
  }
  .index #pickup .ttlBar .lead:before {
    display: none;
  }
  .index #pickup .ttlBar .link {
    display: none;
    position: relative;
    border-left: 0 none;
  }
  .index #news .fixed-width, .index #news .block-history .block-history__content .box-history .box-history__inner, .block-history .block-history__content .box-history .index #news .box-history__inner, .index #news .block-history .block-history__content .box-history .box-history__content, .block-history .block-history__content .box-history .index #news .box-history__content, .index #news .block-heading-style--01 .block-heading__inner, .block-heading-style--01 .index #news .block-heading__inner {
    padding-left: 4%;
    padding-right: 4%;
  }
  .index #news .newsCol {
    float: none;
    width: 100%;
  }
  .index #news .newsCol ul li .text {
    width: auto !important;
  }
  .index #bnrArea {
    overflow: auto;
  }
  .index #bnrArea .slider {
    width: 100% !important;
  }
  .index #bnrArea .slider:after {
    display: none;
    margin-left: 0;
  }
  .index #bnrArea .slider .slide {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .index #bnrArea .slider .slide:last-of-type {
    margin-bottom: 0;
  }
  .page-business .slider .slide .pic {
    float: none;
  }
  .page-ir-calendar .box-inner-frame .js-swipe__item {
    display: none;
  }
  .page-ir-calendar .box-inner-frame .box-inner-frame__content img {
    width: 100% !important;
  }
}