@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/* 3.4 Single 
--------------------------------------------------------------*/
/* media query : mobile */
@media screen and (max-width:768px) {

    .main-single .archive-layout__secondary {

    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .main-single .archive-layout__secondary {
        margin-top: 8rem;
    }
}

/* 3.4 Singular
--------------------------------------------------------------*/
.main-singular .single-contents {
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
}
/* 3.4.1 Single info
--------------------------------------------------------------*/
.single-thumb {
    line-height: 0;
    margin-bottom: 1rem;
}
.single-info {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
}
.single-info__date {
    display: inline-block;
}
.single-info__date span {
    font-family: 'Jost', sans-serif;
}
.single-info__category {
    display: inline-block;
    border-radius: 2rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
}
.single-info__category.no-entry {
    background: #CCC;
}
.single-info__category a {
    display: block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.single-info__title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .single-info__title {
        font-size: 1.4rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .single-info__title {
        font-size: 2rem;
    }
}
/* 3.4.2 Single contents
--------------------------------------------------------------*/
.single-contents__thumb {
    display: block;
	position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 4rem;
    border: 1px solid #ccc;
}
.single-contents__thumb:before {
    display: block;
    content: "";
	padding-top: 65%;
}
.single-contents__thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.single-contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-wrap: break-word;
}
/* single-post*/
.single-edit {

}
.single-edit h2 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 3rem;
    display: inline-block;
	background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.single-edit h2 span {
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.single-edit h3 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 2rem;
}
.single-edit h4 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 1rem;
}
.single-edit p {
    margin-bottom: 2rem;
}
.single-edit strong {
    font-weight: 600;
}
.single-edit small {
    font-size: 80%;
}
.single-edit img {
    width: auto;
}
.single-edit a,
.single-edit a:link {
    color: #0166ff;
    text-decoration: underline;
}
.single-edit figcaption {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .single-edit h2 {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }
    .single-edit h3 {
        font-size: 1.3rem;
        letter-spacing: 2px;
    }
    .single-edit h4 {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .single-edit h2 {
        font-size: 2.1rem;
        letter-spacing: 6px;
    }
    .single-edit h3 {
        font-size: 1.6rem;
        letter-spacing: 3px;
    }
    .single-edit h4 {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
}
/* 3.4.x 目次：Table of Contents Plus
--------------------------------------------------------------*/
#toc_container {
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    border-radius: 1.25rem;
    border-color: #0055FF;
}
/* 3.4.3 Single nav
--------------------------------------------------------------*/
.single-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    border-top: 1px solid #ccc;
}
.single-nav a {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.single-nav__list a {
    background: url(../img/link-list__solid-circle.svg) no-repeat center/contain;
    transition: .5s;
}
.single-nav__list a:hover {
    transform: rotate(45deg);
    transition: .5s;
}
.single-nav__prev a {
    background: url(../img/link-left__solid-circle.svg) no-repeat center/contain;
}
.single-nav__next a {
    background: url(../img/link-right__solid-circle.svg) no-repeat center/contain;
}

/* media query : mobile */
@media screen and (max-width:768px) {
    .single-nav__list a {
        width: 3rem;
        margin: 2rem auto;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .single-nav {
        padding-top: 2rem;
    }
}
/* 3.4.4 Single share
--------------------------------------------------------------*/
.social-share {
    text-align: center;
    background: #f6f6f6;
    padding: 2rem 0;
    border-radius: 1.25rem;
    margin-top: 2rem;
}
.social-share__title {
    margin-bottom: 1rem;
}
.social-share__list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-share__list li {
    margin: 0 0.5rem;
}
.social-share__list a {
    display: block;
    width: 2rem;
    height: 2rem;
}
/* 3.4.5 Single contact
--------------------------------------------------------------*/
.contact-companyvalue {
    padding: 3rem;
    border-radius: 1.25rem;
    line-height: 1.5;
}
.contact-companyvalue__title {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2.5rem;
}
.contact-companyvalue__title:after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 0.15rem;
    border-radius: 0.15rem;
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
    background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
    margin: 0.5rem auto 1rem;
}
.contact-companyvalue__lead {
    background: #f6f6f6;
    padding: 2rem;
    border-radius: 1.25rem;
    margin-bottom: 3rem;
}
.contact-companyvalue__img,
.contact-companyvalue__img img {
    border-radius: 1.25rem;
    overflow: hidden;
    line-height: 0;
}
.contact-companyvalue__txt {

}
.contact-companyvalue__txt-title {
    font-weight: 600;
    margin-bottom: 1rem;
}
.contact-companyvalue__txt-desc {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #747474;
}
.contact-companyvalue__txt-osusume {
    font-size: 0.9rem;
}
.contact-companyvalue__txt-osusume span {
    color: #3573ff;
}
.contact-companyvalue__nes {
    margin-bottom: 1rem;
}
.contact-companyvalue__nes span{
    color: #3573ff;
    font-size: 0.9rem;
}
.contact-companyvalue__formtable {
    text-align: left;
}
.contact-companyvalue__formlabel {
    padding: 0.8rem 0;
}
.contact-companyvalue__formlabel p,
.contact-companyvalue__forminput p {
    margin-bottom: 0rem;
}
.contact-companyvalue__formlabel span {
    color: #3573ff;
    font-size: 0.9rem;
}
.contact-companyvalue__forminput input {
    background-color: #f6f6f6;
    width: calc(100% - 2rem);
    padding: 0.8rem 1rem;
    border-radius: 2rem;
}
.contact-companyvalue__forminput input::placeholder {
    color: #ccc;
}
.contact-companyvalue__forminput select {
    background-color: #f6f6f6;
    width: calc(100% - 2rem);
    max-width: 15rem;
    padding: 0.8rem 1rem;
    border-radius: 2rem;
}
.contact-companyvalue__forminput select:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    top: calc(50% - 0.35rem);
    right: 0;
    background: url(../img/arrow-down__black.svg) no-repeat center/contain;
}
.contact-companyvalue__forminput.input-radio {
    padding: 0.8rem 0;
}
.contact-companyvalue__forminput input[type='radio'],
.contact-companyvalue__accept input[type='checkbox'] {
    position: absolute;
    display: block;
    background: #fff;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    top: 0.2rem;
    left: 0;
}
.contact-companyvalue__forminput.input-radio label span,
.contact-companyvalue__accept label span {
    padding-left: 2rem;
}
.contact-companyvalue__accept {
    text-align: center;
    margin-top: 3rem;
}
.contact-companyvalue__accept a {
    color: #3573ff;
    text-decoration: underline;
}
.contact-companyvalue__submit {
    display: block;
	width: 100%;
	max-width: 22.5rem;
    margin: 3rem auto;
}
.contact-companyvalue__submit input {
	display: block;
	width: 100%;
    text-align: center;
    line-height: 1;
	padding: 1rem 0.5rem 1.3rem;
    background: linear-gradient(90deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0,#3573ff 100%);
	border-radius: 2rem;
    color: #fff;
}
.contact-companyvalue__submit input:disabled {
    opacity: 0.5;
}
.contact-companyvalue__submit:after {
	content: "";
    display: block;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../img/arrow-right__white.svg) no-repeat center/contain;
    right: 1.5rem;
    top: calc(50% - 0.35rem);
    z-index: 1;
}
.wpcf7-not-valid-tip {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    color: #3573ff;
}
.wpcf7-spinner {
    display: none !important;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .contact-companyvalue {
        padding: 1rem;
    }
    .contact-companyvalue__txt-title {
        margin-top: 1rem;
    }
    .contact-companyvalue__formlabel {
        width: 34%;
        padding-right: 3%;
        font-size: 0.825rem;
    }
    .contact-companyvalue__forminput {
        width: 100%;
        font-size: 0.825rem;
        display: block;
        margin-bottom: 0.5rem;
    }
    .contact-companyvalue__forminput select {
        width: 100%;
    }
    .contact-companyvalue__accept .wpcf7-list-item {
        margin: 0;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .contact-companyvalue {
        padding: 3rem;
    }
    .contact-companyvalue__lead {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .contact-companyvalue__img {
        width: 40%;
    }
    .contact-companyvalue__txt {
        width: 56%
    }
    .contact-companyvalue__formtr {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    .contact-companyvalue__formlabel {
        width: 22%;
    }
    .contact-companyvalue__forminput {
        width: 74%;
    }
}
/* button */
.wp-block-buttons {
    display: flex;
}
.wp-block-button {
    display: inline-block;
    margin: 0 0 2rem 0;
    width: 100%;
    max-width: 32rem;
}
.wp-block-button a {
    display: block;
    background: linear-gradient(90deg, #7f3bff 0, #3573ff 100%);
    background: -webkit-linear-gradient(0deg, #7f3bff 0, #3573ff 100%);
    color: #FFF;
    text-decoration: none !important;
    padding: 1.5rem 2rem;
    line-height: 1.2;
}

/* 20240823 what is ma 用語集追加 */
.ma-words {
    border: 2px solid #e7e7e7;
    border-radius: 1.25rem;
    padding: 0.5rem 1rem;
    max-width: 30rem;
    margin: 0 auto 2rem;
}
.ma-words__head {
    margin-bottom: 0 !important;
    cursor: pointer;
    font-weight: bold;
}
.ma-words__list {
    display: none;
}