@charset "UTF-8";
body {
	line-height: 1.75;
    background: #fff;
}

/* header start */
header {
    max-width: 512px;
    margin: 0 auto;
    padding-top: 80px;
}
.header-logo {
    max-width: 200px;
    margin: 0 auto;
}

@media(max-width:767px) {
    header {
        max-width: 300px;
        margin: 0 auto;
        padding-top: 80px;
    }

    .fullscreen-video {
    width: 100vw;
      height: 100vh;
      object-fit: contain;  /* 🔑 ポイント：見切れず全体表示 */
      display: block;
      background-color: black;
    }
}

/* header end */



/* hr start */
.head-border {
    border-bottom: double 4px #000;
}

.foot-border {
    border-bottom: solid 1px #000;
    margin: 64px auto;
}
/* hr end */


.wrap-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-icon li {
    margin-bottom: 2%;
}
.wrap-icon ul .icon-30 {
    width: 30%;
}
.wrap-icon ul .icon-68 {
    width: 68%;
}


/* contents start */
h1 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 16px;;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
}
h2 {
    font-family: "Sawarabi Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 1.6em;
    text-align: center;
}
h3 {
    max-width: 92px;
    height: 52px;
    margin: 0 auto;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #22508b, #00a9dd) 1;
}
h4 {
    font-family: "Sawarabi Mincho", serif;
    font-size:19px;
    letter-spacing:5px;
    line-height:30px;
    margin: 0 auto;
}
h5 {
    max-width:none;
    height: 52px;
    margin: 0 auto;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #22508b, #00a9dd) 1;
}
h6 {
    font-family: "UoqMunThenKhung", serif;
    font-weight: 400;
    font-size:50px;
    margin: 0 auto -50px auto;
}
.wrap-contents-96pc {
    max-width: 70%;
	margin: 0 auto;
}
.wrap-contents-800px {
    max-width: 800px;
	margin: 0 auto;
}
.wrap-contents-1000px {
    max-width: 1000px;
	margin: 0 auto;
}
.wrap-contents-800px .text p {
    font-family: "Noto Sans JP", serif;
    font-size:13px;
    text-align:right;
    margin-top:5px;
}
.about img {
    max-width:100%;
    margin:0 auto;
}
.privacy h4 {
    font-family: "Noto Sans JP", serif;
    letter-spacing:3px;
    margin:64px 0 32px 0;
}
.privacy h5 {
    font-family: "Noto Sans JP", serif;
    font-size:18px;
    letter-spacing:1px;
    height: auto;
    margin-top:22px;
    margin-bottom:5px;
    border-bottom: none;
    line-height:22px;
}
.p-left-1{
    padding-left: 1em;
}
.contents-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents-flex li {
    width: 394px;
    margin-bottom: 16px;
}

.margin {
    margin-bottom:8rem;
}

.margin2 {
    margin-bottom:12rem;
}

@media(max-width:767px) {
.wrap-contents-96pc {
    max-width: 90%;
	margin: 0 auto;
}
 h1 {
    font-size: 14px;
    font-weight: 600;
}
h2 {
    font-size: 18px;
}
h4 {
    font-size:16px;
    letter-spacing:3px;
    line-height:30px;
    margin: 0 auto;
}
h6 {
    font-size:35px;
}
.wrap-contents-90pc,.wrap-contents-800px {
    max-width: 90%;
}
.contents-flex li {
    width: 48.5%;
    margin-bottom: 8px;
}

.wrap-contents-800px .text p {
    font-size:11px;
}
.privacy h4 {
    font-family: "Noto Sans JP", serif;
    letter-spacing:0;
    line-height:26px;
    font-size: 19px;
    margin:64px 0 32px 0;
}
}
/* contents end */


/* 実績概要 start */
.overview ul {
    width: auto;
    margin: 60px auto 120px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2.0em;
}
.overview ul p {
    font-size: 13px;
}
.overview li:first-child {
    width: 360px;
}
.overview li:last-child {
    width: 422px;
    text-align: justify;
}
.overview th {
    padding-right: 16px;
    vertical-align: top;
}
@media(max-width:767px) {
    .overview ul {
        margin: 56px auto;
        font-size: 13px;
    }
    .overview li:first-child {
        width: 100%;
    }
    .overview li:last-child {
        width: 100%;
    }
}
/* 実績概要 end */


/* 関連する実績 start */
.other-works-title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-align: center;
}
.other-works ul {
    width: auto;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.other-works li {
    width: 31%;
}
.other-works li:first-child,.other-works li:last-child {
    width: 31%;
}
@media(max-width:767px) {
    .other-works-title{
        font-size: 19px;
    }
}
/* 関連する実績 end */


/* ボタン設定 start */
.navi-btn {
    font-family: "Lato", sans-serif;
    display: inline-block;
    width: 160px;
    text-align: center;
    font-size: 18px;
    font-weight:400;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 20px;
    outline: none;
    color: #000;
    background-color: #fff;
    position: relative;
    transition: color 0.5s ease;
}
.cv_btn {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: block;
    max-width: 660px;
    margin: 40px auto 0;
    background-color: #22508b;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    color: #fff;
    position: relative;
    transition: color 0.5s ease;
}
.navi-btn:hover,.cv_btn:hover {
    color: #fff;
    text-decoration: none;
}
.navi-btn:hover::before,.cv_btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.navi-btn::before,.cv_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #22508b, #00a9dd);
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
}
.navi-text {
    position: relative;
}
@media(max-width:767px) {
    .navi-btn {
    margin-top:64px;
    width: 80px;
    font-size: 14px;
}
    .cv_btn {
    max-width: 70%;
    margin: 32px auto 60px;
    font-size: 12px;
    line-height: 45px;
}
}
/* ボタン設定 end */


/* モーダルウィンドウ設定 start */
.modal-content {
	border: 10px solid #fff;
	position: fixed ;
	display: none ;
	z-index: 11 ;
}
#modal-overlay {
	z-index: 10 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;/*←スマホのメニュー伸縮対策*/
	background-color: rgba( 0,0,0, 0.75 ) ;
}
#modal-close {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.button-link:hover {
	cursor: pointer ;
}

.map {
    max-width: 100%;
    overflow: hidden;
}

.bg {
    margin-top:8rem;
    background-color: #f7f7f7;
    width: 100%;
}

.bg-in {
    padding:4rem 4.5rem;
}

.bg h4 {
   font-family: "Noto Sans JP", serif;
   font-size:1.6rem;
   padding:0 auto;
   padding-bottom:1rem;
   border-bottom:solid 1px #000;
}

.bg h5 {
   font-family: "Noto Sans JP", serif;
   font-size:1rem;
   font-weight:500;
   padding:1rem auto;
   border-image:none;
   margin-top:2.2rem;
}

.company-info table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.company-info th,
.company-info td {
    border: 1px solid #ccc;
    padding: 15px 16px;
    text-align: left;
    border-left: none;
    border-right: none;
}

.company-info th {
    width: 30%;
}

@media(max-width:767px) {
    #modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
}
/* モーダルウィンドウ設定 end */


/* footer start */
.cv-bg {
    background-color: #e5e5e5;
    padding: 64px 0;
}
.cv-text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height:29px;
    letter-spacing: 5px;
    text-align: center;
}
footer {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    width: auto;
    background-color: #fff;
    padding: 70px 0 110px 0;
}
footer a {
    color: #000;
    text-decoration: none;
}
footer a:hover {
    color: #979797;
    text-decoration: none;
}
.wrap-footer {
    font-weight:300;
    max-width:500px;
    margin: 0 auto;
    font-size: 14px;
}
footer ul {
    max-width: 550px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer li {
    width:95px;
}
@media(max-width:767px) {
    .cv-bg {
        padding: 56px 0;
    }
    .cv-text {
    font-size: 14px;
    font-weight: 600;
    line-height:26px;
    }
    footer {
        padding: 30px 0 70px 0;
    }
    .wrap-footer {
        max-width:300px;
        font-size: 16px;
    }
    footer ul {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer li {
        width: 48%;
    }
}
/* footer end */


/* TOPへ移動 start */
.top-btn {
    position: fixed;
    right: 4%;
    bottom: 4%;
    z-index: 1;
    transition: .3s;
    opacity: 0.3;
}
.top-btn:hover {
    transition: .3s;
    opacity: 1.0;
}
/* TOPへ移動 end */


/* カーソルホバーで拡大＆黒半透明背景 start */
.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.image-container img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}
.image-container:hover img {
    transform: scale(1.2);
}
.overlay {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 黒半透明 */
    color: white;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: top;
    justify-content: left;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 24px;
}
/* ホバー時にオーバーレイを表示 */
.image-container:hover .overlay {
    opacity: 1;
}
.icon-title {
    display: block;
    font-size: 19px;
}
.icon-copy {
    display: block;
    font-size: 19px;
}
@media(max-width:767px) {
    .image-container:hover img {
        transform: scale(1.0);
    }
    .image-container:hover .overlay {
        opacity: 0;
    }
}
/* カーソルホバーで拡大＆黒半透明背景 end */
  


.fade-in-image {
    opacity: 0;
    transform: translateY(24px); /* 下から */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


/* CLIENT start */
.client_bg {
    background-color: #ebf1f4;
}
.client-wrap {
    max-width:1050px;
    margin: 0 auto;
    padding: 120px 0 120px;
}
.client-wrap img {
    max-width:1050px;
    margin: 0 auto;
}
.client-wrap .logo {
    padding: 20px auto;
}

@media(max-width:767px) {
.client-wrap {
    max-width:100%;
    margin: 0 auto;
    padding: 100px auto;
}
.client-wrap img {
    max-width:100%;
    margin: 0 auto;
}
}
/* CLIENT end */


/* CONCEPT start */
.concept-wrap {
    padding-top: 200px;
}
.concept-catchcopy {
    font-family: "Sawarabi Mincho", serif;
    text-align:center;
    font-size:27px;
    font-weight:600;
    letter-spacing:6px;
    line-height:54px;
    margin: 80px auto;
}
.concept-catchcopy2 {
    font-family: "Sawarabi Mincho", serif;
    text-align:center;
    font-size:18px;
    font-weight:600;
    letter-spacing:6px;
    line-height:54px;
    margin: 20px auto;
}
.concept-catchcopy3 {
    font-family: "Sawarabi Mincho", serif;
    text-align:center;
    font-size:24px;
    font-weight:600;
    letter-spacing:6px;
    line-height:42px;
    margin: 65px auto 40px auto;
}
.concept-catchcopy4 {
    font-family: "Noto Sans JP", serif;
    text-align:left;
    font-size:20px;
    font-weight:600;
    letter-spacing:2px;
    margin: 20px auto 20px auto;
}
.concept-catchcopy-pp {
    font-family: "Sawarabi Mincho", serif;
    text-align:center;
    font-size:27px;
    font-weight:600;
    line-height:0;
    letter-spacing:6px;
    margin: 120px auto 60px auto;
}

.concept-wrap p {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight:500;
    letter-spacing: 0.1em;
    line-height: 2.5em;
}
.strongpoint-wrap {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 140px;
}
.strongpoint-wrap .into {
    padding:0 26px;
}
.strongpoint-wrap p, p {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    line-height:22px;
}
.strongpoint-wrap img {
    margin:0 auto;
}



@media(max-width:767px) {

.concept-wrap p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    margin:auto 13px;
}
.concept-catchcopy {
    font-size:17px;
    line-height:38px;
}
.concept-catchcopy4 {
    max-width:100%;
    text-align:left;
    font-size:19px;
    font-weight:600;
    letter-spacing:1px;
    margin: 50px auto;
}
.concept-catchcopy-pp {
    font-size:22px;
    line-height:0;
}
.strongpoint-wrap .into p {
    padding:0 26px;
    margin-bottom:80px;
}
.strongpoint-wrap {
    max-width:auto;
    padding-top: 100px;
    padding-bottom:60px;
}
.bg h5 {
   margin-bottom:5.5rem;
}
}


/* メンソンリー start */
.wrap {
	/* width: calc(90% - 32px); */
    max-width: 1200px;
	margin: 0 auto;
}
main {
    padding: 60px 0;
}
.demo:last-of-type {
    margin-bottom: 0;
}
.product .item {
    width: 32%;
    margin-bottom: 26px;
}
.product .item img {
    width: 100%;
    box-sizing: border-box;
} 
/* タブレットサイズから1列で表示する場合 */
@media(max-width:1199px) {
    .wrap {
        max-width: 768px;
        margin: 0 auto;
    }

    .product .item {
        width: 48.43%;
    }
}
/* スマホサイズから1列で表示する場合 */
@media(max-width:767px) {
    .wrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .product .item {
        width: 100%;
    }
}
/* メンソンリー end */


/*PCで無効*/
.pc_hid{
    display: none;
}

.sp_hid{
    display: block;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
    .sp_hid{
    display: none;
}
}

/*スライダー設定*/
.wrap{
  width: 800px;
  margin: 0 auto
}

small{
    font-size:80%;
}
