@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.Base Layout                            */
/*   03.layout                               */
/*=============================================*/
/***********************************************/
/*=============================================*/
/*00.setting*/
/*=============================================*/
article,
aside,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    margin: auto;
    width: auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #463c3c;
    overflow: hidden;
}

a,
b,
dd,
dt,
li,
p,
span,
td,
th {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
}

.sp-only {
    display: none !important;
}

@media screen and (max-width:768px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
    margin-bottom: 60px;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 150px;
    background: #fb6474;
    border-radius: 50%;
    z-index: 999;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*=============================================*/
/*   googleフォント                      */
/*=============================================*/


.oswald {
    font-family: "Oswald", sans-serif;
    font-style: normal;
}

.kobe {
    font-family: "ta-kobe", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*=============================================*/
/*   共通                      */
/*=============================================*/
.bg_y {
    background: #fffaeb;
    position: relative;
}

.bg_b {
    background: #25bdbe;
    position: relative;
}

.font-p {
    color: #fb6474;
}

.font-b {
    color: #25bdbe;
}

/* 見出し */
.midashi {
    background-image: url("../img/midashi_bk01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-size: contain;
    width: 100%;
    max-width: 530px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.midashi02 {
    background-image: url("../img/midashi_bk02.png");
}

.midashi03 {
    background-image: url("../img/midashi_bk03.png");
}

.midashi04 {
    background-image: url("../img/midashi_bk04.png");
}

.midashi05 {
    background-image: url("../img/midashi_bk05.png");
}

.midashi06 {
    background-image: url("../img/midashi_bk06.png");
}


.midashi h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
}

.midashi h2 span {
    font-size: 22px;
    color: #fb6474;
    letter-spacing: -1px;
    font-weight: bold;
}

.midashi03 h2 span {
    font-size: 22px;
    color: #25bdbe;
    letter-spacing: -1px;
    font-weight: bold;
}



/* 王冠見出し */
.crown-wrapper {
    text-align: center;
    position: relative;
    margin: 80px 0 60px;
}

.crown-wrapper2 {
    margin-bottom: 20px;
}

.crown-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4a3f3f;
    z-index: 1;
}

.crown-line_y {
    background: #f3be6b;
}

.crown-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #fb6776, #fb8886);
    color: #fff;
    padding: 5px 50px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 2%;
    z-index: 2;
    border: 4px solid #fff;
    width: 250px;
    white-space: nowrap;
    box-sizing: border-box;
}

.crown-badge_b {
    background-image: linear-gradient(90deg, #25bdc1, #25b8de);
    width: 340px;
}

.crown-badge_y {
    background: #f3be6b;
    border: 4px solid #f3be6b;
    width: 340px;
}

.crown-badge span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.crown-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
}

.crown-content {
    display: inline-block;
    position: relative;
}

.crown-content_in {
    padding: 8px 0;
    display: inline-block;
    position: relative;
}

.crown-content_in::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    height: 16px;
    background: #ffdcdc;
    z-index: -1;
}

.crown-content_bnone {
    display: inline-block;
    position: relative;
}

.crown-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 16px;
    background: #ffdcdc;
    z-index: -1;
}

.crown-content_b::after {
    background: none;
}

.marker_b {
    background: linear-gradient(transparent 75%, #dcfafa 50%);
    font-weight: bold;
}

.marker_p {
    background: linear-gradient(transparent 68%, #ffdcdc 50%);
}

.crown-number {
    font-size: 88px;
    font-weight: 600;
    color: #fb6474;
}

.crown-normal {
    font-size: 48px;
    color: #25bdbe;
}

.crown-text {
    font-size: 52px;
    font-weight: 500;
}

.crown-text2 {
    margin: 10% 0 10%;
    display: block;
}

.crown-text3 {
    margin: 6% 0 6%;
    color: white;
    display: block;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: 900;
}

.crown-normal-txt {
    font-size: 30px;
    display: block;
    padding: 8% 0 6%;
    font-weight: 500;
}

.crown-normal-txt span {
    font-size: 30px;
    font-weight: 600;
}

.map {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}




/* アニメーション */
[data-aos] {
    pointer-events: none;
}

.aos-animate {
    pointer-events: auto;
}

/*=============================================*/
/*   02.Base Layout                            */
/*=============================================*/
.main_width {
    width: 100%;
    max-width: 980px;
    margin: auto;
}

.main_width840 {
    width: 100%;
    max-width: 840px;
    margin: auto;
}

section {
    padding: 60px 0;
}

.bg_gray {
    background-color: #f5f5f5;
}

.main_ttl {
    margin-bottom: 1.5em;
    font-size: 2.8rem;
    text-align: center;
}

.main_ttl span {
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    color: #bf3f49;
}

.main_ttl-w span {
    color: white;
}

.main_ttl img {
    display: block;
    margin: 0 auto;
    zoom: 0.7;
    margin-top: -5px;
}

.border_ttl {
    position: relative;
    margin-bottom: 1.5em;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 700;
}

.border_ttl:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5em;
    content: '';
    width: 2em;
    height: 3px;
    margin: auto;
    background-color: #bf3f49;
}

/*=============================================*/
/*   03.layout                               */
/*=============================================*/
/***************************************/
/* Header  */
/***************************************/
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.head-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-area img {
    width: 100%;
    max-width: 180px;
}

.touroku {
    border-radius: 45px;
    padding: 1% 3%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(90deg, #25bdc1, #25b8de);
}

.touroku::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 0px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}

.touroku span {
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

/* PCの場合ハンバーガーメニュー非表示 */
.menu-wrapper {
    display: none !important;
}



/***************************************/
/* Main_Visual  */
/***************************************/
.main-img {
    position: relative;
    margin-top: 54px;
}

.main-img img {
    width: 100%;
    position: relative;
}

.main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #FF6E9E 0%, #FF8A9D 50%, #FFA49C 100%);
    z-index: 1;
}

.space-none {
    padding: 0;
}



/***************************************/
/* 派遣ならではの働き方  */
/***************************************/

.merit-area {
    padding: 40px 0 0;
}

.merit-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.merit-item:last-child {
    margin-bottom: 0;
}

.merit-img {
    width: 70%;
    flex-shrink: 0;
}

.merit-img img {
    width: 100%;
    height: auto;
    display: block;
}

.merit-content {
    width: 45%;
    box-sizing: border-box;
    color: #fff;
    z-index: 10;
    margin-left: -194px;
}

.merit-item:nth-child(even) {
    flex-direction: row-reverse;
}

.merit-item:nth-child(even) .merit-content {
    margin-left: 0;
    margin-right: -212px;
}


.merit-badge-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 20;
    height: 60px;
}

.merit-badge-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fb6474;
    z-index: -1;
}

.merit-badge-wrapper::after {
    content: "";
    position: absolute;
    bottom: -379%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fb6474;
    z-index: -1;
}

.merit-badge {
    position: relative;
    z-index: 1;
    left: 75px;
    display: inline-block;
    background: linear-gradient(90deg, #fb6776, #fb8886);
    color: #fff;
    padding: 6px 40px;
    border-radius: 25px;
    border: 4px solid #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    margin-top: -15px;
}

.merit-badge2 {
    left: -350px;
}


.merit-ttl {
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 2px #fff;
}

.merit-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fb6474;
}

.merit-txt {
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 2px #fff;
}



/***************************************/
/* 福利厚生  */
/***************************************/
.original {
    margin-top: 120px !important;
}

.benefit-badge {
    display: inline-block;
    background: #fb6474;
    color: #fff;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.benefit-main-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.benefit-main-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fb6474;
}

.benefit-hero-txt {
    font-size: 15px;
    line-height: 1.8;
}

.benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    margin: 20px 0;
}

.benefit-list-item {
    display: flex;
    align-items: center;
    border: 2px solid #fb6474;
    box-sizing: border-box;
}

.benefit-list-item-last {
    width: 48%;
    margin-top: 20px;
}

.benefit-list-num {
    background: #fb6474;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 3px 10px;
    min-width: 20px;
    text-align: center;
    font-family: oswald;
}

.benefit-list-txt {
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0;
}


.benefit-list {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    max-width: 1010px;
    margin: 0 auto;
}

.benefit-item {
    flex: 1;
}

.image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}


.base-photo {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    vertical-align: bottom;
}

.text-content {
    margin-top: -14px;
    margin-left: 2px;
    background-color: #e0f7f6;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    min-height: 77px;
    position: relative;
    z-index: 888;
}

.text-content p {
    font-size: 1.3rem !important;
}



/***************************************/
/* 研修・スキルアップ */
/***************************************/

.skill-main-visual {
    max-width: 800px;
    display: block;
    margin: 30px auto;
}

.skill-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 30px;
}

.skill-item {
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25bdbe;
}

.skill-bottom {
    position: relative;
    border-bottom: 4px solid #25bdbe;
    max-width: 800px;
    margin: 0 auto;
}

.skill-bottom img {
    display: block;
}

.skill-bottom p {
    position: absolute;
    top: 20%;
    left: 65px;
    width: 100%;
    max-width: 30%;
    line-height: 2;
    font-size: 15px;
}



/***************************************/
/* 派遣社員として働く方の声  */
/***************************************/
.voice h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.voice h3 span {
    font-size: 2rem;
}

.interview-section {
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.interview-section:last-child {
    margin-bottom: 0;
}

.interview-header {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.interview-photo-area {
    position: relative;
    flex: 1;
    line-height: 0;
}

.interview-photo-area img {
    width: 100%;
    height: auto;
    display: block;
}

.interview-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}

.interview-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color(srgb 0.88 0 0.14 / 0.58);
    mix-blend-mode: multiply;
    z-index: -1;
}

.interview-balloon-area {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.balloon-placeholder {
    width: 90%;
    max-width: 370px;
    position: relative;
}

.interview-balloon-area p {
    left: 62%;
    position: absolute;
    color: #fb6474;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}

.interview-body {
    background-color: #fffaeb;
    padding: 40px;
}

.interview-text-box {
    position: relative;
    padding: 20px;
}

.interview-text-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

.interview-text-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}

.interview-text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.highlight-pink {
    color: #fb6474;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffd9e0 70%);

}


/***************************************/
/* お仕事開始までの流れ  */
/***************************************/
.step-wrap {
    padding-top: 0;
}

.step-wrap h3 {
    text-align: center;
    margin-top: -38px;
    margin-bottom: 60px;
    font-size: 14px;
}

.step-row {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 35px;
    position: relative;
}

.step-left {
    flex: 0 0 230px;
    position: relative;
    display: flex;
    justify-content: center;
}

.step-row:not(:last-child) .step-left::after {
    content: "";
    position: absolute;
    top: 198px;
    bottom: -42px;
    left: 132px;
    width: 3px;
    background-color: #25bbcd;
    z-index: 1;
}


/* --- 右側：テキストエリア --- */
.step-right {
    flex: 1;
    padding-left: 40px;
    padding-top: 15px;
}

/* 点線ボックス */
.step-title-box {
    position: relative;
    background-color: #c8f5f0;
    padding: 4px 0 10px;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    z-index: 1;
}

.step-title-box::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: 4px;
    bottom: 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ2M2MzYyIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtZGFzaGFycmF5PSIxMiwgMTIiIHN0cm9rZS1saW5lY2FwPSJidXR0Ii8+PC9zdmc+");
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
}

.step-desc {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0;
}



/***************************************/
/*  よくある質問 */
/***************************************/
.faq-box {
    padding-top: 0;
}

.qa-container {
    margin-top: 40px;
}

.qa-item {
    margin-bottom: 15px;
}

.qa-item summary {
    display: flex;
    align-items: center;
    background-color: #fb6474;
    color: #fff;
    padding: 15px 50px 15px 20px;
    font-size: 1.4rem;
    cursor: pointer;
    list-style: none;
    font-weight: bold;
    position: relative;
    transition: background-color 0.3s;
}

.qa-item summary span {
    color: #fff;
    font-size: 1.6rem;
    margin-right: 10px;
}

.qa-item summary::-webkit-details-marker {
    display: none;
}

.qa-item-title {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.qa-item-title::before {
    content: "Q.";
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.qa-item summary::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.qa-item summary::before {
    content: "";
    position: absolute;
    right: 27px;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s;
    z-index: 1;
}

.qa-item[open] summary::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}


.qa-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}


.qa-content {
    padding: 20px;
    display: flex;
    align-items: baseline;
    background-color: #fff;
    animation: qa-fadeIn 0.4s ease forwards;
}

.qa-content::before {
    content: "A.";
    color: #fb6474;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 15px;
    flex-shrink: 0;
    font-family: oswald;
}

.qa-text {
    margin: 0;
    line-height: 1.8;
}

@keyframes qa-fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .qa-item-title {
        font-size: 0.95rem;
    }

    .qa-item-title::before,
    .qa-content::before {
        font-size: 1.2rem;
    }

    .qa-item summary {
        padding: 8px 50px 8px 20px;
    }
}

/***************************************/
/* すべてお任せください  */
/***************************************/

.border-top {
    border-top: 3px solid #f3be6b;
    margin-top: -40px;
    margin-bottom: 80px;
}

.support-wrapper {
    background-image: url('../img/support.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    outline: 2px solid #f3be6b;
    outline-offset: -5px;
}

.support-sub {
    text-align: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 40px;
    margin-top: -40px;
}

.support-bottom {
    text-align: center;
    color: white;
    font-size: 3.6rem;
    margin-top: 15px;
    font-weight: bold;
}

.support-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 470px;
}

.support-label {
    position: relative;
    background: linear-gradient(90deg, rgba(37, 189, 190, 1) 0%, rgba(37, 186, 208, 1) 50%, rgba(37, 184, 221, 1) 100%);
    color: white;
    font-weight: bold;
    font-size: 2.4rem;
    padding: 18px 30px;
    border-radius: 20px;
    border: 3px solid #25bdbe;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
}

/* 内側の細い線 */
.support-label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #f3be6b;
    border-radius: 18px;
    pointer-events: none;
}

.support-note {
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    margin-left: 10px;
    vertical-align: middle;
}


/***************************************/
/* ボタン  */
/***************************************/

.btn-area {
    text-align: center;
    padding: 30px 0;
    background: #fffff5;
    border-top: 3px solid #25bbca;
    border-bottom: 3px solid #25bbca;
}


.btn-accent {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
    padding: 0 45px;
}


.btn-accent::before,
.btn-accent::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.btn-accent::before {
    left: 0;
    background-image: url("../img/left.png");
}


.btn-accent::after {
    right: 0;
    background-image: url('../img/right.png');

}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 60px;
    margin: 0 auto;
    border-radius: 45px;
    background-image: linear-gradient(90deg, #25bdc1, #25b8de);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.btn::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}

/* ホバーアクション */
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    filter: brightness(1.05);
}

.updown {
    animation-name: updown1;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}


/***************************************/
/* 会社概要  */
/***************************************/

.company-wrap {
    padding-bottom: 0;
}

.company-wrap img {
    vertical-align: bottom;
}

.company-header {
    text-align: center;
    margin-bottom: 60px;
}

.company-script-img {
    max-width: 300px;
    height: auto;
}

.company-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.1em;
    margin-top: -20px;
}

/* 会社概要リスト */
.company-list {
    border-top: 1px solid #25bdbe;
    margin-bottom: 40px;
}

.company-row {
    display: flex;
    border-bottom: 1px solid #25bdbe;
    padding: 20px 10px;
    margin: 0;
}

.company-row img {
    width: 100%;
    max-width: 190px;
}

.company-label {
    flex: 0 0 180px;
    color: #25bdbe;
    font-weight: bold;
    font-size: 1.5rem;
}

.company-data {
    flex: 1;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8;
}


.media-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
    .company-row {
        padding: 15px 5px;
    }

    .company-row img {
        margin-top: 16px;
    }

    .company-label {
        flex: .4;
        font-size: 1.3rem;
    }

    .company-data {
        font-size: 1.3rem;
    }

    .media-flex {
        align-items: flex-start;
    }

    .media-flex span {
        font-size: 1.3rem;
    }

    .company-script-img {
        max-width: 200px;
    }

    .company-title {
        font-size: 1.5rem;
    }
}

/***************************************/
/* ご紹介できるお仕事例  */
/***************************************/
.job-wrap small {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    display: block;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.slick-slide {
    margin: 0 10px;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.slick-prev {
    left: 186px;
}

.slick-next {
    right: 190px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #25bdbe;
    border-right: 3px solid #25bdbe;
    position: absolute;
    top: 50%;
    left: 50%;
}


.slick-prev:before {
    transform: translate(-50%, -50%) rotate(-135deg);
}


.slick-next:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.slick-dots {
    bottom: -12px !important;
    z-index: 10;
}

/* ドット */
.slick-dots li button:before {
    font-size: 30px;
    color: #5ebfbf;
}

.slick-dots li.slick-active button:before {
    color: #25bdbe;
    opacity: 1;
}

.slick-list {
    padding-top: 50px !important;
}

.job-wrap .main_width {
    overflow: hidden;
    padding-top: 60px;
    margin-top: -60px;
}

.center-slider .slick-list {
    overflow: visible !important;
}

.center-slider li img {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    object-fit: contain;
}


@media screen and (min-width: 769px) {

    .slick-center {
        opacity: 1;
        transform: scale(1.05);
    }

    .slick-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .container {
        padding: 0;
    }

    .slick-slide {
        margin: 0;
        opacity: 1;
    }

    .slick-prev {
        left: 0;
        z-index: 999;
    }

    .slick-next {
        right: 0;
    }

    .slick-dots {
        bottom: 1px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 10px;
        height: 10px;
    }

    .center-slider .slick-list {
        margin-top: -40px;
    }
}

/***************************************/
/* Form Box  */
/***************************************/
.form_table {
    width: 100%;
    background: #f5f5f5;
}

.form_box {
    width: 75%;
    max-width: 980px;
    margin: auto;
}

.form_table th {
    width: 18em;
    padding: 1.5em 0 0;
    text-align: left;
    font-size: 1.5rem;
    display: block;
    float: left;
    font-weight: bold;
}

.form_table th .required {
    color: white;
    background: #bf3f49;
    font-weight: bold;
    margin-left: 10px;
    padding: 1%;
}

.form_table td {
    padding: 1.5em 0;
    width: 100%;
    display: block;
    float: left;
}

.form_table td input[type=email],
.form_table td input[type=text] {
    width: 100%;
    padding: 1em 0.5em;
    background: #fff;
    font-size: 1.5rem;
}

.form_box .form-button {
    margin: 40px 0 0;
    text-align: center;
}

.form_box .form-button input {
    display: inline-block;
    background-color: #bf3f49;
    color: #fff;
    font-size: 1.8rem;
    padding: 1em 4em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.form_box input[type=radio],
.form_box input[type=checkbox] {
    display: none;
}

.form_box .checkbox label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    padding: 0 30px 0 45px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.7rem;
}

.form_box .checkbox label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 22%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 35px;
    height: 35px;
    border: 2px solid #ccc;
    border-radius: 100px;
    content: '';
    box-sizing: border-box;
}

.form_box .checkbox label:after {
    border-radius: 0;
}

.form-wrap .radio label span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 44%;
    left: 3%;
    display: block;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #464342;
    content: '';
    opacity: 0;
}

.form_box .checkbox label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 36%;
    left: 3%;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 18px;
    border-right: 3px solid #464342;
    border-bottom: 3px solid #464342;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_box .checkbox input[type=checkbox]:checked+label:before {
    opacity: 1;
}

/***************************************/
/* Footer  */
/***************************************/
.footer-wrap {
    background-color: #25bdbe;
    padding: 1.5em 0;
}

.footer-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copyright a {
    font-size: 1.3rem;
    color: white;
}


/***************************************/
/* animation  */
/***************************************/
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .6s !important;
}

/*=============================================*/
/*media query   Tablet*/
/*=============================================*/
@media screen and (max-width: 1024px) {
    .salary-wrap {
        width: 34% !important;
    }
}

/*=============================================*/
/*media query    Smart Phone */
/*=============================================*/
@media screen and (max-width: 768px) {

    /*=============================================*/
    /*01 common*/
    /*=============================================*/
    a,
    b,
    dd,
    dt,
    li,
    p,
    span,
    td,
    th {
        font-size: 13px;
        font-size: 1.3rem;
    }

    /*=============================================*/
    /*   02.Base Layout                            */
    /*=============================================*/
    body {
        padding-bottom: 90px;
        /* btn-areaの高さ分だけ余白を確保 */
    }



    .main_width {
        width: 96%;
    }

    .main_width840 {
        width: 96%;
    }

    section {
        padding: 50px 0;
    }

    .main_ttl {
        font-size: 2.2rem;
    }

    .main_ttl span {
        padding: 0 1em;
        font-size: 2.2rem;
    }

    .border_ttl {
        font-size: 2.5rem;
    }

    .main_ttl img {
        zoom: 0.5;
    }

    /*=============================================*/
    /*   03.layout                               */
    /*=============================================*/
    /***************************************/
    /* Header  */
    /***************************************/
    header {
        position: static;
    }

    .head-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .head-area img {
        max-width: 170px;
        padding-top: 10px;
    }




    /***************************************/
    /* ハンバーガーメニュー  */
    /***************************************/
    .menu-wrapper {
        display: block !important;
    }

    .menu-icon {
        width: 35px;
        height: 30px;
        position: absolute;
        top: 16px;
        right: 27px;
        cursor: pointer;
        z-index: 9999;
        display: inline-block;
    }

    .menu-icon span {
        display: block;
        height: 3px;
        margin: 6px 0;
        background: #fb6474;
        transition: 0.4s;
    }

    /* ハンバーガーがXに変形 */
    #menu-toggle:checked+.menu-icon span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    #menu-toggle:checked+.menu-icon span:nth-child(2) {
        opacity: 0;
    }

    #menu-toggle:checked+.menu-icon span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    /* オーバーレイ背景 */
    .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transition: 0.4s;
        z-index: 1;
    }

    #menu-toggle:checked~.overlay {
        opacity: 1;
        pointer-events: auto;
    }

    /* メニュー本体（左から出す） */
    .menu {
        position: fixed;
        top: 0;
        right: -250px;
        /* ← leftを削除し、右の外側に配置 */
        width: 250px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
        /* 影の向きを左側に */
        transition: right 0.4s ease;
        /* アニメーションの対象をrightに */
        z-index: 999;
    }

    #menu-toggle:checked~.menu {
        right: 0;
        /* ← 右端0の位置へスライド */
    }

    .menu ul {
        list-style: none;
        padding: 60px 20px;
    }

    .menu li {
        margin: 25px 0;
    }

    .menu a {
        text-decoration: none;
        color: #333;
        font-size: 1.3rem;
        transition: color 0.3s;
    }

    .touroku {
        background: #fb6474;
        padding: 10px;
    }

    .touroku span {
        color: white;
        font-weight: bold;
    }

    .touroku span:hover {
        background: #333;
    }



    /***************************************/
    /* Main_Visual  */
    /***************************************/
    .main-img {
        margin-top: 0;
    }

    .main-img img {
        margin-top: 5px;
    }



    /***************************************/
    /* 共通  */
    /***************************************/

    /* 見出し */
    .midashi {
        width: 90%;
        margin: 0 auto;
    }

    .midashi h2 {
        font-size: 18px;
    }

    .midashi h2 span {
        font-size: 18px;
    }

    .midashi03 h2 span {
        font-size: 18px;
    }

    .center {
        text-align: left;

    }

    /* 王冠見出し */
    .crown-wrapper {
        text-align: center;
        position: relative;
        margin: 40px 0;
    }

    .crown-wrapper {
        margin-bottom: 20px;
    }

    .crown-badge {
        padding: 5px 5px;
        width: 170px;
    }

    .crown-badge_y {
        width: 55%;
        border: 4px solid #f3be6b;
    }

    .crown-badge span {
        font-size: 14px;
        padding: 0 10px;
    }

    .crown-badge_b {
        width: 60%;
    }

    .crown-badge_b span {
        padding: 0;
    }

    .crown-icon {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
    }

    .crown-content {
        display: inline-block;
        position: relative;
        padding: 18px 0 10px;
    }

    .crown-content_bnone {
        display: inline-block;
        position: relative;
    }

    .crown-content_b::after {
        background: none;
    }

    .marker_b {
        background: linear-gradient(transparent 75%, #dcfafa 50%);
    }

    .crown-number {
        font-size: 60px;
        letter-spacing: 0;
    }

    .crown-normal {
        font-size: 28px;
    }

    .crown-text {
        font-size: 28px;
    }

    .crown-text2 {
        margin: 3% 0;
    }

    .crown-text3 {
        margin: 3% 0 3%;
    }

    .crown-normal-txt {
        font-size: 19px;
        padding: 8% 0;
    }

    .crown-normal-txt2 {
        padding: 3% 0;
    }

    .crown-normal-txt span {
        font-size: 20px;
    }



    /***************************************/
    /* ボタン  */
    /***************************************/

    .btn-area {
        padding: 20px 0;
        border-top: 2px solid #25bbca;
        border-bottom: 2px solid #25bbca;
    }


    .btn-accent {
        font-size: 16px;
        padding: 0 30px;
    }


    .btn-accent::before,
    .btn-accent::after {
        width: 25px;
        height: 21px;
    }

    .btn {
        width: 80%;
        height: 50px;
        font-size: 20px;
    }

    .btn::after {
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        margin-left: 15px;
    }

    /* ホバーアクション */
    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
        filter: brightness(1.05);
    }



    /* footer固定ボタン */
    .sp-fixed-btn {
        width: 100%;
        position: fixed;
        bottom: 0;
        padding: 10px 0 15px;
        z-index: 999;
    }

    .sp-fixed-btn .btn{
        width: 75%;
        height: 40px;
        font-size: 18px;
    }

    .sp-fixed-btn .btn-accent{
        font-size: 14px;
        margin-bottom: 3px;
    }


    /***************************************/
    /* 派遣ならではの働き方  */
    /***************************************/

    .merit-area {
        padding: 30px 0 0;
    }

    .merit-item {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 60px;
    }

    .merit-img {
        width: 100%;
        position: relative;
    }

    .merit-item:nth-child(even) .merit-content {
        margin-right: 0;
    }


    .merit-content {
        width: 52%;
        position: absolute;
        right: 1%;
        top: 5%;
        margin-left: 0;
        padding-top: 24px;
    }

    .merit-content_sp {
        left: 1%;
    }


    .merit-badge-wrapper {
        top: -11px;
        width: 100%;
    }

    .merit-badge-wrapper::before {
        width: 100vw;
        margin: 0 calc(6% - 50vw);
    }

    .merit-badge-wrapper::after {
        bottom: -258%;
        width: 100vw;
        margin: 0 calc(6% - 50vw);
    }

    .merit-badge-wrapper_sp::before {
        margin: 0 calc(94% - 50vw);
    }

    .merit-badge-wrapper_sp::after {
        margin: 0 calc(94% - 50vw);
    }

    .merit-badge {
        padding: 3px 37px;
        font-size: 16px;
        left: -42px;
    }

    .merit-badge2 {
        left: -40px;
    }

    .merit-ttl {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .merit-ttl::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fb6474;
    }

    .merit-txt {
        font-size: 13px;
        line-height: 1.6;
    }



    /***************************************/
    /* 福利厚生  */
    /***************************************/
    .workstyle_sp {
        padding-top: 0;
    }

    .workstyle_sp .midashi {
        margin-top: 0;
    }

    .original {
        margin-top: 80px !important;
    }

    .benefit-badge {
        display: inline-block;
        background: #fb6474;
        color: #fff;
        padding: 8px 16px;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .benefit-main-ttl {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 15px;
    }

    .benefit-main-ttl::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fb6474;
    }

    .benefit-hero-txt {
        font-size: 15px;
        line-height: 1.8;
    }

    .benefit-grid {
        gap: 4px;
    }

    .benefit-list-item {
        display: flex;
        align-items: center;
        border: 2px solid #fb6474;
    }

    .benefit-list-item-last {
        width: 100%;
    }

    .benefit-list-num {
        font-size: 16px;
    }

    .benefit-list-txt {
        font-size: 14px;
        padding: 0 0 0 5px;
    }

    .benefit-list-txt_sp {
        font-size: 10px;
    }

    .benefit-list {
        flex-wrap: wrap;
        gap: 20px 15px;
        max-width: 96%;
    }

    .benefit-item {
        flex: 0 0 calc(49% - 5px);
        max-width: calc(49% - 5px);
    }

    .image-wrapper {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
    }


    .base-photo {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        vertical-align: bottom;
    }



    .text-content {
        margin-top: -10px;
        margin-left: 2px;
        background-color: #e0f7f6;
        padding: 15px;
        font-size: 14px;
        line-height: 1.6;
        min-height: 100px;
    }

    .text-content p {
        font-size: 1.3rem !important;
    }


    /***************************************/
    /* Table Box  */
    /***************************************/
    .base_table th {
        padding: 1em 0;
    }

    .base_table td {
        padding: 1em;
        line-height: 2;
    }

    .base_table th,
    .base_table td {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .table_box {
        padding: 0;
    }



    /***************************************/
    /* 研修・スキルアップ */
    /***************************************/

    .skill-main-visual {
        margin: 0 auto 30px;
    }



    .skill-list-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }

    .skill-item {
        padding: 10px 0px;
        font-size: 1.2rem;
    }

    .skill-bottom img {
        display: block;
    }

    .skill-bottom p {
        top: 6%;
        left: 15px;
        width: 100%;
        max-width: 59%;
        font-size: 12px;
    }

    .skill-floating-title {
        font-size: 3rem;
    }



    /***************************************/
    /* 派遣社員として働く方の声  */
    /***************************************/
    .voice h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .voice h3 span {
        font-size: 2rem;
    }

    .interview-section {
        max-width: 800px;
        margin: 0 auto 40px auto;
    }

    .interview-photo-area {
        flex: 1.3;
    }

    .interview-photo-area img {
        width: 100%;
        height: auto;
        display: block;
    }

    .interview-label {
        padding: 15px 0;
        font-size: 1.3rem;
    }

    .interview-label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: color(srgb 0.88 0 0.14 / 0.58);
        mix-blend-mode: multiply;
        z-index: -1;
    }

    .interview-balloon-area {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .balloon-placeholder {
        width: 55%;
        position: absolute;
        right: 0%;
    }

    .interview-balloon-area p {
        left: 54%;
        font-size: 16px;
        line-height: 1.4;
    }

    .interview-body {
        padding: 25px 18px;
    }

    .interview-text-box {
        padding: 6px;
    }

    .interview-text-box::before,
    .interview-text-box::after {
        width: 25px;
        height: 25px;
    }

    .interview-text {
        font-size: 1.2rem;
        line-height: 1.6;
    }



    /***************************************/
    /* お仕事開始までの流れ  */
    /***************************************/


    .step-wrap h3 {
        margin-top: 0;
        margin-bottom: 50px;
        text-align: left;
    }

    .step-row {
        margin-bottom: 25px;
    }

    .step-left img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .step-right {
        padding-left: 15px;
    }

    .step-title-box {
        font-size: 1.5rem;
        margin-bottom: 15px;
        z-index: 1;
    }

    .step-title-box::before {
        top: -3px;
        left: -3px;
        right: 3px;
        bottom: 3px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ2M2MzYyIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtZGFzaGFycmF5PSI4LCA4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIvPjwvc3ZnPg==");
    }

    .step-desc {
        font-size: 1.3rem;
        line-height: 1.6;
    }

    /* pcの打ち消し */
    .step-row:not(:last-child) .step-left::after {
        top: auto;
    }

    .step-row:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 130px;
        bottom: -37px;
        left: 89px;
        width: 3px;
        z-index: 1;
        background-color: #25bbcd;
    }

    .step-left {
        position: relative;
        z-index: 2;
        flex: 0 0 156px;
        display: flex;
        justify-content: center;
    }


    /***************************************/
    /* すべてお任せください  */
    /***************************************/

    .border-top {
        border-top: 2px solid #f3be6b;
        margin-bottom: 60px;
    }

    .support-wrapper {
        background-image: url('../img/support_sp.png');
    }

    .support-sub {
        font-size: 1.4rem;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .support-bottom {
        font-size: 2rem;
        margin-top: 15px;
    }

    .support-content {
        gap: 8px;
        width: 50%;
    }

    .support-label {
        font-size: 1.8rem;
        padding: 12px 15px;
        border-width: 2px;
    }

    .support-note {
        display: block;
        margin-left: 0;
        font-size: 1.1rem;
    }

    /* 内側の細い線 */
    .support-label::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        border: 2px solid #f3be6b;
        border-radius: 18px;
        pointer-events: none;
    }


    /* --- レスポンシブ --- */
    @media (max-width: 768px) {
        .support-wrapper {
            padding: 20px;
            min-height: auto;
            aspect-ratio: 16 / 9;
        }

        .support-label::after {
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
        }


    }

}