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

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.0125em;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt,
dd {
  margin: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

p {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

figure {
  margin: 0;
}

.inner {
  max-width: 1480px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.select-wrap {
  position: relative;
  width: 100%;
}
.select-wrap::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  pointer-events: none;
}

.title-en {
  color: #D9E1F0;
  font-size: clamp(50px, 9.27vw, 178px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: -0.12em;
}

.title-jp {
  color: #274E9B;
  font-size: clamp(22px, 3.13vw, 60px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  max-width: 1480px;
  margin: -0.7em auto 80px;
  padding-bottom: 60px;
  position: relative;
}
.title-jp::before {
  content: "";
  display: block;
  width: clamp(156px, 13.54vw, 260px);
  height: 4px;
  background-color: #15246F;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .title-jp {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .title-jp::before {
    width: 100px;
  }
}

.section-title {
  word-break: break-all;
}

.double-column {
  display: flex;
}

.box-title {
  padding: 70px 0;
  background-color: #15246F;
  border-bottom: solid 4px #FFF;
  color: #FFF;
  font-size: clamp(28px, 2.4vw, 46px);
  text-align: center;
  line-height: 1.7;
  position: relative;
}
.box-title span {
  display: block;
  color: #FDF37E;
}
.box-title::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 48px;
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.box-title::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 44px;
  background-color: #15246F;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .box-title {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .box-title {
    padding: 35px 0;
    font-size: 18px;
    letter-spacing: 0;
  }
  .box-title::before {
    bottom: -28px;
    width: 70px;
    height: 28px;
  }
  .box-title::after {
    bottom: -23px;
    width: 60px;
    height: 24px;
  }
}

.section-btn {
  text-align: center;
}
.section-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0;
  position: relative;
  height: 100px;
  width: auto;
  max-width: 100%;
  padding: 0 clamp(50px, 7.2vw, 140px) 5px;
  background: linear-gradient(180deg, #D97E2B 0%, #A64512 100%);
  border-radius: 100px;
  color: #fff;
  font-size: clamp(28px, 2.6vw, 50px);
  font-weight: 600;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.3s ease;
}
.section-btn a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: -7px;
  margin-left: 20px;
  background-image: url("../images/icon-up.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-btn a:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .section-btn a {
    width: 100%;
    height: 60px;
    margin-top: 35px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .section-btn a::after {
    width: 45px;
    height: 45px;
    margin-bottom: -5px;
    margin-left: 8px;
  }
}

.image-pc {
  display: block;
}
@media (max-width: 767px) {
  .image-pc {
    display: none;
  }
}
.image-sp {
  display: none;
}
@media (max-width: 767px) {
  .image-sp {
    display: block;
  }
}

.inv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.inv.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.92);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
#header #logo {
  margin-left: 3.5vw;
  display: flex;
  align-items: center;
  gap: 0.98vw;
}
#header #logo img {
  width: 19.5vw;
  max-width: 370px;
  height: auto;
}
#header #logo span {
  color: #274E9B;
  font-size: clamp(14px, 1.15vw, 22px);
  font-weight: 600;
  display: block;
}
#header-nav {
  display: flex;
  align-items: center;
  gap: 2vw;
}
#header-nav .tel-info a {
  display: flex;
  align-items: center;
  color: #02213F;
  font-size: clamp(24px, 2.08vw, 40px);
  font-weight: 600;
  text-decoration: none;
}
#header-nav .tel-info a::before {
  content: "";
  width: clamp(24px, 1.93vw, 37px);
  height: clamp(24px, 1.93vw, 37px);
  background: url("../images/icon-phone.png") no-repeat center center/contain;
}
#header-nav .tel-info span {
  display: block;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #02213F;
  text-align: right;
}
@media (max-width: 1100px) {
  #header #logo {
    margin-left: 1.5vw;
  }
  #header #logo img {
    width: 18.5vw;
  }
}
@media (max-width: 1024px) {
  #header {
    height: 80px;
    background-color: rgba(221, 224, 240, 0.92);
  }
  #header #logo span,
  #header .twin-btn {
    display: none;
  }
  #header #logo img {
    width: 28vw;
  }
  #header #header-nav {
    margin-right: 4vw;
  }
}
@media (max-width: 767px) {
  #header {
    height: 70px;
  }
  #header #logo img {
    width: 42vw;
  }
  #header #header-nav .tel-info a {
    font-size: 20px;
  }
  #header #header-nav .tel-info span {
    font-size: 13px;
  }
  #header #header-nav .tel-info a::before {
    width: 20px;
    height: 20px;
  }
}

.twin-btn {
  display: flex;
  align-items: center;
}
.twin-btn a {
  display: flex;
  width: auto;
  height: 100px;
  padding: 0 1.6vw;
  align-items: center;
  color: #FFF;
  font-size: clamp(18px, 1.56vw, 30px);
  font-weight: 600;
  position: relative;
}
.twin-btn a.link-form {
  background: linear-gradient(180deg, #D97E2B 0%, #A64512 100%);
}
.twin-btn a.link-form::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.twin-btn a.link-form::after {
  content: "";
  display: block;
  width: clamp(25px, 3.3vw, 40px);
  height: clamp(25px, 3.3vw, 40px);
  background: url("../images/icon-down.png") no-repeat center center/contain;
  margin-left: 0.3vw;
  transform: translateY(0.1em);
  transition: transform 0.3s ease;
}
.twin-btn a.sns-line {
  padding: 0 2.2vw;
  background: linear-gradient(180deg, #44D62C 0%, #218A12 100%);
}
.twin-btn a.sns-line::before {
  content: "";
  display: block;
  width: clamp(40px, 3.43vw, 66px);
  height: clamp(40px, 3.43vw, 66px);
  background: url("../images/icon-line.png") no-repeat center center/contain;
  margin-right: 1vw;
  transition: transform 0.3s ease;
  z-index: 2;
}
.twin-btn a.sns-line::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.twin-btn a:hover.link-form::before {
  opacity: 0.1;
}
.twin-btn a:hover.link-form::after {
  transform: translateY(0.35em);
}
.twin-btn a:hover.sns-line::before {
  transform: rotate(5deg) scale(1.1);
}
.twin-btn a:hover.sns-line::after {
  opacity: 0.1;
}
.twin-btn a > span {
  z-index: 1;
}
.twin-btn a > span > span {
  font-size: 0.7em;
  transform: translateY(0.15em);
}
@media (max-width: 1024px) {
  .twin-btn a {
    height: 95px;
    padding: 0 30px;
  }
  .twin-btn a.sns-line {
    padding: 0 42px;
  }
}
@media (max-width: 767px) {
  .twin-btn a {
    height: 85px;
  }
}

#hero {
  background: url(../images/bg-hero.webp) no-repeat center center/cover;
}
#hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 210px 0 100px;
}
#hero-content #hero-title-large img {
  width: 75%;
  height: auto;
  pointer-events: none;
}
#hero-content #feature-tags {
  margin-top: -20px;
  display: flex;
  align-items: center;
}
#hero-content #feature-tags li img {
  width: clamp(156px, 13.5vw, 260px);
  height: auto;
}
#hero-content #feature-tags li:last-child img {
  width: clamp(198px, 17vw, 330px);
  height: auto;
}
#hero #message {
  padding: 40px 20px;
  background-color: rgba(253, 243, 126, 0.85);
  color: #1F355A;
  font-size: clamp(34px, 2.81vw, 54px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 1024px) {
  #hero {
    background-position: right 28% center;
  }
  #hero #hero-content {
    padding-bottom: 50px;
  }
  #hero .twin-btn {
    margin: 0 30px;
    padding-bottom: 100px;
    display: flex;
  }
  #hero .twin-btn a {
    border: solid 4px #FFF;
  }
  #hero #message {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  #hero {
    background-position: right 25% center;
  }
  #hero .twin-btn {
    justify-content: center;
    padding-bottom: 80px;
  }
  #hero #hero-content {
    padding-top: 340px;
  }
  #hero #hero-content #feature-tags li:last-child img {
    width: 170px;
    position: absolute;
    left: 10px;
    top: 125px;
  }
  #hero #hero-content #hero-title-large {
    margin-right: -30px;
  }
  #hero #hero-content #hero-title-large img {
    width: 100%;
  }
  #hero #hero-content #feature-tags {
    margin-top: 0;
  }
  #hero #message {
    padding: 20px 0;
    font-size: 17px;
    letter-spacing: 0;
  }
}

#mailform {
  background: url(../images/bg-mailform.webp) no-repeat center center/cover;
}
#mailform .inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
#mailform h2 {
  font-size: clamp(28px, 2.6vw, 50px);
  color: #FFF;
  text-align: center;
  margin-bottom: 60px;
}
#mailform h2 span {
  color: #FDF37E;
}
#mailform #form-section,
#mailform #thanks-message {
  background-color: rgba(216, 226, 240, 0.7);
  border-radius: 40px;
  padding: 40px clamp(50px, 7.3vw, 140px) 60px;
}
#mailform #thanks-message {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 80px clamp(50px, 7.3vw, 140px);
}
#mailform #thanks-message h3 {
  color: #274E9B;
  font-size: clamp(34px, 2.81vw, 54px);
  text-align: center;
  margin-bottom: 35px;
}
#mailform #thanks-message p {
  text-align: center;
}
#mailform #thanks-message p + p {
  margin-top: 25px;
}
#mailform .confirm-message {
  margin: 40px 0;
  padding: 20px 10px;
  text-align: center;
  color: #BC0000;
  background-color: rgba(189, 0, 0, 0.07);
  border: solid 4px #BC0000;
  display: none;
}
#mailform .mw_wp_form .error {
  margin-top: 5px;
}
#mailform .mw_wp_form_input .confirm-message {
  display: none;
}
#mailform .mw_wp_form_confirm .confirm-message {
  display: block;
}
#mailform .mw_wp_form_confirm dd {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.75);
  width: 100%;
  font-size: clamp(16px, 1.15vw, 22px);
  cursor: text;
}
#mailform .mw_wp_form_confirm .select-wrap:after {
  display: none;
}
#mailform .mwform-checkbox-field input, #mailform .mwform-radio-field input {
  transform: scale(1.5);
}
#mailform dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 2.6vw, 50px);
}
#mailform dl div {
  display: flex;
  flex-direction: column;
}
#mailform dl div#full-width {
  grid-column: 1/3;
}
#mailform dl div dt {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.15vw, 22px);
}
#mailform dl div input,
#mailform dl div select {
  padding: 20px;
  border: solid 1px #1E2842;
  width: 100%;
  font-size: clamp(16px, 1.15vw, 22px);
}
#mailform .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  height: 100px;
  width: auto;
  max-width: 100%;
  padding: 0 clamp(50px, 7.2vw, 140px) 5px;
  background: linear-gradient(180deg, #D97E2B 0%, #A64512 100%);
  border-radius: 100px;
  color: #fff;
  font-size: clamp(28px, 2.6vw, 50px);
  font-weight: 600;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.3s ease;
}
#mailform .btn-submit.btn-back {
  margin-left: 0;
  background: linear-gradient(180deg, #3A82C4 0%, #1E4E8A 100%);
  flex-flow: row-reverse;
}
#mailform .btn-submit.btn-back::after {
  margin-right: 20px;
  margin-left: 0;
  transform: rotate(180deg) translateY(2px);
  filter: grayscale(1);
}
#mailform .btn-submit.btn-send {
  margin-top: -100px;
  margin-right: 0;
}
#mailform .btn-submit::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: -5px;
  margin-left: 20px;
  background-image: url("../images/icon-right.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#mailform .btn-submit:hover {
  transform: scale(1.05);
}
#mailform #pp {
  max-height: 220px;
  margin-top: clamp(30px, 2.81vw, 60px);
  margin-bottom: clamp(30px, 2.81vw, 60px);
  padding: 25px;
  overflow-y: auto;
  border: solid 1px #1E2842;
  background-color: #fff;
}
#mailform #pp h3 {
  margin-bottom: 25px;
  font-size: 20px;
}
#mailform #pp h4 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
#mailform #pp p,
#mailform #pp li {
  font-size: 16px;
  line-height: 1.65;
}
#mailform #pp p,
#mailform #pp ul {
  margin-bottom: 15px;
}
#mailform .privacy-confirm {
  text-align: center;
}
@media (max-width: 1024px) {
  #mailform .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #mailform .btn-submit {
    height: 80px;
  }
  #mailform .btn-submit.btn-send {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  #mailform h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #mailform .btn-submit {
    width: 90%;
    height: 60px;
    font-size: 18px;
  }
  #mailform .btn-submit.btn-back {
    width: 70%;
    margin-left: auto;
  }
  #mailform .btn-submit.btn-back::after {
    margin-right: 10px;
  }
  #mailform .btn-submit.btn-send {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #mailform dl {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  #mailform dl div#full-width {
    grid-column: 1/2;
  }
  #mailform dl div input,
  #mailform dl div select {
    padding: 15px;
  }
  #mailform dl div dt {
    margin-bottom: 12px;
  }
  #mailform #form-section {
    padding: 20px 30px 35px;
    border-radius: 20px;
  }
  #mailform #thanks-message {
    padding: 40px 30px;
    border-radius: 20px;
  }
  #mailform #thanks-message h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #mailform #thanks-message p + p {
    margin-top: 15px;
  }
  #mailform .confirm-message {
    margin: 20px 0;
    padding: 12px 10px;
  }
  #mailform .btn-submit {
    width: 100%;
    margin-top: 35px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  #mailform .btn-submit::after {
    width: 38px;
    height: 38px;
    margin-bottom: -2px;
    margin-left: 8px;
  }
  #mailform #pp {
    min-height: 180px;
    padding: 15px;
  }
  #mailform #pp h3 {
    font-size: 17px;
  }
  #mailform #pp h4 {
    font-size: 15px;
  }
  #mailform #pp p,
  #mailform #pp li {
    font-size: 14px;
  }
}

#service {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#service .inner {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#service .image-area {
  flex: 0 0 39.5vw;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: calc((100vw - 100%) / -2);
}
#service .image-area img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/460;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 40px 40px 0;
  display: block;
}
#service .text-area {
  flex: 1;
}
#service .text-area h2 {
  font-size: clamp(24px, 2vw, 40px);
  line-height: 1.75;
  font-weight: 800;
  margin-bottom: 25px;
}
#service .text-area h2 strong {
  color: #274E9B;
  font-size: clamp(35px, 3vw, 58px);
}
#service .text-area h2 span {
  color: #274E9B;
}
#service .text-area .lead {
  color: #274E9B;
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 600;
  border-bottom: 4px solid #274E9B;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.55;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
}
#service .text-area .text-box p {
  font-weight: 600;
}
@media (max-width: 1024px) {
  #service {
    padding: 80px 0;
  }
  #service .image-area img {
    aspect-ratio: 560/560;
  }
}
@media (max-width: 767px) {
  #service {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #service .inner {
    display: block;
  }
  #service .title-en {
    position: absolute;
    top: 23vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #FFF;
  }
  #service .image-area {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  #service .image-area img {
    border-radius: 0;
    aspect-ratio: 9/5;
  }
  #service .text-area {
    margin-top: 30px;
  }
  #service .text-area h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.55;
  }
  #service .text-area h2 span {
    display: block;
  }
  #service .text-area .lead {
    font-size: 20px;
    text-align: center;
  }
}

#case .sub-title {
  font-size: clamp(45px, 3.75vw, 72px);
  font-weight: 800;
  text-align: center;
  padding: 155px 0 120px;
  background: url(../images/arrow-down.webp) no-repeat center top/285px auto;
}
#case .sub-title > span {
  background: linear-gradient(transparent 65%, #F7EC73 65%);
  padding: 0 2px;
}
#case .sub-title > span > span {
  color: #274E9B;
}
#case .case-bg {
  padding: 120px 0 180px;
  position: relative;
}
#case .case-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-case.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.24;
  z-index: -1;
}
#case .tag-list {
  padding: 0 clamp(50px, 7.3vw, 140px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: clamp(12px, 1.04vw, 20px);
       column-gap: clamp(12px, 1.04vw, 20px);
  row-gap: 60px;
  margin-bottom: 50px;
}
#case .tag-list li {
  width: calc((100% - clamp(12px, 1.04vw, 20px) * 4) / 5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#case .tag-list li span {
  width: 100%;
  margin-top: -1em;
  padding: 15px 5px 18px;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 3px #15236F;
  border-radius: 15px;
  font-size: clamp(18px, 1.88vw, 36px);
  color: #274E9B;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
#case #message-box {
  padding: 0 clamp(50px, 7.3vw, 140px);
  position: relative;
}
#case #message-box .main-text {
  position: relative;
  margin-bottom: 40px;
  padding: 0 clamp(72px, 6.25vw, 120px);
  color: #274E9B;
  font-size: clamp(42px, 3.85vw, 70px);
  font-weight: 800;
  line-height: 1.6;
  display: inline-block;
}
#case #message-box .main-text span {
  background: linear-gradient(transparent 65%, #F7EC73 65%);
}
#case #message-box .main-text::before, #case #message-box .main-text::after {
  content: "";
  position: absolute;
  top: 10px;
  width: clamp(72px, 6.25vw, 120px);
  height: clamp(60px, 5.21vw, 100px);
}
#case #message-box .main-text::before {
  left: 0;
  background: url(../images/fukidashi-left.webp) no-repeat center center/contain;
}
#case #message-box .main-text::after {
  right: 0;
  background: url(../images/fukidashi-right.webp) no-repeat center center/contain;
}
#case #message-box .sub-text {
  padding: 0 clamp(72px, 6.25vw, 120px);
  font-size: clamp(18px, 1.88vw, 36px);
  font-weight: 600;
  color: #274E9B;
  line-height: 2.15;
}
#case #message-box .sub-text span {
  padding-bottom: 8px;
  border-bottom: solid 3px #274E9B;
}
#case #message-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -180px;
  width: clamp(380px, 38vw, 660px);
  height: clamp(340px, 34.26vw, 595px);
  background: url(../images/figure-woman.webp) no-repeat left bottom/contain;
}
@media (max-width: 1024px) {
  #case {
    padding-bottom: 80px;
  }
  #case .sub-title {
    padding: 80px 0;
    background-size: 200px auto;
  }
  #case .tag-list li span {
    padding: 10px 0 12px;
  }
}
@media (max-width: 767px) {
  #case {
    padding-bottom: 0;
  }
  #case .case-bg {
    padding: 80px 0 70px;
  }
  #case .tag-list {
    margin-bottom: 0;
    padding: 0;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  #case .tag-list li {
    width: calc((100% - 20px) / 3);
  }
  #case .sub-title {
    padding-top: 40px;
    background-size: 120px auto;
  }
  #case .sub-title > span {
    font-size: 20px;
  }
  #case #message-box {
    padding: 0;
  }
  #case #message-box::before {
    width: 240px;
    height: 240px;
    right: -18px;
    bottom: -73px;
  }
  #case #message-box .main-text {
    width: 62%;
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -155px;
    right: -10px;
    top: -145px;
  }
  #case #message-box .main-text::before, #case #message-box .main-text::after {
    width: 30px;
    height: 30px;
  }
  #case #message-box .sub-text {
    width: 45%;
    margin-top: 30px;
    padding: 0;
    position: relative;
  }
}

#feature {
  padding: 120px 0;
  background: url(../images/bg-feature2.webp) no-repeat center center/cover;
}
#feature-box {
  padding: 60px clamp(50px, 7.3vw, 140px) 60px clamp(260px, 22.4vw, 430px);
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 40px;
  position: relative;
}
#feature-box::before {
  content: "";
  width: clamp(300px, 26.04vw, 500px);
  height: clamp(336px, 29.17vw, 560px);
  background: url(../images/figure-man.webp) no-repeat center center/contain;
  position: absolute;
  left: 0;
  bottom: -120px;
}
#feature .main-text {
  color: #274E9B;
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 800;
  line-height: 1.6;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#feature .main-text > span > span {
  background: linear-gradient(transparent 65%, #F7EC73 65%);
}
#feature .main-text::after {
  content: "";
  width: clamp(72px, 6.25vw, 120px);
  height: clamp(60px, 5.21vw, 100px);
  margin-top: 10px;
  background: url(../images/fukidashi-right.webp) no-repeat center center/contain;
  display: block;
}
#feature .sub-text {
  font-size: clamp(18px, 1.88vw, 36px);
  line-height: 1.65;
}
#feature .sub-text span {
  color: #BC0000;
}
#feature .section-btn {
  display: none;
}
@media (max-width: 767px) {
  #feature {
    padding: 80px 0 250px;
  }
  #feature #feature-box {
    padding: 30px;
    border-radius: 20px;
  }
  #feature #feature-box::before {
    width: 260px;
    height: 290px;
    bottom: -250px;
  }
  #feature .main-text {
    font-size: 25px;
    margin-bottom: 18px;
  }
  #feature .sub-text {
    font-size: 16px;
  }
  #feature .main-text::after {
    position: absolute;
    width: 60px;
    height: 48px;
    right: -20px;
    top: -60px;
  }
  #feature .section-btn {
    display: flex;
    position: relative;
  }
  #feature .section-btn a {
    position: absolute;
    top: 90px;
    left: 0;
  }
}

#trouble .trouble-bg-1 {
  padding: 200px 0;
  position: relative;
  background: url(../images/bg-trouble.webp) no-repeat center center/cover;
  z-index: -1;
}
#trouble .trouble-bg-1 .white-band {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
#trouble .trouble-bg-1 .trouble-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
#trouble .trouble-bg-1 .trouble-content img {
  width: 230px;
  height: 230px;
}
#trouble .trouble-bg-1 .trouble-content .sub-title {
  font-size: clamp(36px, 3.13vw, 60px);
  color: #02213F;
  font-weight: 600;
  line-height: 1.5;
}
#trouble .trouble-bg-2 {
  padding: 120px 0;
  position: relative;
  background: url(../images/bg-trouble2.webp) no-repeat center center/cover;
}
#trouble .trouble-bg-2 .trouble-list {
  padding: 0 clamp(50px, 7.3vw, 140px);
}
#trouble .trouble-bg-2 .trouble-list li {
  padding: clamp(16px, 1.3vw, 25px);
  background-color: rgba(255, 255, 255, 0.6);
  border: solid 3px #15236F;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.3vw, 25px);
  color: #15236F;
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 600;
  line-height: 1.6;
}
#trouble .trouble-bg-2 .trouble-list li span span {
  border-bottom: solid 2px #15236F;
}
#trouble .trouble-bg-2 .trouble-list li::before {
  content: "";
  width: clamp(100px, 8.85vw, 170px);
  height: clamp(100px, 8.85vw, 170px);
  background: url("../images/icon-check.webp") no-repeat center center/contain;
}
#trouble .trouble-bg-2 .trouble-list li + li {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  #trouble .trouble-bg-2 .trouble-list li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #trouble .trouble-bg-1 {
    padding: 170px 0 60px;
  }
  #trouble .trouble-bg-1 .trouble-content {
    gap: 20px;
    flex-direction: column;
  }
  #trouble .trouble-bg-1 .trouble-content img {
    width: 130px;
    height: 130px;
    margin-top: -150px;
  }
  #trouble .trouble-bg-1 .trouble-content .sub-title {
    font-size: 24px;
    text-align: center;
  }
  #trouble .trouble-bg-1 .white-band {
    height: 150px;
  }
  #trouble .trouble-bg-2 {
    padding: 60px 0;
  }
  #trouble .trouble-bg-2 .trouble-list {
    padding: 0;
  }
  #trouble .trouble-bg-2 .trouble-list li {
    border-radius: 20px;
    font-size: 16px;
  }
  #trouble .trouble-bg-2 .trouble-list li + li {
    margin-top: 15px;
  }
  #trouble .trouble-bg-2 .trouble-list li::before {
    width: 60px;
    height: 60px;
  }
  #trouble .trouble-bg-2 .trouble-list li span span br {
    display: none;
  }
}

#about .about-bg {
  background: url(../images/bg-about.webp) no-repeat center top/contain;
}
#about .inner {
  padding: 100px clamp(50px, 7.3vw, 140px);
  position: relative;
  text-align: center;
}
#about .section-title {
  font-size: clamp(36px, 3.13vw, 60px);
  color: #1F355A;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.3vw, 25px);
}
#about .section-title::before {
  content: "";
  width: clamp(97px, 8.44vw, 162px);
  height: clamp(54px, 4.69vw, 90px);
  background: url(../images/icon-house.webp) no-repeat center center/contain;
}
#about .lead {
  display: inline-block;
  margin-bottom: 70px;
  padding: 27px clamp(42px, 3.65vw, 70px);
  background-color: #FFF;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #D98735;
  font-size: clamp(28px, 2.6vw, 50px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
#about .comparison-box {
  background-color: #E4F0FB;
}
#about .comparison-box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(60px, 5vw, 90px);
  background-color: #1F355A;
  color: #FFF;
  font-size: clamp(22px, 1.87vw, 36px);
}
#about .comparison-box figure {
  padding: 40px;
}
#about .comparison-box.highlight {
  background-color: #FDFBE1;
}
#about .comparison-box.highlight h3 {
  background: linear-gradient(90deg, #c6a13e 0%, #d8b85b 35%, #fff492 65%, #dfbc5f 80%, #b88a32 100%);
  color: #1F355A;
}
#about .comparison-box + .comparison-box {
  margin-top: 40px;
}
#about .strength-box {
  margin-top: 60px;
}
#about .strength-box p {
  font-size: clamp(18px, 1.56vw, 30px);
  line-height: 1.9;
}
#about .strength-box p:last-child {
  margin-top: 20px;
  font-size: clamp(34px, 2.81vw, 54px);
  font-weight: 600;
  line-height: 1.35;
}
#about .strength-box p:last-child strong {
  color: #BC0000;
  font-weight: 600;
}
@media (max-width: 767px) {
  #about .inner {
    padding: 60px 20px;
  }
  #about .section-title {
    font-size: 17px;
    margin-bottom: 25px;
  }
  #about .section-title::before {
    width: 80px;
    height: 46px;
  }
  #about .lead {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 17px;
  }
  #about .comparison-box + .comparison-box {
    margin-top: 20px;
  }
  #about .comparison-box h3 {
    height: 40px;
    font-size: 17px;
  }
  #about .comparison-box figure {
    padding: 20px;
  }
  #about .strength-box {
    margin-top: 25px;
  }
  #about .strength-box p {
    font-size: 16px;
    text-align: left;
  }
  #about .strength-box p:last-child {
    font-size: 22px;
    text-align: center;
  }
}

#reason {
  padding: 120px 0;
  position: relative;
  background: url(../images/bg-reason.webp) no-repeat center top/cover;
  overflow: hidden;
}
#reason::before {
  content: "";
  position: absolute;
  top: -540px;
  left: 50%;
  width: 1200px;
  height: 966px;
  background: url(../images/bg-reason-overlay.webp) no-repeat center center/cover;
  transform: translateX(-50%);
  opacity: 0.8;
  transition: 0.3s top ease;
}
#reason .inner {
  padding: 0 clamp(50px, 7.3vw, 140px);
  position: relative;
}
#reason .section-title {
  font-size: clamp(36px, 3.13vw, 60px);
  color: #1F355A;
  font-weight: 600;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.3vw, 25px);
  border-bottom: solid 4px #15246F;
}
#reason .section-title::before {
  content: "";
  width: clamp(97px, 8.44vw, 162px);
  height: clamp(54px, 4.69vw, 90px);
  background: url(../images/icon-house.webp) no-repeat center center/contain;
}
#reason .section-title span {
  color: #000;
  font-size: clamp(25px, 2.19vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}
#reason .section-title strong {
  color: #15246F;
  font-size: clamp(58px, 5vw, 96px);
  transform: translateY(-0.04em);
}
#reason .section-title strong rt {
  margin: -2rem 0 0.5rem;
  ruby-position: over;
  font-size: 0.28em;
}
#reason .lead {
  margin-bottom: 70px;
  text-align: center;
}
#reason .lead span {
  display: inline-block;
  margin: 0 auto;
  padding: 8px clamp(54px, 4.69vw, 90px) 18px clamp(60px, 5.2vw, 100px);
  border-radius: 10px;
  background: linear-gradient(to bottom, #f2660d 0%, #b3410c 90%, #8c2a13 90%, #8c2a13 100%);
  color: #FFF;
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 600;
  text-align: center;
}
#reason #reason-grid article {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
#reason #reason-grid article:nth-child(odd) figure::before {
  left: calc(clamp(33px, 2.87vw, 55px) / 10);
}
#reason #reason-grid article:nth-child(odd) div {
  margin-right: clamp(50px, 7.3vw, 140px);
}
#reason #reason-grid article:nth-child(even) figure::before {
  right: calc(clamp(33px, 2.87vw, 55px) / 10);
}
#reason #reason-grid article:nth-child(even) div {
  margin-left: clamp(50px, 7.3vw, 140px);
}
#reason #reason-grid article + article {
  margin-top: 70px;
}
#reason #reason-grid article:nth-child(odd) {
  margin-right: calc((100vw - 1200px) / -2);
  padding-right: calc((100vw - 1200px) / 2);
  border-radius: 40px 0 0 40px;
}
#reason #reason-grid article:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: calc((100vw - 1200px) / -2);
  padding-left: calc((100vw - 1200px) / 2);
  border-radius: 0 40px 40px 0;
}
#reason #reason-grid article:nth-child(2) figure::before {
  background-image: url(../images/point-2.webp);
}
#reason #reason-grid article:nth-child(3) figure::before {
  background-image: url(../images/point-3.webp);
}
#reason #reason-grid article:nth-child(4) figure::before {
  background-image: url(../images/point-4.webp);
}
#reason #reason-grid article:nth-child(5) figure::before {
  background-image: url(../images/point-5.webp);
}
#reason #reason-grid article:nth-child(6) figure::before {
  background-image: url(../images/point-6.webp);
}
#reason #reason-grid article:nth-child(7) figure::before {
  background-image: url(../images/point-7.webp);
}
#reason #reason-grid article:nth-child(8) figure::before {
  background-image: url(../images/point-8.webp);
}
#reason #reason-grid article:nth-child(9) figure::before {
  background-image: url(../images/point-9.webp);
}
#reason #reason-grid article:nth-child(10) figure::before {
  background-image: url(../images/point-10.webp);
}
#reason #reason-grid figure {
  flex: 0 0 clamp(240px, 20.83vw, 400px);
  height: clamp(240px, 20.83vw, 400px);
  margin: -40px clamp(28px, 2.6vw, 50px) 40px;
  position: relative;
  z-index: 2;
}
#reason #reason-grid figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: solid 4px #15246F;
}
#reason #reason-grid figure::before {
  content: "";
  position: absolute;
  top: calc(clamp(33px, 2.87vw, 55px) / 10);
  width: clamp(66px, 5.73vw, 110px);
  height: clamp(66px, 5.73vw, 110px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: url(../images/point-1.webp) no-repeat center center/contain;
}
#reason #reason-grid div {
  padding: 2vw 0;
}
#reason #reason-grid div h3 {
  margin-bottom: 30px;
  color: #274E9B;
  font-size: clamp(23px, 1.98vw, 38px);
  font-weight: 800;
  line-height: 1.4;
}
#reason #reason-grid div p span {
  color: #E51535;
}
@media (max-width: 1480px) {
  #reason #reason-grid article:nth-child(odd) {
    margin-right: calc((100vw - 1024px) / -2);
    padding-right: calc((100vw - 1024px) / 2);
  }
  #reason #reason-grid article:nth-child(even) {
    margin-left: calc((100vw - 1024px) / -2);
    padding-left: calc((100vw - 1024px) / 2);
  }
}
@media (max-width: 1200px) {
  #reason #reason-grid article:nth-child(odd) {
    margin-right: calc((100vw - 800px) / -2);
    padding-right: calc((100vw - 800px) / 2);
  }
  #reason #reason-grid article:nth-child(even) {
    margin-left: calc((100vw - 800px) / -2);
    padding-left: calc((100vw - 800px) / 2);
  }
}
@media (max-width: 1024px) {
  #reason {
    padding: 80px 0;
  }
  #reason .inner {
    padding: 0 20px;
  }
  #reason #reason-grid div {
    padding: 0;
  }
  #reason #reason-grid div h3 {
    margin-bottom: 15px;
  }
  #reason #reason-grid article:nth-child(odd) {
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #reason #reason-grid article:nth-child(odd) div {
    margin-right: 40px;
  }
  #reason #reason-grid article:nth-child(even) {
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #reason #reason-grid article:nth-child(even) div {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #reason #reason-grid article:nth-child(odd) {
    padding-bottom: 25px;
    border-radius: 20px 0 0 20px;
  }
  #reason #reason-grid article:nth-child(odd) div {
    margin-right: 0;
  }
  #reason #reason-grid article:nth-child(odd) figure::before {
    width: 70px;
    height: 70px;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
  }
  #reason #reason-grid article:nth-child(even) {
    padding-bottom: 25px;
    border-radius: 0 20px 20px 0;
  }
  #reason #reason-grid article:nth-child(even) div {
    margin-left: 0;
  }
  #reason #reason-grid article:nth-child(even) figure::before {
    width: 70px;
    height: 70px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
  }
  #reason #reason-grid article {
    margin-top: 220px;
    padding: 20px;
    flex-direction: column !important;
  }
  #reason #reason-grid article + article {
    margin-top: 220px;
  }
  #reason #reason-grid figure {
    flex: 0 0 200px;
    height: 200px;
    margin-top: -205px;
    margin-bottom: 10px;
  }
  #reason #reason-grid div h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  #reason #reason-grid div p {
    line-height: 1.65;
  }
  #reason .section-title {
    margin-bottom: 40px;
    letter-spacing: 0;
    gap: 10px;
  }
  #reason .section-title span {
    font-size: 16px;
  }
  #reason .section-title strong {
    font-size: 23px;
  }
  #reason .section-title::before {
    width: 75px;
    height: 42px;
  }
  #reason .lead span {
    font-size: 18px;
    padding: 10px 12px 14px 16px;
  }
}

#award {
  padding: 100px 0 170px;
  overflow: hidden;
}
#award .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 1480px) {
  #award .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
#award .image-area {
  flex: 0 0 70%;
  z-index: 1;
  margin-left: calc((100vw - 1200px) / -2);
}
#award .image-area img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 40px 40px 0;
}
#award .text-area {
  flex: 1;
  background: rgba(245, 246, 248, 0.8);
  padding: 60px clamp(28px, 2.6vw, 50px);
  border-radius: 40px;
  z-index: 2;
  margin-bottom: -70px;
  margin-left: clamp(-72px, -6.25vw, -120px);
  position: relative;
}
#award .text-area h2 {
  font-size: clamp(24px, 2.08vw, 40px);
  color: #333;
  line-height: 1.4;
  margin-bottom: 25px;
}
#award .text-area h2 span {
  background: linear-gradient(transparent 70%, #f7d94c 70%);
}
#award .text-area h2 strong {
  color: #15246F;
  font-size: clamp(36px, 3.13vw, 60px);
}
#award .text-area p {
  line-height: 1.9;
}
#award .text-area img {
  width: clamp(190px, 15.6vw, 300px);
  height: auto;
  position: absolute;
  top: calc((0px - clamp(190px, 15.6vw, 300px)) / 1.25);
  right: 5%;
}
@media (max-width: 1480px) {
  #award .image-area {
    margin-left: calc((100vw - 1024px) / -2);
  }
}
@media (max-width: 1200px) {
  #award .image-area {
    margin-left: calc((100vw - 800px) / -2);
  }
  #award .text-area {
    margin-left: -7vw;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 1024px) {
  #award {
    padding: 80px 0 170px;
  }
}
@media (max-width: 820px) {
  #award .image-area {
    margin-left: calc((100vw - 768px) / -2);
  }
  #award .text-area {
    margin-left: -30vw;
  }
}
@media (max-width: 768px) {
  #award .text-area {
    margin-left: -38vw;
  }
}
@media (max-width: 767px) {
  #award {
    padding: 70px 0 150px;
  }
  #award .inner {
    flex-direction: column;
  }
  #award .image-area {
    margin-left: 0;
  }
  #award .text-area {
    margin-top: -40px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 17px;
    padding-bottom: 25px;
    padding-left: 17px;
    border-radius: 20px;
  }
  #award .text-area img {
    width: 30vw;
    margin: 0 auto;
    top: -15vw;
    right: 0;
    left: 0;
  }
  #award .text-area h2 {
    font-size: 18px;
  }
  #award .text-area h2 strong {
    font-size: 30px;
  }
}

#works {
  padding: 120px 0;
  background: url(../images/bg-work.webp) no-repeat center center/cover;
}
#works .inner + .inner {
  margin-top: 120px;
}
#works .title-en {
  opacity: 0.5;
}
#works .title-jp {
  margin-right: clamp(50px, 7.3vw, 140px);
  margin-left: clamp(50px, 7.3vw, 140px);
  color: #FFF;
}
#works .title-jp::before {
  width: 100%;
  background-color: #FFF;
}
#works #works-grid {
  padding: 0 clamp(50px, 7.3vw, 140px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 2.6vw, 50px);
}
#works #works-grid article {
  width: calc((100% - clamp(28px, 2.6vw, 50px)) / 2);
  background-color: #FFF;
}
#works #works-grid article .image {
  position: relative;
}
#works #works-grid article .image .price-up {
  width: clamp(100px, 8.85vw, 170px);
  height: clamp(100px, 8.85vw, 170px);
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 300px;
  background-color: rgba(181, 127, 6, 0.8);
  color: #FFF;
  font-size: clamp(18px, 1.88vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
#works #works-grid article .image .price-up span span {
  font-size: 0.7em;
}
#works #works-grid article .image .note {
  color: #FFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 25px;
  right: 25px;
}
#works #works-grid article .content {
  padding: 30px;
}
#works #works-grid article .content .title {
  color: #15246F;
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 600;
  line-height: 1.25;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
}
#works #works-grid article .content .price {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#works #works-grid article .content .price-other, #works #works-grid article .content .price-our {
  width: 40%;
  padding: 20px 0;
  border: solid 2px #204BAB;
  color: #15246F;
  font-size: clamp(16px, 1.35vw, 26px);
  line-height: 1.2;
  text-align: center;
}
#works #works-grid article .content .price-other strong, #works #works-grid article .content .price-our strong {
  color: #000;
  font-size: 1.7em;
  display: block;
}
#works #works-grid article .content .price-other strong span, #works #works-grid article .content .price-our strong span {
  font-size: 0.55em;
}
#works #works-grid article .content .price-other {
  order: 1;
}
#works #works-grid article .content .price-our {
  background-color: #AF1329;
  border-color: #AF1329;
  color: #FFF;
  order: 3;
}
#works #works-grid article .content .price-our strong {
  color: #FFF;
}
#works #works-grid article .content .price::before {
  content: "";
  width: clamp(13px, 1.04vw, 20px);
  height: clamp(52px, 4.43vw, 85px);
  background: url(../images/arrow-right.webp) no-repeat center center/contain;
  order: 2;
}
#works #review-list {
  padding: 80px clamp(50px, 7.3vw, 140px);
  background-color: rgba(237, 237, 237, 0.6);
  border-radius: 40px;
  display: flex;
  gap: clamp(20px, 1.56vw, 30px);
}
#works #review-list .review-item {
  width: calc((100% - clamp(20px, 1.56vw, 30px) * 2) / 3);
  padding: 40px 20px;
  background-color: #FFF;
}
#works #review-list .review-item h3 {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.3vw, 25px);
  color: #204BAB;
  font-weight: 600;
  line-height: 1.35;
}
#works #review-list .review-item .user-name {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  #works #review-list .review-item {
    padding: 30px 15px;
  }
}
@media (max-width: 820px) {
  #works #works-grid article .content .price-other strong,
  #works #works-grid article .content .price-our strong {
    font-size: 1.25em;
  }
  #works #works-grid article .content .price-other,
  #works #works-grid article .content .price-our {
    padding: 10px 0;
  }
  #works #review-list .review-item {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  #works {
    padding: 70px 0;
  }
  #works .inner + .inner {
    margin-top: 70px;
  }
  #works .title-jp {
    margin-right: 0;
    margin-left: 0;
  }
  #works #works-grid {
    padding: 0;
    gap: 20px;
  }
  #works #works-grid article {
    width: 100%;
  }
  #works #works-grid article .image {
    height: 57vw;
    overflow: hidden;
  }
  #works #works-grid article .image img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
  }
  #works #works-grid article .content {
    padding: 15px 17px 17px;
  }
  #works #works-grid article .content .title {
    font-size: 17px;
    letter-spacing: 0;
  }
  #works #works-grid article .content .price {
    margin-top: 15px;
  }
  #works #works-grid article .content .price::before {
    width: 10px;
    height: 40px;
  }
  #works #works-grid article .content .price-other,
  #works #works-grid article .content .price-our {
    width: 42%;
    font-size: 16px;
    letter-spacing: 0;
  }
  #works #review-list {
    padding: 30px 25px;
    border-radius: 20px;
    flex-direction: column;
  }
  #works #review-list .review-item {
    width: 100%;
  }
  #works #review-list .review-item .user-name {
    font-size: 15px;
  }
}

#area {
  padding: 100px 0 400px;
  position: relative;
}
#area .inner {
  position: relative;
}
#area .inner figure {
  position: absolute;
  right: calc(0px - clamp(50px, 7.3vw, 140px));
  bottom: -300px;
  z-index: -1;
}
#area .inner figure img {
  width: clamp(624px, 54.16vw, 1040px);
  height: auto;
}
#area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-case.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.24;
  z-index: -1;
}
#area .title-en {
  margin-bottom: -0.4em;
  padding: 0 clamp(50px, 7.3vw, 140px);
  color: #C8D0E4;
  text-align: left;
  line-height: 1.5;
}
#area .double {
  margin-bottom: 70px;
  padding: 0 clamp(20px, 7.3vw, 140px) 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(42px, 3.85vw, 70px);
  position: relative;
}
#area .double::before {
  content: "";
  width: calc(100% - clamp(50px, 7.3vw, 140px) * 2);
  height: 4px;
  background-color: #274E9B;
  position: absolute;
  left: clamp(50px, 7.3vw, 140px);
  bottom: 0;
}
#area .double .section-title {
  font-size: clamp(24px, 2.08vw, 40px);
}
#area .double .section-title strong {
  color: #274E9B;
  font-size: 1.75em;
}
#area .double p {
  font-size: clamp(16px, 1.25vw, 24px);
}
#area .area-content {
  padding: 0 clamp(50px, 7.3vw, 140px);
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
#area .area-content li {
  width: 236px;
  padding: 20px 0;
  background-color: #FFF;
  border: solid 4px #274E9B;
  border-radius: 13px;
  color: #15246F;
  font-size: clamp(19px, 1.56vw, 30px);
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
#area .area-content.second {
  max-width: 800px;
  margin-top: 25px;
}
@media (max-width: 1700px) {
  #area .inner figure {
    right: 40px;
  }
}
@media (max-width: 1024px) {
  #area .area-content {
    gap: 20px;
  }
  #area .area-content li {
    width: 200px;
    padding: 15px 0;
  }
  #area .area-content.second {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  #area .area-content li {
    width: 170px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  #area {
    padding: 60px 0 270px;
  }
  #area .inner figure {
    right: 5px;
    bottom: -200px;
  }
  #area .title-en {
    padding: 0;
    text-align: center;
  }
  #area .double {
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  #area .double .section-title {
    font-size: 22px;
  }
  #area .double::before {
    display: none;
  }
  #area .area-content {
    padding: 0;
    gap: 6px;
  }
  #area .area-content.second {
    max-width: 80%;
    margin-top: 6px;
  }
  #area .area-content li {
    width: 100px;
    padding: 7px 0;
    font-size: 15px;
    border-width: 3px;
    border-radius: 8px;
  }
}

#footer .footer-bg {
  padding: 80px 0 100px;
  background: url(../images/bg-footer.webp) no-repeat center center/cover;
}
#footer .inner {
  color: #FFF;
  text-align: center;
}
#footer .phone-num {
  font-size: clamp(45px, 4.27vw, 82px);
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(12px, 1.04vw, 20px);
}
#footer .phone-num::before {
  content: "";
  width: clamp(62px, 5.57vw, 107px);
  height: clamp(40px, 3.59vw, 69px);
  margin-top: 0.1em;
  background: url(../images/icon-freedial.webp) no-repeat center center/contain;
}
#footer .phone-num a {
  display: block;
  text-align: left;
}
#footer .phone-num a span {
  display: block;
  margin: 0.5em 0 0 -0.5em;
  font-size: 0.458em;
  font-weight: 500;
}
#footer .company-info {
  margin: 50px auto 0;
  line-height: 1.6;
  color: #FFF;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 25px;
  border: solid 1px #fff;
  box-sizing: border-box;
}
#footer .company-info dt {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}
#footer .company-info dt::after {
  content: "：";
}
#footer .company-info dt br {
  display: none;
}
#footer .company-info dd {
  margin: 0;
  font-weight: 500;
  text-align: left;
}
#footer .company-info dd a[href^="tel:"] {
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s;
}
#footer .company-info dd a[href^="tel:"]:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#footer .company-info dd br {
  display: none;
}
#footer .twin-btn {
  margin-top: 50px;
  justify-content: center;
  gap: clamp(19px, 1.56vw, 30px);
  display: none;
}
#footer .twin-btn i {
  font-style: normal;
}
#footer .twin-btn a.link-form::after {
  background-image: url(../images/icon-up.webp);
}
#footer .twin-btn a:hover::after {
  transform: translateY(-5px);
}
#footer .copy {
  font-size: clamp(21px, 1.82vw, 35px);
  font-weight: 600;
}
#footer .copy strong {
  font-size: 1.7em;
  font-weight: 600;
}
#footer #site-logo {
  margin: 20px 0;
}
#footer #site-logo img {
  width: clamp(225px, 29.17vw, 560px);
}
#footer #copyright {
  padding: 50px 0;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  #footer .twin-btn {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(2px);
  }
  #footer .twin-btn a {
    width: 300px;
    justify-content: center;
  }
  #footer .twin-btn a.link-form::after {
    width: clamp(35px, 4vw, 40px);
    height: clamp(35px, 4vw, 40px);
  }
  #footer #copyright {
    padding: 50px 0 185px;
    background-color: #35394D;
    color: #FFF;
  }
}
@media (max-width: 767px) {
  #footer .footer-bg {
    background-position: left 33% center;
  }
  #footer .copy {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.55;
  }
  #footer .copy strong {
    display: block;
    font-size: 27px;
  }
  #footer .phone-num {
    font-size: 30px;
    gap: 8px;
  }
  #footer .phone-num a span {
    font-size: 15px;
  }
  #footer .phone-num::before {
    width: 50px;
    height: 30px;
  }
  #footer .company-info {
    margin-top: 40px;
    padding: 20px;
    gap: 10px 12px;
    font-size: 14px;
  }
  #footer .company-info dt::after {
    display: none;
  }
  #footer .company-info dt br {
    display: block;
  }
  #footer .company-info dt span {
    display: none;
  }
  #footer .company-info dd br {
    display: block;
  }
  #footer .twin-btn {
    padding: 15px;
    gap: 15px;
    opacity: 0;
    pointer-events: none;
    transition: 1s opacity ease;
  }
  #footer .twin-btn a {
    width: 50%;
    height: 60px;
    padding: 0 10px;
    justify-content: center;
  }
  #footer .twin-btn a.sns-line {
    padding: 0 10px;
  }
  #footer .twin-btn a.sns-line::before {
    width: 32px;
    height: 32px;
  }
  #footer .twin-btn i {
    display: none;
  }
  #footer .twin-btn.isActive {
    opacity: 1;
    pointer-events: all;
  }
  #footer #copyright {
    padding: 20px 0 115px;
    background-color: #35394D;
    color: #FFF;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */