@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, canvas, time {
  display: block;
}

button, input, optgroup, select, textarea, figure {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, blockquote, figure {
  margin: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

body,
button {
  font-family: 'Noto Sans JP', sans-serif;
}

a,
button {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
}
table th,
table td {
  border-bottom: 1px solid #000;
}

.main {
  min-height: 500px;
}
.inner {
  padding-inline: calc(16vw / 3) !important;
}
.container-sm {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wrapper {
  background-color: #f1f1e9;
  overflow-x: hidden;
}
.sec-showcase {
  background-image: -moz-linear-gradient(90deg, rgb(73,72,69) 0%, rgb(47,44,42) 25%, rgb(47,44,42) 75%, rgb(73,72,69) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(73,72,69) 0%, rgb(47,44,42) 25%, rgb(47,44,42) 75%, rgb(73,72,69) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(73,72,69) 0%, rgb(47,44,42) 25%, rgb(47,44,42) 75%, rgb(73,72,69) 100%);
}

@media screen and (min-width: 960px) {
  .sp-only{
    display: none!important;
  }
  .inner {
    padding-inline: 40px !important;
  }
  .container {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wrapper {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* iNel PC */
@media screen and (min-width: 960px) {
  .wrapper {
    max-width: 1200px;
    background: #000;
    color: #fff;
  }
  .inner {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 0 !important;
  }
  .sec-mv {
    line-height: 0;
  }
  .sec-mv h1 {
    margin: 0;
  }
  .sec-mv img,
  .sec-lead > picture > img,
  .sec-double-engine > picture > img {
    display: block;
    width: 100%;
    max-width: none;
  }
  .sec-lead,
  .sec-double-engine {
    position: relative;
    overflow: hidden;
  }
  .sec-lead__content,
  .sec-double-engine__content {
    position: absolute;
    left: 50%;
  }
  .sec-lead__content {
    top: 90px;
    padding-left: 50%;
  }
 .sec-lead__content p{
	 padding-left:90px;
 }
  .sec-lead__content h2 {
    font-family: serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: .13em;
    margin: 0 0 40px;
  }
  .sec-lead__content h2 > img {
    display: block;
    width: 395px;
    margin-bottom: 10px;
  }
  .sec-lead__content h2 small {
    display: block;
    font-size: 20px;
    margin-top: 4px;
  }
  .sec-lead__content p {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .14em;
    margin-top: 24px;
  }
  .sec-concept {
    min-height: 300px;
    padding-top: 70px;
    text-align: center;
  }
  .sec-concept h2,
  .sec-feature > .inner > h2 {
    font-family: serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .12em;
    line-height: 1.5;
    margin: 0;
  }
  .sec-concept h2 > img {
    width: 606px;
  }
  .sec-concept p {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .1em;
    margin-top: 38px;
    font-family: serif;
  }
  .sec-double-engine__content {
    top: 90px;
    text-align: center;
  }
  .sec-double-engine__content{
    left:0;
    right:0;
    top: clamp(0rem, -5rem + 13.33vw, 5rem);
  }
  .sec-double-engine__content > img {
    width: 142px;
  }
  .sec-double-engine__content h2 {
    margin: 25px 0 36px;
  }
  .sec-double-engine__content h2 img {
    width: 382px;
  }
  .sec-double-engine__content p {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: .09em;
    margin: 0;
  }
  .sec-feature {
    padding: 98px 0 98px;
  }
  .sec-feature > .inner > h2 {
    text-align: center;
    margin-bottom: 54px;
  }
  .sec-feature__list {
    display: grid;
    gap: 30px;
    max-width: 720px;
    margin-inline: auto;
  }
  .sec-feature__list article {
    display: grid;
    grid-template-columns: 120px 1fr 248px;
    grid-template-rows: 60px 130px;
    min-height: 172px;
    overflow: hidden;
    background: rgba(111, 105, 104, .7);
    border-radius: 18px;
  }
  .sec-feature__list h3 {
    grid-column: 1 / -1;
    font-family: serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .12em;
    line-height: 42px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    background: #4f4c4b;
    padding: 10px;
  }
  .sec-feature__list .func-icon {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    max-width: 60px;
    max-height: 70px;
  }
  .sec-feature__list article:first-child .func-icon{
    max-height:90px
  }
  .sec-feature__list article:nth-child(3) .func-icon{
    max-width: 53px;
  }
  .sec-feature__list article:nth-child(4) .func-icon,
  .sec-feature__list article:nth-child(5) .func-icon{
    max-width: 70px;
  }
  .sec-feature__list p {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .08em;
    margin: 0;
    padding: 10px 20px 10px 0;
    font-family: 'Noto Serif JP', serif;
  }
  .sec-feature__list .func-img {
    grid-column: 3;
    grid-row: 2;
    align-self: stretch;
    width: 248px;
    height: 130px;
    max-width: none;
    object-fit: cover;
  }
  .sec-feature__list article:nth-child(n + 5) {
    grid-template-columns: 120px 1fr;
  }
  .sec-course {
    max-width: 720px;
    margin: 78px auto 0;
    text-align: center;
  }
  .sec-course h3 {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .15em;
    margin: 34px 0 20px;
  }
  .sec-course h3::before,
  .sec-course h3::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,.7);
  }
  .sec-course ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 10px;
    margin: 0;
    list-style: none;
  }
  .sec-course ul:last-child {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    margin-inline: auto;
  }
  .sec-course li {
    background: #8a8381;
    border-radius: 7px;
    font-family: serif;
    font-size: 17px;
    letter-spacing: .1em;
    padding: 17px 8px;
  }
  .sec-color {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 800px;
    padding: 20px 0 72px !important;
    margin-inline: auto;
  }
  .sec-color > img {
    width: 220px;
  }
  .sec-size {
    position: relative;
    max-width: 800px;
    padding: 22px 0 78px !important;
    margin-inline: auto;
    text-align: center;
  }
  .sec-size > img:first-child {
    width: 460px;
  }
  .sec-size > img:nth-child(2) {
    position: absolute;
    top: 12px;
    right: 52px;
    width: 155px;
  }
  .sec-size p {
    font-size: 14px;
    margin: 6px 0 0 94px;
  }
  .sec-spec {
    background: #ededed;
    padding: 90px 0 100px;
    text-align: center;
  }
  .sec-spec > img {
    width: 560px;
  }
  .sec-precautions {
    /* max-width: 800px; */
    color: #111;
    background: #ededed;
    padding: 0 0 85px !important;
    margin: 0 auto;
  }
  .sec-precautions .cts-frame {
    max-width: 760px;
  }
  .sec-precautions h2 {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 22px;
    border-block: 1px solid #333;
    padding: 10px 14px;
    margin: 0;
  }
  .sec-precautions h2 img {
    width: 26px;
  }
  .sec-precautions p {
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 1.75;
    margin: 18px 0 0;
  }
  .sec-footer {
    color: #222;
    background: #b8b8b8;
    padding-top: 78px;
  }
  .sec-footer .cts-btn {
    color: #fff;
    background: linear-gradient(135deg, #938a88, #443f3e);
    min-height: 120px;
    border-radius: 999px;
  }
  .sec-footer .cts-tel {
    color: #222;
    margin-top: 58px;
  }
  .sec-footer .cts-copy {
    background: #37322f;
    margin-top: 80px;
  }
}

.base-title {
  font-family: UD Shin Go Conde90 M, sans-serif;
  font-size: 18px;
  line-height: calc(25 / 18);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.inline-block {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .base-title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.sec-mv {
  text-align: center;
}
.sec-point {
  max-width: 800px;
  margin-top: 50px;
  margin-inline: auto;
}
.sec-point .cts-box {
  border-radius: 20px;
  padding: 20px 20px 25px;
  margin-top: 25px;
}
.sec-point .cts-box:nth-of-type(odd) {
  background-color: #fff;
}
.sec-point .cts-box:nth-of-type(even) {
  background-color: #e4e1cf;
}
.sec-point .cts-title {
  text-align: center;
}
.sec-point .cts-txt {
  font-size: 14px;
  margin-top: 12px;
  line-height: 2;
}
.sec-point .cts-img {
  width: 68%;
  margin-top: 16px;
  margin-inline: auto;
  text-align: center;
}
.sec-point .cts-box:nth-of-type(1) .cts-img {
  width: 80%;
}
.sec-point .cts-box:nth-of-type(4) .cts-img {
  width: 74%;
}
@media screen and (min-width: 960px) {
  .sec-point {
    margin-top: 100px;
  }
  .sec-point .cts-box {
    width: 90%;
    min-height: 340px;
    border-radius: 30px;
    padding: 35px 40px;
    margin-top: 30px;
    position: relative;
  }
  .sec-point .cts-box:nth-of-type(even) {
    margin-left: auto;
  }
  .sec-point .cts-title {
    text-align: left;
  }
  .sec-point .cts-txt {
    width: 50%;
    font-size: 16px;
  }
  .sec-point .cts-img {
    width: 40% !important;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .sec-point .cts-box:nth-of-type(1) .cts-img {
    transform: translateY(-45%);
  }
  .sec-point .cts-box:nth-of-type(2) .cts-img {
    transform: translateY(-45%);
  }
}
.sec-course .cts-img {
  max-width: 720px;
  margin-top: 25px;
  margin-inline: auto;
  text-align: center;
}
.sec-course .cts-img:first-of-type {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .sec-course .cts-img:first-of-type {
    margin-top: 100px;
  }
}
.sec-bg {
  max-width: 800px;
  background-color: #fff;
  padding: 20px;
  margin-top: 50px;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .sec-bg {
    padding: 40px;
    margin-top: 100px;
  }
}
.sec-detail {
  margin-top: 50px;
}
.sec-detail:first-child {
  margin-top: 0;
}
.sec-detail .cts-title {
  text-align: center;
}
.sec-detail .cts-img {
  text-align: center;
}
.sec-color .cts-img {
  margin-top: 20px;
}
.sec-size .cts-img {
  width: 78%;
  margin-inline: auto;
}
.sec-spec .cts-img {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .sec-detail {
    margin-top: 90px;
  }
  .sec-color .cts-img {
    margin-top: 48px;
  }
  .sec-spec .cts-img {
    margin-top: 24px;
  }
}
.sec-precautions {
  margin-top: 50px;
}
.sec-precautions .cts-frame {
  max-width: 720px;
  margin-inline: auto;
}
.sec-precautions .cts-title {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  font-family: UD Shin Go Conde90 L, sans-serif;
  font-size: 16px;
  font-weight: normal;
  border-block: 1px solid;
  padding: 7px 8px;
}
.sec-precautions .cts-title::before {
  content: '';
  display: inline-block;
  width: 24px;
  aspect-ratio: 16 / 15;
  background-image: url(img/icon-precautions.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sec-precautions .cts-txt {
  font-size: 14px;
  margin-top: 24px;
  line-height: calc(12 / 7);
}
.sec-precautions .cts-txt:first-of-type {
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .sec-precautions {
    margin-top: 100px;
  }
  .sec-precautions .cts-title {
    column-gap: 16px;
    font-size: 24px;
    padding: 9px 15px;
  }
  .sec-precautions .cts-title::before {
    width: 35px;
  }
}


@media screen and (max-width: 959px) {
  .pc-only{
    display: none!important;
  }
  .wrapper {
    /* background: #000; */
    color: #fff;
  }
  .inner {
    max-width: none;
    padding-inline: 0 !important;
  }
  .sec-mv,
  .sec-mv h1 {
    margin: 0;
    line-height: 0;
  }
  .sec-mv img,
  .sec-lead > picture > img,
  .sec-double-engine > picture > img {
    display: block;
    width: 100%;
    max-width: none;
  }
  .sec-lead,
  .sec-double-engine {
    position: relative;
    overflow: hidden;
  }
  .sec-lead__content,
  .sec-double-engine__content {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .sec-lead__content {
    top: 8%;
    width: 65%;
    right: 0;
    left: auto;
  }
  .sec-lead__content h2 {
    font-family: serif;
    font-size: clamp(18px, 5.2vw, 39px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: .1em;
    margin: 0 0 4.5vw;
  }
  .sec-lead__content h2 > img {
    display: block;
    width: 52vw;
    margin-bottom: 10px;
  }
  .sec-lead__content h2 small {
    display: block;
    font-size: .48em;
    margin-top: .3em;
  }
  .sec-lead__content p {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(0.5rem, -0.375rem + 3.73vw, 1.375rem);
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: .08em;
    margin-top: 2.4vw;
    padding-left: 40px;
  }
  .sec-concept {
    min-height: 40vw;
    padding: 8vw 4vw;
    text-align: center;
    background: #000;
  }
  .sec-concept h2,
  .sec-feature > .inner > h2 {
    font-family: serif;
    font-size: clamp(19px, 5vw, 38px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .08em;
    margin: 0;
  }
  .sec-concept h2 > img {
    width: 84vw;
  }
  .sec-concept p {
    font-family: serif;
    font-size: clamp(0.5rem, -0.375rem + 3.73vw, 1.375rem);
    font-weight: 400;
    line-height: 2;
    letter-spacing: .04em;
    margin-top: 4vw;
    padding-inline: 5.3333vw;
  }
  .sec-double-engine__content {
    top: 8vw;
    text-align: center;
  }
  .sec-double-engine__content > img {
    width: 18.9vw;
  }
  .sec-double-engine__content h2 {
    margin: 2.7vw 0 4.4vw;
  }
  .sec-double-engine__content h2 img {
    width: 51vw;
  }
  .sec-double-engine__content p {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(0.5rem, -0.375rem + 3.73vw, 1.375rem);
    font-weight: 400;
    line-height: 2;
    letter-spacing: .02em;
    margin: 0;
    text-align: left;
    padding-inline: 5.3333vw;
  }
  .sec-feature {
    padding: 8vw 0 12vw;
  }
  .sec-feature > .inner > h2 {
    margin-bottom: 6vw;
    text-align: center;
  }
  .sec-feature__list {
    display: grid;
    gap: 3.2vw;
    width: calc(100% - 10.7vw);
    max-width: 720px;
    margin-inline: auto;
  }
  .sec-feature__list article {
    display: grid;
    grid-template-columns: 14.6vw 1fr 31.1vw;
    grid-template-rows: 9vw 23.5vw;
    min-height: 22.9vw;
    overflow: hidden;
    background: rgba(111, 105, 104, .7);
    border-radius: 1.5vw;
  }
  .sec-feature__list h3 {
    grid-column: 1 / -1;
    font-family: serif;
    font-size: clamp(0.938rem, 4vw, 1.875rem);
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 5.6vw;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    background: #4f4c4b;
    padding: 1vw;
  }
  .sec-feature__list .func-icon {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    max-width: 7vw;
    max-height: 12vw;
  }
  .sec-feature__list p {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    font-size: clamp(0.688rem, 2.93vw, 1.375rem);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
    margin: 0;
    padding: 1vw 1.5vw 1vw 0;
  }
  .sec-feature__list .func-img {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: cover;
    background: #fff;
    aspect-ratio: 124/65;
    position: relative;
    z-index: 1;
  }
  .sec-feature__list article:nth-child(-n + 4)::after {
    content: '';
    grid-column: 3;
    grid-row: 2;
    background: #fff;
  }
  .sec-feature__list article:nth-child(n + 5) {
    grid-template-columns: 14.6vw 1fr;
  }
  .sec-feature__list article:nth-child(n + 5) p{
    padding-right:2vw;
  }
  .sec-course {
    width: calc(100% - 10.7vw);
    max-width: 720px;
    margin: 10vw auto 0;
    text-align: center;
  }
  .sec-course h3 {
    display: flex;
    align-items: center;
    gap: 3vw;
    font-family: serif;
    font-size: clamp(0.938rem, 4vw, 1.875rem);
    font-weight: 400;
    letter-spacing: .1em;
    margin: 5vw 0 3vw;
  }
  .sec-course h3::before,
  .sec-course h3::after {
    content: '';
    flex: 1;
    height: 1px;
    background: currentColor;
  }
  .sec-course ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8vw;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sec-course ul:last-child {
    grid-template-columns: repeat(2, 1fr);
    max-width: 58.94vw;
    margin-inline: auto;
  }
  .sec-course li {
    background: #8a8381;
    font-family: serif;
    font-size: clamp(0.688rem, 2.93vw, 1.375rem);
    letter-spacing: .03em;
    padding: 2vw .4vw;
    border-radius: clamp(0.313rem, 1.33vw, 0.625rem);
  }
  .sec-color {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0vw 0 8vw !important;
    margin: 0;
  }
  .sec-color > img {
    width: 30vw;
  }
  .sec-size {
    position: relative;
    padding: 1vw 0 11vw !important;
    margin: 0;
    text-align: center;
  }
  .sec-size > img:first-child {
    width: 57vw;
  }
  .sec-size > img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 7vw;
    width: 21vw;
  }
  .sec-size p {
    font-size: clamp(7px, 1.5vw, 11px);
    margin: 1vw 0 0 10vw;
  }
  .sec-spec {
    background: #ededed;
    padding: 13.333vw 0;
    text-align: center;
  }
  .sec-spec > img {
    width: 100%;
    padding-inline: 5.3333vw;
  }
  .sec-precautions {
    color: #111;
    background: #ededed;
    padding: 0 5.3333vw 10vw !important;
    margin: 0;
  }
  .sec-precautions .cts-frame {
    max-width: none;
  }
  .sec-precautions h2 {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: clamp(12px, 3vw, 22px);
    padding: 1.4vw 1.6vw;
    margin: 0;
    border-block: 1px solid #333;
  }
  .sec-precautions h2 img {
    width: 4.6vw;
  }
  .sec-precautions p {
    font-size: clamp(0.625rem, 2.67vw, 1.25rem);
    /* font-weight: 700; */
    line-height: 1.7;
    margin: 3vw 0 0;
  }
  .sec-footer {
    color: #222;
    padding-top: 11vw;
    margin: 0;
  }
  .sec-footer .cts-btn {
    max-width: 40vw;
    min-height: 12.7vw;
    font-size: clamp(12px, 3vw, 22px);
  }
  .sec-footer .cts-tel {
    color: #222;
    font-size: clamp(15px, 4vw, 30px);
    margin-top: 8vw;
  }
  .sec-footer .cts-logo {
    margin-top: 8vw;
  }
  .sec-footer .cts-logo img {
    width: 36vw;
  }
  .sec-footer .cts-copy {
    font-size: 1.4vw;
    padding: 1.6vw;
    margin-top: 9vw;
  }
}
.sec-footer {
  background: linear-gradient(180deg, #f1f1e9 0%, #decfcf 80%);
  margin-bottom: 60px;
  padding-top: 50px;
}
.sec-footer .cts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  min-height: 75px;
  color: #fff;
  background: linear-gradient(-50deg, #ba8282 0%, #d6bdbd 100%);
  background-image: -moz-linear-gradient( 130deg, rgb(79,76,75) 0%, rgb(125,118,115) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(79,76,75) 0%, rgb(125,118,115) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(79,76,75) 0%, rgb(125,118,115) 100%);
  font-size: 18px;
  font-weight: bold;
  border-radius: 9999px;
  padding: 0.5em 1em;
  margin-inline: auto;
  line-height: 2;
}
.sec-footer .cts-tel {
  color: #513d24;
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}
.sec-footer .cts-tel span {
  display: inline-block;
}
.sec-footer .cts-tel .large {
  font-size: 1.5em;
}
.sec-footer .cts-tel .small {
  font-size: calc(2em / 3);
  margin-top: 8px;
}
.sec-footer .cts-logo {
  margin-top: 35px;
  text-align: center;
}
.sec-footer .cts-logo img {
  width: 167px;
}
.sec-footer .cts-copy {
  display: block;
  color: #fff;
  background-color: #513d24;
  font-size: 10px;
  padding: 5px;
  margin-top: 50px;
  text-align: center;
}
.sec-footer .cts-fixed {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  max-width: calc(100% - 60px);
  min-height: 60px;
  color: #fff;
  background-color: #ff8800;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px 0 0 0;
  padding: 5px 15px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec-footer .cts-fixed::before {
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url(./img//side-ec.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .sec-footer {
    padding-top: 100px;
    margin-bottom: 0;
  }
  .sec-footer .cts-btn {
    max-width: 460px;
    min-height: 150px;
    font-size: 24px;
  }
  .sec-footer .cts-tel {
    font-size: 36px;
    margin-top: 72px;
  }
  .sec-footer .cts-logo {
    margin-top: 75px;
  }
  .sec-footer .cts-logo img {
    width: 334px;
  }
  .sec-footer .cts-copy {
    font-size: 12px;
    padding: 16px;
    margin-top: 100px;
  }
  .sec-footer .cts-fixed {
    column-gap: 12px;
		min-height: 100px;
		font-size: 22px;
		padding: 10px 20px;
	}
	.sec-footer .cts-fixed::before {
		width: 66px;
		height: 66px;
  }
}

@media screen and (max-width: 959px) {
  .sec-footer {color: #222;background: #b8b8b8;padding-top: 11vw;margin: 0;margin-bottom: 60px;}
  .sec-footer .cts-btn { max-width: 40vw; min-height: 12.7vw; color: #fff; background: linear-gradient(135deg, #938a88, #443f3e); font-size: clamp(12px, 3vw, 22px); }
  .sec-footer .cts-tel { color: #222; font-size: clamp(15px, 4vw, 30px); margin-top: 8vw; }
  .sec-footer .cts-logo { margin-top: 8vw; }
  .sec-footer .cts-logo img { width: 36vw; }
  .sec-footer .cts-copy { color: #fff; background: #37322f; font-size: 1.4vw; padding: 1.6vw; margin-top: 9vw; }
}

@media screen and (min-width: 960px) {
  .sec-precautions {
    margin-top: -1px;
  }
  .sec-footer {
    color: #222;
    background: #b8b8b8;
    padding-top: 78px;
  }
  .sec-footer .cts-btn {
    color: #fff;
    background-image: -moz-linear-gradient( 130deg, rgb(79,76,75) 0%, rgb(125,118,115) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(79,76,75) 0%, rgb(125,118,115) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(79,76,75) 0%, rgb(125,118,115) 100%);
    min-height: 120px;
    border-radius: 999px;
  }
  .sec-footer .cts-tel {
    color: #222;
    margin-top: 58px;
  }
  .sec-footer .cts-copy {
    background: #37322f;
    margin-top: 80px;
  }
}
