/* FONT
================================================== */
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?37927580');
  src: url('../fonts/fontello.eot?37927580#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?37927580') format('woff2'),
       url('../fonts/fontello.woff?37927580') format('woff'),
       url('../fonts/fontello.ttf?37927580') format('truetype'),
       url('../fonts/fontello.svg?37927580#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.pc { display: block !important; }
.sp { display: none !important; }

#insertText {
white-space: pre;
}

.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */

.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; font-size: 20px;}
.wf-sawarabimincho-b { font-family: "Sawarabi Mincho", serif; font-size: 24px;}
.hira-m-md {
font-family: UD Shin Go Conde90 L;
font-size:1.25rem;
font-weight:100;
line-height:1.0;
letter-spacing: 7px;
}

#modal {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  color: white;
  z-index: 100;
  display: none;
}
#modal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#result {
  font-size: 20px;
  margin-bottom: 20px;
}

#fix-sidetxt {
    top: 200px;
    right: 30px;
    z-index: 5;
}

.fix-st {
    line-height:0px;
    width: 20px;
    height: 600px;
    position: fixed !important;
    position: absolute;
    -webkit-transition: width ease-in-out 0.5s;
    -moz-transition: width ease-in-out 0.5s;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
}

.fix-st:hover {
    /*width: 150px;*/
}

/*
.fix-st a {
    display: block;
    width: 100%;
    height: 100%;
}
*/
/*---------------------------------------*/
.fix-st .ft_copyright {
  /*display: none;*/
    writing-mode: vertical-rl; 
    margin: 0 0 0 20px
}
.fix-st .fix-st-GuideBtn,
.fix-st .fix-st-linkBtn,
.fix-st .fix-st-TopBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #555;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.fix-st .fix-st-linkBtn{
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fix-st .fix-st-GuideBtn a,
.fix-st .fix-st-linkBtn a,
.fix-st .fix-st-TopBtn a {
  color: inherit;
}
.fix-st .fix-st-GuideBtn i,
.fix-st .fix-st-linkBtn i{
  font-size: 26px;
}
.fix-st .fix-st-TopBtn {
  background-color: #000;
  visibility: visible;
  opacity: 1;
  transition: 0.6s;
  /* スクロールされたら表示 */
}
#pagetop {
  display: none;
}
#pagetop .fix-st .fix-st-TopBtn {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
/*body.scrolled .fix-st .fix-st-TopBtn {
  visibility: visible;
  opacity: 1;
}*/
.fix-st .fix-st-TopBtn i {
  font-size: 18px;
  transform: translate3d(0, 1px, 0);
  transition: 0.3s;
}
.fix-st .fix-st-TopBtn:hover i {
  transform: translate3d(0, -1px, 0);
}
.fix-st .fix-st__guide {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fix-st .fix-st__guide:hover .fix-st__guideNav {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}
.fix-st .fix-st__guideNav {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate3d(0, calc(-50% - 15px), 0);
  color: var(--clrDefault, #444);
  font-size: 0.933rem;
  padding-right: 15px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.fix-st .fix-st__guideNav ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  background-color: #fff;
  filter: drop-shadow(0 0 1px #ddd) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  position: relative;
  /* くちばし */
}
.fix-st .fix-st__guideNav ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left-color: #fff;
  position: absolute;
  top: calc(50% - 10px);
  left: 100%;
}
.fix-st .fix-st__guideNav ul li {
  border-bottom: solid 1px #eee;
}
.fix-st .fix-st__guideNav ul li a {
  display: block;
  padding: 1em 0.5em;
  background-color: #fff;
  color: #333;
  min-width: 15em;
  white-space: nowrap;
  transition: 0.2s;
}
.fix-st .fix-st__guideNav ul li a:hover {
  text-decoration: none;
  background-color: #f0f1f2;
}

/*---------------------------------------*/

#fix-box {
    background: url("../img/fixbn1.jpg") 0 0 no-repeat;
    background-size: 150px 150px ;
    top: 200px;
    z-index: 6;
}

.fix-bn {
    width: 50px;
    height: 150px;
    position: fixed !important;
    position: absolute;
    right: 0;
    -webkit-transition: width ease-in-out 0.5s;
    -moz-transition: width ease-in-out 0.5s;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
}

.fix-bn:hover {
    width: 150px;
}

.fix-bn a {
    display: block;
    width: 100%;
    height: 100%;
}

.overlay_pos{
  position: relative;/*親要素にrelative*/
}
.overlay_pos p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top: 50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 1.8rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}

/*トップページの「トピック」「おすすめ商品」で使用される「Read more」ボタンのスタイリングです。
*/
.ec-blockReadMoreBtn--left {
  display: inline-block;
  width: 150px;
  padding: 0.75em 0;
  margin: 1em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: var(--clrDefaultDark, #222);
  line-height: 0.5;
  text-align: left;
  transition: 0.5s;
  position: relative;
}
.ec-blockReadMoreBtn, .ec-blockReadMoreBtn--center {
  display: block;
  max-width: 150px;
  padding: 0.75em 0;
  margin: 1em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: var(--clrDefaultDark, #222);
  line-height: 1;
  text-align: left;
  transition: 0.5s;
  position: relative;
}
.ec-blockReadMoreBtn:before, .ec-blockReadMoreBtn--center:before, .ec-blockReadMoreBtn--left:before, .ec-blockReadMoreBtn:after, .ec-blockReadMoreBtn--center:after, .ec-blockReadMoreBtn--left:after {
  content: "";
  display: block;
  background-color: var(--clrDefaultDark, #222);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.ec-blockReadMoreBtn:before, .ec-blockReadMoreBtn--center:before, .ec-blockReadMoreBtn--left:before {
  width: 100%;
  height: 1px;
}
.ec-blockReadMoreBtn:after, .ec-blockReadMoreBtn--center:after, .ec-blockReadMoreBtn--left:after {
  width: 12px;
  height: 1px;
  transform-origin: right bottom;
  transform: rotate(40deg);
}
.ec-blockReadMoreBtn:hover, .ec-blockReadMoreBtn--center:hover, .ec-blockReadMoreBtn--left:hover {
  text-decoration: none;
  padding-left: 0.5em;
  color: inherit;
}
.ec-blockReadMoreBtn:hover:after, .ec-blockReadMoreBtn--center:hover:after, .ec-blockReadMoreBtn--left:hover:after {
  transform: rotate(25deg);
  width: 15px;
}
/*
Read Moreボタン 中央配置
*/
.ec-blockReadMoreBtn--center {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ec-blockReadMoreBtn--left {
 position: absolute;
 right: 30px;
 top: -1px;
}

.topicTitle {
    margin: 0;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    position: relative;
  }
.topicTitle .en {
    display: block;
    font-size: 45px;
    font-weight: 500;
  }
.topicTitle .ja {
    display: block;
    font-size: 20px;
    margin-top: 0.25em;
    margin-left: 0.25em;
  }
.topicText {
    font-size: 1.0em;
}
.TopicSpace {
background-color:whitesmoke;
    opacity: 0.9;
    padding: 20px;
    position: absolute;
    top: 170px;
    left: 480px;
}
.TopicImage{
 padding: 50px 0 0;
}
.vt_cont{
   padding-bottom: 160px;
}

.column_bnr .col-lg-3 { padding: 0;}

/* CUSTOM RESETS
================================================== */
a {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
}

h4 {
    font-size: 30px;
}

.ja-text {
 	font-family: "shimanami JIS2004";
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
	height: 400px;
}

/* Buttons */ 
.btn {
    min-width: 70px;
    line-height: 35px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn_t {
    min-width: 70px;
    line-height: 35px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn-fill {
    color: #fff;
    background-color: #212121;
}

.btn-border {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121; 
}

.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
}

.btn:hover,
.btn:focus {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
}

/* Table */
table.table01 {
	width:100%;
	border-bottom:#bbb solid 1px;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#bbb solid 1px;
	border-bottom:#bbb solid 1px;
}
table.table01 thead th:last-child {
	border-right:#bbb solid 1px;
}
table.table01 tbody th {
	color:#4E4B4B;
	padding:10px 15px;
	border-bottom:none;
	vertical-align:top;
}
table.table01 tbody tr th {
	border-bottom:#bbb solid 1px;
}
table.table01 tbody td {
	background:rgba(0,0,0,0.0);
	padding:10px 15px;
	border-bottom:#bbb solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody tr th {
	display:block;
	border-bottom:none;
}
table.table01 tbody td {
	display:block;
	border-bottom:none;
}
table.table01 tbody td:last-child {
	border-bottom:#bbb solid 1px;
}
table.table01 tbody tr::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

/* Input fields */
.form-control {
    padding-left: 10px;
    border: 0;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    background-color: transparent; 
    box-shadow: none;
    outline: 0 none transparent;
    -webkit-appearance:none;
 }

textarea {
    margin-top: 40px;
    min-height: 200px;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #e1e1e1;
}

::-moz-placeholder,
::-webkit-input-placeholder {
    font-size: 16px;
}

.heading-6 {
    display: inline-block;
    position: relative;
    padding:  0 2.5em;
    color: #333333;
}

.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 2px;
    background-color: #505558;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}

.heading-6w {
    display: inline-block;
    position: relative;
    padding:  0 2.5em;
    color: #E0E0E0;
}

.heading-6w::before,
.heading-6w::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 2px;
    background-color: #E0E0E0;
}

.heading-6w::before {
    left: 0;
}

.heading-6w::after {
    right: 0;
}

.back_w {
background-color:whitesmoke;
}

.box-018 {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px calc(1.5em + 9px);
    border-top: 1px solid #505558;
    border-bottom: 1px solid #505558;
    color: #333;
    /*background: url("../img/trans_back.png") ;*/
}

.box-018::before,
.box-018::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #505558;
    content: '';
}

.box-018::before {
    left: 9px;
}

.box-018::after {
    right: 9px;
}

.box-019 {
    position: relative;
    margin-top: 1em;
    margin-bottom: 40px;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #A09898;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 5px;
    background-color: #505458;
    color: #fff;
    font-size: 1.5em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #505458;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
    text-align: left;
}


/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: "しまなみ JIS2004", serif;
	font-size: 14px;
	line-height:1.9;
	color: #212121;
}

.container {
  width: 95%;
}

.img-res {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.visible-xxs {
    display: none;
}

/* Background-color */
.gray-bg {
    background-color: #e1e1e1;
}

.coution {
  background-color: rgba(255,255,255,1.00);
  border: 5px solid rgba(255,0,0,.5);
  padding: 45px 35px 20px;
  box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}

/* HEADER
================================================== */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 5;
}

.site-logo img {
    padding-bottom: 2px;
}

/* Navigation */
.navbar-nav > li > a {
    padding: 5px 0;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out;
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-nav > li + li > a {
    margin-left: 40px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #212121;
}

.nav > li > a:focus {
    background-color: transparent;
}

/* hero
================================================== */
.hero { 
/*    background: url("../img/logo3.png") no-repeat center / auto, rgba(0, 0, 0, 0.4) ;
/*    background: url("../img/2022_3_CM.gif") no-repeat center / cover;*/
    height: 100%;
    width: 100%;
    min-height: 700px;
  z-index: -1; /* 背景をコンテンツの下に配置 */
}
.hero .container {
display: grid;
place-items: center;
height: 100vh;
}

.hero .mc_txt {
font-size: 20px;
}

.center-ttl{
  position: fixed; /* またはabsolute */
  place-content: center;
  place-items: center;
  overflow: hidden;
  z-index: -1; /* 背景をコンテンツの下に配置 */
}
.center-ttl2{
    writing-mode: vertical-rl; 
    background: url("../img/frame001.png") no-repeat center / 250px ;
    height: 580px;
    width: 330px;
padding: 70px 110px 0px;
font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.12em;
/*background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;*/
    margin: -100px 0 0 0;
}


.bg-video {
  position: fixed; /* またはabsolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* 背景をコンテンツの下に配置 */
}

.bg-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-box h1 {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}


.hero .col-md-6:first-child {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
}

.hero .col-md-6:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero h1 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.job-title {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1;
} 

.hero img {
    height: 600px;
}

.hero .btn {
      position: absolute;
    top:auto;
		bottom:6%;
      left: 50%;

-webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hero .btn-greenc {
    background: #56ab2f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(180deg, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(180deg, #a8a8a8, #444444); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}
.hero .btn-rounded {
    border-radius: 35px;
}
.hero .btn-fab {
    height: 50px;
    width: 53px;
    border-radius: 50%;
}

.hero-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
.hero-learn-more a {
  display: block;
}
.hero-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.hero-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #8dc63f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.hero-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

/* SITEMAIN
================================================== */
.site-main {
    position: relative;
    margin-bottom: 0px;
    background-color: rgba(217,220,221,1.00);
    z-index: 1;
overflow-x: hidden;
}

.sm-img {
	height: 40px;
	vertical-align: -6px;
}
.sm-img2 {
	height: 53px;
	vertical-align: -6px;
}

/* site-section */
.site-section {
   padding-top: 30px;
}

.site-section h2,
.site-section h3 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em; 
}

.img-lines {
    margin: 10px 0 40px;
}

.site-section p {
    margin-bottom: 50px;
}

/* Section: Skills */
.section-skills {
    padding: 80px 0;
}

.skill + .skill {
    margin-top: 50px;
}

.skill h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.progress {
    height: 15px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #dfdfdf;
    box-shadow: none;
}

.progress-bar {
    background-color: #212121;  
}

.section-about .container {
  width: 1170px;
}

/* Section: Services */
.section-services {
    position: relative;
    padding-top: 220px;
}

.section-services:before {
    content: '';
    background: url(../img/services-bg.jpg?2112) no-repeat fixed center / cover;
    width: 100%;
    height: 400px; 
    position: absolute;
    left: 0;
    top: 0;
}

.overlay:after {
    content: '';
    width: 100%;
    height: 400px; 
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.section-services .container {
    padding: 80px 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.service h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
}

.service p {
    color: #000;
    margin-bottom: 0;
}
.service a {
    color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; 
}
.service:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.service .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service .category{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
}

/* Section: Portfolio */
.section-portfolio {
    padding-bottom: 120px;
}

.portfolio-item {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

.section-portfolio .col-md-4:nth-last-child(-n+3) .portfolio-item {
    margin-bottom: 0;
}

.portfolio-item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
}

.portfolio-item:hover:before{
    background-color: rgba(33,33,33,0.6);
}

.portfolio-item-info {
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
}

.portfolio-item:hover .portfolio-item-info {
    left: 50px;
    opacity: 1;
}

.portfolio-item-info h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.portfolio-item-info a {
    padding: 6px 7px 4px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.portfolio-item-info a:hover {
    color: #212121;
    background-color: #fff;
}

.section-portfolio .btn {
    margin-top: 10px;
}

/* Section: Overview */
.section-overview {
    background: url(../img/counters-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    padding: 80px 0;
    position: relative;
	color: aliceblue;
  font-family: "shimanami JIS2004", serif;
}

.section-overview p {
	font-size:1.10rem;
    margin: 0 0 20px;
    font-weight: 300;
	letter-spacing: 2px;
	color: #fff;
}
.section-overview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.overview-ja {
    width: 100%;
    position: relative;
}

.overview-ja-inner {
    position: relative;
	font-family: "shimanami JIS2004";
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
	line-height: 1.7;
	height: 400px;
	left:50%;
	transform:translate(-50%, 0);
}

.overview-ja-inner a {
    color: #A9CED8;
}

.overview-ja-inner a:hover {
    color: #509CDE;
}

.overview-item {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

.section-overview .col-md-4:nth-last-child(-n+3) .overview-item {
    margin-bottom: 0;
}

.overview-item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    background-color: rgba(33,33,33,0.6);
}

.overview-item:hover:before{
    background-color: rgba(33,33,33,0.6);
}

.overview-item-info {
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    left: 50px;
    opacity: 1;
}

.overview-item:hover .overview-item-info {
    left: 50px;
    opacity: 1;
}

.overview-item-info h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.overview-item-info p {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.overview-item-info a {
    padding: 6px 7px 4px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.overview-item-info a:hover {
    color: #212121;
    background-color: #fff;
}

.section-overview .btn {
    margin-top: 10px;
}

/* Modal */
.modal {
    z-index: 9999;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    position: relative;
    padding: 0;
    height: 500px;
}

.modal-header .close {
    position: absolute;
    right: 0;
    padding: 10px 11px;
    margin-top: 0;
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    opacity: 1;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.modal-header .close:hover {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
}

.modal-body h4 {
    font-weight: 700;
}

.modal-footer {
    text-align: center;
}

/* Section: Counters */
.section-counters {
    background: url(../img/counters-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.section-counters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.section-counters h4 {
    color: #fff;
    margin: 25px 0 0;
}

.site-section p.counter {
    font-size: 100px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 0.8;
}

/* Section: Form*/
.section-form {
    padding-bottom: 120px;
}

.section-form .btn {
    margin-top: 40px;
}

/* ==================================================
   Video
================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
.youtube_wrapper {
   position:relative;
   width:100%;
   overflow:hidden;
   margin:auto;
   margin-bottom:8px;
}
.youtube_wrapper:before {
   content:"";
   display:block;
   padding-top: 53.88%;
}
.youtube_content {
   position:absolute;
   top:50%;
   left:50%;
   margin:auto;
   transform: translate(-50%,-50%);
   width:100%;
}

/* FOOTER
================================================== */
.site-footer {
    position: relative;
    bottom: 0;
    padding: 30px 0;
    width: 100%;
    background-color: #212121;
    z-index: 2;
}

.icon {
    line-height: 40px;
    padding: 9px 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.icon + .icon {
    margin-left: 5px;
}

.icon i:before {
    margin:0;
}

.icon:hover {
    background-color: #fff;
}

.site-footer a {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a.twitter-bg:hover {color: #55acee;}
a.facebook-bg:hover{color: #3b5998;}
a.gplus-bg:hover{color: #007bb5;} 
a.linkedin-bg:hover {color: #dd4b39;}
a.icon-up-bg:hover {color: #212121;}

.copyright {
    margin-bottom: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.embed-responsive-16by9 {
margin: 0 0 0px 0;
}

.Header-Logo{
  width: 300px;
  display: block;
  transition: all 0.4s ease;
}
.Header-Logo.isSmall{
  width: 120px!important;
}

/*641px〜PC　PC上では見えないようにする*/

@media screen and (min-width:641px){	
	.footer_area{
		display: none;
}	
 .footer_area2{
		display: none;
}	
}
 
/*スマホ〜641pxの幅サイズまで*/

@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 8px;
    left: 0;
    width: 100%;
	  height: 51px;
    background-color: rgba( 92, 64, 51, 0.5 );
	z-index: 10000;
}
	
.footer_area .footer_area_inner {
	  display: flex;
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
  	margin-right: auto;
	  margin-left: auto;
	  margin-top: 0px;
	  margin-bottom: 0px;
}
	
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 100%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	  line-height: 1.3; 
}
	
.shopname {
	font-size: 14px;
}


/* 左のボタン */
	
.inquiry_btn1 {
    background-color: #19479c;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;
    padding: 7px 0;
    font-size: 11px;
    font-weight: bold;
	  margin-right:0px;
	  margin-top: 0px;
}
	
.inquiry_btn1:link, .inquiry_btn1:visited {
    color: #FFFFFF !important;
}
	
	
/* 右のボタン */
	
.inquiry_btn2 {
    background-color: #e94215;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;
    padding: 7px 0;
    font-size: 11px;
    font-weight: bold;
	  margin-left:0px;
	  margin-top: 0px;
}
	
.inquiry_btn2:link, .inquiry_btn2:visited {
    color: #FFFFFF !important;
}
	
	
	
.footer_area_inner span{
	color: #fff;
}
	
.footer_area2 {
    position: fixed;
    bottom: -7px;
    left: 0;
    width: 100%;
	  height: 51px;
    background-color: rgba( 92, 64, 51, 0.5 );
	z-index: 10000;
}
	
.footer_area2 .footer_area_inner2 {
	  display: flex;
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
  	margin-right: auto;
	  margin-left: auto;
	  margin-top: 0px;
	  margin-bottom: 0px;
}
	
.footer_area2 .footer_area_inner2 .footer_area_inner_btn2 {
    width: 100%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	  line-height: 1.3; 
}
	
.shopname2 {
	font-size: 14px;
}


/* 左のボタン */
	
.inquiry_btn3 {
    background-color: #19479c;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;
    padding: 7px 0;
    font-size: 11px;
    font-weight: bold;
	  margin-right:0px;
	  margin-top: 0px;
}
	
.inquiry_btn3:link, .inquiry_btn3:visited {
    color: #FFFFFF !important;
}
	
	
.footer_area_inner2 span{
	color: #fff;
}
	
#siteBottom{
	margin-bottom: 85px;
}
}

