@charset "utf-8";

/* ==========================================================================
   サービス・料金ページ (service.css)
   ========================================================================== */

/* mv_sub - service */
#service .mv_sub::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/service/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: calc(50% - 50vw);
  width: 1600px;
  aspect-ratio: 1600 / 300;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 768px) {
  #service .mv_sub::after {
    background-image: url("../img/service/mv_sp.jpg");
    left: 0;
    width: 94.87%;
    aspect-ratio: 370 / 120;
    border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
  }
}

/* order */
.order {
  padding: 50px 0 0;
}

.order .ttl02 {
  margin-bottom: 50px;
}

.order .flow_order {
  display: flex;
  justify-content: space-between;
}

.order .flow_order li {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: var(--color03);
  width: 22.65%;
  padding: 30px 30px 20px;
}

.order .flow_order li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: var(--color03);
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 21px;
  aspect-ratio: 20 / 50;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.order .flow_order li:last-of-type::after {
  display: none;
}

.order .flow_order li img {
  width: 82px;
}

.order .flow_order li .ttl03 {
  margin: 20px 0 15px;
}

@media screen and (max-width: 768px) {
  .order {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .order .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .order .flow_order {
    flex-flow: column;
    gap: calc(30 / 390 * 100vw) 0;
  }

  .order .flow_order li {
    width: 100%;
    padding: calc(25 / 390 * 100vw) calc(15 / 390 * 100vw) calc(17 / 390 * 100vw);
    flex-flow: row;
    justify-content: space-between;
  }

  .order .flow_order li::after {
    top: auto;
    bottom: calc(-20 / 390 * 100vw);
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(50 / 390 * 100vw);
    aspect-ratio: 50 / 21;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }

  .order .flow_order li:last-of-type::after {
    display: none;
  }

  .order .flow_order li img {
    width: 18%;
  }

  .order .flow_order li .ttl03 {
    margin: 0 0 calc(5 / 390 * 100vw);
    line-height: 1;
  }

  .order .flow_order li .box_text {
    width: 76.8%;
  }
}

/* clean */
.clean {
  padding: 100px 0 100px;
  background: var(--color03);
}

.clean .ttl02 {
  margin-bottom: 74px;
}

.clean .flow_clean {
  margin: 0 auto;
  width: 900px;
  display: flex;
  flex-flow: column;
  gap: 25px 0;
}

.clean .flow_clean li {
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 10px;
  padding: 22px 30px 22px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}

.clean .flow_clean li .dec_no {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -20px;
  width: 80px;
  aspect-ratio: 80 / 30;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--color01);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.clean .flow_clean li figure {
  width: 60px;
}

.clean .flow_clean li .box_text {
  width: 704px;
}

.clean .flow_clean li .box_text .ttl03 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .clean {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .clean .ttl02 {
    margin-bottom: calc(36 / 390 * 100vw);
  }

  .clean .flow_clean {
    width: 100%;
    gap: calc(20 / 390 * 100vw) 0;
  }

  .clean .flow_clean li {
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(36 / 390 * 100vw) calc(20 / 390 * 100vw) calc(17 / 390 * 100vw);
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }

  .clean .flow_clean li .dec_no {
    top: calc(-10 / 390 * 100vw);
    left: calc(-10 / 390 * 100vw);
    width: calc(80 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.8;
  }

  .clean .flow_clean li figure {
    width: 16.13%;
  }

  .clean .flow_clean li .box_text {
    width: 77.4%;
  }

  .clean .flow_clean li .box_text .ttl03 {
    line-height: 1;
    margin-bottom: calc(5 / 390 * 100vw);
  }
}

/* basic */
.basic {
  padding: 100px 0 50px;
}

.basic .ttl02 {
  margin-bottom: 50px;
}

.basic .ttl02+.text00 {
  text-align: center;
  margin-bottom: 30px;
}

.basic .data_content02 {
  margin: 0 auto;
  width: 1024px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 1fr);
  border: #ccc solid;
  border-width: 0 1px 1px 1px;
}

.basic .data_content02 * {
  padding: 23px 0;
  border: #ccc solid;
  border-width: 0 1px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basic .data_content02 .adjust01 {
  background: #f5f5f5;
}

.basic .data_content02 dd:first-of-type {
  background: #f6f7fa;
}

.basic .data_content02 dd:last-of-type {
  border-width: 0;
}

.basic .data_content02:last-of-type {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.basic .data_content01 {
  margin: 0 auto;
  width: 1024px;
  background: var(--color01);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);
  text-align: center;
  color: #fff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.basic .data_content01 dt {
  padding: 17px 0;
  border: #ccc solid;
  border-width: 0 1px 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basic .data_content01 dt:nth-of-type(1) { grid-area: 1 / 1 / 3 / 2; }
.basic .data_content01 dt:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
.basic .data_content01 dt:nth-of-type(3) { grid-area: 1 / 3 / 2 / 8; border-width: 0 0 1px 0; }
.basic .data_content01 dt:nth-of-type(4) { grid-area: 2 / 2 / 3 / 3; }
.basic .data_content01 dt:nth-of-type(5) { grid-area: 2 / 3 / 3 / 4; }
.basic .data_content01 dt:nth-of-type(6) { grid-area: 2 / 4 / 3 / 5; }
.basic .data_content01 dt:nth-of-type(7) { grid-area: 2 / 5 / 3 / 6; }
.basic .data_content01 dt:nth-of-type(8) { grid-area: 2 / 6 / 3 / 7; }
.basic .data_content01 dt:nth-of-type(9) { grid-area: 2 / 7 / 3 / 8; border-width: 0 0 1px 0; }

.wrapper_option {
  margin: 0 auto;
  width: 1024px;
}

.wrapper_option .cap {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

.wrapper_option .basic_option {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background: var(--color03);
  padding: 30px 0;
}

.wrapper_option .basic_option::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url("../img/common/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  aspect-ratio: 1;
}

.wrapper_option .basic_option.icon_none::after {
  display: none;
}

.wrapper_option .basic_option li {
  width: 300px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: -0.05em;
  color: var(--color01);
  padding: 14px 0;
  text-align: center;
}

.wrapper_option .basic_option li:nth-of-type(2) {
  border: dotted var(--color01);
  border-width: 0 2px;
}

.wrapper_option .basic_option li .ttl {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.wrapper_option .basic_option li .size_s {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #2767fa;
}

@media screen and (max-width: 768px) {
  .basic {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .basic .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
    letter-spacing: -0.05em;
  }

  .basic .ttl02+.text00 {
    text-align: left;
    margin-bottom: calc(20 / 390 * 100vw);
  }

  .basic dl {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
    margin-bottom: calc(40 / 390 * 100vw);
    padding-right: 5%;
  }

  .basic .data_content01 {
    width: calc(1024 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
  }

  .basic .data_content01 dt {
    padding: calc(17 / 390 * 100vw) 0;
  }

  .basic .data_content02 {
    width: calc(1024 / 390 * 100vw);
  }

  .basic .data_content02 * {
    padding: calc(23 / 390 * 100vw) 0;
  }

  .basic .data_content02:last-of-type {
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }

  .wrapper_option {
    width: 100%;
  }

  .wrapper_option .cap {
    font-size: calc(14 / 390 * 100vw);
  }

  .wrapper_option .basic_option {
    margin-bottom: calc(15 / 390 * 100vw);
    flex-flow: column;
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
  }

  .wrapper_option .basic_option::after {
    top: calc(-40 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
  }

  .wrapper_option .basic_option li {
    width: 100%;
    font-size: calc(42 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) 0 calc(20 / 390 * 100vw);
  }

  .wrapper_option .basic_option li:nth-of-type(2) {
    border-width: calc(2 / 390 * 100vw) 0;
  }

  .wrapper_option .basic_option li .ttl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(8 / 390 * 100vw);
  }

  .wrapper_option .basic_option li .size_s {
    font-size: calc(14 / 390 * 100vw);
  }
}

/* option */
.option {
  padding: 50px 0 100px;
}

.option .ttl02 {
  margin-bottom: 50px;
}

.option .wrapper_washing {
  margin-bottom: 26px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}

.option .wrapper_washing figure {
  width: 48.43%;
  border-radius: 15px;
  overflow: hidden;
}

.option .wrapper_washing .box_text {
  padding-top: 36px;
  width: 48.43%;
}

.option .wrapper_washing .box_text .ttl03 {
  margin-bottom: 30px;
}

.option .wrapper_list {
  margin: 0 auto;
  width: 1000px;
}

.option .wrapper_list dl .data_content01 {
  background: var(--color01);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.option .wrapper_list dl .data_content01 dt {
  padding: 17px 0;
  border: #ccc solid;
  border-width: 0 1px 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option .wrapper_list dl .data_content02 {
  margin: 0 auto;
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: #ccc solid;
  border-width: 0 1px 1px 1px;
}

.option .wrapper_list dl .data_content02 * {
  padding: 23px 0;
  border: #ccc solid;
  border-width: 0 1px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option .wrapper_list dl .data_content02 dd:last-of-type {
  border-width: 0;
}

.option .wrapper_list dl .data_content02:last-of-type {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.option .wrapper_list .cap {
  font-size: 14px;
  line-height: 1.8;
}

.option .wrapper_list .cap:nth-of-type(2) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .option {
    padding: 0 0 calc(50 / 390 * 100vw);
  }

  .option .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .option .wrapper_washing {
    margin-bottom: calc(16 / 390 * 100vw);
    flex-flow: column;
  }

  .option .wrapper_washing figure {
    width: 100%;
    border-radius: calc(15 / 390 * 100vw);
    margin-bottom: calc(26 / 390 * 100vw);
  }

  .option .wrapper_washing .box_text {
    padding-top: 0;
    width: 100%;
  }

  .option .wrapper_washing .box_text .ttl03 {
    margin-bottom: calc(13 / 390 * 100vw);
  }

  .option .wrapper_list {
    width: 100%;
  }

  .option .wrapper_list dl {
    display: flex;
    margin-bottom: calc(15 / 390 * 100vw);
  }

  .option .wrapper_list dl .data_content01 {
    width: 50%;
    display: flex;
    flex-flow: column;
    font-size: calc(14 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
  }

  .option .wrapper_list dl .data_content01 dt {
    padding: 0;
    border-width: 0 0 1px 0;
    height: calc(64 / 390 * 100vw);
  }

  .option .wrapper_list dl .data_content01 dt:last-of-type {
    border-width: 0;
  }

  .option .wrapper_list dl .data_content02 {
    width: 50%;
    display: flex;
    flex-flow: column;
    border-width: 1px 1px 1px 0;
  }

  .option .wrapper_list dl .data_content02 * {
    padding: 0;
    height: calc(64 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border-width: 0 0 1px 0;
  }

  .option .wrapper_list dl .data_content02 dd:last-of-type {
    border-width: 0;
  }

  .option .wrapper_list dl .data_content02:last-of-type {
    border-radius: 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
    margin-bottom: 0;
  }

  .option .wrapper_list .cap {
    font-size: calc(14 / 390 * 100vw);
  }

  .option .wrapper_list .cap:nth-of-type(2) {
    margin-top: calc(15 / 390 * 100vw);
  }
}

/* payment */
.payment {
  padding: 100px 0 100px;
  background: var(--color03);
}

.payment .ttl02 {
  margin-bottom: 50px;
}

.payment .data_content {
  margin: 0 auto;
  width: 900px;
}

.payment .data_content+.data_content {
  margin-top: 20px;
}

.payment dt {
  padding: 17px 20px;
  background: var(--color01);
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.payment dd {
  background: #fff;
  border-width: 0 1px 1px 1px;
  padding: 19px 20px;
  border-radius: 0 0 10px 10px;
}

.payment dd .dec_color {
  color: #f51b6c;
}

.payment dd ul {
  margin: 10px 20px;
  font-weight: bold;
}

.payment dd li::before {
  content: "☑";
}

.payment dd li.inp,
.payment dd span.inp {
  color: var(--color01);
  font-size: 1.2em;
}

/* adviser */
.adviser .ttl02 small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.adviser .adviser-intro {
  margin-bottom: 60px;
}

.adviser .adviser-notes {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .payment {
    padding: calc(50 / 390 * 100vw) 0 calc(70 / 390 * 100vw);
  }

  .payment .ttl02 {
    margin-bottom: calc(46 / 390 * 100vw);
  }

  .payment .data_content {
    width: 100%;
  }

  .payment .data_content+.data_content {
    margin-top: calc(16 / 390 * 100vw);
  }

  .payment dt {
    padding: calc(17 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
  }

  .payment dd {
    border-width: 0;
    padding: calc(20 / 390 * 100vw);
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }

  .adviser .ttl02 small {
    font-size: calc(14 / 390 * 100vw);
  }

  .adviser .adviser-intro {
    margin-bottom: calc(40 / 390 * 100vw);
  }

  .adviser .adviser-notes {
    margin-top: calc(20 / 390 * 100vw);
  }
}

/* ==========================================================================
   会社概要ページ (company.css)
   ========================================================================== */

#company .mv_sub::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/company/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: calc(50% - 50vw);
  width: 1600px;
  aspect-ratio: 1600 / 300;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 768px) {
  #company .mv_sub::after {
    background-image: url("../img/company/mv_sp.jpg");
    left: 0;
    width: 94.87%;
    aspect-ratio: 370 / 120;
    border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
  }
}

.philosophy {
  padding: 50px 0 100px;
}

.philosophy .inner {
  width: 900px;
  margin: 0 auto;
}

.philosophy .ttl02 {
  margin-bottom: 48px;
}

.philosophy strong {
  display: block;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: calc(50.4 / 28);
  color: var(--color01);
  margin-bottom: 21px;
}

.philosophy .text00 {
  text-indent: 1em;
}

.philosophy h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: calc(43.2 / 24);
  text-align: right;
  margin: 23px auto 0 0;
}

.philosophy h4 .size_s {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .philosophy {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .philosophy .inner {
    width: 89.74%;
  }

  .philosophy .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .philosophy strong {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0;
    line-height: calc(32.4 / 18);
    margin-bottom: calc(14 / 390 * 100vw);
  }

  .philosophy h4 {
    font-size: calc(20 / 390 * 100vw);
    line-height: calc(43.2 / 20);
    margin: calc(13 / 390 * 100vw) auto 0 0;
  }

  .philosophy h4 .size_s {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: 0;
  }
}

.data {
  padding: 100px 0;
  background: var(--color03);
}

.data .inner {
  width: 900px;
}

.data .ttl02 {
  margin-bottom: 50px;
}

.data .data_content {
  padding: 17px 20px;
  border-top: 1px solid #ccc;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);
}

.data .data_content:last-of-type {
  border-bottom: 1px solid #ccc;
}

.data .data_content dt {
  width: 136px;
  font-weight: bold;
  font-size: 16px;
}

.data .data_content dd {
  width: 764px;
}

@media screen and (max-width: 768px) {
  .data {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .data .inner {
    width: 89.74%;
  }

  .data .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .data .data_content {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(14 / 390 * 100vw);
    flex-flow: column;
    gap: calc(5 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }

  .data .data_content dt {
    width: 100%;
    font-size: calc(16 / 390 * 100vw);
  }

  .data .data_content dd {
    width: 100%;
  }
}

.permit {
  padding: 100px 0;
}

.permit .inner {
  width: 1024px;
}

.permit .wrapper_data {
  display: contents;
}

.permit .ttl02 {
  margin-bottom: 50px;
}

.permit dl {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  border: 1px solid #ccc;
}

.permit dl .data_content {
  width: 20%;
  display: flex;
  flex-flow: column;
  align-self: stretch;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);
  text-align: center;
  border-right: 1px solid #ccc;
}

.permit dl .data_content:last-child {
  border: 0;
}

.permit dl .data_content > * {
  padding: 17px 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.permit dl .data_content > *:last-child {
  border: 0;
}

.permit dl .data_content > * a {
  color: var(--color02);
  border-bottom: 1px solid var(--color02);
  font-size: 14.5px;
}

.permit dl .data_content .head {
  height: auto;
  background: var(--color01);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .permit {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .permit .inner {
    width: 76.92%;
  }

  .permit .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .permit .wrapper_data {
    display: block;
    margin-right: calc(50% - 50vw);
    overflow: scroll;
    padding-right: 15%;
  }

  .permit dl {
    width: calc(1024 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }

  .permit dl .data_content {
    font-size: calc(16 / 390 * 100vw);
  }

  .permit dl .data_content > * {
    padding: calc(17 / 390 * 100vw) calc(20 / 390 * 100vw);
  }

  .permit dl .data_content > * a {
    font-size: calc(14.5 / 390 * 100vw);
  }
}

.partners {
  padding: 0;
}

.partners .inner {
  width: 900px;
}

.partners .ttl02 {
  margin-bottom: 50px;
}

.partners ul {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.partners ul li a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.partners ul li a img {
  width: 100%;
  height: auto;
}

.partners ul li a.p001 {
  width: 300px;
}

.partners ul li.variable_text {
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .partners {
    padding: 0 0 calc(50 / 390 * 100vw);
  }

  .partners .inner {
    width: 76.92%;
  }

  .partners .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .partners ul {
    gap: calc(30 / 390 * 100vw);
  }

  .partners ul li a.p001 {
    width: 100%;
  }

  .partners ul li.variable_text {
    text-align: left;
  }
}

/* ==========================================================================
   よくある質問ページ (qa.css)
   ========================================================================== */

#qa .mv_sub::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/qa/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: calc(50% - 50vw);
  width: 1600px;
  aspect-ratio: 1600 / 300;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 768px) {
  #qa .mv_sub::after {
    background-image: url("../img/qa/mv_sp.jpg");
    left: 0;
    width: 94.87%;
    aspect-ratio: 740 / 240;
    border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
  }
}

.qa {
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .qa {
    padding: calc(50 / 390 * 100vw) 0;
  }
}

.qa .inner {
  width: 1024px;
}

@media screen and (max-width: 768px) {
  .qa .inner {
    width: 89.74%;
  }
}

.qa .attention {
  height: 100px;
  border-radius: 10px;
  border: 3px solid #f51b6c;
  font-weight: bold;
  font-size: 18px;
  line-height: calc(27 / 18);
  color: #f51b6c;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.qa .attention img {
  width: 50px;
  margin: 0 20px 0 50px;
}

@media screen and (max-width: 768px) {
  .qa .attention {
    padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw);
    height: auto;
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.8;
    flex-flow: column;
    gap: calc(15 / 390 * 100vw);
  }

  .qa .attention img {
    width: calc(50 / 390 * 100vw);
    margin: 0 auto;
  }
}

.qa .accordion + .accordion {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .qa .accordion + .accordion {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.qa .accordion .ttl {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  padding: 18px 30px;
  border-radius: 10px;
  transition: border-radius 0.3s;
  background: var(--color01);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .qa .accordion .ttl {
    padding: calc(18 / 390 * 100vw) calc(20 / 390 * 100vw);
    padding-right: calc(50 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}

.qa .accordion .ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%) rotate(-45deg);
  width: 10px;
  aspect-ratio: 1;
  border: #fff solid;
  border-width: 0 0 2px 2px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .qa .accordion .ttl::after {
    right: calc(19.5 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
  }
}

.qa .accordion .ttl .dec01 {
  margin-right: 1em;
}

.qa .accordion.open .ttl {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .qa .accordion.open .ttl {
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
  }
}

.qa .accordion.open .ttl::after {
  transform: translate(0, -50%) rotate(135deg);
}

.qa .accordion .cont {
  display: grid;
  transition: padding 0.3s, grid-template-rows 0.3s;
  grid-template-rows: 0fr;
  padding: 0 30px;
  background: #f6f7fa;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
  .qa .accordion .cont {
    padding: 0 calc(20 / 390 * 100vw);
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.qa .accordion.open .cont {
  grid-template-rows: 1fr;
  padding: 18px 30px;
}

@media screen and (max-width: 768px) {
  .qa .accordion.open .cont {
    padding: calc(20 / 390 * 100vw);
  }
}

.qa .accordion .cont .cont_inner {
  overflow: hidden;
  display: flex;
  align-items: baseline;
}

.qa .accordion .cont .cont_inner .dec01 {
  margin-right: 1em;
}

.qa .accordion .cont .cont_inner a {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

@media screen and (max-width: 768px) {
  .qa .accordion .cont .cont_inner .text00 {
    font-size: calc(16 / 390 * 100vw);
  }

  .qa .accordion .cont .cont_inner .text00 br {
    display: none;
  }
}

/* ==========================================================================
   採用情報ページ (recruit.css)
   ========================================================================== */

#recruit .mv_sub::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/recruit/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: calc(50% - 50vw);
  width: 1600px;
  aspect-ratio: 1600 / 300;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 768px) {
  #recruit .mv_sub::after {
    background-image: url("../img/recruit/mv_sp.jpg");
    left: 0;
    width: 94.87%;
    aspect-ratio: 370 / 120;
    border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
  }
}

#recruit .ttl03 {
  font-weight: bold;
  font-size: 28px;
  line-height: calc(50.4 / 28);
  color: var(--color01);
}

@media screen and (max-width: 768px) {
  #recruit .ttl03 {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(32.4 / 18);
  }
}

.message {
  padding: 50px 0 103px;
}

.message .inner {
  width: 1024px;
}

.message .ttl02 {
  margin-bottom: 50px;
}

.message .text00 {
  margin: 20px 0 25px;
}

.message .box_img {
  display: flex;
  justify-content: space-between;
}

.message .box_img img {
  width: 49%;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .message {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .message .inner {
    width: 89.74%;
  }

  .message .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .message .text00 {
    margin: calc(13 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
  }

  .message .box_img img {
    width: 48.57%;
    border-radius: calc(10 / 390 * 100vw);
  }
}

.essential_point {
  background: var(--color03);
  padding: 100px 0 100px;
}

.essential_point .ttl02 {
  margin-bottom: 50px;
}

.essential_point .inner {
  width: 900px;
}

.essential_point dl {
  margin: 50px 0;
}

.essential_point dl .data {
  border-top: 1px solid #ccc;
  padding: 20px 20px 14px;
  display: flex;
  gap: 34px;
}

.essential_point dl .data:last-child {
  border-bottom: 1px solid #ccc;
}

.essential_point dl .data dt {
  font-weight: bold;
  width: 100px;
}

.essential_point .btn00 {
  margin: 0 auto;
  width: 600px;
  background: #fff;
  padding: 29px 50px;
  border: 1px solid var(--color01);
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--color01);
}

.essential_point .btn00::after {
  content: "";
  background-image: url("../img/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 60px;
  aspect-ratio: 1;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .essential_point {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .essential_point .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .essential_point .inner {
    width: 89.74%;
  }

  .essential_point dl {
    margin: 0 0 calc(43 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }

  .essential_point dl .data {
    padding: calc(20 / 390 * 100vw);
    padding-bottom: calc(13 / 390 * 100vw);
    flex-flow: column;
    gap: calc(6 / 390 * 100vw);
  }

  .essential_point dl .data dt {
    width: 100%;
  }

  .essential_point .btn00 {
    width: 88.57%;
    padding: calc(20 / 390 * 100vw) calc(25 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.8;
  }

  .essential_point .btn00::after {
    width: calc(60 / 390 * 100vw);
  }
}

.vioce {
  padding: 100px 0 0;
}

.vioce .inner {
  width: 1024px;
}

.vioce .ttl02 {
  margin-bottom: 50px;
}

.vioce .ttl03 {
  margin: 25px 0 20px;
}

@media screen and (max-width: 768px) {
  .vioce {
    padding: calc(50 / 390 * 100vw) 0 0;
  }

  .vioce .inner {
    width: 89.74%;
  }

  .vioce .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .vioce .ttl03 {
    margin: calc(16 / 390 * 100vw) 0 calc(13 / 390 * 100vw);
  }
}

.schedule {
  padding: 100px 0 0;
}

.schedule .ttl02 {
  margin-bottom: 50px;
}

.schedule .list_schedule {
  display: flex;
  justify-content: space-between;
}

.schedule .list_schedule li {
  width: 32.03%;
}

.schedule .list_schedule h4 {
  background: var(--color01);
  padding: 20px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  aspect-ratio: 410 / 70;
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule .list_schedule h4 .working {
  width: 70px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  border: 1px solid #fff;
}

.schedule .list_schedule dl {
  background: var(--color03);
  padding: 27px 30px 30px;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-flow: column;
}

.schedule .list_schedule dl .time {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 30px;
  padding-left: 30px;
  padding-bottom: 7.5px;
}

.schedule .list_schedule dl .time::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: var(--color01);
  top: 8px;
  left: 0;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 99px;
}

.schedule .list_schedule dl .time::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #ccc;
  top: 15px;
  left: 7px;
  width: 1px;
  height: 100%;
}

.schedule .list_schedule dl .time:last-child {
  padding-bottom: 0;
}

.schedule .list_schedule dl .time:last-child::after {
  display: none;
}

.schedule .list_schedule dl .time dt {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color01);
}

.schedule .list_schedule dl .time dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.028;
  text-align: left;
  color: #0a0a0a;
}

@media screen and (max-width: 768px) {
  .schedule {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .schedule .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .schedule .list_schedule {
    flex-flow: column;
    gap: calc(20 / 390 * 100vw);
  }

  .schedule .list_schedule li {
    width: 100%;
  }

  .schedule .list_schedule h4 {
    padding: calc(20 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
    font-size: calc(18 / 390 * 100vw);
    aspect-ratio: 350 / 70;
    gap: calc(10 / 390 * 100vw);
  }

  .schedule .list_schedule h4 .working {
    width: calc(70 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }

  .schedule .list_schedule dl {
    padding: calc(17 / 390 * 100vw) calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }

  .schedule .list_schedule dl .time {
    gap: calc(20 / 390 * 100vw);
    padding-left: calc(30 / 390 * 100vw);
    padding-bottom: calc(8 / 390 * 100vw);
  }

  .schedule .list_schedule dl .time::before {
    top: calc(8 / 390 * 100vw);
    width: calc(15 / 390 * 100vw);
  }

  .schedule .list_schedule dl .time::after {
    top: calc(15 / 390 * 100vw);
    left: calc(7 / 390 * 100vw);
  }

  .schedule .list_schedule dl .time dt {
    font-size: calc(18 / 390 * 100vw);
  }

  .schedule .list_schedule dl .time dd {
    font-size: calc(16 / 390 * 100vw);
  }
}

/* ==========================================================================
   お問い合わせページ (contact.css)
   ========================================================================== */

#contact .mv_sub {
  margin-top: 181px;
  position: relative;
  z-index: 0;
  height: 300px;
}

@media screen and (max-width: 768px) {
  #contact .mv_sub {
    margin-top: 147px;
    height: 120px;
  }
}

@media screen and (max-width: 390px) {
  #contact .mv_sub {
    margin-top: 108px;
  }
}

#contact .mv_sub::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/contact/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: calc(50% - 50vw);
  width: 1600px;
  aspect-ratio: 1600 / 300;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 768px) {
  #contact .mv_sub::after {
    background-image: url("../img/contact/mv_sp.jpg");
    left: 0;
    width: 94.87%;
    aspect-ratio: 370 / 120;
    border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
  }
}

.content {
  font-weight: 500;
  padding: 50px 0 0;
  margin: 0 auto;
  position: relative;
}

.content .inner > p {
  text-align: center;
  margin-bottom: 50px;
}

.content .inner .form_block {
  max-width: 900px;
  margin: 0 auto;
}

.content .inner .form_block dl {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 20px;
}

.content .inner .form_block dl.pt20 {
  border-top: 1px solid #CCCCCC;
  padding: 20px 20px 20px 0;
}

.content .inner .form_block dl.pt20:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.content .inner .form_block dt {
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
  padding-top: 13px;
}

.content .inner .form_block dt .txt_required {
  font-size: 14px;
  font-weight: 500;
  color: #F51B6C;
  padding: 5px 11px;
  border: 1px solid #F51B6C;
  border-radius: 5px;
}

.content .inner .form_block dd {
  width: 630px;
  font-size: 14px;
}

.content .inner .form_block dd.flex_box {
  display: flex;
  align-items: center;
}

.content .inner .form_block dd.flex_box span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.content .inner .form_block dd.flex_box input + span {
  margin-left: 30px;
}

.content .inner .form_block dd p {
  line-height: 1.8;
  margin-top: 10px;
}

.content .inner .form_block dt.pt17 {
  padding-top: 17px;
}

.content .inner .form_block.error {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

.content .inner .form_block.error h3 {
  font-size: 24px;
  text-align: center;
  color: #F51B6C;
  margin-bottom: 20px;
}

.content .inner .form_block.error .txt_error {
  color: #F51B6C;
  text-align: center;
}

/* c_form */
.c_form input:not([type=checkbox]):not([type=button]):not([type=submit]),
.c_form textarea {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #F5F5F5;
  outline: none;
  padding: 13px 15px 13px;
  min-height: 50px;
}

.c_form input.text_input_s {
  width: 200px !important;
}

.c_form input.text_input_m {
  width: 300px !important;
}

.c_form input::placeholder,
.c_form textarea::placeholder {
  font-size: 12px;
  color: #DEDEDE;
}

.c_form textarea {
  width: 100%;
  height: 166px;
}

.c_form .selectbox {
  width: 400px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.c_form .selectbox::before,
.c_form .selectbox::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  pointer-events: none;
  width: 10px;
  height: 3%;
  display: inline-block;
  border-radius: 2px;
  background: #0a0a0a;
}

.c_form .selectbox::before {
  transform: rotate(135deg);
}

.c_form .selectbox::after {
  right: 21px;
  transform: rotate(-135deg);
}

.c_form .selectbox select {
  display: flex;
  align-items: center;
  appearance: none;
  min-width: 100%;
  padding: 13px 15px 13px;
  background: #F6F7FA;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  min-height: 50px;
  border-radius: 5px;
  border: none;
}

.c_form .form_btn_block {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 50px;
}

.c_form .form_btn_block .submit_arrow input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: 400px;
  height: 100px;
  color: #2767FA;
  background: transparent;
  border: 1px solid #2767FA;
  border-radius: 5px;
  padding: 0 30px;
}

.c_form .form_btn_block .submit_arrow {
  display: inline-block;
  position: relative;
}

.c_form .form_btn_block .submit_arrow::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/contact/icon_arrow.svg") no-repeat left top / contain;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: -1;
}

.c_form .form_btn_block .disabled-look {
  opacity: 0.4;
  cursor: not-allowed;
}

.c_form .form_btn_block .disabled-look input {
  pointer-events: none;
}

.c_form .form_btn_block .back_arrow {
  display: inline-block;
  position: relative;
}

.c_form .form_btn_block .back_arrow .btn_denial {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: 400px;
  height: 100px;
  color: #2767FA;
  background: transparent;
  border: 1px solid #2767FA;
  border-radius: 5px;
  padding: 0 30px;
  text-decoration: none;
  box-sizing: border-box;
}

.c_form .form_btn_block .back_arrow::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/contact/icon_back.svg") no-repeat left top / contain;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: -1;
}

/* confirm */
.content .inner .confirm .form_block {
  margin: 0 auto;
}
.content .inner .confirm .form_block dt {
  padding-top: 0;
}
.confirm .privacy {
  margin: 40px 0 0;
}
.confirm .privacy .box {
  background: #F6F7FA;
  padding: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .c_form .form_btn_block .back_arrow .btn_denial {
    width: 310px;
    height: 120px;
    font-size: 16px;
  }
  .c_form .form_btn_block .back_arrow::before {
    top: 30px;
  }
  .confirm .privacy {
    margin: 30px 0 0;
  }
}

/* checkbox */
.checkbox {
  border: none;
  margin-top: 27px;
  font-size: 14px;
}

.checkbox label {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  cursor: pointer;
}

.checkbox label::before {
  width: 24px;
  height: 24px;
  border: .1rem solid #DEDEDE;
  background: #FFFFFF;
  content: '';
  margin-top: 2px;
  border-radius: 5px;
}

.checkbox label:has(:checked)::after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 9px;
  background: url("../img/contact/icon_check.svg") no-repeat left top / 100% auto;
  content: '';
}

.checkbox input {
  display: none;
}

.align_c {
  text-align: center;
}

.align_c label {
  display: inline-flex;
}

/* privacy */
.privacy {
  margin: 30px 0;
  line-height: 1.8;
}

.privacy h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  background: #2767FA;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.privacy_box {
  font-size: 16px;
  background: #F6F7FA;
  border-radius: 0 0 10px 10px;
}

.privacy_inner {
  padding: 20px;
}

/* thanks */
.thanks h3 {
  font-size: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.thanks p {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .content {
    max-width: 100%;
    padding: 40px calc(20 / 390 * 100vw) 0;
  }

  .content .inner .form_block {
    width: 100%;
  }

  .content .inner .form_block dl.pt20 {
    display: block;
    padding: calc(20 / 390 * 100vw);
  }

  .content .inner .form_block dt {
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .content .inner .form_block dt.pt17 {
    padding-top: 0;
  }

  .content .inner .form_block dd {
    width: 100%;
  }

  .content .inner .form_block dd.flex_box input + span {
    margin-left: 19px;
  }

  .content .inner .form_block.error h3 {
    font-size: 20px;
  }

  .c_form input.text_input_s {
    width: calc(110 / 390 * 100vw) !important;
  }

  .c_form input.text_input_m {
    width: 100% !important;
  }

  .c_form .selectbox {
    width: 100%;
  }

  .checkbox label {
    column-gap: 10px;
  }

  .checkbox label::before {
    margin-top: 3px;
  }

  .c_form .form_btn_block {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-top: 40px;
  }

  .c_form .form_btn_block .submit_arrow input {
    width: 310px;
    height: 80px;
    font-size: 16px;
  }

  .c_form .form_btn_block .submit_arrow::before {
    top: 10px;
    width: 50px;
    height: 50px;
  }

  .privacy h3 {
    font-size: 14px;
    padding: 15px;
  }

  .privacy_inner {
    padding: 15px;
  }

  .privacy_box {
    font-size: 14px;
  }

  .thanks p {
    font-size: 14px;
  }
}

/* ==========================================================================
   お役立ち情報ページ (useful-info.css)
   ========================================================================== */

#useful-info {
  padding-bottom: 100px;
}

/* ページヘッダー */
.useful-info-header {
  background: linear-gradient(135deg, var(--color01) 0%, #1a4fd8 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.useful-info-header .page-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}

.useful-info-header .page-title .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  opacity: 0.8;
}

.useful-info-header .page-description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .useful-info-header {
    padding: calc(50 / 390 * 100vw) 0;
    margin-bottom: calc(40 / 390 * 100vw);
  }

  .useful-info-header .page-title {
    font-size: calc(28 / 390 * 100vw);
  }

  .useful-info-header .page-title .en {
    font-size: calc(12 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }

  .useful-info-header .page-description {
    margin-top: calc(15 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

/* コンテナ */
#useful-info .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* カテゴリーフィルター */
.category-filter {
  margin-bottom: 40px;
}

.category-filter .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.category-filter .category-list li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 30px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.category-filter .category-list li a:hover {
  background: var(--color01);
  color: #fff;
}

.category-filter .category-list li a.active {
  background: var(--color01);
  color: #fff;
}

.category-filter .category-list li a .count {
  font-size: 12px;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .category-filter {
    margin-bottom: calc(30 / 390 * 100vw);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .category-filter .category-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .category-filter .category-list li a {
    white-space: nowrap;
    padding: calc(8 / 390 * 100vw) calc(16 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
  }
}

/* 記事グリッド */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: calc(20 / 390 * 100vw);
  }
}

/* 記事カード */
.post-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.post-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.post-thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}

.post-thumbnail .no-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8e8e8 0%, #d5d5d5 100%);
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.post-content {
  padding: 20px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.post-category {
  display: inline-block;
  padding: 4px 12px;
  background: var(--color03);
  color: var(--color01);
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

.post-date {
  font-size: 13px;
  color: #888;
  font-family: "Poppins", sans-serif;
}

.post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .post-card {
    border-radius: calc(10 / 390 * 100vw);
  }

  .post-content {
    padding: calc(15 / 390 * 100vw);
  }

  .post-meta {
    gap: calc(10 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }

  .post-category {
    padding: calc(3 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(11 / 390 * 100vw);
  }

  .post-date {
    font-size: calc(12 / 390 * 100vw);
  }

  .post-title {
    font-size: calc(15 / 390 * 100vw);
  }
}

/* ページネーション */
#useful-info .pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#useful-info .pagination a,
#useful-info .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#useful-info .pagination a {
  background: #fff;
  color: var(--color01);
  border: 1px solid #ddd;
}

#useful-info .pagination a:hover {
  background: var(--color01);
  color: #fff;
  border-color: var(--color01);
}

#useful-info .pagination .current {
  background: var(--color01);
  color: #fff;
  border: 1px solid var(--color01);
}

#useful-info .pagination .dots {
  background: transparent;
  border: none;
  color: #888;
}

#useful-info .pagination .prev,
#useful-info .pagination .next {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #useful-info .pagination {
    margin-top: calc(40 / 390 * 100vw);
    gap: calc(6 / 390 * 100vw);
  }

  #useful-info .pagination a,
  #useful-info .pagination span {
    min-width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    padding: 0 calc(12 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
    border-radius: calc(6 / 390 * 100vw);
  }

  #useful-info .pagination .prev,
  #useful-info .pagination .next {
    padding: 0 calc(15 / 390 * 100vw);
  }
}

/* 記事なし */
.no-posts {
  text-align: center;
  padding: 80px 20px;
  background: #f9f9f9;
  border-radius: 15px;
}

.no-posts p {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 768px) {
  #useful-info {
    padding-bottom: calc(60 / 390 * 100vw);
  }

  .no-posts {
    padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }

  .no-posts p {
    font-size: calc(14 / 390 * 100vw);
  }
}
