:root {
  --green: #d2dd80;
  --orange: #efa118;
  --orange-deep: #d97e00;
  --text: #333;
  --muted: #666;
  --faq-bg: #f2f2f2;
  --what-bg: #ece5c7;
  --merit-bg: #f5d7aa;
  --demerit-bg: #ececec;
  --flow-tab-bg: #787878;
  --flow-box-bg: #efe5bf;
  --shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.8;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container {
    width: min(94%, 1200px);
    margin: 0 auto; padding: 0 24px; }
.narrow { width: min(94%, 1200px); }
.section { padding: 80px 0; }
.section-green { background: var(--green); }
.section-title {
    margin: 0 0 20px;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;}
.section-title--center {
    text-align: center; }
.section-title--sm {
    margin-bottom: 30px;
    font-size: 2.3rem; }
.section-note { margin: -8px 0 40px; text-align: center; color: #666; }
.section-note--dark { color: rgba(0, 0, 0, 0.7); }
.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); backdrop-filter: blur(10px);
}
.header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding:0 4%;}
.header-logo img { width: 270px; }
.header-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
	width:67%;}
.header-btn {
	width:39%;
    max-width: 300px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    background: url(./assets/head_btn_back.png) center / 100% 100% no-repeat;
    color: #000000;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}
.header-btn+.header-btn {
	width:59%;
}
.header-btn:hover { opacity: 0.9; }
.hero { padding: 100px 0 0 0;
    max-height:744px;}
.hero-inner {
    display: block;
    align-items: end;
    position:relative;
    width:min(100%,1600px);}
.hero-copy {
    text-align: center;
    position:relative;
    z-index:9;
    align-self: center;
    font-size: min(5vw,74px);}
.hero-lead,
.hero-copy h1 {
  margin: 0;
  color: #d97706;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-shadow: 4px 4px 2px #fff, -4px 4px 2px #fff, 4px -4px 2px #fff, -4px -4px 2px #fff, 0 4px 2px rgba(255,255,255,0.92);
}
.hero-illust--left,
.hero-illust--right {
    position: absolute;
    left: 5%;
    max-width: 270px;
    bottom: 0;
    width: 25%;}

.hero-illust--right {
    left:inherit;
    right:5%;
}

.hero-lead {
    font-weight: 800; }
.hero-copy h1 {
    line-height: 1.25;
    font-weight: 800;
    font-size:100%;}
.hero-copy h1 span,
.hero-lead span {
    font-size:120%;}
.hero-text {
    display: inline-block;
    margin-top: 22px;
    padding: 0;
    background: transparent;
    border-left: 0;
    font-size:1.7rem;
    letter-spacing:-1px;
    font-weight: 500;}
/*
.hero-text span {
    position:relative;
    background: linear-gradient(to bottom,#ffffff,rgba(254,234,184,1.00)); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color:rgba(215,205,181,1.00);
    font-size:110%;
    -webkit-text-stroke: 8px #373737;
    text-stroke: 8px #373737;
    paint-order: stroke;}
*/
#foo {
  position: relative;
/*  text-stroke: 7.5px #373737;
  -webkit-text-stroke: 7.5px #373737;*/
  font-size: 110%;
  text-decoration:underline;
  font-weight:bold;
}
/*
#foo::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: attr(data-txt);
  background: linear-gradient(to bottom,#ffffff,rgba(254,234,184,1.00),rgba(254,234,184,1.00));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-stroke: 0px #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}
*/
.hero-illust img {
    margin-inline: auto;}
.about-box {
    padding: 50px 40px;
    background: #fbf5d9;
    border-radius: 18px;
    text-align: center;}
.about-box p {
    font-size:1.4rem;}
.two-col {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 44px;
    font-size:1.15rem;
    align-items: center; }
.section-copy p span {
    color:rgba(222,127,3,1.00);
    font-weight:bold;}
.what-heading {
    margin-bottom: 30px; }
.title-mark { position: relative; min-height: 90px; display: flex; align-items: center; }
.title-mark img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    opacity: 1; }
.title-mark .section-title {
    position: relative;
    margin: 0;
    padding-left: 56px;
    color: #de7f03; }
.title-mark--center { justify-content: center; }
.title-mark--center img { left: 50%; transform: translate(-50%, -50%); }
.title-mark--center .section-title { padding-left: 0; text-align: center; }
.accent-text { color: #cf6d0f; font-weight: 700; }
.cards-2col {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 40px;
    margin-top: 42px;
    align-items: flex-end;}
.info-card {
    padding: 0px;
    border-radius: 22px;
    background: #fdf8e4;
    box-shadow: var(--shadow); }
.info-card__head {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    padding: 0 0 0 0px;
    border-radius: 15px 15px 0 0;
    position:relative;
    font-weight: 800;
    text-align:center;}
.info-card__head img {
    width: auto;
    bottom:-4px;
    position:absolute;
    left:40px;}
.info-card__head h3 {
    margin: 0;
    font-size: 2.9rem;
    text-align:center;
    width:100%;
    position: relative;
    z-index:5;
    color: #f89725;
    text-shadow:
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff;}
.info-card__head--merit {
    background: #fee29a;}
.info-card__head--demerit {
    background: rgba(204,204,204,1.00)}
.info-card__head--demerit h3 {
    color: #5a5a5a;
    font-size: 2rem;
    font-weight: 900;}
.info-card__head--demerit img {
    left:inherit;
    right:40px;
}
.info-card--demerit {
    background-color:#ffffff;
    height:85%;
}
.check-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0 5% 30px 5%;
    font-size:1.1rem}
.check-list li {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 16px 5px 15px 5px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2); }
.info-card--merit li {
    border-bottom: 3px solid rgb(248 151 37/ 0.4)
}
.check-list li:last-child { border-bottom: 0; }
.check-list img {
    width: 36px;
    flex: 0 0 28px;
    margin-top: 2px;}
.section-flow {
    position:relative;}
.flow_head_pic1 {
    position:absolute;
    left:21.5%;
    top:50px;}
.flow_head_pic2 {
    position:absolute;
    right:21.5%;
    top:50px;}
.section-flow .section-note {
    margin-bottom:60px;
    font-size:1.5rem;
    color:#000;}
.section-flow h2 {
    margin-bottom:40px;
}
.section-flow h2 span {
    font-size:120%;}

.flow-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0px;
    margin-bottom: 18px; }
.flow-row--top {
    margin-bottom:50px;
}
.flow-row--bottom { justify-content: center; }
.flow-card {
    max-width:24%;
    width: 270px;
    min-height: 100%;
    padding: 0 18px 22px;
    background: #fff;
    border-radius: 18px;
    border: 2px solid #efa118;
    box-shadow: var(--shadow);
    text-align: center; }
.flow-card__head {
    width: calc(100% + 36px);
    margin: 0 -18px 0px;
    padding: 10px 10px 10px;
    border-radius: 14px 14px 0 0;
    background: var(--orange);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1; }
.flow-card__head span { display: inline-block; margin-top: 2px; font-size: 1.95rem; }
.flow-card h3 {
    min-height: 3.6em;
    margin: 10px 0 12px;
    align-content:center;
    font-size: 1.5rem;
    letter-spacing:-2px;
    line-height: 1.3; }
.flow-card h3 span {
    font-size:80%;
    display: block;
    margin-top: 3px;}
.flow-card img {
    max-width: 140px;
    margin: 0 auto 12px;
    width:100%;}
.flow-card p { margin: 0; text-align: left; font-size: 0.95rem; color: var(--muted); }
.flow-step-arrow { display: flex; align-items: center; justify-content: center; width: 24px; }
.flow-step-arrow img {
    max-width: 25px;
    opacity: 1; }
.section-pattern .section-note {
    font-size:1.6rem;
    margin:40px 0 40px;
}

.section-pattern .section-note span {
	display:block;
	font-size:1.1rem;
}
.section-pattern .container {
    max-width: 1200px; }
.pattern-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 32px 0 16px; }
.pattern-tab {
  position: relative;
  border: 0;
  font-size:1.5rem;
  padding: 14px 10px;
  background: var(--flow-tab-bg);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.pattern-tab:hover,.pattern-tab:focus-visible { background: #777; }
.pattern-tab.is-active {
    background: #f89725; }
.pattern-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--orange);
}
.pattern-box {
    background: var(--flow-box-bg);
    border-radius: 18px;
    padding: 26px;
    box-shadow: var(--shadow); }
.pattern-intro {
    margin: 0 0 18px;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;}
.pattern-mini-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7%;
    flex-wrap: wrap;
    margin-bottom: 22px;
    background-color: #f5e2cc;
    padding: 3.5% 1.5% 2%;
    border-radius: 30px;
    border: 3px solid #ffffff;
    position: relative;}
.pattern-mini-flow:before {
    content: "";
    width:34px;
    height:37px;
    position:absolute;
    top:-35px;
    left:0;
    right:0;
    margin:auto;
    background-size:100% 100%;
    background-image:url("./assets/step_tri.png");
    z-index:9;
}
.pattern-mini-flow:after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 4px solid orange;
    display: block;
    position: absolute;
    top: -8px;
    z-index:0;
    border-radius: 35px;}
.pattern-mini-flow article {
    width: 14%;
    min-height: 270px;
    padding: 10px 10px 12px;
    background: #fff7f1;
    border-radius: 16px;
    text-align: center;
    z-index:1;}
.pattern-mini-flow article small {
    display: inline-block;
    color: #f89725;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;}
.pattern-mini-flow article .pattern_head span {
    display: inline-block;
    color: #e68a0c;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;}
.pattern_head {
    margin-top:-40px;
}
.pattern-mini-flow article img {
    max-width: 128px;
    margin: 8px auto;
    width: 100%;}
.pattern-mini-flow article p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5; }
.pattern-mini-flow article p span {
    font-weight:800;}
.pattern-mini-flow article p i {
    font-size:0.8em;
    font-style: normal;
    letter-spacing:-1px;}
.pattern-mini-flow .arrow { width: 18px; height: auto; opacity: 0.85; }
.pattern-callout {
    display: flex;
    gap: 6px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 14px;}
.pattern-callout strong {
    background-color: #f89725;
    color: #ffffff;
    border-radius: 999px;
    display: inline-block;
    width: 124px;
    height: 124px;
    text-align: center;
    align-content: center;
    line-height: 1.3;
    font-size: 1.1rem;}
.pattern-callout p {
    display: inline-block;
    align-content: center;
    margin-left: 2%;}
.pattern-callout ul {
    width: 84%;
    padding-left: 0;
    list-style: none;
    align-content: center;
    font-size: 1.1rem;
    margin-left: 2%;}
.pattern-box .right_txt {
    text-align:right;
    font-size:1rem;
    margin: 20px 0 0 0;}
.pattern-image-wrap { display: flex; justify-content: center; margin: 18px 0 40px 0; }
.pattern-image-wrap img { width: min(100%, 582px); }
.pattern-home-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pattern-home-card { padding: 22px 18px; background: #fff; border-radius: 16px; text-align: center; }
.pattern-home-card img { width: 86px; margin: 0 auto 14px; }
.pattern-home-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.f-type1 {max-width:178px}
.f-type2 {max-width:291px}
.f-type3 {max-width:465px}
.f-type4 {max-width:221px}


.section-faq {
    background-color:#ffffff;
}
.faq-list { display: grid; gap: 16px; }
.faq-item { display: grid; gap: 0; }
.faq-question,
.faq-answer {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 30px 30px;}
.faq-question { background: #fff; font-weight: 700; }
.faq-answer {
    border-radius: 10px;
    background: var(--faq-bg); }
.faq-question img,
.faq-answer img {
    max-width: 45px;
    width:100%;
    flex: 0 0 28px;}
.faq-question span,
.faq-answer p {
    margin: 0;
    font-size: 1.3rem;}

.section-movie .section-title {
    margin-bottom:50px;}
.movie-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow);
  background: #000;
  padding-top: 56.25%;
  border: 4px solid white;
}
.movie-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.site-footer {
    padding: 20px 0;
    background: #a8b544;
    color: #fff;
    text-align: center; }
.site-footer p {
    font-size:1.4rem;
    margin:0 0 30px 0;}
@media (max-width: 1024px) {
  .flow-row { flex-wrap: wrap; gap: 16px; }
  .flow-step-arrow { display: none; }
  .pattern-home-layout { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .section { padding: 50px 0 0 0; }
  .container { padding: 0 10px; }
  .header-inner {
      min-height: auto;
      padding: 0;
      flex-direction: column;
      align-items: stretch;
      display: grid;
      grid-template-columns:1.2fr 2fr;}
  .header-logo img {
        width: 220px;
        margin: 0 0 0 5%;}
  .header-actions {
      display: grid;
      gap:5px;
      grid-template-columns: 1fr 1.8fr;
      align-content: center;
      margin: 0 10px 0 auto;
	width:85%;}
  .header-btn {
      width: 100%;
      min-height: 30px;
      height: 28px;
      padding: 0 8px 0 0;
      font-size: 0.7rem; }
  .header-btn+.header-btn {
      width:auto;
    }
  .hero { padding-top: 28px; }
  .hero-lead,
  .hero-copy h1 { -webkit-text-stroke: 2px #fff; }
  .hero-text {
      display: block;
      margin-top: 18px;
      text-align: center;
      font-size: 3vw !important;
      background-color: rgb(255, 255, 255, 90%);
      width: 86%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 7px;}
#foo {
    position: relative;
/*    text-stroke: 4px #373737;
    -webkit-text-stroke: 4px #373737;*/
    font-size: 110%;}
#foo::after {
        top:-2px;
    }
.hero-copy {
        width:100%;
        padding-top:10%;
        padding-bottom: 1%;
    }
.two-col {
    font-size: 0.8rem;}
    .hero-illust--left {
    left: 2%;
    width:33%;}
.two-col--what {
    gap:0;    
    }
.two-col--what .section-image img {
    width:45%;
    display:block;
    margin:0 auto 30px auto;
    }

.hero-illust--right {
    right: 2%;
    width:33%;}

    .hero-lead, .hero-copy h1 {
    margin: 0;
    color: #d97706;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
    text-shadow:
        2px 2px 1px #fff,
        -2px 2px 1px #fff,
        2px -2px 1px #fff,
        0 2px 1px rgba(255, 255, 255, 0.92);}
   .about-box,.pattern-box {
	 padding: 20px 13px; }
  .title-mark { min-height: 64px; }
  .title-mark img { width: 68px; }
  .flow-card {
      width: 100%;
      max-width: inherit;
    border-radius: 8px;}
  .flow-card h3 { min-height: auto; }
  .pattern-tabs { grid-template-columns: repeat(2, 1fr); }
  .pattern-mini-flow {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
  .pattern-mini-flow article {
      width: auto;
      min-height: 120px;
      padding:0 10px 9px;}
  .pattern-mini-flow .arrow { display: none; }
    .hero-inner {
        min-height:210px;
    }
    .hero-inner, .two-col, .cards-2col {
        grid-template-columns: 1fr;
    }
.section-title--sm {
    font-size: 1.5rem;}
.about-box p {
    font-size: 0.8rem;
    text-align:left;}
    .forpc {
        display:none;
    }
.section-title {
    font-size: 1.3rem;
        margin-bottom:1em;}
.info-card__head img {
    width: 16%;}
.info-card__head h3 {
    font-size: 1.8rem;}
.info-card__head {
    min-height: 50px;}
.check-list {
    font-size: 0.8rem;
    margin:0;
    padding: 0 10px 10px 10px;}
.check-list img {
    width: 18px;}
.check-list li {
    gap: 14px;}
.check-list li {
    padding: 16px 10px 15px 10px;
    line-height: 1.2;}
.cards-2col {
    margin-top: 17%;
    gap:60px;
    padding-bottom:30px;}
.info-card--demerit {
    height:inherit;
    }
.info-card--demerit h3 {
    font-size:1.4rem}
.section-flow {
    padding:50px 0px 10px 0px;}
.flow_head_pic1 {
    left: 10%;
    top: 30px;
    z-index: -1;
    width: 16%;
    height: 70px;
    object-fit: cover;
    object-position: top;}
.flow_head_pic2 {
    right: 10%;
    top: 30px;
    z-index: -1;
    width: 16%;
    height: 70px;
    object-fit: cover;
    object-position: top;}
.section-flow .section-note {
    margin-bottom: 30px;
    font-size: 0.9rem;}
    .flow-card__head br {
        display:none;
    }
.flow-card__head {
    width: calc(100% + 40px);
    margin: -2px -20px 0px;
    padding: 2px 0px 7px;
    border-radius: 8px 8px 0 0;}
.flow-card h3 {
    min-height: auto;
    margin: 15px 0 5px;
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 1.2;}
.flow-card img {
        max-width: 75px;
        margin: 0 3% 0 auto;
        display: inline-block;
        width: 28%;
    }
    .flow-card p {
        margin: 10px 0 0 0;
        font-size: 0.8rem;
        vertical-align: top;
        display: inline-block;
        width: 72%;
    }
.flow-row--top {
    margin-bottom: 16px;}

.flow-card h3 span {
    display: inline-block;}
.section-pattern .section-note {
    font-size: 0.9rem;
    margin: 0px 0 0px;}
.pattern-tabs {
    margin: 20px 0 15px;}
.pattern-tab {
    font-size: 0.9rem;
    padding: 5px 0px;
    border-radius: 5px;}
.pattern-tab.is-active::after {
    display:none;
    }
.pattern-intro {
    margin: 0 0 10px;
    font-size: 0.8rem;
    }
    .pattern-mini-flow:before {
        display:none;
    }
.pattern-callout {
    padding: 0 0 5% 0;}
.pattern-callout strong {
    border-radius:8px 8px 0 0;}
.pattern_head {
    margin-top: 0px;
    display:inline-block;
    vertical-align:middle;}
.pattern-mini-flow article .pattern_head span {
    font-size: 1.5rem;}
.pattern-mini-flow article img {
    max-width: 50px;
    display:inline-block;
    vertical-align:middle;
    margin: 0px auto 0px auto;}
.pattern-mini-flow article p {
    font-size: 0.9rem;
    min-height:56px;
    align-content:center;
    line-height: 1.2;}
    .pattern-mini-flow {
        border:3px solid rgba(248,151,37,1.00);
    }
    .pattern-mini-flow:after {
        display:none;
    }
.pattern-image-wrap img {
    width: inherit;
    height:60px;}
.pattern-image-wrap {
    margin: 5px 0 15px;}
.pattern-mini-flow {
    gap: 1.5%;
    padding:5px 5px 17px 5px;
    border-radius:20px;}
.pattern-callout {
    display: block;}
.pattern-callout strong {
    border-radius: 8px 8px 0 0;
    display: block;
    width:100%;
    height:inherit;
    padding:5px 0;}
.pattern-callout ul {
    width: 90%;
    margin: 2% auto 0% auto;
    padding-left: 0;
    list-style: none;
    align-content: center;
    font-size: 0.8rem;
    margin: 5% auto 0 auto;}
.pattern-box .right_txt {
    text-align: left;
    font-size: 0.7rem;
    width: 98%;
    margin: 20px 0 0 auto;
    line-height: 1.3;}

.pattern-callout strong br {
    display:none;}
.pattern-panels {
    padding-bottom:40px;
    }
.faq-question img, .faq-answer img {
    max-width: 30px;}
.faq-question span, .faq-answer p {
    font-size: 0.9rem;
    line-height: 1.3;}
.faq-question, .faq-answer {
    gap: 15px;}
.faq-question, .faq-answer {
    gap: 15px;
    padding: 15px 20px;
    }
.section-movie {
    padding-bottom:40px;
    }
.site-footer p {
    font-size: 0.8rem;
    margin: 0 0 0px 0;}
.section-movie .section-title {
    margin-bottom: 30px;}
.pattern-callout p {
    font-size: 0.8rem;
    margin-left:inherit;
    margin: 2% 4%;}
.hero-copy{
    font-size: min(4.5vw, 74px);
	letter-spacing:1px;}
.section-pattern .section-note span {
    display: block;
    font-size: 0.8rem;}
}
@media (max-width: 340px) {
    .header-btn {
        font-size: 0.56rem;
    }
}
@media (min-width: 768px) {
    .forsp {display:none;}
}
