@charset "UTF-8";
header {
  position: relative;
}

.global-header {
  max-width: 95rem;
  padding: 0 2.5rem;
  position: relative;
}

.header_logo {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 7000;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1100px) {
  .header_logo {
    margin-bottom: 30px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (max-width: 650px) {
  .header_logo {
    width: 100px;
    height: 100px;
  }
}
.header_logo img {
  width: 65%;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}

.key_visual {
  background: rgb(236, 136, 50);
  min-height: 300px;
  display: grid;
  place-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 650px) {
  .key_visual .inner {
    padding-top: 80px;
  }
}
.key_visual h2 {
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .key_visual h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    font-feature-settings: "palt";
  }
}
.key_visual .subtxt {
  text-align: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
}
@media screen and (max-width: 650px) {
  .key_visual .subtxt {
    font-size: 17px;
  }
}

#shindan_contents_wrap {
  margin-bottom: 80px;
}

.company_info {
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 650px) {
  .company_info {
    width: 95%;
  }
}
.company_info h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  background: rgb(236, 136, 50);
  color: #fff;
  margin-bottom: 15px;
}
.company_info dl {
  background: #f8f8f8;
  padding: 8px;
}
.company_info dl div {
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 5px 8px;
  background: #fafafa;
}
@media screen and (max-width: 650px) {
  .company_info dl div {
    display: block;
  }
}
.company_info dl div:nth-child(odd) {
  background: #fff;
}
.company_info dl div dt, .company_info dl div dd {
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  .company_info dl div dt {
    font-weight: bold;
  }
}

#sales_wrap {
  min-height: 300px;
  background: #f6dfbd;
  margin-bottom: 80px;
}
#sales_wrap .inner {
  padding: 80px 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sales_wrap .inner {
    width: 95%;
  }
}
#sales_wrap .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #2a2a2a;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  #sales_wrap .inner h2 {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #sales_wrap .inner h2 {
    font-size: 24px;
  }
}
#sales_wrap .inner h2 span {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  background: rgb(236, 136, 50);
  border-radius: 6px;
  font-feature-settings: "palt";
  margin-bottom: 12px;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  #sales_wrap .inner h2 span {
    text-align: left;
  }
}
#sales_wrap .inner .contents_desc {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  #sales_wrap .inner .contents_desc {
    font-size: 18px;
    text-align: left;
  }
}
#sales_wrap .inner .contents_desc span {
  width: fit-content;
  padding: 12px 20px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  background: #FF3C2F;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
#sales_wrap .inner .doc_download_btn {
  text-align: center;
  width: 60%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #sales_wrap .inner .doc_download_btn {
    width: 100%;
  }
}
#sales_wrap .inner .doc_download_btn span.thumb {
  outline: 10px solid #fff;
  outline-offset: -10px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 40px;
}
#sales_wrap .inner .doc_download_btn span.thumb img {
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sales_wrap .inner .doc_download_btn a {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 23px;
  width: 400px;
  background: #FF3C2F;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
  transition: all 0.12s linear;
}
@media screen and (max-width: 520px) {
  #sales_wrap .inner .doc_download_btn a {
    width: 100%;
    padding: 20px 8px;
    font-size: 17px;
    box-sizing: border-box;
  }
}
#sales_wrap .inner .doc_download_btn a:hover {
  background: #0A2446;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
#sales_wrap .inner .how_buy {
  padding: 20px;
  background: #fff;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border: 8px solid #82B504;
}
@media screen and (max-width: 768px) {
  #sales_wrap .inner .how_buy {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #sales_wrap .inner .how_buy {
    box-sizing: border-box;
  }
}
#sales_wrap .inner .how_buy .buy_desc {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #sales_wrap .inner .how_buy .buy_desc {
    font-size: 16px;
  }
}
#sales_wrap .inner .how_buy .buy_desc span {
  display: inline-block;
  margin-bottom: 25px;
}
#sales_wrap .inner .how_buy .buy_desc span img {
  width: 150px;
  height: auto;
  vertical-align: bottom;
}
#sales_wrap .inner .how_buy a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  padding: 13px 30px;
  border-radius: 10px;
  width: 400px;
  background: #FF3C2F;
}
@media screen and (max-width: 520px) {
  #sales_wrap .inner .how_buy a {
    width: 100%;
    padding: 13px 10px;
    font-size: 18px;
    box-sizing: border-box;
  }
}

#notations {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 650px) {
  #notations {
    width: 95%;
    margin-bottom: 30px;
  }
}
#notations dl {
  width: 100%;
}
#notations dl div {
  margin-bottom: 15px;
}
#notations dl div dt, #notations dl div dd {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#notations dl div dt {
  padding: 12px;
  line-height: 1;
  font-size: 20px;
  background: #f6dfbd;
}
@media screen and (max-width: 650px) {
  #notations dl div dt {
    font-size: 17px;
  }
}
#notations dl div dd {
  padding: 20px;
  background: #fcfcfc;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  #notations dl div dd {
    font-size: 14px;
  }
}

.partner_bosyu {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  background: #f4f5f8;
  padding-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .partner_bosyu {
    width: 95%;
  }
}
.partner_bosyu h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 0;
  background: rgb(46, 63, 168);
  color: #fff;
  margin-bottom: 15px;
}
.partner_bosyu h3 + p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.partner_bosyu .partner_cta dl {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
}
@media screen and (max-width: 650px) {
  .partner_bosyu .partner_cta dl {
    width: 95%;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.partner_bosyu .partner_cta dl div {
  padding: 5px 8px;
  background: #fafafa;
}
.partner_bosyu .partner_cta dl div dt {
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  line-height: 1;
  background: #bdf6ed;
  text-align: center;
}
.partner_bosyu .partner_cta dl div dd {
  padding: 20px;
  background: #fcfcfc;
  text-align: center;
  font-size: 18px;
}

.global_footer {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 15px;
}
.global_footer img {
  display: inline-block;
  margin-bottom: 8px;
}

/*# sourceMappingURL=company.css.map */
