/*
Theme Name: main
Theme URI: 
Description: 
Author: ailylab
Author URI: 
Version: 1.0.0
*/

img[src=""] {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    border: 1px solid #eee;
}
img[src=""]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    white-space: nowrap;
    content: "※画像準備中※";
}

:root{
    --main-color: #4B009B;
    --sub-color: #5B8C06;
    --text-color: #222222;
    --content-width: 1280px;
}

/****************************************
1.Setting
*****************************************/
html, body, div, span, a, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, em, img, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, time, video {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    color: var(--text-color);
    font-size:17px;
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a {
    color: #69318E;
}

a:hover {
    color: #833EB1;
}

a[href="#none"] {
    color: #313131;
    text-decoration: none;
    pointer-events: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

/* Chromeで縮小したアイコン画像がぼやける現象への対策 */
img[src$=".png"],
img[src$=".gif"] {
    -webkit-backface-visibility: hidden;
}

p {
    line-height: 2;
}

p.paragraph:nth-of-type(n + 2) {
    margin: 1.5em 0px 0px;
}

figcaption {
    padding: 0.5em;
    text-align: center;
}

a:hover > figure > img {
    opacity: 0.8;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table th,
table td {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

table th:nth-of-type(n + 2),
table td:nth-of-type(n + 2) {
    border-left: 1px solid #dedede;
}

table th {
    background-color: #F0F0F0;
}

@media screen and (max-width: 767.98px) {
    .tbl_wrapper {
        overflow-x: scroll;
    }
    .tbl_wrapper > table {
        width: 767px;
    }
}

address {
    font-style: normal;
}

.video_wrapper video {
    width: 100%;
}

ol.list,
ul.list {
    margin: 0px 0px 0px 1.5em;
}

p + ol.list,
p + ul.list {
    margin: 0.5em 0px 0px 1.5em;
}

ol.list + p,
ul.list + p {
    margin: 0.5em 0px 0px;
}

ol.list > li + li,
ul.list > li + li {
    margin: 1em 0px 0px;
}

ol.list > li > ul,
ul.list > li > ul {
    margin: 1em 0px 0px 1.5em;
}

ol.list > li > .box,
ul.list > li > .box {
    margin: 1em 0px 0px;
}

dl.list {
    border: 1px solid #dedede;
    border-top: none;
}

dl.list > dt,
dl.list > dd {
    padding: 1em;
    margin: 0px;
    border-top: 1px solid #dedede;
}

dl.list > dt {
    background-color: #ecf8fe;
    color: #231815;
    font-weight: bold;
}

.cf:after {
    display: block;
    clear: both;
    content: "";
}

.bw > span,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
figcaption > span {
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }
}
@media screen and (max-width: 767.98px) {
    .tb {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mb {
        display: none !important;
    }
}

.center {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pc_center {
        text-align: center;
    }
}

.right {
    text-align: right;
}

.em {
    font-size: 17px;
    font-weight: bold;
}

.if_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.if_wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.form_step {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.form_step > li {
    display: block;
    position: relative;
    padding: 1em;
    width: 22%;
    border: 1px solid currentColor;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    color: #3388dd;
}
.form_step > li:nth-of-type(n + 2) {
    margin: 0px 0px 0px 4%;
}
.form_step > li:nth-of-type(n + 2)::before {
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #3388dd;
    border-left: 2px solid #3388dd;
    transform: translateY(-50%) rotate(135deg);
    content: "";
}

.form_step > li.form_step_now{
    color: #fff;
    background-color: #3388dd;
}

@media print, (min-width: 992px) {
    .form_step > li {
        font-size: 18px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 60px 0px 60px;
}

.pagination > a,
.pagination > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2em;
    height: 2em;
    margin: 30px 0.5em 0px;
    border: 1px solid var(--main-color);
    font-weight: bold;
}

.pagination > a:link,
.pagination > a:visited,
.pagination > a:active,
.pagination > a:hover {
    color: var(--main-color);
    text-decoration: none;
}
.pagination > .prev,
.pagination > .next {
    border: 1px solid transparent;
    background-color: transparent;
}
.pagination > .prev:before,
.pagination > .next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.pagination > .prev:before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination > .next:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.pagination > .current {
    background-color: var(--main-color);
    color: #fff;
}

.link_prev,
.link_next {
    position: relative;
    padding: 0px 1em;
}

.link_prev {
    float: left;
}
.link_next {
    float: right;
}

.link_prev:before,
.link_next:after {
    position: absolute;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
}
.link_prev:before {
    left: 0px;
    transform: translateY(-50%) rotate(225deg);
}
.link_next:after {
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    list-style: none;
    position: relative;
    z-index: 1;
}
.breadcrumb > li {
    position: relative;
    font-size: 13px;
    color: #fff;
}
.breadcrumb > li:nth-of-type(n + 2) {
    padding: 0px 0px 0px 2.5em;
}
.breadcrumb > li:nth-of-type(n + 2):before {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #dedede;
    border-top: 2px solid #dedede;
    content: "";
}
.breadcrumb > li > a{
    color:#fff
}
.list_slash {
    list-style: none;
}

.list_slash > li {
    display: inline-block;
    position: relative;
}
.list_slash > li:not(:last-child)::after {
    margin: 0px 0.5em;
    content: "/";
}

/****************************************
2. Layout 
*****************************************/
.mt1em {
    margin-top: 1em;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mt90 {
    margin-top: 90px;
}

.section {
    padding: 30px 0px 30px 0px;
}

div[class="col"],
div[class^="col-"] {
    margin-top: 30px;
}

.row.no_mt {
    margin-top: -30px;
}

.container {
    width: 100%;
}
@media print, (min-width: 992px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1310px) {
    .container {
        max-width: 1310px;
    }
}
@media (max-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


.container_s {
    padding: 0px 15px;
    width: 100%;
}
@media print, (min-width: 992px) {
    .container_s {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}
@media (min-width: 768px) {
    .container_s {
        max-width: 768px;
    }
}

@media print, (min-width: 768px) {
    .col2 {
        display: flex;
        padding: 0px 0px 60px;
    }
    .col2_main {
        order: 2;
        width: 75%;
    }
    .col2_side {
        order: 1;
        margin: 0px 20px 0px 0px;
        width: calc(25% - 20px);
    }
}

@media screen and (max-width: 767.98px) {
    .col2_side {
        margin: 30px 0px 0px;
    }
}

.container-wide{
    width: 100%;
    max-width: 1360px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: auto;
}
/*--------------------------------*/
/*  共通                           */
/*--------------------------------*/
article{
    overflow-x: hidden;
}
.sp-only{
    display: none;
}
.section-wide{
    margin: 0 calc(50% - 50cqi);
    width: 100vw;
}
/* 大見出し共通 */
.heading-big {
    color: #000;
    font-weight: 700;
    font-size:clamp(30px, 30 / 1000 * 100vw ,38px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    z-index: 1; 
}
.heading-big::after {
    display: block;
    content: attr(data-label);
    text-transform:uppercase;
    font-size: 300%;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
/*    font-family: "Roboto", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: transparent; 
    -webkit-text-stroke: 1px rgba(75, 0, 155,0.4); 
    -webkit-text-fill-color: transparent; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.heading-big::before {
    content: "";
    width: 64px;
    height: 10px;
    background-color: #4B009B;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.heading-big.white {
    color: #fff;
}
.heading-big.white::after {
    -webkit-text-stroke: 0.83px rgba(255, 255, 255,0.6);
}
@media screen and (max-width: 767px) {
    .heading-big {
        font-size:clamp(23px, 23 / 375 * 100vw ,30px);
        margin-bottom:40px;
    }
    .heading-big::before {
        width: 35px;
        height: 6px;
        bottom: -20px;
    }
    .heading-big::after {
        font-size: 240%;    
    }
}

/* 大見出し共通（左にライン） */
.heading-big.left-line{
    font-size:clamp(30px, 30 / 1000 * 100vw ,42px);
    text-align: left;
    margin-left: 1.5em;
}
.heading-big.left-line::after{
    font-size:285%;
    text-align: left;
    top: unset;
    left: -10px;
    bottom: 0px;
    transform: unset;
}
.heading-big.left-line::before {
    width: 15px;
    height: 175%;
    bottom: -3px;
    left: -50px;
}

@media screen and (max-width: 1440px) {
    .heading-big.left-line{
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 1024px) {
    .heading-big.left-line::before {
        width: 12px;
        left: -40px;
    }
}
@media screen and (max-width: 767px) {
    .heading-big.left-line{
        font-size:clamp(24px, 24 / 500 * 100vw ,28px);
        margin-left: 20px;
    }
    .heading-big.left-line::before {
        width: 10px;
        left: -16px;
        max-height: 100px;
    }

    .heading-big.left-line::after{
        font-size:260%;
        left: -10px;
    }
}

/* 見出し共通（短いアンダーライン） */
.heading-underline {
    color: #111111;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    z-index: 1; 
}
.heading-underline::before {
    content: "";
    width: 64px;
    height: 10px;
    background-color: #4B009B;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 767px) {

    .heading-underline {
        font-size:clamp(22px, 22 / 375 * 100vw ,25px);
        margin-bottom: 50px;
    }
    .heading-underline::before {
        width: 35px;
        height: 6px;
        bottom: -20px;
    }
}

/* 見出し共通（長いアンダーライン） */
.heading-underline-long {
    color: #111111;
    font-weight: 700;
    font-size:clamp(30px, 30 / 1000 * 100vw ,40px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 80px;
    z-index: 1; 
    width: fit-content;
}
.heading-underline-long::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #4B009B;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 767px) {

    .heading-underline-long {
        font-size:clamp(22px, 22 / 375 * 100vw ,30px);
        margin-bottom: 50px;
    }
    .heading-underline-long::before {
        width: 35px;
        height: 6px;
        bottom: -20px;
    }
}



/* 見出し共通（左に縦のライン） */
.heading-left-line {
    color: #111111;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
    position: relative;
    margin-left: 26px;
    margin-bottom: 1em;
    z-index: 1; 
}
.heading-left-line::before {
    content: "";
    width: 8px;
    height: 42px;
    background-color: #69318E;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

    .heading-left-line {
        font-size:clamp(22px, 22 / 375 * 100vw ,25px);
        margin-bottom: 30px;
    }
    .heading-left-line::before {
        width: 6px;
        height: 42px;
    }
}

/* 中見出し */
.heading-mid{
    font-size:clamp(26px, 26 / 1000 * 100vw ,32px);
    margin-bottom: 1.5em;
    color: #111111;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.heading-mid.band{
    background-color: #444444;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .heading-mid{
        font-size:clamp(20px, 20 / 480 * 100vw ,25px);
        margin-bottom: 1.0em;
    }
    .heading-mid.band{
        height: 60px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 550px) {
    .heading-mid.band{
        height: 50px;
    }
}

/* 大見出し共通（大きな帯・左上に三角） */
.heading-big-obi {
    font-size:clamp(30px, 30 / 1000 * 100vw ,38px);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 1; 
    width: 100%;
    height: 160px;
    color: #fff;
    background-color: #505161;
    display: flex;
    justify-content: center;
    align-items: center;

}
.heading-big-obi::before,
.heading-big-obi::after{
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #6E4FA6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.heading-big-obi::before{
    width: 159px;
    height: auto;
    aspect-ratio: 159/71;
}
.heading-big-obi::after{
    width: 198px;
    height: auto;
    aspect-ratio: 198/88;
    background-color: rgba(110, 79, 166,0.46);
}
@media screen and (max-width: 1000px) {
    .heading-big-obi {
        font-size:clamp(22px, 22 / 550 * 100vw ,30px);
        height: auto;
        padding: 1.2em 0.5em;
    }
    .heading-big-obi::before{
        width: 15%;
    }
    .heading-big-obi::after{
        width: 19%;
    }
}
@media screen and (max-width: 500px) {
    .heading-big-obi br{
        display: none;
    }
}

/*ボタン共通*/
.btn-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sub-color);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding: 20px 60px;
    width: fit-content;
    transition: all 0.3s ease;
}
.btn-arrow .arrow{
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%228%22%20viewBox%3D%220%200%2024%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%206.70703H21L15%200.707031%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: auto;
    aspect-ratio: 21/6;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.btn-arrow:hover{
    background-color: #527e06;
    color: #fff;
}

.btn-arrow.black{
    background-color: #000;
}
.btn-arrow.black:hover{
    background-color: #250550;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .btn-arrow{
        padding: 18px 40px;
    }
    .btn-arrow .arrow{
        width: 18px;
        right: 15px;
    }
}
/* 加工実績一覧用のボタン */
.btn-arrow-caselist{
    margin: 60px auto 0px;
    width: 480px;
    height: 90px;
    font-size: 20px;
}
.btn-arrow-caselist .arrow{
    width: 32px;
}
@media screen and (max-width: 991px) {
    .btn-arrow-caselist{
        margin: 60px auto 0px;
        width: fit-content;
        height: auto;
        padding: 20px 60px;
        font-size: 16px;
    }
    .btn-arrow-caselist .arrow{
        width: 21px;
    }
}


/* ボタン共通：メールアイコン付き */
.btn-mail-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sub-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    width: 320px;
    height: 72px;
    padding-left: 30px;
    margin: auto;
}
.btn-mail-icon .icon{
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2222%22%20viewBox%3D%220%200%2027%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M25.83%200H0.956668C0.702944%200%200.459611%200.100792%200.280201%200.280202C0.100791%200.459612%200%200.702944%200%200.956668V20.09C0%2020.3437%200.100791%2020.5871%200.280201%2020.7665C0.459611%2020.9459%200.702944%2021.0467%200.956668%2021.0467H25.83C26.0837%2021.0467%2026.3271%2020.9459%2026.5065%2020.7665C26.6859%2020.5871%2026.7867%2020.3437%2026.7867%2020.09V0.956668C26.7867%200.702944%2026.6859%200.459612%2026.5065%200.280202C26.3271%200.100792%2026.0837%200%2025.83%200ZM13.9805%2012.2352C13.8126%2012.3657%2013.606%2012.4366%2013.3933%2012.4366C13.1807%2012.4366%2012.9741%2012.3657%2012.8062%2012.2352L3.44101%204.95135L4.61532%203.44101L13.3933%2010.268L22.1714%203.44101L23.3457%204.95135L13.9805%2012.2352Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: auto;
    aspect-ratio: 26/21;
    position: absolute;
    top: 53.5%;
    left: 30px;
    transform: translateY(-50%);
}
.btn-mail-icon:hover{
    background-color: #527e06;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btn-mail-icon {
        font-size: 15px;
        width: 240px;
        height: 60px;
        padding-left: 25px;
    }
    .btn-mail-icon .icon {
        width: 20px;
        top: 52.5%;
        left: 32px;
    }

}


/* 画像に薄くオーバーレイ（薄紫） */
.image-overlay {
    position: relative;
    display: inline-block;
    vertical-align: top ;
}
.image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    background-color: #6E4FA6;
    */
    opacity: 0.22;
    pointer-events: none;
    z-index: 1;
}
.image-overlay img {
    display: block;
    width: 100%;
    height: auto;
}

/* 英語ラベル：左端90度縦 */
.en-label{
    font-size: 30px;
    font-size:clamp(22px, 22 / 1000 * 100vw ,30px);
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    color: #6E4FA6;
    position: absolute;
    top: 177px;
    left: 130px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 1;
}
.en-label::before{
    content: "";
    width: 24px;
    height: 1px;
    background-color: #6E4FA6;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
    .en-label{
        left: 100px;
    }   
}
@media screen and (max-width: 991px) {
    .en-label{
        left: 50px;
    }   
}
@media screen and (max-width: 600px) {
    .en-label{
        left: 36px;
    }   
}
/*--------------------------------*/
/*  トップページ                    */
/*--------------------------------*/
/* メインビジュアル */
.home .header::before {
    background-color: transparent;
}
/* スクロール時に色をつける */
.home .header.js_colored {
    background-color: #69318E;
}

.section-fv{
    position: relative;
}
.wrap-fv-copy{
    position: absolute;
    top: 50%;
    left: 0px;
    padding: 60px 140px;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.7); 
}

.wrap-fv-copy .fv-copy1{
    color: #fff;
    font-size: clamp(44px, 28 / 1100 * 100vw ,54px);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
}
.wrap-fv-copy .fv-copy2{
    color: #fff;
    font-size: clamp(15px, 15 / 1100 * 100vw ,18px);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}
.home .section-fv .triangle.white1{
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #fff;
    width: 813px;
    width: 56.4vw;
    height: 103px;
    position: absolute;
    top: 0;
    left: 0;
}
.home .section-fv .triangle.violet1{
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #6E4FA6;
    width: 102px;
    width: 7vw;
    height: 28px;
    position: absolute;
    top: 77px;
    left: 0;
}
.home .section-fv .triangle.violet2{
    clip-path: polygon(0 53%, 100% 100%, 100% 0);
    background-color: rgba(78, 12, 123,0.85);
    width: 647px;
    width: 45vw;
    height: 186px;
    position: absolute;
    bottom: 12px;
    right: 0;
}
.home .section-fv .triangle.white2{
    clip-path: polygon(55% 0, 100% 89%, 100% 100%, 0 100%);
    background-color: #fff;
    width: 100vw;
    height: 101px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.section-fv .btn-mail-icon{
    font-size:clamp(16px, 16 / 767 * 100vw ,22px);
    width: 480px;
    width: clamp(350px, 50vw ,480px);
    height: 72px;
    padding-left: 30px;
    margin-left: 0;
}

/*FVスライド表示*/
.section-fv .bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.section-fv .bxslider li {
    position: relative;
    height: 100%;
}
.section-fv .bx-wrapper {
    max-width: 100% !important;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
}
.section-fv .bx-viewport {
   height: 850px !important;
}
.section-fv .fv-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.image-wrap {
  position: relative;
  display: inline-block;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*
  background-color: rgba(51, 51, 51, 0.4); 
*/
}
/* 上部にグラデーションフィルター */
.image-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px; 
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

@media screen and (max-width: 991px) {
    .home .section-fv .triangle.white1 {
        width: 51.4vw;
        height: 70px;
    }
    .home .section-fv .triangle.white2 {
        height: 75px;
    }
    .home .section-fv .triangle.violet1 {
        width: 6vw;
        height: 18px;
        top: 54px;
    }
    .home .section-fv .triangle.violet2 {
        height: 145px;
        bottom: 6px;
    }
    .section-fv .bx-viewport {
        height: 650px !important;
    }
}

@media screen and (max-width: 991.98px) {
    .wrap-fv-copy {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 3vw 6vw;
        width: 95%;
    }   
}
@media screen and (max-width: 767px) {
    .wrap-fv-copy .fv-copy1 {
        font-size: clamp(20px, 20 / 375 * 100vw, 26px);
    }
    .section-fv .btn-mail-icon {
        width: 320px;
        height: 60px;
        padding-left: 20px;
        font-size: 15px;
    }
    .section-fv .btn-mail-icon .icon {
        width: 20px;
        top: 52.5%;
        left: 13px;
    }
}
@media screen and (max-width: 600px) {
    .section-fv .bx-viewport {
        height: 500px !important;
    }
    .wrap-fv-copy .fv-copy2 br{
        display: none;
    }
    .home .section-fv .triangle.white1 {
        width: 63vw;
        height: 60px;
    }
    .home .section-fv .triangle.white2 {
        height: 49px;
    }
    .home .section-fv .triangle.violet1 {
        width: 9vw;
        height: 15px;
        top: 46px;
    }
    .home .section-fv .triangle.violet2 {
        height: 90px;
    }
}

/* flame-box 共通 */
.flame-box{
    min-height: 100%;
    margin-bottom: 30px;
}
.flame-box a {
    transition: 0.5s;
    text-decoration: none;
}
.flame-box a:hover {
    opacity: 0.8;
}
.flame-box .box-inner{
    box-shadow: 10px 10px 0px #C9B6E1;
}
.flame-box .title{
    background-color: #38115C;
    color: #fff;
    font-size:clamp(18px, 20 / 1000 * 100vw ,22px);
    text-align: center;
    padding: 8px 0.5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flame-box .text{
    background-color: #fff;
    font-size:clamp(24px, 28 / 900 * 100vw ,28px);
    font-weight: 700;
    text-align: center;
    min-height: 5em;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flame-box .text p{
    width: 100%;
    line-height: 1.5;
}
.flame-box .text p span{
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .flame-box .title{
        font-size:clamp(16px, 16 / 576 * 100vw ,20px);
    }
    .flame-box .text{
        font-size:clamp(24px, 24 / 576 * 100vw ,28px);
        height: 110px;
    }
}
/* Tecnology */

.section-technology {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-technology .wrap{
    justify-content: center;
    list-style: none;
}
.section-technology .flame-box .title{
      font-size: clamp(15px, 15 / 900 * 100vw ,20px);
}

@media screen and (max-width: 1024px) {
    .section-technology {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 950px) {
    .flame-box .title{
        height: 45px;
    }
}


/* Feature */
.home .section-feauture{
    padding-top: 100px;
    padding-bottom: 10px;
    position: relative;
}
.home .section-feauture .wrap {
    position: relative;
    margin-top: -30px;
}
.home .section-feauture .wrap::after{
    content: "";
    position: absolute;
    top: 0px;
    right: -19vw;
    aspect-ratio: 1/1;
    max-width: 600px;
    width: 38vw;
    height: auto;
    background-image: url(./images/top/line-shape.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
@media screen and (min-width: 2000px) {
    .home .section-feauture .wrap{
        max-width: 1800px;
        margin: auto;
    }
    .home .section-feauture .wrap::after{
        left: 70vw;
    }
}
.home .section-feauture .box-img {
    position: relative;
    max-height: 723px;
    height: 52vw;
}
.home .section-feauture .box-img img{
   /* max-width: 687px;
    width: 100%;
    margin-left: 0;
*/    
    position: absolute;
    right: 0;
    max-width: 840px;
    width: 58vw;
}
.home .section-feauture .box-text {
    padding-right: 11.5vw;
    padding-top: 100px;
    max-width: 950px;
}
.home .section-feauture .box-text p{
    font-size: 18px;
    line-height: 2.4;
}
.home .section-feauture .underline {
    font-weight: 700;
    color:  #38115C;
    text-decoration: underline;
}
.home .section-feauture .btn-arrow {
    margin-top: 50px;
}
@media screen and (max-width: 1280px) {
    .home .section-feauture .box-text {
        padding-right: 5vw;
    }
}

@media screen and (max-width: 991px) {
   .home .section-feauture .box-img img{
    left: -10vw;
   }
}


@media screen and (max-width: 767px) {
     .home .section-feauture{
        padding-top: 60px;
        padding-bottom: 60px;
     }
    .home .section-feauture .wrap {
        position: relative;
        margin-top: 0;
        max-width: 100vw;
        margin: auto;
    }
    .home .section-feauture .box-text {
        padding-top: 60px;
        padding-right: max(15px,5vw);
        padding-left: max(15px,5vw);
    }
    .home .section-feauture .btn-arrow {
        margin: 50px auto 0;
    }
    .home .section-feauture .box-img {
        height: auto;
    }
    .home .section-feauture .box-img img {
        width: 100%;
        max-width: 550px;
        position: inherit;
    }
    .home .section-feauture .wrap::after {
        top: unset;
        bottom: 15%;
        right: -25vw;
        width: 50vw;
        min-width: 300px;
    }
}

/* Case */
.home .section-case{
    padding-top: 220px;
    padding-bottom: 50px;
    background-color: #F0F0F0;
    position: relative;
}
.home .section-case .inner-container{
    max-width: 1320px;
    width: 95vw;
    margin: auto;
}
.home .section-case .wrap{
    padding-top: 20px;
}
.home .section-case .triangle.violet{
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #F2EDFC;
    width: 38.88%;
    height: 156px;
    position: absolute;
    top: 38px;
    left: 0;
}
.home .section-case .triangle.white{
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #fff;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .home .section-case{
        padding-bottom: 60px;
    }
    .home .section-case .inner-container{
        width: 100vw;
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media screen and (max-width: 650px) {
    .home .section-case .triangle.white {
        height: 130px;
    }
    .home .section-case .triangle.violet {
        height: 113px;
    }
}

/* Case List 共通 */
.wrap-case-list .box-case{
    display: block;
    padding: 27px 30px 30px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.wrap-case-list    img {
    width: 360px;
    height: 270px;
    object-fit: cover;
}
.wrap-case-list .title{
    font-size:clamp(18px, 18 / 1000 * 100vw ,20px);
    font-weight: 700;
    padding: 1em 0;
}

.wrap-case-list table th{
    max-width: 133px;
    width: 45%;
    min-width: 110px;
}
.wrap-case-list .btn-arrow.black {
    width: 100%;
    height: 60px;
    margin-top: 18px;
}
@media screen and (max-width: 1000px) {
    .wrap-case-list .box-case {
        padding: 12px 12px 16px;
    }
    .wrap-case-list .col-md-4 {
        padding-right: 8px;
        padding-left: 8px;
        margin-top: 16px;
    }
}



/* About us */
.home .section-aboutus{
    padding-top: 220px;
    position: relative;
}
.home .section-aboutus .triangle.violet{
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background-color: #C8C0D6;
    width: 45.1%;
    height: 176px;
    position: absolute;
    top: 15px;
    right: 0;
}
.home .section-aboutus .triangle.gray{
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #F0F0F0;
    width: 100%;
    height: 188px;
    position: absolute;
    top: 0;
    left: 0;
}
.home .section-aboutus .en-label {
    top: 260px;
}
.home .section-aboutus .wrap-about{
    max-width: 1140px;
    margin: auto;
}
.home .section-aboutus .wrap-about .box{
    padding-right: 2px;
    padding-left: 1px;
}

.home .section-aboutus .btn-arrow{
    width: 100%;
    font-size:clamp(16px, 16 / 767 * 100vw ,20px);
    padding: 18px 60px;
    .arrow{
        width: 25px;
    }
}
.home .section-aboutus .rectangle{
    width: 100%;
    height: auto;
    aspect-ratio: 1280/286;
    background-color: #C8C0D6;
    z-index: -1;
    margin-top: -188px;
}
@media screen and (max-width: 1280px) {
    .home .section-aboutus .wrap-about {
        padding-left: 30px;
        padding-right: 30px;
    }
    .home .section-aboutus .rectangle {
        margin-top: -13vw;
    }

}
@media screen and (max-width: 767px) {
    .home .section-aboutus .wrap-about {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home .section-aboutus .btn-arrow{
        padding: 12px 30px;
        .arrow{
            width: 20px;
        }
    }
}
@media screen and (max-width: 650px) {
    .home .section-aboutus .triangle.gray {
        height: 130px;
    }
    .home .section-aboutus .triangle.violet {
        height: 113px;
    }
}
@media screen and (max-width: 575px) {
    .home .section-aboutus .rectangle {
        margin-top: -130vw;
        height: 150vw;
    }
}
/* Recruit */
.home .section-recruit{
    padding-top: 120px;
}
.home .section-recruit .wrap{
    width: 100%;
    height: 410px;
    position: relative;
    display: flex;
}
.home .section-recruit .box-text{
    width: 40%;
    width: 512px;
    height: 100%;
    padding: 98px 10px 10px 138px;
    position: relative;
    background: #6645A2;
    background: linear-gradient(to bottom right, #DAC7FF 0%, #6645A2 50%);
    z-index: 1;
}
.home .section-recruit .box-img{
    width: 60%;
    height: 100%;
}
.home .section-recruit .box-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home .section-recruit .box-text .heading-big{
    text-align: left;
    margin-bottom: 40px;
    position: unset;
}
.home .section-recruit .box-text .heading-big::after{
    font-size: 250%;
    top: 30%;
    z-index: 0;
}
.home .section-recruit .box-text .heading-big::before{
    content: none;
}
.home .section-recruit .box-text .btn-arrow{
    margin-top: 20px;
    width: 280px;
    height: 60px;
}
.home .section-recruit .box-text .text{
    font-size:clamp(15px, 15 / 767 * 100vw ,18px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.056em;
    color: #fff;
}
.home .section-recruit .rectangle{
    width: 100%;
    height: auto;
    aspect-ratio: 1440/363;
    max-height: 380px;
    background-color: #E9DFFD;
    z-index: -1;
    margin-top: -288px;
}
@media screen and (max-width: 1024px) {
    .home .section-recruit{
        padding-top: 120px;
    }
    .home .section-recruit .box-text {
        width: 400px;
        padding: 90px 10px 10px 60px;
    }
    .home .section-recruit .box-text .heading-big::after {
        top: 27%;
    }
    .home .section-recruit .rectangle {
        height: 300px;
    }

}
@media screen and (max-width: 767px) {
    .home .section-recruit .wrap {
        flex-direction: column-reverse;
        height: auto;
    }
    .home .section-recruit .box-text {
        width: 100%;
        padding: 70px 20px 40px 20px;
    }
    .home .section-recruit .box-img {
        width: 100%;
    }
    .home .section-recruit .box-text .heading-big {
        text-align: center;
    }
    .home .section-recruit .box-text .text {
        text-align: center;
    }
    .home .section-recruit .box-text .btn-arrow {
        margin: 20px auto;
    }
    .home .section-recruit .rectangle {
        aspect-ratio: 1440 / 500;
        margin-top: -220px;
    }
}


/* News */
.home .section-news{
    padding-top: 310px;
    padding-bottom: 85px;
    background-color: #F0F0F0;
    position: relative;
}
.home .section-news .inner-container{
    max-width: 868px;
    margin: 0 auto 100px;
}
.home .section-news .btn-arrow{
    margin: 32px auto 0px;
}
.home .section-news .triangle.violet{
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #4E0C7B;
    width: 45.1%;
    height: 176px;
    position: absolute;
    top: 105px;
    left: 0;
}
.home .section-news .trapezoid{
    clip-path: polygon(0 0, 100% 0, 100% 32%, 0% 100%);
    background-color: #fff;
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
}
.home .section-news .en-label {
    top: 390px;
}
@media screen and (max-width: 1024px) {
    .home .section-news .inner-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* News List：共通 */
.wrap-news-list{
    list-style: none;
}
.wrap-news-list .box-news{
    background-color: #fff;
    padding: 3px 0;

}
.wrap-news-list .box-news:not(:last-child){
    border-bottom: solid 1px #E5EAF0;
}

.wrap-news-list .box-news a{
    padding: 22px 30px 22px;
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--text-color);
    text-decoration: none;
}
.wrap-news-list .box-news .date{
    font-size: 17px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    line-height: 1.5;
}
.wrap-news-list .box-news .cat{
    padding: 8px 28px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #333333;/*カテゴリーのデフォルトは#333333*/
    line-height: 1.2;
    letter-spacing: 0.066em;
    white-space: nowrap;
}
/*カテゴリーごとに色を変える*/
.wrap-news-list .box-news .cat-product-info{
    background-color: #9476CB;
}
.wrap-news-list .box-news .title{
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    line-height: 1.5;
}

@media screen and (max-width: 1090px) {
    .home .section-news .en-label {
        top: 350px;
    }
}
@media screen and (max-width: 767px) {
    .wrap-news-list .box-news a{
        flex-wrap: wrap;
    }
    .wrap-news-list .box-news .title{
        width: 100%;
    }
    .wrap-news-list .box-news a {
        gap: 10px 30px;
    }
}

@media screen and (max-width: 650px) {
    .home .section-news {
        padding-top: 240px;
    }
    .home .section-news .en-label {
        top: 270px;
    }
    .home .section-news .trapezoid {
        height: 200px;
    }
    .home .section-news .triangle.violet {
        width: 45.1%;
        height: 135px;
        top: 71px;
    }
}
/* パートナーシップ構築宣言 */
.partnership{
    padding: 55px 80px 50px 36px;
    background-color: #fff;
    width: 100%;
    max-width: 1140px;
    margin: auto;
}
.partnership .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}
.partnership .title{
    font-size:clamp(22px, 22 / 767 * 100vw ,28px);
    font-weight: 700;
    color: #111111;
    border-bottom: solid 5px #C5B9DB;
    width: fit-content;
    margin: auto;
    padding-bottom: 8px;
}
.partnership .text{
    font-size: 17px;
    font-weight: 400;
    color: #222222;
    line-height: 1.8;
}
.partnership .box-text{
    width: 60%;
}
.partnership .box-img{
    width: 33%;
}
.partnership .box-img img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .partnership{
        padding: 35px 20px 40px 10px;
    }
    .partnership .wrap {
        gap: 15px;
    }
}
@media screen and (max-width: 600px) {
    .partnership{
        padding: 35px 30px 40px 30px;
    }
    .partnership .wrap {
        flex-direction: column;
    }
    .partnership .box-img {
        width: 100%;
        max-width: 230px;
    }
    .partnership .box-text {
        width: 100%;
    }
}
/*--------------------------------*/
/*  お問い合わせ                    */
/*--------------------------------*/
.section-contact{
    background-image: url('./images/common/contact-bg.jpg');
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 100% 100%;
    padding: 243px 0 230px;
    position: relative;
    z-index: 0;
}
.section-contact .heading-big {
    margin-bottom: 50px;
}

.section-contact .box-contact{
    max-width: 920px;
    width: 90%;
    margin: auto;
    padding: 38px 20px 36px;
    background-color: #F2EDFC;
}
.section-contact .box-contact .text{
    font-size:clamp(16px, 16 / 375 * 100vw ,30px);
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #111111;
    margin-bottom: 20px;
}
.section-contact .box-contact .btn-arrow{
    margin: 20px auto ;
    max-width: 620px;
    width: 100%;
    height: 90px;
    font-size:clamp(15px, 15 / 450 * 100vw ,24px);
    padding: 20px 20px;
}
.section-contact .box-contact .btn-arrow .arrow{
    width: 32px;
    height: auto;    
}
.section-contact .box-contact .cta-tel{
    font-size:clamp(26px, 26 / 375 * 100vw ,48px);
    font-weight: 700;
    text-align: center;
    font-family: 'Arial','Helvetica',sans-serif;

}
.section-contact .box-contact .cta-tel a{
    text-decoration: none;
    color: #69318E;
}
.section-contact .box-contact .cta-tel .label{
    font-size: 75%;
}
.section-contact .box-contact .cta-tel .open{
    color: #69318E;
    font-size: 50%;
    display: inline-block;
}
.section-contact .triangle{
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: #fff;
    width: 100%;
    height: 220px;
    position: absolute;
    top: -1px;
    left: 0;
}
.section-contact .triangle.gray{
    background-color: #F0F0F0;
}

@media screen and (max-width: 991px) {
    .section-contact .triangle {
        height: 160px;
    }
}
@media screen and (max-width: 650px) {
    .section-contact {
        padding: 200px 0 230px;
    }
    .section-contact .triangle {
        height: 120px;
    }

}
@media screen and (max-width: 600px) {
    .section-contact .box-contact .btn-arrow {
        height: 75px;
        text-align: center;
        .sp-only{
            display: block;
        }
    }
    .section-contact .box-contact .btn-arrow .arrow {
        width: 20px;
        height: auto;
    }

}

/*--------------------------------*/
/*  共通：お問い合わせフォームCTA     */
/*--------------------------------*/
.section-cta-form{
    padding: 60px 20px 200px;
    background-color: #F2EDFC;
    background-image: url(./images/common/contact-bg.jpg?20251225);
    text-align: center;
    margin: 0 calc(50% - 50cqi);
    width: 100vw;
}
.page-quality .section-cta-form,
.page-company .section-cta-form,
.page-recruit .section-cta-form,
.single-job-description .section-cta-form,
.post-type-archive-job-description .section-cta-form {
    background-image: url(./images/common/bg-contact.jpg?20251225);
}

.section-cta-form .inner-container{
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.section-cta-form .wrap-form{
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: solid 2px #E1E1E1;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.10);
    padding: 30px;
}
.section-cta-form .wrap-form p{
    font-size: 15px;
    text-align: left;
}
.section-cta-form .wrap-tel{
    margin-top: 90px;
}
.section-cta-form .wrap-tel .title{
    font-size:clamp(22px, 22 / 375 * 100vw ,32px);
    font-weight: 700;
    color: #fff;
}
.section-cta-form .heading-underline {
    color: #fff;
}
.section-cta-form .wrap-tel .tel{
    font-size:clamp(26px, 26 / 375 * 100vw ,48px);
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.section-cta-form .wrap-tel .open{
    font-size:clamp(14px, 14 / 375 * 100vw ,24px);
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .section-cta-form{
        padding: 80px 15px 200px;
    }
    .section-cta-form .wrap-tel {
        margin-top: 70px;
    }

}

/*--------------------------------*/
/*  事業紹介・当社の特徴ページ        */
/*--------------------------------*/
.page_title_base-feature{
    color: #fff;
    max-width: 1150px;
    margin: auto;
    padding: 0px 10px 40px;
    position: relative;
    z-index: 1;
}
.page_title_base-feature .label{
    color: #fff;
    background-color: #6E4FA6;
    font-size:clamp(24px, 20 / 1000 * 100vw ,32px);
    font-weight: 700;
    padding: 0 1em;
    width: fit-content;
    margin-top: 30px;
}
.page_title_base-feature .title{
    font-size:clamp(36px, 30 / 1000 * 100vw ,46px);
    font-weight: 700;
    margin: 0.5em 0;
    line-height: 1.54;
}
.page_title_base-feature .wrap-title-list {
    list-style: none;
    max-width: 600px;
}
.page_title_base-feature .wrap-title-list .box{
    font-size:clamp(17px, 17 / 767 * 100vw ,28px);
    font-weight: 700;
    margin: 0.5em 0;
    line-height: 1.3;
    letter-spacing: 0.15em;
    color: #111111;
    background-color: #fff;
    padding: 13px 16px 13px 100px;
    position: relative;
}
.page_title_base-feature .wrap-title-list .box::before{
    content: "";
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 52% 100%, 0% 100%);
    background-color: #C9B6E1;
}
.color-violet{
    color: #69318E;
}

.page_title_base-feature .subtitle{
    font-size:clamp(16px, 16 / 1000 * 100vw ,18px);
    font-weight: 700;
    margin: 0.5em 0;
    line-height: 2;
    letter-spacing: 0.15em;
}

.page-feature article{
    position: relative;
}
.page-feature .page_title{
    background-image: url(./images/pagetitle/feature.jpg?20251225);
    clip-path: unset;
    z-index: 0;
    height: auto;
}
.page-feature .page_title_triangle{
    display: none;
}
.page-feature .page_title::after {
    background-color: rgba(0, 0, 0, 0.5);
}
.page-feature .page_title::before{
    content: "";
    position: absolute;
    max-width: 660px;
    min-width: 350px;
    width: 45.8vw;
    height: 127px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #C9B6E1;
}
@media screen and (max-width: 1024px) {
    .page_title_base-feature .wrap-title-list .box{
        padding: 13px 16px 13px 80px;
    }
    .page_title_base-feature .wrap-title-list .box::before{
        width: 70px;
    }
}
@media screen and (max-width: 767px) {
    .page-feature .page_title {
        height: auto;
    }
    .page-feature .page_title::before {
        height: 90px;
        min-width: 260px;
    }
    .page_title_base-feature .box-text{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .page_title_base-feature .wrap-title-list {
        width: 100%;
    }
    .page_title_base-feature .wrap-title-list .box{
        padding: 13px 16px 13px 60px;
    }
    .page_title_base-feature .wrap-title-list .box::before{
        width: 60px;
    }
}

.page_title_base-feature {
    display: flex;
    justify-content: center;
}

.page_title_base-feature .box-text {
    width: 600px;
}

.page_title_base-feature_contact {
    display: none;
}

.page_title_base-feature_contact .btn-mail-icon {
    margin-top: 20px;
}

.page_title_base-feature .box-form {
    width: calc(100% - 600px - 20px);
    margin-left: 20px;
}

.fv_form {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    color: var(--text-color);
}

.fv_form_title {
    padding: 0.5em;
    background-color: #6E4FA6;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.fv_form dt span {
    display: none;
}

.fv_form form#mailformpro dl dt {
    padding: 0.5em 0;
    width: 150px;
    font-size: 15px;
}

.fv_form form#mailformpro dl dd {
    padding: 0.5em 0;
    width: calc(100% - 150px);
}

.fv_form .form_description {
    display: none;
}

.fv_form .mfp_buttons {
    padding: 0px;
}

@media screen and (max-width: 1100px) {
    .page_title_base-feature .box-form {
        display: none;
    }
    .page_title_base-feature_contact {
        display: block;
    }
}

.page-feature .wrap-3points{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 1220px;
    margin: 60px auto 30px;
}
.page-feature .wrap-3points a {
    text-decoration: none;
    transition: 0.5s;
}
.page-feature .wrap-3points a:hover {
    opacity: 0.8;
}
.page-feature .wrap-3points img{
    margin: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.page-feature .wrap-3points .box-text{
    min-height: 120px;
    background-color: #C9B6E1;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.page-feature .wrap-3points .box-text::before{
    content: "";
    width: 90%;
    height: 100%;
    background-color: #000;
    clip-path: polygon(16% 0%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.page-feature .wrap-3points .box-text .title{
    font-size:20px;
    font-size:clamp(17px, 17 / 900 * 100vw ,20px);
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 7px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    line-height: 1.3;
}
.page-feature .wrap-3points .box-text .text{
    font-size:18px;
    font-size:clamp(14px, 14 / 900 * 100vw ,18px);
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    position: relative;
    z-index: 1;
}
.page-feature .wrap-3points .box-inner{
    position: relative;
    z-index: 1;
    box-shadow: #C9B6E1 10px 10px 0px 0px;
}
@media screen and (max-width:1024px) {
    .page-feature .wrap-3points .box-text {
        min-height: 95px;
        padding-top: 12px;
        margin-top: -30px;
    }
}
@media screen and (max-width: 767px) {
    .page-feature .wrap-3points .box{
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-feature .wrap-3points .box-text {
        min-height: 80px;
        height: auto;
        padding-top: 12px;
        padding-bottom: 10px;
        margin-top: -20px;
    }
    .page-feature .wrap-3points .box-text .title{
        font-size:clamp(14px, 14 / 600 * 100vw ,16px);
    }
    .page-feature .wrap-3points .box-text .text{
        font-size:clamp(14px, 14 / 600 * 100vw ,18px);
    }
}
@media screen and (max-width: 991.98px) {
    .page-feature .wrap-3points {
        gap: 30px;
        max-width: 800px;
    }
    .page-feature .wrap-3points .box-text {
        min-height: 92px;
        padding-top: 12px;
        margin-top: -30px;
    }
    .page-feature .wrap-3points .box-text .title{
        font-size:20px;
    }
    .page-feature .wrap-3points .box-text .text{
        font-size:17px;
    }
}

/*金属加工でこんな「やっかいごと」を抱えていませんか？*/
.page-feature .heading-underline-long::before {
    content: "";
    width: 108%;
    height: 10px;
    background-color: #C9B6E1;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .page-feature .heading-underline-long::before {
        content: "";
        width: 98%;
        height: 8px;
    }
}
.page-feature .inner-container{
    max-width: 1140px;
    width: 95vw;
    margin: auto;
}

/*金属加工でこんな「やっかいごと」を抱えていませんか？*/
.page-feature .section-problems{
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #F0F0F0;
}
.wrap-problems .box-text{
    margin-bottom: 28px;
}
.wrap-problems .box-text .inner{
    max-width: 555px;
    height: 100%;
    background-color: #fff;    
    padding: 20px 16px 30px 76px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.wrap-problems .box-text .text{
    font-size: clamp(18px, 18 / 1000 * 100vw, 22px);
    font-weight: 700;
    color: #222222;
    line-height: 1.7;
    position: relative;
}
.wrap-problems .box-text .text::before{
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18%2036C20.3638%2036%2022.7044%2035.5344%2024.8883%2034.6298C27.0722%2033.7253%2029.0565%2032.3994%2030.7279%2030.7279C32.3994%2029.0565%2033.7253%2027.0722%2034.6298%2024.8883C35.5344%2022.7044%2036%2020.3638%2036%2018C36%2015.6362%2035.5344%2013.2956%2034.6298%2011.1117C33.7253%208.92784%2032.3994%206.94353%2030.7279%205.27208C29.0565%203.60062%2027.0722%202.27475%2024.8883%201.37017C22.7044%200.465584%2020.3638%20-3.52233e-08%2018%200C13.2261%207.11366e-08%208.64773%201.89642%205.27208%205.27208C1.89642%208.64773%200%2013.2261%200%2018C0%2022.7739%201.89642%2027.3523%205.27208%2030.7279C8.64773%2034.1036%2013.2261%2036%2018%2036ZM17.536%2025.28L27.536%2013.28L24.464%2010.72L15.864%2021.038L11.414%2016.586L8.586%2019.414L14.586%2025.414L16.134%2026.962L17.536%2025.28Z%22%20fill%3D%22%236E4FA6%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    width: 36px;
    height: auto;
    position: absolute;
    top: 4px;
    left: -50px;
}
.wrap-problems .box-text .text .red{
    color: #D50404;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.big-arrow{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    aspect-ratio: 180/60;
    width: 180px;
    height: auto;
    background-color: #4E0C7B;
    margin: 50px auto 40px;
}
.wrap-flame-label .title{
    background-color: #6E4FA6;
    font-size:clamp(24px, 24 / 1000 * 100vw ,32px);
    padding: 1.55em 0.8em;
}
.wrap-flame-label .box{
    background-color: #fff;
    padding: 30px 25px 20px 36px;
    display: flex;
    gap: 13px;
}
.wrap-flame-label .circle{
    width: 152px;
    height: 152px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: solid 6px #C9B6E1;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wrap-flame-label .text2{
    font-size:clamp(16px, 16 / 1000 * 100vw ,18px);
    font-weight: 500;
    padding-left: 35px;
}
@media screen and (max-width: 1024px) {
    .wrap-flame-label .box {
        padding: 30px 25px 30px 36px;
    }
    .wrap-flame-label .circle{
        width: 120px;
        height: 120px;
        border: solid 5px #C9B6E1;
        font-size: 23px;
    }
    .wrap-flame-label .text2 {
        padding-left: 15px;
    }

}
@media screen and (max-width: 991px) {
    .wrap-problems .box-text .text br{
        display: none;
    }
    .wrap-problems .box-text .text::before {
        width: 28px;
        left: -38px;
    }
    .wrap-problems .box-text .inner {
        padding: 20px 16px 30px 50px;
    }
    .section-problems .big-arrow {
        width: 120px;
        margin: 20px auto 30px;
    }
}
@media screen and (max-width: 767px) {
    .page-feature .section-problems{
        padding-bottom: 80px;
    }
    .wrap-problems .box-text .inner {
        margin: auto;
    }
    .wrap-problems.row {
        margin-top: 70px;
    }
    .wrap-problems .box-text {
        margin-bottom: 20px;
    }
    .section-problems .wrap-flame-label {
        max-width: 100%;
    }
    .wrap-flame-label .box {
        padding: 30px 20px 36px 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .wrap-flame-label .text2 {
        padding-left: 0;
        width: 100%;
    }
    .wrap-flame-label .title {
        font-size:clamp(20px, 20 / 375 * 100vw ,22px);
        padding: 0.8em;
        height: auto;
    }

}
@media screen and (max-width: 600px) {
    .heading-underline-long br{
        display: none;
    }
}
/*“少量多品種”×”高精度”×”高い生産性”を実現する4つのポイント*/
.page-feature .section-points{
    background-color: #F0F0F0;
}
.page-feature .section-points .inner-container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.heading-point{
    font-size:clamp(24px, 24 / 1000 * 100vw ,32px);
    color: #111111;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    border-top: solid 5px #4B009B;
    border-bottom: double 2px #4B009B;
    padding: 28px 0;
    position: relative;
    margin-bottom: 44px;
}
.heading-point::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #4B009B;
  transform: translateY(6px); /* 間隔 */
}
.heading-point .label-point{
    font-size: 80%;
    font-weight: 700;
    color: #fff;
    background-color: #4B009B;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    padding: 4px 29px;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .page-feature .section-points .inner-container{
        padding-top: 50px;
    }
    .heading-point{
        font-size:clamp(20px, 20 / 600 * 100vw ,24px);
        padding: 28px 0;
    }
    .heading-point .label-point{
        padding: 4px 20px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 580px) {
    .heading-point {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .heading-point .label-point {
        padding: 4px 24px;
        display: block;
        width: fit-content;
        margin-bottom: 6px;
    }
}
.white-container{
    background-color: #fff;
}
.page-feature .section-points .wrap.wrap.reverse{
    flex-direction: row-reverse;
}

.page-feature .wrap-point .box-img .img-shadow{
    max-width: 540px;
    width: 100%;
    box-shadow: #C9B6E1 15px 15px 0px 0px;
}
.page-feature .wrap-point .box-text {
    font-weight: 500;
    color: #222222;
    padding-left: 3%;
}
.page-feature .wrap-point .box-text .text{
    margin-bottom: 1em;
}
.page-feature .wrap-point .box-text-wide{
    margin-bottom: 50px;
}
.page-feature .wrap-point .wrap{
    position: relative;
}
.page-feature .wrap-point .wrap .img-before{
    margin: 0 50px 0 0;
}
.page-feature .wrap-point .wrap .img-after{
    margin: 0  0 0 50px;
}
.page-feature .wrap-point .big-arrow{
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 60px;
    height: auto;
    aspect-ratio: 1/2;
    margin: 0;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1180px) {
    .page-feature .wrap-point .big-arrow{
        width: 4%;
    }
    .page-feature .wrap-point .wrap .img-before{
        margin: 0 30px 0 0;
        width: 94%;
        max-width: 520px;
    }
    .page-feature .wrap-point .wrap .img-after{
        margin: 0  0 0 30px;
        width: 94%;
        max-width: 520px;
    }

}
@media screen and (max-width: 767px) {
    .page-feature .wrap-point .box-text {
        margin-top: 50px;
        padding-left: 15px;
    }
    .page-feature .wrap-point .big-arrow{
        width: 10%;
        min-width: 55px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        aspect-ratio: 2/1;
    }

    .page-feature .wrap-point .wrap .img-before,
    .page-feature .wrap-point .wrap .img-after{
        margin: auto;
        width: 100%;
    }
    .page-feature .wrap-point .wrap .img-before{
        margin-bottom: 80px;
    }
}





.section-contact2{
    background-color: #F2EDFC;
    padding: 70px 20px 60px;
}
.section-contact2 .title{
    font-size:clamp(22px, 22 / 900 * 100vw ,28px);
    color: #4B009B;
    font-weight: bold;
    border: solid 2px #4E0C7B;
    max-width: 1140px;
    text-align: center;
    padding: 8px 1em;
    margin: 0 auto 30px;
    line-height: 1.6;
}
.section-contact2 .title span{
    display: inline-block;
}
.section-contact2 .btn-arrow{
    margin: auto;
    max-width: 620px;
    width: 90%;
    height: 90px;
    font-size: clamp(15px, 15 / 450 * 100vw, 24px);
    padding: 20px 20px;
}
.section-contact2 .btn-arrow .arrow{
    width: 32px;
    height: auto;
}

.section-contact2 .cta-tel{
    font-size:clamp(26px, 26 / 375 * 100vw ,48px);
    font-weight: 700;
    text-align: center;
    font-family: 'Arial','Helvetica',sans-serif;

}
.section-contact2 .cta-tel{
    margin-top: 28px;
}
.section-contact2 .cta-tel a{
    text-decoration: none;
    color: #111111;
}
.section-contact2 .cta-tel .label{
    font-size: 75%;
}
.section-contact2 .cta-tel .open{
    color: #111111;
    font-size: 50%;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .section-contact2 .title{
        font-size:clamp(18px, 18 / 500 * 100vw ,22px);
    }
}
@media screen and (max-width: 600px) {
    .section-contact2 {
        padding: 50px 20px 40px;
    }
    .section-contact2 .btn-arrow {
        height: 75px;
        text-align: center;
    }
    .section-contact2 .btn-arrow .arrow {
        width: 20px;
        height: auto;
    }
    .section-contact2 .btn-arrow .sp-only {
        display: block;
    }
    .section-contact2 .cta-tel .open{
        display: block;
    }
    .section-contact2 .title br{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .section-contact2 .cta-tel {
        margin-top: 15px;
    }
}


/* Case */
.page-feature .section-case{
    padding-top: 220px;
    padding-bottom: 140px;
    margin-top: 90px;
    background-color: #F0F0F0;
    position: relative;
}
.page-feature .section-case .inner-container{
    max-width: 1320px;
    width: 95vw;
    margin: auto;
}
.page-feature .section-case .wrap{
    padding-top: 20px;
}

.page-feature .section-case .triangle.violet{
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #4E0C7B;
    width: 38.88%;
    height: 156px;
    position: absolute;
    top: 38px;
    left: 0;
}
.page-feature .section-case .triangle.white{
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #fff;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .page-feature .section-case{
        padding-bottom: 60px;
    }
    .page-feature .section-case .inner-container{
        width: 100vw;
        padding-left: 25px;
        padding-right: 25px;
    }
}


@media screen and (max-width: 650px) {
    .page-feature .section-case .triangle.white {
        height: 130px;
    }
    .page-feature .section-case .triangle.violet {
        height: 113px;
    }
}





/*--------------------------------*/
/*  会社概要ページ                  */
/*--------------------------------*/
.page-company .section-company,
.page-company .section-location,
.page-company .section-message{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-company iframe {
    width: 100%;
}
.page-company .section-location .address {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0.5em;
}

.page-company .section-message .box-text .message-text{
    padding-right: 20%;
    margin: 0 0 15px 0;
}
.page-company .section-message .wrap-cube::after{
    bottom: -64px;
    right: -70px;
    z-index: 0;
}
.page-company .president-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: right;
}
.table-company{
    border: 1px solid #dedede;
}
.table-company th,
.table-company td{
    font-size:clamp(15px, 15 / 767 * 100vw ,18px);
    padding: 16px;
}
.table-company th{
    width: 30%;
    background-color: #F2EDFC;
}
@media screen and (max-width: 1024px) {
    .page-company .section-message .box-text .message-text {
        padding-right: 1vw;
    }
}
@media screen and (max-width: 767px) {
    .page-company .section-company,
    .page-company .section-location,
    .page-company .section-message{
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .page-company .section-message .box-img{
        width: fit-content;
        margin: auto;
    }
    .page-company .section-message .box-text{
        display: contents;
    }
    .page-company .section-message .box-text .message-text {
        order: 3;
        padding: 50px 20px ;
    }
    .page-company .section-message .heading-big.left-line{
        width:100%;
    }
}
/*--------------------------------*/
/*  設備情報ページ                  */
/*--------------------------------*/
.page-facility .section-processing{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-facility .section-inspection{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-facility .heading-big.left-line {
    margin-bottom: 30px;
}

.wrap-table-facility{
    overflow-x: auto;
    padding-bottom: 20px;
}
.table-facility{
    margin-top: 50px;
    border: 1px solid #dedede;
    min-width: 800px;
}
.table-facility th{
    background-color: #CDB6EB;
}
.table-facility td{
    font-size:clamp(16px, 16 / 600 * 100vw ,17px);
}
.table-facility  tr:nth-child(odd){
    background-color: #fff;
}
.table-facility  tr:nth-child(even){
    background-color: #F8F8F8;
}
.table-facility th:nth-child(1),
.table-facility td:nth-child(1){
    width: 24%;
}
.table-facility th:nth-child(2),
.table-facility td:nth-child(2){
    width: 17%;
}
.table-facility th:nth-child(3),
.table-facility td:nth-child(3){
    width: 17%;
}
.table-facility th:nth-child(4),
.table-facility td:nth-child(4){
    width: 36%;
}
.table-facility th:nth-child(5),
.table-facility td:nth-child(5){
    width: 6%;
    text-align: center;
}
.table-facility2 th:nth-child(1),
.table-facility2 td:nth-child(1),
.table-facility2 th:nth-child(2),
.table-facility2 td:nth-child(2),
.table-facility2 th:nth-child(3),
.table-facility2 td:nth-child(3){
    width: 31%;
}
.table-facility2 th:nth-child(4),
.table-facility2 td:nth-child(4){
    width: 6%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .page-facility .section-processing {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .page-facility .heading-big.left-line {
        margin-bottom: 5px;
    }
}

/*--------------------------------*/
/*  品質管理・環境保全の取り組み      */
/*--------------------------------*/
.page-quality .section-quality,
.page-quality .section-environment{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-quality .text{
    margin-bottom: 1em;
}
.page-quality .heading-mid.band{
    margin-bottom: 0;
}
.page-quality .wrap{
    margin-bottom: 60px;
}
.page-quality .wrap.reverse{
    flex-direction: row-reverse;
}
.page-quality .wrap-eco{
    align-items: center;
}
@media screen and (max-width: 767px) {
    .page-quality .wrap-eco img{
            max-width: 320px;
    }
    .page-quality .section-quality,
    .page-quality .section-environment{
        padding-top: 100px;
        padding-bottom: 0;
    }

}



/*--------------------------------*/
/*  加工実績一覧ページ        */
/*--------------------------------*/
.post-type-archive-case article,
.tax-material article,
.tax-process article,
.tax-lot article,
.tax-shape article{
    background: #F0F0F0;
}
.post-type-archive-case .wrap-case-list,
.tax-material .wrap-case-list,
.tax-process .wrap-case-list,
.tax-lot .wrap-case-list,
.tax-shape .wrap-case-list{
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

/*タクソノミー一覧*/
.section-tax{
    width: 100%;
    padding: 30px 2vw;
    margin: auto;
    border: solid 6px #dfd6ea;
    background-color: #e9e5ed;
}
.wrap-tax-link{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.wrap-tax-link .tax-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
}
.wrap-tax-link .label{
    padding: 2px 10px;
    min-width: 150px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.wrap-tax-link .tax a{
    color: #222222;
    text-underline-offset: 5px;
    font-weight: 500;
}
.no-case-data{
    text-align: center;
    padding: 100px 0;
}
@media screen and (max-width: 991px) {
    .section-tax {
        padding: 20px 2vw 10px;
        margin: 20px auto;
    }
    .wrap-tax-link .label{
        padding: 2px 8px;
        min-width: 110px;
        font-size: 14px;
    }
    .wrap-tax-link{
        gap: 2.5vw;
    }
    .wrap-tax-link .tax-list{
        gap: 8px 2.5vw;
        flex-wrap: wrap;
    }
    .wrap-tax-link .tax a{
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .section-tax {
        padding: 15px 2vw 0;
        margin: 20px auto;
    }
    .wrap-tax-link{
        gap: 8px;
        flex-direction: column;
        margin-bottom: 22px;
    }
}

.term-description{
    margin-top: 60px;
    margin-bottom: 80px;
}
.term-description img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.term-description p{
    margin-bottom: 0.8em;
}
.tax-material .heading-underline-long,
.tax-process .heading-underline-long,
.tax-lot .heading-underline-long,
.tax-shape .heading-underline-long {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*--------------------------------*/
/*  加工実績詳細ページ          */
/*--------------------------------*/
.single-case article{
    background: #F0F0F0;
}

.single-case ul.wrap{
    list-style: none;
}

.single-case .section-detail{
    margin-top: -20px;
}

.single-case .wrap-main-img{
    position: relative;
    z-index: 0;
    max-width: 640px;
    width: 100%;
    margin: auto;
}
.single-case .wrap-3points {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1180px;
    margin: auto;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.single-case .wrap-3points .flame-box {
    width: calc(100% / 3 - 20px);
    max-width: 700px;
}

@media screen and (max-width: 991.98px) {
    .single-case .wrap-3points {
        gap: 10px;
    }
    .single-case .wrap-3points .flame-box {
        width: calc(100% / 2 - 20px);
    }
}
@media screen and (max-width: 699.98px) {
    .single-case .wrap-3points .flame-box {
        width: calc(100% - 20px);
    }
}

.single-case .wrap-sub-img{
    max-width: 800px;
    width: 90%;
    margin: 45px auto 180px;
}
.single-case .wrap-sub-img img{
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
}

.single-case .section-wide{
    background-color: #fff;
    padding: 80px 0 ;
    position: relative;
}
.single-case .section-spec{
    padding: 10px 0 ;
}
.single-case .wrap-spec-point{
    max-width: 1120px;
    margin: -120px auto 0;
}
.single-case .section-wide .triangle2 {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #fff;
    width: 100%;
    height: 220px;
    position: absolute;
    top: -219px;
    left: 0;
}

.single-case .box-point{
    padding-left: 70px;
}
.single-case .box-point .text{
    color: #222222;
    font-size: 17px;
}

.table-spec{
    max-width: 555px;
}
.table-spec th{
    color: #fff;
    background-color: #222222;
    font-size: 17px;
    font-weight: 700;
    padding-left: 15px;
    text-align: left;
    width: 164px;
}
.table-spec th,
.table-spec td{
    padding: 1em;
    border-bottom: 2px solid #C9B6E1;
}
.table-spec tr:first-child th,
.table-spec tr:first-child td{
    border-top: 2px solid #C9B6E1;
}
.table-spec tr:nth-child(even){
    background-color: #F8F8F8;
}

.single-case .section-case{
    padding-top: 220px;
    background-color: #F0F0F0;
    position: relative;
}
.single-case  .section-case .triangle.violet{
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #4E0C7B;
    width: 38.88%;
    height: 156px;
    position: absolute;
    top: 38px;
    left: 0;
}
.single-case  .section-case .triangle.white{
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: #fff;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
}
.single-case .section-case.section-wide{
    padding-bottom: 140px;
}
.single-case .section-case .inner-container{
    max-width: 1320px;
    width: 95vw;
    margin: auto;
}


/*.single-case  .footer {
    margin-top: -40px;
}*/
@media screen and (max-width: 991px) {
    .single-case .section-wide  .triangle2 {
        height: 160px;
        top: -159px;
    }
}
@media screen and (max-width: 767px) {
    .flame-box {
        padding-right: 10px;
        padding-left: 10px;
        max-width: 350px;
    }

    .single-case .box-point{
        margin-top: 60px;
        padding-left: 15px;
    }
    .wrap-sub-img .box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .table-spec{
        max-width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .single-case .section-wide  .triangle2 {
        height: 120px;
        top: -119px;
    }
}
@media screen and (max-width: 576px) {
    .flame-box {
        margin: 0 auto 30px;
    }
    .single-case .wrap-sub-img{
        width: 100%;
    }
    .single-case .wrap-sub-img{
        margin: 30px auto 130px;
    }
}


/*--------------------------------*/
/*  お知らせ一覧ページ               */
/*--------------------------------*/
.category-news article,
.category article{
    background-color: #F0F0F0;
}

.category-news .section-news,
.category .section-news{
    padding: 100px 0 200px;
}

/* 四角いあしらい */
.wrap-cube{
    position: relative;
    width: fit-content;
}
.wrap-cube img,
.wrap-cube p{
    position: relative;
    z-index: 1;
}
.wrap-cube::after{
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    width: 167px;
    height: auto;
    background-color: #C9B6E1;
}

/*--------------------------------*/
/*  採用情報ページ               */
/*--------------------------------*/
.page article{
    position: relative;
}
.page-recruit .container{
    padding-top: 135px;
}
.page-recruit .page_title,
.post-type-archive-job-description .page_title,
.single-job-description .page_title{
    background-image: url(./images/pagetitle/recruit.jpg?20251225);
    clip-path: unset;
    z-index: 0;
    height: 478px;
}
.page-recruit .page_title::after,
.post-type-archive-job-description .page_title::after,
.single-job-description .page_title::after{
    background-color: rgba(0, 0, 0, 0.1);
}
.page-recruit .page_title_triangle ,
.post-type-archive-job-description .page_title_triangle,
.single-job-description .page_title_triangle{
    position: absolute;
    max-width: 720px;
    width: 50vw;
    height: 127px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    top: 352px;
}
.page-recruit .breadcrumb{
    display: none;
}
.section-message  .heading-mid {
    font-size: clamp(22px, 22 / 1000 * 100vw, 26px);
    margin-bottom: 1.0em;
}
.page-recruit p .bold{
    color: var(--main-color);
    font-weight: 700;
}
.page-recruit .section-message .inner{
    padding-left: 50px;
}
.page-recruit .section-message .box-img img{
    margin: 0 0 15px 0;
}
.page-recruit .section-message .box-text .message-text{
    padding-right: 20%;
    margin: 0 0 15px 0;
    color: #222222;
}
.page-recruit .president-name{
    font-size:clamp(15px, 15 / 1000 * 100vw ,18px);
    font-weight: 700;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .page-recruit .section-message .box-text .message-text {
        padding-right: 1vw;
    }
}
@media screen and (max-width: 767px) {
    .page-recruit .container{
        padding-top: 100px;
    }
    .page-recruit .page_title{
        height: 300px;
        background-position-x: center;
    }
    .page-recruit .page_title_triangle{
        width: 40vw;
        height: 107px;
        top: 194px;
    }

    .page-recruit .section-message .wrap{
            padding-left: 15px;
    }
    .page-recruit .section-message .inner{
        padding-left: 0;
        display: contents;
    }
    .page-recruit .section-message .box-img{
        width: fit-content;
        margin: auto;
    }
    .page-recruit .section-message .box-text{
        display: contents;
    }
    .page-recruit .section-message .box-text .message-text {
        order: 3;
        padding: 50px 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .page-recruit .section-message .box-text .message-text {
        order: 0;
        padding: 50px 20px 0;
    }
}

/*「現場の声」をすぐに取り入れる「改善体質」*/
.section-culture{
    padding: 200px 0 200px;
    position: relative;
}
.page-recruit .section-culture .inner{
    padding-left: 50px;
}
.page-recruit .section-culture .box-text .wrap-cube{
    margin-top: 60px;
    margin-left: auto;
}
.page-recruit .section-culture::before{
    content: "";
    background-image: url('./images/recruit/bolt01.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    right: 0;
    aspect-ratio: 318/285;
    max-width: 318px;
    width: 22vw;
    height: auto;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .section-culture {
        padding: 100px 0 120px;
    }
    .page-recruit .section-culture .inner{
        padding-left: 0;
    }

    .page-recruit .section-culture .box-img{
        width: fit-content;
        margin: auto;
    }
    .page-recruit .section-culture .box-text{
        margin: auto;
        margin-top: 50px;
        max-width: 680px;
    }
    .page-recruit .section-culture::before{
        top: -12px;
        right: 0;
        width: 22vw;
        min-width: 120px;
    }
    .page-recruit  .section-culture .heading-big.left-line .sp-only{
        display: block;
    }
    .page-recruit  .section-culture .heading-big.left-line:before{
        height: 102%;
    }
}        


/*業務・仕事の内容*/
.page-recruit .section-work .wrap{
    margin-bottom: 100px;
}
.page-recruit .section-work .wrap:nth-child(even) .box-text{
    padding-left: 68px;
}

.page-recruit .section-work .wrap:nth-child(odd) .row{
    flex-direction: row-reverse;
}
.page-recruit .section-work .wrap:nth-child(odd) .box-text{
    padding-right: 68px;
}
.page-recruit .section-work .btn-arrow{
    background-color: #69318E;
    max-width: 480px;
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 70px;
    padding: 20px 30px;
}
.page-recruit .section-work .btn-arrow .arrow{
    width: 32px;
}
.page-recruit .section-work .btn-arrow:hover{
    background-color: #54177c;
}
@media screen and (max-width: 767px) {
    .page-recruit .section-work .box-img{
        width: fit-content;
        margin: auto;
    }
    .page-recruit .section-work .box-text{
        margin: auto;
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 680px;
    }

    .page-recruit .section-work .wrap:nth-child(even) .box-text{
        padding-left: 20px;
    }
    .page-recruit .section-work .wrap:nth-child(odd) .box-text{
        padding-right: 20px;
    }
    .page-recruit .section-work .btn-arrow{
        margin: 50px auto 0;
    }

}



/*数字で見る不二精密製作所*/
.page-recruit .section-number{
    padding-top: 100px;
    position: relative;
}
.page-recruit .section-number .heading-big.left-line,
.page-recruit .section-number2 .heading-big.left-line{
    margin-bottom: 0;
}
.page-recruit .section-number .wrap.row{
    justify-content: center;
}
.page-recruit .section-number .title{
    font-size:clamp(20px, 20 / 900 * 100vw ,26px);
    font-weight: 700;
    line-height: 1;
    margin: 1em auto 0.5em;
}
.page-recruit .wrap-num .num{
    font-size:clamp(64px, 64 / 1000 * 100vw ,80px);
    font-weight: 700;
    line-height: 1;
    color: #38115C;
}
.page-recruit .wrap-num .unit-label{
    color: rgba(56, 17, 92,0.5);
    font-weight: 700;
    margin-left: 8px;
    line-height: 1;
}
.page-recruit .wrap-num .unit-label.font36{
    font-size:clamp(24px, 24 / 767 * 100vw ,36px);
}
.page-recruit .wrap-num .unit-label.font32{
    font-size:clamp(24px, 24 / 767 * 100vw ,32px);
}
.page-recruit .wrap-num .unit-label.font34{
    font-size:clamp(24px, 24 / 767 * 100vw ,34px);
}
.page-recruit .wrap-num .unit-label.font80{
    font-size:clamp(64px, 64 / 1000 * 100vw ,80px);
    color: #38115C;
}

.page-recruit .section-number .box-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-top: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 50px 30px 50px 30px;
    width: 395px;
    height: 410px;
    height: auto;
    aspect-ratio: 395/410;
}
.section-number::before{
    content: "";
    background-image: url('./images/recruit/bolt02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -80px;
    right: 90px;
    aspect-ratio: 211/267;
    max-width: 211px;
    width: 15vw;
    height: auto;
    z-index: -1;
}
@media screen and (max-width: 1300px) {
    .page-recruit .section-number{
        padding-top: 80px;
    }
    .page-recruit .section-number .box-inner{
        width: auto;
        height: 32vw;
        padding: 12% 30px 12% 30px;
        margin-top: 30px;
    }
    .page-recruit .section-number .box-inner img{
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .page-recruit .section-number {
        padding-top: 50px;
    }
    .page-recruit .section-number .box-inner {
        width: 100%;
        height: 100%;
        padding: 12% 2px 12%;
    }
    .page-recruit .section-number .wrap.row {
        max-width: 650px;
        margin: auto;
    }
    .page-recruit .section-number .wrap .box-img{
        margin-bottom: 20px;
    }
    .page-recruit .section-number .title{
        font-size:clamp(16px, 16 / 500 * 100vw ,20px);
    }
    .page-recruit .wrap-num .num{
        font-size:clamp(42px, 42 / 500 * 100vw ,64px);
    }
    .page-recruit .wrap-num .unit-label.font36,
    .page-recruit .wrap-num .unit-label.font32,
    .page-recruit .wrap-num .unit-label.font34{
        font-size:clamp(16px, 16 / 500 * 100vw ,24px);
    }
    .page-recruit .wrap-num .unit-label.font80{
        font-size:clamp(40px, 40 / 500 * 100vw ,64px);
        margin: 0;
    }

    .section-number::before{
        top: -80px;
        right: 3vw;
        width: 18vw;
        min-width: 80px;
    }

}
@media screen and (max-width: 550px) {
    .page-recruit .section-number .wrap .box-img{
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media screen and (max-width: 370px) {
    .page-recruit .section-number .wrap {
        flex-direction: column;
    }
    .page-recruit .section-number .wrap .box-img{
        width: 100%;
        max-width: 100%;
    }
    .page-recruit .section-number .box-inner {
        margin-top: 10px;
    }

}


/*福利厚生・制度*/
.page-recruit .section-number2{
       padding-top: 190px;
       padding-bottom: 60px;
}
.page-recruit .section-number2 .box-inner{
    display: block;

    margin-top: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    background-color: #F8F8F8;
/*    padding: 0 0 36px 0;*/
    width: 390px;
    height: 320px;
    height: auto;
    aspect-ratio: 390/320;
    overflow: hidden;
}

.page-recruit .section-number2 .title{
    background-color: #6E4FA6;
    color: #fff;
    font-size:clamp(20px, 20 / 900 * 100vw ,26px);
    font-weight: 700;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.page-recruit .section-number2 .text{
    font-size:clamp(16px, 16 / 1200 * 100vw ,19px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    color: #111111;
    width: 100%;
    padding: 0 22px 0 30px;
    margin-top: 10px;
    width: fit-content;
    margin: 10px auto;
}
.page-recruit .section-number2 .text .small{
    font-size:clamp(12px, 12 / 1200 * 100vw ,14px);
    line-height: 1.5    ;
    display: block;
    margin-top: 8px;
}
.page-recruit .section-number2 .box-text{
    margin-top: 30px;
    padding-left: 10px;
}
@media screen and (max-width: 1300px) {
    .page-recruit .section-number2 .box-inner{
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .page-recruit .section-number2 .box-inner img{
        width: 36%;
    }
    .page-recruit .section-number2 .text {
        padding: 10px 1em 1em ;
    }
    .page-recruit .section-number2 .wrap .box-img {
        height: 100%;
    }

    .page-recruit .section-number2 .title{
        height: 50px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1150px) {
    .page-recruit .section-number2 .title {
        margin-bottom: 20px;
    }
    .page-recruit .section-number2 .box-inner {
        aspect-ratio: 390 / 380;
    }
    .page-recruit .section-number2 .text br{
        display: none;
    }

    .page-recruit .section-number2 .wrap .box-img {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 900px) {
    .page-recruit .section-number2 .box-inner {
        aspect-ratio: 390 / 420;
    }
    .page-recruit .section-number2 .text {
        font-size: 15px;
    }
}
@media screen and (max-width: 830px) {
    .page-recruit .section-number2 .box-img:nth-child(4) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(5) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(6) .box-inner {
        aspect-ratio: 390 / 480;
    }
}
@media screen and (max-width: 767px) {
    .page-recruit .section-number2 {
        padding-top: 130px;
    }
    .page-recruit .section-number2 .wrap.row {
        max-width: 650px;
        margin: auto;
    }
    .page-recruit .section-number2 .box-inner {
        aspect-ratio: 390 / 350;
        padding-bottom: 20px;
    }
    .page-recruit .section-number2 .box-img:nth-child(4) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(5) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(6) .box-inner {
        aspect-ratio: 390 / 360;
        padding-bottom: 20px;
    }

    .page-recruit .section-number2 .title{
        font-size:clamp(16px, 16 / 500 * 100vw ,20px);
        height: 44px;
    }
    .page-recruit .section-number2 .text {
        padding: 10px 10px 0;
    }
}
@media screen and (max-width: 630px) {
    .page-recruit .section-number2 .box-img:nth-child(5) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(6) .box-inner {
        aspect-ratio: unset;
        height: 280px;
        .small{
            display: inline;
        }
    }
}
@media screen and (max-width: 580px) {
    .page-recruit .section-number2 .wrap .box-img{
        padding-right: 5px;
        padding-left: 5px;
    }
    .page-recruit .section-number2 .box-inner img {
        width: 45%;
    }
    .page-recruit .section-number2 .title {
        flex-direction: column;
        gap: 0;
        line-height: 1.2;
        height: 50px;
        margin-bottom: 10px;
    }
    .page-recruit .section-number2 .text {
        font-size: 14px;
    }
    .page-recruit .section-number2 .box-img:nth-child(1) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(2) .box-inner {
        aspect-ratio: unset;
        height: 250px;
    }
    .page-recruit .section-number2 .box-img:nth-child(3) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(4) .box-inner {
        aspect-ratio: unset;
        height: 280px;
    }
    .page-recruit .section-number2 .box-img:nth-child(5) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(6) .box-inner {
        aspect-ratio: unset;
        height: 280px;
    }
}

@media screen and (max-width: 430px) {
    .page-recruit .section-number2 .box-img:nth-child(1) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(2) .box-inner {
        height: 230px;
    }
    .page-recruit .section-number2 .box-img:nth-child(3) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(4) .box-inner {
        height: 260px;
    }
    .page-recruit .section-number2 .box-img:nth-child(5) .box-inner,
    .page-recruit .section-number2 .box-img:nth-child(6) .box-inner {
        height: 280px;
    }
}
@media screen and (max-width: 370px) {
    .page-recruit .section-number2 .wrap {
        flex-direction: column;
    }
    .page-recruit .section-number2 .wrap .box-img{
        width: 100%;
        max-width: 100%;
    }
}


.page-recruit .section-gallery{
    padding-top: 190px;
    padding-bottom: 170px;
}
.page-recruit .section-gallery .wrap{
    padding: 0 40px;
}
.page-recruit .section-gallery .box-img{
    padding: 5px;
}
.page-recruit .section-gallery .box-img img{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .page-recruit .section-gallery {
        padding-top: 130px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 550px) {
    .page-recruit .section-gallery .wrap{
        padding: 0 20px;
    }
}

/* あしらいの位置調整 */
.page-recruit .section-message .wrap-cube::after{
    bottom: -64px;
    right: -70px;
    z-index: -1;
}
.page-recruit .section-culture .box-img .wrap-cube::after{
    bottom: -64px;
    left: -70px;
    z-index: 0;
}
.page-recruit .section-culture .box-text .wrap-cube::after{
    width: 110px;
    background-color: rgba(201, 182, 225,0.4);
    top: -40px;
    left: -48px;
    z-index: 0;
}
.page-recruit .section-work .wrap:nth-child(even) .wrap-cube::after{
    width: 126px;
    background-color: rgba(201, 182, 225,0.4);
    top: -42px;
    left: -43px;
    z-index: 0;
}
.page-recruit .section-work .wrap:nth-child(odd) .wrap-cube::after{
    width: 126px;
    bottom: -20px;
    left: -64px;
    z-index: 1;
}
.page-recruit .section-work .wrap:nth-child(even) .box-img .wrap-cube::after,
.page-recruit .section-work .wrap:nth-child(odd) .box-text .wrap-cube::after{
    content: none;
}


/*--------------------------------*/
/* 募集要項一覧ページ                */
/*--------------------------------*/
.post-type-archive-job-description .section-work{
    margin-top: 100px;
}
.post-type-archive-job-description .wrap{
    margin-bottom: 80px;
}
.post-type-archive-job-description .btn-arrow{
    width: 100%;
    margin-top: 30px;
}

.post-type-archive-job-description .section-work .btn-arrow{
    background-color: #69318E;
    max-width: 480px;
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 70px;
}
.post-type-archive-job-description .section-work .btn-arrow .arrow{
    width: 32px;
}
@media screen and (max-width: 767px) {
    .post-type-archive-job-description .section-work{
        margin-top: 60px;
    }
    .post-type-archive-job-description .section-work .box-text{
        margin-top: 30px;
    }
    .post-type-archive-job-description .section-work .btn-arrow {
        margin: 30px auto;
    }
}

/*--------------------------------*/
/* 募集要項詳細ページ                */
/*--------------------------------*/
.single-job-description .section-job-detail{
    margin-top: 100px;
}
.single-job-description .table-job-information th{
    width: 20%;
    background-color: #F2EDFC;
}
.single-job-description .table-job-information {
    min-width: 700px;
}
.single-job-description .wrap-table{
    overflow-x: auto;
    padding-bottom: 20px;
}

.single-job-description .section-job-information{
    margin-top: 100px;
}
.single-job-description .section-flow{
    margin-top: 100px;
    margin-bottom: 100px;
}
.single-job-description .section-flow .wrap-flow{
    padding-left: 40px;
}
.single-job-description .section-flow .wrap-flow li{
    font-size:clamp(15px, 15 / 500 * 100vw ,18px);
    margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
    .post-type-archive-job-description .page_title,
    .single-job-description .page_title{
        height: 300px;
        background-position-x: center;
    }
    .post-type-archive-job-description .page_title_triangle,
    .single-job-description .page_title_triangle{
        width: 40vw;
        height: 107px;
        top: 253px;
    }
    .post-type-archive-job-description .page_title_base,
    .single-job-description .page_title_base{
        top: 47%;
    }

    .single-job-description .section-job-detail{
        margin-top: 60px;
    }
    .single-job-description .table-job-information th{
        width: 18%;
        background-color: #F2EDFC;
    }
    .single-job-description .section-job-detail .box-text{
        margin-top: 30px;
    }
}

/*--------------------------------*/
/* 共通                            */
/* お問い合わせ・エントリーページ      */
/*--------------------------------*/
.page-entry,
.page-contact,
.page-thanks{
    position: relative;
    background-color: #d1d1d1;
    padding: 140px 0 40px;

    .header_menu,
    .header_cta{
        display: none;
    }
    .footer{
        display: none;
    }
    .heading-title{
        font-size:clamp(20px, 20 / 1000 * 100vw ,32px);
        color: #fff;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-arrow{
        margin: 80px auto;
    }
    #btn_scroll_top {
        display: none !important;
    }
}

@media screen and (max-width: 1099.98px) {
    .section-form .box-text,
    .section-form .box-form {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }
    .section-form .box-form {
        margin-top: 30px;
    }
    .section-form .box-text .wrap-tel {
        display: none;
    }
    .section-form .box-form .wrap-tel {
        display: block;
    }
}
@media screen and (min-width: 1100px) {
    .section-form {
        display: flex;
        gap: 20px;
    }
    .section-form .box-text {
        width: calc(45% - 20px);
    }
    .section-form .box-form {
        width: 55%;
    }
    .section-form .box-text .wrap-tel {
        display: block;
    }
    .section-form .box-form .wrap-tel {
        display: none;
    }
}

.section-form .title{
    font-size:clamp(22px, 22 / 900 * 100vw ,28px);
    margin-bottom: 0.8em;
}
.section-form .text{
    margin-bottom: 0.8em;
}

.section-form .wrap-tel{
    padding: 20px 2vw;
    margin: 50px auto 0;
    border: solid 6px #C9B6E1;
    background-color: #e9e5ed;
    border-radius: 50px;
    text-align: center;
}
.section-form .wrap-tel .title{
    font-size:clamp(22px, 22 / 900 * 100vw ,24px);
    font-weight: 700;
    margin-bottom: 0;
}
.section-form .wrap-tel .tel{
    font-size:clamp(26px, 26 / 375 * 100vw ,40px);
    font-weight: 700;
    color: #222222;
    text-decoration: none;
}
.section-form .wrap-tel .open{
    font-size:clamp(14px, 14 / 375 * 100vw ,20px);
    font-weight: 700;
    color: #222222;
}

@media screen and (max-width: 1099px) {
    .page-contact ,
    .page-entry,
    .page-thanks {
        padding: 120px 0 30px;
        .header.header {
            height: 60px;
        }
        .heading-title{
            font-size:clamp(18px, 18 / 767 * 100vw ,20px);
        }
    }    
}
@media screen and (max-width: 767px) {
    .page-contact,
    .page-entry,
    .page-thanks {
        padding: 0 0 30px;
        .openbtn{
            display: none;
        }
        .header.header {
            height: auto;
        }
        .heading-title {
            font-size: clamp(18px, 18 / 375 * 100vw, 20px);
            color: #fff;
            position: initial;
            transform: unset;
            height: auto;
            padding: 54px 1em 8px;
        }
        .btn-arrow {
            margin: 60px auto;
        }

    }
    .section-form {
        margin-top: 50px;
    }
    .section-form .wrap-tel{
        margin: 30px auto 0;
        margin-bottom: 30px;
    }
}


/*--------------------------------*/
/* thanks                        */
/*--------------------------------*/
.page-thanks .container{
    padding: 50px 0 300px;
}


/*--------------------------------*/
/* 404                            */
/*--------------------------------*/
.error404 .container_s{
    padding: 100px 0 300px;
    text-align: center;
}
/*--------------------------------*/
/* sitemap                        */
/*--------------------------------*/
.page-sitemap .container{
    padding: 0 0 300px;
}

/*--------------------------------*/
/* privacy                        */
/*--------------------------------*/
.page-privacy .container{
    padding: 50px 0 300px;
}

/****************************************
3. header,nav
*****************************************/
@media screen and (max-width: 767.98px) {
    .header_cta,
    .header_menu {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        position: fixed;
        top: 0px;
        left: 50%;
        z-index: 9999;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 10px ;
/*        background-color: #fff;*/
        transition: transform 0.5s;
    }
    .header::before {
        position: absolute;
        top: 0px;
        left: calc((50vw - 50%) * -1);
        right: calc((50vw - 50%) * -1);
        z-index: -1;
        bottom: 0px;
        width: 100vw;
        background-color: #69318E;
        content: "";
    }
    .header_title {
        margin: 0px 0px 0px 0px;
        width: 220px;
        z-index: 1;
    }
    .header_cta {
        margin: 0;
    }
    .header_menu {
        width: 700px;
        margin-left: auto;
    }
    .header.js_hide {
        transform: translateX(-50%) translateY(-100%);    
    }
}
@media print, (min-width: 1100px) {
    .header {
        width: 100%;
        height: 90px;
        padding: 0 20px ;
    }
    .header_title {
        width: 274px;
    }
}
.header_cta_contact {
    margin: 0px 0px 0px 16px;
    background-color: #D50404;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_cta_contact:hover {
    color: #fff;
    background-color: #FA0F0F;
}

.header_title_logo img {
    max-width: 220px;
}

.header_title_logo img.log_black {
    display: block;
}
.header_title_logo img.logo_white {
    display: none;
}

.header.js_colored .header_title_logo img.log_black {
    display: none;
}
.header.js_colored .header_title_logo img.logo_white {
    display: block;
}

@media print, (min-width: 1040px) {
    .header_title_logo img {
        max-width: 274px;
    }
}
.header_menu > .menu {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.header_menu > .menu > li {
    position: relative;
    list-style-type: none;
    font-size: 14px;
}

.header_menu > .menu > li > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 5em;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}


@media screen and (max-width: 1160px) {
    .header_menu {
        width:550px;
    }
    .header_cta_contact {
        margin: 0px 0px 0px 8px;
    }
}
@media screen and (max-width: 991px) {
    .header_menu {
        width:460px;
    }
    .header_menu > .menu > li a{
        font-size: 13px;
    }
    .header_cta_contact {
        font-size: 13px;
        width: 120px;
        height: 42px;
    }
    .header_title {
        width: 180px;
    }
    .header_title_logo img {
        max-width: 180px;
    }
}
@media screen and (max-width: 850px) {
    .header_menu {
        width:450px;
    }
    .header_cta_contact {
        width: 110px;
        height: 40px;
    }
    .header_title {
        width: 160px;
    }
    .header_title_logo img {
        max-width: 160px;
    }
}

@media screen and (max-width: 767.98px) {

    header.header {
        position: relative;
        width: 100vw;
        height: 60px;
        background-color: #69318E;

    }
    .header_title {
        position: absolute;
        z-index: 1;
        width: auto;
        padding: 15px 2vw 0;

    }
    .header_title_logo img {
        width: 220px;
        max-width: none;
    }
}

.header_menu > .menu > .current-menu-item::before,
.header_menu > .menu > li:hover::before {
    position: absolute;
    bottom: 12px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
}

.header_menu .sub-menu {
    display: block;
    position: absolute;
    top: 5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 2em;
    background-color: rgba(8, 20, 65, 0.8);
    list-style: none;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.header_menu .sub-menu.js_active {
    visibility: visible;
    opacity: 1;
}

.header_menu .sub-menu > li + li {
    margin-top: 1.5em;
}

.header_menu .sub-menu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.header_menu .sub-menu > li > a:hover {
    color: #007cdb;
}

.page_title {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 470px;
    background-image: url(./images/pagetitle/common.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 55%, 0% 100%);
    z-index: 1;
    padding-top: 100px;
}
.page_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.page_title_triangle{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
    background-color: #C9B6E1;
    width: 1148px;
    width: 79vw;
    height: 170px;
    position: absolute;
    top: 258px;
    right: 0;
    z-index: 0;
}

.page_title_base {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 100%;
}
.page_title_base > h1 {
    padding: 0 0.5em ;
    width: 100%;
    color: #fff;
    font-size:clamp(30px, 30 / 767 * 100vw ,45px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.page_title_base .subtitle {
    padding: 0 0.5em ;
    width: 100%;
    color: #fff;
    font-size:clamp(15px, 15 / 650 * 100vw ,24px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.single-case .page_title,
.post-type-archive-case .page_title,
.tax-material .page_title,
.tax-process .page_title,
.tax-lot .page_title,
.tax-shape .page_title {
    background-image: url(./images/pagetitle/case.jpg?20251225);
}

.page-facility .page_title {
    background-image: url(./images/pagetitle/facility.jpg?20251225);
}

.page-company .page_title {
    background-image: url(./images/pagetitle/company.jpg?20251225);
}


/*.page-recruit .page_title {
    background-image: url(./images/pagetitle/recruit.jpg);
}*/
@media screen and (max-width: 767px) {
    .page_title_base > h1 {
        font-size:clamp(26px, 26 / 400 * 100vw ,30px);
    }
}
/*
.post-type-archive-product .page_title,
.single-product .page_title {
    background-image: url(./images/pagetitle/product.jpg);
}
.page-contact .page_title,
.page-contact-child .page_title {
    background-image: url(./images/pagetitle/contact.jpg);
}
.category-news .page_title,
.single-post .page_title {
    background-image: url(./images/pagetitle/news.jpg);
}
.page-privacy .page_title {
    background-image: url(./images/pagetitle/privacy.jpg);
}
.error404 .page_title,
.page-sitemap .page_title {
    background-image: url(./images/pagetitle/common.jpg);
}*/

@media screen and (max-width: 991px) {
    .page_title{
        clip-path: polygon(0 0, 100% 0%, 100% 67%, 0% 100%);
    }
    .page_title_triangle {
        width: 120vw;
    }
}

@media screen and (max-width: 767px) {
    .page_title{
        height: 300px;
        padding-top: 0;
    }
    .page_title_triangle {
        height: 16vw;
        min-height: 80px;
        top: 170px;
    }
    .page_title_base {
        top: 40%;
    }
}
@media screen and (max-width: 550px) {
    .page_title {
        clip-path: polygon(0 0, 100% 0%, 100% 65%, 0% 100%);
    }
    .page_title_triangle {
        height: 17vw;
        min-height: 80px;
        top: 188px;
    }

}
/* ハンバーガーボタン */
.openbtn {
    position: fixed;
    top: 5px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10001;
    display: none; /* PC時は非表示 */
    background-color: #69318E;
}

.openbtn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: 10px;
    transition: all 0.3s;
}

.openbtn span:nth-child(1) {
    top: 14px;
}

.openbtn span:nth-child(2) {
    top: 24px;
}

.openbtn span:nth-child(3) {
    top: 34px;
}

/* ボタンアクティブ時（×印） */
.openbtn.active span:nth-child(1) {
    top: 24px;
    transform: rotate(45deg);
}

.openbtn.active span:nth-child(2) {
    opacity: 0;
}

.openbtn.active span:nth-child(3) {
    top: 24px;
    transform: rotate(-45deg);
}

/* SPナビゲーション */
#sp-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    background-color: #E9DFFD;
    background: linear-gradient(192deg, #c37ef2 -20%, #69318E 40%);
    z-index: 10000;
    overflow-y: auto;
    transition: right 0.3s;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

#sp-nav.active {
    right: 0;
}

#sp-nav-list {
    padding: 80px 20px 20px;
}

#sp-nav-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sp-nav-list li ,.link-home{
    border-bottom: 1px solid #fff;
}

#sp-nav-list a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
}

#sp-nav-list a:hover {
    color: #b8b8b8;
}

.header_cta.sp {
    display: block;
    padding: 20px;
}
.header_cta.sp .header_cta_contact {
    width: 160px;
    height: 50px;
    margin: auto;
    font-size: 15px;
}

/* スクロール禁止 */
body.no-scroll {
    overflow: hidden;
}

/* レスポンシブ設定 */
@media screen and (max-width: 767px) {
    .openbtn {
        display: block;
    }
}
/* 767px以下の時、白いロゴを非表示にして通常のロゴを表示 */
@media (max-width: 767px) {
    .header_title_logo a img[src*="head_logo_white.png"] {
        content: url('./images/common/head_logo.png');
    }
}
/****************************************
4. sidebar
*****************************************/

/****************************************
5. contents
****************************************/
.menu-sitemap-container > .menu {
    margin: -1em 0px 0px 1.5em;
}

.menu-sitemap-container > .menu > li {
    margin: 1em 0px 0px;
    font-size: 17px;
}

.menu-sitemap-container > .menu .sub-menu {
    margin: 0px 0px 0px 2em;
}

.menu-sitemap-container > .menu .sub-menu > li {
    margin: 0.5em 0px 0px;
    font-size: 15px;
}

/****************************************
6. Footer 
****************************************/
#btn_scroll_top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 9999;
    width: 90px;
    height: 90px;
    background-color: #000;
    text-decoration: none;
    outline: none;
    transform: translateX(-50%) rotate(-45deg);
}
#btn_scroll_top:after {
    position: absolute;
    top: 26%;
    left: 60%;
    content: "";
    width: 15px;
    height: 10px;
    background: rgba(255, 255, 255, 0.58);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: inline-block;
    transform: rotate(45deg);
}
#btn_scroll_top::before {
    position: absolute;
    top: 35%;
    left: 23%;
    content: "TOP";
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    transform: rotate(45deg);
}

#btn_scroll_top:hover::after {
    background: #fff;
}
#btn_scroll_top:hover::before {
    color: #fff;
}

@media screen and (max-width: 991px) {
    #btn_scroll_top {
        bottom: 40px;
        right: 0;
        width: 55px;
        height: 55px;
    }
    #btn_scroll_top:after {
        top: 18%;
        left: 62%;
        width: 12px;
        height: 7px;
    }
    #btn_scroll_top::before {
        top: 35%;
        left: 23%;
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {
    #btn_scroll_top {
    bottom: 100px;
    }

}

/*@media print, (min-width: 768px) {
    #btn_scroll_top {
        bottom: 30px;
        width: 90px;
        height: 90px;
    }
    #btn_scroll_top:after {
        width: 12px;
        height: 12px;
    }
}*/

/*--------------------------------*/
/*  フッターナビ                    */
/*--------------------------------*/
.footer{
    background-color: #69318E;
    padding: 0 0 53px;
    position: relative;
    z-index: 1;
}
.footer .triangle1{
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #CDB6EB;
    width: 100%;
    height: 220px;
    position: absolute;
    top: -220px;
    left: 0;
    z-index: -1;
}
.footer .triangle2{
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #69318E;
    width: 100%;
    height: 220px;
    position: absolute;
    top: -219px;
    left: 0;
}
.footer_menu .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    margin: 40px auto 75px;
}
.footer_menu .menu > li > a {
    color: #fff;
    text-decoration: none;
}
.footer_menu .menu > li:not(:last-child):after {
    color: #fff;
    content: "／";
    margin-left: 8px;
}
.footer .box-info .company-name{
    margin-top: 20px;
    font-size:clamp(22px, 22 / 375 * 100vw ,30px);
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.footer .box-info .address,
.footer .box-info .tel{
    font-size:clamp(12px, 12 / 375 * 100vw ,14px);
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.copyright{
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .footer .triangle1 {
        height: 160px;
        top: -159px;
    }
    .footer .triangle2 {
        height: 160px;
        top: -159px;
    }
    .home .footer .triangle1,
    .home .footer .triangle2 {
        height: 160px;
        top: -159px;
    }

    .page-feature .footer .triangle1,
    .page-feature .footer .triangle2 {
        height: 160px;
        top: -159px;
    }

    .footer_menu .menu {
        font-size: 14px;
        gap: 6px;
    }
    .footer_menu .menu > li:not(:last-child):after {
        margin-left: 5px;
    }
}

@media screen and (max-width: 700px) {
    .footer_menu .menu{
        flex-wrap: wrap;
        width: 380px;
    }
    .footer_menu .menu > li:nth-child(3):after {
        content: none;
    }
}

@media screen and (max-width: 650px) {
    .footer .triangle1 {
        height: 120px;
        top: -105px;
    }
    .footer .triangle2 {
        height: 120px;
        top: -105px;
    }
    .home .footer .triangle1,
    .home .footer .triangle2 {
        height: 120px;
        top: -119px;
    }
    .page-feature .footer .triangle1,
    .page-feature .footer .triangle2 {
        height: 120px;
        top: -119px;
    }
}

@media screen and (max-width: 450px) {
    .footer_menu .menu{
        font-size: 13px;
        width: 330px;
    }
}

/* ページによって、三角の色を変更 */
.page-recruit,
.post-type-archive-case ,
.single-case {
    .footer .triangle1{
        background-color: #C9B6E1;
        z-index: 0;
    }
}



/****************************************
7. single
****************************************/
.single-post p + p {
    margin: 1em 0px 0px;
}

.single-post .container {
    max-width: 800px;
}

@media screen and (max-width: 767.98px) {
    .single-post img {
        margin: 1em auto 0px;
    }
}
@media print, (min-width: 768px) {
    .single-post img {
        margin: 1em 0px 0px;
    }
    
    .single-post .alignleft {
        display: inline-block;
    }
    
    .single-post .alignleft + .alignleft {
        margin: 1em 0px 0px 1em;
    }
    
    .single-post .aligncenter {
        margin: 1em auto 0px;
    }
    
    .single-post .alignright {
        margin: 1em 0px 0px 100%;
        transform: translateX(-100%);
    }
}

.single-post .container{
    padding: 50px 20px 300px;
}
.single-post .btn_link{
    color: var(--main-color);
    margin: auto;
    display: block;
    width: fit-content;
    
}
.single-post .link_prev_next a{
    color: var(--main-color);
}
@media screen and (max-width: 767px) {
    .single-post .container{
        padding: 20px 20px 200px;
    }
}

/****************************************
8. WP
****************************************/

/****************************************
9. Print
****************************************/

/****************************************
10. Plugin
****************************************/
.no_must {
    display: block;
    background-color: #fc0;
    padding: 4px 5px;
    font-size: 13px;
    color: #fff;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c9e2ff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #012065;
}

/****************************************
10. Tweak
****************************************/

/****************************************
11. メールフォームプロ用スタイル
****************************************/
.bg_form {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

form#mailformpro .mailform {
    margin: 0px;
}

form#mailformpro dl {
    box-sizing: border-box;
}

form#mailformpro dl dt {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    border: none;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

form#mailformpro dl dd {
    box-sizing: border-box;
    border: none;
}

form#mailformpro dl dt:nth-of-type(n+2),
form#mailformpro dl dd:nth-of-type(n+2) {
    border-top: 1px solid #d3dad9;
}

.mfp_colored {
    background: none;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
    padding: 1em;
    margin: 0px;
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #C9B6E1;
    background-color: #F1EDF7;
    box-shadow: none;
    outline: none;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    padding: 0.5em 3em;
    box-sizing: border-box;
    background: none;
    background-color: #D50404;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    text-shadow: none;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
    background: none;
    background-color: #FA0F0F;
    box-shadow: none;
}

div.mfp_err {
    padding: 0.5em 0px 0.5em 1em;
    background: none;
}

.problem {
    border: 1px solid #ffd5dc;
    background-color: #ffd5dc;
}

.must,
.no_must {
    display: block;
    padding: 0px 1em;
    border-radius: 4px;
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
}

.must {
    border: 1px solid #c60505;
    background-color: #c60505;
}

.no_must {
    border: 1px solid #fc0;
    background-color: #fc0;
}

@media screen and (max-width: 767.98px) {
    form#mailformpro dl dt,
    form#mailformpro dl dd {
        padding: 1em;
        width: 100%;
    }
    .must,
    .no_must {
        margin: 2px 2em 0px 0px;
    }
}

@media print, (min-width: 768px) {
    form#mailformpro dl {
        display: flex;
        flex-wrap: wrap;
    }
    form#mailformpro dl dt {
        float: none;
        padding: 2em 0px;
        width: 280px;
    }
    form#mailformpro dl dd {
        padding: 2em 2em 2em 0px;
        width: calc(100% - 280px);
    }
    .mfp_element_text,
    .mfp_element_number,
    .mfp_element_select-one,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea {
        max-width: 500px;
    }
    .must,
    .no_must {
        margin: 2px 2em 0px;
    }
}

.text-attention {
    padding: 1em;
    text-align: center;
    border: solid 1px #4B009B;
    font-size: 1.1em;
}
