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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.bg-blue {
  background-color: #ECF3F9;
}

.bg-ivory {
  background-color: #F6F1EB;
}

html {
  width: 100%;
  height: auto;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #013760;
  position: relative;
  font-size: 25px;
  line-height: 47px;
  letter-spacing: 0.5px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-top: 0;
  margin-bottom: 40px;
}

a {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover {
  filter: brightness(1.2);
  transform: translateY(-5px);
}

figcaption {
  font-size: 1em !important;
  margin: initial;
  opacity: initial;
  padding: initial;
}

.txt-yellow {
  color: #faf092;
}

.mk-yellow {
  background: linear-gradient(transparent 60%, #fdd54d 60%);
  font-weight: 700;
}

.mk-yellow2 {
  border-bottom: 3px solid #fdd54d;
  font-weight: 700;
}

@media (max-width: 568px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 569px) {
  .is-sp {
    display: none;
  }
}

.youtube {
  margin-top: 80px;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

header {
  background-color: #F6F1EB;
}

section {
  scroll-margin-top: 60px;
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 34px;
  }
}

.header {
  border-top: 1px dashed;
}
@media (max-width: 768px) {
  .header {
    border-top: none;
  }
}
.header_ttl {
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #013760;
  color: #fffefb;
  font-size: 33px;
  letter-spacing: 1.98px;
}

.about {
  margin: 115px auto 55px;
  width: 1170px;
}
.about_intr {
  text-align: center;
  margin-bottom: 50px;
}
.about_txt:nth-child(odd) {
  margin-top: -30px;
}
.about_txt figure {
  display: grid;
  align-items: center;
  grid-template-areas: "left right";
  grid-template-columns: 1fr 510px;
}
.about_txt figure.rt {
  margin-right: 0;
  justify-content: right;
  grid-template-columns: 390px 510px;
  gap: 130px;
}
.about_txt figure.lt {
  margin-left: 20px;
  grid-template-columns: 510px 1fr;
  gap: 70px;
}
.about_txt figure .left {
  grid-area: left;
}
.about_txt figure .right {
  grid-area: right;
}

.offer {
  background: url(../images/bg/offer.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 76px 0 38px;
  gap: 18px;
}
.offer_kiyaku {
  color: #013760;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: 1.5px;
}

.solved {
  background-color: #F6F1EB;
  padding: 64px 0 90px;
}
.solved_wrap {
  margin: 0 auto;
  width: 1170px;
}
.solved_intr {
  text-align: center;
  margin-bottom: 50px;
}
.solved_txt figure {
  display: grid;
  align-items: center;
  grid-template-areas: "left right";
  gap: 30px;
}
.solved_txt figure.lt {
  margin-left: -60px;
  grid-template-columns: 535px 1fr;
}
.solved_txt figure.rt {
  margin-top: 90px;
  margin-right: -60px;
  justify-content: right;
  grid-template-columns: 1fr 535px;
}
.solved_txt figure .left {
  grid-area: left;
}
.solved_txt figure .right {
  grid-area: right;
}

.reason {
  background: url(../images/bg/reason.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: overlay;
  font-size: 23px;
  line-height: 43px;
  letter-spacing: 0.46px;
  padding-bottom: 30px;
}
.reason h2 {
  margin-top: 0;
  margin-bottom: 60px;
}
.reason_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 110px;
}
.reason_box h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../images/reason/reason_ttl_bg.png) repeat-x;
  background-size: contain;
  width: 100%;
  padding: 18px 0;
  margin-top: 0;
  gap: 26px;
}
.reason_box h3 span {
  font-size: 36px;
  border-bottom: 3px dashed #ea5c35;
  padding-bottom: 6px;
}
.reason_box h3 img {
  width: initial;
  max-width: 100%;
}
.reason_box_main, .reason_box_main2, .reason_box_ex, .reason_box_column, .reason_box_voice {
  width: 1170px;
}
.reason_box_main, .reason_box_main2 {
  display: flex;
  gap: 85px;
}
@media (min-width: 569px) {
  .reason_box_main.-right, .reason_box_main2.-right {
    flex-direction: row-reverse;
  }
}
.reason_box_main img, .reason_box_main2 img {
  width: 347px;
}
.reason_box_main figcaption, .reason_box_main2 figcaption {
  flex: 2;
}
.reason_box_main .-iconbox, .reason_box_main2 .-iconbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
}
.reason_box_main .-iconbox .-icon5, .reason_box_main2 .-iconbox .-icon5 {
  max-width: 230px;
}
.reason_box_main2 {
  gap: 0;
}
@media (min-width: 569px) {
  .reason_box_main2 img.-over {
    width: initial;
    flex: auto;
    margin-left: -60px;
  }
}
.reason_box_main2 figcaption {
  flex: 680px;
  z-index: 10;
}
.reason_box_main2 .-ex {
  flex: 1;
}
@media (min-width: 569px) {
  .reason_box_main2 img.-ex {
    margin-top: -178px;
  }
}
.reason_box_column {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 50px;
}
@media (min-width: 569px) {
  .reason_box_column.-right {
    flex-direction: row-reverse;
  }
}
.reason_box_column_img {
  width: 320px;
}
@media (min-width: 569px) {
  .reason_box_column_img .-over {
    max-width: initial;
    width: 580px;
    margin-top: -10px;
    margin-left: -170px;
  }
}
.reason_box_column_txt {
  flex: 2;
  z-index: 10;
}
.reason_box_column h4 {
  z-index: 20;
  margin-top: -30px;
}
.reason_box_column h4 img {
  max-width: fit-content;
}
.reason_box_column p {
  background-color: rgba(252, 252, 252, 0.75);
  padding: 25px 35px;
  border-radius: 20px;
  margin-top: -32px;
  box-shadow: 5px 6px 24px 0px rgba(102, 138, 165, 0.3607843137);
}
.reason_box_column_img.-color img:first-child {
  margin-bottom: 40px;
}
.reason_box_column.-column5 {
  margin-top: 70px;
}
@media (min-width: 569px) {
  .reason_box_column.-column5 .reason_box_column_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .reason_box_column.-column5 .reason_box_column_txt p {
    width: 828px;
  }
  .reason_box_column.-column5 .reason_box_column_img .-over {
    margin-top: -76px;
    margin-left: -110px;
  }
}
.reason_box_ex-img {
  display: grid;
  grid-template-areas: "left right" "bottom bottom";
  grid-template-columns: 1fr 1fr;
}
.reason_box_ex-img img {
  width: initial;
  max-width: 100%;
}
.reason_box_ex-img img:nth-child(3) {
  grid-column: 1/3;
  grid-area: bottom;
  margin: 0 auto;
}
.reason_box_ex-txt {
  margin-top: 50px;
  text-align: center;
}
.reason_box_color {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: -50px;
}
.reason_box_color img {
  width: fit-content;
}
.reason_box_voice {
  margin-top: 50px;
}
.reason_box_voice img {
  width: fit-content;
}

.detail {
  background-color: #ECF3F9;
}
.detail > h2 {
  margin-top: 0;
  background: url(../images/detail_ttl_bg.png);
  background-size: contain;
  padding: 50px 0 80px;
}
.detail > h2 img {
  margin: 0 auto;
  width: fit-content;
}
.detail_body {
  width: 950px;
  margin: 0 auto;
  padding: 64px 0 6rem;
}
.detail_body_txt {
  text-align: center;
  padding: 10px 0;
}
.detail_body_info-ttl {
  display: table;
  font-size: 43px;
  line-height: 41px;
  letter-spacing: 9.46px;
  margin: 60px auto 34px;
}
.detail_body_info-ttl::before {
  content: "・";
}
.detail_body_info-ttl::after {
  content: "・";
}
.detail_body_info-txt {
  background-color: #fffefb;
  border-radius: 210px;
  padding: 4px 125px;
}
.detail_body_info-txt dl {
  display: grid;
  grid-template-areas: "label cont";
  align-items: center;
  grid-template-columns: 1fr 5fr;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.6px;
  padding: 38px 0;
  border-bottom: 4px dashed #013760;
}
.detail_body_info-txt dl:last-child {
  border-bottom: none;
}
.detail_body_info-txt dl dt {
  grid-area: label;
  margin-left: 13px;
}
@media (min-width: 769px) {
  .detail_body_info-txt dl dt.-size {
    font-size: 28px;
  }
}
.detail_body_info-txt dl dd {
  grid-area: cont;
}
.detail_body_info-txt.-pink > dl > dt {
  color: #de888c;
}
.detail_body_info-txt.-yellow > dl > dt {
  color: #d6a46f;
}
.detail_body_info-txt.-color {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 50px 125px 30px;
  border-radius: 160px;
}
.detail_body_info-txt.-color figure {
  margin: 0 auto;
}
.detail_body_info-txt.-color figure figcaption {
  margin-top: 25px;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.4px;
}
.detail_body_info-txt.-price > dl {
  grid-template-columns: 7em auto;
  border-bottom: none;
  padding-bottom: 42px;
}
.detail_body_info-txt.-price > dl dt {
  color: #7dabbc;
}
.detail_body_info-txt.-price > dl dd .souryo {
  margin-left: 30px;
  border: 1px solid #013760;
  border-radius: 8px;
  padding: 2px 12px;
  font-size: 18px;
  letter-spacing: 2.5px;
}
.detail_body_info-note {
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0.42px;
}
.detail_body_info-note.-color {
  grid-area: bottom;
}
.detail_body_color {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.detail_body_info-yotei {
  width: fit-content;
  margin-inline: auto;
  margin-top: 2em;
  margin-bottom: 0;
  padding: 6px 40px 10px;
  border: 2px solid;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .detail_body_info-yotei {
    padding: 6px 18px 8px;
  }
}

.voice {
  background-color: #F6F1EB;
}

#gallery {
  background-color: #ECF3F9;
}
@media (max-width: 768px) {
  #gallery {
    background-size: cover;
  }
}

.instagram h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.instagram__wrap {
  width: 1000px;
  margin-inline: auto;
  padding-block: 4rem;
}
@media (max-width: 768px) {
  .instagram__wrap {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .instagram__wrap .FeedGridLayout__cell:nth-child(n+9) {
    display: none;
  }
}
.instagram__btn {
  color: #013760;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .instagram__btn {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

footer {
  background: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
footer .kiyaku {
  color: #013760;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}
footer .company {
  margin-bottom: 60px;
}
footer .company h3 {
  text-align: center;
  margin-bottom: 45px;
}
footer .company dl > div {
  display: flex;
  line-height: 1.2em;
  margin-bottom: 24px;
}
footer .company dl > div > dt {
  width: 5em;
}

.webform {
  background-color: #f9f4ea;
  padding-block: 60px 90px;
}
.webform h2, .webform_campaign,
.webform .form {
  width: 1170px;
  margin: 0 auto;
}
.webform h2_guide, .webform_campaign_guide,
.webform .form_guide {
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
  background: #fffdfd;
  border-radius: 8px;
}
.webform h2_guide-title, .webform_campaign_guide-title,
.webform .form_guide-title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.webform h2_guide ol, .webform_campaign_guide ol,
.webform .form_guide ol {
  margin: 0;
}
.webform h2_ttl, .webform_campaign_ttl,
.webform .form_ttl {
  text-align: center;
}
.webform .wrap-form {
  padding: 20px;
}
.webform h2 {
  text-align: center;
}
.webform_campaign_flow {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 90px 0 60px;
}
.webform_campaign_flow-step {
  position: relative;
  margin: 0;
  background-color: #FFF;
  border: 3px solid #ea5c35;
  padding: 42px 38px 28px;
  border-radius: 15px;
}
.webform_campaign_flow-step:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0da";
  position: absolute;
  right: -25px;
  top: 38%;
}
.webform_campaign_flow-step:last-child:after {
  content: "";
}
.webform_campaign_flow-step dt {
  position: absolute;
  background-color: #ea5c35;
  padding: 0 22px 3px 24px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 2em;
  top: -18px;
  display: table;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.webform_campaign_flow-step dd {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0 auto;
}
.webform_campaign_note {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  padding-bottom: 90px;
}
.webform_campaign_note p {
  display: flex;
  align-items: center;
  background-color: #013760;
  border-radius: 15px;
  color: white;
  width: 200px;
  font-size: 19px;
  line-height: 1.2em;
  text-align: center;
  padding: 30px;
  margin-bottom: 0;
}
.webform_campaign_note ul {
  margin: 0;
  font-size: 20px;
  line-height: 2em;
}
.webform .p-order-form {
  width: fit-content;
  margin: 0 auto;
}
.webform .p-form-group {
  width: 980px;
  flex-direction: row;
  align-items: center;
  padding: 0 !important;
  gap: 40px;
  border-bottom: 1px dashed #e6dbc5 !important;
}
.webform .p-form-group .-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  width: 310px;
}
.webform .p-form-group .-title .-required,
.webform .p-form-group .-title .-any {
  background-color: #E44943;
  color: #FFF;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1em;
  margin-left: 1em;
  white-space: nowrap;
}
.webform .p-form-group .-title .-any {
  background-color: #A2A2A2;
}
.webform .p-form-group .-message {
  color: #E44943;
  font-weight: 600;
}
.webform .p-form-group .-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  line-height: 1.35em;
}
.webform .p-form-group-box {
  flex: 5;
  padding-block: 20px;
  font-weight: 500;
}
.webform .p-form-group-box .-comment {
  color: #777;
  margin-top: 5px;
  line-height: 1.3em;
}
.webform .p-form-group-box .-label {
  display: block;
  margin-bottom: 2px;
}
.webform .p-form-group-colorsample {
  color: #013760;
}
.webform .p-form-group-colorsample:visited {
  color: #013760;
}
.webform .p-form-group-colorsample:hover {
  color: #125588;
}
.webform .c-button {
  background-color: #ea5c35;
  border: 2px solid #ea5c35;
}
.webform .c-button:hover {
  background-color: #f79175;
}

.fixed-order-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: fit-content;
  height: auto;
  /* flexbox設定 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .fixed-order-button {
    bottom: 8px;
    right: 8px;
    width: 64px;
    gap: 6px;
  }
}
.fixed-order-button a {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.12));
}
.fixed-order-button img {
  width: 100%;
  /* 親に合わせてリサイズ */
  height: auto;
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}