@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

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

.font, body {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.87;
  color: #000;
}
@media screen and (max-width: 749px) {
  .font, body {
    font-size: 1.3rem;
  }
}

.central {
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  font-feature-settings: "palt" on;
}

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background: #000;
  color: #FFF;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF;
}

div,
main,
section {
  display: block;
  position: relative;
}

h1,
h2 {
  position: relative;
}

*:focus {
  outline: none;
}

p {
  line-height: 1.75;
  text-align: justify;
}
p a {
  word-break: break-all;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

em {
  font-weight: 700;
}

b {
  font-weight: 700;
}

a {
  cursor: pointer;
  transition: opacity 0.3s;
}
a.block {
  display: block;
}

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}
.opa:hover {
  opacity: 0.5 !important;
}

.scale {
  overflow: hidden;
  display: block;
}
.scale img {
  transition: transform 0.5s;
}
.scale:hover img {
  transform: scale(1.1);
}

.underline {
  text-decoration: underline;
}

figcaption,
small {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  figcaption,
small {
    font-size: 1rem;
  }
}

figcaption {
  margin-top: 5px;
}

.spaces {
  letter-spacing: 0.1em;
}

.dash {
  letter-spacing: 0;
}

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block;
  }
}

.center-m {
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

@media screen and (max-width: 749px) {
  .sp-left {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.wh100 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;";
}

.bg_white {
  background: #FFF !important;
}
.bg_black {
  background: #000 !important;
}
.bg_silver {
  background: #EFEFEF !important;
}
.bg_green {
  background: #124100 !important;
}
.bg_glass {
  background: #97C97D !important;
}

.bdr_white {
  border: 1px solid #FFF !important;
}
.bdr_black {
  border: 1px solid #000 !important;
}
.bdr_silver {
  border: 1px solid #EFEFEF !important;
}
.bdr_green {
  border: 1px solid #124100 !important;
}
.bdr_glass {
  border: 1px solid #97C97D !important;
}

.text_white {
  color: #FFF;
}
.text_black {
  color: #000;
}
.text_silver {
  color: #EFEFEF;
}
.text_green {
  color: #124100;
}
.text_glass {
  color: #97C97D;
}

.hr_white {
  border-top: 1px solid #FFF;
}
.hr_black {
  border-top: 1px solid #000;
}
.hr_silver {
  border-top: 1px solid #EFEFEF;
}
.hr_green {
  border-top: 1px solid #124100;
}
.hr_glass {
  border-top: 1px solid #97C97D;
}

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .wrap1000 {
    padding: 0 25px;
  }
}

.btn {
  width: 350px;
  height: 86px;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 45px;
  box-shadow: 0 4px 10px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnFlex {
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
}
@media screen and (max-width: 749px) {
  .btnFlex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 749px) {
  .btn {
    width: 83%;
    height: 60px;
    font-size: 3.467vw;
  }
}
.btn:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/pc/btn_base1.png");
  background-size: 100% 100%;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .btn:first-child {
    background: url("../img/sp/btn_base1.png");
    background-size: 100% 100%;
    margin: 0 0 20px;
    font-size: 5.333vw;
  }
}
.btn:last-child {
  line-height: 130%;
  background: url("../img/pc/btn_base2.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .btn:last-child {
    background: url("../img/sp/btn_base2.png");
    background-size: 100% 100%;
    font-size: 5.333vw;
  }
}

.btn:hover {
  filter: brightness(130%);
}

.btn {
  transition: filter 0.3s;
}

.fv_image {
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .fv_image {
    width: 100%;
  }
}

.cv01 {
  text-align: center;
  padding: 40px 0 60px;
}
.cv01_title {
  border: 1px solid #FFF;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  padding: 0 12px 2px;
  line-height: 160%;
}
@media screen and (max-width: 749px) {
  .cv01_title {
    font-size: 1.5rem;
    padding: 3px 12px;
  }
}
.cv01_text {
  text-align: center;
  margin-top: 10px;
}
.cv01_text span:first-child {
  font-size: 4.5rem;
}
@media screen and (max-width: 749px) {
  .cv01_text span:first-child {
    font-size: 2.4rem;
  }
}
.cv01_text span:last-child {
  font-size: 3.8rem;
}
@media screen and (max-width: 749px) {
  .cv01_text span:last-child {
    font-size: 2rem;
  }
}

.cv02 {
  text-align: center;
  padding: 105px 0 100px;
}
@media screen and (max-width: 749px) {
  .cv02 {
    padding: 60px 0;
  }
}
.cv02_title {
  width: 550px;
  border: 1px solid #FFF;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  padding: 0 12px 2px;
  line-height: 160%;
  background: #000;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .cv02_title {
    width: 80%;
    font-size: 4.1vw;
  }
}
.cv02_title::after {
  content: "";
  height: 2px;
  background: #FFF;
  width: 705px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 749px) {
  .cv02_title::after {
    width: 88vw;
  }
}
.cv02_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.cv02_textWrap {
  width: 615px;
  margin: 30px auto 0;
}
@media screen and (max-width: 749px) {
  .cv02_textWrap {
    width: 88%;
  }
}
@media screen and (max-width: 749px) {
  .cv02_text {
    font-size: 3.467vw;
  }
}
.cv02_text::before {
  content: "・";
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .cv02_text::before {
    margin-right: 10px;
  }
}
.cv02_text span {
  font-weight: 700;
  background: linear-gradient(274.35deg, #9F9924 -13.75%, #FFFDD0 28.52%, #FFFCAE 67.43%, #ADA826 115.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.cv02_text2 {
  font-size: 3.8rem;
  width: 704px;
  border-top: 2px solid #FFF;
  text-align: center;
  margin: 32px auto 0;
  padding-top: 50px;
}
@media screen and (max-width: 749px) {
  .cv02_text2 {
    font-size: 5.333vw;
    width: 88%;
  }
}

.cv03 {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 749px) {
  .cv03 {
    padding: 60px 0;
  }
}
.cv03_title {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  padding: 0 12px 2px;
  line-height: 160%;
  background: #000;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .cv03_title {
    font-size: 6.667vw;
  }
}
.cv03_subtitle {
  background: linear-gradient(274.35deg, #9F9924 -13.75%, #FFFDD0 28.52%, #FFFCAE 67.43%, #ADA826 115.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 749px) {
  .cv03_subtitle {
    width: 84%;
    margin: 30px auto;
  }
}
.cv03_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.cv03_textWrap {
  width: 615px;
  margin: 30px auto 0;
}
@media screen and (max-width: 749px) {
  .cv03_textWrap {
    width: 100%;
  }
}
.cv03_text::before {
  content: "・";
  margin-right: 20px;
}
.cv03_text span {
  font-weight: 700;
  background: linear-gradient(274.35deg, #9F9924 -13.75%, #FFFDD0 28.52%, #FFFCAE 67.43%, #ADA826 115.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.cv03_text2 {
  font-size: 3.8rem;
  width: 704px;
  text-align: center;
  margin: 32px auto 0;
}
@media screen and (min-width: 750px) {
  .cv03_text2 {
    border-top: 2px solid #FFF;
    padding-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  .cv03_text2 {
    width: 100%;
    font-size: 5.333vw;
  }
}

.sec01 {
  background: linear-gradient(180deg, #303030 0%, #000000 100%);
  padding: 100px 0;
}
@media screen and (max-width: 749px) {
  .sec01 {
    padding: 50px 15px;
  }
}
.sec01_title {
  text-align: center;
  font-size: 4.5rem;
}
@media screen and (max-width: 749px) {
  .sec01_title {
    font-size: 6.4vw;
  }
}
.sec01_title .-span01 {
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .sec01_title .-span01 {
    font-size: 4.8vw;
  }
}
.sec01_title .-span02 {
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .sec01_title .-span02 {
    font-size: 5.3vw;
  }
}
.sec01_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.sec01_textBox {
  padding: 38px 44px 44px;
  border: 1px solid #FFF;
  max-width: 584px;
  margin: 45px auto 0;
}
@media screen and (max-width: 749px) {
  .sec01_textBox {
    padding: 30px;
  }
}
.sec01_textBox::after {
  content: "";
  display: block;
  width: 14px;
  height: 67px;
  background: url("../img/icon_arrow.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  bottom: -80px;
}
@media screen and (max-width: 749px) {
  .sec01_textBox::after {
    width: 10px;
    height: 48px;
    bottom: -60px;
  }
}
@media screen and (max-width: 749px) {
  .sec01_text {
    font-size: 3.77vw;
    margin-bottom: 15px;
  }
}
.sec01_text::before {
  content: "";
  background: url("../img/icon_check.png") no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  margin: 10px 15px 0 0;
}
@media screen and (max-width: 749px) {
  .sec01_text::before {
    width: 13px;
    height: 13px;
  }
}
.sec01_text span {
  font-weight: 700;
  background: linear-gradient(274.35deg, #9F9924 -13.75%, #FFFDD0 28.52%, #FFFCAE 67.43%, #ADA826 115.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sec01_copy {
  text-align: center;
  margin: 50px auto 0;
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .sec01_copy {
    font-size: 6.4vw;
  }
}
.sec01_image {
  position: absolute;
}
@media screen and (min-width: 750px) {
  .sec01_image {
    right: -325px;
    bottom: -225px;
  }
}
@media screen and (max-width: 749px) {
  .sec01_image {
    width: 60%;
    right: 0;
    bottom: -10px;
  }
  .sec01_image img {
    width: 100%;
  }
}
.sec01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: -1px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000 92.03%);
}

.sec02 {
  background: linear-gradient(180deg, #303030 57.29%, #1D1D1D 100%);
}
@media screen and (min-width: 750px) {
  .sec02 {
    padding-bottom: 144px;
  }
}
.sec02::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 749px) {
  .sec02::before {
    border-width: 35px 50vw 0 50vw;
  }
}
.sec02_title {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 749px) {
  .sec02_title {
    margin-top: 25px;
  }
}
.sec02_title .-span01 {
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .sec02_title .-span01 {
    font-size: 4.8vw;
  }
}
.sec02_title .-span02 {
  font-size: 6.8rem;
  background: linear-gradient(274.35deg, #9F9924 -13.75%, #FFFDD0 28.52%, #FFFCAE 67.43%, #ADA826 115.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .sec02_title .-span02 {
    font-size: 9.067vw;
  }
}
.sec02_title .-span03 {
  font-size: 4.4rem;
}
@media screen and (max-width: 749px) {
  .sec02_title .-span03 {
    font-size: 5.867vw;
  }
}
.sec02_bg {
  mix-blend-mode: color-burn;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.sec02_image {
  margin: 35px auto 0;
  width: 860px;
}
@media screen and (max-width: 749px) {
  .sec02_image {
    width: 84.9%;
  }
}
.sec02_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 3.2rem;
  width: 920px;
  margin: 60px auto 0;
}
@media screen and (max-width: 749px) {
  .sec02_flex {
    font-size: 4.8vw;
    display: block;
    width: 92%;
  }
}
.sec02_flex p {
  text-align: center;
}
.sec02_flex span {
  font-size: 4.4rem;
}
@media screen and (max-width: 749px) {
  .sec02_flex span {
    font-size: 7.467vw;
  }
}
.sec02_flex em {
  font-size: 5.2rem;
}
@media screen and (max-width: 749px) {
  .sec02_flex em {
    font-size: 8.533vw;
  }
}
.sec02_flex > *:last-child {
  width: 489px;
}
@media screen and (max-width: 749px) {
  .sec02_flex > *:last-child {
    width: 100%;
  }
}
.sec02_text1 {
  margin-top: 30px;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .sec02_text1 {
    font-size: 4.8vw;
  }
}
.sec02_text2 {
  font-size: 3.2rem;
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .sec02_text2 {
    font-size: 5.333vw;
  }
}
.sec02_text2 em {
  font-size: 5.2rem;
}
@media screen and (max-width: 749px) {
  .sec02_text2 em {
    font-size: 8.8vw;
  }
}
.sec03 {
  background: linear-gradient(180deg, #000000 56.25%, #1A1A1A 100%);
  padding: 78px 0 0 0;
}
@media screen and (max-width: 749px) {
  .sec03 {
    padding: 60px 0 80px;
  }
}
.sec03_title {
  width: 716px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .sec03_title {
    width: 64.6%;
  }
}
.sec03_subtitle {
  width: 480px;
  margin: 0 auto 100px;
  font-size: 32px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  border: 1px solid #FFF;
}
@media screen and (max-width: 749px) {
  .sec03_subtitle {
    font-size: 4.267vw;
    width: 72%;
    margin: 10px auto 55px;
  }
}
.sec03_content {
  margin: auto;
  width: 920px;
}
@media screen and (max-width: 749px) {
  .sec03_content {
    width: 100%;
  }
  .sec03_content.-r {
    margin-bottom: 70px;
  }
}

.sec04 {
  padding: 0 0 120px;
  background: #202020;
}
@media screen and (max-width: 749px) {
  .sec04 {
    padding: 0 0 60px;
  }
}
.sec04_main {
  width: 920px;
  margin: auto;
  padding: 100px 0 100px 500px;
}
@media screen and (max-width: 749px) {
  .sec04_main {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .sec04_main_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.sec04_main_image img {
  width: 100%;
}
.sec04_main_title {
  background: rgba(0, 0, 0, 0.5);
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  width: 274px;
  text-align: center;
  border: 2px solid #FFF;
}
@media screen and (max-width: 749px) {
  .sec04_main_title {
    font-size: 7.467vw;
    width: 42%;
    position: absolute;
    top: 55px;
    right: 10px;
  }
}
.sec04_main_name {
  color: #000;
  font-size: 4.4rem;
}
@media screen and (max-width: 749px) {
  .sec04_main_name {
    font-size: 6.933vw;
    line-height: 1;
    margin-left: 54%;
    position: absolute;
    top: 125px;
    right: 15px;
  }
}
.sec04_main_name small {
  font-size: 2.4rem;
}
@media screen and (max-width: 749px) {
  .sec04_main_name small {
    font-size: 4vw;
  }
}
.sec04_text {
  width: 920px;
  margin: auto;
  font-size: 18px;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .sec04_text {
    width: 84%;
    font-size: 3.733vw;
    margin-top: 35px;
  }
}
.sec04_prof {
  background: #000;
  padding: 39px 44px 0;
  box-shadow: 4px 4px 20px rgba(255, 255, 255, 0.1), -4px -4px 20px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 749px) {
  .sec04_prof {
    padding: 20px 10px;
    width: 100%;
    box-shadow: 4px 4px 20px rgba(255, 255, 255, 0.1), -4px -4px 20px rgba(255, 255, 255, 0.1);
  }
}
.sec04_profWrap {
  display: flex;
  width: 920px;
  margin: 35px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .sec04_profWrap {
    width: 84%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) {
  .sec04_prof {
    height: 332px;
  }
  .sec04_prof:first-child {
    width: 515px;
  }
  .sec04_prof:last-child {
    width: 365px;
  }
}
@media screen and (max-width: 749px) {
  .sec04_prof:last-child {
    margin-top: 30px;
  }
}
.sec04_prof_title {
  font-size: 2.6rem;
  text-align: center;
  padding: 0 32px;
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;
  line-height: 1;
  height: 30px;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .sec04_prof_title {
    font-size: 4vw;
  }
}
.sec04_prof_text {
  margin-top: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 140%;
}
@media screen and (max-width: 749px) {
  .sec04_prof_text {
    font-size: 3.467vw;
    line-height: 200%;
  }
}

.sec05 {
  padding: 100px 0 135px;
  background: linear-gradient(180deg, #000000 0%, #303030 100%);
}
@media screen and (max-width: 749px) {
  .sec05 {
    padding: 60px 0 54px;
  }
}
.sec05_title {
  font-size: 4rem;
  text-align: center;
  margin: 0 auto 45px;
}
@media screen and (max-width: 749px) {
  .sec05_title {
    font-size: 6.4vw;
  }
}
.sec05_interview {
  width: 915px;
  display: flex;
  margin: 0 auto 80px;
}
.sec05_interview:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .sec05_interview {
    width: 100%;
  }
}
.sec05_interview .-text {
  font-size: 18px;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .sec05_interview .-text {
    font-size: 3.467vw;
  }
}
.sec05_interview .-name {
  font-size: 3.2rem;
  margin: 3px 0 10px;
}
@media screen and (max-width: 749px) {
  .sec05_interview .-name {
    font-size: 5.333vw;
  }
}
@media screen and (max-width: 749px) {
  .sec05_interview_image {
    width: 50.6%;
  }
}
@media screen and (max-width: 749px) {
  .sec05_interview_body {
    width: 57.3%;
    font-size: 3.467vw;
    margin-left: -15%;
  }
  .sec05_interview_body.-r {
    margin-right: -15%;
    margin-left: 5%;
  }
}

.sec06 {
  padding: 100px 0 72px;
  background: url("../img/pc/sec06.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .sec06 {
    background: url("../img/sp/sec06.jpg") no-repeat;
    padding: 50px 0 60px;
  }
}
.sec06_title {
  font-weight: 500;
  font-size: 6rem;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 749px) {
  .sec06_title {
    font-size: 8.8vw;
  }
}
.sec06_subtitle {
  margin: 36px auto 0;
  text-align: center;
  padding: 0 33px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 196px;
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .sec06_subtitle {
    font-size: 5.333vw;
    padding: 0 24px;
    width: 37.7%;
  }
}
.sec06_table {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 750px;
  margin: 34px auto 0;
}
@media screen and (max-width: 749px) {
  .sec06_table {
    width: 92%;
  }
}
.sec06_table dt {
  width: 18.7%;
  text-align: center;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 130%;
}
.sec06_table dd {
  width: 81.3%;
  border-bottom: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.sec07 {
  padding: 100px 0 72px;
  background: url("../img/pc/sec07.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .sec07 {
    background: url("../img/sp/sec07.jpg") no-repeat;
    background-size: cover;
  }
}
.sec07_copy {
  text-align: center;
}
.sec07_copy span {
  font-size: 3.8rem;
  display: block;
}
@media screen and (max-width: 749px) {
  .sec07_copy span {
    font-size: 2rem;
  }
}
.sec07_copy span:last-child {
  font-size: 4.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .sec07_copy span:last-child {
    font-size: 2.4rem;
  }
}

.sec08 {
  padding: 100px 0 82px;
  background: #303030;
}
@media screen and (max-width: 749px) {
  .sec08 {
    padding: 60px 0 90px;
  }
}
.sec08_title {
  font-weight: 500;
  font-size: 4.8rem;
  margin: 0 auto 45px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .sec08_title {
    font-size: 6.4vw;
  }
}
.sec08 dl {
  display: flex;
  flex-wrap: wrap;
  width: 620px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .sec08 dl {
    font-size: 1.5rem;
    font-size: 4vw;
    width: 84%;
  }
}
.sec08 dl dt {
  font-weight: 700;
  letter-spacing: 0.7em;
  font-feature-settings: "palt" on;
}
@media screen and (min-width: 750px) {
  .sec08 dl dt {
    width: 157px;
  }
}
@media screen and (max-width: 749px) {
  .sec08 dl dt {
    width: 29%;
  }
}
.sec08 dl dt.-s01 {
  letter-spacing: 0.1em;
}
.sec08 dl dt.-s02 {
  letter-spacing: 0.2em;
}
.sec08 dl dd {
  width: calc(100% - 157px);
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .sec08 dl dd {
    width: 71%;
  }
}
.sec08 dl dd:last-child {
  margin-bottom: 0;
}
.sec08 table {
  border: 1px solid #888;
  width: 630px;
  margin: 60px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  border-collapse: collapse;
}
@media screen and (max-width: 749px) {
  .sec08 table {
    width: 84%;
    margin: 30px auto 0;
    font-size: 1rem;
  }
}
.sec08 table th, .sec08 table td {
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 750px) {
  .sec08 table th:first-child, .sec08 table td:first-child {
    width: 192px;
  }
}
.sec08 table th {
  background: #000;
}
.sec08 table td {
  padding: 17px 0;
}
.sec08 table::after {
  content: "▲…18:00まで　　休診日…水曜・祝日";
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: translateY(100%);
  font-size: 1.2rem;
}

.float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222222 36.05%);
}
@media screen and (max-width: 749px) {
  .float {
    padding: 13px 7px 5px;
  }
}
.float_title {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .float_title {
    width: 58.4%;
    margin: auto;
  }
}
.float .btnFlex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 749px) {
  .float .btnFlex {
    padding: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .float .btn {
    width: 46.6%;
    height: 40px;
    font-size: 3.467vw;
    margin: 0;
  }
}

.footer {
  background: #4A4A4A;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 160px;
}
@media screen and (max-width: 749px) {
  .footer {
    height: 100px;
    font-size: 1rem;
  }
}