@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

:where(*, *::before, *::after) {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
}

time {
  display: block;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ミックスイン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 0.63vw;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #003366;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  共通ボタン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-button {
  align-items: center;
  background-color: #003366;
  border-radius: 100vmax;
  color: #ffffff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 3rem;
  justify-content: space-between;
  line-height: 1.23;
  min-height: 5rem;
  padding: 0.6rem 0.6rem 0.6rem 3.2rem;
}

.c-button::after {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/arrow02@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  width: 4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  子見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-child-heading {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
  z-index: 1;
}

.c-child-heading::before,
.c-child-heading::after {
  background-color: #6f8aa5;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  translate: 0 -50%;
  width: 20rem;
  z-index: -1;
}

.c-child-heading::before {
  left: 0;
  top: 50%;
}

.c-child-heading::after {
  right: 0;
  top: 50%;
}

.c-child-heading__text {
  background-color: #003366;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  margin-inline: auto;
  padding: 0.8rem 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  タグ付き見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-heading {
  text-align: center;
}

.c-heading._dot {
  padding-bottom: 8rem;
  position: relative;
  translate: 0 -1.6rem;
}

.c-heading._dot::before {
  aspect-ratio: 12/93;
  background-image: url(/dairiten/_common/img/dot@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1rem;
  content: "";
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 0.6rem;
  z-index: 1;
}

.c-heading__tag {
  align-items: center;
  background-color: #0066cc;
  border-radius: 100vmax;
  color: #ffffff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  padding: 0.3rem 2rem;
}

.c-heading__content {
  color: #0066cc;
  margin-top: 0.5rem;
}

.c-heading__text {
  font-size: 3.8rem;
  font-weight: 700;
}

.c-heading__text._english {
  font-family: "Montserrat", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.c-heading__sub-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -0.5rem;
}

.c-heading.c-heading--small .c-heading__tag {
  font-size: 1.6rem;
}

.c-heading.c-heading--small .c-heading__text {
  font-size: 3.2rem;
  margin-top: -0.5rem;
}

.c-heading.c-heading--small .c-heading__text._english {
  font-size: 3.6rem;
}

.c-heading.c-heading--small .c-heading__sub-text {
  font-size: 1.6rem;
  margin-top: -0.6rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-sec-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.c-sec-heading__en {
  color: #0066cc;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.c-sec-heading__ja {
  color: #003366;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  サイドボタン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-side-button__link {
  align-items: center;
  background-color: #003366;
  border-radius: 100vmax 0 0 100vmax;
  color: #ffffff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  gap: 3.8rem;
  justify-content: space-between;
  line-height: 1.33;
  min-height: 8rem;
  padding: 1rem 3.5rem 1rem 1rem;
}

.c-side-button__link::before {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/arrow01@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  width: 6rem;
}

.l-inner {
  margin-inline: auto;
  max-width: 124.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.l-inner._small {
  max-width: 94.8rem;
}

.l-inner._large {
  max-width: 144.8rem;
}

.l-wrapper {
  overflow-x: clip;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  代理店様のメリット

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-advantage {
  background-color: #ccdaed;
  padding-bottom: 18rem;
  padding-top: 9rem;
  position: relative;
  z-index: 1;
}

.p-advantage::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #ccdaed;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  position: absolute;
  translate: -50% 98%;
  width: 32rem;
  z-index: 10;
}

.p-advantage__list {
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 11rem;
}

.p-advantage__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 3;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  position: relative;
}

.p-advantage__top-box {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  background-color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  display: -ms-grid;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 4.4rem 1rem 2.4rem;
}

.p-advantage__number {
  color: #003366;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50% -60%;
}

.p-advantage__item-heading {
  color: #003366;
  display: -ms-grid;
  display: grid;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.31;
  place-items: center;
  text-align: center;
}

.p-advantage__image {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  display: -ms-grid;
  display: grid;
  grid-row: 3/4;
  margin-top: 2rem;
  place-items: center;
}

.p-advantage__image:where(.p-advantage__item:nth-child(1) *) img {
  width: 18.9rem;
}

.p-advantage__image:where(.p-advantage__item:nth-child(2) *) img {
  width: 16.9rem;
}

.p-advantage__image:where(.p-advantage__item:nth-child(3) *) img {
  width: 17.1rem;
}

.p-advantage__bottom-box {
  background-color: #003366;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  font-size: 1.8rem;
  padding: 3rem 4rem;
  place-items: center;
}

.p-advantage__text {
  letter-spacing: 0;
  line-height: 1.78;
}

.p-advantage__text._center {
  text-align: center;
}

.p-advantage__child-list {
  border-top: 1px solid #ffffff;
  margin-top: 2rem;
}

.p-advantage__child-item {
  align-items: flex-start;
  border-bottom: 1px solid #ffffff;
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
}

.p-advantage__child-item-number {
  color: #ffdd03;
  flex-shrink: 0;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  背景ネイビーのボックス

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-box {
  background-color: #003366;
  border-radius: 0.5rem;
  display: -ms-grid;
  display: grid;
  padding: 2rem 1.5rem;
  place-items: center;
  text-align: center;
}

.p-box__term {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-box__term span {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.p-box__desc {
  color: #ffffff;
}

.p-box__desc._before {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  position: relative;
}

.p-box__desc._before::after {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/triangle_white@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2.4rem;
  content: "";
  height: auto;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 2.8rem;
  z-index: 1;
}

.p-box__tag {
  align-items: center;
  background-color: #ffdd03;
  border-radius: 100vmax;
  color: #003366;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.56;
  padding: 0 0.8rem 0 1.2rem;
}

.p-box__before-price {
  align-items: baseline;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  gap: 0.2rem;
  position: relative;
}

.p-box__before-price::before {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/batsu_yellow@2x.png);
  background-image: url(/dairiten/_common/img/batsu_yellow@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 4.5rem;
  z-index: 11;
}

.p-box__before-price-yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.56;
  margin-right: 0.2rem;
}

.p-box__price {
  color: #ffdd03;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-box__text {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.8rem;
}

.p-box__number {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-right: 0.5rem;
  translate: 0 0.2rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  デザインセレクト

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-design {
  background-color: #ccdaed;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}

.p-design__side-button {
  position: absolute;
  right: 0;
  top: 6.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  デザインセレクト コンテンツ０１

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-design01__list {
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}

.p-design01__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 3;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding-left: 4rem;
  padding-right: 4rem;
}

.p-design01__select-name {
  border-radius: 0.5rem 0.5rem 0 0;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  padding: 2.8rem 0.5rem 1.6rem;
  text-align: center;
}

.p-design01__select-name._green {
  background-color: #00bbcc;
}

.p-design01__select-name._orange {
  background-color: #ffaa01;
}

.p-design01__select-name._skyblue {
  background-color: #0199dd;
}

.p-design01__select-name-top {
  font-size: 3rem;
  line-height: 1;
}

.p-design01__select-image {
  background-color: #003366;
  border-radius: 0.8rem;
  margin-left: -4rem;
  margin-right: -4rem;
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.p-design01__select-image img {
  -o-object-fit: cover;
  aspect-ratio: 340/220;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-design01__bottom-box {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.3);
  color: #003366;
  display: -ms-grid;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  padding: 3rem 2rem;
  text-align: center;
}

.p-design01__child-list {
  margin-inline: auto;
  width: min(100%, 20rem);
}

.p-design01__child-item {
  border-top: 1px solid #003366;
}

.p-design01__child-item:last-child {
  border-bottom: 1px solid #003366;
}

.p-design01__introduction {
  background-image: url(/dairiten/_common/img/design_back@2x.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -9rem;
  padding-bottom: 8.5rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 20rem;
}

.p-design01__introduction-text {
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  font-size: 3.4rem;
  font-weight: 700;
  gap: 2rem;
  line-height: 1.76;
  text-align: center;
}

.p-design01__introduction-text-strong {
  background-color: #ffffff;
  border-radius: 0.5rem;
  color: #0066cc;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.56;
  margin-inline: auto;
  padding: 0.6rem 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  デザインセレクト コンテンツ０２

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-design02 {
  margin-top: 14rem;
}

.p-design02__contents {
  margin-top: 7.4rem;
}

.p-design02__flow-content {
  position: relative;
  z-index: 5;
}

.p-design02__flow-titles {
  -ms-grid-columns: (28rem) [3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 28rem);
  justify-content: space-between;
  margin-left: 6rem;
  margin-right: 6rem;
}

.p-design02__flow-title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  padding: 3.6rem 0.5rem 3.4rem;
  text-align: center;
}

.p-design02__flow-title::before {
  border-radius: 0.5rem 0.5rem 0 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: 28rem;
  z-index: -10;
}

.p-design02__flow-title._green::before {
  background-color: #00bbcc;
  left: 20rem;
}

.p-design02__flow-title._orange::before {
  background-color: #ffaa01;
  left: 50%;
}

.p-design02__flow-title._skyblue::before {
  background-color: #0199dd;
  right: 20rem;
  translate: 50% 0;
}

.p-design02__flow-title::after {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 8rem;
  position: absolute;
  translate: -50% 100%;
  width: 28rem;
  z-index: -10;
}

.p-design02__flow-title._green::after {
  background-image: url(/dairiten/_common/img/green-back@2x.png);
  left: 20rem;
}

.p-design02__flow-title._orange::after {
  background-image: url(/dairiten/_common/img/orange-back@2x.png);
  left: 50%;
}

.p-design02__flow-title._skyblue::after {
  background-image: url(/dairiten/_common/img/skyblue-back@2x.png);
  right: 20rem;
  translate: 50% 100%;
}

.p-design02__flow-title-top {
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.p-design02__option {
  margin-top: 12rem;
  position: relative;
  z-index: 1;
}

.p-design02__option::before,
.p-design02__option::after {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: -12rem;
  translate: -50% 0;
  width: 28rem;
  z-index: -20;
}

.p-design02__option::before {
  background-color: #7fdde4;
  left: 20rem;
}

.p-design02__option::after {
  background-color: #ffd37e;
  left: 50%;
}

.p-design02__option-inner::before {
  background-color: #7fccee;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 20rem;
  top: -12rem;
  translate: 50% 0;
  width: 28rem;
  z-index: -20;
}

.p-design02__option-content {
  background-color: rgba(238, 238, 238, 0.94);
  border-radius: 0.5rem;
  padding: 0 2rem 2.4rem;
  position: relative;
  z-index: 5;
}

.p-design02__option-title {
  color: #003366;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: -2rem;
  text-align: center;
  text-transform: uppercase;
  translate: 0 -2rem;
}

.p-design02__option-child-title {
  color: #003366;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 2.4rem;
  position: relative;
  text-align: center;
}

.p-design02__option-child-title::before {
  background-color: #003366;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  z-index: -1;
}

.p-design02__option-child-title span {
  background-color: rgb(238, 238, 238);
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-design02__option-list {
  -ms-grid-columns: 1fr 3.6rem 1fr 3.6rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5rem;
}

.p-design02__option-item {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
  line-height: 1.63;
  padding: 2.2rem 0.6rem;
  text-align: center;
}

.p-design02__option-item._green {
  color: #00bbcc;
}

.p-design02__option-item._orange {
  color: #ffaa01;
}

.p-design02__option-item._skyblue {
  color: #0199dd;
}

.p-design02__option-item::after {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 8rem;
  position: absolute;
  translate: -50% 100%;
  width: 28rem;
  z-index: -20;
}

.p-design02__option-item._green::after {
  background-image: url(/dairiten/_common/img/light-green-back@2x.png);
  left: 20rem;
}

.p-design02__option-item._orange::after {
  background-image: url(/dairiten/_common/img/light-orange-back@2x.png);
  left: 50%;
}

.p-design02__option-item._skyblue::after {
  background-image: url(/dairiten/_common/img/light-skyblue-back@2x.png);
  right: 20rem;
  translate: 50% 100%;
}

.p-design02__option-text {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
  line-height: 1.63;
  margin-top: 0.5rem;
  padding: 2.2rem 0.6rem;
  text-align: center;
}

.p-design02__option03 {
  width: min(65.5%, 76rem);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  運用費用

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-design03 {
  margin-top: 22rem;
}

.p-design03__list {
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
}

.p-design03__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-design03__child-list-content {
  display: flex;
}

.p-design03__child-list {
  flex: 1;
}

.p-design03__repletion {
  color: #003366;
  font-size: 1.4rem;
  line-height: 1.71;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  代理店様のフィー

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-fee {
  padding-bottom: 20rem;
  padding-top: 9rem;
  position: relative;
  z-index: 1;
}

.p-fee::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #fff;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  position: absolute;
  translate: -50% 98%;
  width: 32rem;
  z-index: 10;
}

.p-fee__list {
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 4rem 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10rem;
}

.p-fee__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 3;
  border-radius: 0.5rem;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  overflow: hidden;
}

.p-fee__item-top {
  background-color: #eee;
  padding: 3.5rem 2rem 1.5rem;
}

.p-fee__item-center,
.p-fee__item-bottom {
  background-color: #003366;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  padding: 3rem 2rem;
  place-content: center;
  place-items: center;
  text-align: center;
}

.p-fee__text {
  font-size: 2.4rem;
  line-height: 1.67;
}

.p-fee__number {
  align-items: baseline;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  gap: 0.4rem;
  line-height: 1.4;
}

.p-fee__number._large {
  font-size: 7.8rem;
  line-height: 1.1;
}

.p-fee__number .percent {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

.p-fee__number .yen {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.33;
  translate: 0 -0.2rem;
}

.p-fee__number .small {
  font-size: 1.8rem;
  line-height: 2.22;
  translate: 0 -0.2rem;
}

.p-fee__repletion {
  font-size: 1.4rem;
  line-height: 1.71;
}

.p-fee__item-bottom {
  border-top: 2px solid #ffffff;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  流れ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-flow01__item {
  position: relative;
}

.p-flow01__item:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.p-flow01__item:not(:first-of-type)::before,
.p-flow01__item:not(:first-of-type)::after {
  aspect-ratio: 56/34;
  background-image: url(/dairiten/_common/img/triangle_blue@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  top: -2rem;
  translate: -50% -50%;
  width: 2.8rem;
  z-index: 5;
}

.p-flow01__item:not(:first-of-type)::before {
  left: 20rem;
}

.p-flow01__item:not(:first-of-type)::after {
  left: 50%;
}

.p-flow01__item-box {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  min-height: 12rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.p-flow01__item-box:where(.p-flow01__item:nth-child(5) *),
.p-flow01__item-box:where(.p-flow01__item:nth-child(9) *) {
  align-items: stretch;
  flex-direction: column;
  padding: 4rem 2rem 2rem;
}

.p-flow01__item-box:where(.p-flow01__item:not(:first-of-type) *)::before {
  aspect-ratio: 56/34;
  background-image: url(/dairiten/_common/img/triangle_blue@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: 20rem;
  top: -2rem;
  translate: 50% -50%;
  width: 2.8rem;
  z-index: 5;
}

.p-flow01__item-number {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  left: 3rem;
  line-height: 1;
  position: absolute;
  top: 2.7rem;
  translate: -50% -50%;
  z-index: 5;
}

.p-flow01__item-text {
  color: #003366;
  font-size: 2.6rem;
  padding-left: 6rem;
}

.p-flow01__item-text::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  aspect-ratio: 1;
  background-color: #003366;
  border-radius: 0.5rem 0 0 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 9rem;
  z-index: 1;
}

.p-flow01__item-text .blue {
  color: #0199dd;
}

.p-flow01__item-text-small {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-left: 3rem;
}

.p-flow01__button {
  padding-right: 1rem;
}

.p-flow01__button .c-button {
  min-width: 35rem;
}

.p-flow01__check-list {
  align-items: center;
  background-color: #eeeeee;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.8rem;
  margin-top: 2rem;
  padding: 1.5rem 2.6rem;
}

.p-flow01__check-item {
  align-items: center;
  color: #003366;
  display: flex;
  font-size: 1.6rem;
  gap: 0.3rem;
  line-height: 2;
}

.p-flow01__check-item::before {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/check02@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-top: 0.3rem;
  width: 1.8rem;
}

.p-flow01__list-content {
  display: flex;
  justify-content: space-between;
  margin-top: -3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
}

.p-flow01__list-content-item {
  background-color: rgba(238, 238, 238, 0.94);
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-around;
  padding: 2.3rem 2.8rem 1.4rem;
  width: min(65.5%, 76rem);
}

.p-flow01__list-content-item:nth-of-type(2) {
  justify-content: space-between;
  width: min(31%, 36rem);
}

.p-flow01__definition {
  color: #003366;
  font-size: 1.6rem;
  line-height: 2;
}

.p-flow01__term {
  background-color: #ffffff;
  padding: 0.2rem 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-flow01__term br {
  display: none;
}

.p-flow01__description:first-of-type {
  margin-top: 0.6rem;
}

.p-flow01__description._dot {
  padding-left: 1em;
  text-indent: -1em;
}

.p-flow01__sns-list {
  align-items: center;
  background-color: #eee;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  margin-top: 2rem;
  padding: 1.5rem 2.6rem;
}

.p-flow01__sns-item {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.p-flow01__sns-icon {
  width: 2.8rem;
}

.p-flow01__sns-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-flow01__sns-icon:where(.p-flow01__sns-item:last-child *) {
  width: 2.4rem;
}

.p-flow01__sns-text {
  color: #003366;
  font-size: 1.6rem;
  line-height: 2;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  代理店様 ご登録フロー

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-flow02 {
  background-color: #eeeeee;
  padding-bottom: 20rem;
  padding-top: 9rem;
}

.p-flow02__top-contents {
  margin-inline: auto;
  margin-top: 10.5rem;
  max-width: 90rem;
}

.p-flow02__line-contents {
  border: 2px solid #003366;
  border-radius: 100vmax;
  display: flex;
  overflow: hidden;
}

.p-flow02__line-content01 {
  background-color: #003366;
  color: #ffffff;
  padding: 2.4rem 3rem 2.4rem 7.5rem;
  width: 56.11%;
}

.p-flow02__line-title01 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.64;
}

.p-flow02__line-title01 .small {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.p-flow02__line-content02 {
  align-items: center;
  background-color: #ffffff;
  color: #003366;
  display: flex;
  flex: 1;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.3rem 7rem 1.3rem 4rem;
}

.p-flow02__line-title02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.63;
}

.p-flow02__line-title02 span {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.p-flow02__line-qr {
  display: block;
  width: 13.4rem;
}

.p-flow02__line-qr img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.p-flow02__strong-text {
  margin-top: 6.2rem;
  text-align: center;
}

.p-flow02__strong {
  background-image: linear-gradient(to bottom, transparent 75%, #ffdd03 75%, #ffdd03 100%);
  color: #003366;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-flow02__bottom-contents {
  margin-top: 16.5rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フッター

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-footer__top-area {
  -ms-grid-columns: (1fr) [2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-footer__tel-content {
  background-color: #003366;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  padding: 6rem 4rem 6rem;
  place-content: center;
  place-items: center;
  text-align: center;
}

.p-footer__tel-title {
  background-color: #ffffff;
  border-radius: 100vmax;
  color: #003366;
  font-size: 2.2rem;
  font-weight: 700;
  margin-inline: auto;
  padding: 0.2rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__tel-number {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6.8rem;
  font-weight: 600;
  margin-inline: auto;
  margin-top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__time-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-footer__line-content {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 4rem;
  place-content: center;
  place-items: center;
  position: relative;
  z-index: 1;
}

.p-footer__line-content::before {
  background-color: #0066cc;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.p-footer__line-content::after {
  background-image: url(/dairiten/_common/img/line_back@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: 36rem;
  z-index: 5;
}

.p-footer__line-box {
  color: #0066cc;
  font-weight: 900;
  position: relative;
  text-align: center;
  z-index: 10;
}

.p-footer__line-title {
  font-size: 2.2rem;
  line-height: 1.82;
}

.p-footer__line-qr {
  display: block;
  margin-inline: auto;
  margin-top: 1.5rem;
  width: 10.2rem;
}

.p-footer__line-qr img {
  width: 100%;
}

.p-footer__line-text {
  font-size: 2rem;
  line-height: 2;
  margin-top: 0.5rem;
}

.p-footer__bottom-area {
  padding: 4rem 0 3rem;
  text-align: center;
}

.p-footer__logo {
  display: block;
  margin-inline: auto;
  width: 27rem;
}

.p-footer__logo img {
  width: 100%;
}

.p-footer__copyright {
  margin-top: 2.4rem;
}

.p-footer__copyright small {
  font-size: 1.2rem;
  font-weight: 300;
}

.p-header {
  height: 12rem;
  left: 0;
  position: fixed;
  top: 0;
  transition-duration: 0.5s;
  transition-property: box-shadow, background-color;
  width: 100%;
  z-index: 100;
}

.p-header.js-change {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-header .l-inner {
  height: 100%;
}

.p-header__logo {
  align-items: center;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 26.8rem;
}

.p-header__logo img {
  width: 100%;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 制作実績

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-homepage01__list {
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 10.5rem 4rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 11.8rem;
}

.p-homepage01__link {
  display: block;
}

.p-homepage01__image {
  text-align: center;
}

.p-homepage01__image img {
  -o-object-fit: cover;
  aspect-ratio: 270/175;
  border-radius: 0.8rem;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-homepage01__texts {
  margin-top: 2rem;
}

.p-homepage01__tag {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #0066cc;
  border-radius: 100vmax;
  color: #0066cc;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 700;
  justify-content: center;
  min-width: 7.4rem;
  padding: 0.3rem 1rem;
}

.p-homepage01__name {
  font-size: 1.7rem;
  line-height: 2.35;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  同業他社様との比較

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-homepage02 {
  margin-top: 16.5rem;
}

.p-homepage02__table-content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: 7.8rem;
  overflow-x: auto;
  padding: 9rem 4rem 10rem;
  z-index: 1;
}

.p-homepage02__list {
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 11rem;
}

.p-homepage02__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 3;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  grid-row: span 3;
  grid-template-rows: subgrid;
}

.p-homepage02__box.p-box {
  min-height: 18rem;
}

.p-homepage02__child-list-content {
  display: flex;
}

.p-homepage02__child-list {
  flex: 1;
}

.p-homepage02__repletion {
  color: #003366;
  font-size: 1.4rem;
  line-height: 1.71;
}

.p-homepage02__bottom-text {
  color: #003366;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
  margin-top: 3.5rem;
  text-align: center;
}

.p-homepage02__bottom-text-strong {
  background-color: #ffdd03;
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  padding: 1rem 0.6rem 1rem 3rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  らくりん

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-laklin {
  background-color: #eeeeee;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}

.p-laklin::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #eee;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  position: absolute;
  translate: -50% 98%;
  width: 32rem;
  z-index: 10;
}

.p-laklin__top-content {
  margin-top: 2rem;
}

.p-laklin__top-image {
  margin-inline: auto;
  width: min(100%, 46.6rem);
}

.p-laklin__top-image img {
  width: 100%;
}

.p-laklin__top-content-texts {
  margin-top: 3.4rem;
  text-align: center;
}

.p-laklin__strong {
  color: #003366;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-laklin__top-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.64;
  margin-top: 2.4rem;
  text-align: center;
}

.p-laklin__side-button {
  position: absolute;
  right: 0;
  top: 6.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}

.p-laklin__sns {
  background-color: #003366;
  color: #ffffff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 6rem;
  padding-bottom: 4.5rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 4rem;
  text-align: center;
}

.p-laklin__sns-text01 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.43;
}

.p-laklin__sns-text01 span {
  color: #ffdd03;
}

.p-laklin__sns-text02 {
  font-size: 2.2rem;
  line-height: 1.64;
  margin-top: 1.6rem;
}

.p-laklin__price-contents {
  margin-top: 11.5rem;
}

.p-laklin__price-top-text {
  align-items: flex-end;
  color: #0066cc;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-laklin__price-top-text::before,
.p-laklin__price-top-text::after {
  aspect-ratio: 68/116;
  background-image: url(/dairiten/_common/img/duble_line@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  margin-bottom: -0.6rem;
  width: 3.4rem;
}

.p-laklin__price-top-text::after {
  rotate: y 180deg;
}

.p-laklin__price-heading {
  margin-top: 3rem;
}

.p-laklin__boxes {
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
}

.p-laklin__box-item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 1;
  display: -ms-grid;
  display: grid;
  grid-row: span 1;
  grid-template-rows: subgrid;
}

.p-laklin__box-bottom-text {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 3rem;
  text-align: center;
}

.p-laklin__plan {
  margin-top: 6.5rem;
}

.p-laklin__plan-heading {
  background-color: #ffffff;
  color: #003366;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.43;
  margin-inline: auto;
  padding: 0.6rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-laklin__plan-boxes {
  -ms-grid-columns: 34rem 6rem 34rem 6rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 34rem 6rem 34rem 6rem 1fr;
  margin-top: 4.5rem;
}

.p-laklin__plan-boxes > * {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 1;
  display: -ms-grid;
  display: grid;
  grid-row: span 1;
  grid-template-rows: subgrid;
}

.p-laklin__plus {
  place-items: center;
}

.p-laklin__plus img {
  width: 4.6rem;
}

.p-laklin__equal {
  place-items: center;
}

.p-laklin__equal img {
  width: 4rem;
}

.p-laklin__plan-price {
  background-color: #ffdd03;
  border-radius: 100vmax;
  color: #003366;
  display: -ms-grid;
  display: grid;
  padding: 2rem 4rem;
  place-content: center;
  place-items: center;
  text-align: center;
}

.p-laklin__plan-price-text01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-laklin__plan-price-before {
  align-items: baseline;
  color: rgba(0, 51, 102, 0.4);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  gap: 0.2rem;
  margin-top: 1rem;
  position: relative;
}

.p-laklin__plan-price-before span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  translate: 0 -0.2rem;
}

.p-laklin__plan-price-before::before {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/batsu_white@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 4.4rem;
  z-index: 1;
}

.p-laklin__plan-price-after {
  align-items: baseline;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  gap: 0.3rem;
}

.p-laklin__plan-price-after span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  translate: 0 -0.3rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ボックス下の共通リスト

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-list01__item-head {
  border-bottom: 2px solid #7791aa;
  color: #003366;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
}

.p-list01__item {
  align-items: center;
  border-bottom: 2px solid #7791aa;
  color: #003366;
  display: flex;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 0.3rem + 1vw, 1.6rem);
  gap: 0.3rem;
  line-height: 2.5;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  white-space: nowrap;
}

.p-list01__item::before {
  aspect-ratio: 1;
  background-image: url(/dairiten/_common/img/check01@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: auto;
  margin-top: 0.3rem;
  width: 1.4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ご登録フロー リスト

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-list02 {
  margin-top: 8.3rem;
}

.p-list02__item {
  background-color: #ffffff;
  border: 2px solid #0066cc;
  border-radius: 0.5rem 6rem 6rem 0.5rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  min-height: 12.2rem;
  position: relative;
  z-index: 1;
}

.p-list02__item:nth-of-type(n + 2) {
  margin-top: 6.2rem;
}

.p-list02__item:nth-of-type(n + 2)::before {
  aspect-ratio: 58/82;
  background-image: url(/dairiten/_common/img/duble_triangle@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: -3.1rem;
  translate: -50% -50%;
  width: 2.9rem;
  z-index: 1;
}

.p-list02__number {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  left: 2.6rem;
  line-height: 1;
  position: absolute;
  top: 2.4rem;
  translate: -50% -50%;
  z-index: 5;
}

.p-list02__texts {
  -ms-grid-row-align: center;
  align-self: center;
  color: #0066cc;
  padding: 2rem 0 2rem 8rem;
}

.p-list02__texts::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  aspect-ratio: 1;
  background-color: #0066cc;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  display: block;
  height: auto;
  left: -0.1rem;
  position: absolute;
  top: -0.1rem;
  width: 9rem;
  z-index: 1;
}

.p-list02__text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-list02__sub-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.21;
  margin-top: 0.5rem;
}

.p-list02__button {
  -ms-grid-rows: 1fr auto;
  aspect-ratio: 1;
  background-color: #0066cc;
  border-radius: 50%;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr auto;
  height: auto;
  margin: -0.1rem;
  place-items: center;
  text-align: center;
  width: 12rem;
}

.p-list02__button-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  margin-top: 0.5rem;
}

.p-list02__button-arrow {
  margin-bottom: 0.2rem;
  width: 2.8rem;
}

.p-list02__button-arrow img {
  width: 100%;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ご紹介〜ご成約フロー

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-list03 {
  -ms-grid-columns: 45rem 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 45rem 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr;
  margin-top: 8.2rem;
}

.p-list03__item {
  background-color: #ffffff;
  border: 2px solid #0066cc;
  border-radius: 0.5rem;
  display: -ms-grid;
  display: grid;
  padding: 3.6rem 1.5rem 5rem;
  place-items: center;
  position: relative;
  z-index: 1;
}

.p-list03__number {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  left: 2.6rem;
  line-height: 1;
  position: absolute;
  top: 2.4rem;
  translate: -50% -50%;
  z-index: 5;
}

.p-list03__text {
  color: #0066cc;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.78;
  text-align: center;
}

.p-list03__text._large {
  font-size: 2.6rem;
  line-height: 1.38;
}

.p-list03__text::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  aspect-ratio: 1;
  background-color: #0066cc;
  border-radius: 0.5rem 0 0 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  display: block;
  height: auto;
  left: -0.1rem;
  position: absolute;
  top: -0.1rem;
  width: 8.6rem;
  z-index: 1;
}

.p-list03__button {
  -ms-grid-columns: 1fr 1.5rem auto;
  background-color: #0066cc;
  border-radius: 100vmax;
  bottom: 0;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr auto;
  left: 50%;
  min-height: 4rem;
  padding: 0.5rem;
  padding-left: 3rem;
  place-items: center;
  position: absolute;
  text-align: center;
  translate: -50% 50%;
  width: min(100%, 30rem);
  z-index: 5;
}

.p-list03__button-arrow {
  width: 2.8rem;
}

.p-list03__button-arrow img {
  width: 100%;
}

.p-list03__button-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
}

.p-list03__arrow {
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  align-self: center;
  justify-self: center;
  width: 1.6rem;
}

.p-list03__arrow img {
  width: 100%;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  メインビジュアル

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-mv {
  position: relative;
  z-index: 40;
}

.p-mv::before {
  background-color: #003366;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -10;
}

.p-mv::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #003366;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  position: absolute;
  translate: -50% 98%;
  width: 32rem;
  z-index: 10;
}

.p-mv__top-area {
  -ms-grid-columns: 1fr auto 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 13.5vw;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 8.75vw;
  position: relative;
}

.p-mv__top-area::before {
  aspect-ratio: 3200/1510;
  background-image: url(/dairiten/_common/img/mv_pc@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
}

.p-mv__heading-content {
  text-align: center;
}

.p-mv__heading {
  -ms-grid-columns: 1fr;
  color: #003366;
  display: -ms-grid;
  display: grid;
  font-weight: 700;
  grid-template-columns: 1fr;
  justify-content: center;
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255);
}

.p-mv__heading-text01 {
  color: #0099dd;
  display: block;
  font-size: 5.13vw;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.p-mv__heading-text02 span {
  border: 4px solid #003366;
  display: inline-block;
  font-size: 9.63vw;
  line-height: 1;
  padding: 0.5rem 1rem 2rem;
}

.p-mv__heading-text02 span:nth-child(1) {
  border-right: 2px solid #003366;
}

.p-mv__heading-text02 span:nth-child(2) {
  border-left: 2px solid #003366;
}

.p-mv__heading-text03 {
  font-size: 3.38vw;
}

.p-mv__strong-text {
  margin-top: 4.38vw;
}

.p-mv__strong span {
  background-image: linear-gradient(to bottom, transparent 60%, #ffdd03 60%, #ffdd03 85%, transparent 85%);
  color: #222;
  display: inline-block;
  font-size: 2.63vw;
  font-weight: 700;
  line-height: 1.71;
  padding: 0 0.1em;
}

.p-mv__strong span:nth-child(2) {
  letter-spacing: 0.05em;
}

.p-mv__bottom-area {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-bottom: 8.5rem;
  padding-top: 3rem;
  position: relative;
  text-align: center;
}

.p-mv__child-heading {
  font-size: 3.2rem;
  line-height: 1.88;
}

.p-mv__child-heading::before,
.p-mv__child-heading::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  width: 31.6rem;
  z-index: -1;
}

.p-mv__child-heading::before {
  aspect-ratio: 632/522;
  background-image: url(/dairiten/_common/img/illust02@2x.png);
  bottom: 7rem;
  left: -4rem;
}

.p-mv__child-heading::after {
  aspect-ratio: 634/526;
  background-image: url(/dairiten/_common/img/illust03@2x.png);
  right: 0;
  top: 2rem;
}

.p-mv__text {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-top: 4rem;
}

.p-mv__text-yellow {
  color: #ffdd03;
  font-size: 2.4rem;
  line-height: 1.67;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  取り扱いサービスのご案内

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-service {
  position: relative;
  z-index: 1;
}

.p-service__top-content {
  padding-bottom: 10rem;
  padding-top: 11.5rem;
}

.p-service__homepage {
  background-color: #eee;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 21.5rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.p-service__design {
  padding-bottom: 20rem;
}

.p-service__laklin {
  padding-bottom: 20rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

テーブル

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-table {
  margin-inline: auto;
  position: relative;
  position: relative;
  width: min(106rem, 100%);
  z-index: 10;
}

.p-table::before,
.p-table::after {
  border-radius: 0.5rem;
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
}

.p-table::before {
  background-color: #ffdd03;
  bottom: -3.4rem;
  left: 33rem;
  top: -3rem;
  width: 40rem;
}

.p-table::after {
  background-color: #ffffff;
  bottom: -1.8rem;
  left: 34.6rem;
  top: 6.4rem;
  width: 36.8rem;
}

.p-table__table {
  border-collapse: collapse;
  color: #003366;
  table-layout: fixed;
  width: 100%;
}

.p-table__table th,
.p-table__table td {
  border-bottom: 2px solid #e3e4e4;
  text-align: center;
  vertical-align: middle;
}

.p-table__table::before,
.p-table__table::after {
  border-radius: 0.5rem;
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
}

.p-table__table::before {
  background-color: #ccdaec;
  bottom: -2rem;
  left: 74rem;
  top: 0;
  width: 31rem;
}

.p-table__table::after {
  background-color: #ffffff;
  bottom: -1rem;
  left: 75rem;
  top: 7.4rem;
  width: 29rem;
}

.p-table__column._02 {
  width: 40rem;
}

.p-table__head th {
  padding-bottom: 1rem;
}

.p-table__head .p-table__column._02 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  translate: 0 -2rem;
}

.p-table__head .p-table__column-image {
  display: block;
  margin-inline: auto;
  margin-top: 0.5rem;
  text-align: center;
  width: 18rem;
}

.p-table__head .p-table__column-image img {
  width: 100%;
}

.p-table__head .p-table__column._03 {
  font-size: 2rem;
  line-height: 1.4;
}

.p-table__body th,
.p-table__body td {
  height: 8rem;
  padding: 0.8rem 2.6rem;
}

.p-table__body .p-table__column._01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-table__body .p-table__column._01 span {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-table__body .p-table__column._02 {
  color: #0066cc;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-table__body .p-table__column._02 .number {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  translate: 0 0.2rem;
}

.p-table__body .p-table__column._02 .large {
  font-size: 2.8rem;
}

.p-table__body .p-table__column._03 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.65;
}

.p-table__body .p-table__column._03 span {
  font-size: 2.3rem;
  line-height: 1.22;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  トップに戻るボタン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-top-back {
  border-radius: 50%;
  bottom: 4rem;
  opacity: 0;
  position: fixed;
  right: 4rem;
  transition: opacity 0.5s ease-in-out;
  width: 8rem;
  z-index: 100;
}

.p-top-back.js-change {
  opacity: 1;
}

.p-top-back img {
  width: 100%;
}

.js-fadeIn {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, translate;
  translate: 0 8rem;
}

.js-fadeIn.is-fadeIn {
  opacity: 1;
  translate: 0;
}

.u-english {
  font-family: "Montserrat", sans-serif;
}

.u-pc {
  display: block;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp {
  display: none;
}

.u-sp-ib {
  display: none;
}

.u-wrap {
  word-break: keep-all;
}

.u-wrap-sp wbr {
  display: none;
}

.u-wrap-pc {
  word-break: keep-all;
}

@media (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 1248px) {
  html {
    font-size: 0.8vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
