@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    color: #333;
}

a {
    color: #333;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#page-top {
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    height: 91px;
    z-index: 9;
}

.page {
    position: relative;
}

.Roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.sans {
    font-family: 'Noto Sans JP', serif;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

.grad {
    background: linear-gradient(90deg, #FFE2EC 0%, #FF6298 100%) 0% 0%;
}

.grad-op {
    background: transparent linear-gradient(119deg, rgba(255, 226, 236, 0.2) 0%, rgba(255, 98, 152, 0.2) 100%) 0% 0%;
}

.grad-op50 {
    background: linear-gradient(107deg, rgba(255, 226, 236, 0.3) 0%, rgba(255, 98, 152, 0.3) 100%) 0% 0%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-column-gap: 2rem;
}

header .flex {
    grid-column-gap: 4rem;
}

.green {
    color: #FF006D;
}

.pd {
    padding-left: 10rem;
    padding-right: 10rem;
}

.M {
    font-weight: 500;
}

.B {
    font-weight: 700;
}

.w-s_no {
    white-space: nowrap;
}

.lh30 {
    line-height: 3rem;
}

.main-bg,
.title-bg {
    position: relative;
}

.main-bg::after,
.title-bg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .77) 40%, #fff 100%);
}

.bg--01 {
    background: #F4F4F4;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 943px;
    margin: 60px auto;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

header {
    padding-top: 4.1rem;
}

header>.flex {
    align-items: center;
}

header .pc nav {
    width: 978px;
}

header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.4rem;
}

header li {
    text-align: center;
}

header li a {
    display: block;
}

header li span {
    display: inline-block;
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.8rem;
}

.top-main {
    max-width: 100%;
    width: 1524px;
    margin: 0 auto;
    background: url("../img/top-main.png") no-repeat right top 7.7rem;
    padding-top: 6.9rem;
    padding-bottom: 19rem;
    background-size: clamp(640px, calc(40rem + ((1vw - 12px) * 90)), 906px);
    min-height: 0vw;
}

.top-main .green {
    line-height: 1.5;
    font-weight: 700;
    color: #333;
}

.top-main .p1 {
    display: block;
    font-size: 5rem;
    color: #196A5C;
}

.top-main .p2 {
    display: block;
    font-size: 1.8rem;
    color: #196A5C;
}

.top-main .p3 {
    display: block;
    font-size: 2.6rem;
}

.top-main .serif {
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 7.6rem;
    padding-top: 2.4rem;
    margin-bottom: 4rem;
}

#t-ab1 {
    padding-bottom: 5rem;
}

.hdl {
    font-family: 'Roboto', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .6rem;
    position: relative;
}

#top .hdl::before {
    content: "";
    background: url("../img/headline.png") no-repeat;
    height: 24px;
    width: 223px;
    position: absolute;
    left: -26rem;
    top: 50%;
    transform: translateY(-50%);
}

.hdl+p {
    font-size: 2.4rem;
    color: #333;
    letter-spacing: .03em;
    font-weight: 500;
    margin-bottom: 4.6rem;
}

.w1200 {
    max-width: 1272px;
    margin: 0 auto;
    padding-inline: 3.6rem;
}

.w1400 {
    max-width: 1272px;
    margin: 0 auto;
    padding-inline: 3.6rem;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 7rem;
    color: #196A5C;
    letter-spacing: 0.05 em;
}

.typing span {
    display: none;
    line-height: 0;
}

.sans12 span:nth-child(n+12) {
    font-family: 'Noto Sans JP', serif;
}

.top-dl {
    max-width: 560px;
}

.top-dl dt {
    color: #FF006D;
    font-size: 3rem;
    font-weight: 500;
    line-height: 5rem;
    margin-bottom: 2.6rem;
}

.top-dl dd {
    font-size: 2rem;
    line-height: 3rem;
}

#t-ab2 {
    padding: 6rem 0;
}

#t-ab2 .top-dl dt {
    margin-bottom: .8rem;
}

.top-dl dd ul {
    margin: 1rem 0;
}

.top-dl dd li::before {
    content: "";
    display: inline-block;
    background: url("../img/mark01.png") no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 1rem;
}

.btn-top-about {
    padding: 6rem 0 12rem;
    text-align: center;
}

.top-ach {
    padding-bottom: 16rem;
}

.grad-box {
    padding: .6rem;
    border-radius: 10px;
    background: linear-gradient(116deg, #FFE2EC 0%, #FF6298 100%) 0% 0%;
}

.top-ach .white-box {
    background: #fff;
    border-radius: 10px;
    align-items: center;
    padding: 4rem 6rem;
    column-gap: 3rem;
}

.top-ach-dl {
    max-width: 560px;
}

.top-ach-dl dt {
    color: #FF006D;
    font-size: 3rem;
    font-weight: 500;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.top-ach-dl dd {
    font-size: 2rem;
    line-height: 3rem;
}

.top-ach-dl .Roboto {
    font-size: 3rem;
    line-height: 6.6rem;
}

.top-ach-dl .number {
    font-size: 6rem;
}

.top-ach-dl .w-s_no {
    line-height: 3.6rem;
    margin-top: -2rem;
    margin-bottom: 1rem;
}

.t-ach__image {
    margin-inline: auto;
}

#top-sup {
    padding: 8rem 0 12rem;
}

#top-sup .hdl {
    margin-bottom: 1rem;
}

.t-sup-p1 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 4rem;
}

.t-sup-p2 {
    margin-bottom: 3rem;
}

.FD {
    color: #FF006D;
    font-size: 3rem;
    font-weight: 700;
}

.t-sup-p4 {
    font-size: 1.8rem;
    line-height: 3.6rem;
}

footer {
    padding-top: 6rem;
}

footer .w1200 {
    max-width: 1272px;
    margin: 0 auto;
}

.ftr-top {
    position: relative;
    padding-bottom: 4rem;
    border-bottom: 1px solid #707070;
    justify-content: space-between;
}

.ftr-top dl {
    margin-top: 1rem;
    line-height: 2.4rem;
}

.ftr-top dt {
    margin-right: 1rem;
}

.ftr-top .link {
    padding-right: 20px;
    background: url(../img/icon_blank.png) no-repeat right;
    text-decoration: underline;
    width: fit-content;
    display: block;
}

.ftr-top .w675 {
    width: 675px;
    justify-content: space-between;
}

.ftr-top .w675 li {
    margin-bottom: 1.8rem;
}

.ftr-top .w675 li:first-child {
    margin-bottom: 0;
}

.ftr-top .w675 .green {
    display: inline-block;
    margin-bottom: 2.5rem;
}

.ftr-top .absolute {
    position: absolute;
    right: 0;
    bottom: 3rem;
    display: flex;
    column-gap: 30px;
}

.ftr-btm {
    padding: 2.5rem 0 8rem;
}

.ftr-btm li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

/*------------- 2024.10.16追加 --------------*/
.ftr-btm ul {
    justify-content: space-around;
}


.copy {
    width: 100%;
    height: 36px;
    line-height: 3.6rem;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
}

/* about */
.title {
    margin-top: 8rem;
    /* height: 326px; */
    height: 342px;
    position: relative;
    padding-left: 6.8rem;
}

.ab-title .title {
    background: url("../img/ab-title.png") no-repeat right top;
}

.title::before {
    content: "";
    display: block;
    width: 18px;
    height: 100%;
    background: linear-gradient(180deg, #FFE2EC 0%, #FF6298 100%) 0% 0%;
    position: absolute;
    left: 0;
}

.title .hdl {
    font-size: 7rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.title .sans12 span:nth-child(n+12) {
    font-size: 6.2rem;
}

.title .hdl+p {
    margin-bottom: 2.4rem;
}

.title .txt {
    font-size: 2rem;
    line-height: 3rem;
}

.title-bg {
    padding-bottom: 15rem;
}

.bread {
    margin-top: 3rem;
}

.bread li {
    display: inline-block;
    margin-block: 1em;
}

#anchor-link p {
    font-size: 2.2rem;
    line-height: 4rem;
    color: #333;
    text-align: center;
    font-weight: 500;
    margin-bottom: 4.1rem;
}

.anchor-link {
    max-width: 840px;
    margin: 0 auto 10rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 3rem;
}

.anchor-link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5rem;
    height: 70px;
    position: relative;
    transition: font-weight .2s;
    border-left: 1px solid #196A5C;
}

#anchor-link li:nth-child(3) a,
#anchor-link li:last-child a {
    border-right: 1px solid #196A5C;
}

.anchor-link li a::after {
    content: "";
    background: url("../img/anchor-link.png") no-repeat top left;
    width: 24px;
    height: 13px;
    position: absolute;
    top: 5.2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: background .2s;
}

.page h2 {
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
    margin-top: -2rem;
    padding-top: 2rem;
}

#ab-bg {
    padding-bottom: 16rem;
}

#ab-bg .flex {
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
}

.ab-bg-Rt {
    max-width: 566px;
}

#about h3 {
    color: #FF006D;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

#about .ab-bg-Rt h3 {
    margin-bottom: 2.6rem;
}

.underline {
    background: linear-gradient(to top, #196A5C 1px, #fff 1px);
    padding-bottom: 2px;
}

.ad-comp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-bottom: 3rem;
}

.ad-comp .grad-box {
    width: 590px;
    height: 84px;
    background: #FFF;
}

.ad-comp .grad-box p {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 2.4rem;
    font-weight: 500;
    color: #FF006D;
    border: #FF006D 2px solid;
}

.ad-comp .lh30 {
    text-align: center;
    margin-bottom: 2rem;
}

.grid-container {
    width: 834px;
    margin: 0 auto 10rem;
    display: grid;
    grid-template-columns: 397px 1fr 397px;
    grid-template-rows: 42px 42px;
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
}

.grid-container>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pink {
    background: #FFD8E5;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.plus {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    font-size: 3rem;
    font-weight: 400;
}

.blue {
    background: #D8F5FF;
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}

.orange {
    background: #C6F0B6;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.ad-cond ul {
    position: relative;
}

.ad-cond li p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.ad-cond li p span {
    font-size: 1.8rem;
    font-weight: 400;
}

.ad-cond ul::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 45px 0 45px;
    border-color: #FF006D transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -4.5rem;
    transform: translateX(-50%);
}

.ad-cond .green {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin: 6.7rem 0 14rem;
}

.ab-ps .anchor-link {
    max-width: 100%;
    justify-content: flex-start;
    margin: 6rem 0;
}

.ab-ps .anchor-link li:last-child a {
    border-right: 1px solid #196A5C;
}

.anchor {
    margin-top: -2rem;
    padding-top: 2rem;
}

.ex {
    position: relative;
    display: block;
    margin-bottom: 3.6rem;
}

.ex::after {
    content: "画像をクリックすると拡大表示されます";
    position: absolute;
    right: 0;
    bottom: -3.6rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    background: url(../img/ex.png) no-repeat left bottom / 20px;
    height: 23px;
    padding-left: 2.8rem;
}

.ab-ps-system .flex {
    padding-bottom: 8rem;
    border-bottom: 1px solid #196A5C;
}

.ab-ps-Rt {
    width: 100%;
    max-width: 565px;
    line-height: 3rem;
}

.ab-ps dt {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.ab-ps-Rt .grad {
    border-radius: 20px;
    height: 30px;
    font-size: 1.8rem;
    color: #333;
    padding-left: 2.4rem;
    font-weight: 400;
    margin-top: 3rem;
}

.ab-ps-process,
.ab-ps-OP,
.ab-ps-output {
    padding: 6rem 0 8rem;
    border-bottom: solid 1px #196A5C;
}

.ab-ps-Lt {
    max-width: 590px;
}

.ab-ps-Lt a:not(:first-child) {
    padding-top: 4rem;
}

.ab-ps-process1 .ab-ps-Rt dl {
    border-bottom: dashed 1px #196A5C;
    padding-bottom: 3rem;
    margin-bottom: 2.5rem;
}

.pl20 {
    padding-left: 2rem;
}

.mark02,
.mark03 {
    position: relative;
}

.mark02::before,
.mark03::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1rem;
    /* top: 50%;
    transform: translateY(-50%); */
}

.mark02::before {
    left: -2rem;
    background: url("../img/mark02.png") no-repeat;
    width: 14px;
    height: 14px;
}

.mark03::before {
    left: -1.5rem;
    background: url("../img/mark03.png") no-repeat;
    width: 10px;
    height: 10px;
}

.ab-ps-process2 {
    margin-top: 8rem;
}

.ab-ps-process2 .mark02 {
    margin-left: 2rem;
}

.ab-ps-Rt .green {
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem 0 3rem;
}

.ab-st {
    padding-top: 14rem;
    padding-bottom: 12rem;
}

.ab-st .flex {
    justify-content: center;
    gap: 1.6rem;
}

.ab-st .grad-box {
    width: 389px;
    max-width: 100%;
    height: 170px;
    margin-bottom: 2.4rem;
    background: none;
}

.ab-st .grad-box p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.8rem;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    border: #FF006D 4px solid;
    color: #FF006D;
}

.ab-st p.M {
    font-size: 3rem;
    margin-bottom: 2.4rem;
}

.underline-bold {
    color: #333;
    background: linear-gradient(to top, #FFD6DE 14px, #fff 14px);
}

.youshiki9 {
    background: transparent linear-gradient(147deg, rgba(252, 222, 232, 0.2) 0%, rgba(255, 98, 152, 0.2) 100%) 0% 0% no-repeat padding-box;
    padding-block: 116px;
    margin-block: 140px;
}

.page .youshiki9 h2 {
    line-height: 1.7;
}

.ab-st .youshiki9 p.M {
    font-weight: 500;
    margin-block: 40px;
    line-height: 1.67;
}

.youshiki9 .tdu {
    text-decoration: underline;
    line-height: 1.42;
    font-size: 24px;
}

.btn-youshiki9__wrapper {
    margin-block: 80px;
    width: 345px;
}

.ab-st-bottom {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.ab-st-bottom .grad-op {
    margin-top: 4rem;
    padding: 4rem 4.5rem 3.5rem;
    border-radius: 10px;
    background: #F4F4F4;
}

.ab-st-bottom .grad-op .name {
    text-align: right;
    line-height: 3rem;
}

.ab-st-bottom .grad-op .serif {
    font-size: 2rem;
    font-weight: 700;
}

#about .ab-pr h3 {
    margin-bottom: 2rem;
}

.ab-pr .table {
    position: relative;
    height: 674px;
}

.ab-pr .tbl {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    border: 1px solid #FF006D;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

.ab-pr .tbl dt,
.ab-pr .tbl dd {
    border-top: 1px dashed #FF006D;
    height: 42px;
    display: flex;
    align-items: center;
}

.ab-pr .tbl>.B:nth-child(-n+2) {
    border-top: none;
}

.ab-pr .tbl dt {
    justify-content: flex-start;
    width: 899px;
    text-align: left;
    padding-left: 6rem;
}

.ab-pr .tbl dd {
    justify-content: flex-end;
    width: calc(100% - 899px);
    text-align: right;
    padding-right: 9.8rem;
    border-left: 1px solid #FF006D;
}

.ab-pr .tbl .B {
    border-top: 1px solid #FF006D;
    background: #FFEAEE;
}

.ab-pr .tbl .B:nth-child(1) {
    border-top-left-radius: 10px;
}

.ab-pr .tbl .B:nth-child(2) {
    border-top-right-radius: 10px;
}

.ab-pr .tbl .B .set {
    display: inline-block;
    color: #fff;
    background: #196A5C;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 1rem;
}

.ab-pr .asterisk {
    text-align: right;
    font-weight: 500;
    margin: 1.5rem 0 3.5rem;
}

.notes {
    background: #F4F4F4;
    border-radius: 20px;
    width: 100%;
    padding: 3rem 6rem;
    margin-bottom: 11rem;
}

.notes dt {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.notes dd {
    line-height: 3rem;
}

.ab-pr .grad-op {
    position: relative;
    text-align: center;
    padding: 9.5rem 0 6.5rem;
}

.ab-pr .grad-op::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 55px 0 55px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.ab-pr .grad-op p {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 4.5rem;
}

.ab-sup {
    padding-top: 14rem;
    padding-bottom: 16rem;
}

.ab-sup .flex {
    row-gap: 2rem;
    margin-bottom: 4rem;
}

.ab-sup-Rt {
    width: 100%;
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 366px;
    align-items: flex-end;
}

.ab-sup-Rt p {
    font-size: 2rem;
    line-height: 3.4rem;
}

.ab-sup-btm .FD {
    margin-bottom: 3rem;
    padding-top: 1rem;
}

.ab-sup-btm .B {
    font-size: 1.8rem;
    line-height: 3.6rem;
}

.ab-cp {
    padding-top: 6rem;
    padding-bottom: 8.6rem;
}

.ab-cp #ab-cp {
    color: #FF006D;
}

.ab-cp .flex {
    grid-column-gap: 5.4rem;
}

.ab-cp.bg--01 .flex {
    grid-column-gap: 6rem;
}

.ab-cp-Lt {
    width: 100%;
    max-width: 680px;
    line-height: 3rem;
}

.w1114 {
    max-width: 1114px;
    margin: 5rem auto 2rem;
}

.ab-cp .w1114 ul {
    row-gap: 3rem;
}

.ab-cp .w1114 li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 530px;
    max-width: 100%;
    height: 217px;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16),
        0 3px 6px rgb(0, 0, 0, 0.16) inset;
    border-radius: 10px;
}

.ab-cp .w1114 li .green {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.ab-cp .w1114 li .B {
    font-size: 4rem;
}

.ab-cp .w1114 li .txt {
    margin-top: 1rem;
    line-height: 2.6rem;
}

/* lightbox */
.lb-dataContainer {
    position: absolute;
    top: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
}



/* achievement */

.ac-title .title {
    background: url("../img/ac-title.png") no-repeat right top;
}

.ac-Dd {
    padding-bottom: 8rem;
}

.ac-Dd .flex {
    row-gap: 3rem;
}

.ac-Dd .flex li {
    width: 226px;
}

.ac-No {
    padding-bottom: 12rem;
}

.ac-No .w1400 {
    position: relative;
    height: 550px;
    align-items: center;
}

.ac-No .w1400::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, #FFE2EC 0%, #FF6298 100%) 0% 0%;
}

.ac-No .w1400>div {
    padding-left: 4rem;
}

.ac-link {
    padding-top: 2.8rem;
    padding-bottom: 14rem;
}

.ac-link li {
    border-radius: 10px;
    width: 570px;
    max-width: 100%;
    height: 176px;
    position: relative;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16) inset;
}

.ac-link .grad-op50 a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    padding-top: 4.5rem;
    padding-left: 6rem;
}

.ac-link .grad-op50 picture {
    position: absolute;
    bottom: 2.5rem;
    right: 2rem;
}

.ac-link li:last-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4.5rem;
    padding-left: 6rem;
    padding-right: 6.5rem;
    color: #196A5C;
    background: #F4F4F4;
}

.pt40 {
    padding-top: 4rem;
}

.ac-link .Roboto {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #333;
}

.ac-link .Roboto+p {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #FF006D;
}


/* support */
.sup-title .title {
    background: url("../img/sup-title.png") no-repeat right top;
}

.support {
    position: relative;
}

.sup-tel-box {
    padding-bottom: 6rem;
    font-weight: 500;
}

.sup-tel-box .B {
    font-size: 2.4rem;
}

.sup-tel-box .B span {
    font-size: 1.6rem;
    font-weight: 500;
}

.sup-tel-box .FD {
    margin-top: 3rem;
}

.sup-tel-box .tel,
.cont .tel {
    font-size: 6rem;
    font-weight: 700;
}

.sup-tel-box .tel span,
.cont .tel span {
    font-size: 1.6rem;
    font-weight: 400;
}

.sup {
    padding-top: 1rem;
    margin-bottom: 9rem;
}

.sup>li {
    margin-bottom: 4.5rem;
}

.sup dt {
    position: relative;
    line-height: 4.5rem;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 8rem;
}

.sup dt::before {
    font-family: 'Roboto', sans-serif;
    color: #FF006D;
    font-size: 5rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sup .sup01 dt::before {
    content: "01";
}

.sup .sup02 dt::before {
    content: "02"
}

.sup .sup03 dt::before {
    content: "03";
}

.sup dd {
    position: relative;
    line-height: 3rem;
    padding-left: 10rem;
    padding-top: 3rem;
    margin-top: 2.5rem;
}

.sup dd::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #FFB2D3 8rem, #185F52 8rem);
}

.sup dd li {
    position: relative;
}

.sup dd li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -2rem;
    background: url("../img/mark03.png") no-repeat;
    width: 10px;
    height: 10px;
}

.sup dd li.erase::before {
    content: none;
}

.sup-tel-box2 {
    border: none;
    padding-bottom: 14rem;
}

.sup-tel-box2 div {
    background: #F4F4F4;
    border-radius: 10px;
    margin-top: 2.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    padding: 2rem 4rem;
}

/* other */
.oth-title .title {
    background: url("../img/oth-title.png") no-repeat right top;
}

#other .w1200 {
    padding-top: 8rem;
    padding-bottom: 10rem;
    border-bottom: 1px solid #196A5C;
}

#other .profile .w1200 {
    padding-top: 0;
}

.profile .flex {
    justify-content: space-between;
    grid-column-gap: 0;
}

.prof-Lt a {
    display: inline-block;
    padding-right: 28px;
    background: url(../img/icon_blank2.png) no-repeat right bottom;
}

.prof-Rt h3 {
    color: #FF006D;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 4rem;
}

.prof-Rt dl {
    width: 100%;
    max-width: 774px;
    row-gap: 1.8rem;
    line-height: 1.8rem;
    justify-content: space-between;
}

.prof-Rt dt {
    width: 210px;
    font-weight: 700;
}

.prof-Rt dd {
    width: calc(100% - 210px);
}

.privacy pre {
    white-space: pre-line;
    line-height: 3rem;
}

#view {
    padding-left: 4rem;
    background: url("../img/view.png") no-repeat left center;
    width: fit-content;
    height: 24px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
}

.license_terms {
    padding-bottom: 14rem;
}

.license_terms p {
    margin-bottom: 2rem;
}

.license_terms a {
    text-decoration: underline;
    font-size: 2.4rem;
    font-weight: 500;
}

#other .license_terms .w1200:last-child {
    padding-bottom: 0;
    border: none;
}



/* contact */
.cont-title .title {
    background: url("../img/cont-title.png") no-repeat right top;
}

.cont {
    padding-bottom: 14rem;
}

.cont .tel .FD {
    margin-bottom: 3.2rem;
}

.tel__hosoku1 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.tel__hosoku1 br {
    display: none;
}

.tel__hosoku2 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.323;
    margin-bottom: 12rem;
}

.tel__hosoku2 br {
    display: none;
}

.tel__hosoku2--anchor {
    font-size: 3.4rem;
    font-weight: 700;
}

.mail h2+p {
    color: #FF006D;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .mail h2+p {
        font-size: 16px;
    }
}

.form {
    padding-top: 2.5rem;
}

.form-ul {
    border-bottom: 1px dashed #196A5C;
}

.form-ul>li {
    padding: 3.8rem 8rem 3.8rem 6rem;
    border-top: 1px dashed #196A5C;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form-ul>li>label,
.checkbox p,
.radio p {
    width: 210px;
    font-weight: 700;
    padding-top: .5rem;
}

.checkbox .flex,
.radio .flex {
    gap: 2rem 4rem;
    justify-content: flex-start;
}

.checkbox li,
.radio li {
    min-width: 304px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 1.5rem;
}

.form-ul>li .inquiry {
    display: block;
    font-size: 1.4rem;
    color: #D02727;
    font-weight: 400;
    margin-top: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.checkbox .flex,
.radio .flex {
    width: 100%;
    max-width: 849px;
    height: 50px;
}

.zip-address__wrapper {
    width: 100%;
    max-width: 849px;
    height: 50px;
    display: flex;
}

.zip {
    display: inline-block;
    width: 8em;
}

.zip .wpcf7-form-control-wrap {
    width: calc(100% - 3em);
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

.zip-address__wrapper span[data-name="your-company-address"] {
    width: calc(100% - 10em);
}
.wpcf7-form-control-wrap[data-name="your-accept"] {
    width: auto;
    max-width: none;
    display: inline;
}
.radio .flex {
    height: auto;
}

textarea {
    width: 100%;
    max-width: 849px;
    height: 188px;
}

input[type="submit"] {
    display: none;
}

.form .priv {
    text-align: center;
    margin-top: 6rem;
}

.form .priv a {
    text-decoration: underline;
}

.textarea {
    position: relative;
}

#charCount {
    position: absolute;
    bottom: -1em;
    left: 0;
    font-size: 14px;
}

.form .btn {
    cursor: pointer;
}

.submit {
    width: fit-content;
    margin: 4rem auto 0;
}

#thanks {
    padding-bottom: 14rem;
}

#thanks .bread {
    margin-top: 4rem;
}

#thanks h1 {
    text-align: center;
    font-size: 4rem;
    margin: 8rem auto 4.5rem;
    color: #FF006D;
    font-weight: 700;
}

#thanks p {
    text-align: center;
    font-size: 2rem;
    line-height: 5rem;
    margin-bottom: 6rem;
}

#thanks>div {
    width: fit-content;
    margin: 0 auto;
}


/* 2025.04.11追記 */
.mark-none {
    margin-left: 15px;
}


/* 2025.10.20追記 パンフレットダウンロード */
.pamphlet-download{
    width: 100%;
    max-width: 948px;
    margin: 0 auto 60px auto;
}

.ab-ps .pamphlet-download {
    margin: 60px auto;
}

.wpcf7-form-control-wrap {
    width: 100%;
    max-width: 849px;
    display: block;
}
.wpcf7-list-item {
    margin-bottom: 1em;
}

/* 2025.11.05 パンフレット フォーム追加 */
.cont-title .title {
    background: url("../img/pamphlet-title.png") no-repeat right top;
}



/* パンフレットサンクスページ */
.pamphlet-thanks  .title-bg {
    padding-bottom: 10rem;
    background:none;
}

#pamphlet {
    margin-bottom: 50px;
}

#pamphlet h1 {
    font-size: 40px;
    font-weight: 700;
    color: #FF006D;
    text-align: center;
    margin-bottom: 40px;
}

#pamphlet p{
    font-size: 20px;
    line-height: 2.3;
    text-align: center;
    margin-bottom: 50px;
}

#pamphlet .btn{
    display: block;
    width: fit-content;
    margin: 0 auto;
}