@charset "UTF-8";

body {
    margin: 0;
    background: #ffffff;
    font-family: "Noto Sans JP";
    color: #222222;
    line-break: strict;
}
.grecaptcha-badge {
    z-index: 101;
}

.fade-sequence img {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-on-scroll.is-show {
  opacity: 1;
  transform: translateY(0);
}

#target-image {
    position: relative;
    top: 20;
}

img {
    width: 100%;
}

h1 {
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
    font-size: clamp(23px, 2.6vw, 50px);
}
h1 span {
    background: #F6F9BA;
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto 18px;
    padding: 5px 4px 2px 14px;
    font-size: clamp(20px, 2.08vw, 40px);
    line-height: clamp(24px, 2.5vw, 48px);
    letter-spacing: clamp(1px, 0.15vw, 2px);
}

h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    color: #22AB5D;
    font-size: clamp(25px, 2.6vw, 50px);
    line-height: clamp(30px, 3.17vw, 61px);
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(22px, 1.66vw, 32px);
    line-height: clamp(26px, 2.39vw, 46px);
}

p {
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 200%;
}

a {
    text-decoration: none;
    color: #222222;
}

.sp_none {
    display: none;
}
.pc_none {
    display: block;
}

header {
    width: clamp(100%, min(88.4vw, 1696px), 1696px);
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_logo {
    display: flex;
    align-items: center;
    gap: 9px;
    width: clamp(166px, 14.7vw, 281px);
    margin: 11px 0 0 20px;
}
.header_logo>img {
    width: auto;
    height: 31px;
}
.header_logo>p {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

.sp_nav_icon {
    position: fixed;
    top: 0;
    right: 0;
    background: #21A95D;
    z-index: 102;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 3px 3px 10px rgba(18, 18, 18, 0.08);
    border-radius: 0px 0px 0px 18px;
}
.sp_nav_icon.active {
    background: none;
    box-shadow: none;
}
.sp_nav_icon div {
    background-color: white;
    z-index: 103;
    position: fixed;
    margin: auto;
    transition: 0.3s;
    width: 19.33px;
    height: 1.8px;
    right: 14px;
}
.sp_nav_icon div:nth-child(1) {
    top: 16px;
}
.sp_nav_icon div:nth-child(2) {
    top: 23px;
}
.sp_nav_icon div:nth-child(3) {
    width: 14.33px;
    top: 30px;
    right: 19px;
}
.sp_nav_icon.active div:nth-child(1) {
    transform: rotateZ(40deg);
    top: 25px;
    right: 16px;
}
.sp_nav_icon.active div:nth-child(2) {
    opacity: 0;
    visibility: visible;
}
.sp_nav_icon.active div:nth-child(3) {
    top: 25px;
    transform: rotateZ(-40deg);
    width: 19.33px;
    right: 16px;
}

header nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #21A95D;
    transition: 0.3s;
}
header nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    height: 100%;
    gap: 20px;
    flex-direction: column;
    width: 250px;
    margin: auto;
    justify-content: center;
}
header nav ul li {
    list-style: none;
    width: fit-content;
    max-width: 250px;
    transition: 0.3s;
}
header nav ul li a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 240%;
    color: #FFFFFF;
    border-bottom: 1px solid #F6F9BA;
}
header nav ul li:last-of-type {
    max-width: 250px;
    max-height: 58px;
    background: #FFFFFF;
    border-radius: 40px;
    box-sizing: border-box;
    margin: 28px 0 0;
}
header nav ul li:last-of-type a {
    width: fit-content;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    padding: 13px 69px 13px;
    color: #22AB5D;
    border: none;
}

.mv {
    background: url(../images/mv_bk_sp.png);
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    top: 0;
    position: relative;
    height: 100%;
    max-height: 304.26vw;
    padding: 81.86vw 0 64.8vw;
}
.mv_img img {
    position: absolute;
}
.mv_img img:nth-of-type(1) {
    z-index: 2;
    width: 38.6vw;
    top: 13.38vw;
    right: 24.26vw;
}
.mv_img img:nth-of-type(2) {
    width: 35.73vw;
    top: 141.86vw;
    left: 0;
}
.mv_img img:nth-of-type(3) {
    width: 25.6vw;
    top: 49.06vw;
    right: 5.33vw;
}
.mv_img img:nth-of-type(4) {
    width: 30.13vw;
    top: 160.53vw;
    left: 30.93vw;
}
.mv_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    position: relative;
}
.mv_title img {
    width: clamp(70.4vw, 36.04vw, 692px);
    margin: 4.8vw auto 0;
}

.top_mes {
    width: clamp(88.8vw, 72.66vw, 1395px);
    margin: 0 auto 48px;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-direction: column;
}
.top_mes_title h2 {
    margin: 36px 0px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.top_mes_title h2 span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}
.top_mes_title .message>br {
    display: none;
}
.top_mes_img {
    width: 100%;
    max-width: 74.34vw;
    margin: 0 0 0 auto;
}
.top_mes_img img {
    width: 100%;
}

.num_mer {
    padding: 72px 0;
    margin: 0 0 34.4vw;
    position: relative;
    background: url(../images/nummer_bk.png);
    width: clamp(100%, min(74.3vw, 1426px), 1426px);
}
.num {
    width: 100%;
    max-width: 82.66vw;
    margin: 0 auto 72px;
}
.num_title {
    width: 100%;
    max-width: 67.46vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 32px;
    gap: 8px;
}
.num_title img {
    width: 100%;
    max-width: 543px;
}
.num_title p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
}
.num>p {
    width: 100%;
    text-align: left;
    margin: 24px 0 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
}
.num_wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    flex-direction: column;
}
.num_contents {
    position: relative;
    display: inline-block;
    max-width: 82.93vw;
    height: 190px;
    overflow: hidden;
}
.num_contents p {
    position: absolute;
    left: 3.2vw;
    right: 0;
    bottom: 2px;
    color: #FFFFFF;
    z-index: 3;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.num_contents p span {
    font-weight: 500;
    font-size: 54px;
    line-height: 65px;
    letter-spacing: 0.833523px;
}
.num_contents p .num_vertical {
    writing-mode: vertical-lr;
    margin: 0 0 4px -2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.num_contents p .num_vertical:nth-of-type(4) {
    margin-left: -2px;
}
.num_contents p .num_per {
    margin-left: -2px;
    font-weight: 700;
}
.num_contents p .num_small {
    font-weight: 700;
    margin-left: -8px;
    font-size: 20.0046px;
    line-height: 24px;
}
.num_contents img {
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    object-fit: none;
}
.num_contents:nth-of-type(1) img{
    top: 0;
    right: 0;
}
.num_contents:nth-of-type(2) img{
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.num_contents:nth-of-type(3) img{
    width: 150%;
    height: 150%;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
}
.num_contents .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 116, 68, 0.67);
    pointer-events: none;
}

.merit {
    width: clamp(100%, min(62.23vw, 1195px), 1195px);
}
.merit h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 auto 32px;
}
.merit h2 span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    color: #222222;
}
.merit ul {
    width: fit-content;
    padding: 0;
    margin: auto;
    list-style-position: inside;
    list-style-type: none;
    max-width: 89.33vw;
}
.merit ul li {
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    max-width: 89.33vw;
    gap: 6px;
}
.merit ul li::before {
    content: "";
    background: url(../images/list_icon.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
}
.merit ul li strong {
    color: #22AB5D;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    display: contents;
}

.works {
    padding: 72px 0;
    background: #F7FBE6;
    position: relative;
    margin: 0 auto 40px;
    width: clamp(100%, min(88.69vw, 1703px), 1703px);
}
.works>img {
    position: absolute;
    right: 0;
    width: 100%;
    top: -21.6vw;
    max-width: 71.46vw;
}
.works h3 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
}
.works h3>span {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #22AB5D;
}
.works_contents {
    width: clamp(100%, min(81.3vw, 1560px), 1560px);
    margin: 0 auto 48.28px;
    display: flex;
    position: relative;
    flex-direction: column;
}
.works_contents .works_sen {
    width: clamp(88.26vw, 37vw, 710px);
    margin: 0 auto;
}
.works_contents .works_sen .work_03,
.works_contents .works_sen .work_06 {
    margin-top: 32px;
}
.works_sen p>br {
    display: none;
}
.works_contents>img {
    width: clamp(100%, min(39.21vw, 753px), 753px);
    right: 0;
    top: 0;
}
.works_detail {
    width: clamp(89.3vw, 54.9vw, 1054px);
    margin: 40px auto;
    row-gap: 24px;
    column-gap: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}
.works_box {
    background: #FFFFFF;
    width: clamp(100%, min(25.8vw, 495px), 495px);
    box-sizing: border-box;
    border-radius: 12px;
    padding: 4.26vw 3.73vw 6.4vw 4.26vw;
}
.works_box p {
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    color: #22AB5D;
    font-size: 18px;
}
.works_box ul {
    padding: 0;
    list-style-position: inside;
    margin: 2px 0 0;
}
.works_box ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-indent: -14px;
    padding-left: 14px;
}
.works_box ul li::marker {
    font-size: 10px;
}
.works_career {
    width: clamp(89.33vw, 54.8vw, 1051px);
    margin: 40px auto;
}
.works_career>p {
    background: #22AB5D;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 22px;
    padding: 1.86vw 0 1.6vw 2.13vw;
}
.works_career ol {
    list-style: none;
    counter-reset: number;
    padding: 0;
    margin: 0;
}
.works_career ol li {
    position: relative;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    font-size: 15px;
    padding-left: 7.73vw;
    margin-bottom: 32px;
}
.works_career ol li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 6px;
    left: 0;
    width: 23px;
    height: 23px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}
.works_career ol li:last-of-type {
    margin: 0;
}

.rec {
    width: clamp(100%, min(81.1vw, 1556px), 1556px);
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 48px;
}
.rec .rec_img {
    width: clamp(64.8vw, 38.03vw, 730px);
}
.rec .rec_wrap {
    width: clamp(90.13vw, 38.2vw, 732px);
    margin: 0 auto 0;
    padding: 0;
}
.rec .rec_wrap h3 {
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
.rec .rec_wrap h3 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    color: #22AB5D;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
}
.rec .rec_work {
    margin: 0 auto 62px;
    max-width: 89.33vw;
}
.rec .rec_work .rec_title {
    margin-bottom: 16px;
}
.rec_work .rec_title .rec_small {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 200%;
}
.rec_sen div p {
    text-indent: -1em;
    padding-left: 1em;
}
.rec_work .rec_title p:last-of-type {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
}
.rec_title strong {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.rec .rec_mark {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background: #F6F9BA;
    border: 0.8px solid #F6F9BA;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    margin: 0 0 8px;
    width: fit-content;
    font-size: 16px;
    line-height: 19px;
}
.rec .rec_bold {
    font-style: normal;
    font-weight: 700;
    color: #22AB5D;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 200%;
}
.rec_person {
    margin: 0 0 63px;
}
.rec_person p:nth-of-type(2) {
    line-height: 200%;
}
.rec_person .rec_person01 p>br,
.rec_person .rec_person03 p>br {
    display: none;
}
.rec_person ul {
    font-style: normal;
    font-weight: 500;
    list-style-position: inside;
    line-height: 200%;
    padding: 0;
    margin: 32px 0;
    font-size: 15px;
    text-indent: -14px;
    padding-left: 14px;
}
.rec_person ul li::marker {
    font-size: 10px;
}
.rec_jouken .rec_bold {
    margin: 0 0 32px;
}
.rec_jouken .rec_mark {
    margin: 0 0 8px;
}
.rec_jouken p {
    margin: 0 0 16px;
    font-weight: 500;
    line-height: 200%;
    font-size: 15px;
}
.rec_jouken a {
    background: #21A95D;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 58px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 80px auto 40px;
}

.flow {
    background: #F7F7F4;
    width: 100%;
    padding: 72px 0;
    margin: 0 auto 72px;
}
.flow>div {
    width: clamp(89.33vw, 62.04vw, 1191px);
    margin: auto;
}
.flow h3 {
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 32px;
    gap: 8px;
    font-size: 22px;
    line-height: 26px;
}
.flow h3 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    color: #22AB5D;
    font-size: 25px;
    line-height: 30px;
}
.flow>div>div {
    display: flex;
    row-gap: 66px;
    column-gap: 0;
    flex-direction: column;
    align-items: center;
}
.flow .flow_box {
    width: clamp(100%, min(12.5vw, 240px), 240px);
    background: #FFFFFF;
    box-shadow: 3px 3px 10px 8px rgba(203, 203, 203, 0.12);
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    max-height: 80.8vw;
}
.flow .flow_box:not(:first-child):before {
    content: "";
    background: #CFE46A;
    height: calc(35px / 2);
    width: 35px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotateZ(180deg);
    position: absolute;
    top: -10.93vw;
}
.flow .flow_box .flow_img {
    width: 14.92vw;
    display: flex;
    justify-content: center;
    max-width: 160px;
}
.flow .flow_box img {
    width: fit-content;
    margin: 0;
    max-width: 13.6vw;
    min-width: 10.13vw;
}
.flow .flow_box .flow_step {
    position: absolute;
    top: 0;
    background: #333333;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    left: 6.4vw;
    height: 8vw;
    width: 17.86vw;
}
.flow .flow_box .flow_title {
    font-style: normal;
    font-weight: 700;
    color: #22AB5D;
    font-size: 18px;
    line-height: 22px;
}
.flow .flow_box .flow_title br {
    display: none;
}
.flow .flow_box_con {
    width: 100%;
    display: flex;
    max-width: 78.66vw;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    padding: 12.8vw 0 6.4vw;
    margin: 0 auto 0;
}
.flow .flow_box_sen {
    width: 59.74vw;
    max-width: 59.72vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.flow .flow_box_sen p:last-of-type {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
}
.flow .flow_step01_p br,
.flow .flow_step03_p br,
.flow .flow_step04_p br,
.flow .flow_step06_p br {
    display: none;
}

.faq {
    margin: 0 auto 72px;
    width: clamp(89.33vw, 51vw, 980px);
}
.faq h3 {
    margin: 0 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}
.faq h3 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    color: #22AB5D;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.faq_contents {
    width: clamp(100%, min(51vw, 980px), 980px);
}
.details {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(159, 159, 159, 0.12);
	border-radius: 4px;
	padding: 5.33vw 0 5.33vw 2.66vw;
    width: clamp(100%, min(51vw, 864px), 864px);
	margin-bottom: 32px;
	box-sizing: border-box;
	position: relative;
}
.details:last-of-type {
    margin: 0;
}
.details-summary {
	font-style: normal;
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 68.8vw;
	font-weight: 500;
	font-size: 15px;
	line-height: 160%;
}
.details .qa_span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 1px;
    color: #CFE46A;
}
.details-summary .btn {
    position: absolute;
    transform-origin: center center;
    transition-duration: 0.2s;
    transition: 0.3s;
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #CFE46A;
    border-right: 2px solid #CFE46A;
    right: 5.86vw;
}
.details-summary.is-active .btn {
    transform: translateY(-25%) rotate(225deg);
}
.details-content {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	border-top: 1px solid #EEEEEE;
	padding: 8px 0 0;
	margin-top: 8px;
	max-width: 80.26vw;
}
.details-content p {
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    max-width: 62.4vw;
}

.entry {
    background: #F7FBE6;
    padding: 0 0 72px;
}
.entry_wrap {
    width: clamp(89.3vw, 51.7vw, 992px);
    margin: auto;
}
.entry_title {
    background: url(../images/entry_title.png);
    background-repeat: no-repeat;
    background-size: 224px;
    background-position: 50% 50%;
    padding: 66px 0 0;
    margin: 0 auto 40px;
}
.entry h3 {
    font-style: normal;
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}
.entry .entry_wrap .entry_title>p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
}
.form {
    max-width: 89.33vw;
    width: 100%;
}
.form .wpcf7-form>p:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    margin-bottom: 16px;
}
.form .wpcf7-form>p:first-of-type span {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #22AB5D;
    transform: translateY(4px);
}
.form .form_item {
    margin-bottom: 24px;
}
.form .required label::after {
    content: "*";
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #22AB5D;
}
.form .form_item>p {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}
.form .form_item>p>label {
    display: flex;
    align-items: center;
}
.form .form_item>p>span {
    width: 100%;
    display: block;
}
.form .form_item>p>br {
    display: none;
}
.form .form_item>p>span>input {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    height: 4.33rem;
    padding: 0 1rem;
    max-height: 69px;
}
.form .form_item>p>span>textarea {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    max-height: 173px;
    height: 10.82rem;
    box-sizing: border-box;
    padding: 15px 20px;
}
.form .form_item .form_privacy {
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    padding: 25px 25px 0;
    width: 100%;
    height: 6.69rem;
    max-height: 107px;
    overflow: scroll;
}
.form .form_item .form_privacy p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.form .form_item:has(.form_privacy) p:last-of-type {
    width: 100%;
    text-align: center;
    margin: 24px auto 0;
}
.form .form_item:has(.form_privacy) p:last-of-type .wpcf7-list-item{
    margin: 0;
}
.form .form_item:has(.form_privacy) p:last-of-type label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.form .form_item:has(.form_privacy) p:last-of-type input {
    margin: 0;
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.5px solid #222222;
    border-radius: 4px;
    accent-color: #22AB5D;
}
.form .wpcf7-submit {
    background: #21A95D;
    border-radius: 40px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 0 auto;
    border: none;
}

.form .form_item .details-summary {
    margin-left: 6vw;
}
.form .form_item .details-summary br {
    display: none;
}
.form .form_item .details-summary .btn {
    border-bottom: 2px solid #222222;
    border-right: 2px solid #222222;
}
.form .form_item .details-content {
    border: none;
}
.form .form_item .details-content p>span>span {
    display: flex;
    flex-direction: column;
}
.form .form_item .details-content p>span>span .wpcf7-list-item {
    margin: 0 0 0 22.5px;
    margin: 0 0 0 6vw;
}
.form .form_item .details-content p>span>span .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 4px;
}
.form .form_item .details-content p>span>span .wpcf7-list-item label input {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 0.440678px solid #919191;
    margin: 0;
}
.form .form_item .details-content p>span>span .wpcf7-list-item label span {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
}
.wpcf7-list-item input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #4CAF50;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #fff;
    cursor: pointer;
}

.wpcf7-list-item input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.form .required label:has(input[type="radio"])::after {
    content: "";
    display: none;
}
.form .form_item:has(.form_privacy) .form_privacy>p:last-of-type {
    text-align: left;
    margin: 0;
}

footer {
    background-color: #333333;
    width: 100%;
    padding: 24px 0 32px;
}
.footer_logo {
    max-width: 224px;
    margin: auto;
}
.footer_logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: auto;
    justify-content: center;
}
.footer_logo a img {
    width: auto;
    height: 60px;
}
.footer_logo a p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
}
footer>a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 96px auto 0;
    width: fit-content;
    display: flex;
    gap: 1px;
}
footer>a::after {
    content: "";
    background: url(../images/newtab.svg);
    width: 19px;
    height: 19px;
    display: block;
}
footer>small {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #A3A3A3;
    margin: 16px auto 0;
    width: fit-content;
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

@media screen and (min-width: 426px) {
    .mv {
        background: url(../images/mv_bk.png);
        background-size: contain;
        max-height: 1141px;
        padding: 40.36vw 0 8.59vw;
        background-repeat: no-repeat;
        background-origin: border-box;
        background-position: top right;
    }
    .mv_img img:nth-of-type(1) {
        width: 25.67vw;
        top: 6.25vw;
        right: 17.96vw;
    }
    .mv_img img:nth-of-type(2) {
        width: 20.84vw;
        top: 12.81vw;
        left: 9.62vw;
    }
    .mv_img img:nth-of-type(3) {
        width: 16.91vw;
        top: 29.79vw;
        right: 5.57vw;
    }
    .mv_img img:nth-of-type(4) {
        width: 19.53vw;
        top: 32.08vw;
        left: 0;
    }
    .mv_title img {
        width: clamp(264px, 36.04vw, 692px);
        margin: 1.77vw auto 0;
    }

    .merit ul li>br,
    .rec_sen div p>br,
    .rec_person ul li br,
    .faq_contents .details:nth-of-type(1) summary>br,
    .faq_01a br,
    .faq_contents .details:nth-of-type(2) summary>br,
    .faq_contents .details:nth-of-type(4) summary>br,
    .faq_contents .details:nth-of-type(5) summary>br,
    .faq_05a br,
    .faq_contents .details:nth-of-type(6) summary>br,
    .faq_07a br,
    .faq_contents .details:nth-of-type(8) summary>br {
        display: none;
    }
    .details-content p {
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {
    h1 span {
        margin: 0 auto 17px;
        padding: 7px 0 5px 20px;
    }
    p {
        line-height: 220%;
        font-size: 0.93vw;
    }

    .sp_none {
        display: block;
    }
    .pc_none {
        display: none;
    }

    header {
        display: flex;
        justify-content: space-between;
        height: 5.15vw;
        position: absolute;
        top: 12px;
        max-width: 1696px;
        width: 88.4vw;
        max-height: 99px;
    }

    .header_logo {
        gap: 16px;
        width: clamp(27px, 14.7vw, 281px);
        margin: 0;
        max-width: 281px;
        width: 100%;
    }
    .header_logo>img {
        max-height: 99px;
        height: 5.15vw;
    }
    .header_logo>p {
        font-size: 0.93vw;
        line-height: 22px;
    }

    .sp_nav_icon {
        display: none;
    }

    header nav {
        width: clamp(375px, 58.7vw, 1126px);
        opacity: 1;
        visibility: visible;
        position: relative;
        height: auto;
        background: none;
        max-width: 1126px;
        width: 100%;
    }
    header nav ul {
        align-items: center;
        gap: 2.08vw;
        flex-direction: row;
        width: 100%;
    }
    header nav ul li:hover a {
        color: #22AB5D;
    }
    header nav ul li a {
        color: #222222;
        border: none;
        font-size: 0.83vw;
    }
    header nav ul li:last-of-type {
        background: #21A95D;
        margin: 0;
        width: 13.02vw;
    }
    header nav ul li:last-of-type:hover {
        background: #FFFFFF;
        outline: 2px solid #21A95D;
    }
    header nav ul li:last-of-type:hover a {
        color: #22AB5D;
    }
    header nav ul li:last-of-type a {
        color: #FFFFFF;
        padding: 0.67vw 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.83vw;
    }

    .top_mes {
        margin: 0 8.64vw 6.61vw auto;
        gap: 5.31vw;
        flex-direction: row;
        max-width: 1395px;
        width: 72.65vw;
    }
    .top_mes_title {
        max-width: 649px;
        width: 33.8vw;
    }
    .top_mes_title h2 {
        margin: 81px 0px 57px;
        gap: 15px;
    }
    .top_mes_title h2 span {
        font-size: 0.93vw;
    }
    .top_mes_title .message>br {
        display: block;
    }
    .top_mes_img {
        max-width: 644px;
        width: 33.5vw;
    }

    .num_mer {
        padding: 160px 0;
        margin: 0 0 317px;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 74.27% 100%;
        background-origin: border-box;
        width: 100%;
    }
    .num {
        width: 62.29vw;
        max-width: 1196px;
        margin: 0 auto 8.33vw;
    }
    .num_title {
        width: 28.22vw;
        margin: 0 auto 64px;
    }
    .num_title p {
        font-size: 0.93vw;
    }
    .num>p {
        font-weight: 500;
        font-size: 0.72vw;
        line-height: 220%;
        /* line-height: 1vw; */
        text-align: right;
    }
    .num_wrap {
        gap: 6.87vw;
        flex-direction: row;
        max-width: 1196px;
    }
    .num_contents {
        max-width: 311px;
        width: 16.19vw;
        height: 22.76vw;
    }
    .num_contents p {
        left: 1.3vw;
        right: 0.98vw;
        bottom: 0.36vw;
        font-weight: 600;
        font-size: 1.14vw;
        line-height: 1.66vw;
    }
    .num_contents p span {
        font-weight: 700;
        font-size: 3.33vw;
        line-height: 4.01vw;
        letter-spacing: 1px;
    }
    .num_contents p .num_vertical {
        margin: 0 0 0.26vw -0.26vw;
        font-size: 1.14vw;
        line-height: 1.66vw;
    }
    .num_contents p .num_per {
        margin-left: -0.41vw;
        letter-spacing: 0.05vw;
    }
    .num_contents p .num_small {
        font-size: 1.25vw;
        line-height: 29px;
        margin-left: -0.72vw;
    }
    .num_contents img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .num_contents:nth-of-type(1) img{
        object-position: right;
    }
    .num_contents:nth-of-type(2) img{
        object-position: center;
        left: 0;
        transform: none;
    }
    .num_contents:nth-of-type(3) img{
        object-position: 60%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
    }

    .merit {
        max-width: 1195px;
        width: 62.29vw;
        margin: 0 auto 0;
    }
    .merit h2 {
        margin: 0 auto 64px;
    }
    .merit h2 span {
        font-size: 0.93vw;
    }
    .merit ul {
        padding: 3.9vw 8.22vw 3.69vw 10.62vw;
        background: #FFFFFF;
        box-shadow: 3px 3px 10px 8px rgba(203, 203, 203, 0.12);
        max-width: 1195px;
        width: 62.2vw;
        box-sizing: border-box;
    }
    .merit ul li {
        margin: 0 0 0.1vw;
        font-size: 1.25vw;
        line-height: 1.33vw;
        max-width: 833px;
        width: 43.38vw;
    }
    .merit ul li::before {
        content: "";
        margin-right: 12px;
    }
    .merit ul li strong {
        font-weight: 700;
        font-size: 1.25vw;
        line-height: 200%;
    }

    .works {
        padding: 220px 0 56px;
        width: 88.69vw;
        max-width: 1703px;
        margin: 0 0 200px auto;
    }
    .works>img {
        top: -213px;
        max-width: 692px;
    }
    .works h3 {
        gap: 1.04vw;
        line-height: clamp(26px, 2.39vw, 46px);
        font-size: 1.66vw;
    }
    .works h3>br {
        display: none;
    }
    .works h3>span {
        font-size: 0.72vw;
    }
    .works_contents {
        width: 81.3vw;
        margin: 0 0 160px auto;
        flex-wrap: wrap;
        max-width: 1560px;
    }
    .works_contents .works_sen {
        width: clamp(331px, 37vw, 710px);
        margin: 0;
    }
    .works_contents .works_sen .work_03,
    .works_contents .works_sen .work_06 {
        margin-top: 2.91vw;
    }
    .works_sen p>br {
        display: block;
    }
    .works_contents>img {
        width: 39.21vw;
        max-width: 753px;
        position: absolute;
    }
    .works_detail {
        margin: 5.41vw 0;
        row-gap: 1.25vw;
        column-gap: 3.33vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        width: fit-content;
    }
    .works_box {
        width: 25.8vw;
        padding: 24px 1.56vw 30px;
        max-height: 224px;
        height: fit-content;
        max-width: 495px;
    }
    .wbox_1 {
        grid-column: 1 / span 2;
    }
    .wbox_2 {
        grid-column: 1;
        grid-row: 2;
        height: auto;
    }
    .wbox_3 {
        grid-column: 1;
        grid-row: 3;
    }
    .wbox_4 {
        grid-column: 2;
        grid-row: 2;
    }
    .wbox_5 {
        grid-column: 2;
        grid-row: 3;
    }
    .wbox_4, .wbox_5 {
        transform: translateY(9.06vw);
        max-height: 166px;
    }
    .wbox_5 {
        transform: translateY(6.1vw);
    }
    .works_box p {
        font-size: 1.25vw;
    }
    .works_box ul {
        margin: 4px 0 0;
    }
    .works_box ul li {
        font-size: 0.93vw;
        line-height: 160%;
        text-indent: -1.25vw;
        padding-left: 1.25vw;
    }
    .works_box ul li::marker {
        font-size: 0.93vw;
    }
    .works_career {
        width: clamp(335px, 54.8vw, 1051px);
        margin: 5.78vw 0 0;
    }
    .works_career>p {
        font-size: 1.14vw;
        line-height: 26px;
        color: #FFFFFF;
        padding: 6px 0px 6px 8px;
        margin: 0 0 2.08vw;
    }
    .works_career ol li {
        padding-left: 1.51vw;
        margin-bottom: 24px;
        font-size: 0.93vw;
    }
    .works_career ol li::before {
        top: 0.41vw;
        width: 1.19vw;
        height: 1.19vw;
        font-size: 0.93vw;
    }

    .rec {
        width: clamp(358px, 81.1vw, 1556px);
        margin: 0 auto 160px 0;
        display: block;
    }
    .rec .rec_img {
        width: clamp(358px, 38.03vw, 730px);
        position: sticky;
        top: 10px;
        float: left;
        transition: 0.3s;
    }
    .rec .rec_wrap {
        width: clamp(328px, 38.2vw, 732px);
        margin: 0 0 0 auto;
        padding: 62px 0 0;
    }
    .rec .rec_wrap h3 {
        margin: 0 0 72px;
        gap: 24px;
        font-size: 2.08vw;
        line-height: 48px;
    }
    .rec .rec_wrap h3 span {
        font-size: 2.6vw;
        line-height: 61px;
    }
    .rec .rec_work {
        margin: 0 0 104px;
    }
    .rec .rec_work .rec_title {
        margin-bottom: 24px;
    }
    .rec_work .rec_title .rec_small {
        font-size: 0.93vw;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .rec_work .rec_title p:last-of-type {
        font-size: 1.04vw;
        line-height: 24px;
    }
    .rec_title strong {
        font-size: 1.66vw;
        line-height: 38px;
    }
    .rec .rec_mark {
        margin: 0 0 24px;
    }
    .rec .rec_bold {
        font-size: 1.25vw;
        margin: 0 0 24px;
    }
    .rec_person {
        margin: 0 0 104px;
    }
    .rec_person .rec_person01 p>br,
    .rec_person .rec_person03 p>br {
        display: block;
    }
    .rec_person ul {
        font-size: 0.93vw;
        line-height: 200%;
        margin: 32px 0;
    }
    .rec_person ul li::marker {
        font-size: 1.04vw;
    }
    .rec_jouken .rec_bold {
        margin: 0 0 40px;
    }
    .rec_jouken p {
        margin: 0 0 32px;
        font-size: 0.93vw;
    }
    .rec_jouken a {
        font-size: 0.83vw;
        margin: 72px 0 0;
    }

    .flow {
        padding: 88px 0 104px;
        margin: 0 auto 104px;
    }
    .flow>div {
        margin: auto;
        max-width: 1191px;
        width: 62.04vw;
    }
    .flow h3 {
        font-size: 1.87vw;
        line-height: 2.23vw;
        margin: 0 0 3.33vw;
        gap: 1.25vw;
    }
    .flow h3 span {
        font-size: 2.6vw;
        line-height: 3.17vw;
    }
    .flow>div>div {
        align-items: flex-start;
        column-count: 3;
        row-gap: 3.75vw;
        column-gap: 5.11vw;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flow .flow_box {
        max-width: 240px;
        box-shadow: 3px 3px 10px 8px rgba(203, 203, 203, 0.12);
        flex-direction: column;
        max-height: 303px;
        height: 15.78vw;
        width: 12.5vw;
    }
    .flow .flow_box:nth-of-type(4) {
        margin-left: 14.27vw;
    }
    .flow .flow_box:not(:first-child):before {
        content: "";
        height: calc(1.82vw / 2);
        width: 1.82vw;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        transform: rotateZ(90deg);
        top: auto;
        left: -3.02vw;
    } 
    .flow .flow_box .flow_img {
        width: 3.33vw;
        max-width: 64px;
        margin: 1.14vw 0 0;
    }
    .flow .flow_box img {
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .flow .flow_box .flow_step {
        height: 1.56vw;
        width: 3.48vw;
        left: auto;
        font-size: 0.93vw;
    }
    .flow .flow_box .flow_title {
        width: 160px;
        font-size: 1.25vw;
        line-height: 1.51vw;
        text-align: center;
    }
    .flow .flow_box .flow_title br {
        display: block;
    }
    .flow .flow_box_con {
        flex-direction: column;
        align-items: center;
        padding: 0;
        max-width: 180px;
        gap: 0.78vw;
        width: 9.375vw;
        height: auto;
    }
    .flow .flow_box_sen {
        max-width: 180px;
        width: 100%;
        gap: 0.72vw;
        justify-content: space-between;
        align-items: center;
        max-height: 139px;
        height: 7.23vw;
    }
    .flow .flow_box_sen p:last-of-type {
        width: 180px;
        height: 78px;
        font-size: 0.83vw;
        text-align: center;
    }
    .flow .flow_step01_p br,
    .flow .flow_step03_p br,
    .flow .flow_step04_p br,
    .flow .flow_step06_p br {
        display: block;
    }

    .faq {
        margin: 0 auto 160px;
        width: 51.04vw;
        max-width: 980px;
    }
    .faq h3 {
        margin: 0 0 3.33vw;
        gap: 1.25vw;
        font-size: 1.87vw;
        line-height: 2.23vw;
    }
    .faq h3 span {
        font-size: 2.6vw;
        line-height: 3.17vw;
    }
    .faq_contents {
        width: 100%;
        max-width: 980px;
    }
    .details {
        padding: 1.32vw 3.02vw;
        width: clamp(335px, 51vw, 864px);
    }
    .details-summary {
        font-size: 0.83vw;
        line-height: 0.7vw;
        gap: 0.83vw;
        position: relative;
    }
    .details .qa_span {
        font-size: 1.25vw;
    }
    .details-summary .btn {
        right: 0;
    }
    .details-content {
        gap: 0.83vw;
        padding: 1.04vw 0 0;
        margin-top: 1.04vw;
    }
    .details-content p {
        font-size: 0.83vw;
    }

    .entry {
        padding: 0 0 124px;
    }
    .entry_wrap {
        width: 51.66vw;
        max-width: 992px;
    }
    .entry_title {
        background-position: bottom;
        padding: 198px 0 0;
        background-size: 563px;
    }
    .entry h3 {
        font-size: 1.87vw;
        line-height: 43px;
        margin: 0 0 24px;
    }
    .entry .entry_wrap .entry_title>p {
        font-size: 1.25vw;
    }

    .form .form_item .details {
        width: 100%;
    }
    .form .form_item .details-summary {
        margin-left: 0;
    }
    .form .form_item .details-content {
        margin: 8px 0 0;
        padding: 0;
    }
    .form .form_item .details-content p>span>span .wpcf7-list-item {
        margin: 0;
    }
    .form .form_item .details-content p>span>span .wpcf7-list-item label {
        gap: 11px;
    }
    .form .form_item .details-content p>span>span .wpcf7-list-item label input {
        width: 0.98vw;
        height: 0.98vw;
    }
    .form .form_item .details-content p>span>span .wpcf7-list-item label span {
        font-size: 0.78vw;
        line-height: 1.66vw;
    }

    .wpcf7-list-item input[type="radio"]:checked::before {
        content: "";
        width: 0.67vw;
        height: 0.67vw;
        top: 0.10vw;
        left: 0.10vw;
    }

    footer {
        padding: 26px 0 32px;
    }
    .footer_logo {
        max-width: 281vw;
        width: 14.6vw;
    }
    .footer_logo a {
        gap: 0.83vw;
    }
    .footer_logo a img {
        height: 5.15vw;
    }
    .footer_logo a p {
        font-size: 0.93vw;
        line-height: 22px;
    }
    footer>a {
        font-size: 0.72vw;
        margin: 3.95vw auto 0;
    }
    footer>small {
        font-size: 0.62vw;
    }
}

@media screen and (min-width: 1440px) {
    .mv {
        /* background-size: unset; */
    }
}

@media screen and (min-width: 1921px) {
    .mv {
        /* background-size: contain; */
    }

    p {
        font-size: 18px;
    }

    header {
        height: 99px;
        top: 12px;
    }

    .header_logo>img {
        width: auto;
        height: 99px;
    }
    .header_logo>p {
        font-size: 18px;
    }

    header nav ul {
        gap: 40px;
    }
    header nav ul li a {
        font-size: 16px;
    }
    header nav ul li:last-of-type {
        width: 13.02vw;
    }
    header nav ul li:last-of-type a {
        font-size: 16px;
        padding: 13px 0 13px;
    }

    .top_mes {
        width: clamp(333px, 80.66vw, 1395px);
        margin: 0 8.64vw 127px auto;
    }
    .top_mes_title {
        width: 100%;
    }
    .top_mes_title h2 span {
        font-size: 18px;
    }
    .top_mes_img {
        width: 100%;
    }

    .num {
        width: 100%;
        margin: 0 auto 160px;
    }
    .num_title {
        width: 100%;
    }
    .num_title p {
        font-size: 18px;
    }
    .num>p {
        font-size: 18px;
    }
    .num_contents {
        height: 437px;
        width: 100%;
    }
    .num_contents p {
        left: 13px;
        right: 0;
        bottom: 7px;
        font-size: 22px;
        line-height: 32px;
    }
    .num_contents p span {
        font-size: 64px;
        line-height: 77px;
    }
    .num_contents p .num_vertical {
        font-size: 22px;
        line-height: 32px;
    }
    .num_contents p .num_per {
        margin-left: -8px;
    }
    .num_contents p .num_small {
        font-size: 24px;
        margin-left: -14px;
    }

    .merit {
        width: 100%;
        max-width: 1195px;
    }
    .merit h2 span {
        font-size: 18px;
    }
    .merit ul {
        width: 100%;
        padding: 75px 8.22vw 71px 10.62vw;
    }
    .merit ul li {
        margin: 0 0 2px;
        font-size: 24px;
        line-height: 200%;
    }
    .merit ul li strong {
        font-size: 24px;
    }

    .works h3 {
        gap: 20px;
        font-size: clamp(22px, 1.66vw, 32px);
    }
    .works h3>span {
        font-size: 14px;
    }
    .works_contents {
        width: clamp(100%, min(81.3vw, 1560px), 1560px);
    }
    .works_contents .works_sen .work_03,
    .works_contents .works_sen .work_06 {
        margin-top: 56px;
    }
    .works_detail {
        margin: 104px 0;
        row-gap: 24px;
        column-gap: 64px;
    }
    .works_box {
        width: 100%;
    }
    .wbox_4, .wbox_5 {
        transform: translateY(174px);
    }
    .wbox_5 {
        transform: translateY(110px);
    }
    .works_box p {
        font-size: 24px;
    }
    .works_box ul li::marker {
        font-size: 18px;
    }
    .works_box ul li {
        font-size: 18px;
        text-indent: -24px;
        padding-left: 24px;
    }
    .works_career {
        margin: 111px 0 0;
    }
    .works_career>p {
        font-size: 22px;
        margin: 0 0 40px;
    }
    .works_career ol li {
        padding-left: 29px;
        font-size: 18px;
    }
    .works_career ol li::before {
        top: 8px;
        width: 23px;
        height: 23px;
        font-size: 18px;
    }

    .rec .rec_wrap h3 {
        font-size: 40px;
    }
    .rec .rec_wrap h3 span {
        font-size: 50px;
    }
    .rec_work .rec_title .rec_small {
        font-size: 18px;
    }
    .rec_work .rec_title p:last-of-type {
        font-size: 20px;
    }
    .rec_title strong {
        font-size: 32px;
    }
    .rec .rec_bold {
        font-size: 24px;
    }
    .rec_person ul {
        font-size: 18px;
    }
    .rec_person ul li::marker {
        font-size: 20px;
    }
    .rec_jouken p {
        font-size: 18px;
    }
    .rec_jouken a {
        font-size: 16px;
    }

    .flow>div {
        width: 100%;
    }
    .flow h3 {
        font-size: 36px;
        line-height: 43px;
        margin: 0 0 64px;
        gap: 24px;
    }
    .flow h3 span {
        font-size: 50px;
        line-height: 61px;
    }
    .flow>div>div {
        row-gap: 72px;
        column-gap: 98.3px;
    }
    .flow .flow_box {
        width: clamp(100%, min(12.5vw, 240px), 240px);
        height: 303px;
    }
    .flow .flow_box:nth-of-type(4) {
        margin-left: 274px;
    }
    .flow .flow_box:not(:first-child):before {
        content: "";
        height: calc(35px / 2);
        width: 35px;
    }
    
    .flow .flow_box img {
        width: fit-content;
        margin: 22px 0 0;
        max-width: 64px;
    }
    .flow .flow_box .flow_step {
        height: 30px;
        width: 67px;
        font-size: 18px;
    }
    .flow .flow_box .flow_title {
        font-size: 24px;
        line-height: 29px;
    }
    .flow .flow_box_sen {
        gap: 14px;
        height: fit-content;
    }
    .flow .flow_box_sen p:last-of-type {
        font-size: 16px;
    }

    .faq {
        width: 100%;
    }
    .faq h3 {
        margin: 0 0 64px;
        gap: 24px;
        font-size: 36px;
        line-height: 43px;
    }
    .faq h3 span {
        font-size: 50px;
        line-height: 61px;
    }
    .faq_contents {
        width: 100%;
    }
    .details {
        padding: 25.5px 3.02vw;
    }
    .details-summary {
        font-size: 16px;
        line-height: 160%;
        gap: 16px;
    }
    .details .qa_span {
        font-size: 24px;
    }
    .details-content {
        gap: 16px;
        padding: 20px 0 0;
        margin-top: 20px;
    }
    .details-content p {
        height: auto;
        font-size: 16px;
        line-height: 160%;
    }

    .entry_wrap {
        width: 100%;
    }
    .entry h3 {
        font-size: 36px;
    }
    .entry .entry_wrap .entry_title>p {
        font-size: 24px;
    }

    .form .form_item .details-content p>span>span .wpcf7-list-item label input {
        width: 19px;
        height: 19px;
    }
    .form .form_item .details-content p>span>span .wpcf7-list-item label span {
        font-size: 15px;
        line-height: 32px;
    }
    .wpcf7-list-item input[type="radio"]:checked::before {
        content: "";
        width: 13px;
        height: 13px;
        top: 2px;
        left: 2px;
    }

    .footer_logo {
        max-width: none;
        width: 100%;
    }
    .footer_logo a {
        gap: 16px;
    }
    .footer_logo a img {
        height: 99px;
    }
    .footer_logo a p {
        font-size: 18px;
    }
    footer>a {
        font-size: 14px;
        margin: 76px auto 0;
    }
    footer>small {
        font-size: 12px;
    }
}