@charset "UTF-8";
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.notransition .scroll-block {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*body{
    background-image:url(/common/img/kv-bg.png);
    background-size:90.93% auto;
    background-position: 319% 12.9%;
    background-repeat: no-repeat;

    @include SpScale{
        background-image:url(/common/img/kv-bg-sp.png);
        background-size:135% auto;
        background-position: -13% 1.3%;
    }

    &.notransition{
        .scroll-block{
            transition: none !important;
        }
        
    }

    &.second{
        background-image:url(/common/img/kv-bg-second.png);
        background-size:60.12% auto;
        background-position: 110.3% -8vw;

        @include SpScale{
            background-image:url(/common/img/kv-bg-sp.png);
            background-size:135% auto;
            background-position: -13% 1.3%;
        }
    }
    
}*/
.kv {
  width: 100%;
  height: 42.7vw;
}

.kv.second {
  height: 32.7vw;
}

.kv.second .kv-bg {
  width: 60.13%;
  left: 44%;
  top: -8vw;
}

.kv.second .kv-title__main {
  color: #000;
}

.kv.second .kv-title__main span {
  -webkit-transition: background-position var(--time) linear var(--delay);
  -o-transition: background-position var(--time) linear var(--delay);
  transition: background-position var(--time) linear var(--delay);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, #d4d4d4));
  background-image: -o-linear-gradient(left, black 50%, #d4d4d4 50%);
  background-image: linear-gradient(90deg, black 50%, #d4d4d4 50%);
}

.kv.second .kv-pan {
  bottom: 7.8vw;
}

.kv-bg {
  width: 100%;
  position: absolute;
  left: 25%;
  top: -8vw;
}

.kv-inner {
  width: 91.25%;
  height: 100%;
  margin: 0 auto;
}

.kv-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.kv-title.show {
  opacity: 1;
}

.kv-title.show .kv-title__sub span,
.kv-title.show .kv-title__main span {
  background-position: left center;
}

.kv-title__sub {
  color: #01b577;
  margin-bottom: 0.4vw;
}

.kv-title__sub span {
  color: transparent;
  line-height: inherit;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01b577), color-stop(50%, #d4d4d4));
  background-image: -o-linear-gradient(left, #01b577 50%, #d4d4d4 50%);
  background-image: linear-gradient(90deg, #01b577 50%, #d4d4d4 50%);
  background-size: 201% 100%;
  background-position: right center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position var(--time) linear var(--delay);
  -o-transition: background-position var(--time) linear var(--delay);
  transition: background-position var(--time) linear var(--delay);
}

.kv-title__main {
  font-size: 3.37vw;
  color: #01b577;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.kv-title__main span {
  color: transparent;
  line-height: inherit;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01b577), color-stop(50%, #d4d4d4));
  background-image: -o-linear-gradient(left, #01b577 50%, #d4d4d4 50%);
  background-image: linear-gradient(90deg, #01b577 50%, #d4d4d4 50%);
  background-size: 201% 100%;
  background-position: right center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position var(--time) linear var(--delay);
  -o-transition: background-position var(--time) linear var(--delay);
  transition: background-position var(--time) linear var(--delay);
}

.kv-pan {
  font-size: 0.75vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 13.6vw;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.kv-pan a, .kv-pan a:link, .kv-pan a:visited {
  -webkit-text-stroke: 0.065vw transparent;
  transition: color 0.3s ease-out, -webkit-text-stroke 0.3s ease-out;
  color: #01b577;
}

.kv-pan.show {
  opacity: 1;
}

.box {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.box.show {
  opacity: 1;
}

.box-inner {
  width: 91.25%;
  margin: 0 auto;
}

.box-content-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  padding: 3vw 0 9.3vw;
}

.box-content-base:last-child {
  padding-bottom: 3vw;
}

.box-content-base__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.box-content-base__title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #333333;
  margin-top: 0.2vw;
  line-height: 1.35;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.box-content-base__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  padding-top: 0.3vw;
}

.box-content-base__right .box-textarea {
  margin-bottom: 3.3vw;
  counter-reset: number 0;
}

.box-content-base__right .box-textarea.box-textarea-1 {
  margin-bottom: 0;
}

.box-content-base__right .box-textarea p {
  line-height: 1.87;
  margin-bottom: 1em;
}

.box-content-base__right .box-textarea p:last-child {
  margin-bottom: 0;
}

.box-content-base__right .box-textarea p a, .box-content-base__right .box-textarea p a:link, .box-content-base__right .box-textarea p a:visited {
  -webkit-text-stroke: 0.065vw transparent;
  transition: color 0.3s ease-out, -webkit-text-stroke 0.3s ease-out;
  color: #01b577;
}

.box-content-base__right .box-textarea dl {
  color: #333333;
  margin-bottom: 8.5vw;
}

.box-content-base__right .box-textarea dl:last-child {
  margin-bottom: 0;
}

.box-content-base__right .box-textarea dt {
  font-size: 1.25vw;
  color: #01b577;
  font-weight: bold;
  margin-bottom: 0.6vw;
}

.box-content-base__right .box-textarea .box-content-base-right__title {
  font-size: 1.75vw;
  font-weight: bold;
  margin-bottom: 2vw;
}

.box-one-column-area {
  margin-bottom: 6.4vw;
  counter-reset: number 0;
}

.box-one-column-area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-one-column-area dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.57%;
      -ms-flex: 0 0 31.57%;
          flex: 0 0 31.57%;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.87;
  color: #01b577;
  padding-top: 2vw;
  padding-bottom: 1.9vw;
  font-weight: bold;
}

.box-one-column-area dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67.36%;
      -ms-flex: 0 0 67.36%;
          flex: 0 0 67.36%;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.87;
  padding-top: 2vw;
  padding-bottom: 1.9vw;
}

.box-two-column-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.4vw;
}

.box-two-column-area dl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.42%;
      -ms-flex: 0 0 48.42%;
          flex: 0 0 48.42%;
}

.box-two-column-area dt {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.87;
  color: #01b577;
  padding-top: 2vw;
  padding-bottom: 1.9vw;
}

.box-two-column-area dd {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.87;
  padding-top: 2vw;
  padding-bottom: 1.9vw;
}

.box-three-column-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.4vw;
}

.box-three-column-area dl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.15%;
      -ms-flex: 0 0 31.15%;
          flex: 0 0 31.15%;
}

.box-three-column-area dt {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.87;
  color: #01b577;
  padding-top: 2vw;
  padding-bottom: 1.9vw;
}

.box-three-column-area dd {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.87;
  padding-top: 2vw;
  padding-bottom: 1.9vw;
}

.order-text {
  font-size: 1vw;
  padding-left: 0.6em;
  text-indent: -0.5em;
  margin-bottom: 1vw;
}

.order-text:last-child {
  margin-bottom: 0;
}

.order-text::before {
  content: "・";
  display: inline-block;
  vertical-align: baseline;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.num-text {
  font-size: 1vw;
  padding-left: 0.67em;
  text-indent: -0.4em;
  margin-bottom: 1vw;
}

.num-text:last-child {
  margin-bottom: 0;
}

.num-text::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  display: inline-block;
  vertical-align: baseline;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.link-btn {
  font-size: 1vw;
  width: 21.25vw;
  height: 4.38vw;
  text-align: center;
  line-height: 4.28vw;
  border-radius: 4.38vw;
  background-color: #333333;
  margin-bottom: 9.26vw;
  overflow: hidden;
  -webkit-transition: background-color 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: background-color 0.3s cubic-bezier(0.63, 0, 0.45, 1);
}

.link-btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4.38vw;
  background-color: #01b577;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: translateY(102%);
      -ms-transform: translateY(102%);
          transform: translateY(102%);
}

.link-btn a,
.link-btn a:link,
.link-btn a:visited {
  position: relative;
  display: block;
  color: #fff;
  z-index: 1;
}

.link-btn.blank:before {
  content: " ";
  display: block;
  width: 1.07vw;
  height: 0.878vw;
  position: absolute;
  left: 85.29%;
  top: 50%;
  z-index: 5;
  pointer-events: none;
  background-image: url(/common/img/link-icon.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottom-box {
  margin-bottom: 13.8vw;
}

.bottom-box-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}

.bottom-box-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 26vw;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.bottom-box-list__item:nth-child(2n) {
  border-right: none;
}

.bottom-box-list__item a, .bottom-box-list__item a:link, .bottom-box-list__item a:visited {
  display: block;
  width: 100%;
  height: 100%;
}

.bottom-box-list__item.active {
  background-color: #01b577;
}

.bottom-box-list__item.active .bottom-box-list__inner {
  color: #fff;
}

.bottom-box-list__item.active .bottom-box-list__arrow img {
  opacity: 0;
}

.bottom-box-list__item.active .bottom-box-list__arrow img.rev {
  opacity: 1;
}

.bottom-box-list__inner {
  width: 100%;
  padding-left: 12.1vw;
  padding-right: 12vw;
  padding-top: 7.24vw;
}

.bottom-box-list__subtitle {
  font-size: 0.875vw;
  margin-bottom: 0.5vw;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.bottom-box-list__maintitle {
  font-size: 1.62vw;
  font-weight: bold;
  margin-bottom: 1.57vw;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.bottom-box-list__text {
  font-size: 1vw;
  line-height: 1.87;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.bottom-box-list__pic img {
  display: block;
}

.bottom-box-list__arrow {
  width: 1.88vw;
  position: absolute;
  right: 2.5vw;
  bottom: 2.47vw;
  overflow: hidden;
}

.bottom-box-list__arrow img {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.bottom-box-list__arrow img.rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.bottom-navi {
  width: 40vw;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  z-index: 1;
  visibility: hidden;
}

.bottom-navi .bottom-navi__inner {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-color: #000;
}

.bottom-navi .bottom-navi__inner img {
  display: block;
}

.bottom-navi.active {
  visibility: visible;
}

.bottom-navi.show .bottom-navi__inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.second-bottom-box {
  margin-bottom: 14.5vw;
}

.second-bottom-box-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}

.second-bottom-box-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 16.23vw;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.second-bottom-box-list__item:nth-child(2n) {
  border-right: none;
}

.second-bottom-box-list__item a, .second-bottom-box-list__item a:link, .second-bottom-box-list__item a:visited {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 12vw;
}

.second-bottom-box-list__item.active {
  background-color: #01b577;
}

.second-bottom-box-list__item.active .second-bottom-box-list__inner {
  color: #fff;
}

.second-bottom-box-list__item.active .bottom-box-list__arrow img {
  opacity: 0;
}

.second-bottom-box-list__item.active .bottom-box-list__arrow img.rev {
  opacity: 1;
}

.second-bottom-box-list__inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.second-bottom-box-list__subtitle {
  font-size: 0.875vw;
  margin-bottom: 0.8vw;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.second-bottom-box-list__maintitle {
  font-size: 1.62vw;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.load-area {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  pointer-events: none;
}

.load-area.hide {
  opacity: 0;
}

.load-area.remove {
  display: none;
}

@media screen and (min-width: 769px) {
  .kv-pan a:hover, .kv-pan a:link:hover, .kv-pan a:visited:hover {
    -webkit-text-stroke: 0.065vw #01b577;
    color: #01b577;
  }
  .box-content-base__right .box-textarea p a:hover, .box-content-base__right .box-textarea p a:link:hover, .box-content-base__right .box-textarea p a:visited:hover {
    -webkit-text-stroke: 0.065vw #01b577;
    color: #01b577;
  }
  .box-one-column-area dl:first-child dt:nth-of-type(1), .box-one-column-area dl:first-child dd:nth-of-type(1) {
    border-top: 1px solid #eaeaea;
  }
  .box-two-column-area dl:first-child, .box-two-column-area dl:nth-child(2) {
    border-top: 1px solid #eaeaea;
  }
  .box-three-column-area dl:first-child, .box-three-column-area dl:nth-child(2), .box-three-column-area dl:nth-child(3) {
    border-top: 1px solid #eaeaea;
  }
  .link-btn:hover {
    background-color: #01b577;
    -webkit-transition: background-color 0.5s cubic-bezier(0.63, 0, 0.45, 1) 0.2s;
    -o-transition: background-color 0.5s cubic-bezier(0.63, 0, 0.45, 1) 0.2s;
    transition: background-color 0.5s cubic-bezier(0.63, 0, 0.45, 1) 0.2s;
  }
  .link-btn:hover:after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .bottom-box-list__item:hover {
    background-color: #01b577;
  }
  .bottom-box-list__item:hover .bottom-box-list__inner {
    color: #fff;
  }
  .bottom-box-list__item:hover .bottom-box-list__arrow img {
    opacity: 0;
  }
  .bottom-box-list__item:hover .bottom-box-list__arrow img.rev {
    opacity: 1;
  }
  .second-bottom-box-list__item:hover {
    background-color: #01b577;
  }
  .second-bottom-box-list__item:hover .second-bottom-box-list__inner {
    color: #fff;
  }
  .second-bottom-box-list__item:hover .bottom-box-list__arrow img {
    opacity: 0;
  }
  .second-bottom-box-list__item:hover .bottom-box-list__arrow img.rev {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .kv {
    height: 84.3vw;
  }
  .kv.second {
    height: 112.4vw;
  }
  .kv.second .kv-bg {
    width: 119.9%;
    left: 21.3%;
    top: -15vw;
  }
  .kv.second .kv-title__main {
    font-size: 8vw;
  }
  .kv.second .kv-pan {
    bottom: 12.1vw;
  }
  .kv-bg {
    width: 135%;
    left: 4%;
    top: -1vw;
  }
  .kv-inner {
    width: 89.33%;
  }
  .kv-title {
    top: 48.3%;
  }
  .kv-title__sub {
    font-size: 2.9vw;
    font-weight: bold;
    margin-bottom: 1vw;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .kv-title__main {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    font-size: 9.85vw;
    letter-spacing: 0.05em;
  }
  .kv-pan {
    font-size: 3.2vw;
    bottom: 24.6vw;
  }
  .box-inner {
    width: 89.33%;
  }
  .box-content-base {
    border-top: 0.3vw solid #cccccc;
    padding: 11.8vw 0 20.1vw;
  }
  .box-content-base__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10.6vw;
  }
  .box-content-base__title {
    font-size: 8vw;
    margin-top: 0;
    line-height: 1.33;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .box-content-base__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .box-content-base__right .box-textarea {
    margin-bottom: 6vw;
  }
  .box-content-base__right .box-textarea p {
    text-align: justify;
    line-height: 1.61;
    word-break: break-all;
  }
  .box-content-base__right .box-textarea dl {
    margin-bottom: 11.8vw;
  }
  .box-content-base__right .box-textarea dt {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .box-content-base__right .box-textarea .box-content-base-right__title {
    font-size: 5.05vw;
    margin-bottom: 4.2vw;
  }
  .box-content-base__right .box-pic {
    margin-bottom: 6.5vw;
  }
  .box-one-column-area {
    font-size: 3.45vw;
    margin-bottom: 13.4vw;
  }
  .box-one-column-area dl:first-child dt {
    border-top: 0.3vw solid #eaeaea;
  }
  .box-one-column-area dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: none;
    line-height: 1.61;
    padding-top: 6.7vw;
    padding-bottom: 2.7vw;
  }
  .box-one-column-area dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 0.3vw solid #eaeaea;
    line-height: 1.61;
    padding-top: 0;
    padding-bottom: 6.7vw;
  }
  .box-two-column-area {
    font-size: 3.45vw;
    margin-bottom: 13.4vw;
  }
  .box-two-column-area dl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box-two-column-area dl:first-child {
    border-top: 0.3vw solid #eaeaea;
  }
  .box-two-column-area dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: none;
    line-height: 1.61;
    padding-top: 6.7vw;
    padding-bottom: 2.7vw;
  }
  .box-two-column-area dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: none;
    line-height: 1.61;
    padding-top: 0;
    padding-bottom: 6.7vw;
  }
  .box-two-column-area dd:last-child {
    border-bottom: 0.3vw solid #eaeaea;
  }
  .box-three-column-area {
    font-size: 3.45vw;
    margin-bottom: 13.4vw;
  }
  .box-three-column-area dl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box-three-column-area dl:first-child {
    border-top: 0.3vw solid #eaeaea;
  }
  .box-three-column-area dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: none;
    line-height: 1.61;
    padding-top: 6.7vw;
    padding-bottom: 2.7vw;
  }
  .box-three-column-area dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: none;
    line-height: 1.61;
    padding-top: 0;
    padding-bottom: 6.7vw;
  }
  .box-three-column-area dd:last-child {
    border-bottom: 0.3vw solid #eaeaea;
  }
  .order-text {
    font-size: 3.45vw;
    margin-bottom: 3.5vw;
  }
  .num-text {
    font-size: 3.45vw;
    margin-bottom: 3.5vw;
  }
  .link-btn {
    width: 100%;
    height: 16vw;
    font-size: 3.45vw;
    border-radius: 16vw;
    line-height: 16vw;
    margin: 0 auto 19.7vw;
  }
  .link-btn.blank:before {
    width: 2.8vw;
    height: 2.4vw;
    left: 90.29%;
  }
  .bottom-box {
    margin-bottom: 21.8vw;
  }
  .bottom-box-list {
    border-top: 0.3vw solid #eaeaea;
  }
  .bottom-box-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    border-right: none;
    border-bottom: 0.3vw solid #eaeaea;
  }
  .bottom-box-list__item:last-child {
    border-bottom: none;
  }
  .bottom-box-list__inner {
    padding: 9.5vw 5.33% 10.6vw;
  }
  .bottom-box-list__subtitle {
    font-size: 2.95vw;
    margin-bottom: 1.9vw;
  }
  .bottom-box-list__maintitle {
    font-size: 5.6vw;
    margin-bottom: 5.3vw;
  }
  .bottom-box-list__text {
    font-size: 3.45vw;
    text-align: justify;
    line-height: 1.61;
    margin-bottom: 4.4vw;
  }
  .bottom-box-list__arrow {
    width: 4vw;
    right: 5.33%;
    top: 17.5vw;
    bottom: auto;
  }
  .second-bottom-box {
    margin-bottom: 21.8vw;
  }
  .second-bottom-box-list {
    border-top: 0.3vw solid #eaeaea;
  }
  .second-bottom-box-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 33.5vw;
    border-right: none;
    border-bottom: 0.3vw solid #eaeaea;
  }
  .second-bottom-box-list__item a, .second-bottom-box-list__item a:link, .second-bottom-box-list__item a:visited {
    padding-left: 0;
  }
  .second-bottom-box-list__inner {
    padding: 0 5.33%;
  }
  .second-bottom-box-list__subtitle {
    font-size: 2.95vw;
    margin-bottom: 1.9vw;
  }
  .second-bottom-box-list__maintitle {
    font-size: 5.6vw;
  }
}
/*# sourceMappingURL=common_inner.css.map */
