@charset "utf-8";
/* reset */
 *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
	all: unset;
	display: revert;
	box-sizing: border-box;
}
* {
	margin: 0;
}
*::before,
*::after {
	box-sizing: border-box;
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	    text-size-adjust: none;
			scroll-behavior: smooth;
}
a, button {
	cursor: revert;
}
ol, ul, menu, summary {
	list-style: none;
}
img {
	width: 100%;
  height: auto;
  vertical-align: middle;
	object-fit: cover;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	box-sizing: border-box;
}
input, textarea {
	-webkit-user-select: auto;
}
textarea {
	white-space: revert;
}
meter {
	-webkit-appearance: revert;
	-moz-appearance: revert;
	     appearance: revert;
}
:where(pre) {
	all: revert;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: unset;
}
::-moz-placeholder {
	color: unset;
}
:-ms-input-placeholder {
	color: unset;
}
::-ms-input-placeholder {
	color: unset;
}
::placeholder {
	color: unset;
}
:where([hidden]) {
	display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}
:where([draggable="true"]) {
	-webkit-user-drag: element;
}
:where(dialog:modal) {
	all: revert;
	box-sizing: border-box;
}

/* layout */
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #161616;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.5;
}
.js-fixed {
  height: 100%;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 2px solid #161616;
}
.pc_none {
	display: none;
}
.pc_none_s {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
}
@media screen and (max-width: 428px) {
	.sp_none_s {
		display: none;
	}
	.pc_none_s {
		display: block;
	}
}
.l-wrap {
  position: relative;
  width: 100%;
}
.l-wrap.js-shadow {
  position: relative;
}
.l-wrap.js-shadow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-inner,
.l-innerS {
  width: 92%;
  margin-inline: auto;
}
.l-inner {
  max-width: 1200px;
}
.l-innerS {
  max-width: 1000px;
}

.l-bg__main {
  background-color: #fff;
}
.l-bg__primary {
  background: #152751;
}
.l-bg__primary-gd {
  background: linear-gradient(10deg, #152751 0%, #485a83 100%);
}
.l-bg__secondary {
  background-color: #eef4fa;
}
.l-bg__tertiary {
  background-color: #f0f0f0;
}
.l-bg__quaternary {
  background-color: #fffaf6;
}

.l-button__primary,
.l-button__secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(395px,100%);
  height: 3em;
  padding: 0 1.5em;
  border-radius: 1.5em;
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 700;
}
.l-button__primary {
  background: #FF7612;
  background: linear-gradient(0deg, #FF7612 50%, #FF8933 50%);
  color: #fff;
}
.l-button__primary-icon {
  column-gap: 0.5em;
}
.l-button__primary-icon::before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_mail.png) no-repeat center center / 
  contain;
}
.l-header__button.l-button__primary {
  height: 2.6em;
  font-size: clamp(16px, 1.25vw, 18px);
}
.l-button__secondary {
  background: #E6EEF6;
  background: linear-gradient(0deg, #E6EEF6 50%, #fff 50%);
  color: #152751;
}
.l-button__secondary .l-tel__link::before {
  width: clamp(22px, 2.22vw, 32px);
  height: 100%;
  background: url(../images/icon_tel.png) no-repeat center center / contain;
}
.l-button__secondary .l-tel__link-text {
  font-size: clamp(22px, 1.94vw, 28px);
}
.l-button__secondary .l-tel__link-time {
  font-size: max(12px,0.52em);
  font-weight: 500;
}


.l-header {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  padding: 0.8em 2%;
  top: 0;
  left: 0;
  z-index: 5;
}
.l-header.js-shadow {
  background: #999999;
}
.l-header__inner {
  display: grid;
  grid-template-columns: min(242px,28%) 1fr;
  column-gap: 2%;
  align-items: center;
}
.l-nav__wrap {
  display: grid;
  grid-template-columns: repeat(2,auto);
  gap: 0.5em 3%;
  justify-content: flex-end;
  align-items: center;
}
.l-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em 1.2em;
  width: 100%;
}
.l-nav__item {
  width: fit-content;
}
.l-nav__link {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
}
.l-nav__link.l-nav__link-current {
  color: #152751;
  border-bottom: 2px solid #152751;
}
@media (any-hover: hover) {
  .l-nav__link:hover {
    border-bottom: 2px solid #161616;
  }
  .l-nav__link.l-nav__link-current:hover {
    border-bottom: none;
    transition: border-bottom 0.3s ease-in-out;
  }
}
.l-header__button-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 0.5em;
}
.l-tel__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: center;
  column-gap: 0.4em;
}
.l-tel__link::before {
  content: '';
  display: block;
  width: clamp(36px, 2.92vw, 42px);
  height: 100%;
  background: url(../images/header_tel_icon.png) no-repeat center center / contain;
}
.l-tel__link-text {
  display: flex;
  flex-direction: column;
  font-size: clamp(20px, 1.81vw, 26px);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.l-tel__link-time {
  font-size: max(10px,0.46em);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
.l-cta__button-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
  gap: 1.2em 5%;
  max-width: 830px;
  margin-inline: auto;
}

/* l-main */
.l-main {
  margin: 4.8em 0 0;
}

/* footer */
.l-footer__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3.8em 10%;
  padding: 4.38em 0;
  color: #fff;
}
.l-footer__logo {
  display: block;
  width: min(352px,100%);
}
.l-footer__access-block {
  margin: 2.69em 0 0;
}
.l-footer__access-link {
  display: block;
  width: fit-content;
  padding: 0 0.7em 0 0;
  font-weight: 700;
  position: relative;
}
.l-footer__access-link::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer__access-link::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-52%) rotate(45deg);
}
@media (any-hover: hover) {
  .l-footer__access-link:hover::before {
    background-color: initial;
  }
}
.l-footer__access-fax {
  padding: 1em 0 0;
}
.l-footer__button-wrap {
  display: grid;
  grid-template-columns: repeat(2,auto);
  align-items: center;
  column-gap: 1em;
  width: fit-content;
  margin: 2.5em 0 0;
}
.l-footer__button-wrap .l-tel__link::before {
  background-image: url(../images/footer_tel_icon.png);
}
.l-footer__button.l-button__primary {
  height: 2.6em;
  font-size: clamp(16px, 1.25vw, 18px);
}
.l-footer__nav-item:not(:first-child) {
  margin: 0.8em 0 0;
}
.l-footer__nav-link {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
}
.l-footer__nav-link-current {
  border-bottom: 2px solid #fff;
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    border-bottom: 2px solid #fff;
  }
  .l-footer__nav-link-current:hover {
    border-bottom: none;
    transition: border-bottom 0.3s ease-in-out;
  }
}
.l-footer__copy {
  padding: 0.4em 4%;
  background-color: #161616;
}
.l-footer__copy-text {
  font-size: clamp(12px, 0.97vw, 14px);
  color: #fff;
  text-align: center;
}







.l-title__main-text,
.l-title__secondary-text {
  display: block;
  margin-bottom: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #152751;
}
.l-title__main-text {
  font-size: clamp(28px, 2.78vw, 40px);
}
.l-title__secondary-text {
  font-size: clamp(22px, 2.22vw, 32px);
}

.l-title__accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.2em;
}
.l-title__accent::after {
  content: '';
  display: block;
  width: clamp(28px, 2.78vw, 40px);
  height: 4px;
  margin-inline: auto;
  background: linear-gradient(90deg, #FF7612 50%, #FF8933 50%);
}

.l-title__sbstyle {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  width: fit-content;
  margin-inline: auto;
  font-size:  clamp(28px, 2.78vw, 40px);
  font-weight: 700;
  color: #152751;
  letter-spacing: 0.05em;
}
.l-title__sbstyle::before,
.l-title__sbstyle::after {
  content: "";
  width: 3px;
  height: 1.2em;
  background-color: #152751;
  margin: 0.3em auto 0;
}
.l-title__sbstyle::before {
  transform: rotate(-30deg);
}
.l-title__sbstyle::after {
  transform: rotate(30deg);
}

.l-title__bb {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(22px, 1.94vw, 28px);
  font-weight: 700;
  text-align: center;
}
.l-title__bb-text {
  padding: 0 0 0.2em;
  background: linear-gradient(180deg, transparent 0%, transparent 92%, #ff8933 92%, #ff8933 100%);
}

.l-title__bubble {
  padding: 0.4em 4% 0.95em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.45em), calc(50% + 0.4em) calc(100% - 0.45em), 50% 100%, calc(50% - 0.4em) calc(100% - 0.45em), 0 calc(100% - 0.45em));
}
.l-title__bubble.l-bg__primary-gd {
  color: #fff;
}

.l-common__text,
.l-common__text-thin,
.l-common__text-bold {
  font-size: clamp(16px, 1.39vw, 20px);
  line-height: 1.8;
}
.l-common__text {
  font-weight: 500;
}
.l-common__text-thin {
  font-weight: 400;
}
.l-common__text-bold {
  font-weight: 700;
}
.l-common__text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* common */
.p-contents__arrow {
  position: relative;
}
.p-contents__arrow::after {
  content: '';
  display: block;
  width: 11.7em;
  height: 3.56em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #152751;
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.p-check__item {
  width: max-content;
  padding-left: 2em;
  background: url(../images/icon_check.png) no-repeat left top / 1.8em;
}
.p-check__item:not(:first-child) {
  margin-top: 1em;
}

.p-num__box {
  position: relative;
}
.p-num__text {
  display: block;
  width: 3.3em;
  height: 3.3em;
  padding: 0.25em 0 0 0.5em;
  background-color: #152751;
  clip-path: polygon(0 100%, 0 0, 100% 0);
  font-size: clamp(20px, 1.67vw, 24px);
  font-family: "Oswald", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

/* style */
.p-mv__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5em 0 8vw;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
  position: relative;
}
.p-mv__wrap::before,
.p-mv__wrap::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: -1;
}
.p-mv__wrap::before {
  width: 68%;
  height: 15%;
  background-position: right top;
  background-image: url(../images/mv_bg_top.png);
  top: 0;
  right: 0;
}
.p-mv__wrap::after {
  width: 60%;
  height: 20%;
  background-position: left bottom;
  background-image: url(../images/mv_bg_bottom.png);
  bottom: 0;
  left: 0;
}
.p-mv__inner {
  padding: 0 0 5em;
}
.p-mv__copy {
  padding: 0 0 4em;
  background: url(../images/mv_image.png) no-repeat right bottom -0.5em / 28%;
}
.p-mv__copy p {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.p-mv__copy-top {
  font-size: clamp(28px, 3.33vw, 48px);
}
.p-mv__copy-em {
  font-size: clamp(40px, 4.72vw, 68px);
}
.p-mv__copy-bottom.p-mv__copy-em {
  letter-spacing: 0.025em;
}
.p-mv__box-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0 0 2.75em;
}
.p-mv__box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0.25em;
  clip-path: polygon(1.25em 0%, 100% 0%, calc(100% - 1.25em) 100%, 0% 100%);
  padding: 1.25em 1em;
  background-color: #d3dae6;
  color: #152751;
}
.p-mv__box-title {
  display: grid;
  grid-template-columns: repeat(2,auto);
  align-items: center;
  justify-content: center;
  column-gap: 0.25em;
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
}
.p-mv__box-title::before {
  content: '';
  display: block;
  width: 1.8em;
  height: 1.8em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-mv__box-item:nth-child(1) .p-mv__box-title::before {
  background-image: url(../images/mv_icon01.png);
}
.p-mv__box-item:nth-child(2) .p-mv__box-title::before {
  background-image: url(../images/mv_icon02.png);
}
.p-mv__box-item:nth-child(3) .p-mv__box-title::before {
  background-image: url(../images/mv_icon03.png);
}
.p-mv__box-item:nth-child(4) .p-mv__box-title::before {
  background-image: url(../images/mv_icon04.png);
}

.p-worry__wrap {
  margin: -8vw 0 0;
  padding: 10em 0;
  clip-path: polygon(0 min(4.38em,8vw), 100% 0%, 100% calc(100% - min(4.38em,8vw)), 0% 100%);
}
.p-worry__title.l-title__sbstyle {
  font-size: clamp(24px, 2.5vw, 36px);
}
.p-worry__title-em {
  font-size: clamp(30px, 3.06vw, 44px);
  position: relative;
}
.p-worry__title-em::before {
  content: '';
  display: block;
  width: 0.18em;
  height: 0.18em;
  background-color: #152751;
  border-radius: 50%;
  position: absolute;
  bottom: 94%;
  left: 50%;
  transform: translateX(-50%);
}
.p-worry__box {
  margin: 2em 0 0;
  padding: 3em 4%;
  background: #fff url(../images/worries_image.png) no-repeat right 4% bottom 3em / 22%;
}
.p-worry__box-inner {
  width: fit-content;
  margin-inline: auto;
}
.p-worry__list {
  margin: 2.5em 0 0;
}
.p-point__wrap {
  padding: 5em 0 0;
}
.p-point__box {
  padding: 3.38em 3%  9.19em;
}
.p-point__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2.25em 2.4%;
}
.p-point__item {
  width: 23%;
  padding: 1.5em 0.5em;
  background-color: #fff;
}
.p-point__icon {
  display: block;
  width: min(96px,80%);
  margin-inline: auto;
}
.p-point__text {
  padding-top: 0.3em;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: 700;
  text-align: center;
}
.p-point__summary-box {
  width: 93.3%;
  margin: -5em auto 0;
  padding: 3.75em 4% 10em;
  position: relative;
}
.p-point__summary-box::after {
  content: '';
  display: block;
  width: min(246px,17vw);
  height: min(355px,24.7vw);
  background: url(../images/point_summary_image.png) no-repeat right bottom / contain;
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 1;
}
.p-point__summary-inner {
  width: fit-content;
  margin-inline: auto;
}
.p-point__summary-title {
  margin: 0 0 0.57em;
  padding: 0 0 0.4em;
  font-size: clamp(22px, 1.94vw, 28px);
  font-weight: 700;
  text-align: center;
  color: #152751;
  position: relative;
}
.p-point__summary-title::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #152751 48%, transparent 48%, transparent 52%, #152751 52%, #152751 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-point__summary-title::after {
  content: '';
  display: block;
  width: 2px;
  height: 1em;
  background: #152751;
  transform: rotate(54deg);
  transform-origin: top right;
  position: absolute;
  bottom: -1em;
  left: 52%;
}
.p-point__summary-text {
  width: 72%;
  max-width: 580px;
  margin: 2.3em 0 0;
}
.p-reason__wrap {
  margin: -4.5em 0 0;
  clip-path: polygon(0 min(4.38em,8vw), 100% 0%, 100% calc(100% - min(4.38em,8vw)), 0% 100%);
  position: relative;
}
.p-reason__wrap::after {
  content: '';
  display: block;
  width: min(333px,23vw);
  height: min(340px,23.6vw);
  background: url(../images/reason_image.png) no-repeat left top 0 / contain;
  position: absolute;
  bottom: 0;
  left: 2%;
  z-index: -1;
}
.p-reason__block {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 6.6%;
  padding: 9.38em 0 10.63em;
  position: relative;
}
.p-reason__block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/reason_bg.png) no-repeat left top 0 / contain;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 1.6%;
  z-index: -1;
}
.p-reason__main-title.l-title__main-text {
  color: #fff;
  text-align: left;
}
.p-reason__main-title.l-title__accent {
  justify-content: flex-start;
}
.p-reason__main-title.l-title__accent::after {
  margin: 0;
}
.p-reason__item {
  padding: 0 0 0 1.38em;
  position: relative;
}
.p-reason__item:not(:first-child) {
  margin: 2.5em 0 0;
}
.p-reason__title {
  margin: 0 0 0 -1.4em;
}
.p-reason__title-inner {
  position: relative;
}
.p-reason__title-inner::before {
  content: '';
  display: block;
  width: 1.42em;
  height: 0.56em;
  background: #ff7612;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 10;
}
.p-reason__title-text {
  display: block;
  width: 22em;
  padding: 0.6em 2em 0.6em 1.36em ;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5em) 100%, 0% 100%);
  background: #ff8933;
  font-size: clamp(20px, 1.53vw, 22px);
  font-weight: 700;
  color: #fff;
}
.p-reason__text {
  display: block;
  margin: -1.4em 0 0 0;
  padding: 2.8em 2em 1.75em;
  background-color: #fff;
}
.p-service__wrap {
  margin: min(-4.38em,-4vw) 0 0;
  padding: 10em 0 6.25em;
  background-color: #fff;
  background-image: linear-gradient(180deg, #eeedec 1px, transparent 1px);
  background-size: 100% 1.54em;
}
.p-service__item {
  padding: 3.36em 27.5% 3.36em 10%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  background-repeat: no-repeat;
  background-position: right 7% center;
  background-size: 17.3%;
  background-color: #fff;
}
.p-service__item:not(:first-child) {
  margin: 2.5em 0 0 0;
}
.p-service__item.p-num__box .p-num__text {
  font-size: clamp(20px, 2.5vw, 36px);
}
.p-service__item:nth-child(1) {
  background-image: url(../images/service_image01.png);
}
.p-service__item:nth-child(2) {
  background-image: url(../images/service_image02.png);
}
.p-service__item:nth-child(3) {
  background-image: url(../images/service_image03.png);
}
.p-service__item:nth-child(4) {
  background-image: url(../images/service_image04.png);
}
.p-service__title.l-title__secondary-text {
  margin-bottom: 0.6em;
  text-align: left;
}
.p-agency__box {
  margin: 5em 0 0;
  padding: 3.75em 7%;
}
.p-agency__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
  gap: 1.5em 1.25em;
  margin: 2.5em 0 0;
}
.p-agency__item {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
}
.p-agency__item-inner {
  height: 100%;
  padding: 1.8em 9%;
  clip-path: polygon(0 0, calc(100% - 1.88em) 0, 100% 1.88em, 100% 100%, 0 100%);
  background-color: #fff;
}
.p-agency__title {
  margin: 0 0 0.6em;
  padding: 0 0 0.2em;
  border-bottom: 1px solid #152751;
  font-size: clamp(18px, 1.81vw, 26px);
  font-weight: 700;
  color: #152751;
}
.p-agency__text {
  display: block;
  padding: 2em 0 0;
  font-size: clamp(18px, 1.81vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.p-think__wrap {
  padding: 0 0 3.75em;
}
.p-think__wrap.p-contents__arrow::after {
  bottom: -4vw;
}
.p-think__text {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.p-think__box {
  margin: 3.5em 0 0;
  padding: 3em 6% 5em;
}
.p-think__title {
  width: fit-content;
  margin-inline: auto;
  padding: 0 0 0.2em;
  border-bottom: 1px solid #161616;
  font-size: clamp(22px, 1.94vw, 28px);
  font-weight: 700;
  text-align: center;
}
.p-think__content-wrap {
  max-width: 800px;
  width: fit-content;
  margin: 2em auto 0;
}
.p-think__list {
  margin: 3em 0 0 auto;
  padding: 1.5em 0 1.5em 34%;
  background: url(../images/think_image.png) no-repeat left center / 30%;
}
.p-step__wrap {
  padding: 10em 0;
  clip-path: polygon(0 min(4.38em,8vw), 100% 0%, 100% calc(100% - min(4.38em,8vw)), 0% 100%);
}
.p-step__title {
  text-align: center;
}
.p-step__title-em {
  font-size: clamp(40px, 4.17vw, 60px);
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
}
.p-step__top-text {
  padding: 2.4em 0 0;
  text-align: center;
}
.p-step__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2em 2.5em;
  margin: 3em auto 2em;
  background: linear-gradient(180deg, transparent 0%, transparent 48%, #d9d9d9 48%, #d9d9d9 52%, transparent 52%, transparent 100%);

}
.p-step__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 2 span;
  align-items: center;
  row-gap: 0.8em;
  padding: 1.5em 1.88em 1.8em;
}
.p-step__top {
  display: block;
  padding: 0 0 0.4em;
  border-bottom: 1px solid #fff;
  font-size: clamp(18px, 1.39vw, 20px);
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.p-step__top-num {
  padding-left: 0.2em;
  font-size: 1.4em;
}
.p-step__bottom-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-step__bottom-text-sub {
  display: block;
  width: fit-content;
  margin: 0.5em auto 0;
  font-size: clamp(14px, 1.11vw, 16px);
}
.p-handling__box {
  margin: 3.13em 0 0;
  padding: 2.25em 4%;
  background: #fff url(../images/handling_bg.png) no-repeat center right / contain;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.p-handling__title {
  margin: 0 0 0.4em;
  font-size: clamp(22px, 1.94vw, 28px);
  font-weight: 700;
}
.p-contact__wrap {
  margin: min(-4.38em,-8vw) 0 0;
  padding: 7.5em 0;
  clip-path: polygon(0 min(4.38em,8vw), 100% 0%, 100% calc(100% - min(4.38em,8vw)), 0% 100%);
}
.p-contact__text {
  padding: 0 0 0.93em;
  font-size: clamp(20px, 1.94vw, 28px);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.p-price__wrap {
  padding: 3.38em 0 0;
}
.p-price__top-box {
  padding: 3.36em 4%;
}

.p-price__table-tab {
  display: grid;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-price__table-data {
  display: grid;
  align-items: center;
  background-color: #fff;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
  border-left: 1px solid #c3d5e8;
  border-right: 1px solid #c3d5e8;
  border-bottom: 1px solid #c3d5e8;
}
.p-price__table-data-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price__table-tab-item,
.p-price__table-data-item {
  padding: 0.6em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-price__table-tab-item:not(:first-child),
.p-price__table-data-item:not(:first-child) {
  border-left: 1px solid #c3d5e8;
}
.p-price__table-tab-item-suggest {
  position: relative;
}
.p-price__table-tab-item-suggest::before {
  content: '';
  display: block;
  width: 32%;
  height: 96%;
  background: url(../images/table_suggest_ribon.png) no-repeat left top / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-price__table-data-label {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.4em;
  background-color: #ff8933;
  border-radius: 5px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  color: #fff;
}
.p-price__table-data-text {
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 600;
  color: #152751;
  font-feature-settings: "palt";
}
.p-price__table-data-amount {
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.p-price__table-data-sub {
  display: block;
  font-size: clamp(12px, 0.97vw, 14px);
  font-weight: 400;
}
.p-price__table-data-em {
  font-size: clamp(16px, 1.25vw, 18px);
}
.p-price__top-text {
  padding: 1.5em 0 0;
  text-align: center;
}
.p-price__block-wrap {
  margin: 5em 0 0;
  padding: 4.5em 0;
}
.p-price__block {
  padding: 3em 7%;
  background-color: #fff;
}
.p-price__block:not(:first-child) {
  margin: 2.5em 0 0;
}
.p-price__block-title {
  margin: 0 0 0.56em;
  font-size: clamp(22px, 2.22vw, 32px);
  font-weight: 700;
  color: #152751;
}
.p-price__block-table {
  margin: 1.36em auto 0;
}
.p-price__table-base {
  width: min(450px,100%);
  margin-inline: auto;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.p-price__table-base .p-price__table-tab {
  font-size: clamp(16px, 1.39vw, 20px);
}
.p-price__table-base .p-price__table-data {
  padding: 0.8em 0;
  border: none;
}
.p-price__table-base .p-price__table-data-amount {
  font-size: clamp(28px, 2.78vw, 40px);
}
.p-price__table-base .p-price__table-data-text {
  font-size: clamp(16px, 1.39vw, 20px);
}
.p-price__table-komon {
  width: min(720px,100%);
  margin-inline: auto;
}
.p-price__table-komon .p-price__table-tab,
.p-price__table-komon .p-price__table-data {
  grid-template-columns: repeat(2,1fr);
}
.p-price__table-kyuyo .p-price__table-tab,
.p-price__table-kyuyo .p-price__table-data {
  grid-template-columns: 18.6% repeat(3,1fr);
}
.p-price__table-support {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: min(720px,100%);
  margin-inline: auto;
}
.p-price__table-support .p-price__table-tab {
  align-items: stretch;
}
.p-price__table-support .p-price__table-tab-item:not(:first-child),
.p-price__table-support .p-price__table-data-item {
  border-left: none;
  border-top: 1px solid #c3d5e8;
}
.p-faq__wrap {
  padding: 6.25em 0 3.13em;
}
.p-faq__unit {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.p-faq__unit:not(:first-child) {
  margin: 1.5em 0 0;
}
.p-faq__unit-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em 3.5em 1.8em 4.2em;
  background: #eef4fa url(../images/faq_icon_q.png) no-repeat left 1.8em top 1.4em / clamp(20px, 1.67vw, 24px);
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
  color: #152751;
  cursor: pointer;
  position: relative;
}
.p-faq__unit-q::-webkit-details-marker {
  display: none;
}
.p-faq__unit-q::before,
.p-faq__unit-q::after {
  content: '';
  width: 2px;
  height: 1.2em;
  background-color: #152751;
  position: absolute;
  right: 2.5em;
}
.p-faq__unit-q::before {
  rotate: 90deg;
}
.p-faq__unit-q::after {
  transition: rotate .3s;
}
.p-faq__unit[open] .p-faq__unit-q::after {
  rotate: 90deg;
}
.p-faq__unit-a {
  padding: 1.8em 2em 1.8em 4.2em;
  background: #fff url(../images/faq_icon_a.png) no-repeat left 1.8em top 1.4em / clamp(20px, 1.67vw, 24px);
}
.p-faq__unit[open] .p-faq__unit-a {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.p-guidance__wrap {
  padding: 3.13em 0 6.25em;
}
.p-guidance__table-unit {
  display: grid;
  grid-template-columns: 22% 1fr;
  border-top: 1px solid #c3d5e8;
}
.p-guidance__table-unit:last-child {
  border-bottom: 1px solid #c3d5e8;
}
.p-guidance__table-tab,
.p-guidance__table-data {
  font-size: clamp(16px, 1.39vw, 20px);
}
.p-guidance__table-tab {
  padding: 1.4em 0;
  background-color: #eef4fa;
  font-weight: 500;
  text-align: center;
}
.p-guidance__table-data {
  padding: 1.4em 1em 1.4em 3em;
}
.p-guidance__map {
  width: min(540px,100%);
  margin: 1em 0 0;
  aspect-ratio: 16/9;
}
.p-form__wrap {
  padding: 6.25em 0 8em;
}
.p-form__block .inquiry {
  width: 100%;
}
.p-form__block .inquiry tr {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.5em 5%;
  margin: 2.4em 0 0;
}
.p-form__block .inquiry tr:has(textarea) {
  align-items: flex-start;
}
.p-form__block .inquiry th {
  width: 30%;
}
.p-form__block .inquiry td {
  display: block;
  width: 65%;
}
.p-form__block .inquiry th p {
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
}
.p-form__block .inquiry th .haveto,
.p-form__block .inquiry th .any {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 0.4em;
  border-radius: 3px;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 500;
  color: #fff;
}
.p-form__block .inquiry th .haveto {
  background-color: #ff8933;
}
.p-form__block .inquiry th .any {
  background-color: #999999;
}
.p-form__block .inquiry input[type="text"],
.p-form__block .inquiry input[type="tel"],
.p-form__block .inquiry input[type="email"],
.p-form__block .inquiry select {
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 5px;
  font-size: clamp(16px, 1.25vw, 18px);
}
.p-form__block .inquiry input::placeholder {
  color: #999999;
}
.p-form__block .inquiry label:has(input[type="checkbox"]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.2em;
  font-size: clamp(16px, 1.25vw, 18px);
  cursor: pointer;
}
.p-form__block .inquiry label:has(input[type="checkbox"]:checked) {
  position: relative;
}
.p-form__block .inquiry label:has(input[type="checkbox"]:checked)::before {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: .5em;
  left: .3em;
  transform: rotate(-45deg);
}
.p-form__block .inquiry input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #999999;
  background-color: #fff;
}
.p-form__block .inquiry input[type="checkbox"]:checked {
  background-color: #152751;
}
.p-form__block .inquiry textarea {
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 5px;
}
.p-form__block .inquiry td .check1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.p-form__block .inquiry select {
  padding: 0.5em 2em 0.5em 0.8em;
}
.p-form__block .inquiry span[data-name="dpmenu"] {
  position: relative;
}
.p-form__block .inquiry span[data-name="dpmenu"]::after {
  content: '';
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-left: 1px solid #161616;
  border-bottom: 1px solid #161616;
  position: absolute;
  top: 0;
  right: 0.8em;
  transform: rotate(-45deg);
}
.p-form__block .screen-reader-response {
  display: none;
}
.p-form__block .inquiry .wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
}
.p-form__block .wpcf7-response-output {
  display: block;
  padding: 1em 0 0;
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.p-form__block input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(395px, 100%);
  height: 3em;
  margin: 3em auto 0;
  padding: 0 1.5em;
  border-radius: 1.5em;
  background: #FF7612;
  background: linear-gradient(0deg, #FF7612 50%, #FF8933 50%);
  color: #fff;
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 700;
  text-align: center;
}


@media screen and (min-width: 1501px) {
  .p-mv__wrap {
    padding: 5em 0 12vw;
  }
  .p-contents__arrow::after {
    bottom: 0;
  }
  .p-reason__wrap::after {
    left: auto;
    right: 64vw;
  }
  .p-service__wrap {
    padding: 12vw 0 6.25em;
  }
  .p-think__wrap.p-contents__arrow::after {
    bottom: -2.4vw;
  }
  .p-step__wrap {
    padding: 10em 0 12vw;
  }
}
@media screen and (max-width: 1200px) {
  .l-nav__wrap {
    grid-template-columns: 1fr;
    justify-items: flex-end;
  }
  .l-nav__list {
    grid-column: 1;
    grid-row: 2;
  }
  .l-header__button-wrap {
    grid-column: 1;
    grid-row: 1;
    width: fit-content;
  }
  .p-check__item {
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    grid-template-columns: max(216px, 45%) auto;
    justify-content: space-between;
  }
  .l-nav__wrap-sp {
    display: grid;
    grid-template-columns: auto 3em;
    align-items: center;
    column-gap: 1em;
  }  
  .l-nav__hamburger {
    width: 3em;
    cursor: pointer;
    position: relative;
  }
  .l-nav__hamburger-input {
    display: none;
  }
  .l-nav__hamburger label {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 15;
  }
  .l-nav__hamburger-lines {
    position: relative;
  }
  .l-nav__hamburger-lines span {
    display: block;
    height: 3px;
    margin: 9px 0;
    border-radius: 2px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  .l-nav__hamburger-input:checked ~ label .l-nav__hamburger-lines span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  .l-nav__hamburger-input:checked ~ label .l-nav__hamburger-lines span:nth-child(2) {
    transform: scale(0);
  }
  .l-nav__hamburger-input:checked ~ label .l-nav__hamburger-lines span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  .l-nav__wrap {
    display: none;
    justify-items: flex-start;
    width: min(350px,100%);
    height: 100%;
    padding: 6em 10% 3em;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .l-nav__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1em;
    grid-column: 1;
    grid-row: 1;
    max-width: 200px;
    margin: 0 auto;
  }
  .l-header__button-wrap {
    grid-template-columns: 1fr;
    row-gap: 1em;
    grid-column: 1;
    grid-row: 2;
    max-width: 200px;
    width: 100%;
    margin: 3em auto 0;
  }
  .l-cta__button-list {
    grid-template-columns: 1fr;
  }
  .l-cta__button-list .l-button__primary,
  .l-cta__button-list .l-button__secondary {
    margin-inline: auto;
  }
  .l-footer__content {
    grid-template-columns: 1fr;
    width: fit-content;
    margin-inline: auto;
  }
  .l-footer__detail {
    grid-column: 1;
    grid-row: 2;
  }
  .l-footer__logo {
    width: min(300px,100%);
  }
  .l-footer__nav {
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer__access-block {
    margin: 1.5em 0 0;
  }
  .l-footer__button-wrap {
    margin: 5em auto 0;
  }
  .p-contents__arrow::after {
    width: 8.76em;
    height: 2.67em;
  }
  .p-mv__wrap {
    padding: 5em 0 7em;
  }
  .p-mv__inner {
    padding: 0;
  }
  .p-mv__copy {
    padding: 0 0 8em;
    background-size: 32%;
  }
  .p-mv__box-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5em;
  }
  .p-mv__box-item {
    padding: 1.25em 2em;
  }
  .p-worry__wrap {
    padding: 7em 0;
  }
  .p-worry__box {
    background-position: right 2% bottom 1em;
  }
  .p-point__wrap {
    padding: 2.5em 0 0;
  }
  .p-point__box {
    padding: 1.7em 3% 9.19em;
  }
  .p-point__list {
    row-gap: 0.8em;
  }
  .p-point__item {
    width: 48%;
  }
  .p-point__summary-box {
    padding: 1.9em 4% 6em;
  }
  .p-point__summary-box::after {
    width: 24vw;
    height: 34vw;
    right: -4%;
  }
  .p-reason__block {
    grid-template-columns: 1fr;
    padding: 8.38em 0 15em;
  }
  .p-reason__block::before {
    background-size: 110vw;
    left: -7vw;
  }
  .p-reason__list {
    width: 90%;
    margin: 0 0 0 auto;
  }
  .p-reason__item:not(:first-child) {
    margin: 1.8em 0 0;
  }
  .p-reason__title {
    width: 92%;
  }
  .p-reason__title-text {
    width: 100%;
    padding: 0.4em 2em 0.4em 0.8em;
  }
  .p-reason__text {
    padding: 2.4em 1em 1em;
  }
  .p-service__wrap {
    padding: 7em 0 3.75em;
  }
  .p-agency__box {
    padding: 2em 4%;
  }
  .p-agency__list {
    grid-template-columns: repeat(2,1fr);
  }
  .p-think__wrap {
    padding: 0 0 2em;
  }
  .p-think__box {
    padding: 1.5em 4%;
  }
  .p-think__content-wrap {
    width: 100%;
  }
  .p-think__list {
    margin: 3em 0 0;
  }
  .p-think__wrap.p-contents__arrow::after {
    bottom: -7vw;
  }
  .p-step__wrap {
    padding: 7em 0;
  }
  .p-step__list {
    grid-template-columns: 1fr;
    max-width: 300px;
    background: linear-gradient(90deg, transparent 0%, transparent calc(50% - 0.4em), #d9d9d9 calc(50% - 0.4em), #d9d9d9 calc(50% + 0.4em), transparent calc(50% + 0.4em), transparent 100%);
  }
  .p-step__item {
    padding: 1em 1.88em 1.8em;
  }
  .p-handling__box {
    padding: 1.5em 4%;
  }
  .p-contact__wrap {
    padding: 5em 0;
  }
  .p-price__block {
    padding: 1.5em 4%;
  }
  .p-price__block:not(:first-child) {
    margin: 1.5em 0 0;
  }
  .p-price__block-table-wrap {
    overflow: scroll;
  }
  .p-price__table-kyuyo {
    width: 680px;
  }
  .p-faq__unit-q {
    padding: 1.2em 2.4em 1.2em 2.6em;
    background-size: 16px;
    background-position: left 1em top 1.1em;
  }
  .p-faq__unit-q::before,
  .p-faq__unit-q::after {
    right: 1.8em;
  }
  .p-faq__unit-a {
    padding: 1.2em 2.4em 1.2em 2.6em;
    background-size: 16px;
    background-position: left 1em top 1.1em;
  }
  .p-guidance__table-unit {
    grid-template-columns: 1fr;
  }
  .p-guidance__table-tab {
    padding: 0.8em 4%;
    text-align: left;
  }
  .p-guidance__table-data {
    padding: 0.8em 4%;
  }
  .p-form__block .inquiry tr {
    flex-direction: column;
    margin: 1.5em 0 0;
  }
  .p-form__block .inquiry th {
    display: block;
    width: 100%;
  }
  .p-form__block .inquiry td {
    width: 100%;
  }
  .p-form__block .inquiry select {
    max-width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .l-header__button.l-button__primary {
    padding: 0 0.5em;
  }
  .p-mv__copy-top {
    font-size: 20px;
  }
  .p-mv__copy-em {
    font-size: 30px;
  }
  .p-worry__box {
    padding: 1.5em 4% 11em;
    background-size: 40%;
  }
  .p-reason__wrap::after {
    width: 13em;
    height: 13em;
  }
  .p-reason__list {
    width: 100%;
  }
  .p-service__item {
    padding: 1.5em 4% 14em 4%;
    background-position: center bottom 1em;
    background-size: 12em;
  }
  .p-service__title.l-title__secondary-text {
    padding: 0 1em;
    text-align: center;
  }
  .p-think__list {
    padding: 0 0 14em;
    background-position: center bottom;
    background-size: 12em;
  }
}
@media screen and (max-width: 428px) {
  .l-nav__wrap-sp {
    grid-template-columns: auto;
  }
  .l-nav__wrap-sp .l-header__button.l-button__primary {
    display: none;
  }
  .l-nav__wrap {
    width: 100%;
  }
  .l-footer__button-wrap {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
  .p-mv__wrap {
    padding: 3em 0 7em;
  }
  .p-mv__copy {
    padding: 0 0 6em;
    background-size: 48%;
  }
  .p-mv__copy-top {
    font-size: 24px;
  }
  .p-mv__copy-em {
    font-size: 32px;
  }
  .p-mv__box-list {
    grid-template-columns: 1fr;
  }
  .p-worry__box {
    background-size: 12em;
  }
  .p-num__text {
    width: 2.8em;
    height: 2.8em;
    padding: 0 0 0 0.5em;
  }
  .p-point__icon {
    width: 70%;
  }
  .p-point__summary-box {
    padding: 1.9em 4% 15em;
  }
  .p-point__summary-box::after {
    width: 10em;
    height: 15em;
  }
  .p-point__summary-text {
    width: 100%;
    margin: 1.5em 0 0;
  }
  .p-reason__wrap {
    margin: -2.5em 0 0;
  }
  .p-reason__title {
    width: 100%;
  }
  .p-agency__list {
    grid-template-columns: 1fr;
    max-width: 240px;
    margin-inline: auto;
  }
  .p-agency__text {
    padding: 1em 0 0;
  }
  .p-think__box {
    margin: 2em 0 0;
  }
  .p-price__block-wrap {
    margin: 3em 0 0;
    padding: 2.5em 0;
  }
  .p-faq__wrap {
    padding: 4em 0 1.5em;
  }
  .p-form__wrap {
    padding: 4em 0;
  }
}
@media screen and (max-width: 320px) {
  .l-header__inner {
    grid-template-columns: 70% auto;
  }
  .p-mv__copy-top {
    font-size: 20px;
  }
  .p-mv__copy-em {
    font-size: 28px;
  }
}