@charset "UTF-8";
html,body {margin: 0; padding: 0px;}
dd { margin-inline-start: 0px!important;}
ul { display: block; list-style-type: disc; margin-block-start: 0em; margin-block-end: 0em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 0px; unicode-bidi: isolate;}
p { display: block; margin-block-start: 0em; margin-block-end: 0.3em; margin-inline-start: 0px; margin-inline-end: 0px; unicode-bidi: isolate;}
h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}

/* print setting */
@media print {
body {
-webkit-print-color-adjust: exact;
top:0 !IMPORTANT;
left:0 !IMPORTANT;
width:200mm !IMPORTANT;
height:290mm !IMPORTANT;
}
}

@media screen and (min-width:768px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width:767px) {
  .pc { display:none; }
  .sp { display:block; }
}

/* all
-------------------- */
html { font-size: 62.5%; height: 100%; } 
body {
	 margin: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
  font-size: 1.6rem; 
  line-height: 1.9;
  background: #fff;
  height: 100%;
}
.mincho {
font-family: "Sawarabi Mincho" ,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho"; 
-webkit-font-smoothing: antialiased;
font-feature-settings : "palt";
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

a:link, a:visited { color: #2b70cf; transition: 0.3s; }
a:hover, a:active { color: #fa162d; }
a img:hover {
  opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}

p { line-height: 1.7; margin-bottom: 1rem;}
.ind { text-indent: 1em; }
p.indentback {text-indent: -1em; padding-left: 1em; }
img { height: auto; max-width: 100%; box-sizing: border-box; }
img.lp { border: 1px solid #a9a9a9; }
figure {text-align: center;}
.middle img{ vertical-align: middle; }
ul li { list-style-type: none; }

.link { display: inline-block;position: relative; border: 3px solid #999; }
.link a {display: block; text-decoration: none; padding: 1.5rem 6rem 1.5rem 2rem; font-size: 2rem;}
/*.link a:before {
 content:"";
 display:inline-block;
 padding-left: 0.5rem;
 width: 12px;
 height: 12px;
 background:url("../img/icon_link.svg") no-repeat left center;
}*/
.link_pdf a:after {
 content:"";
 display:inline-block;
 width: 24px;
 height: 24px;
 position:absolute;
 top:50%;
 margin-left: 1rem;
 margin-top: -12px;
 background:url("../img/icon_pdf.svg") no-repeat right center;
}

/*YouTubeレスポンシブサイズ*/
.youtube {position: relative;max-width: 100%;padding-top: 56.25%;}
.youtube iframe {position: absolute;top: 0;right: 0;width: 100%;height: 100%;}

/*リスト 黒丸 緑 */
ul.disc li {list-style-type: disc; margin: 5px 0 5px 25px!important; width: 100%!important; line-height: 1.5; background: none!important;}
ul.disc li span {color: #333;}
.wdp100 {width: 100%!important;}

/* text-layout */
.txt_left { text-align: left!important; word-wrap: break-word; }
.txt_right { text-align: right!important; word-wrap: break-word; }
.cnt { text-align: center; }
.no-wrap { display: inline-block; }
.strong{ font-weight: bold; }

/*別窓アイコン表示*/
.blank { background: url(img/blank.png) right center no-repeat; padding: 0 20px 0 0;}

p {text-align: justify;text-justify: inter-character;}

.frame { border:1px solid #999; border-radius: 10px; padding:2rem; }
.frame_bg { border-radius: 10px; padding:2rem; background: #eee; }

/* トップページへボタン
-------------------- */
.pagetop {width: 72px;height: 72px;/*position: absolute;*/position: fixed; z-index: 1000;}
.pagetop a {
	width: 82px;
	height: 70px;
	background-color: rgba(70,100,40,0.7);
	color: #ff0;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	transition: all 300ms 0s ease;
}
.pagetop a::before {
	content: '▲';
	display: block;
	color: #ff0;
	margin-bottom: 4px;
}
.pagetop a:hover { background-color: #293d14; transition: all 300ms 0s ease;}

/* wrapper
-------------------- */
div#wrapper {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

/* header
-------------------- */
div#header { width: 100%; padding: 1rem 0; background: rgba(70,100,40,0.7); position: fixed; z-index: 1000; }
/* logo
-------------------- */
div#logo {
	margin: 0 auto;
 color: #fff;
 font-size: 2.4rem;
 text-align: center;
 font-weight: bold;
}


.main { display: block; max-width:1920px; margin: 0 auto 4rem; }

#contents { width: 100%; height: 100%; margin: 0 auto;}
/*-- コンテンツ内 --*/
div.contents_inner { max-width: 1024px; margin: 0 auto; padding: 0 3rem;}
div.contents_inner_box { max-width: 780px; margin: 0 auto; padding: 0 3rem;}

/*-- NEWS --*/
  #news-contents { max-width: 1024px; height: 100%; padding: 3rem; margin: 0 auto;}
  #news { margin-bottom: 6rem; max-width: 1024px; margin:0 auto;}
  #news div.news_tab { color:#333; font-size: 2.2rem; text-align: center; border-bottom:1px solid #ccc; font-weight: bold;}
  #news div.content { margin-bottom: 8rem; }
/* 
  dl#news_posts { display: flex;	flex-wrap: wrap;	align-content: center;	justify-content: space-between;	font-size: 1rem;}
  dl#news_posts { line-height: 1.5; margin: 0; padding: 1.2rem; border-bottom:1px solid #ccc;}
  dl#news_posts dt.date { color:#333; margin-left: 3rem;}
  dl#news_posts dd.news_post_title { width: 85%;}
  dl#news_posts dd span a {font-size: 1rem; text-decoration: none;}
  dl#news_posts dt.date:not(:last-child),
  dl#news_posts dd.news_post_title:not(:last-child) {  }
*/

/* title
-------------------- */
h1 { font-size: 3.4rem;}
h2 { font-size: 3rem; margin-bottom: 1rem; text-align: center; border-bottom: 1px solid #ccc; margin-bottom: 4rem;}
h3 { font-size: 2.4rem; margin-bottom: 1rem; text-align: center;}
h4 { font-size: 2rem; margin-bottom: 1rem; text-align: center;}
.blue {color:#357BF1;}
.fs_14 {font-size: 1.4rem;}
.fs_16 {font-size: 1.6rem;}
.fs_18 {font-size: 1.8rem;}
.fs_20 {font-size: 2rem;}
.fs_22 {font-size: 2.2rem;}
.fs_24 {font-size: 2.4rem;}
.fs_26 {font-size: 2.6rem;}

ul.flex {display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; }
ul.flex li {}

ul.add {display: flex; flex-wrap: wrap; justify-content: space-around;}
ul.add li {width: 32%; text-align: center;}
.qr {width: 30%; margin: 0 auto;}

.photo { margin: 0 auto;}


/*-- 事業内容 --*/
ul.b_content {display: flex; justify-content:space-around; flex-wrap: wrap;}
ul.b_content li { width: 45%; list-style: disc;}

/*-- 概要 --*/
ul.clients { margin-left: 1rem; }
ul.clients li { width: 100%; list-style: disc;}

dl.corp {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 5rem;
}
dl.corp dt {
    width: 20%;
    margin: 0;
    border-bottom: 1px solid #333;
    font-weight: 600;
    padding: 1.2rem;
    vertical-align: middle;
    align-items: center;
    box-sizing: border-box;
}
dl.corp dd {
    width: 80%;
    margin: 0;
    padding: 1.2rem;
    border-bottom: 1px dashed #ccc;
    vertical-align: middle;
    margin-left: 0;
    box-sizing: border-box;
}

/*-- 申し込み --*/
.box_add { border: 1px solid #999; border-radius: 10px; padding:2rem; margin-bottom: 2rem;}


/* movie clips
--------------------------------------------*/
ul.flex-movie {display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none;}
ul.flex-movie li {}
/**/
.thum-img {
   position: relative;
}
.thum-img .over:after {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: rgba(0, 0, 0, 0.20);
   top: 0;
   left: 0;
   z-index: 10;
}
.thum-img .icon-day {
   position: absolute;
   bottom: 8px;
   right: 8px;
   display: inline-block;
   font-size: 12px;
   line-height: 110%;
   color: #fff;
   border: solid #fff 1px;
   padding: 3px 12px;
   z-index: 20;
}
.thum-img .icon-new {
   position: absolute;
   top: -20px;
   left: -20px;
   z-index: 30;
   display: table;
   width: 80px;
   height: 80px;
   border-radius: 40px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   background-color: #0d87b5;
}
.thum-img .icon-new span {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   color: #fff;
   letter-spacing: 0.1em;
}
.thum-img .icon-cat {
   position: absolute;
   z-index: 35;
   top: 8px;
   right: 8px;
   display: inline-block;
   font-size: 13px;
   letter-spacing: 0.1em;
   line-height: 100%;
   min-width: 80px;
   text-align: center;
   background-color: rgba(0, 0, 0, 0.80);
   color: #fff;
   font-weight: normal;
   padding: 5px 15px;
   letter-spacing: 0.15em;
}
/**/
.movie-item .movie-modal-btn .thum-img {
   position: relative;
}
.movie-item .movie-modal-btn .thum-img:after {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 40;
   background: url("../img/btn_movie.png") center center no-repeat;
   background-size: auto 50px;
   cursor: pointer;
}
.movie-item a {
   display: block;
   text-decoration: none;
}
.movie-item .txtbox { padding-top: 15px;text-align: left;}
.movie-item .txtbox h3 {
  display: block;
  background-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 150%;
  padding: 0px 0px 10px 0;
  border-bottom: solid #d2d2d2 1px;
}
.movie-item .txtbox p {
   font-size: 1.4rem;
   letter-spacing: 0.1em;
   margin-top: 10px;
   line-height: 150%;
}


/*movieレスポンシブサイズ */
div.movie {position:relative; width: 100%; max-width: 1200px; margin: 0 auto; padding-top: 150px;}
div.movie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

div.movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* section
-------------------- */
section { height:100%; margin-bottom: 12rem; overflow: hidden;}
section#contact { background: #E8F5E9; padding: 1rem; border-radius: 10px;}



/* footer
-------------------- */
footer#footer {
  background-color: #fff;
  border-top:1px solid #ccc;
  text-align: center;
 	padding:2rem;
  position: sticky;
  top: 100vh;
}
footer#footer small { color: #333; font-size: 1.3rem; text-align: center;}

footer#footer .shareBox { width: 30%; height: auto; display: block;}
footer#footer .shareBox { margin: 0 auto; margin-bottom: 6rem;}
footer#footer .shareBox > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    justify-content:space-around;
}
footer#footer .shareBox > ul li {
    width: 13%;
    height: auto;
    position: relative;
}
footer#footer .shareBox > ul li img {width: 100%;}
footer#footer .shareBox > ul li:before {
    content: "";
    display: block;
}
footer#footer .shareBox > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}



/* 会社概要
-------------------- */
table {
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 0;
}
/* table01 */
#table01 {width: 100%; line-height: 1.9;}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 20%;
  text-align: left;
  padding-left: 1rem;
}


/* アクセス GoogleMap
-------------------- */
.map-wrap { max-width: 100%;}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%; /* 比率を固定 */
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* vimeo */
.video { max-width: 960px; margin-inline: auto;}
.video iframe {
    aspect-ratio: 960 / 540;
}
figure { text-align: center; font-size:1.8rem; margin:0rem 0 1rem; }

