/*
Theme Name: doa_original_spmain
Theme URI: 
Author: DOA
Author URI: 
Description: スマホファーストのテーマです。
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doa_original_spmain
Tags: 
*/
ol, ul { padding-left: 10px; }
/* タイトル */
.is-style-content-title-blue {
        font-style: normal;
        font-weight: 500;
        font-size: var(--wp--preset--font-size--cont-ttl) !important;
        color: var(--wp--preset--color--custom-accent-blue) !important;
        padding: 0 0 30px;
}
.is-style-circle-marker-blue {
        display: flex;
        align-items: baseline;
        font-style: normal;
        font-weight: 500;
        gap: 5px;
}
.is-style-circle-marker-blue::before {
        content: '';
        display: inline-block;
        width: 0.6rem;
        aspect-ratio: 1/1;
        border-radius: 100px;
        background: var(--wp--preset--color--custom-accent-blue);
        border: solid 2px var(--wp--preset--color--custom-accent-blue);
        flex-shrink: 0;
}
.eng.is-style-circle-marker-blue {
        color: var(--wp--preset--color--custom-accent-blue);
        font-family: var(--wp--preset--font-family--afacad);
        font-size: 1.2rem;
        font-weight: 400;
}
.eng.is-style-circle-marker-blue::before {
        width: 0.3rem;
}
/* リスト */
.is-style-circle-marker-white {
        list-style: none;
        padding-left: 0;
}
.is-style-circle-marker-white > li {
        display: flex;
        font-style: normal;
        font-weight: 500;
        gap: 5px;
        align-items: baseline;
}
.is-style-circle-marker-white > li::before {
        content: '';
        display: inline-block;
        width: 0.6rem;;
        aspect-ratio: 1 / 1;
        border-radius: 100px;
        background: var(--wp--preset--color--white);
        border: solid 2px var(--wp--preset--color--custom-accent-blue);
        flex-shrink: 0;
}
.is-style-numlist-blue {
        list-style: none;
        counter-reset: number;
        padding-left: 0;
        display: grid;
        gap: 10px;
}
.is-style-numlist-blue > li {
        background: var(--wp--preset--color--white);
        padding: 15px;
        counter-increment: number;
        display: flex;
        align-items: baseline;
        gap: 15px;
        font-weight: 500;
        border-radius: 10px;
}
.is-style-numlist-blue > li::before {
        content: counter(number);
        background: var(--wp--preset--color--custom-accent-blue);
        aspect-ratio: 1 / 1;
        padding: 5px;
        border-radius: 50px;
        width: 20px;
        height: 20px;
        display: grid;
        place-content: center;
        color: var(--wp--preset--color--white);
        font-family: var(--wp--preset--font-family--afacad);
}
/* ボタン */
.is-style-box-button-orange,
.is-style-box-button-blue,
.is-style-circle-button-orange,
.is-style-circle-button-blue {
        width: 100%;
        text-align: center;
        margin: auto;
}
.is-style-box-button-orange > a,
.is-style-box-button-blue > a,
.is-style-circle-button-orange > a,
.is-style-circle-button-blue > a {
        background: var(--wp--preset--color--white);
        position: relative;
        transition: all 0.3s;
}
.is-style-box-button-orange > a:hover,
.is-style-box-button-blue > a:hover,
.is-style-circle-button-orange > a:hover,
.is-style-circle-button-blue > a:hover,
.slideItm:hover,
.page-id-84 .submitWrap:hover {
        box-shadow: none;
        transform: translateY(1px);
}
.comanyBtn a,
.instaBtn a {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
}
.comanyBtn a::before{
        content:'';
        width: 50px;
        aspect-ratio: 596/200;
        background-image: url(/wp-content/uploads/2024/10/doa.png);
        background-repeat: no-repeat;
        background-size: contain;
}
.instaBtn a::before{
        content:'';
        width: 22px;
        aspect-ratio: 1/1;
        background-image: url(/wp-content/uploads/2024/10/instagram.png);
        background-repeat: no-repeat;
        background-size: contain;
}
.comanyBtn a::after,
.instaBtn a::after {
        display: none;
}
.box-button {
        border-radius: 10px;
        padding: 20px;
        text-decoration: none;
        display: grid;
        grid-template-columns: 1.5fr 2fr;
        gap: 15px;
        box-sizing: border-box;
}
.box-button > img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        aspect-ratio: 10 / 8;
}
.box-button .txt {
        display: grid;
        gap: 5px;
        text-align: left;
}
.box-button .txt p {
        margin: 0;
}
@media screen and (max-width:440px) {
        .box-button > img {
                aspect-ratio: 10 / 9;
        }
}
.is-style-circle-button-orange > a,
.is-style-circle-button-blue > a {
        border-radius: 50px;
        text-align: center;
        max-width: 340px;
        margin: auto;
        width: 100%;
        padding: 15px;
}
.longBtn > a {
        max-width: 390px;
}
.is-style-box-button-orange > a,
.is-style-circle-button-orange > a {
        box-shadow: 7px 8px 0px 0px var(--wp--preset--color--custom-accent-orange);
}
.is-style-circle-button-orange > a .ttl { 
        color: var(--wp--preset--color--custom-accent-orange); 
}
.is-style-box-button-blue > a,
.is-style-circle-button-blue > a {
        box-shadow: 7px 8px 0px 0px var(--wp--preset--color--custom-accent-blue);
}
.is-style-circle-button-blue > a .ttl { 
        color: var(--wp--preset--color--custom-accent-blue);
}
.is-style-box-button-blue > a,
.is-style-box-button-orange > a {
        width: 100%;
}
.is-style-box-button-orange .txt::after,
.is-style-circle-button-orange > a::after,
footer .entryBand p::after {
        content: '';
        background: url(/wp-content/themes/doa_original_spmain/assets/svg/ico_polygon_orange.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-90deg);
        aspect-ratio: 1 / 1;
}
.is-style-box-button-blue .txt::after,
.is-style-circle-button-blue > a::after {
        content: '';
        background: url(/wp-content/themes/doa_original_spmain/assets/svg/ico_polygon_blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-90deg);
        aspect-ratio: 1 / 1;
}
.is-style-circle-button-orange > a::after,
.is-style-circle-button-blue > a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 20px;
        max-width: var(--wp--preset--font-size--cont-ttl);
        width: 95%;
}
.is-style-box-button-orange .txt::after,
.is-style-box-button-blue .txt::after {
        max-width: var(--wp--preset--font-size--cont-ttl);
        width: 95%;
        justify-self: end;
}
/* グループ */
.is-style-whitebox {
        padding: 30px 20px;
        background: var(--wp--preset--color--white);
        border-radius: 15px;
}
.is-style-bagebox {
        padding: 30px 20px;
        background: var(--wp--preset--color--custom-bg-bage);
        border-radius: 15px;
}
/* トグルボックス */
.is-style-orange-item .toggleBox {
        box-shadow: 7px 8px 0px 0px var(--wp--preset--color--custom-accent-orange);
        border-radius: 5px;
}
.is-style-blue-item .toggleBox {
        box-shadow: 7px 8px 0px 0px var(--wp--preset--color--custom-accent-blue);
        border-radius: 5px;
}
.toggleBox .queryBox {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 0 60px;
        border-radius: 5px 5px 0 0;
        background: var(--wp--preset--color--white);
        padding: 0 15px;
        justify-content: space-between;
}
.toggleBox .toggle {
        max-width: var(--wp--preset--font-size--cont-ttl);
        width: 95%;
        aspect-ratio: 1 / 1;
}
.is-style-orange-item .toggle {
        background: url(/wp-content/themes/doa_original_spmain/assets/svg/ico_polygon_orange.svg);
        background-repeat: no-repeat;
        background-size: contain;
}
.is-style-blue-item .toggle {
        background: url(/wp-content/themes/doa_original_spmain/assets/svg/ico_polygon_blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
}
.toggleBox .selected .toggle {
        transform: rotate(180deg);
}
.toggleBox .answerBox {
        padding: 0 20px 20px;
        display: grid;
        place-content: center;
        border-radius: 0 0 5px 5px;
        background: var(--wp--preset--color--white);
}
.toggleBox .answerItm {
        background: var(--wp--preset--color--white);
        border-radius: 5px;
        display: grid;
        gap: 15px;
}
.single-interview .toggleBox .queryBox,
.single-interview .toggleBox .answerBox,
.single-interview .toggleBox .answerItm {
        background: var(--wp--preset--color--custom-bg-bage);
}
@media screen and (max-width:781px) {
        .toggleBox .queryBox {
                gap: 0 10px;
        }    
}
/* シャドウ付きの画像 */
.wrapImg {
        position: relative;
}
.wrapImg > img {
        width: 100%;
        height: 100%;
        aspect-ratio: 4 / 4;
        object-fit: cover;
        border-radius: 15px;
}
.wrapImg .txt {
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: grid;
}
.wrapImg .txt > span {
        background: var(--wp--preset--color--white);
        width: fit-content;
        padding: 5px 10px;
}
.is-style-blue-shadow img {
        box-shadow: 9px 9px 0px 0px var(--wp--preset--color--custom-accent-blue);
}
.is-style-orange-shadow img {
        box-shadow: 9px 9px 0px 0px var(--wp--preset--color--custom-accent-orange);
}
/* スライド */
.slideItm {
        background: var(--wp--preset--color--white);
        padding: 30px 30px 0;
        display: block;
        border-radius: 20px;
        box-shadow: 9px 9px 0px 0px var(--wp--preset--color--custom-accent-blue);
        margin: 10px;
        text-decoration: none;
        transition: all 0.3s;
}
.slideItm .info {
        display: flex;
        justify-content: center;
        padding: 0 10px;
        text-decoration: none;
}
.splide__arrows {
        margin: 20px 20px 0;
        display: flex;
        justify-content: space-between;
}
.splide__arrow {
        background: #fff;
        width: 50px;
        aspect-ratio: 1 / 1;
        display: grid;
        place-content: center;
        align-items: center;
        border-radius: 50px;
        border: solid 3px var(--wp--preset--color--custom-accent-blue);
}
.splide__arrow svg {
        width: 20px;
        aspect-ratio: 1 / 1;
        height: 100%;
}
.splide__arrow--prev svg {
        transform: rotate(90deg);
}
.splide__arrow--next svg {
        transform: rotate(-90deg);
}
.splide__pagination {
        gap: 10px;
        padding: 0;
}
.splide__pagination button {
        background: var(--wp--preset--color--custom-accent-softblue);
        border-radius: 50px;
        width: 15px;
        aspect-ratio: 1 / 1;
}
@media screen and (max-width: 580px) {
.slideItm {
        padding: 25px 25px 0;
}        
}
/* reCAPTCHA */
.recaptchaBox p{
        text-align: center;
        max-width: 360px;
        margin: 30px auto 0;
}
.recaptchaBox a{
        color: var(--wp--preset--color--custom-accent-orange);
        text-decoration-color: var(--wp--preset--color--custom-accent-orange);
}
.grecaptcha-badge {
        visibility: hidden;
}
/*-------------------------------
　　ヘッダー
-------------------------------*/
.headerArea * {
        box-sizing: border-box;
}
.headerArea a {
        text-decoration: none;
}
.headerArea .flexBox {
        height: 65px;
        z-index: 90;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
        /*background: var(--wp--preset--color--white);*/
}
.headerArea.headeractive .flexBox {
        background: var(--bgcolor-02);
}
.headerArea .logoBox {
        position: absolute;
        top: 0;
        z-index: 90;
        bottom: 0;
        margin: auto;
        left: 15px;
        height: fit-content;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s;
}
.headerArea .logoBox img {
        width: 100%;
        object-fit: contain;
        max-width: 60px;
        display: block;
}
.headerArea .hamBtn {
        position: absolute;
        width: 65px;
        height: 65px;
        top: 0;
        right: 0;
        cursor: pointer;
        transition: all 0.3s;
}
.headerArea .hamBtn .bar {
        width: 46%;
        height: 2px;
        background: var(--wp--preset--color--custom-accent-blue);
        display: block;
}
.headerArea .hamBtn .bar,
.headerArea .hamBtn .txt {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: all 0.3s;
}
.headerArea .hamBtn .bar:first-of-type { top: 14px; }
.headerArea .hamBtn .bar:nth-of-type(2) { top: 22px; }
.headerArea .hamBtn .bar:nth-of-type(3) { top: 30px; }
 
.headerArea .hamBtn.active .bar:first-of-type,
.headerArea .hamBtn.active .bar:last-of-type {
        left: 0;
        width: 52%;
}
.headerArea .hamBtn.active .bar:first-of-type {
        top: 16px;
        transform: translateY(6px) rotate(-45deg);
}
.headerArea .hamBtn.active .bar:nth-of-type(3) {
        top: 28px;
        transform: translateY(-6px) rotate(45deg);
}
.headerArea .hamBtn.active .bar:nth-of-type(2) { opacity: 0; }
 
.headerArea .hamBtn .txt {
        color: var(--wp--preset--color--custom-accent-blue);
        font-size: 13px;
        bottom: 8px;
        text-align: center;
        font-family: var(--wp--preset--font-family--zen-kaku-gothic-new);
        display: block;
        font-weight: 500;
}
.headerArea .hamMenu {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transition: all 0.3s;
        max-width: 500px;
        margin: auto;
        right: 0;
        padding: 20px;
}
.headerArea .hamMenu.panelactive {
        opacity: 1;
        z-index:10;
        height: 100vh;
        background: var(--wp--preset--color--white);
}
.headerArea .hamMenu.panelactive .hamInner {
        z-index: 10;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 100px 20px;
        background: var(--wp--preset--color--custom-bg-bage);
        border-radius: 50px;
}
.headerArea .navList {
        display: none;
        position: absolute;
        z-index: 10;
        inset: 0;
        margin: auto;
}
.headerArea .btnBox {
        display: none;
        z-index: 10;
        padding: 45px 0 0;
}
.headerArea .hamMenu.panelactive .navList {
        display: grid;
        position: relative;
        list-style: none;
        gap: 20px;
}
.headerArea .hamMenu.panelactive .btnBox {
        display: grid;
        gap: 20px;
}
.headerArea .hamMenu .navList > li {
        border-bottom: solid 2px var(--bgcolor-05);
        width: 100%;
}
.headerArea .navList > li > a {
        font-size: var(--wp--preset--font-size--paragraph);
        font-weight: 500;
}
.headerArea .navList > li > a::after {
        display: grid;
}
.headerArea .btnBox div:first-of-type a {
        display: block;
        width: 100%;
}
.headerArea .btnBox a {
        font-weight: 500;
}
.headerArea.headeractive .logoBox {
        transform: translate(24px, 30px);
}
.headerArea.headeractive .hamBtn {
        transform: translate(-30px, 34px);
}
.conrWrap {
        margin-top: 0;
}
/* バック背景 */
.backImg {
        position: relative;
        width: 100%;
        height: 100%;
}
.backImg::before {
        content: '';
        background: url(/wp-content/uploads/2024/10/img_recruit_back.png);
        background-size: cover;
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
}
/*-------------------------------
　　フッター
-------------------------------*/
footer .entryBand p{
        display: flex;
        gap: 20px;
        align-items: center;
}
footer .entryBand p::after{
        width: 40px;
        height: fit-content;
}
footer a.cover-link{
        text-decoration: none;
}
footer,
footer a.cover-link{
        margin-block-start: 0 !important;
}
footer .wp-block-cover.is-light{
        min-height: 0;
        padding: 0;
}
/*------------------------
TOP
-------------------------*/
.topMain {
        width: 100%;
        max-width: 500px;
        padding: 70px 15px;
        box-sizing: border-box;
}
.topMain .txt {
        padding: 30px 0;
        display: grid;
        gap: 15px;
}
.topMain .txt p {
        color: var(--wp--preset--color--custom-txt-black);
        font-size: clamp(30px, calc(-21.14285714285714px + 11.428571428571429vw), 36px);
        margin: 0;
        line-height: 1.2;
}
.topMain .txt p span {
        font-style: italic;
}
.topMain .gridBlock {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 15px;
}
.topMain .gridBlock svg {
        align-self: center;
        margin: auto;
}
/* SVGアニメーション */
.topMain .gridBlock svg:first-of-type,
.topMain .gridBlock svg:nth-of-type(5),
.topMain .gridBlock svg:nth-of-type(9) {
        animation: flipHorizontal 1s infinite alternate;
}
.topMain .gridBlock svg:first-of-type {
        animation-delay: 0s;
}
.topMain .gridBlock svg:nth-of-type(5) {
        animation-delay: 1s;
}
.topMain .gridBlock svg:nth-of-type(9) {
        animation-delay: 2s;
        transform: scale(-1);
}

.topMain .gridBlock svg:nth-of-type(3),
.topMain .gridBlock svg:nth-of-type(7) {
        animation: scaleUpDown 5s infinite alternate;
        transform-origin: center;
}
.topMain .gridBlock svg:nth-of-type(7) {
        animation-delay: 6s;
}
.topMain .gridBlock svg:nth-of-type(2) rect {
        animation:  colorChange04 5s infinite alternate;
        animation-delay: 6s;
}
.topMain .gridBlock svg:nth-of-type(4) rect {
        animation:  colorChange02 5s infinite alternate;
        animation-delay: 6s;
}
.topMain .gridBlock svg:nth-of-type(6) circle {
        animation: colorChange01 3s infinite alternate;
        animation-delay: 6s;
        fill: #A0CED9;
}
.topMain .gridBlock svg:nth-of-type(8) path {
        animation: colorChange03 3s infinite alternate;
        animation-delay: 6s;
}

/* 回転する */
@keyframes flipHorizontal {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(-1);
  }
}
/* 色が変わる */
@keyframes colorChange01 {
  from {
    fill: #A0CED9;
  }
  to {
    fill: #F6D3E6;
  }
}
@keyframes colorChange02 {
  from {
    fill: #5ECAAA;
  }
  to {
    fill: #A0CED9;
  }
}
@keyframes colorChange03 {
  from {
    fill: #F6D3E6;
  }
  to {
    fill: #FFC09F;
  }
}
@keyframes colorChange04 {
  from {
    fill: #FFEE93;
  }
  to {
    fill: #5ECAAA;
  }
}
/* 小さくなったり大きくなったり */
@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.page-id-155 .wp-block-post-content .topMessage{
        position: relative;
        margin-bottom: 430px;
}
.page-id-155 .topMessage::after{
        content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2024/10/lift.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 90%;
        aspect-ratio: 495/312;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%, 100%);
}
@media screen and (max-width:530px) {
.page-id-155 .wp-block-post-content .topMessage{
        margin-bottom: calc((100vw - 30px)* 0.9 * (312 / 495) + 100px);
}
}
/*------------------------
エントリーページ
-------------------------*/
.contactFormArea{
        width: 100%;
}
.contactFormArea *{
        font-family: var(--wp--preset--font-family--ibm-plex-sans-jp);
}
.contactFormArea input{
        box-sizing: border-box;
}
.contactFormArea .formWrap{
        display: grid;
        gap: 50px;
}
.contactFormArea .formLabelFlex{
        display: flex;
        gap: 5px;
        align-items: center;
        margin-bottom: 5px;
}
.contactFormArea .capsuleBox,
.contactFormArea .exampleTxt{
        font-size: var(--wp--preset--font-size--small);
}
.contactFormArea .labelTtl{
        color: var(--wp--preset--color--deep-dull-blue);
        font-size: var(--wp--preset--font-size--text);
        font-weight: 500;
}
input[type='submit'] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: transparent;
	border: none !important;
	border-radius: 0 !important;
	font: inherit;
	outline: none !important;
	cursor: pointer !important;
	color: inherit;
}
.page-id-84 .submitWrap{
        width: 80%;
        margin: 70px auto 0;
        position: relative;
        background: var(--wp--preset--color--white);
        border-radius: 9999px;
        box-shadow: 7px 8px 0px 0px var(--wp--preset--color--custom-accent-orange);
        transition: all 0.3s;
}
.page-id-84 input[type="submit"] {
        font-weight: 500;
        font-size: var(--wp--preset--font-size--normal);
        width: 100%;
        height: 100%;
        display: block;
        padding: 10px 0;
        padding: 15px 0;
        transition: all 0.3s;
        z-index: 2;
        position: relative;
}
.page-id-84 .submitWrap::after{
        content: '';
        position: absolute;
        top: 16.5px;
        bottom: 0;
        right: 20px;
        margin: auto 0;
        right: 37px;
        max-width: var(--wp--preset--font-size--cont-ttl);
        width: 100%;
        background: url(/wp-content/themes/doa_original_spmain/assets/svg/ico_polygon_orange.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(30deg);
}

.page-id-84 .submitWrap:hover input[type="submit"] {
        color: var(--wp--preset--color--text-black);
}
.page-id-84 .wpcf7-spinner {
        display: none;
}
.page-id-84 .formItemGrid{
     display:grid;
     gap: 10px;
}
.page-id-84 .preferredDateGap{
        display: grid;
        gap: 30px;
}
.page-id-84 .submitWrap input[type="submit"]{
      color: var(--wp--preset--color--custom-txt-black);
}

/* フォーム */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
        color: var(--wp--preset--color--text-black);
        border: 3px solid var(--wp--preset--color--footer-light-gray);
        border-radius: 5px;
        padding: 5px;
        width: 100%;
        min-height: 60px;
        font-size: 16px;
        font-family: var(--wp--preset--font-family--ibm-plex-sans-jp);
        background: var(--wp--preset--color--white);
        box-sizing: border-box;
}
select {
        /* border: 3px solid var(----wp--preset--color--bg-blue-green-05); */
        padding: 10px;
        font-family: var(--wp--preset--font-family--ibm-plex-sans-jp);
        cursor: pointer;
        background: var(--wp--preset--color--white);
        border-radius: 5px;
        width: 100%;
}
textarea {
        width: 100%;
        max-width: var(--wp--style--global--content-size);
}
button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
}
/* focus */
.txtBox:focus-visible,
.txtArea:focus-visible,
input[type="date"]:focus-visible {
        outline: none;
        border: solid 3px var(--wp--preset--color--bg-blue-green);
}
/*　チェックボックス　ラジオボタン　*/
[type="checkbox"],
[type="radio"] {
        width: 25px;
        height: 25px;
        flex-shrink: 0;
}
/*
input[type="submit"] {
        font-family: var(--wp--preset--font-family--ibm-plex-sans-jp);
        color: var(--wp--preset--color--white);
        font-weight: 600;
        font-size: 23px;
        display: block;
        width: 100%;
        padding: 20px;
        cursor: pointer;
        letter-spacing: 1px;
        background: var(--wp--preset--color--btn-blue);
        border-radius: 100px;
        transition: all 0.3s;
        border: solid 2px var(--wp--preset--color--btn-blue);
}
input[type="submit"]:hover {
        color: var(--wp--preset--color--btn-blue);
        background: var(--wp--preset--color--white);
}
*/
/* submitボタン */
/*
.page-id-37 .submitWrap{
        position: relative;
        max-width: 370px;
        margin: 70px auto 0;
}
.page-id-37 .submitArrow{
        position: absolute;
        display: inline-block;
        aspect-ratio: 1/1;
        width: 30px;
        background-image: url(/wp-content/themes/doa_original/assets/svg/ico_blue.svg);
        background-size: contain;
}
*/
/* カプセルBOX */
.page-id-84 .capsuleBox{
        border-radius: 5px;
        width: fit-content;
        background: var(--wp--preset--color--custom-accent-orange);
        display: inline-block;
        padding: 5px 10px;
        line-height: 1;
        color: var(--wp--preset--color--white);
}
/* ボックス曲線ボーダー */
.page-id-84 input.txtBox,
.page-id-84 .checkBox>.wpcf7-list-item{
        border-radius: 10px;
}

/* ラジオボタン */
.page-id-84 .radioBtn{
        display: flex;
        gap: 10px;
}
       
.page-id-84 .radioBtn .wpcf7-list-item{
        flex-basis: 50%;
        margin: 0;
}
.page-id-84 input[type="radio"] {
        display: none;
}
.page-id-84 .radioBtn .wpcf7-list-item-label{
        padding: 17px 0 17px 40px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        border-radius: 10px;
        background: var(--wp--preset--color--white);
        position: relative;
        cursor: pointer;
}
.page-id-84 .radioBtn .wpcf7-list-item-label::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        aspect-ratio: 1/1;
        display: block;
        border: 2px solid var(--wp--preset--color--custom-accent-orange);
        background: var(--wp--preset--color--white);
        box-sizing: border-box;
        border-radius: 9999px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 10px;
}
input[type="radio"]:checked + .wpcf7-list-item-label::after {
        content: "";
        display: block;
        height: 15px;
        aspect-ratio: 1/1;
        position: absolute;
        background: var(--wp--preset--color--custom-accent-orange);
        border-radius: 9999px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 15px;
}
@media screen and (max-width:530px) {
        .page-id-84 .radioBtn{
                flex-direction: column;
        }
}

/* 選択状態 */
.txtBox:focus-visible,
.txtArea:focus-visible,
input[type="date"]:focus-visible {
    outline: none;
    border: solid 3px var(--wp--preset--color--custom-accent-orange);
}
input[type="radio"]:checked + span.wpcf7-list-item-label{
        border: 2px solid var(--wp--preset--color--custom-accent-orange);
        background: #FFF0E8;
}
input[type="radio"] + span.wpcf7-list-item-label{
        border: 2px solid var(--wp--preset--color--white);
}
/*------------------------
働く環境ページ
-------------------------*/
.page-id-186 .cultureArea img {
        display: block;
        margin: auto;
}
.page-id-186 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
}
@media (max-width: 781px) {
        .page-id-186 .ageBox img {
                width: 100%;
        }
}
/*------------------------
個人情報保護方針の同意ページ
-------------------------*/
