@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: normal;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: transparent!important;
}


a:hover {
    opacity: 0.8;
}
a {
    transition: opacity 0.3s ease-out;
}
.sp {
    display: none!important;
}
.pc {
    display: block!important;
}

.spr{
	display: none!important;
}

.pcr{
	display: block!important;
}

@media (max-width: 1100px){
	.pcr{
		display: none!important;
	}
	
	.spr{
		display: block!important;
	}
}

@media (max-width: 750px) {
    .sp {
        display: block!important;
    }
    .pc {
        display: none!important;
    }
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.pb-120 {padding-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
	.pb-120 {padding-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}


#site-notice{
	margin: 2em 5.333%;
    font-size: 85%;
}

/* -----------------------------------------
contents
-----------------------------------------*/

#container {
    margin: auto;
    width: 100%;
}

#contents {
    margin: auto;
    font-family: 'Noto Sans JP',"Sawarabi Gothic", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    width: 100%;
    display: block;
    font-feature-settings: "palt";
	vertical-align: bottom;
}

@media (max-width: 750px) {
    #contents {
        font-size: 2vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#contents img {
    width: 100%;
}

#contents p{
	line-height: 1.9;
}



/*---Reset---*/

html {color: #000;
background: #FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,button,
textarea,p,blockquote,th,td{
margin: 0;
padding: 0;}
table{
border-collapse: collapse;
border-spacing: 0;}
fieldset,img{
border: 0;}
address,caption,cite,code,dfn,
em,strong,th,var,optgroup{
font-style: inherit;
font-weight: inherit;}
del,ins{text-decoration: none;}
li{list-style: none;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-size: 100%;
font-weight: normal;}
q:before,q:after{content: '';}
abbr,acronym{border:0; font-variant: normal;}
sup{vertical-align: baseline;}
sub{vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
input,button,textarea,select,optgroup,option{
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select{*font-size: 100%;}

table {
font-size:inherit;
font:100%;
}
pre, code, kbd, samp, tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

html {
height: 100%;
}

body {
height: 100%;
line-height: 1.5;
}

/*---Anchor---*/

a{outline: none; text-decoration:none; line-height: inherit;}
a:link{color:inherit;}
a:hover{color:inherit;text-decoration:none;}
a:active{color:inherit;text-decoration:none;}
a:visited{color:inherit;}

/*img hover*/
a:hover img.rollover {
filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;}


/*fadein*/
.animate{
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}

.animate2{
  opacity: 0;
  transition: all 1.0s;
}
.animate:not(:nth-child(3n+1)),.animate2:not(:nth-child(3n+1)) {

}
.animate:not(:nth-child(-n+3)),.animate2:not(:nth-child(-n+3)) {
 }
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate2.show {
  opacity: 1;
}
.animate.show:nth-of-type(1),.animate2.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2),.animate2.show:nth-of-type(2) {
  transition-delay: 0.3s;
}
.animate.show:nth-of-type(3),.animate2.show:nth-of-type(3) {
  transition-delay: 0.6s;
}
.animate.show:nth-of-type(4),.animate2.show:nth-of-type(4) {
  transition-delay: 0.9s;
}
.animate.show:nth-of-type(5),.animate2.show:nth-of-type(5) {
  transition-delay: 0.8s;
}
.animate.show:nth-of-type(6),.animate2.show:nth-of-type(6) {
  transition-delay: 0.5s;
}

/* -----------------------------------------
original
-----------------------------------------*/


.vs-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;	
}

html{
  scroll-behavior: smooth;
}

header{
	z-index: 100;
	position: relative;
}

h1{
	margin: 0;
}

#contents{
	width: 100%!important;
	overflow: hidden;
	font-size: 24px;
	line-height: 0!important;
}

.p_absolute{
	position: absolute;
	top: 0;
	left:0;
}

.p_relative{
	position: relative;
}

.zindex1{
	z-index: 1;
	position: relative;
}

.zindex2{
	z-index: 2;
	position: relative;
}

.zindex100{
	z-index: 100!important;
	position: relative;
}

header{
	height:120px;
	position: fixed;
	top:0;
	left:0;
	width:100%;
}

.header{
	width:100%;
	border-bottom:solid 1px #fff;
}

.header.dark{
	border-bottom:solid 1px #fff!important;
}

.header.light{
	border-bottom:solid 1px #000!important;
	background-color: rgba(248,248,248,0.3)
}

.m_header{
	width:1200px;
	max-width:90%;
	display: flex;
	justify-content: center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.pc_headlogo{
	width:50px!important;
	margin-right: 8%;
}

.hlogo_sns{
	position: relative;
	width:28px!important;
	margin-right: 1em;
	margin-top: 0.4em;
}


.header.light .m_header {
  color: black;
}
.header.dark .m_header {
  color: white;
}

.logo {
  position: absolute;  /* 重ねる */
  top: 0;
  left: 0;
  width:50px!important;
  opacity: 0;
  transition: opacity 0.5s ease; /* フェード効果 */
  margin-top: 0.2em;
}

.sns-logo{
	position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
	width:28px!important;
	margin-top: 0.2em;
}
.header.light .logo-dark,
.header.light .sns-dark {
  display: inline;
	opacity: 1;
}
.header.light .logo-light,
.header.light .sns-light {
  display: inline;
	opacity: 0;
}
.header.dark .logo-dark,
.header.dark .sns-dark {
	opacity: 0;
}
.header.dark .logo-light,
.header.dark .sns-light {
  	opacity: 1;
}


.gotop_h{
	position: fixed;
	z-index: 10000;
	width:54px;
	height:54px;
	top:18px;
	left:23px;
	display: block;
}


.h_menu p{
	font-size:70%;
	margin-right: 2em;
	margin-top: 1em;
	line-height: 1.4!important;
}

.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-120px);
  }
}

.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-120px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.topwrap{
	height: 200vh!important;
}

.topwrap1{
	height: 150vh;
}

#servise3.topwrap{
	height: 300vh!important;
}

#s3top{
	height: 230vh;
}

#companytop {
	height: 140vh;
}

#c_work{
	padding-bottom: 6em;
}

.c_workwrap{
	width:1100px;
	max-width: 86.6%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c_workwrap div{
	width:45.5%!important;
}

.m_topinner{
	width:1200px;
	max-width:90%;
	height:100vh;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-color: inherit!important;
}

.toplogo{
	width:26%;
	max-width: 400px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.moviebutton{
	width:220px;
	position: absolute;
	bottom:10%;
	right: 0;
}

.m_toptextwrap{
	position: absolute;
	left: 50%;
	top:44%;
	width:450px;
	font-family: "Sawarabi Gothic", sans-serif;
}

.m_toptextwrap p{
	font-size:112%;
	color:#fff;
	letter-spacing: 0.26em;
}

.m_toptextwrap p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:73%;
	letter-spacing: 0.1em;
}

.detailbutton{
	width:140px;
	margin: 3em 0 0 auto;
}

#servise h2,#insta h2,#blog h2,#company h2,#access h2,#c_work h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}

.category_top{
	margin:0 auto 2em;
	padding-top: 4em;
}

	
#blog h2{
	margin-top: 4em;
}
	
#blog .category_top{
	padding-top: 0;
	margin-bottom: 0;
}

.readmorebutton{
	width:200px;
	margin: 0 auto 2em;
}

.servise_wrap{
	display: flex;
}
.servise_wrap li{
	width:33.333%;
	border-right: solid 1px #fff;
	position: relative;
}
.servise_wrap li:last-child{
	border-right: none;
}

.servise_inner{
	word-break: break-all;
	position: absolute;
	width:68%;
	left:50%;
	bottom:10%;
	transform: translateX(-50%);
	color:#fff;
	text-align: justify-all;
}

.servise_inner h3{
	font-size:115%;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-bottom: 1.2em;
	line-height: 1.5;
}

.servise_inner h3 span{
	font-size:60%;
	font-family: 'Noto Sans JP', sans-serif;
}

.servise_inner p{
	font-size:70%;
	line-height: 1.5!important;
	text-align: justify;
}

.servise_inner .detailbutton{
	margin-top: 0.6em;
}

.blogwrap{
	width:100%;
}



.companywrap{
	width:1200px;
	max-width:90%;
	margin: 0 auto;
	line-height: 1.5!important;
	
}

.companywrap li{
	border-bottom:solid 1px #959595;
	display: flex;
  	flex-wrap: wrap;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size:77%;
	font-family: 'Noto Sans JP', sans-serif;
}

.companywrap dt{
	width:10%;
	color:#508090;
	font-weight: 600;
}

.companywrap dd{
	width:89%;
	text-align: justify;
}

.accwrap{
	width:1300px;
	max-width:90%;
	margin: 0 auto;
	line-height: 1.7!important;
	font-family: 'Noto Sans JP', sans-serif;
}

.accphotowrap{
	display: flex;
	width:100%;
	justify-content: space-between;
}

.accphotowrap div{
	width:24.8%;
}

.accwrap h3{
	font-size:77%;
	font-weight: 600;
	color:#5080b6;
	margin-bottom: 0.3em;
}

.accwrap p{
	font-size: 69%;
	line-height: 1.5!important;
}

.accwrap p span{
	color:#508090;
}

.accp_red{
	color:#b43939!important;
}

.insta_buttonwrap{
	width:500px;
	max-width:80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.insta_buttonwrap div{
	width:47%!important;
}

#insta{
	line-height: 1.7!important;
}

#insta h2{
	letter-spacing: 0.03em;
	margin-bottom: 1.4em;
}

.front_instawrap{
	width:1140px;
	max-width: 86.6%;
	margin: 0 auto;
}

.front_instawrap .sbi_item:nth-child(n+6) {
  display: none!important;
}

.front_instawrap.open .sbi_item {
  display: block!important; 
}

.rec_inwrap{
	position: absolute;
	width:510px;
	max-width:70%;
	left: 50%;
	top:10%;
	transform: translateX(-50%);
}

.rec_inwrap p{
	text-align: center;
	font-size: 130%;
	color: #fff;
	margin-bottom: 0.6em;
}

.deteilbutton3{
	width:180px;
	margin: 0 auto;
}

footer{
	background-color: #62809f;
}

.footerinner{
	width:1200px;
	max-width:70%;
	margin: 0 auto;
	line-height: 1.7!important;
	font-family: "Sawarabi Gothic", sans-serif;
	padding-top: 1.8em;
	padding-bottom: 2em;
	color:#fff;
}

.footlinkwrap{
	display: flex;
	justify-content: space-between;
	padding-bottom: 3em;
}

.footlinkwrap div{
	width:47%;
}

.footmenuwrap{
	display: flex;
	justify-content: space-between;
	font-size: 73%;
	padding-bottom: 3em;
}

.footmenuwrap p{
	line-height: 1.4;
}

.footmenuwrap a{
	padding-right: 2em;
}

.footmenuwrap a:last-child{
	padding-right: 0;
}

.companyspec{
	font-size: 69%;
	line-height: 1.9;
}

.footwrap{
	display: flex;
	justify-content: space-between;	
}

.footborder{
	border-bottom: solid 1px #fff;
}

.footsnswrap{
	width:1200px;
	max-width:70%;
	height:100px;
	margin: 0 auto;
	line-height: 1.7!important;
	font-family: "Sawarabi Gothic", sans-serif;
	color:#fff;
	position: relative;
	font-size: 61%;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

.footsnswrap div{
	vertical-align: middle;
}

.pp{
	color:#fff;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}

.footsns{
	width:100px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.footsns div{
	width:35px;
}

.copyright{
	color:#809aab;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-100%);
}

.fw_l{
	width:14.5%;
}

.movtop {
  position: relative;
  width: 100%;
}

#companytop{
	height:140vh!important;
}

.bg-video,.bg-slide {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover; 
  z-index: -1;
  overflow: hidden;
	display: flex;
	justify-content: center!important;
	text-align: center!important;
}

.bg_cont{
	height: 100vh;
	aspect-ratio: 750 / 1243!important;
}

.bg_cont2{
	height: 100vh;
	aspect-ratio: 750 / 1150!important;
}



.backwhite{
	background-color: #fff;
}

#top-latest-posts,.latest-category-posts{
	width:1200px;
	max-width:90%;
	margin: 0 auto;
	line-height: 1.7!important;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 64%;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

#top-latest-posts .title{
	font-size:110%;
}

.posts-grid,.service3postwrap{
	display: flex;
	justify-content: flex-start;
	gap: 5%;
}

.post-card{
	width:30%;
}

.b_topwrap{
	width:700px;
	max-width:90%;
	margin: 200px auto 4em!important;
	text-align: justify;
}

.b_topwrap h1{
	font-size:115%;
	text-align: center;
	font-family: "Sawarabi Gothic", sans-serif;
	line-height: 1.7;
	margin-bottom: 1em;
}
.b_topwrap p{
	font-size:77%;
	word-break:normal;
	line-height: 1.7!important;
}

#b_post .posts-list{
	width:1200px;
	margin: 0 auto;
	max-width:90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:5%;
}

#b_post .posts-list h2,#single .entry-title{
	text-align: left!important;
	line-height: 1.7;
	font-size:77%;
	font-weight: 400!important;
}

.post-card{
	width:30%;
	margin-bottom: 2em;
}

#b_post .date,#single .entry-meta{
	font-size:61.5%;
	line-height: 1.7;
}

#b_post .thumb{
	margin-bottom: 0.6em;
}

#b_post .thumb img{
	object-fit: cover;
}

.page-numbers{
	height: 20px!important;
    width: 20px!important;
    border: none!important;
    margin: 0;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

#single{
	width:900px;
	max-width:80%;
	margin: 200px auto 4em!important;
}

#single h1{
	margin:0 auto 1em;
}

#single .entry-content{
	font-size:70%;
}

.post-navigation{
	line-height: 1.4;
	display: flex;
	width:350px;
	margin: 0 auto 1em;
	justify-content: space-between;
	font-size: 77%;
}

.blogbutton{
	width:250px;
	margin: 2em auto;
}



#top-latest-posts img {
  width: 100%;
  height: 200px;
  object-fit: cover!important;
}

#top-latest-posts,
.latest-category-posts {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	line-height: 1.7 !important;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 64%;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

#top-latest-posts .title {
	font-size: 110%;
}

.posts-grid,
.service3postwrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.post-card {
	width: 30%;
	margin-bottom: 2em;
}

#top-latest-posts .thumb,
#b_post .thumb{
	position: relative;
	width: 100%;
	padding-top: 75%; 
	overflow: hidden;
	margin-bottom: 0.6em;
}

#top-latest-posts .thumb img,
#b_post .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

#top-latest-posts .date
#b_post .date {
	display: block;
	margin-top: 0.4em;
	font-size: 0.9em;
	color: #666;
}

#top-latest-posts .title,
#b_post .title {
	margin-top: 0.2em;
	font-size: 1.1em;
	line-height: 1.4;
	color: #222;
}




/*aboutページ*/
.a_topinner{
	width:620px;
	max-width:80%;
	margin: 300px auto 14em;
	color:#fff;
	line-height: 1.4;
}

#companytop .a_topinner{
	margin:300px auto 9em;
}

.c_topinner{
	width:1200px;
	max-width:80%;
	margin: 0 auto;
	position: relative;
}

.a_topinner h1{
	font-size:86%;
	text-align: center;
	margin-bottom: 2.4em;
}

.a_topinner h2{
	font-size:115%;
	text-align: center;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-bottom: 1em;
}

.a_topinner p{
	font-size: 77%;
	word-break:normal;
}

.a_textwrap{
	margin-bottom: 4em;
	text-align: justify;
}

.abouttop {
  position: relative;
  width: 100%;
}

.a_body{
	padding-top: 5em;
}

.a_moviewrapcs{
	position: relative;
	width:900px;
	max-width: 86.6%;
	margin: 0 auto 6em;
}

.a_moviewrap{
	position: relative;
	width:900px;
	max-width: 90%;
	margin: 0 auto;
}

.a_moviewrap::before {
  content: "";
  display: block;
  padding-top: 56%;
}

.a_moviewrap iframe{
	width:100%;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	height:100%;
}

.a_movietext{
	width:650px;
	max-width: 80%;
	margin: 2em auto 0;
}

.a_movietext h3{
	font-size:115%;
	margin-bottom: 0.6em;	
}

.a_movietext p{
	font-size:70%;
	margin-bottom: 1em;
}

.a_moviebutton{
	width:200px;
	margin: 0 auto 3em;
}

.a_movieflex{
	display: flex;
	justify-content: space-between;
	width:900px;
	max-width: 90%;
	margin: 0 auto 6em;
}

.a_moviewrap2{
	position: relative;
	width:50%;
}

.a_moviewrap2::before {
  content: "";
  display: block;
  padding-top: 56%;
}

.a_moviewrap2 iframe{
	width:100%;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	height:100%;
}

.a_movetext2{
	vertical-align: middle;
	font-size: 77%;
	width:48%;
	position: relative;
}

.a_movetext2 p{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.historywrap{
	position: relative;
	overflow-y: scroll;
}

.historytext{
	position: absolute;
	top:10%;
	left:50%;
	transform: translateX(-50%);
	color:#fff;
}

.historytext h3{
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.2em;
}

.timeline {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 77%;
	word-break:normal;
}

.timeline .row {
  display: table-row;
}

.timeline .year,
.timeline .event {
  display: table-cell;
  padding: 6px 0;
  vertical-align: top;
}

.timeline .year {
  width: 100px;
  white-space: nowrap;
  font-weight: 600;
}
.timeline .event {
  line-height: 1.6;
}

/*サービス1*/

#s1_sample{
	padding-bottom: 5em;
}

#s1_sample h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.s1_article{
	display: flex;
	justify-content: space-between;
	width:1160px;
	max-width:90%;
	margin: 0 auto 3em;
}

.rr{
	flex-direction:row-reverse;
}

.s1_ap{
	width:47%;
}

.s1_at{
	width:49%;
	text-align: justify;
}

.s1_article h3{
	font-size:115%;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-bottom: 0.8em;
}

.s1_article p{
	line-height: 1.7;
	font-size: 70%;
}

.s1_line{
	color:#959595;
	margin-bottom: 3em;
}

/*サービス2*/

#s2_sample{
	padding-bottom: 5em;
}

.illustwrap{
	position: relative;
	width:1300px;
	max-width:76%;
	margin: 0 auto;
	overflow: visible;
	margin-bottom: 4em;
}

.zoomtext{
	width:350px;
	margin: 0 auto 1.6em;
}

.s2_2_1{
	position: absolute;
	top:57%;
	left: 67%;
	width:17.7%;
}

.s2_2_2{
	position: absolute;
	top:66.3%;
	left: 73%;
	width:13.3%;
}

.s2_2_3{
	position: absolute;
	top:38.2%;
	left: 57.2%;
	width:10.5%;
}

.s2_2_4{
	position: absolute;
	top:64.6%;
	left: 2.2%;
	width:14.9%;
}

.s2_2_5{
	position: absolute;
	top:63.2%;
	left: 26.4%;
	width:13.3%;
}

.s2_2_6{
	position: absolute;
	top:95%;
	left: 15.9%;
	width:13.9%;
}

.s2_2_7{
	position: absolute;
	top:23.7%;
	left: 14.4%;
	width:11.2%;
}

.s2_2_8{
	position: absolute;
	top:23.7%;
	left: 68.9%;
	width:11.2%;
}

.s2_2_9{
	position: absolute;
	top:7%;
	left: 24.3%;
	width:18.5%;
}

.s2_2_10{
	position: absolute;
	top:90.4%;
	left: 55.7%;
	width:12.2%;
}

.s2_2_11{
	position: absolute;
	top:57.2%;
	left: 70%;
	width:19%;
}

.s2_2_12{
	position: absolute;
	top:86.8%;
	left: 37%;
	width:13.8%;
}

.s2_2_13{
	position: absolute;
	top:50.8%;
	left: 20.7%;
	width:15.3%;
}

.s2_2_14{
	position: absolute;
	top:86.7%;
	left: -4%;
	width:16.9%;
}

.s2_2_15{
	position: absolute;
	top:90.6%;
	left: 11.7%;
	width:22%;
}

.s2_2_16{
	position: absolute;
	top:89.4%;
	left: 51%;
	width:22.1%;
}

.s2_2_17{
	position: absolute;
	top:91.6%;
	left: 90.6%;
	width:21.3%;
}

.s2_2_18{
	position: absolute;
	top:33%;
	left: 80%;
	width:13.8%;
}

.s2_2_19{
	position: absolute;
	top:76.7%;
	left: 20%;
	width:13.9%;
}

.s2_2_20{
	position: absolute;
	top:90%;
	left: 73.2%;
	width:15.9%;
}

.s2_2_21{
	position: absolute;
	top:28.9%;
	left: 75.6%;
	width:12.3%;
}

.s2_2_22{
	position: absolute;
	top:93%;
	left: 41.6%;
	width:20.9%;
}

.s2_2_23{
	position: absolute;
	top:78.5%;
	left: 68.1%;
	width:28%;
}

.s2_2_24{
	position: absolute;
	top:70.2%;
	left: 51.4%;
	width:11.4%;
}

.s2_2_25{
	position: absolute;
	top:67.1%;
	left: 28.1%;
	width:19.8%;
}

.s2_2_26{
	position: absolute;
	top:89.8%;
	left: 72.8%;
	width:23.5%;
}

.s2_2_27{
	position: absolute;
	top:61.2%;
	left: 44.8%;
	width:12.9%;
}

.s2_2_28{
	position: absolute;
	top:41.6%;
	left: 20.4%;
	width:15.8%;
}

.s2_2_29{
	position: absolute;
	top:39.7%;
	left: 40.4%;
	width:12.3%;
}

.modal_innerwrap{
	display: flex;
}

.modal_innerwrap p{
	font-size:80%;
	color:#fff;
	margin-bottom: 1em;
}

[id^="s2_2_"][id$="modal"] {
  display: flex;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

[id^="s2_2_"][id$="modal"].active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal_innerwrap {
  max-width: 60%;
  max-height: 80%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.modal_innerwrap2 {
  max-width: 30%;
  max-height: 80%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.modal_close {
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  width: 50px;
  position: fixed;
  top:20%;
  right:20%;
}

.modal_close2 {
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  width: 50px;
  position: fixed;
  top:10%;
  right:20%;
}


/*サービス3*/

.service3top {
  position: relative;
  width: 100%;
}

.consulbutton{
	width:560px;
	margin: 0 auto 2em;
	z-index: 2;
	position: relative;
}

.service3postwrap{
	width:1200px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.blogbutton{
	width:200px;
	margin: 0 auto;
}

#s3body{
	padding-bottom: 5em;
}

/*会社概要ページ*/


#companytop .modal,#movtop .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
}

#companytop .modal.show,#movtop .modal.show{
  display: block;
  opacity: 1;
}

/* モーダル中身 */

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9)!important; 
  width: 80%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  transition: transform 0.4s ease;
}

.modal.show .modal-content {
  transform: scale(1);
}

/* 閉じるボタン */
#companytop .close,#movtop .close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
	z-index: 10;
	font-weight: 100;
	font-family: 'Noto Serif JP', serif;
}

.modal-video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-video-container iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border: none !important;
  display: block !important; /* 余計な隙間防止 */
}

#youtubePlayer {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
}

.company_moviewrap{
	width:950px;
	max-width:80%;
	margin: 0 auto 3em;	
}

.cm_spacer{
	padding-bottom: 6em;
}

.cm_1{
	width: 100%;
  position: relative;
  aspect-ratio: 16 / 10;
}

.cm_1 iframe,.cm_2 iframe {
  width: 100% !important;
  height: 90% !important; 
  border: none !important;
  display: block !important; 
}

.cm_2wrap{
	display: flex;
	justify-content: space-between;
	width:950px;
	max-width: 100%;
	margin: 0 auto;
}

.cm_2{
  width: 32%;  
  position: relative;
	aspect-ratio: 16 / 11;
}


.company_moviewrap p{
	font-size:80%;
}

.bosyuwrap h3{
	text-align: center;
	font-size:115%;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-bottom: 1.4em;
}

.accordion-header {
	position: relative;
    padding: 30px;
	height:90px;
    cursor: pointer;
    color: #5080b6!important;
    background-color: #c1d7d8;
	margin-bottom: 26px;
	z-index: 2;
	box-sizing: border-box;
}

.accordion-header.active {
    background-color: #c1d7d8;
}

.accordion-content {
	position: relative;
    display: none;
	background-color: #c1d7d8;
    padding: 10px;
    border-top: none;
	margin-bottom: 20px;
	transform: translateY(-50px);
	z-index: 1;
}

.ac_innerwrap{
	width:90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: center;
	padding:50px 50px 20px;
}

.ac_text1{
	font-size: 69%;
	color: #000;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.ac_text2{
	font-size: 57%;
	color: #353535;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2.3;
	margin-bottom: 30px;
}

.bosyuwrap {
    width: 1200px;
	max-width:80%;
    margin: 0 auto 3em;
}

.linewrap {
    text-align: center;
}

.linewrap img {
    width: 135px!important;
}

.accordion-icon {
    position: absolute;
    right: 20px;
    top: 50%;
	font-family: "Noto Sans JP", sans-serif!important;
    transform: translateY(-52%);
    font-size: 40px;
	font-weight: 100;
}

.accordion-header.active2 .accordion-icon {
    content: "-";
}

.accordion-header.inactive2 .accordion-icon {
    content: "+";
}

.additional-info{
	color: #5080b6;
	font-size: 71.4%;
	margin-bottom: 8px;
}

.pdfbutton{
	width:550px!important;
	max-width:70%;
	margin: 0 auto 2em;
}

.company_height{
	height: 100vh;
	width:100%;
}

#bosyu{
	padding-bottom: 6em;
}

.c_servise{
	padding-top: 1em;
	margin-bottom: 3em;
}

.form1-area{
	margin-top: 300px;
	margin-bottom: 3em;
}

.form1-area p{
	font-size:77%;
	text-align: center;
}

.form-title{
	text-align: center;
	font-size:115%;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-bottom: 1.4em;
}


/* フォーム全体の横並びスタイル */
.form-table .form-row {
  display: flex;
  align-items: center;
  width:900px;
  max-width:80%;
  margin: 0 auto 1.4em;
  font-size: 77%;
}

.form-table .form-row2 {
  display: flex;
  justify-content:center;
  width:80%;
  margin: 0 auto 1.4em;
  font-size: 77%;
  text-align: center;
}

.row2_l{
	margin-right: 2em;
}

.form-table .form-label {
  width: 100%;      
}

.form-table .form-input,
.form-table .form-textarea {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.formborder{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top:solid 1px #959595;
	border-bottom:solid 1px #959595;
}

.formborder2{
	padding-bottom: 10px;
	border-bottom:solid 1px #959595;
}


.form-table .form-textarea {
  height: 120px;
}

.wpcf7-form .submit-btn {
  background: url('img/submit.webp') no-repeat center!important;
	background-size: contain!important;
  width: 560px!important;
	height: 100px;
  max-width:90%;
  margin: 0 auto;
  border: none!important;
  opacity: 0.5;    
  cursor: not-allowed;
	text-indent: -9999px;
}

.wpcf7-form .submit-btn.enabled {
  opacity: 1;
  cursor: pointer;
}

.form-row_l{
	width:27%!important;
	position: relative;
}

.formmust{
	position: absolute;
	right: 20%;
	top:50%;
	transform: translateY(-50%);
	background-color: #b43939;
	padding: 2px 8px;
	color:#fff;
}
.forfree{
	position: absolute;
	right: 20%;
	top:50%;
	transform: translateY(-50%);
	background-color: #959595;
	padding: 2px 8px!important;
	color:#fff;
}

input::placeholder {
  color: #959595; 
}

.form-row_l p{
	text-align: left!important;
}

.form-row_r {
  display: flex;
  gap: 10px;
  width:70%;
}
.form-row_r .form-input {
  flex: 1;
}

.form-row_r div:first-child{
	margin-right: 1em!important;
}

.form-table .form-input, .form-table .form-textarea{
	width:100%!important;
}

.wpcf7-not-valid-tip{
	font-size: 80%!important;
}

.form_cdata{
	width:460px;
	margin: 0 auto 3em;
	font-size: 77%;
	border: none!important;
	background-color: none!important;
}

.form_cdata tr{
	width:23%;
}
.form_cdata td{
	width:79%;
}

table, th, td,tr {
  border: none!important;
  padding: 5px!important;
  margin: 0;
  border-collapse: collapse!important;
	background-color: transparent!important;
}

#agreeterms{
	width:900px;
	max-width: 90%;
	margin: 0 auto 3em;
	text-align: justify;
}

#agreeterms h2{
	font-size: 115%;
	margin-bottom: 2em;
	margin-top: 3em;
	text-align: center;
}

#agreeterms p{
	font-size: 70%;
	
}

#policy h1{
	font-size: 115%;
	margin-bottom: 2em;
	margin-top: 300px;
	text-align: center;
}

.p_agenda{
	width:442px;
	margin: 0 auto 2em;
	font-size: 77%;
}

.p_agenda h2{
	text-align: center;
	margin-bottom: 0.8em;
}

.policy_body{
	margin: 3em auto;
	width:1000px;
	max-width: 90%;
	font-size: 70%;
	text-align: justify;
}

.wpcf7-form-control {
  width: 100% !important;  
  max-width: 1000px;         
  box-sizing: border-box;   
}

.form-row2 a{
	color:blue!important;
}








/*レスポンシブ*/

.menu_ms {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width:550px!important;
  color: #fff;
  box-sizing: border-box;
  z-index: 102!important;
  transition: 0.3s ease-out;
  opacity: 0;
	overflow-y: scroll;
	max-height: 100vh;
	padding-top: 1em;
	background-color: #6280a0;
}

.menu-content_ms {
	position: relative;
	z-index: 102;
	padding-top: 100px;
}


.hamburger {
  position: fixed;
  display: inline-grid;
  place-items: center;
  top: 25px;
  right: 25px;
  width:45px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000;                
  -webkit-tap-highlight-color: transparent;
  z-index: 103;
}

#mshb .hamburger .bar {
  display: block;
  width: 45px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center;
  transition:
    transform 320ms cubic-bezier(.2,.8,.2,1),
    opacity 240ms ease,
    background-color 0.4s ease,  
    color 0.4s ease;            
  position: relative;
}

/* 通常の色（スクロールで切替） */
#mshb.light .hamburger {
  color: #000; 
}
#mshb.dark .hamburger {
  color: #fff; 
}

#mshb .hamburger.open {
  color: #fff!important;
  transition: color 0.4s ease; 
}

.hamburger .bar + .bar { margin-top: 6px; }


.hamburger.open .bar:nth-child(1){
  transform: translateY(8px) rotate(26deg) scaleX(1);
}
.hamburger.open .bar:nth-child(2){
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open .bar:nth-child(3){
  transform: translateY(-7px) rotate(-26deg) scaleX(1);
}

.hamburger:focus { outline: none; }
.hamburger:focus-visible {
  box-shadow: 0 0 0 4px rgba(0,0,0,0.12);
  border-radius: 6px;
}

.menu-open .overlay {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.menu-open .menu_ms {
  opacity: 1;
  top:0;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 1101px){
	.hamburger{
		display: none;
	}
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 101;
  display: none; /* 初期状態は非表示 */
}
#mshb .menu-open .overlay {
  display: block;
}

.hbmenuwrap{
	display: flex;
	justify-content: space-between;
	height:auto;
	width: 100%;
}

.hbmenuwrap div{
	width:49.8%;
}

#mshb .hb_toplogo{
	position: fixed;
	top:20px;
	left: 25px;
	width:50px!important;
	z-index:1000!important;
	transition: opacity 0.4s ease;
	display: block;
}

/* SPロゴ切り替え */
#mshb.light .logo-dark.hb_toplogo { opacity: 1; }
#mshb.light .logo-light.hb_toplogo { opacity: 0; }

#mshb.dark .logo-dark.hb_toplogo { opacity: 0; }
#mshb.dark .logo-light.hb_toplogo { opacity: 1; }

/* --- SP時バー色切替 --- */
#mshb.light .hamburger { color: #000!important; }
#mshb.dark .hamburger { color: #fff!important; }






/*responsive*/

@media screen and (max-width:750px){
	
	
	#contents {
		font-size: 16px;
	}

	.topwrap{
		height: 150vh!important;
	}
	
	#about.topwrap{
		height: 200vh!important;
	}

	#s3top{
		height: 260vh;
	}

	#companytop {
		height: 120vh;
	}

	.c_workwrap{
		display: block;
	}

	.c_workwrap div{
		width:100%!important;
	}
	
	.category_top{
		overflow-x: scroll;
		position: relative;
	}

	.m_topinner{
		width:1200px;
		max-width:86.6%;
	}

	.toplogo{
		width:54%;
	}

	.moviebutton{
		width:140px;
	}

	.m_toptextwrap{
		left: 0;
		top:10%;
		width:100%;
	}
	
	.m_toptextwrap p span{
		font-size:94%;
	}

	.detailbutton{
		width:160px;
		margin: 3em auto 0;
	}

	.servise_wrap{
		display: block;
	}
	.servise_wrap li{
		width:100%;
		border-right: none;
		border-bottom: solid 4px #fff;
	}
	
	.servise_wrap li:last-child{
		border-bottom: none;
	}

	.servise_inner{
		width:86.6%;
	}

	.servise_inner h3 span{
		font-size:90%;
	}

	.servise_inner p{
		font-size:90%;
	}

	.servise_inner .detailbutton{
		margin-top: 0.6em;
		margin:0.6em 0 0 auto;
		width:160px;
	}

	
	#blog .date{
		font-size:84%!important;
	}
	
	.blogwrap{
		width:200%;
	}	

	.readmorebutton{
		width:160px;
	}


	.companywrap{
		width:85%;
	}

	.companywrap li{
		font-size:84%;
	}

	.companywrap dt{
		width:24%;
	}

	.companywrap dd{
		width:75%;
	}

	.accwrap{
		width:100%;
	}

	.accphotowrap{
		flex-wrap: wrap
	}

	.accphotowrap div{
		width:49.8%;
		margin-bottom: 1em;
	}

	.accwrap p{
		font-size: 77%;
	}

	.insta_buttonwrap{
		width:86.6%;
		max-width:86.6%;
	}

	.insta_buttonwrap div{
		width:49%!important;
	}
	
	.front_instawrap .sbi_item:nth-child(n+6) {
	  display: block!important;
	}
	
	.front_instawrap .sbi_item:nth-child(n+11) {
	  display: none!important;
	}
	
	.front_instawrap.open .sbi_item {
	  display: block!important; 
	}

	
	#sbi_images {
	  display: grid !important;
	  gap: 7px !important; 
	}

	.rec_inwrap{
		max-width:90%;
		top:30%;
	}

	.deteilbutton3{
		width:160px;
	}
	
	.footwrap{
		display: block;
		width:100%;
	}

	.footerinner{
		max-width:86.6%;
		padding-top: 1.8em;
		padding-bottom: 2em;
		color:#fff;
	}

	.footlinkwrap{
		display: block;
		padding-bottom: 3em;
	}

	.footlinkwrap div{
		width:100%;
		margin-bottom: 1em;
	}

	.footmenuwrap{
		display: none;
	}
	
	.footlogo{
		width:100px;
		margin: 0 auto 1.2em;
	}
	
	.fw_r{
		width:100%;
	}

	.companyspec{
		font-size: 84%;
	}

	.footsnswrap{
		max-width:86.6%;
		font-size: 58%;
		padding-top: 1.6em;
		padding-bottom: 1.6em;
		
	}

	.footsns{
		width:57px!important;
	}

	.footsns div{
		width:20px!important;
	}
	
	.copyright{
		width:auto;
	}

	#top-latest-posts,.latest-category-posts{
		font-size: 96%;
		padding-top: 1.6em;
		padding-bottom: 1.6em;
		overflow-y: scroll;
	}

	#top-latest-posts .date{
		font-size:86.6%;
	}

	#top-latest-posts .title{
		font-size:77%;
	}
	
	#blog .post-card,.service3postwrap .post-card{
		margin-right: 2em;
	}

	.b_topwrap{
		max-width:86.6%;
	}

	.b_topwrap h1{
		font-size:129%;
	}
	.b_topwrap p{
		font-size:90%;
	}

	#b_post .posts-list{
		max-width:86.6%;
		display: block;
	}

	#b_post .posts-list h2,#single .entry-title{
		font-size:93%;
	}

	.post-card{
		width:28.7%;
		margin-right: 0;
	}
	
	#b_post .post-card{
		width:100%;
		margin-right: 0;
	}


	#b_post .date,#single .entry-meta{
		font-size:84%;
		line-height: 1.4;
	}

	#b_post .thumb{
		margin-bottom: 0.3em;
	}

	#single{
		max-width:86.6%;
	}

	#single h1{
		margin:0 auto 1em;
		padding:0;
	}

	#single .entry-content{
		font-size:90%;
	}

	.post-navigation{
		width:100%;
		font-size: 90%;
		margin: 0 auto;
	}

	#single .blogbutton{
		width:86.6%;
		margin: 2em auto;
	}

	/*aboutページ*/
	.a_topinner{
		max-width:86.6%;
		margin: 300px auto 14em;
	}

	#companytop .a_topinner{
		margin:300px auto 9em;
	}

	.c_topinner{
		max-width:86.6%;
	}

	.a_topinner h1{
		font-size:129%;
	}

	.a_topinner h2{
		font-size:129%;
	}

	.a_topinner p{
		font-size: 90%;
	}

	.a_textwrap{
		margin-bottom: 3em;
	}

	.a_moviewrap{
		max-width: 86.6%;
	}

	.a_movietext{
		width:86.6%;
		max-width: 86.6%;
	}

	.a_movietext h3{
		font-size:129%;
	}

	.a_movietext p{
		font-size:90%;
	}

	.a_moviebutton{
		width:160px;
	}

	.a_movieflex{
		display: block;
		max-width: 80%;
		margin: 0 auto 3em;
	}

	.a_moviewrap2{
		width:100%;
	}

	.a_movetext2{
		vertical-align: middle;
		font-size: 90%;
		width:100%;
	}

	.a_movetext2 p{
		position: relative;
		top:0;
		left:0;
		transform: translateY(0);
		margin-top: 1em;
	}

	.historytext{
		left:50%;
		transform: translateX(-50%);
		width:86.6%;
	}

	.timeline {
	  font-size: 84%;
	}


	/*サービス1*/

	.s1_article{
		display: block;
		max-width:86.6%;
	}

	.s1_ap{
		width:100%;
		margin-bottom: 1em;
	}

	.s1_at{
		width:100%;
		margin-bottom: 1em;
	}

	.s1_article h3{
		font-size:129%;
	}

	.s1_article p{
		font-size: 90%;
	}


	/*サービス2*/

	.illustwrap{
		width:221%;
		max-width:221%;
		margin-left: 70px;
		margin-right: 70px;
	}
	
	#s2_sample{
		width: 100%;
		overflow-y: scroll;
	}	
	
	.zoomtext{
		width:260px;
	}

	.modal_innerwrap {
	  max-width: 82.6%;
	  display: block;
	}

	.modal_innerwrap2 {
	  max-width: 82.6%;
	  display: block;
	}

	.modal_close {
	  width: 27px;
	  top:8%;
	  right:9%;
	}

	.modal_close2 {
	  width: 27px;
	  top:14%;
	  right:9%;
	}


	/*サービス3*/
	
	#servise3.topwrap{
		height: 300vh!important;
	}

	.consulbutton{
		width:86.6%;
	}

	.service3postwrap{
		width:200%;
		max-width: 200%;
	}

	.blogbutton{
		width:160px;
	}

	/*会社概要ページ*/

	/* モーダル中身 */

	.modal-content {
	  width: 80%;
	  max-width: 80%;
	}

	.modal.show .modal-content {
	  transform: scale(1);
	}

	.company_moviewrap{
		width:86.6%;
		max-width:86.6%;
	}

	.cm_2wrap{
		display: block;
		width:100%;;
		margin: 0 auto;
	}

	.cm_2{
	  width: 100%;  
		margin-bottom: 1.6em;
	}
	
	.cm_1{
		margin-bottom: 1.6em!important;
	}

	.company_moviewrap p{
		font-size:90%;		
	}
	
	.bosyuwrap{
		width:100%;
		max-width: 100%!important;
	}

	.bosyuwrap h3{
		font-size:96%;
		margin-top: 0;
	}
	
	.accordion-header {
		width:100%;
		padding: 13px;
		height:50px;
		margin-bottom: 14px;
	}

	.accordion-content {
		padding: 10px;
	}

	.ac_innerwrap{
		width:92%;
		padding:30px 20px 20px;
	}

	.ac_text1{
		font-size: 84%;
	}

	.ac_text2{
		font-size: 57%;
	}

.linewrap img {
    width: 135px!important;
}

	.accordion-icon {
		right: 20px;
		top: 50%;
		transform: translateY(-52%);
		font-size: 20px;
	}

	.additional-info{
		font-size: 90%;
	}

	.pdfbutton{
		width:86.6%;
		max-width:90%;
	}

	.company_height{
		height: 90vh;
	}
	
	.company_height .m_toptextwrap{
		top:40%;
		width:86.6%;
	}

	.form1-area{
		margin-top: 150px;
	}

	.form1-area p{
		font-size:90%;
	}

	.form-title{
		font-size:129%;
	}
	
	/* フォーム全体の横並びスタイル */
	.form-table .form-row {
	  display: block;
	  max-width:86.6%;
	  font-size: 90%;
	}

	.form-table .form-row2 {
	  width:86.6%;
	  font-size: 90%;
	  display:block;
	  text-align: left;
	}

	.form-table .form-input,
	.form-table .form-textarea {
	  padding: 12px 6px;
	}

	.form-table .form-textarea {
	  height: 160px;
	}

	.wpcf7-form .submit-btn {
	  width: 330px!important;
	  max-width:100%;
	}

	.form-row_l{
		width:53%!important;
		margin-bottom: 0.4em;
	}

	.formmust{
		padding: 0 6px;
	}
	
	.forfree{
		padding: 0 6px!important;
	}

	.form-row_r {
	  gap: 0;
	  width:100%;
	}

	.form_cdata{
		width:80%;
		font-size: 84%;
		padding: 1px;
	}
	
	.formborder2{
		padding-top: 10px;
		border-top:solid 1px #959595;
	}


	table, th, td,tr {
	  padding: 0!important;
	}

	#agreeterms{
		max-width: 90%;
	}

	#agreeterms h2{
		font-size: 129%;
	}

	#agreeterms p{
		font-size: 84%;
	}

	#policy h1{
		font-size: 129%;
		margin-top: 150px;
	}

	.p_agenda{
		width:220px;
		font-size: 84%;
	}

	.policy_body{
		font-size: 84%;
	}

}