@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body#top {
  padding-top: 90px;
  overflow-x: hidden;
}

body#top article {
  min-height: calc(100vh - 90px);
}

body#top article a.bnr {
  margin: 75px auto 85px;
  max-width: 1000px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00659a;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

body#top article a.bnr:after, body#top article a.bnr:before {
  position: absolute;
  content: '';
}

body#top article a.bnr:before {
  z-index: -1;
  border-right: 2px solid #00659a;
  border-bottom: 2px solid #00659a;
  right: -7px;
  bottom: -7px;
  width: 100%;
  height: 100%;
}

body#top article a.bnr:after {
  right: -20px;
  top: -28px;
  background: url(../img/icon/bnr_icon_10.svg) no-repeat;
  background-size: contain;
  width: 25.5px;
  height: 25.5px;
}

body#top article a.bnr img {
  position: absolute;
  left: 70px;
}

body#top article a.bnr .txt,
body#top article a.bnr .ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

body#top article a.bnr .txt:before,
body#top article a.bnr .ribbon:before {
  position: absolute;
  content: '';
  background: url(../img/icon/arrow_right.svg) no-repeat;
  background-size: contain;
  width: 10.39px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
}

body#top article a.bnr .txt *,
body#top article a.bnr .ribbon * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

body#top article a.bnr .free {
  background: #ffe77a;
  color: #00659a;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
}

body#top article a.bnr .text {
  font-size: 24px;
}

body#top article a.bnr.type_a, body#top article a.bnr.type_b {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  background: #fff;
  border: 2px solid #00659a;
  color: #000;
}

body#top article a.bnr.type_a .ribbon, body#top article a.bnr.type_b .ribbon {
  background: #00659a;
  height: 60px;
}

body#top article a.bnr.type_a .ribbon:before, body#top article a.bnr.type_b .ribbon:before {
  right: 20px;
}

body#top article a.bnr.type_a .ribbon .text, body#top article a.bnr.type_b .ribbon .text {
  color: #fff;
  font-size: 20px;
}

body#top article a.bnr.type_a {
  margin: 70px auto 100px;
  padding-top: 60px;
}

body#top article a.bnr.type_a img {
  left: 40px;
  top: 10px;
}

body#top article a.bnr.type_a .ttl,
body#top article a.bnr.type_a .txt {
  width: 100%;
  padding-left: 380px;
}

body#top article a.bnr.type_a .ttl {
  font-size: 26px;
  font-weight: bold;
  color: #00659a;
  line-height: 1;
  margin-bottom: 10px;
}

body#top article a.bnr.type_a .txt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2.125;
  padding-bottom: 60px;
  font-weight: 500;
}

body#top article a.bnr.type_b {
  padding-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body#top article a.bnr.type_b .ttl {
  margin-left: 95px;
  padding-top: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #00659a;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.69231;
  position: relative;
}

body#top article a.bnr.type_b .ttl:before, body#top article a.bnr.type_b .ttl:after {
  position: absolute;
  content: '';
  background: url(../img/bnr_B_star.png) no-repeat;
  background-size: cover;
  width: 37.17px;
  height: 30.95px;
}

body#top article a.bnr.type_b .ttl:before {
  top: -5px;
  left: -67.17px;
  -webkit-transform: rotate(180deg) scale(-1, 1);
          transform: rotate(180deg) scale(-1, 1);
}

body#top article a.bnr.type_b .ttl:after {
  bottom: 5px;
  right: -45px;
}

body#top article a.bnr.type_b ul {
  margin-left: 95px;
  position: relative;
}

body#top article a.bnr.type_b ul:before {
  position: absolute;
  bottom: -22px;
  right: -190px;
  content: '';
  background: url(../img/bnr_B.png) no-repeat;
  width: 95px;
  height: 133.83px;
}

body#top article a.bnr.type_b ul li {
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}

body#top article a.bnr.type_b ul li:before {
  position: absolute;
  content: '●';
  color: #99c1d7;
  font-size: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body#top article a.bnr.type_b ul li:not(:last-child) {
  margin-bottom: 15px;
}

body#top article a.bnr.type_b .ribbon {
  margin-top: 20px;
}

body#top article section.sections.bg_gray {
  background: #f0f0f0;
}

body#top article section.sections .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0;
}

body#top article section.sections .inner .head_h2 {
  letter-spacing: 0.04em;
  font-size: 26px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

body#top article section.sections .inner .head_h2 .blue {
  color: #00659a;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
}

body#top article section.sections .inner .head_h2 .en {
  font-size: 18px;
  letter-spacing: 0.28em;
  font-family: Osaka-Mono monospace;
  font-weight: normal;
  display: block;
  color: #666;
  line-height: 1;
  margin-top: 10px;
}

body#top article section.sections .inner p {
  line-height: 2.125;
}

body#top article section.sections#mv .inner {
  padding: 0;
}

body#top article section.sections#mv .inner .slide_box {
  position: relative;
}

body#top article section.sections#mv .inner .slide_box .head_h1, body#top article section.sections#mv .inner .slide_box > a {
  position: absolute;
  z-index: 10;
}

body#top article section.sections#mv .inner .slide_box .head_h1 {
  color: #fff;
  font-size: 4.00vw;
  letter-spacing: 0.02em;
  line-height: 1.35;
  top: 50%;
  left: 12.33vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

body#top article section.sections#mv .inner .slide_box .head_h1 span {
  font-size: 1.20vw;
  letter-spacing: 0.28em;
  font-family: Osaka-Mono monospace;
  display: block;
  margin-top: 1.00vw;
  padding-left: 0.33vw;
}

@media screen and (min-width: 1501px) {
  body#top article section.sections#mv .inner .slide_box .head_h1 {
    font-size: 60px;
    left: 185px;
  }
  body#top article section.sections#mv .inner .slide_box .head_h1 span {
    font-size: 18px;
    margin-top: 15px;
    padding-left: 5px;
  }
}

body#top article section.sections#mv .inner .slide_box > a {
  right: 0;
  bottom: 0;
  display: block;
  width: 20.83vw;
  height: 20.83vw;
}

body#top article section.sections#mv .inner .slide_box > a img {
  display: block;
  width: inherit;
  height: inherit;
}

@media screen and (min-width: 1501px) {
  body#top article section.sections#mv .inner .slide_box > a {
    width: 300px;
    height: 300px;
  }
}

body#top article section.sections#mv .inner .slide_box .slider picture {
  display: block !important;
}

body#top article section.sections#mv .inner .slide_box .slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

body#top article section.sections#mv .inner .slide_box .slider .slick-dots {
  bottom: 30px;
  left: 12vw;
  max-width: 150px;
}

body#top article section.sections#mv .inner .slide_box .slider .slick-dots li {
  margin: 0 2px;
}

body#top article section.sections#mv .inner .slide_box .slider .slick-dots li button:before {
  color: #ccc;
}

body#top article section.sections#mv .inner .slide_box .slider .slick-dots li.slick-active button:before {
  color: #fff;
}

body#top article section.sections#sec_10 .inner p {
  text-align: center;
}

body#top article section.sections#sec_20 .inner {
  padding: 120px 0 100px;
}

body#top article section.sections#sec_20 .inner > p {
  max-width: 700px;
  margin: 0 auto;
}

body#top article section.sections#sec_20 .inner .cases {
  margin: 90px auto 0;
  max-width: 1000px;
}

body#top article section.sections#sec_20 .inner .cases > .case:not(:last-child) {
  margin-bottom: 80px;
}

body#top article section.sections#sec_20 .inner .cases > .case .slider {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

body#top article section.sections#sec_20 .inner .cases > .case .slider img {
  display: block !important;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 30px;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num * {
  line-height: 1;
  text-align: center;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num .case {
  font-size: 25.72px;
  letter-spacing: 0.06em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num .num {
  font-size: 55.12px;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .right {
  margin-top: -5px;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .right .head_h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 5px;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .right .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .right .tag li {
  color: #4d4d4d;
}

body#top article section.sections#sec_20 .inner .cases > .case .flex .right .tag li:not(:last-child) {
  margin-right: 20px;
}

body#top article section.sections#sec_20 .inner .galleries img {
  height: auto;
  opacity: 0;
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex {
  padding: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex .left {
  margin-right: 40px;
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex .left img {
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex .right {
  margin-top: 200px;
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex .right img {
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex img:not(:last-child) {
  margin-bottom: 100px;
}

body#top article section.sections#sec_20 .inner .galleries.pc_flex img.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body#top article section.sections#sec_30 .inner {
  padding: 0;
}

body#top article section.sections#sec_40 .inner {
  max-width: 1000px;
}

body#top article section.sections#sec_40 .inner .contents .flex:not(:last-child) {
  margin-bottom: 80px;
}

body#top article section.sections#sec_40 .inner .contents .flex .txt {
  max-width: 480px;
  width: 100%;
}

body#top article section.sections#sec_40 .inner .contents .flex .txt * {
  letter-spacing: 0.04em;
}

body#top article section.sections#sec_40 .inner .contents .flex .txt .head_h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

body#top article section.sections#sec_40 .inner .contents .flex .txt p {
  line-height: 1.9375;
}

body#top article section.sections#sec_50 .inner {
  max-width: 1030px;
  padding-bottom: 0;
}

body#top article section.sections#sec_50 .inner .head_h2 {
  margin-bottom: 30px;
}

body#top article section.sections#sec_50 .inner > p {
  max-width: 700px;
  margin: 0 auto;
}

body#top article section.sections#sec_50 .inner .contents {
  margin-top: 70px;
}

body#top article section.sections#sec_50 .inner .contents .flex:not(:last-child) {
  margin-bottom: 90px;
}

body#top article section.sections#sec_50 .inner .contents .flex .slider {
  max-width: 480px;
}

body#top article section.sections#sec_50 .inner .contents .flex .slider img {
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

body#top article section.sections#sec_50 .inner .contents .flex .txt {
  max-width: 480px;
  width: 100%;
}

body#top article section.sections#sec_50 .inner .contents .flex .txt * {
  letter-spacing: 0.04em;
}

body#top article section.sections#sec_50 .inner .contents .flex .txt .head_h3 {
  font-size: 19px;
  margin-bottom: 25px;
}

body#top article section.sections#sec_50 .inner .contents .flex .txt p {
  font-size: 14px;
  line-height: 2.21429;
}

body#top article section.sections#sec_60 .inner {
  max-width: 1000px;
}

body#top article section.sections#sec_60 .inner .head_h2 {
  margin-bottom: 100px;
}

body#top article section.sections#sec_60 .inner .steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  body#top article section.sections#sec_60 .inner .steps li:not(:first-child) {
    -webkit-transition: 3s ease;
    transition: 3s ease;
    opacity: 0;
    -webkit-transform: translateY(-235px);
            transform: translateY(-235px);
    z-index: -1;
  }
  body#top article section.sections#sec_60 .inner .steps li.show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
  }
}

body#top article section.sections#sec_60 .inner .steps li .txt {
  padding: 0 15px 0 20px;
  letter-spacing: 0.04em;
}

body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 {
  margin-bottom: 10px;
}

body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 * {
  display: block;
  font-size: 19px;
}

body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 .step {
  line-height: 1;
  color: #00659a;
  margin-bottom: 15px;
}

body#top article section.sections#sec_60 .inner .steps li .txt p {
  font-size: 14px;
  line-height: 2.21429;
}

body#top article section.sections#sec_60 .inner .steps li:not(:last-child) {
  margin-bottom: 15px;
}

body#top article section.sections#sec_60 .inner .steps li:not(:last-child):before {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  background: url(../img/icon/arrow_bottom.svg) no-repeat;
  width: 40px;
  height: 15px;
  z-index: 10;
}

body#top article section.sections#sec_70 .inner {
  max-width: 1000px;
  padding-bottom: 10px;
}

body#top article section.sections#sec_70 .inner .head_h2 {
  margin-bottom: 30px;
}

body#top article section.sections#sec_70 .inner > p {
  max-width: 700px;
  margin: 0 auto;
}

body#top article section.sections#sec_70 .inner dl {
  margin-top: 90px;
}

body#top article section.sections#sec_70 .inner dl > div {
  cursor: pointer;
}

body#top article section.sections#sec_70 .inner dl > div p.ttl {
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 50px;
  height: 60px;
}

body#top article section.sections#sec_70 .inner dl > div p.ttl:before {
  position: absolute;
  content: 'Q';
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28.5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  background: #fff;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body#top article section.sections#sec_70 .inner dl > div p.ttl .toggle {
  position: absolute;
  right: 20px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

body#top article section.sections#sec_70 .inner dl > div p.ttl .toggle span {
  background: #000;
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
}

body#top article section.sections#sec_70 .inner dl > div p.ttl .toggle span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

body#top article section.sections#sec_70 .inner dl > div p.accordion_txt {
  display: none;
  border: 2px solid #f0f0f0;
  padding: 25px 50px;
}

body#top article section.sections#sec_70 .inner dl > div p.accordion_txt.is-open {
  display: block;
}

body#top article section.sections#sec_70 .inner dl > div:not(:last-child) {
  margin-bottom: 20px;
}

body#top article section.sections#sec_70 .inner dl > div.open p.ttl .toggle span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body#top article section.sections#catalog .inner {
  max-width: 1025px;
  padding: 90px 0 40px;
}

body#top article section.sections#catalog .inner .head_h2 {
  margin-bottom: 30px;
}

body#top article section.sections#catalog .inner .type_a {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  body#top {
    padding-top: 45px;
  }
  body#top article a.bnr {
    margin: 75px auto 85px;
    max-width: 100%;
    height: 80px;
  }
  body#top article a.bnr:before {
    right: -5px;
    bottom: -5px;
  }
  body#top article a.bnr:after {
    right: -20px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  body#top article a.bnr .txt,
  body#top article a.bnr .ribbon {
    font-size: 18px;
  }
  body#top article a.bnr .txt:before,
  body#top article a.bnr .ribbon:before {
    right: 15px;
  }
  body#top article a.bnr .free {
    width: 41.5px;
    height: 20.5px;
    border-radius: 2.5px;
    margin-right: 5px;
    font-size: 12.5px;
  }
  body#top article a.bnr .text {
    font-size: 18px;
  }
  body#top article a.bnr.type_a:before, body#top article a.bnr.type_b:before {
    right: -7px;
    bottom: -7px;
  }
  body#top article a.bnr.type_a .ribbon, body#top article a.bnr.type_b .ribbon {
    height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  body#top article a.bnr.type_a .ribbon:before, body#top article a.bnr.type_b .ribbon:before {
    right: 20px;
  }
  body#top article a.bnr.type_a .ribbon .free, body#top article a.bnr.type_b .ribbon .free {
    font-size: 15px;
    width: 45px;
    height: 25px;
    margin-right: 10px;
  }
  body#top article a.bnr.type_a .ribbon .text, body#top article a.bnr.type_b .ribbon .text {
    font-size: 18px;
  }
  body#top article a.bnr.type_a {
    margin: 70px auto 100px;
    padding-top: 0;
  }
  body#top article a.bnr.type_a img {
    position: static;
    width: calc(100% - 20px);
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 2.33vw;
  }
  body#top article a.bnr.type_a .ttl,
  body#top article a.bnr.type_a .txt {
    padding: 0 15px;
  }
  body#top article a.bnr.type_a .ttl {
    font-size: 19px;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
  body#top article a.bnr.type_a .txt {
    font-size: 13px;
    line-height: 2.15385;
    padding-bottom: 6.67vw;
  }
  body#top article a.bnr.type_b {
    padding-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body#top article a.bnr.type_b .ttl {
    margin-left: 20px;
    padding-top: 0;
    font-size: 19px;
    line-height: 1.63158;
  }
  body#top article a.bnr.type_b .ttl:before, body#top article a.bnr.type_b .ttl:after {
    display: none;
  }
  body#top article a.bnr.type_b ul {
    margin-left: 10px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#top article a.bnr.type_b ul:before {
    bottom: unset;
    right: 25px;
    width: 55px;
    height: 77px;
    background-size: cover;
    top: -90px;
  }
  body#top article a.bnr.type_b ul li {
    padding-left: 12px;
    font-size: 10px;
    letter-spacing: -0.08em;
    margin-bottom: 10px !important;
  }
  body#top article a.bnr.type_b ul li:before {
    font-size: 7.5px;
  }
  body#top article a.bnr.type_b ul li:not(:last-child) {
    margin-bottom: 0;
  }
  body#top article a.bnr.type_b ul li:nth-child(odd) {
    width: 130px;
  }
  body#top article a.bnr.type_b ul li:nth-child(even) {
    width: 150px;
  }
  body#top article a.bnr.type_b .ribbon {
    margin-top: 20px;
  }
  body#top article section.sections .inner {
    max-width: 100%;
    padding: 25.33vw 16px;
  }
  body#top article section.sections .inner .head_h2 {
    font-size: 19px;
    margin-bottom: 12.00vw;
    line-height: 2;
  }
  body#top article section.sections .inner .head_h2 .en {
    font-size: 14px;
    font-family: unset;
  }
  body#top article section.sections .inner p {
    font-size: 14px;
    line-height: 2;
    line-break: normal;
  }
  body#top article section.sections#mv .inner .slide_box .head_h1 {
    font-size: 8.00vw;
    top: 44%;
    left: 5.33vw;
  }
  body#top article section.sections#mv .inner .slide_box .head_h1 span {
    font-size: 3.60vw;
    margin-top: 2.5vw;
    line-height: 1.75;
    font-family: unset;
  }
  body#top article section.sections#mv .inner .slide_box > a {
    width: 41.33vw;
    height: 41.33vw;
  }
  body#top article section.sections#mv .inner .slide_box .slider img {
    height: 80.00vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body#top article section.sections#mv .inner .slide_box .slider .slick-dots {
    left: 0;
  }
  body#top article section.sections#mv .inner .slide_box .slider .slick-dots li {
    margin: 0;
  }
  body#top article section.sections#mv .inner .slide_box .slider .slick-dots li button:before {
    font-size: 2.13vw;
  }
  body#top article section.sections#mv + .bnr {
    margin: 50px auto;
    max-width: calc(100% - 65px);
  }
  body#top article section.sections#mv + .bnr img {
    display: none;
  }
  body#top article section.sections#sec_10 .inner {
    padding-top: 26.67vw;
  }
  body#top article section.sections#sec_10 .inner p {
    text-align: left;
  }
  body#top article section.sections#sec_20 .inner {
    padding: 25.33vw 16px;
  }
  body#top article section.sections#sec_20 .inner > p {
    max-width: 100%;
  }
  body#top article section.sections#sec_20 .inner .cases {
    margin: 20vw auto 0;
    max-width: calc(100vw + 32px);
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
    width: 100vw;
  }
  body#top article section.sections#sec_20 .inner .cases > .case:not(:last-child) {
    margin-bottom: 16vw;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .slider img {
    max-height: 48.00vw;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    padding: 0 16px;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num {
    margin-right: 18px;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num .case {
    font-size: 12.5px;
    margin-bottom: 1px;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .case_num .num {
    font-size: 27.56px;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .right {
    margin-top: -2px;
    width: 74vw;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .right .head_h3 {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.33333;
    margin-bottom: 5px;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .right .tag li {
    font-size: 13px;
  }
  body#top article section.sections#sec_20 .inner .cases > .case .flex .right .tag li:not(:last-child) {
    margin-right: 10px;
  }
  body#top article section.sections#sec_20 .inner .galleries {
    padding: 20vw 0 0;
  }
  body#top article section.sections#sec_20 .inner .galleries img {
    width: calc( 100% + 32px);
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
  }
  body#top article section.sections#sec_20 .inner .galleries img:not(:last-child) {
    margin-bottom: 6.67vw;
  }
  body#top article section.sections#sec_20 .inner .galleries img.top {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  body#top article section.sections#sec_20 .inner .galleries img.middle {
    width: 72.27vw;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  body#top article section.sections#sec_20 .inner .galleries img.bottom {
    width: calc(100% + 16px);
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  body#top article section.sections#sec_20 .inner .galleries img.show {
    opacity: 1;
  }
  body#top article section.sections#sec_20 .inner .galleries img.show.top {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  body#top article section.sections#sec_20 .inner .galleries img.show.middle {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  body#top article section.sections#sec_20 .inner .galleries img.show.bottom {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  body#top article section.sections#sec_30 .inner {
    padding: 0 22.5px;
  }
  body#top article section.sections#sec_30 .inner .type_a {
    margin: 0 auto 29.33vw;
  }
  body#top article section.sections#sec_40 .inner {
    max-width: 100%;
  }
  body#top article section.sections#sec_40 .inner .head_h2 {
    margin-bottom: 16.67vw;
  }
  body#top article section.sections#sec_40 .inner .contents img {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }
  body#top article section.sections#sec_40 .inner .contents .flex:not(:last-child) {
    margin-bottom: 21.33vw;
  }
  body#top article section.sections#sec_40 .inner .contents .flex .txt {
    max-width: 100%;
  }
  body#top article section.sections#sec_40 .inner .contents .flex .txt .head_h3 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
  body#top article section.sections#sec_40 .inner .contents .flex .txt p {
    line-height: 2.14286;
  }
  body#top article section.sections#sec_50 .inner {
    max-width: 100%;
    padding-bottom: 0;
  }
  body#top article section.sections#sec_50 .inner > p {
    max-width: 100%;
  }
  body#top article section.sections#sec_50 .inner .contents {
    margin-top: 18.33vw;
  }
  body#top article section.sections#sec_50 .inner .contents .flex:not(:last-child) {
    margin-bottom: 21.33vw;
  }
  body#top article section.sections#sec_50 .inner .contents .flex .slider {
    max-width: 100%;
    margin-bottom: 40px;
  }
  body#top article section.sections#sec_50 .inner .contents .flex .slider img {
    width: 100%;
    height: 60.00vw;
  }
  body#top article section.sections#sec_50 .inner .contents .flex .slider .slick-dots {
    bottom: -20px;
  }
  body#top article section.sections#sec_50 .inner .contents .flex .txt {
    max-width: 100%;
  }
  body#top article section.sections#sec_50 .inner .contents .flex .txt .head_h3 {
    line-height: 1.92105;
    margin-bottom: 22px;
  }
  body#top article section.sections#sec_50 .inner .contents .flex .txt p {
    line-height: 2.14286;
  }
  body#top article section.sections#sec_60 .inner {
    max-width: 100%;
    padding: 25.33vw 16px 26.67vw;
  }
  body#top article section.sections#sec_60 .inner .head_h2 {
    margin-bottom: 16vw;
  }
  body#top article section.sections#sec_60 .inner .steps li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 16px 10px;
  }
  body#top article section.sections#sec_60 .inner .steps li img {
    width: 115px;
    height: 115px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  body#top article section.sections#sec_60 .inner .steps li .txt {
    padding: 0;
  }
  body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 {
    margin-bottom: 40px;
    width: 195px;
  }
  body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 * {
    font-size: 19px;
  }
  body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 .step {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  body#top article section.sections#sec_60 .inner .steps li .txt .head_h3 .ttl {
    font-size: 16px;
  }
  body#top article section.sections#sec_60 .inner .steps li .txt p {
    font-size: 13px;
    line-height: 2.15385;
    letter-spacing: 0;
  }
  body#top article section.sections#sec_60 .inner .steps li:not(:last-child) {
    margin-bottom: 15px;
  }
  body#top article section.sections#sec_60 .inner .steps li:not(:last-child):before {
    bottom: -15px;
    width: 30px;
  }
  body#top article section.sections#sec_70 .inner {
    max-width: 100%;
    padding-bottom: 0;
  }
  body#top article section.sections#sec_70 .inner > p {
    max-width: 100%;
  }
  body#top article section.sections#sec_70 .inner dl {
    margin-top: 22.67vw;
  }
  body#top article section.sections#sec_70 .inner dl > div p.ttl {
    font-size: 17px;
    height: auto;
    padding-right: 70px;
    line-height: 1.64706;
    padding: 14.5px 70px 14.5px 50px;
  }
  body#top article section.sections#sec_70 .inner dl > div p.ttl:before {
    top: calc(50% - 5px);
  }
  body#top article section.sections#sec_70 .inner dl > div p.accordion_txt {
    padding: 20px 25px;
  }
  body#top article section.sections#sec_70 .inner dl > div:not(:last-child) {
    margin-bottom: 15px;
  }
  body#top article section.sections#catalog .inner {
    max-width: 100%;
    padding: 22.33vw 16px;
  }
  body#top article section.sections#catalog .inner .type_a,
  body#top article section.sections#catalog .inner .type_b {
    width: calc(82.67vw + 4px);
  }
  body#top article section.sections#catalog .inner .type_a {
    margin: 0 auto;
  }
  body#top article section.sections#catalog .inner .type_b {
    margin: 14.67vw auto 0;
  }
}

body#top.catalog {
  padding-top: 0;
  padding-bottom: 0;
}

body#top.catalog .sections#form .inner {
  padding: 0px 0 120px;
}

body#top.catalog .sections#form .inner > p {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

body#top.catalog .sections#form .inner .formArea .radioArea label {
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  body#top.catalog {
    padding-bottom: 0;
  }
  body#top.catalog .sections#form .inner {
    padding: 30px 15px 40px;
  }
  body#top.catalog .sections#form .inner > p {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
  }
  body#top.catalog .sections#form .inner .formArea .radioArea label {
    padding-left: 28px;
  }
}

body:not(.member) * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

body:not(.member) a {
  text-decoration: unset;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  body:not(.member) a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  body:not(.member) a:hover {
    opacity: .8;
  }
}

body:not(.member) ul, body:not(.member) li {
  list-style: none;
}

body:not(.member) .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body:not(.member) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.member) .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body:not(.member) img {
  display: block;
}

@media screen and (max-width: 767px) {
  body:not(.member) .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  body:not(.member) .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body:not(.member) .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  body:not(.member) .sp_flex {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) {
  body:not(.member) .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  body:not(.member) .pc_flex {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body:not(.member) .pc_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body:not(.member) section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body:not(.member) .slick-dots li button:before {
  opacity: 1;
  color: #f0f0f0;
}

body:not(.member) .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00659a;
}

body:not(.member) .pageTtl p {
  line-height: unset !important;
}

body:not(.member) header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 100;
}

body:not(.member) header ul {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body:not(.member) header {
    height: 45px;
  }
  body:not(.member) header ul {
    max-width: 100%;
  }
  body:not(.member) header ul li a img {
    width: 67.95px;
    height: auto;
  }
}

body:not(.member) footer {
  margin-top: -25px;
  padding: 40px 0 35px;
  border-top: 2px solid #00659a;
}

body:not(.member) footer ul li a img {
  margin: 0 auto;
}

/*----------------------------------
2022-09-07 バナー調整
----------------------------------*/
body#top article a.bnr.type_b img {
  position: static;
  margin-bottom: -22px;
  margin-left: 50px;
}

body#top article a.bnr.type_b .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 610px;
  margin-left: 20px;
}

body#top article a.bnr.type_b .txt:before {
  display: none;
}

body#top article a.bnr.type_b .txt * {
  margin-left: 0;
}

body#top article a.bnr.type_b .txt .ttl {
  padding: 0 0 5px;
}

body#top article a.bnr.type_b .txt .ttl:before, body#top article a.bnr.type_b .txt .ttl:after {
  display: none;
}

body#top article a.bnr.type_b .txt .overview {
  font-weight: 500;
  line-height: 1.75;
}

body#top article a.bnr.type_b .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

body#top article a.bnr.type_b .txt ul:before {
  display: none;
}

body#top article a.bnr.type_b .txt ul li {
  width: 50%;
  margin-top: 10px;
  font-weight: 500;
  padding-left: 20px;
}

body#top article a.bnr.type_b .txt ul li:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body#top article a.bnr.type_b {
    padding-top: 30px;
  }
  body#top article a.bnr.type_b img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto -22px;
    width: 60.83vw;
    height: auto;
  }
  body#top article a.bnr.type_b .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  body#top article a.bnr.type_b .txt .ttl {
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
  }
  body#top article a.bnr.type_b .txt .overview {
    font-size: 13px;
    padding: 0px 10px;
  }
  body#top article a.bnr.type_b .txt ul {
    margin: 20px 0 10px 7px;
  }
  body#top article a.bnr.type_b .txt ul li {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 50%;
    padding-left: 10px;
    margin-top: 0;
  }
  body#top article a.bnr.type_b .txt ul li:nth-child(even) {
    width: 45%;
    margin-left: 10px;
  }
  body#top article a.bnr.type_b .ribbon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body#top article a.bnr.type_b .ribbon .text {
    font-size: 16px;
  }
}

/*----------------------------------
2022-10-04 バナー調整
----------------------------------*/
@media screen and (max-width: 767px) {
  body#top article {
    overflow: hidden;
  }
}

body#top article a.bnr + a.bnr_member {
  margin-top: -40px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  body#top article a.bnr + a.bnr_member {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    width: calc(100% - 43px);
    margin: -20px auto 50px;
  }
  body#top article a.bnr + a.bnr_member img {
    width: 100%;
  }
}

body#top article a.bnr.member img {
  bottom: 0;
}

body#top article a.bnr.member .txt {
  padding-left: 260px;
}

@media screen and (max-width: 767px) {
  body#top article a.bnr.member {
    margin: 50px auto;
    max-width: calc(100% - 65px);
  }
  body#top article a.bnr.member img {
    display: none;
  }
  body#top article a.bnr.member .txt {
    padding-left: 0;
  }
  body#top article a.bnr.member .txt .text {
    line-height: 1.29412;
  }
}

body#top article a.bnr_member {
  display: block;
  margin-bottom: 75px;
}

body#top article a.bnr_member * {
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */
