@charset "utf-8";

html,body{
overflow-x: hidden;  
}
/*main*/
.main{
    margin: 80px 0;
}

/*問合せヘッダー*/
.main_photo2 img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}

#news{

    margin-bottom:120px;
}

.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.section_title{
    margin-bottom: 30px;
}

.section_title2{
    margin: 0 auto;
    text-align: center;
}

.en_title{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-family: "futura-pt", sans-serif;
}

.jp_title{
    display: block;
    margin-bottom: 20px;
}

.list{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size:14px;
}
@media only screen and (max-width:600px){
	.list{
        font-size:13px;
	}
}

#news .list li{
    width: 100%;
    max-width: 95%;
    padding: 6px 20px;
    display: flex;
    line-height: 1.2em;
}
@media only screen and (max-width:600px){
	#news .list li{
        display: block;
        padding:6px 0 6px 10px;
	}
}


#news .list li:last-child{
    border-right: none;
    padding-right: 0;
}

#news .list li .date_area{
    margin-bottom: 8px;
    margin-right:20px;
}
@media only screen and (max-width:700px){
	#news .list li .date_area{
        margin-right:0px;
	}
}

#news .list li .date_area span{
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 10px;
    text-align: center;
}

#about{
    margin-bottom:120px;
    padding:0 16px;
    display: flex;
}
@media only screen and (max-width:900px){
	#about{
        display: block;
	}
}

#about .img{
    width: 60%;
}
@media only screen and (max-width:900px){
	#about .img{
        width: 100%;
        max-width: 100%;
	}
}

#about .img img{
    width: 100%;
    height:370px;
    object-fit: cover;
}
@media only screen and (max-width:900px){
	#about .img img{
        width: 100%;
        max-width: 100%;
        height:200px;
	}
}

#about .text{
    width: 40%;
    padding:20px 40px;
}
@media only screen and (max-width:900px){
	#about .text{
        width: 100%;
        max-width: 100%;
        padding: 20px 0px;
	}
}

#about .about_text{
    font-size:13px;
}

#about .key_title{
    text-align: center;
    font-weight:600; 
    font-size:28px; 
    color:var(--color-icon-key); 
    margin-bottom:10px;
}

#business{

}

#business .business_contents{
    padding-top: 40px;
    width: 100%;
    max-width: 806px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*事業内容カード*/
a.btn7 {
    background: var(--color-icon-key);
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px 6px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s 0s ease-out;
    font-weight: 600;
    letter-spacing: 0.04rem;
}
.no-touch a.btn7:hover {
    background: #00a2ad;
    box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
}
.no-touch a.btn7:active, a.btn7:active {
    background: #008a93;
    box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
    transform: translate3d(0,1px,0);
    transition: all 0.025s 0s ease-out;
}
ul.cards7 {
    border: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
li.card7 {
    display: inline-block;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 48%;
    z-index: 1;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    padding: 0;
    cursor: pointer;
    margin-bottom: 25px;
}
li.card7 img {
    width: 100%;
}
li.card7 .card__image-holder {
    background: rgba(0,0,0,0.1);
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
}
li.card7 .card__image-holder img {
    transition: all 0.1s 0s ease-in;
}
li.card7:hover > .card__image-holder img {
    transform: scale(1.05);
}
li.card7 div.card-title {
    background: #ffffff;
    padding: 8px 18px 14px;
    position: relative;
    z-index: 0;
}
li.card7 div.card-title a.toggle-info {

    height: 28px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 70px;
    margin: 0 !important;
}
li.card7 div.card-title a.toggle-info span {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 16px;
    transition: all 0.15s 0s ease-out;
    width: 12px;
}
li.card7 div.card-title a.toggle-info span.left {
    right: 14px;
    transform: rotate(45deg);
}
li.card7 div.card-title a.toggle-info span.right {
    left: 14px;
    transform: rotate(-45deg);
}
li.card7 div.card-title p {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin: 6px 0 3px;
    padding: 0;
    line-height: 1.56;
    color: #555;
}
li.card7 div.card-title p.card_timecategory {
    display: flex;
    flex-flow: row;
    font-weight: 600;
    font-size: 0.85rem;
    justify-content: flex-start;
    letter-spacing: 0.02rem;
    color: #b5b5b5;
    position: relative;
}
li.card7 div.card-title p small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}
li.card7 div.card-description {
    padding: 0px 20px 20px;
    position: relative;
    font-size: 0.8rem;
    color: #313131;
}
li.card7 div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
    padding: 10px 15px 15px;
    text-align: center;
}
li.card7 div.card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
}
li.card7 div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
}
li.card7 div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
}
ul.cards7.showing li.card7 {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
}
.no-touch ul.cards7.showing li.card7:hover {
    opacity: 0.94;
    transform: scale(0.92);
}
li.card7.show {
    opacity: 1 !important;
    transform: scale(1) !important;
}
li.card7.show div.card-title a.toggle-info {
    background: #ff6666 !important;
}
li.card7.show div.card-title a.toggle-info span {
    top: 15px;
}
li.card7.show div.card-title a.toggle-info span.left {
    right: 10px;
}
li.card7.show div.card-title a.toggle-info span.right {
    left: 10px;
}
li.card7.show div.card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
}
li.card7.show div.flap1 {
    transition: all 0.3s 0s ease-out;
}
li.card7.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
}
.card-actions a {
    padding-right: 45px;
    padding-left: 45px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}
.card-actions a.btn7:hover {
    box-shadow: 0 13px 20px -3px rgb(0 0 0 / 24%);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-3px);
}
.card-actions a.btn7:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
ul.cards7 {
    flex-direction: column;
}
li.card7 {
    width: 100%;
}
}

/**/





#business .text{
    font-size:14px;
    margin-bottom:20px;
}

#business .title{
    font-weight: 550;
    position: relative;
    color: var(--color-logo);
}

#business .catch_title{
    color:var(--color-logo)
}

#company{
    width: 100%;
    max-width: 800px;
    margin:0 auto;
    padding:80px 0px;
}


#company .text{
    width: 100%;
    max-width: 800px;
    padding:0 20px;
}
@media screen and (max-width: 500px) {
    #company .text {
        max-width: 370px;
        padding:0 10px;
    }
}

#company .info{
    display: flex;
    align-items: flex-start; /* align items to the top */
    flex-wrap: wrap;
    font-size:14px;
}

#company .info dt{
    width: 100px;
}

#company .info dd{
    width: 80%;
}
@media only screen and (max-width:600px){
	#company .info dd{
        width: 100%;
        margin-bottom:10px;
	}
}

#company .info add{
    margin-left: 20%;
}



footer{
    background-color: #fff;
    padding-bottom: 20px;
}
@media only screen and (max-width:750px){
	footer{
        margin-bottom:40px;
	}
}

footer .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

footer .copyright{
    font-size: 12px;
    text-align: center;
}

/* 同意リンクの見た目を控えめに */
.agree a {
  color: inherit;                  /* 本文色に合わせる */
  text-decoration: underline;      /* リンクと分かるよう下線 */
  text-underline-offset: 2px;
}
.agree a:hover { opacity: .85; }
.agree { display: flex; align-items: center; gap: .5em; }

.grid-2 label{
    margin: 15px 0;
}