* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  margin: auto;
  color: #323232;
  font-family: "Inter";
}
a {
  text-decoration: none;
  color: #323232;
}
.is-md-show {
  display: none;
}
@media (max-width: 768px) {
  .is-md-show {
    display: block;
  }
  .is-md-hide {
    display: none;
  }
}

/* -------- common components ---------- */
.section-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #c63232;
  padding-block: 20px;
}
.section-title h2,
.section-title p {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
}
.section-title img {
  width: 40px;
}
.Btn {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to right, #c63232 0%, #ff7527 100%);
  border-bottom: 6px solid #962828;
}
.Btn p {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
.Btn img {
  width: 30px !important;
  position: absolute;
  right: 10px;
}
.mail-btn {
  background: unset;
  background-color: #e2b207;
  border-bottom: 6px solid #7c6205;
}
.tel-btn {
  background: unset;
  background-color: #261689;
  border-bottom: 6px solid #0e0838;
}

.floating-btn {
  width: fit-content;
  max-width: 1440px;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.floating-btn img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .floating-btn img {
    max-width: 390px;
  }
}
/* ========== Main ========== */
main {
  width: 100%;
  position: relative;
}
/* -------- FV ---------- */
.fv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fv .fv-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-block: 5px;
  text-align: center;
  z-index: 3;
}
.fv .fv-top h1 {
  font-size: 12px;
  color: #d9d9d9;
  font-weight: 400;
}
.fv .gif-box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv .gif-box .fv-gif {
  width: 100%;
}
.fv .fv-ico {
  width: 349px;
  position: absolute;
  z-index: 2;
  bottom: 43px;
}
@media (max-width: 1300px) {
  .fv .fv-ico {
    width: 225px;
  }
}
@media (max-width: 1024px) {
  .fv .fv-ico {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .fv .fv-ico {
    width: 349px;
  }
}
@media (max-width: 650px) {
  .fv .fv-ico {
    bottom: 24px;
  }
}
/* -------- Offer ---------- */
.offer {
  width: 100%;
}
.offer .content-one {
  width: 100%;
}
.offer .content-one .top-t {
  font-size: 22px;
  font-family: "Hina Mincho";
  padding-block: 37px;
  text-align: center;
  font-weight: 400;
}
.offer .content-one .top-t span {
  font-size: 36px;
  font-family: "Yuji Syuku";
}
.offer .content-one .bg {
  width: 100%;
  height: 500px;
  background: url("../images/top/offer/offer-bg.png") no-repeat center / cover;
}
.offer .content-one .btm-t {
  padding-block: 38px;
  text-align: center;
  font-size: 18px;
}
.offer .content-one .btm-t p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 600;
  color: #c63232;
  margin-bottom: 18px;
}
.offer .content-two {
  width: 100%;
  padding-block: 40px;
}
.offer .content-two .top-t {
  font-size: 30px;
  font-family: "Yuji Syuku";
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
}
.offer .content-two .youtube {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer .content-two .youtube iframe {
  width: 400px;
  aspect-ratio: 16/9;
}
.offer .content-two .youtube p {
  padding-inline: 30px;
  font-size: 20px;
  text-align: center;
}
.offer .content-three {
  width: 100%;
  background-color: #f6f0da;
  padding-block: 29px 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.offer .content-three .top-t {
  font-size: 30px;
  font-family: "Yuji Syuku";
  margin-bottom: 306px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.offer .content-three .top-t span {
  color: #c63232;
}
.offer .content-three img {
  width: 390px;
  position: absolute;
  top: 30px;
  z-index: 2;
}
.offer .content-three .note-box {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 800px;
  padding-block: 16px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.offer .content-three .note-box .note-title {
  font-family: "Yuji Syuku";
  font-size: 24px;
  font-weight: 400;
}
.offer .content-three .note-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.p-video-report-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offer .content-three .p-video-report-item a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.offer .content-three .p-video-report-item a .p-video-report-title {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.offer .content-three .p-video-report-date {
  font-weight: 400;
  color: #959595;
}

@media (max-width: 768px) {
  .offer .content-one .top-t {
    padding-block: 23px 26px;
  }
  .offer .content-one .btm-t {
    padding-block: 24px 28px;
  }
  .offer .content-one .btm-t p:nth-of-type(1) {
    margin-bottom: 14px;
  }
  .offer .content-two {
    padding-block: 17px 32px;
  }
  .offer .content-two .top-t {
    margin-bottom: 28px;
  }
  .offer .content-two .youtube {
    flex-direction: column;
    gap: 21px;
  }
  .offer .content-two .youtube iframe {
    width: 340px;
  }
  .offer .content-two .youtube p {
    padding-inline: 0;
  }
  .offer .content-three {
    padding-block: 21px 0;
  }
  .offer .content-three .top-t {
    margin-bottom: 294px;
  }
  .offer .content-three img {
    top: 5px;
  }
  .offer .content-three .note-box {
    border-radius: 0;
    padding-block: 20px 43px;
    gap: 20px;
  }
  .offer .content-one .bg {
    background: unset;
    height: fit-content;
  }
  .offer .content-one .bg img {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .offer .content-three img {
    width: 100%;
    max-width: 390px;
  }
  .offer .content-three .p-video-report-item a {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .offer .content-three .note-content {
    gap: 20px;
  }
}

/* -------- Non-burnable ---------- */
.non-burnable {
  width: 100%;
}
.non-burnable .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 40px;
}
.non-burnable .top img {
  width: 400px;
}
.non-burnable .top .txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 49px;
  padding-inline: 28px;
}
.non-burnable .top .txt-box .Btn {
  width: 330px;
}
.non-burnable .top .txt-box .txt p:nth-of-type(1) {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 17px;

  span {
    color: #c63232;
    font-weight: 600;
  }
}
.non-burnable .top .txt-box .txt p:nth-of-type(2) {
  font-size: 16px;
  color: #959595;
}
.non-burnable .flow {
  width: 100%;
  background-color: #f5f5f5;
  padding-block: 30px 46px;
}
.non-burnable .flow-t {
  font-size: 32px;
  font-family: "Yuji Syuku";
  text-align: center;
  margin-bottom: 33px;
  font-weight: 400;
}
.non-burnable .flow .content {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  row-gap: 55px;
}
.non-burnable .flow .content .item {
  width: 360px;
  border-radius: 13.5px;
  border: 2px solid #c63232;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  padding-bottom: 18px;
}
.non-burnable .flow .content .item p {
  font-size: 20px;
  text-align: center;
}
.non-burnable .flow .content .item-t {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  padding-block: 16px;
  color: #ffffff;
  background-color: #c63232;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  margin-top: -1px;
}
.non-burnable .flow .content .item img {
  width: 300px;
}
.non-burnable .flow .content .arr {
  width: 20px;
  height: 30px;
}
.non-burnable .btm {
  width: 100%;
}
.non-burnable .btm-t {
  width: 100%;
  font-size: 26px;
  padding-block: 20px;
  background-color: #ffee00;
  text-align: center;
  font-weight: 600;
}
.non-burnable .btm-t span {
  font-size: 38px;
  font-weight: 600;
  color: #c63232;
}
.non-burnable .btm .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 40px;
  text-align: center;
}
.non-burnable .btm .content .img-box {
  width: 400px;
  padding: 31px 29px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}
.non-burnable .btm .content .img-box img {
  width: 100%;
  margin-top: 20px;
}
.non-burnable .btm .content .txt-box {
  padding: 0 29px;
}
.non-burnable .btm .content .txt-box p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.non-burnable .btm .content .txt-box p:nth-of-type(2) {
  font-size: 18px;
  color: #959595;
}

@media (max-width: 850px) {
  .non-burnable .top .txt-box {
    padding-inline: 10px;
  }
}
@media (max-width: 768px) {
  .non-burnable .top {
    flex-direction: column;
    align-items: center;
    gap: 27px;
    padding-block: 0 36px;
  }
  .non-burnable .top img {
    width: 100%;
    max-width: 390px;
  }
  .non-burnable .top .txt-box {
    gap: 17px;
  }
  .non-burnable .flow {
    padding-block: 18px 37px;
  }
  .non-burnable .flow-t {
    margin-bottom: 19px;
  }
  .non-burnable .flow .content {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .non-burnable .flow .content .arr {
    display: none;
  }
  .non-burnable .btm-t {
    padding-block: 14px;
    line-height: 1.2;
  }
  .non-burnable .btm .content {
    flex-direction: column;
    align-items: center;
    padding-block: 0;
  }
  .non-burnable .btm .content .img-box {
    padding: 30px 0;
    width: 100%;
    max-width: 350px;
  }
  .non-burnable .btm .content .txt-box {
    padding: 28px 0 32px 0;
  }
}

/* -------- No-limit ---------- */
.no-limit {
  width: 100%;
}
.no-limit .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 40px;
}
.no-limit .content .img-box {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 25px 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.no-limit .content .img-box img {
  width: 100%;
}
.no-limit .content .txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 30px;
  gap: 25px;
  text-align: center;
}
.no-limit .content .txt-box p {
  font-size: 20px;
}
.no-limit .content .txt-box .y-box {
  background-color: #ffee00;
  padding: 12px 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.no-limit .content .txt-box .y-box span {
  color: #c63232;
}
@media (max-width: 768px) {
  .no-limit .content {
    flex-direction: column;
    padding-block: 0;
  }
}
@media (max-width: 600px) {
  .no-limit .content .img-box {
    border-radius: 0;
  }
  .no-limit .content .txt-box {
    padding-block: 27px 33px;
    padding-inline: 25px;
  }
}

/* -------- Order ---------- */
.order {
  width: 100%;
}
.order-box {
  width: 100%;
  background-color: #f5f5f5;
}
.order .one {
  padding-block: 15px 45px;
}
.order-box .order-box-t {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding-block: 30px;
}
.order-box .order-box-t h2 {
  font-size: 24px;
  font-weight: 600;
}
.order-box .order-box-t img {
  width: 80px;
}
.order-box .order-box-t span {
  color: #c63232;
  font-weight: 600;
}
.order .item-box {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 60px;
  padding-top: 50px;
}
.order .white {
  background-color: #ffffff;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order .item-box .item {
  width: 340px;
}
.order .item-box .item .item-t {
  font-size: 22px;
  text-align: center;
  margin-bottom: 27px;
  line-height: 1.2;
}
.order .item-box .item .item-t span {
  color: #261689;
  font-weight: 600;
}
.order .item-box .item .item-c {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 18px 17px;
}
.order .item-box .item .item-c .info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}
.order .item-box .item .item-c .info img {
  width: 110px;
}
.order .item-box .item .item-c .info-txt p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 3;
}
.order .item-box .item .item-c .info-txt .n {
  line-height: 24px !important ;
  margin-bottom: 5px;
}
.order .item-box .item .item-c .info-txt p:nth-of-type(2) {
  font-size: 28px;
  color: #c73333;
  font-weight: 700;
}
.order .item-box .item .item-c .info-txt p:nth-of-type(2) span {
  font-size: 18px;
  font-weight: 600;
}
.order .item-box .item .item-c .more-btn {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 5px;
  background-color: #ffd814;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
}
.order-box .y-box {
  background-color: #ffee00;
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-block: 16px;
  margin-top: 60px;
}
.order-box .Btn {
  width: 600px;
}
.order .white .item-box {
  padding-bottom: 63px;
}
.order-box .contact-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-block: 8px 40px;
}
.order-box .contact-box .Btn {
  width: 330px;
}
.order-box .contact-box .item {
  background-color: #ffffff;
  padding-block: 21px 42px;
  padding-inline: 30px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}
.order-box .contact-box .item .method {
  font-size: 20px;
  margin-bottom: 14px;
}
.order-box .contact-box .item .tel-num {
  font-size: 42px;
  margin-bottom: 11px;
}
.order-box .contact-box .item .work-time {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.order-box .contact-box .mail-btn {
  margin-top: 52px;
}
@media (max-width: 850px) {
  .order-box .contact-box {
    flex-direction: column;
    align-items: center;
  }
  .order-box .contact-box .mail-btn {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .order-box .order-box-t {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .order .one {
    padding-block: 0 35px;
  }
  .order .item-box {
    padding-top: 35px;
    gap: 50px;
  }
  .order-box .y-box {
    margin-top: 41px;
  }
  .order-box .Btn {
    width: 100%;
    max-width: 330px;
  }
  .order .white .item-box {
    padding-bottom: 55px;
  }
  .order .white {
    padding-bottom: 35px;
  }
  .order-box .contact-box .item {
    width: 100%;
    max-width: 390px;
    border-radius: 0;
  }
  .order-box .contact-box {
    padding-block: 2px 22px;
  }
}

/* -------- Acceptable, Unacceptable ---------- */
.acceptable,
.unacceptable {
  width: 100%;
}
.acceptable .content,
.unacceptable .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 40px;
}
.acceptable .content img {
  width: 100%;
  max-width: 400px;
}
.unacceptable .content .img-box {
  width: 100%;
  max-width: 400px;
  padding-inline: 13.5px;
}
.unacceptable .content .img-box img {
  width: 100%;
}
.acceptable .content p,
.unacceptable .content p {
  padding-inline: 35px;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .acceptable .content,
  .unacceptable .content {
    flex-direction: column;
    padding-block: 0;
  }
  .acceptable .content p,
  .unacceptable .content p {
    padding: 30px;
  }
  .unacceptable .content .img-box {
    max-width: 307px;
    padding-inline: 13.5px;
    padding-block: 37px 6px;
  }
}
/* -------- Options ---------- */
.options {
  width: 100%;
}
.options-box {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.options-box .option {
  width: 390px;
  min-height: 686px;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
}
.options-box .option .title {
  font-size: 38px;
  font-family: "Yuji Syuku";
  color: #000000;
  writing-mode: vertical-rl;
  line-height: 1;
}
.options-box .img-txt {
  width: 100%;
  max-width: 280px;
}
.options-box .option img {
  width: 100%;
  margin-bottom: 30px;
}
.options-box .option .img-txt p {
  font-size: 18px;
}
.options-box .option .img-txt span {
  color: #c63232;
  font-weight: 600;
}
.options-box .line {
  width: 1px;
  height: 607px;
  background-color: #d9d9d9;
  margin: auto 0;
}
.options .Btn {
  margin: auto;
  margin-block: 40px;
  width: 600px;
}

@media (max-width: 768px) {
  .options-box {
    flex-direction: column;
    align-items: center;
  }
  .options-box .option {
    min-height: unset;
    padding-bottom: 36px;
    border-bottom: 1px solid #d9d9d9;
  }
  .options-box .option:nth-last-of-type(1) {
    border-bottom: none;
  }
}
@media (max-width: 650px) {
  .options-box .option {
    width: 100%;
    max-width: 390px;
    padding: 24px 20px;
  }
  .options .Btn {
    margin-block: 0 45px;
    width: 330px;
  }
}

/* -------- Voice ---------- */
.voice {
  width: 100%;
}
.voice .content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-block: 35px;
}
.voice .content .item {
  width: 100%;
  padding-inline: 10px;
  padding-block: 18px 22px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.voice .content .item:nth-last-of-type(1) {
  border-bottom: none;
}
.voice .item .date {
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 14px;
  color: #959595;
  line-height: 28px;
}
.voice .top .star {
  width: 120px;
}
.voice .top .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.voice .top .info img {
  width: 40px;
}
.voice .item p {
  font-size: 16px;
  line-height: 28px;
}
.voice .item .txt p:nth-of-type(1) {
  font-weight: 600;
}

@media (max-width: 768px) {
  .voice .content {
    max-width: 100%;
    padding-block: 0px 21px;
  }
  .voice .content .item {
    width: 100%;
    padding-inline: 30px;
    padding-block: 28px 31px;
  }
  .voice .item .date {
    top: 28px;
    right: 30px;
  }
}

/* -------- FAQ ---------- */
.faq {
  width: 100%;
}
.faq-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-question {
  width: 100%;
  padding-block: 15px;
  padding-inline: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.faq-question span {
  color: #c40000;
  margin-right: 5px;
  font-weight: 500;
}

.faq-question .text {
  width: 100%;
  max-width: 700px;
  color: #323232;
  font-weight: 500;
}

.faq-question .arrow {
  margin-top: 3px;
  width: 13px;
  height: 13px;
  border-right: 3px solid #c40000;
  border-bottom: 3px solid #c40000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(-135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f5f5f5;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 25px;
  margin: 0;
  font-size: 18px;
}
.faq-answer p a {
  color: rgb(10, 10, 207);
  text-decoration: underline;
}
.faq .Btn {
  width: 600px;
  margin: auto;
  margin-block: 40px;
}
@media (max-width: 768px) {
  .faq-question {
    padding: 20px 27px;
    gap: 16px;
  }
  .faq-answer p {
    padding: 27px 30px;
  }
}
@media (max-width: 650px) {
  .faq .Btn {
    margin-block: 47px 56px;
    width: 330px;
  }
}

/* -------- Intro ---------- */
.intro {
  width: 100%;
}
.intro .content {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  margin: auto;
}
.intro .content .title img {
  width: 83px;
}
.intro .content .title {
  font-size: 42px;
  font-family: "Yuji Syuku";
  writing-mode: vertical-rl;
}
.intro .img-txt {
  width: 100%;
  max-width: 660px;
}
#slidy-container,
#slidy-container1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 36px;
}
.intro .content .img-txt p {
  font-size: 18px;
  font-family: "Zen Old Mincho";
  padding-bottom: 62px;
  font-weight: 500;
}
.intro .content .img-txt span {
  color: #c63232;
  font-weight: 600;
}
.intro .content .more-btn {
  width: 330px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c63232;
  font-size: 24px;
  font-family: "Zen Old Mincho";
  color: #c63232;
  margin: auto;
  margin-bottom: 68px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .intro .content {
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
    gap: 36px;
  }
  #slidy-container,
  #slidy-container1 {
    margin-bottom: 0;
  }
  .intro .content .img-txt p {
    padding: 36px 30px;
  }
  .intro .content .more-btn {
    margin-bottom: 47px;
  }
  .intro .img-txt {
    border-bottom: 1px solid #d9d9d9;
  }
  .intro .content .title {
    writing-mode: unset;
    text-align: center;
    font-size: 32px;
  }
}

/* -------- Column ---------- */
.column {
  width: 100%;
  background-color: #c63232;
  padding-bottom: 54px;
}
.column .column-t {
  width: 100%;
  padding-block: 31px;
  text-align: center;
  color: #ffffff;
}
.column .column-t span {
  font-size: 20px;
}
.column .column-t h2 {
  font-size: 32px;
  font-family: "Yuji Syuku";
  line-height: 1.2;
  font-weight: 400;
}
.column .top-new-article-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.column .wp-article {
  width: 340px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.column .wp-article a {
  width: 100%;
}
.column .wp-article .eyecatch {
  width: 100%;
}
.column .wp-article .eyecatch img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.column .wp-article h3 {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.column .more {
  width: 330px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Zen Old Mincho";
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #c63232;
  margin: auto;
  margin-top: 47px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .column .top-new-article-container {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .column .more {
    margin-top: 49px;
  }
  .column {
    padding-bottom: 48px;
  }
}

/* -------- Cotact-case ---------- */

.contact-case {
  width: 100%;
  background-color: #f5f5f5;
  padding-block: 0 40px;
}
.contact-case .contact-t {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding-block: 40px;
  font-size: 24px;
  font-weight: 600;
}
.contact-case .contact-t img {
  width: 80px;
}
.contact-case .contact-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact-case .contact-box .item {
  background-color: #ffffff;
  padding-block: 21px 42px;
  padding-inline: 30px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}
.contact-case .contact-box .item .method {
  font-size: 20px;
  margin-bottom: 14px;
}
.contact-case .contact-box .item .tel-num {
  font-size: 42px;
  margin-bottom: 11px;
}
.contact-case .contact-box .item .work-time {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-case .contact-box .Btn {
  width: 330px;
}
.contact-case .contact-box .mail-btn {
  margin-top: 52px;
}
@media (max-width: 850px) {
  .contact-case .contact-box {
    flex-direction: column;
    align-items: center;
  }
  .contact-case .contact-box .mail-btn {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .contact-case .contact-t {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .contact-case .contact-box .item {
    width: 100%;
    padding-inline: 0;
    border-radius: 0;
  }
  .contact-case .contact-box .Btn {
    margin: auto;
  }
}

/* -------- Cotact-case ---------- */
footer {
  width: 100%;
  background-color: #f5f5f5;
}
footer .footer-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-block: 44px 31px;
}
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
footer .footer-nav .nav-group {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
footer .footer-nav a {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #c63232;
}
footer .footer-nav a img {
  width: 15px;
}
footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-family: "Zen Old Mincho";
  color: #959595;
  line-height: 3;
}
footer .other-p {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: auto;
  margin-bottom: 41px;
}
footer .other-p a {
  font-size: 16px;
  font-weight: 500;
}
footer .logo-group {
  width: 100%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .logo-group img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 90px;
  }
  footer .footer-container {
    padding-block: 22px;
  }
  footer .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 55px;
    margin-bottom: 50px;
  }
  footer .other-p {
    max-width: 330px;
    margin-bottom: 55px;
  }
  footer .logo-group {
    padding-left: 0;
    align-items: center;
  }
  footer .logo-group a {
    width: fit-content;
  }
}
