@charset "UTF-8";

/*
	Theme Name: Theme
	Author: none
	Version: none
*/

/*================================================================================
base
================================================================================*/

/* global ------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

body {
    color: #4d4d4d;
    line-height: 1.7;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

a:hover {
    transition: ease .2s;
    opacity: 0.6;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 700;
}

/*================================================================================
common
================================================================================*/

/* container ------------------------------------------------*/

.container-1600 {
    max-width: 1660px;
    padding: 0 30px;
    margin: 0 auto;
}

.container-1400 {
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
}

.container-1200 {
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}

/* background ------------------------------------------------*/

.bg-diagonal {
    position: relative;
}

.bg-diagonal::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: #cde4ff;
}

.bg-diagonal_svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* heroheading ------------------------------------------------*/

.common-heroheading {
    margin: 220px 0 100px 0;
}

h1.common-heroheading_heading .en {
    display: block;
    text-align: center;
}

h1.common-heroheading_heading .en img {
	max-width: auto;
	width: auto;
	height: 40px;
	margin: 0 0 25px 0;
}

h1.common-heroheading_heading .ja {
    font-size: 25px;
	font-weight: 500;
    display: block;
    text-align: center;
    color: #4d4d4d;
	letter-spacing: normal;
}

@media (max-width: 991px) {

    .common-heroheading {
        margin: 80px 0 50px 0;
    }
    
    h1.common-heroheading_heading .en img {
    	height: 20px;
    	margin: 0 0 10px 0;
    }
    
    h1.common-heroheading_heading .ja {
        font-size: 13px;
    }
}

/* heading ------------------------------------------------*/

h2.common-heading {
	margin: 0 0 100px 0;
}

h2.common-heading .en {
    display: block;
    text-align: center;
}

h2.common-heading .en img {
	max-width: auto;
	width: auto;
	height: 40px;
	margin: 0 0 25px 0;
}

h2.common-heading .ja {
    font-size: 25px;
	font-weight: 500;
    display: block;
    text-align: center;
    color: #4d4d4d;
	letter-spacing: normal;
}

@media (max-width: 991px) {

    h2.common-heading {
    	margin: 0 0 30px 0;
    }

    h2.common-heading .en img {
    	height: 20px;
    	margin: 0 0 10px 0;
    }

    h2.common-heading .en img.height-u991-60 {
    	height: 60px;
    }
            
    h2.common-heading .ja {
        font-size: 12px;
    }
}

/* effect ------------------------------------------------*/

.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein.scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.appear {
    animation: appear 1s ease normal;
}

@keyframes appear {

    from {
	    opacity: 0;
	    transform : translate(0, 50px);
	}
	to {
	    opacity: 1;
	    transform : translate(0, 0);
	}
}

.fadenav{animation: fadeIn 1.5s ease 0s 1 normal;}
 @keyframes fadeIn { from {
     opacity: 0;
 }
 to {
     opacity: 1;
 }
 }


/* header ------------------------------------------------*/

.header {
    padding: 0 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
    width: 100%;
}

.header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 60px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.header_logo {
    max-width: 380px;
}

.header_right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header_nav ul {
    font-size: 0;
    letter-spacing: -1em;
}

.header_nav ul li {
    display: inline-block;
    margin: 0 15px;
    padding: 0 25px 0 0;
    position: relative;
}

.header_nav ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #4d4d4d;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.header_nav ul li:first-child {
    margin: 0 15px 0 0;
}

.header_nav ul li:last-child {
    margin: 0 0 0 15px;
    padding: 0;
}

.header_nav ul li:last-child::before {
    display: none;
}

.header_nav ul li a {
    font-size: 23px;
    letter-spacing: normal;
}

.header_nav ul li a .en {
    font-size: 13px;
    display: block;
    font-family: "Sawarabi Mincho", serif;
}

.header_contact {
    margin: 0 0 0 40px;
}

.header_contact-btn img {
    max-width: 315px;
}

.headersp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: #ffffff;
    padding: 15px 10px;
}

.headersp_logo a img {
    display: block;
    max-width: 180px;
}

.headersp_toggle {
	width: 32px;
	height: 32px;
    background-image: url(assets/img/common/headersp_toggle.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 999;
    font-size: 0;
}

.headersp_toggle.close {
    background-image: url(assets/img/common/headersp_toggle-close.png);
	width: 32px;
	height: 32px;
    background-size: 32px 32px;
}

.headersp_menu {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 15px 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: none;
	z-index: 998;
}

.headersp_menu.open {
	display: block;
}

.headersp_menu-logo {
    max-width: 180px;
    margin: 0 0 20px 0;
}

.headersp_menu-gbmenu {
    margin: 0 0 25px 0;
}

.headersp_menu-gbmenu ul li {
    border-top: 1px solid #c3c7c7;
}

.headersp_menu-gbmenu ul li:last-child {
    border-bottom: 1px solid #c3c7c7;
}

.headersp_menu-gbmenu ul li a {
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 10px;
    font-weight: 700;
}

.headersp_tel {
    max-width: 310px;
    margin: 0 0 10px 0;
}

.headersp_privacy a {
    font-size: 12px;
}

@media (max-width: 1600px) {

    .header {
        padding: 0 50px;
    }
    
    .header-inner {
        padding: 20px 30px;
    }
    
    .header_logo {
        max-width: 320px;
    }
    
    .header_nav ul li {
        margin: 0 10px;
        padding: 0 15px 0 0;
    }
    
    .header_nav ul li::before {
        height: 30px;
    }
    
    .header_nav ul li:first-child {
        margin: 0 10px 0 0;
    }
    
    .header_nav ul li:last-child {
        margin: 0 0 0 10px;
    }
    
    .header_nav ul li a {
        font-size: 20px;
    }
    
    .header_nav ul li a .en {
        font-size: 11px;
    }
    
    .header_contact {
        margin: 0 0 0 30px;
    }
    
    .header_contact-btn img {
        max-width: 280px;
    }
}

@media (max-width: 1300px) {

    .header {
        padding: 0 20px;
    }
    
    .header-inner {
        padding: 15px 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    
    .header_logo {
        max-width: 250px;
    }
    
    .header_nav ul li {
        margin: 0 5px;
        padding: 0 10px 0 0;
    }
    
    .header_nav ul li::before {
        height: 20px;
    }
    
    .header_nav ul li:first-child {
        margin: 0 5px 0 0;
    }
    
    .header_nav ul li:last-child {
        margin: 0 0 0 5px;
    }
    
    .header_nav ul li a {
        font-size: 18px;
    }
    
    .header_nav ul li a .en {
        font-size: 10px;
    }
    
    .header_contact {
        margin: 0 0 0 20px;
    }
    
    .header_contact-btn img {
        max-width: 250px;
    }
}

/* footer ------------------------------------------------*/

.footer {
    background-color: #40b9b3;
    padding: 50px 0;
}

.footer_inner {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.footer_company {
    border-right: 1px solid #ffffff;
    padding: 0 30px 0 0;
    margin: 0 50px 0 0;
}

.footer_company-logo {
    max-width: 380px;
	margin: 0 0 20px 0;
}

.footer_company-info_adress {
    font-size: 16px;
    color: #ffffff;
}

.footer_company-info_tel {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.footer_company-info_copyright {
    font-size: 17px;
    color: #ffffff;
}

.footer_nav ul li {
	margin: 0 0 5px 0;
}

.footer_nav ul li a {
    font-size: 18px;
    color: #ffffff;
}

.footer_buttons {
    margin: 0 0 0 auto;
}

.footer_buttons-contact {
	margin: 0 20px 0 0;
}

.footer_buttons-contact img {
    max-width: 72px;
}

.footer_buttons-tel img {
    max-width: 360px;
}

@media (max-width: 1300px) {
    
    .footer {
        padding: 30px 0;
    }
    
    .footer_company {
        padding: 0 20px 0 0;
        margin: 0 20px 0 0;
    }
    
    .footer_company-logo {
        max-width: 280px;
    	margin: 0 0 20px 0;
    }
    
    .footer_company-info_adress {
        font-size: 14px;
    }
    
    .footer_company-info_tel {
        font-size: 16px;
    }
    
    .footer_company-info_copyright {
        font-size: 12px;
    }
    
    .footer_nav ul li {
    	margin: 0 0 2px 0;
    }
    
    .footer_nav ul li a {
        font-size: 14px;
    }
    
    .footer_buttons-contact {
    	margin: 0 20px 0 0;
    }
    
    .footer_buttons-contact img {
        max-width: 60px;
    }
    
    .footer_buttons-tel img {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    
    .footer {
        padding: 25px 0;
    }
    
    .footer_inner {
        display: block;
        align-items: center;
    }
    
    .footer_company {
        border-right: none;
        padding: 0 30px 0 0;
        margin: 0 50px 0 0;
    }
    
    .footer_company-logo {
        max-width: 190px;
    	margin: 0 0 10px 0;
    }

    .footer_company-info { 
        margin: 0 0 20px 0;
    }
                
    .footer_company-info_adress {
        font-size: 10px;
    }
    
    .footer_company-info_tel {
        font-size: 12px;
    }
    
    .footer_company-info_copyright {
        font-size: 8px;
        text-align: center;
    }

    .footer_nav {
        margin: 0 0 20px 0;
    }
    
    .footer_nav ul {
        display: flex;
    }
    
    .footer_nav ul li {
    	margin: 0;
    	padding: 0 8px;
    	border-right: 1px solid #ffffff;
    	line-height: 1.2;
    }
    
    .footer_nav ul li:first-child {
    	padding: 0 8px 0 0;
    	border-left: none;
    }
    
    .footer_nav ul li:last-child {
    	padding: 0 0 0 8px;
    	border-right: none;
    }
    
    .footer_nav ul li a {
        font-size: 10px;
    	margin: 0;
    }
    
    .footer_buttons {
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .footer_buttons-contact {
    	margin: 0 10px 0 0;
    }
    
    .footer_buttons-contact img {
        max-width: 45px;
    }
    
    .footer_buttons-tel img {
        max-width: 225px;
    }
}

/*================================================================================
index
================================================================================*/

.top-hero {
	position: relative;
}

h1.top-hero_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 60%;
}

.top-hero .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}

.top-message {
    background-image: url("assets/img/index/top-message_back.png");
    background-size: cover;
    padding: 150px 0 150px 0;
}

h2.top-message_heading {
	font-size: 40px;
	color: #ffffff;
	border-left: 6px solid #ffff00;
	padding: 0 0 0 30px;
	margin: 0 0 50px 0;
}

h2.top-message_heading .en {
	font-size: 20px;
	display: block;
	margin: 20px 0 0 0;
	font-weight: 500;
}

p.top-message_text {
	font-size: 22px;
	color: #ffffff;
	line-height: 2;
	max-width: 1100px;
	text-align: justify;
	word-break: break-all;
}

.top-technology {
	padding: 150px 0 200px 0;
}

.top-technology .column .row-outer {
    margin: 0 -60px;
}

.top-technology .column .col-inner {
    padding: 0 30px;
}

h3.top-technology_heading {
	font-size: 40px;
    line-height: 1.3;
	color: #4d4d4d;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	position: relative;
}

h3.top-technology_heading::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(90deg, #40b9b3 0%, #004da1 100%);
}

p.top-technology_text {
	font-size: 20px;
	color: #4d4d4d;
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}

.top-technology_thumb {
    margin-left: calc(100% - 50vw);
}

.top-description {
    background-image: url("assets/img/index/top-description_back.png");
    background-size: cover;
    padding: 150px 0 400px 0;
}

.top-description .column .row-outer {
    margin: 0 -25px;
}

.top-description .column .col-inner {
    padding: 0 25px;
}

.top-description_figure-thumb {
    position: relative;
}

.top-description_figure-thumb_label {
    position: absolute;
    width: 60px;
    height: 120px;
    top: -30px;
    left: 30px;
}

.top-description_figure-textbox {
    background-color: #ffffff;
	padding: 20px 40px 40px 40px;
}

h3.top-description_figure-heading {
	font-size: 26px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	position: relative;
	text-align: center;
}

h3.top-description_figure-heading::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(90deg, #40b9b3 0%, #004da1 100%);
}

p.top-description_figure-text {
	font-size: 20px;
	text-align: justify;
	word-break: break-all;
}

.top-description_figure.second {
    margin: 40px 0 0 0;
}

.top-description_figure.third {
    margin: 80px 0 0 0;
}

.top-recruitaboutus {
    padding: 400px 0 200px 0;
}

.top-recruit_inner {
    position: relative;
}

.top-recruit_banner {
    position: absolute;
    top: -600px;
    left: 0;
}

.top-aboutus .column .row-outer {
    margin: 0 -50px;
}

.top-aboutus .column .col-inner {
    padding: 0 50px;
}

h3.top-aboutus_heading {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	position: relative;
}

h3.top-aboutus_heading .en {
	background: linear-gradient(90deg, #40b9b3 0%, #004da1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing: 10px;
}

h3.top-aboutus_heading .en img {
    max-width: auto;
    width: auto;
    height: 40px;
}

h3.top-aboutus_heading::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(90deg, #40b9b3 0%, #004da1 100%);
}

h3.top-aboutus_heading .ja {
	font-size: 25px;
	margin: 0 0 0 50px;
}

.top-aboutus_table tr th {
    width: 150px;
    font-size: 20px;
    text-align-last: justify;
    text-justify: inter-ideograph;
    border-right: 30px solid rgba(255, 255,255, 0);
}

.top-aboutus_table tr td {
    font-size: 20px;
}

.top-access {
    background-image: url("assets/img/index/top-access_back.png");
    background-size: cover;
    padding: 150px 0 250px 0;
}

.top-access_map {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}

.top-access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    
    h1.top-hero_heading {
        width: 90%;
    }
    
    .top-message {
        background-image: url("assets/img/index/top-message_back-sp.png");
        padding: 40px 0;
    }
    
    h2.top-message_heading {
    	font-size: 25px;
    	border-left: 3px solid #ffff00;
    	padding: 0 0 0 15px;
    	margin: 0 0 25px 0;
    }
    
    h2.top-message_heading .en {
    	font-size: 13px;
    	margin: 10px 0 0 0;
    }
    
    p.top-message_text {
    	font-size: 13px;
    }
    
    .top-technology {
    	padding: 50px 0;
    }
    
    .top-technology .column .row-outer {
        margin: 0;
    }
    
    .top-technology .column .col-inner {
        padding: 0;
    }
    
    h3.top-technology_heading {
    	font-size: 25px;
    	color: #4d4d4d;
    	padding: 0 0 20px 0;
    	margin: 30px 0 15px 0;
    }
    
    h3.top-technology_heading::before {
    	height: 2.5px;
    }
    
    p.top-technology_text {
    	font-size: 13px;
    }
    
    .top-technology_thumb {
        margin-left: 0;
    }
    
    .top-description {
        padding: 50px 0 30% 0;
    }
    
    .top-description .column .row-outer {
        margin: 0;
    }
    
    .top-description .column .col-inner {
        padding: 0;
    }
    
    .top-description_figure-thumb_label {
        position: absolute;
        width: 36px;
        height: 73px;
        top: -15px;
        left: 20px;
    }
    
    .top-description_figure-textbox {
    	padding: 20px;
    }
    
    h3.top-description_figure-heading {
    	font-size: 15px;
    	padding: 0 0 15px 0;
    	margin: 0 0 15px 0;
    }
    
    h3.top-description_figure-heading::before {
    	height: 1.5px;
    }
    
    p.top-description_figure-text {
    	font-size: 13px;
    }

    .top-description_figure.one {
        margin: 0 0 60px 0;
    }
        
    .top-description_figure.second {
        margin: 0 0 60px 0;
    }
    
    .top-description_figure.third {
        margin: 0;
    }
    
    .top-recruitaboutus {
        padding: 0 0 60px 0;
    }
    
    .top-recruit_inner {
        padding: 30% 0 0 0;
    }
    
    .top-recruit_banner {
        position: absolute;
        top: -80%;
        left: 0;
        z-index: 1;
    }
    
    .top-aboutus .column .row-outer {
        margin: 0;
    }
    
    .top-aboutus .column .col-inner {
        padding: 0;
    }
    
    .top-aboutus_thumb {
        margin: 0 0 30px 0;
    }
    
    h3.top-aboutus_heading {
    	padding: 0 0 10px 0;
    	margin: 50px 0 20px 0;
    	text-align: center;
    }
    
    h3.top-aboutus_heading .en img {
    	height: 20px;
    	margin: 0 0 10px 0;
    }
    
    h3.top-aboutus_heading::before {
    	display: none;
    }
    
    h3.top-aboutus_heading .ja {
    	font-size: 13px;
    	margin: 0 0 0 20px;
    	display: block;
    }
    
    .top-aboutus_table tr th {
        width: 80px;
        font-size: 13px;
        border-right: 15px solid rgba(255, 255,255, 0);
    }
    
    .top-aboutus_table tr td {
        font-size: 13px;
    }
    
    .top-access {
        background-image: url("assets/img/index/top-access_back.png");
        padding: 50px 0 70px 0;
    }
    
    .top-access_map {
        border-radius: 7.5px;
    }
}

/*================================================================================
recruit
================================================================================*/

.recruit-outline_item {
    margin: 0 0 150px 0;
}

.recruit-outline_heading-num {
    width: 50px;
    height: 50px;
}

h2.recruit-outline_heading {
    background: linear-gradient(90deg, #40b9b3 0%, #004da1 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 42px;
	color: #ffffff;
    font-weight: 700;
    padding: 15px;
}

.recruit-outline_innerbox {
    background-color: #e5f5f4;
    padding: 50px;
}

.recruit-outline_innerbox.bg-blue {
    background-color: #e0eeff;
}

.recruit-outline_innerbox .column .row-outer {
    margin: 0 -25px;
}

.recruit-outline_innerbox .column .col-inner {
    padding: 0 25px;
}

p.recruit-outline_lead {
	font-size: 20px;
	margin: 0 0 40px 0;
}

.recruit-outline_thumb {
	margin: 0 0 15px 0;
}

.recruit-outline_table {
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid #b4b4b5;
}

.recruit-outline_table tr {
    border-bottom: 1px solid #b4b4b5;
}

.recruit-outline_table tr th {
    width: 120px;
    background-color: #f2f2f2;
    padding: 15px;
	font-size: 16px;
	font-weight: 700;
}

.recruit-outline_table tr td {
    background-color: #ffffff;
    padding: 15px;
	font-size: 16px;
}

@media (max-width: 991px) {

    .recruit-outline_item {
        margin: 0 0 60px 0;
    }
    
    .recruit-outline_heading-num {
        width: 20px;
        height: 20px;
    }
    
    h2.recruit-outline_heading {
    	font-size: 25px;
        padding: 5px 10px;
    }
    
    .recruit-outline_innerbox {
        padding: 20px;
    }

    .recruit-outline_innerbox .column .row-outer {
        margin: 0;
    }
    
    .recruit-outline_innerbox .column .col-inner {
        padding: 0;
    }
    
    p.recruit-outline_lead {
    	font-size: 13px;
    	margin: 0 0 15px 0;
    }
    
    .recruit-outline_table {
        margin: 0 0 20px 0;
    }
    
    .recruit-outline_table tr th {
        width: 70px;
        padding: 10px;
    	font-size: 12px;
    }
    
    .recruit-outline_table tr td {
        padding: 10px;
    	font-size: 12px;
    }
}

/*================================================================================
privacypolicy
================================================================================*/

h2.privacypolicy-manifest_heading {
	font-size: 32px;
	line-height: 1.2;
	border-left: 8px #40b9b3 solid;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

p.privacypolicy-manifest_text {
	font-size: 20px;
	margin: 0 0 50px 0;
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}

.privacypolicy-manifest {
	margin: 0 0 200px 0;
}

.privacypolicy-manifest_info {
    max-width: 680px;
    border: 1px solid #333333;
    padding: 25px;
}

h3.privacypolicy-manifest_info-heading {
	font-size: 22px;
}

p.privacypolicy-manifest_info-text {
	font-size: 20px;
}

@media (max-width: 991px) {

    h2.privacypolicy-manifest_heading {
    	font-size: 17px;
    	border-left: 6px #40b9b3 solid;
    	padding: 0 0 0 10px;
    	margin: 0 0 10px 0;
    }
    
    p.privacypolicy-manifest_text {
    	font-size: 13px;
    	margin: 0 0 25px 0;
    }
    
    .privacypolicy-manifest {
    	margin: 0 0 60px 0;
    }
    
    .privacypolicy-manifest_info {
        padding: 15px;
    }
    
    h3.privacypolicy-manifest_info-heading {
    	font-size: 13px;
    }
    
    p.privacypolicy-manifest_info-text {
    	font-size: 13px;
    }
}

/*================================================================================
contact
================================================================================*/

.contact_lead {
    font-size: 22px;
    margin: 0 0 50px 0;
}

.contact-form {
    margin: 0 0 250px 0;
}

.contact-form_table {
    border-collapse: separate;
    border-spacing: 40px 30px;
    width: 100%;
    margin: 0 -30px 40px -30px;
}

.contact-form_table tr th {
    width: 450px;
    background-color: #40b9b3;
    font-size: 22px;
    color: #ffffff;
    padding: 15px 30px;
    font-weight: 500;
}

.contact-form_table tr th .note {
    display: inline-block;
    font-size: 14px;
    background-color: #ffff00;
    padding: 2px 15px;
    color: #ff0000;
    float: right;
    margin: 7px 0 0 0;
}

.contact-form_table tr td {
    vertical-align: middle;
}

.contact-form_table tr td {
    font-size: 22px !important;
}

.contact-form_input[type="text"], .contact-form_input[type="email"] {
    border: solid 1px #333333;
    font-size: 18px;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.contact-form_input-textarea {
    width: 100%;
    height: 400px;
    border: solid 1px #333333;
    font-size: 28px;
    padding: 25px;
    border-radius: 15px;
}

.contact-form_input[type="text"]::placeholder, .contact-form_input[type="email"]::placeholder {
    color: #d7d9d9;
}

.contact-form_input-textarea::placeholder {
    color: #d7d9d9;
}

.contact-form_approve-input {
    margin: 0 auto 30px auto;
    width: 200px;
}

p.contact-form_approve-text {
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height: 2;
}

p.contact-form_approve-text a {
    text-decoration: underline;
}

.contact-form_approve label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 35px;
    font-size: 25px;
}

.contact-form_approve label::before,
.contact-form_approve label::after {
    content: "";
    display: block; 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.contact-form_approve label::before {
    background-color: #ffffff;
    border: 1px solid #666666;
    width: 30px;
    height: 30px;
    left: 0;
}

.contact-form_approve label::after {
    background-image: url("assets/img/contact/contact-form_approve-back.png");
    background-size: 30px 30px;
    opacity: 0;
    width: 30px;
    height: 30px;
    left: 0;
}

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

.contact-form_approve-input input[type=checkbox] {
    display: none;
}

.contact-form_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
}

.contact-form_buttons-submit {
    width: 400px;
    height: 127px;
    background-image: url(assets/img/contact/contact-form_buttons-submit.png);
    background-repeat: no-repeat;
    background-size: 400px 127px;
    font-size: 0;
}

.contact-form_buttons-confirm {
    width: 400px;
    height: 127px;
    background-image: url(assets/img/contact/contact-form_buttons-confirm.png);
    background-repeat: no-repeat;
    background-size: 400px 127px;
    font-size: 0;
}

.contact-form_buttons-confirm:disabled {
    opacity: 0.4;
}

.contact-form_buttons-reset {
    width: 400px;
    height: 127px;
    background-image: url(assets/img/contact/contact-form_buttons-reset.png);
    background-repeat: no-repeat;
    background-size: 400px 127px;
    font-size: 0;
}

.contact-form_buttons-back {
    width: 400px;
    height: 127px;
    background-image: url(assets/img/contact/contact-form_buttons-back.png);
    background-repeat: no-repeat;
    background-size: 400px 127px;
    font-size: 0;
}

.contact-form_error {
    color: #dc3232;
    font-size: 13px;
    margin: 5px 0 0 0;
}

@media (max-width: 991px) {
    
    .contact_lead {
        margin: 0 0 20px 0;
        font-size: 13px;
    }
    
    .contact-form {
        margin: 0 0 100px 0;
    }
    
    .contact-form_table {
        border-spacing: 0;
        margin: 0 0 20px 0;
    }
    
    .contact-form_table tr th {
        width: 100%;
        font-size: 15px;
        padding: 5px 15px;
        display: block;
        border-bottom: 10px solid #ffffff;
    }
    
    .contact-form_table tr th .note {
        font-size: 12px;
        padding: 2px 4px;
        float: right;
        margin: 0;
    }
    
    .contact-form_table tr td {
        font-size: 14px !important;
        width: 100%;
        display: block;
        border-bottom: 20px solid #ffffff;
    }
    
    .contact-form_input[type="text"], .contact-form_input[type="email"] {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 7px;
    }
    
    .contact-form_input-textarea {
        height: 180px;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 7px;
    }

    .contact-form_approve-input {
        margin: 0 auto 20px auto;
        width: 100px;
    }
    
    p.contact-form_approve-text {
        font-size: 13px;
    }
    
    .contact-form_approve label {
        padding: 0 0 0 20px;
        font-size: 15px;
    }
    
    .contact-form_approve label::before {
        width: 20px;
        height: 20px;
    }
    
    .contact-form_approve label::after {
        width: 20px;
        height: 20px;
        background-image: url("assets/img/contact/contact-form_approve-back.png");
        background-size: 20px 20px;
    }
    
    .contact-form_buttons {
        margin: 10px 0 0 0;
    }
    
    .contact-form_buttons-submit {
        width: 140px;
        height: 44px;
        background-size: 140px 44px;
    }
    
    .contact-form_buttons-confirm {
        width: 140px;
        height: 44px;
        background-size: 140px 44px;
    }

    .contact-form_buttons-reset {
        width: 140px;
        height: 44px;
        background-size: 140px 44px;
    }
    
    .contact-form_buttons-back {
        width: 140px;
        height: 44px;
        background-size: 140px 44px;
    }
    
    .contact-form_error {
        font-size: 11px;
    }
}

/*================================================================================
result
================================================================================*/

.contact-result {
    margin: 0 0 200px 0;
}

h2.contact-result_heading {
    font-size: 35px;
    margin: 0 0 40px 0;
    text-align: center;
}

p.contact-result_text {
    font-size: 22px;
    text-align: center;
}

@media (max-width: 991px) {

    .contact-result {
        margin: 0 0 100px 0;
    }
    
    h2.contact-result_heading {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    
    p.contact-result_text {
        font-size: 15px;
        text-align: center;
    }
}

/*================================================================================
25.6.18 追記
================================================================================*/

.breakable-text {
  word-break: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}

.zoom-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 100 / 52; /* 横幅100に対して高さ55（＝55%） */
  overflow: hidden;
  z-index: -1;
}

.zoom-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
}

.zoom-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 8s ease;
}

/* 表示中スライド */
.zoom-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

/* ズーム用クラス（別管理） */
.zoom-slider .slide.zoom img {
  transform: scale(1);
}

@media (max-width: 768px) {

.zoom-slider {
  width: 100%;
  aspect-ratio: 100 / 140;
  max-height: 100vh;           /* 縦の最大は画面全体 */

}
}

