@charset "UTF-8";
body {
  background-color: #f6faff;
}

.wrapper {
  max-width: 860px;
  width: 100%;
  max-width: 860px;
  aspect-ratio: 430/164; /* 画像の元サイズ比率 */
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header {
  padding: 20px 0;
  text-align: center;
  border-top: 1.16vw solid #0062B1;
}

.header-logo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  width: 55%;
  height: auto;
  display: block;
}

.kv {
  text-align: center;
  width: 100%;
  padding-top: 7%;
  background-image: url(../image/kv-bg.webp);
  background-size: 110% auto;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.kv-title {
  padding: 0 3%;
  position: relative;
  padding-bottom: 6%;
}
.kv-title img {
  width: 100%;
}

.badge {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #0062B1 50%, #0062B1 100%);
}
.badge figure {
  width: 100%;
}
.badge figure img {
  width: 100%;
  display: block;
}

.kv-text {
  padding: 4% 6% 6%;
  background-color: #0062B1;
  text-align: left;
}
.kv-text p {
  font-size: clamp(18px, 4vw, 36px);
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
}
.kv-text .copy {
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 6%;
  margin-top: 4%;
}
.kv-text .copy small {
  font-size: clamp(24px, 4vw, 48px);
}

.lisk {
  padding: 10% 3%;
}
.lisk__inner {
  border: 1px solid #0062B1;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
}
.lisk img {
  width: 100%;
}
.lisk__title {
  position: relative;
}
.lisk__title h2 {
  width: 70%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  z-index: 10;
  margin: 0 auto;
  background-color: #fff;
}
.lisk__sub-title {
  margin: 2% auto;
  position: relative;
  z-index: 10;
  width: 90%;
}
.lisk__list {
  background-color: #E3E3E3;
  transform: translate(0, -15%);
  padding: 25% 8% 6%;
  list-style: none;
  margin: 10% 0 0;
}
.lisk__list li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1.5em;
  line-height: 1.2;
  font-size: clamp(1.25rem, 4vw, 46px);
  color: #333;
}
.lisk__list li::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("../image/checkbox.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.lisk__list li span {
  display: inline;
  color: #e53935;
  background: linear-gradient(transparent 60%, #fff700 60%, #fff700 100%);
  font-weight: bold;
  padding: 0 0.1em;
}
.lisk__list li small {
  display: block;
  font-size: 0.9em;
  color: #666;
  margin-top: 0.2em;
}
.lisk__arrow {
  width: 3%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -40%);
  left: 50%;
  right: 50%;
  margin: 0 auto;
}
.lisk__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.problem {
  padding: 10% 3%;
}
.problem__inner {
  border: 1px solid #0062B1;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
}
.problem img {
  width: 100%;
}
.problem__title {
  position: relative;
}
.problem__title h2 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  z-index: 10;
  margin: 0 auto;
  background-color: #fff;
}
.problem__sub-title {
  margin: 2% auto;
  position: relative;
  z-index: 10;
  width: 90%;
}
.problem__list {
  counter-reset: mondai;
  list-style: none;
  padding: 0;
  margin: 10% 0 0 0;
}
.problem__list .problem__list__item {
  counter-increment: mondai;
  background: #fffbe6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
  padding: 10% 6%;
}
.problem__list .problem__list__item section {
  width: 100%;
}
.problem__list .problem__list__item .problem__list__item__title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  border-bottom: 0.45vw solid black;
}
.problem__list .problem__list__item .problem__list__item__title h4 {
  font-size: clamp(2rem, 4vw, 64px);
  font-weight: bold;
  color: #222;
  margin: 0 0 0 1%;
  display: inline-block;
}
.problem__list .problem__list__item .problem__list__item__title::before {
  content: "問題" counter(mondai, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b71c1c;
  font-weight: 400;
  color: #fff;
  font-size: clamp(16px, 4vw, 32px);
  width: clamp(80px, 16vw, 160px);
  height: clamp(40px, 8vw, 80px);
  letter-spacing: 0.05em;
  margin-right: 0.5em;
  text-align: center;
}
.problem__list .problem__list__item figure {
  margin: 6% 0;
}
.problem__list .problem__list__item figure img {
  width: 100%;
  display: block;
}
.problem__list .problem__list__item .problem__list__item__subtitle h5 {
  background: #b71c1c;
  color: #fff;
  font-size: clamp(21px, 4vw, 42px);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  margin: 0 0 12px 0;
  position: relative;
}
.problem__list .problem__list__item .problem__list__item__subtitle h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b71c1c;
}
.problem__list .problem__list__item .problem__list__item__list {
  list-style: none;
  padding: 0;
  margin-top: 10%;
}
.problem__list .problem__list__item .problem__list__item__list li {
  margin-bottom: 14%;
}
.problem__list .problem__list__item .problem__list__item__list li:last-child {
  margin-bottom: 0;
}
.problem__list .problem__list__item .problem__list__item__list li .problem__list__item__list__item__title h6 {
  position: relative;
  padding-left: 14%;
  margin-bottom: 5%;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(21px, 4vw, 52px);
  color: black;
}
.problem__list .problem__list__item .problem__list__item__list li .problem__list__item__list__item__title h6::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("../image/checkbox.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.problem__list .problem__list__item .problem__list__item__list li .problem__list__item__list__item__title h6 span {
  display: inline;
  color: black;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff700 60%, #fff700 100%);
  padding: 0 0.1em;
}
.problem__list .problem__list__item .problem__list__item__list li .problem__list__item__list__item__text p {
  margin: 0;
  font-size: clamp(16px, 4vw, 32px);
  color: black;
  line-height: 1.7;
  font-weight: 400;
}

.icon {
  display: flex;
  align-items: center;
  border: 2px solid #f5b48a;
  background: #fff8e1;
  padding: 16px 20px;
  margin: 24px 0 0;
  position: relative;
}
.icon::before {
  content: "";
  display: inline-block;
  width: min(10vw, 80px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../image/icon.svg") no-repeat center/contain;
  margin-right: 16px;
  flex-shrink: 0;
}
.icon p {
  color: #b71c1c;
  font-weight: 600;
  font-size: clamp(16px, 4vw, 32px);
  margin: 0;
  line-height: 1.7;
}

.cta__title h2 {
  width: 100%;
}
.cta__title h2 img {
  width: 100%;
}
.cta__title figure {
  width: 70%;
  margin: 0 auto;
  padding: 6% 0;
}
.cta__title figure img {
  width: 100%;
}
.cta__img {
  width: 100%;
}
.cta__img img {
  width: 100%;
}
.cta__inner {
  width: 100%;
  margin: 0 auto;
  padding: 14% 6% 6%;
  background-color: #D9E8F4;
}
.cta__inner__box {
  width: 100%;
  background-color: #fff;
  border: solid 1px #0062B3;
  position: relative;
  padding: 3% 6% 6%;
}
.cta__sub-title {
  position: relative;
  z-index: 10;
  transform: translate(0%, -48%);
  margin: 0 auto;
}
.cta__sub-title figure {
  width: 80%;
  margin: 0 auto;
}
.cta__sub-title figure img {
  width: 100%;
}
.cta__list li {
  position: relative;
  padding-left: 14%;
  margin-bottom: 5%;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1rem, 4vw, 36px);
  color: black;
}
.cta__list li::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("../image/checkbox-g.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.cta__list li span {
  display: inline;
  color: black;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff700 60%, #fff700 100%);
  padding: 0 0.1em;
}

.cta__btn {
  background-color: #F5F2EA;
  padding: 10% 6%;
}
.cta__btn__otehr {
  width: 100%;
  margin: 0 auto;
  padding: 6% 0;
}
.cta__btn__otehr img {
  width: 100%;
}
.cta__btn__inner {
  width: 100%;
  margin: 0 auto;
}
.cta__btn__title {
  width: 100%;
}
.cta__btn__title h3 {
  width: 100%;
}
.cta__btn__title h3 img {
  width: 100%;
}
.cta__btn__text {
  width: 100%;
  margin: 5% auto 15%;
}
.cta__btn__text p {
  font-size: clamp(12px, 4vw, 24px);
  line-height: 1.5;
  color: #333;
}
.cta__btn__sections {
  width: 100%;
  background-color: #fff;
  padding: 0 6% 10%;
  border-radius: 0.75rem;
  margin: 0;
}
.cta__btn__sections__inner {
  width: 100%;
}
.cta__btn__sections__title {
  position: relative;
  z-index: 10;
  transform: translate(0%, -50%);
  margin: 0 auto;
}
.cta__btn__sections__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b71c1c;
}
.cta__btn__sections__title h4 {
  font-size: clamp(1rem, 4vw, 36px);
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #b71c1c;
  padding: 5% 0;
}
.cta__btn__sections__text p {
  font-size: clamp(12px, 4vw, 18px);
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.cta__btn__sections__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 8px auto;
}
.cta__btn__sections__phone a {
  display: flex;
  align-items: center;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: bold;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.cta__btn__sections__phone a::before {
  content: "";
  display: inline-block;
  width: clamp(36px, 6vw, 56px);
  height: clamp(24px, 4vw, 36px);
  background: url("../image/cta-phone.png") no-repeat center/contain;
  margin-right: 12px;
  vertical-align: middle;
  flex-shrink: 0;
}
.cta__btn__sections__phone span {
  display: block;
  text-align: center;
  color: #bbb;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.cta__btn__sections__line {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.cta__btn__sections__line a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #1ABB03;
  color: #fff;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  padding: 5% 0;
  box-shadow: 0 6px 0 #0d8f00;
  transition: filter 0.2s, box-shadow 0.2s;
  position: relative;
}
.cta__btn__sections__line a:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 0 #0d8f00;
}
.cta__btn__sections__line a::before {
  content: "";
  display: inline-block;
  width: clamp(32px, 5vw, 48px);
  height: clamp(32px, 5vw, 48px);
  background: url("../image/cta-line.png") no-repeat center/contain;
  margin-right: 0;
  vertical-align: middle;
  flex-shrink: 0;
}
.cta__btn__sections__form {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.cta__btn__sections__form a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #FF9F05;
  color: #fff;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  padding: 5% 0;
  box-shadow: 0 6px 0 #C76400;
  transition: filter 0.2s, box-shadow 0.2s;
  position: relative;
}
.cta__btn__sections__form a:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 0 #C76400;
}
.cta__btn__sections__form a::before {
  content: "";
  display: inline-block;
  width: clamp(32px, 5vw, 48px);
  height: clamp(32px, 5vw, 48px);
  background: url("../image/cta-form.png") no-repeat center/contain;
  margin-right: 0;
  vertical-align: middle;
  flex-shrink: 0;
}

.case {
  width: 100%;
}
.case__header {
  width: 100%;
  height: clamp(300px, 6vw, 600px);
  background-image: url("../image/case-bg.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 10% 0 60%;
  position: relative;
  margin-bottom: 10%;
}
.case__header h2 {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.case__header h2 img {
  width: 84%;
}
.case__list {
  padding: 10% 6% 0;
}
.case__list__inner {
  width: 100%;
}
.case__list__item {
  width: 100%;
  border: 1px solid #0062B3;
  position: relative;
  padding: 3%;
  position: relative;
  margin-bottom: 16%;
}
.case__list__item:last-child {
  margin-bottom: 0;
}
.case__list__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
  transform: translate(0%, -20%);
  margin-bottom: -20px;
}
.case__list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__list__item__inner {
  width: 100%;
  background-color: #FFF8E6;
  padding: 6%;
}
.case__list__item__text h3 {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: bold;
}
.case__list__item__detail {
  display: flex;
  align-items: stretch;
  background: #fff8e1;
  border-radius: 0;
  border: none;
  margin-top: 10%;
  padding: 0;
  min-height: 100px;
  box-sizing: border-box;
  width: 100%;
}
.case__list__item__detail dt {
  background: #0062b1;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 21px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 0 12px;
  text-align: center;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
}
.case__list__item__detail dd {
  border: 1px solid #0062B3;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 2vw, 24px);
  color: #222;
  margin: 0;
  padding: 3%;
  width: 70%;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: 400;
  background: none;
}

.safe {
  width: 100%;
}
.safe__title {
  width: 100%;
  position: relative;
  z-index: 10;
  transform: translate(0%, 10%);
}
.safe__title h2 {
  width: 100%;
}
.safe__title h2 img {
  width: 100%;
}
.safe__text {
  width: 100%;
  background-color: #FFF8E6;
  position: relative;
  padding: 6% 6% 6%;
  text-align: center;
}
.safe__text p {
  font-size: clamp(15px, 3vw, 28px);
  line-height: 1.6;
  font-weight: 600;
  color: black;
}
.safe__text p span {
  color: #c70d0a;
  background: linear-gradient(transparent 60%, #fff700 60%, #fff700 100%);
}

.faq {
  width: 100%;
  padding: 10% 6%;
  background: linear-gradient(to bottom, #D0E4EF 0%, #fff 100%);
  position: relative;
}
.faq__inner {
  width: 100%;
}
.faq__inner img {
  width: 100%;
}
.faq__header {
  width: 100%;
  position: relative;
  z-index: 10;
  transform: translate(0%, 10%);
}
.faq__list {
  width: 100%;
  position: relative;
  z-index: 0;
}

.faq__list__item {
  background: white;
  padding: 10% 6%;
  margin-bottom: 6%;
}
.faq__list__item .faq__list__item__title {
  margin-bottom: 8px;
}
.faq__list__item .faq__list__item__title h3 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: bold;
  margin: 0;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}
.faq__list__item .faq__list__item__title:first-of-type h3 {
  background: #19c100;
  color: #fff;
}
.faq__list__item .answer h3 {
  background: #eaffea;
  color: #19c100;
  border: 1px solid #1ABB03;
}
.faq__list__item .faq__list__item__text {
  margin-bottom: 12px;
}
.faq__list__item .faq__list__item__text p {
  font-size: clamp(16px, 2vw, 24px);
  color: #222;
  margin: 0;
  line-height: 1.7;
  font-weight: 500;
}

.service {
  width: 100%;
}
.service__title {
  width: 100%;
}
.service__title h2 {
  width: 100%;
}
.service__title h2 img {
  width: 100%;
}
.service__text {
  width: 100%;
}
.service__text p {
  width: 84%;
  text-align: left;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  color: #222;
  line-height: 1.7;
  margin: 5% auto;
}
.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.service__list__item {
  padding: 10% 6%;
}
.service__list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  transition: filter 0.2s;
}
.service__list__item a:hover {
  filter: brightness(0.95);
}
.service__list__item figure {
  width: 100%;
  height: 100%;
  margin: 0 0 12px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__list__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service__list__item p {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  letter-spacing: 0.02em;
}

.company figure {
  width: 100%;
}
.company figure img {
  width: 100%;
}
.company .company__title {
  width: 100%;
}
.company .company__title h2 {
  width: 100%;
}
.company .company__title h2 img {
  width: 100%;
}
.company .company__text {
  width: 100%;
  padding: 24px 0;
  background: none;
  margin: 0 auto;
}
.company .company__text dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 16px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 0 6%;
}
.company .company__text dt {
  background: #fff;
  color: #222;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 24px);
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 8px;
  text-align: left;
  min-width: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.company .company__text dd {
  color: #222;
  font-size: clamp(16px, 2vw, 24px);
  padding: 6px 0 6px 0;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.7;
  background: none;
  display: block;
}
.company .company__cta {
  width: 84%;
  padding: 24px 0;
  background: none;
  margin: 0 auto;
}
.company .company__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #0062B1;
  color: #fff;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  padding: 5% 0;
  box-shadow: 0 6px 0 #003560;
  transition: filter 0.2s, box-shadow 0.2s;
  position: relative;
}
.company .company__cta a:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 0 #003560;
}

footer {
  padding: 10% 6%;
  border-top: 1px solid #ccc;
  margin-top: 10%;
  text-align: center;
}
footer figure {
  width: 80%;
  margin: 0 auto;
}
footer figure img {
  width: 100%;
}
footer p {
  font-size: clamp(14px, 2vw, 24px);
}

.auto-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 0;
}
.auto-footer ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.auto-footer__item {
  flex: 1;
  text-align: center;
  position: relative;
}
.auto-footer__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #ddd;
}
.auto-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px;
  color: #333;
  text-decoration: none;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: bold;
  transition: all 0.3s ease;
}
.auto-footer a i {
  font-size: clamp(20px, 3vw, 24px);
  margin-bottom: 4px;
  color: #0066cc;
}
.auto-footer a span {
  margin-top: 2px;
}
.auto-footer a:hover {
  opacity: 0.7;
}

main {
  padding-bottom: 70px;
}