@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2025/10/14
 */

/* :rootのCSS変数の宣言 */
:root {
  --font1: "M PLUS 1", sans-serif;
  --font2: "Bebas Neue Pro", sans-serif;
  --font3: "Noto Sans", sans-serif;
  --font4: "Allison", cursive;
  --font5: "Almendra", serif;
}

/* !FONTS
---------------------------------------------------------- */
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Bold.eot');
    src: url('../fonts/BebasNeuePro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeuePro-Bold.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-Bold.woff') format('woff'),
        url('../fonts/BebasNeuePro-Bold.ttf') format('truetype'),
        url('../fonts/BebasNeuePro-Bold.svg#BebasNeuePro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* !HTML5 elements
---------------------------------------------------------- */
header, 
footer, 
nav, 
section, 
aside, 
article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset {
  border: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	appearance: none;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 2rem 2rem #fff;
}

*,
*:before,
*::after {
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

/*** タブレット 768x ~ 1200px***/
@media screen and (min-width: 768px) and (max-width: 1300px) {
    html {
        font-size: calc(100vw / 130);
    }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* !Base Fonts -------------------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}

/*** hover ***/
@media screen and (min-width: 960px) {
    a {
        transition: all 0.5s;
    }

    a:hover {
        text-decoration: underline;
    }

    .op {
        transition: opacity 0.5s ease-out;
    }

    .op:hover {
        opacity: .7;
        text-decoration: none;
    }

    a[href^="tel:"] {
        cursor: default;
        pointer-events:none;
    }
}

.is-hide {
    display: none;
}

/*** 非スマホ 768px ~ ***/
@media screen and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}
/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .is-pc {
        display: none;
    }
}

/*** hover ***/
@media screen and (min-width: 960px) {}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
    width: 100%;
}

/* !header
---------------------------------------------------------- */
#header {
    background: #D2F032;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.5rem;
}

.header-logo {
    width: 16.6rem;
    font-size: 1px;
    line-height: 1;
}

.header-logo img {
    width: 100%;
}

.header-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 6.7rem;
    height: 1.7rem;
    border: .1rem solid #000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    font-family: var(--font3);
}

.header-links a:before {
    width: 4.7rem;
    height: 3.8rem;
    content: '';
    background: url(../img/common/email_logo.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .header-logo {
        width: 12.5rem;
    }

    .header-links {
        padding-right: .8rem;
    }

    .header-links a {
        display: block;
        width: 3.6rem;
        height: 2.9rem;
        border: 0;
        font-size: 1px;
        text-indent: -9999rem;
    }

    .header-links a:before {
        width: 100%;
        height: 100%;
        left: 0;
    }
}


/* !main Visual
---------------------------------------------------------- */
#main-visual {
    width: 100%;
    height: 65rem;
    background: url(../img/top/bg_mv.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-visual .catchcopy {
    width: 79.7rem;
    font-size: 1px;
    line-height: 1;
}

#main-visual .catchcopy img {
    width: 100%;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    #main-visual {
        height: 100dvh;
        min-height: 66.4rem;
        background: url(../img/top/sp/bg_mv.jpg) center center no-repeat;
        background-size: cover;
    }

    #main-visual .catchcopy {
        width: 30rem;
    }
}


/* !teaser
---------------------------------------------------------- */
#teaser {
    width: 100%;
    background: #000;
    border-bottom: 1rem solid #D2F032;
}

#teaser .teaser-heading {
    font-size: 4.8rem;
    text-transform: uppercase;
    font-family: var(--font2);
    line-height: 1.875;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){

    #teaser .teaser-heading {
        font-size: 2.4rem;
        line-height: 2.08333;
    }
}

/* !contents
---------------------------------------------------------- */
#contents {
    width: 100%;
}

.inner {
    width: 100%;
    max-width: 130rem;
    padding: 0 1rem;
    margin: 0 auto;
}

.common-notes {
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7.2rem;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .inner {
        padding: 0 1.5rem;
    }

    .common-notes {
        font-size: 1.3rem;
        margin-bottom: 5.2rem;
    }
}

/* !footer
---------------------------------------------------------- */
#footer {
    border-top: .05rem solid #000;
    background: #F5F5F5;
    mix-blend-mode: multiply;
    position: relative;
}

#footer:before {
    width: .05rem;
    height: 100%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    content: '';
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
    padding: 7.5rem 0 6.4rem;
}

.footer-info {
    width: 100%;
    padding-top: 1.375rem;
    padding-left: 6.7rem;
}

.footer-info .footer-info__head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8.5rem;
}


.footer-info .footer-logo {
    font-family: var(--font1);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.footer-info .footer-logo img {
    width: 24.1rem;
    display: block;
    margin-bottom: 1.082rem;
}

.footer-info .footer-links {
    padding-top: 1.225rem;
}

.footer-info .footer-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 6.7rem;
    height: 1.7rem;
    border: .1rem solid #000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    font-family: var(--font3);
}

.footer-info .footer-links a:before {
    width: 4.7rem;
    height: 3.8rem;
    content: '';
    background: url(../img/common/email_logo.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.footer-info .footer-info__body {
    margin-top: 2.2rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875;
}

.footer-box {
    width: 100%;
    padding-left: 4rem;
    padding-right: 2.7rem;
}

.footer-box .footer-box__item {
    display: flex;
    align-items: flex-start;
}

.footer-box .footer-box__item + .footer-box__item {
    margin-top: 12.2rem;
}

.footer-box .footer-box__item .footer-box__item--head {
    width: 21.6rem;
    padding-right: 1rem;
}

.footer-box .footer-box__item .footer-box__item--head .footer-box__item--head__eng {
    font-family: var(--font3);
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.footer-box .footer-box__item .footer-box__item--head .footer-box__item--head__jap {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: .7rem;
}

.footer-box .footer-box__item .footer-box__item--body {
    width: calc(100% - 21.6rem);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.71429;
    padding-top: 1rem;
}

#copyright {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #D2F032;
    text-align: center;
    font-family:  var(--font3);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 1.7rem 1rem 1.6rem;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    #footer {
        border-top: 0;
    }

    #footer:before {
        display: none;
    }

    .footer-inner {
        flex-direction: column-reverse;
        gap: 5.2rem;
        padding: 0 1rem;
    }

    .footer-info {
        padding: 0 0 6.5rem;
    }

    .footer-info .footer-info__head {
        gap: 5.4rem;
    }


    .footer-info .footer-logo {
        font-size: 1.4rem;
        line-height: 1.71429;
    }

    .footer-info .footer-logo img {
        width: 16.6rem;
        margin-bottom: .5rem;
    }

    .footer-info .footer-links {
        padding-top: .7rem;
    }

    .footer-info .footer-links a {
        width: 5.4rem;
        height: 1.4rem;
        font-size: 1rem;
    }

    .footer-info .footer-links a:before {
        width: 3.1rem;
        height: 2.5rem;
        left: -2.8rem;
    }

    .footer-info .footer-info__body {
        margin-top: 0;
        font-size: 1.1rem;
        line-height: 1.8181;
    }

    .footer-box {
        width: 100%;
        padding: 3.3rem 0 3.6rem;
        border-top: .1rem solid #000;
        border-bottom: .1rem solid #000;
    }

    .footer-box .footer-box__item {
        display: block;
    }

    .footer-box .footer-box__item + .footer-box__item {
        margin-top: 3rem;
    }

    .footer-box .footer-box__item .footer-box__item--head {
        width: 100%;
        padding-right: 0;
    }

    .footer-box .footer-box__item .footer-box__item--head .footer-box__item--head__eng {
        font-size: 3.2rem;
    }

    .footer-box .footer-box__item .footer-box__item--head .footer-box__item--head__jap {
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-top: 0;
    }

    .footer-box .footer-box__item .footer-box__item--body {
        width: 100%;
        font-size: 1.1rem;
        line-height: 1.81818;
        padding-top: 1.1rem;
    }

    #copyright {
        font-size: 1.1rem;
        line-height: 2.18182;
        padding: .2rem 1.5rem;
    }
}

/* !heading
---------------------------------------------------------- */
.heading-large {
    text-align: center;
    margin-bottom: 3.5rem;
}

.heading-large .heading-large__eng {
    display: block;
    color: #D2F032;
    font-size: 9.6rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    font-family: var(--font3);
}

.heading-large .heading-large__jap {
    display: block;
    color: #000;
    text-align: center;
    font-family: var(--font1);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .heading-large {
        margin-bottom: 2.5rem;
    }

    .heading-large .heading-large__eng {
        font-size: 4.8rem;
    }

    .heading-large .heading-large__jap {
        font-size: 1.5rem;
    }
}

/* !HOME
---------------------------------------------------------- */
.message-wrap {
    width: 100%;
    background: url(../img/top/bg_message.png) center center no-repeat;
    background-size: cover;
}

.message-wrap .message-wrap__bottom {
    background: #D2F050;
    mix-blend-mode: multiply;
}

.message-wrap .message-box {
    width: 100%;
    height: 55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
}

.message-wrap .message-box h2 {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 3.3rem;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .message-wrap {
        background: url(../img/top/sp/bg_message.png) center center no-repeat;
        background-size: cover;
    }

    .message-wrap .message-box {
        height: auto;
        min-height: 41rem;
        display: block;
        font-size: 1.4rem;
        line-height: 2;
        padding: 4.2rem 1.5rem;
    }

    .message-wrap .message-box h2 {
        font-size: 2.4rem;
    }
}


.service-wrap {
    padding: 2rem 0 10rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.4rem;
    padding: 0 1.8rem;
}

.service-list .service-list__item {
    border-radius: 1rem;
    border: .1rem solid #000;
    background: #fff;
    padding: 2.8rem 2.9rem 3.6rem;
}

.service-list .service-head {
    margin-bottom: 2.2rem;
}

.service-list .service-head .service-head__eng {
    color: #ABB6C1;
    font-family: var(--font2);
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.service-list .service-head .service-head__jap {
    display: block;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-list .service-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.service-list .service-body .service-body__image {
    width: 16rem;
    margin-left: 2rem;
    font-size: 1px;
    line-height: 1.5;
    text-align: center;
}

.service-list .service-body .service-body__image img {
    width: 100%;
    max-width: 12rem;
}

.service-list .service-body .service-body__text {
    width: calc(100% - 18rem);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.71429;
}

.service-list .service-case {
    margin-top: 3.7rem;
    background: #D2F032;
    border-radius: 1.6rem;
    padding: 1.4rem 3.2rem;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.57143;
}

.service-list .service-case ul li {
    padding-left: 1.9rem;
    background: url(../img/top/icon_notes.png) left .4rem no-repeat;
    background-size: 1.4rem auto;
}

.service-list .service-case h4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .service-wrap {
        padding: 2rem 0 6rem;
    }

    .service-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
        padding: 0;
    }

    .service-list .service-list__item {
        padding: 1.8rem .5rem .5rem;
    }

    .service-list .service-head {
        margin-bottom: 3rem;
        text-align: center;
    }

    .service-list .service-head .service-head__eng {
        font-size: 2.8rem;
    }

    .service-list .service-head .service-head__jap {
        font-size: 1.6rem;
        margin-top: .9rem;
    }

    .service-list .service-body {
        display: block;
        padding: 0 1rem;
    }

    .service-list .service-body .service-body__image {
        width: 100%;
        margin-left: 0;
    }

    .service-list .service-body .service-body__text {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.84615;
        margin-top: 2.5rem;
    }

    .service-list .service-case {
        margin-top: 2.5rem;
        border-radius: .5rem;
        padding: 1.3rem 1.6rem 2rem;
        font-size: 13px;
        line-height: 1.69231;
    }

    .service-list .service-case ul li {
        padding-left: 1.8rem;
        background: url(../img/top/icon_notes.png) left .45rem no-repeat;
        background-size: 1.3rem auto;
    }

    .service-list .service-case h4 {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
}


.philosophy-wrap {
    padding: 4rem 0 14rem;
    background: url(../img/top/bg_philosophy.jpg) center center no-repeat;
    background-size: cover;
}

.philosophy-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
}

.philosophy-list .philosophy-box {
    width: 100%;
    max-width: 48.8rem;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.philosophy-list .philosophy-title {
    display: inline-flex;
    border: .1rem solid #D2F032;
    color: #D2F032;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 1.2rem;
    margin-bottom: 1.8rem;
}

.philosophy-list .philosophy-title span {
    min-width: 2.4rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: .1rem solid #D2F032;
    margin-right: 1.2rem;
    font-family: var(--font3);
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .philosophy-wrap {
        padding: 4rem 0 5.1rem;
        background: url(../img/top/sp/bg_philosophy.jpg) center center no-repeat;
        background-size: cover;
    }

    .philosophy-list {
        display: block;
    }

    .philosophy-list .philosophy-list__item + .philosophy-list__item {
        margin-top: 6.2rem;
    }

    .philosophy-list .philosophy-box {
        max-width: 100%;
        font-size: 1.4rem;
        line-height: 1.71429;
    }

    .philosophy-list .philosophy-title {
        display: flex;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 2.5rem;
        padding: 0 1.2rem 0 3.3rem;
        justify-content: center;
        position: relative;
    }

    .philosophy-list .philosophy-title span {
        min-width: 2rem;
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
}


.contact-wrap {
    padding: 11.1rem 0 17.8rem;
    background: url(../img/top/bg_contact.png) center center no-repeat;
    background-size: cover;
}

.contact-title {
    text-align: center;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 4rem;
}

.contact-text {
    width: 100%;
    max-width: 82.4rem;
    margin: 0 auto;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66667;
}

.contact-button {
    margin-top: 6.4rem;
    text-align: center;
}

.contact-button a {
    border-radius: 1.5rem;
    display: inline-flex;
    background: #8FC31F;
    width: 33.8rem;
    height: 5.6rem;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6667;
}


/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .contact-wrap {
        padding: 5.2rem .5rem 6.7rem;
        background: url(../img/top/sp/bg_contact.png) center center no-repeat;
        background-size: cover;
    }

    .contact-title {
        font-size: 4rem;
    }

    .contact-text {
        font-size: 1.6rem;
        line-height: 1.875;
    }

    .contact-button {
        margin-top: 7.6rem;
    }
}


.labo-wrap {
    padding: 6.3rem 0 9.2rem;
    overflow: hidden;
}

.labo-wrap .inner {
    max-width: 192rem;
    padding: 0;
}

.labo-wrap .heading-large .heading-large__eng {
    font-family: var(--font2);
    font-size: 9rem;
    color: #000;
    font-style: normal;
    letter-spacing: .045rem;
}

.labo-wrap .heading-large .heading-large__jap {
    font-weight: 800;
}

.labo-wrap .labo-list {
    margin-top: 7.6rem;
}

.labo-wrap .labo-list .swiper-slide {
    padding: 0 1rem;
}

.labo-wrap .labo-list .labo-list__item {
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    border: .1rem solid #D5DBE2;
    background: #fff;
}

.labo-wrap .labo-list .labo-list__item .labo-image {
    display: block;
    width: 100%;
    aspect-ratio: 25 / 14;
}

.labo-wrap .labo-list .labo-list__item .labo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.labo-wrap .labo-list .labo-list__item .labo-info {
    padding: 1rem 1.5rem 4.5rem;
    display: block;
}

.labo-wrap .labo-list .labo-list__item .labo-info .labo-info__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.labo-wrap .labo-list .labo-list__item .labo-info .labo-info__date {
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.labo-wrap .labo-list .labo-list__item .labo-info .labo-info__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.57143;
    margin-top: 1rem;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .labo-wrap {
        padding: 4.8rem 0 6.2rem;
    }

    .labo-wrap .inner {
        padding: 0 1.5rem;
    }

    .labo-wrap .heading-large .heading-large__eng {
        font-size: 4.8rem;
        letter-spacing: .024rem;
    }

    .labo-wrap .heading-large .heading-large__jap {
        font-size: 1.5rem;
        margin-top: .9rem;
    }

    .labo-wrap .common-notes {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .labo-wrap .labo-list {
        margin-top: 3.5rem;
        padding: 0 1.25rem;
    }

    .labo-wrap .labo-list .swiper {
        overflow: visible;
    }

    .labo-wrap .labo-list .labo-list__item {
        display: block;
        overflow: hidden;
        border-radius: 1rem;
        border: .1rem solid #D5DBE2;
        background: #fff;
    }

    .labo-wrap .labo-list .labo-list__item .labo-image {
        display: block;
        width: 100%;
        aspect-ratio: 25 / 14;
    }

    .labo-wrap .labo-list .labo-list__item .labo-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .labo-wrap .labo-list .labo-list__item .labo-info {
        padding: 1rem 1.5rem 4.5rem;
        display: block;
    }

    .labo-wrap .labo-list .labo-list__item .labo-info .labo-info__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .labo-wrap .labo-list .labo-list__item .labo-info .labo-info__date {
        display: block;
        margin-top: 1rem;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .labo-wrap .labo-list .labo-list__item .labo-info .labo-info__description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.57143;
        margin-top: 1rem;
    }
}



.company-wrap {
    background: #F5F5F5;
    mix-blend-mode: multiply;
    padding: 2.1rem 0 7.3rem;
}

.company-wrap .heading-large .heading-large__jap {
    font-weight: 700;
} 

.company-box {
    width: 100%;
    max-width: 65.5rem;
    margin: 0 auto;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875;
}


/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .company-wrap {
        padding: 5.5rem 1rem 4rem;
    }

    .company-box {
        font-size: 1.3rem;
        line-height: 1.84615;
    }
}


.contact-area {
    width: 100%;
    position: relative;
    padding: 9rem 0;
    background: url(../img/contact/bg_contact.jpg) center center no-repeat;
    background-size: cover;
}

.contact-area:before {
    width: calc(50% - 4rem);
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
}

.contact-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.contact-info {
    width: 50%;
    padding: 7rem 4rem 7rem 0;
    text-align: center;
}

.contact-info .contact-info__inner {
    padding: 3.5rem 2rem 5.6rem;
    color: #fff;
}

.contact-info .contact-info__head {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.contact-info .contact-info__body {
    margin-top: 2rem;
}

.contact-info .contact-info__image {
    width: 100%;
    max-width: 23rem;
    aspect-ratio: 229.22/293.40;
    margin: 0 auto;
    background: url(../img/contact/img_contact.png) center center no-repeat #000;
    background-size: cover;
    background-blend-mode: hard-light;
    display: block;
    text-indent: -9999rem;
    font-size: 1px;
    line-height: 1;
}

.contact-info .contact-info__text + .contact-info__text {
    margin-top: 3rem;
}

.contact-info .contact-info__text .contact-info__text--eng {
    font-family: var(--font5);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.contact-info .contact-info__text .contact-info__text--jap {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429;
    margin-top: .5rem;
}

.contact-info .contact-info__sign {
    margin-top: 6rem;
    text-align: right;
    font-size: 3.2rem;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-family: var(--font4);
    padding: 0 .7rem;
}

.contact-form {
    width: 50%;
}

.contact-form .contact-form__box {
    width: 100%;
    border-radius: 1rem;
    border: .3rem solid #D2F032;
    background: #F5F5F5;
    padding: 5.4rem 3.7rem 3.4rem;
}

.contact-form .contact-form__title {
    font-family: var(--font2);
    text-transform: uppercase;
    font-size: 3.2rem;
    line-height: .785;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 3.5rem;
}

.contact-form .contact-form__item {
    margin-bottom: 1rem;
}

.contact-form .contact-form__item dt {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .3rem;
}

.contact-form .contact-form__item dd {
    position: relative;
    line-height: 1;
}

.contact-form .contact-form__item .is-required {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 2;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--font3);
    color: #f00;
    transform: translateY(-.5rem);
    display: none;
}

.contact-form .contact-form__item input[type=text],
.contact-form .contact-form__item input[type=email],
.contact-form .contact-form__item input[type=tel],
.contact-form .contact-form__item textarea {
    width: 100%;
    height: 3.1rem;
    border-radius: .3rem;
    border: .2rem solid #FFF;
    background: #D9D9D9;
    padding: 0 1.7rem;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.5;
    font-weight: 500;
    line-height: normal;
    outline: none;
}

.contact-form .contact-form__item textarea {
    height: 19.4rem;
    padding: 1rem 1.7rem;
}

.contact-form .contact-form__item input[type=text].is-focus,
.contact-form .contact-form__item input[type=email].is-focus,
.contact-form .contact-form__item input[type=tel].is-focus,
.contact-form .contact-form__item textarea.is-focus {
    border-color: #D2F032;
    background: #fff;
}

.contact-form .contact-form__item input[type=text].is-focus + .is-required,
.contact-form .contact-form__item input[type=email].is-focus + .is-required,
.contact-form .contact-form__item input[type=tel].is-focus + .is-required,
.contact-form .contact-form__item textarea.is-focus + .is-required {
    display: block;
}

.contact-form .checkbox-list {
    padding: 2.2rem 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-form .checkbox-list label {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.25;
    cursor: pointer;
}

.contact-form .checkbox-list label input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.contact-form .checkbox-list label span {
    display: block;
    padding-left: 2.6rem;
    position: relative;
}

.contact-form .checkbox-list label span:before {
    border-radius: .3rem;
    border: .1rem solid #000;
    background: #fff;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top: .9rem;
    z-index: 2;
    content: '';
}

.contact-form .checkbox-list label span:after {
    background: #000;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: .3rem;
    top: 1.2rem;
    z-index: 3;
    content: '';
    opacity: 0;
    transition: opacity .3s ease;
}

.contact-form .checkbox-list label input[type=checkbox]:checked + span:after {
    opacity: 1;
}

.contact-form .contact-form__agree {
    margin-top: 2.2rem;
}

.contact-form .contact-form__agree .checkbox-list {
    padding: 0;
}

.contact-form .contact-form__button {
    margin-top: 2.2rem;
}

.contact-form .contact-form__button input[type=submit] {
    width: 12.8rem;
    height: 3.9rem;
    border: 0;
    border-radius: .3rem;
    background: #D2F032;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*** スマホ 375px ~ 767px ***/
@media only screen and (max-width : 767px){
    .contact-area {
        padding: 0;
        background: #fff;
    }

    .contact-area:before {
        display: none;
    }

    .contact-area .inner {
        padding: 0;
    }

    .contact-inner {
        flex-direction: column-reverse;
    }

    .contact-info {
        width: 100%;
        padding: 0;
        background: #000;
    }

    .contact-info .contact-info__inner {
        padding: 3.5rem 3rem;
    }

    .contact-info .contact-info__head {
        font-size: 1.4rem;
        line-height: 1.71429;
    }

    .contact-info .contact-info__body {
        margin-top: 4rem;
    }

    .contact-info .contact-info__image {
        max-width: 17.6rem;
    }

    .contact-info .contact-info__text,
    .contact-info .contact-info__text + .contact-info__text {
        margin-top: 4rem;
    }

    .contact-info .contact-info__text .contact-info__text--jap {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 0;
    }

    .contact-info .contact-info__sign {
        margin-top: 4rem;
        text-align: right;
        font-size: 2.4rem;
        padding: 0 0 .6rem;
    }

    .contact-form {
        width: 100%;
        padding: 4.5rem .5rem 6rem;
    }

    .contact-form .contact-form__box {
        padding: 2.5rem 1rem 3.1rem;
    }

    .contact-form .contact-form__title {
        font-size: 2.4rem;
        line-height: 1;
        margin-bottom: 2.4rem;
    }

    .contact-form .contact-form__item {
        margin-bottom: .8rem;
    }

    .contact-form .contact-form__item dt {
        font-size: 1.4rem;
        margin-bottom: .9rem;
    }

    .contact-form .contact-form__item .is-required {
        font-size: 1.4rem;
        transform: translateY(-.9rem);
    }

    .contact-form .checkbox-list {
        padding: 1.1rem 1.7rem 2.6rem;
    }

    .contact-form .checkbox-list label {
        font-size: 1.4rem;
        line-height: 2.14286;
    }

    .contact-form .checkbox-list label span {
        padding-left: 2.2rem;
    }

    .contact-form .checkbox-list label span:before {
        width: 1.4rem;
        height: 1.4rem;
        top: .8rem;
    }

    .contact-form .checkbox-list label span:after {
        width: .8rem;
        height: .8rem;
        left: .3rem;
        top: 1.1rem;
    }

    .contact-form .contact-form__agree {
        margin-top: 0;
    }

    .contact-form .contact-form__button {
        margin-top: 1.6rem;
    }

    .contact-form .contact-form__button input[type=submit] {
        width: 100%;
    }
}















