@charset "UTF-8";
/* CSS Document */
html {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}
body {
  background-color: #F1F1F1;
  font-family: "mrs-eaves-xl-serif", "source-han-serif-japanese", "serif";
  font-weight: 100;
  font-style: normal;
}
#price {
   margin-top:-20px;
  padding-top:20px;
}
#price-sp {
   margin-top:-120px;
  padding-top:120px;
}
#access {
  padding-top:100px;
}	
#privacy {
   margin-top:-80px;
  padding-top:80px;
}
span.ft {
	font-size:1.2em;
}

.letter-spacing {
	letter-spacing:0.05em;
}
		
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
#sp-link2, #sp-link3, #sp-link4, #sp-link5, #sp-link6, #sp-link7, #sp-link8 {
   margin-top:-70px;
	padding-top:70px;
}
#sp-link1 {
	margin-top:-70px;
	padding-top:70px;
	background-color: #f1f1f1;
}
}
@media screen and (min-width:1025px) {
  .sp-only {
    display: none;
  }
	
#link1, #link2, #link3, #link4, #link5, #link6, #link7, #link8 {
   margin-top:-120px;
  padding-top:120px;
}
#privacy {
	margin-top:-80px;
	padding-top:80px;
}
	
}
/* ------------------------------
 　 ここからPC用スタイル
------------------------------ */
@media screen and (min-width:1025px) {
  .wrapper {
    min-width: 1280px;
    margin: 0 auto;
  }
  /* ---------------
　 　　共通
--------------- */
  p {
    font-size: 1.2em;
    line-height: 2em;
  }
  .blue {
    color: #104185;
  }
  h2 {
    font-size: 3em;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 100;
  }
  h3 {
    font-size: 1.7em;
    line-height: 1em;
    margin: 20px 0;
    font-weight: 100;
  }
  h3 span {
    font-size: 0.5em;
    font-weight: 100;
  }
	
h3 span.letter-spacing {
    font-size: 1em;
	letter-spacing:0.05em;
}
	
  span.name {
    font-size: 2em;
    line-height: 2.5em;
    font-weight: 100;
  }
  .center {
    text-align: center;
  }
  .section1, .section2, .section3, .section4, .section5 {
    padding: 5% 0;
  }
  a {
    transition: 0.5s;
  }
  a:hover {
    filter: alpha(opacity=70); /* IE 6,7*/
    -moz-opacity: 0.7; /* IE 8,9 */
    opacity: 0.7;
  }

  .fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
	
span.lb_inner {
    font-size: 0.8em;
}	
	
  /* ---------------
背景用の動画ファイル
--------------- */
  #bg-video {
    position: absolute;
    min-width: 1280px;
    width: 100%;
    height: auto;
    left: 0;
    z-index: -100;
  }
  /* ---------------
背景の上に表示
--------------- */
  .header-title {
    position: relative; /*必ず必要*/
    z-index: 2; /*必ず必要*/
  }
  /* ---------------
 　 　　ナビ
--------------- */
  nav.top {
    width: 99%;
    min-width: 1280px;
    margin: 0.2% auto;
    padding: 0;
    position: fixed;
    left: 0.5%;
    z-index: 1;
  }
  nav a {
    text-decoration: none;
    color: #000000;
    font-size: 1em;
    font-weight: 100;
  }
  nav ul {
    background-color: #ffffff;
    border-radius: 5px;
  }
  nav ul.nav1 {
    height: 100px;
    margin-right: 95px;
    padding: 0px;
    position: relative;
  }
  nav ul.pc li {
    float: left;
  }
  nav ul.pc li.line-height {
    line-height: 3em;
  }
  nav ul.nav1 li {
    padding: 25px 15px;
  }
  nav ul.nav1 li.fr {
    position: absolute;
    right: 0;
  }
  nav ul.nav2 {
    width: 87px;
    height: 80px;
    padding: 20px 0 0 3px;
    margin-top: -100px;
    float: right;
    font-size: 0.9em;
    line-height: 1.7em;
    background-image: url("../images/top/contact_icon.png");
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
	background-size: 86px;
    transition: 0.5s;
  }
  nav ul.nav2:hover {
    width: 87px;
    height: 80px;
    padding: 20px 0 0 3px;
    margin-top: -100px;
    float: right;
    font-size: 0.9em;
    line-height: 1.7em;
    background-image: url("../images/top/contact_wh_icon.png");
    background-repeat: no-repeat;
    background-color: #104185;
    background-position: center;
	background-size: 86px;
    color: #ffffff;
  }
  .DivLink {
    position: relative;
    width: 80px;
    height: 87px;
    top: -20px;
    right: 3px;
  }
  .DivLink .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  nav ul.nav2 li {
    padding: 5px;
    text-align: center;
  }
  .rogo img {
    width: 300px;
    padding-right: 30px;
  }
  /* ---------------
 　 section1
--------------- */
  .section1 {
    padding: 23% 0 25% 0;
    margin-left: 120px;
  }
  /* ---------------
 　 section2
--------------- */
  .section2 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .se2left_box {
    padding-left: 140px;
    padding-right: 30%;
  }
  .barchart {
    width: 50%;
  }
  [class*=date] {
    margin: 0;
    -moz-animation: anime1 0.5s 1 ease;
    -webkit-animation: anime1 0.5s 1 ease;
    animation: anime1 0.5s 1 ease;
  }
  .date1 {
    height: 100px;
    background: #104185;
    position: absolute;
    right: -200px;
    top: 20%;
    animation-duration: 2s;
  }
  .date1 img {
    margin: -60px 0 0 -250px;
  }
  .date2 {
    height: 80px;
    background: #104185;
    position: absolute;
    right: 0;
    top: 40%;
    animation-duration: 1s;
  }
  .date2 img {
    margin: 25px 0 0 -70px;
  }
  .date3 {
    height: 50px;
    background: #808283;
    position: absolute;
    right: 0;
    top: 57%;
    animation-duration: 0.5s;
  }
  .date3 img {
    margin: 12px 0 0 -70px;
  }
  .date4 {
    height: 50px;
    background: #808283;
    position: absolute;
    right: 0;
    top: 70%;
    animation-duration: 0.3s;
  }
  .date4 img {
    margin: 12px 0 0 -70px;
  }
  /* ---------------
 　 section3
--------------- */
  .section3 {
    width: 100%;
  }
  ul.section3_list {
    width: 1280px;
    margin: 0 auto;
  }
  ul.section3_list img {
    width: 100%;
  }
  ul.section3_list li {
    width: 318px;
    height: 430px;
    background-color: #ffffff;
    float: left;
    margin: 0 0 40px 2px;
    transition: 0.5s;
    border-radius: 5px;
  }
  ul.section3_list li:hover {
    filter: alpha(opacity=70); /* IE 6,7*/
    -moz-opacity: 0.7; /* IE 8,9 */
    opacity: 0.7;
  }
  ul.section3_list li p {
    font-size: 1.2em;
    color: #000000;
  }
  .both {
    clear: both;
    height: 100px;
  }
  /* ---------------
 　 section4
--------------- */
  .section4 {
    width: 100%;
    background-image: url("../images/top/section4_bk.png");
    position: relative;
  }
  .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .parallax2 {
    background-position: center 110px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .left_box {
    width: 400px;
    padding: 30px 10px;
    background: rgba(255, 255, 255, 0.8);
    margin-left: 140px;
    border-radius: 5px;
  }
  .se4right {
    width: 250px;
    position: absolute;
    top: 40%;
    right: 15%;
    color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  }
  .se4right h3 {
    font-size: 3.5em;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  /* ---------------
 　 section5
--------------- */
  .section5 {
    width: 100%;
    background-color: #ffffff;
  }
  .section5 img {
    width: 100%;
  }
  .section5 p {
    margin-top: 30px;
  }
  .map {
    z-index: -120;
  }
  #map {
    width: 100%;
    height: 500px;
  }
  .gmnoprint {
	  display: none;
	}
  /* ---------------
 　 section-bnr
--------------- */
  .section-bnr {
    text-align: center;
    margin-bottom: 155px;
  }
	

  /* ---------------
 　 フッター
--------------- */
  footer {
    width: 100%;
    height: 204px;
    background-color: #104185;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.2em;
  }
  footer a {
    color: #ffffff;
  }
  footer .inner {
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
  }
  footer .address {
    width: 350px;
    float: left;
    border-right: #ffffff solid 2px;
    font-size: 0.8em;
  }
  footer .address2 {
    margin-top: 1em;
  }
  footer .hp-link {
    font-size: 0.85em;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
  }
  footer ul.nav {
    float: left;
  }
  footer ul.nav1 li {
    float: left;
    padding: 0 30px;
  }
  footer ul.nav2, footer ul.nav2-2 {
    width: 150px;
    position: absolute;
    top: 50px;
    right: 440px;
    font-size: 0.8em;
  }
  footer ul.nav2 li, footer ul.nav2-2 li {
    padding: 3px 0;
  }
  footer ul.nav2-2 {
    right: 300px;
  }
  footer .footer-btn {
    position: absolute;
    top: 70px;
    right: 50px;
    height: 15px;
    font-size: 0.8em;
    width: 195px;
    padding: 10px;
  }
  .copyrite {
    width: 100%;
    position: absolute;
    top: 180px;
    text-align: center;
	font-size: 0.9em;
  }
  /* ---------------
 　 企業理念ページ
--------------- */
  .top-img {
    width: 100%;
    min-width: 1280px;
    height: 600px;
    background-image: url("../images/philosophy/philosophy-top.png");
    background-size: cover;
	background-attachment:fixed;
	background-position-y: 40%;
    position: absolute;
	top: 0;
    z-index: -100;
  }
  /* ---------------section1--------------- */
  .section1-philosophy {
    width: 80%;
    height: 430px;
    margin: 220px auto 0 auto;
    padding: 0;
  }
  /* ---------------section2--------------- */
  .section2-philosophy {
    width: 80%;
    margin: 0 auto;
  }
  .outline h3, .section2-philosophy h3 {
    margin: 80px 0 40px 0;
    font-size: 3em;
    line-height: 1.5em;
    font-weight: 100;
  }
  h3 span.indent {
    font-size: 1em;
  }
  /* ---------------section3--------------- */
  .section3-philosophy {
    width: 100%;
    margin: 100px 0 0 0;
  }
  .section3-philosophy table {
    width: 800px;
    margin: 0 auto;
  }
  .section3-philosophy table, td, th {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
    font-size: 1em;
    line-height: 2em;
  }
  .section3-philosophy td {
    width: 550px;
  }
  .section3-philosophy th {
    width: 150px;
    font-weight: 100;
    text-align: left;
  }
  a.map-link {
    margin-left: 10px;
    border-bottom: 1px solid #0061AC;
    color: #0061AC;
  }
  .section3-philosophy span {
    font-size: 0.8em;
  }
  /* ---------------
 　 事業内容ページ
--------------- */
  .top-img-service {
    width: 100%;
    min-width: 1280px;
    height: 600px;
    background-image: url("../images/service/service-top.png");
    background-size: 100%;
    background-position: top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
  }
  .service {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .service h3 {
    margin: 80px 0 40px 0;
    font-size: 3em;
    line-height: 1.5em;
    font-weight: 100;
  }
	
  .service h4 {
    margin: 30px 0 10px 0;
    font-size: 1.7em;
    font-weight: 100;
	text-align: center;
  }
.service-section2 {
	  min-width: 1280px;
	}
.service-section2 ul {
	  width: 100%;
	  margin: 50px 0 0 0;
	}
	
  .service-section2 ul li {
	  width: 48%;
	  min-height: 610px;
	  margin: 2% 0 0 0;
	  float: left;
    border-radius: 3px;
	background-color: #ffffff;
	}
	
  .service-section2 .margin-left {
	  margin-left: 2%;
	}
  .service-section2 ul li img {
	  width: 100%;
	}	
	
  .service-section2 ul li p {
	  padding: 10px;
	}
	
.service-section3 {
	min-width: 1280px;
	clear: both;
	padding-top: 5px;
	}
  .service-section3 h4 {
	  width: 150px;
	  margin: 0 auto;
	  background-color: #f1f1f1;
	}

.sample-bk {
	width: 100%;
	height: 1.7em;
	margin: 50px 0 -1.5em 0;
    background-image: url("../images/service/sample-bk.png");
	background-position: center;
	background-repeat: repeat-x;
	}
	
.service-section3 ul {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
    font-size: 1.5em;
	}
	
 .service-section3 ul li {
	width: 30%;
	height: 650px;
	margin:2% 0 0 0;
	float: left;
	background-color: #ffffff;
    border-radius: 3px;
	}
		
 .service-section3 .margin-left {
	  margin-left: 4%;
	}
	
 .service-section3 h5.blue {
    font-size: 1em;
    font-weight: 100;
	text-align: center;
    margin: 20px;
	padding: 7px 0;
	background-color: #104185;
	color: #ffffff;
	}	
.service-section3 .price {
    font-size: 2em;
	line-height: 1.5em;
    font-weight: 100;
	text-align: center;
	color: #c93432;
	}
.service-section3 .price span {
    font-size: 0.5em;
	}
	
.list1,.list2,.list3 {
	width: 90%;
	border-bottom: #ced7e6 1px solid;
	margin: 20px auto;
	}
 .list2 .sample-inner {
	width:250px;
    font-size: 0.7em;
	text-align: left;
	margin: 20px auto;
	line-height: 1.5em;
	}
 .list4 .sample-inner {
    font-size: 0.8em;
	text-align: center;
	}	
.service .clear-both{
	clear: both;
	padding: 10px 0;
	}
	
	
  /* ---------------
 　 リンクボタン
--------------- */
  .se2btn {
    position: relative;
    width: 195px;
    margin-top: 50px;
  }
  .link-btn {
	display: block;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    top: 30%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .link-btn::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 0;
    height: 100%;
    background-color: #104185;
    border-radius: 5px;
  }
  .link-btn::before {
    left: 0;
    transition: all .1s;
  }
  .link-btn:hover::before {
    width: 100%;
    background-color: #104185;
    transition: all .3s;
  }
  .link-btn:hover {
    color: #fff;
  }
  .link-btn .lb_border1:before {
    display: block;
    content: "";
    width: 10px;
    height: 0;
    border-left: #104185 1px solid;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .link-btn .lb_border1:after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    border-top: #104185 1px solid;
    position: absolute;
    left: 3px;
    top: 0;
  }
  .link-btn .lb_border2:before {
    display: block;
    content: "";
    width: 10px;
    height: 0;
    border-right: #104185 1px solid;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .link-btn .lb_border2:after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    border-bottom: #104185 1px solid;
    border-radius: 10px;
    position: absolute;
    right: 3px;
    bottom: 0;
  }
  .link-btn.animated .lb_border1:before, .link-btn.animated .lb_border2:before {
    height: 100%;
  }
  .link-btn.animated .lb_border1:after, .link-btn.animated .lb_border2:after {
    width: 190px;
  }
  .link-btn.animated .lb_border1:before, .link-btn.animated .lb_border2:before, .link-btn.animated .lb_border1:after, .link-btn.animated .lb_border2:after {
    transition: all 0.5s linear;
  }
  .link-btn .lb_inner:after {
    content: "";
    width: 8px;
    height: 15px;
    display: inline-block;
    background: url("../images/top/link_icon.png") no-repeat 0 0;
    position: relative;
    top: 2px;
    margin-left: 0.5em;
  }
  .link-btn:hover .lb_inner:after {
    background: url("../images/top/link_icon_wh2.png") no-repeat 0 0;
    background-size: cover;
  }
  /* 企業理念ボタン*/
  .wh-btn {
    position: relative;
    width: 195px;
    padding: 10px;
    margin-left: 15px;
  }
  .wh-btn a:hover {
    filter: alpha(opacity=100); /* IE 6,7*/
    -moz-opacity: 1; /* IE 8,9 */
    opacity: 1;
  }
  .link-btn-wh {
	display: block;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    top: 30%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .link-btn-wh::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
  }
  .link-btn-wh::before {
    left: 0;
    transition: all .1s;
  }
  .link-btn-wh:hover::before {
    width: 100%;
    background-color: #ffffff;
    transition: all .3s;
  }
  .link-btn-wh:hover {
    color: #104185;
  }
  .link-btn-wh .lb_border1:before {
    display: block;
    content: "";
    width: 10px;
    height: 0;
    border-left: #ffffff 1px solid;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .link-btn-wh .lb_border1:after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    border-top: #ffffff 1px solid;
    position: absolute;
    left: 3px;
    top: 0;
  }
  .link-btn-wh .lb_border2:before {
    display: block;
    content: "";
    width: 10px;
    height: 0;
    border-right: #ffffff 1px solid;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .link-btn-wh .lb_border2:after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    border-bottom: #ffffff 1px solid;
    border-radius: 10px;
    position: absolute;
    right: 3px;
    bottom: 0;
  }
  .link-btn-wh.animated .lb_border1:before, .link-btn-wh.animated .lb_border2:before {
    height: 100%;
  }
  .link-btn-wh.animated .lb_border1:after, .link-btn-wh.animated .lb_border2:after {
    width: 190px;
	}
  .link-btn-wh.animated .lb_border1:before, .link-btn-wh.animated .lb_border2:before, .link-btn-wh.animated .lb_border1:after, .link-btn-wh.animated .lb_border2:after {
    transition: all 0.5s linear;
  }
  .link-btn-wh .lb_inner:after {
    content: "";
    width: 8px;
    height: 15px;
    display: inline-block;
    background: url("../images/top/link_icon_wh2.png") no-repeat 0 0;
    position: relative;
    top: 2px;
    margin-left: 0.5em;
  }
  .link-btn-wh:hover .lb_inner:after {
    background: url("../images/top/link_icon.png") no-repeat 0 0;
    background-size: cover;
  }
}
@-webkit-keyframes anime1 {
  0% {
    width: 0px;
  }
}
@keyframes anime1 {
  0% {
    width: 0px;
  }
}
/* ------------------------------
 　 PC用スタイルここまで
------------------------------ */
/* ------------------------------
 　 ここからスマホ用スタイル
------------------------------ */
@media screen and (max-width:1024px) {
  /* ---------------
　 　　共通
--------------- */
body {
  background-color: #F1F1F1;
  font-family: "mrs-eaves-xl-serif", "source-han-serif-japanese", "serif";
  font-weight: 100;
  font-style: normal;
  word-break: break-all;
}
  p {
    font-size: 1em;
    line-height: 2em;
    text-align: center;
  }
  .blue {
    color: #104185;
  }
  h2 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 50px;
    text-align: center;
	font-weight: 100;
  }
  h3 {
    font-size: 2em;
    line-height: 1em;
    margin: 20px 0;
  }
  h3 span {
    font-size: 0.5em;
  }
	
h3 span.letter-spacing {
    font-size: 1em;
	letter-spacing:0.05em;
}

  .center {
    text-align: center;
  }
  .fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
  .parallax {
    background-position: 0 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .service-bk,
  .philosophy-bk {
    background-color: #f1f1f1;
    padding-top: 10px;
  }
  @media screen and (max-width:375px) {
    p {
      font-size: 0.8em;
    }
    h2 {
      font-size: 1.8em;
    }
  }
  /* ---------------
 　 ナビ
--------------- */
  .sp-nav {
    width: 100%;
    position: fixed;
    z-index: 1;
  }
  ul.navsp {
    background: #ffffff;
    width: 100%;
    height: 40px;
    border-bottom: #e2e2e2 solid 2px;
    padding: 15px;
  }
  ul.navsp li {
    float: left;
  }
  .rogo img {
    width: 300px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .contact img {
    width: 55px;
    position: absolute;
    top: 10px;
    right: 60px;
  }
  .btn img {
    width: 55px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  @media screen and (max-width:414px) {
    .rogo img {
      width: 220px;
      position: absolute;
      top: 17px;
      left: 10px;
    }
    .contact img {
      top: 13px;
    }
    .btn img {
      top: 13px;
    }
  }
  #inner-btn, .link_icon {
    position: absolute;
    right: 30px;
    width: 20px;
    padding-top: 15px;
  }
  #menu-conts {
    display: none;
    background: #ffffff;
    position: absolute;
    color: #104185;
    top: 70px;
    width: 100%;
    z-index: 1;
  }
  #menu-conts2 {
    display: none;
    background: #ffffff;
    position: absolute;
    color: #104185;
    top: 105px;
    width: 100%;
    z-index: 1;
  }
  #menu-conts span {
    padding-left: 30px;
  }
  #menu-conts2 span {
    padding-left: 40px;
  }
  #menu-conts li, #menu-conts2 li {
    height: 50px;
    border-bottom: 3px #bdbdbd solid;
    line-height: 50px;
  }
  #menu-conts li {
    border-left: 3px #bdbdbd solid;
    border-right: 3px #bdbdbd solid;
  }
  #menu-conts2 {
    margin-left: -3px;
  }
  li.topbd {
    border-top: 3px #bdbdbd solid;
  }
  #menu-conts a, #menu-conts2 a {
    display: block;
    color: #104185;
    text-decoration: none;
  }
  /* ---------------
 　 section1
--------------- */
  .section1 {
    padding-top: 70px;
  }
  /* ---------------
 　 section2
--------------- */
  .section2 {
    padding-top: 70px;
  }
  .se2btn {
    width: 60%;
    max-width: 400px;
    margin: 50px auto;
  }
  /* ---------------
 　 section3
--------------- */
  .section3 {
    padding-top: 7%;
  }
  .section3_list li {
    width: 80%;
    margin: 0 auto;
  }
  /* ---------------
 　 section4
--------------- */
  .se4 {
    margin: 20% 0 0 0;
    width: 100%;
    height: auto;
	background-color: #ffffff;
  }
  /* ---------------
 　 section5
--------------- */
  .section5 {
    background-color: #ffffff;
    padding: 7% 0;
  }
  #map {
    width: 80%;
    height: 350px;
	margin: 0 auto 30px auto;
  }
  .section5 p {
    margin-bottom: 7%;
  }
  .gmnoprint {
	  display: none;
	}
  /* ---------------
 　 section-bnr
--------------- */
  .section-bnr {
    width: 80%;
    margin: 0 auto;
    padding: 20% 0 10%;
  }
  /* ---------------
 　 企業理念ページ
--------------- */
  .top-img-ipad {
    width: 100%;
    height: 35%;
	min-height: 300px;
    background-image: url(../images/philosophy/philosophy-top-ipad.png);
    background-size: 100%;
    background-attachment: fixed;
    background-position: center -30%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -100;
	background-color: #65d0f4;
  }	
  .section2-philosophy h3, .section3-philosophy h3 {
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 100;
  }
  h3 span.indent {
    margin-left: -1em;
    font-size: 1em;
  }
  /* ---------------section1--------------- */
.section1-philosophy{
	width: 80%;
	margin: 0 auto;
    padding: 0;
	}	
	
.section1-philosophy img {
    width: 60%;
    margin: 14% 0;
  }
  /* ---------------section2--------------- */
  .section2-philosophy {
    width: 80%;
    margin: 0 auto;
  }
  .section2-philosophy p {
    text-align: left;
  }
  /* ---------------section3--------------- */
  .section3-philosophy {
    width: 100%;
    padding-bottom: 100px;
    line-height: 1.5em;
  }
  .section3-philosophy dl {
    width: 80%;
    margin: 0 auto;
    font-size: 1em;
  }
  .section3-philosophy dt {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .section3-philosophy dd {
    margin-bottom: 30px;
  }
  a.map-link {
    border-bottom: 1px solid #0061AC;
    color: #0061AC;
    position: absolute;
    right: 10%;
    line-height: 1em;
  }
  .section3-philosophy span {
    font-size: 0.8em;
  }
  /* ---------------
 　 事業内容ページ
--------------- */
  .top-img-service {
	content: "";
	display: block;
    position: fixed;
    left: 0;
    top: 70px;
    z-index: -100;
	width: 100%;
    height: 100vh;
    background-image: url("../images/service/service-top.png");
	background-position: top;
    background-size: 100%;
  }

  .service {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .service h3 {
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 100;
  }
	
  .service h4 {
    margin: 20px 0 0 0;
    font-size: 1.3em;
    font-weight: 100;
	text-align: center;
  }
.service-section2{
	margin-bottom: 50px;
	}
.service-section2 ul {
	  width: 100%;
	  margin: 50px 0 0 0;
	}
	
  .service-section2 ul li {
	  width: 100%;
	  margin: 5% 0 0 0;
	background-color: #ffffff;
    border-radius: 3px;
	}	
	
  .service-section2 .margin-left {
	  margin-left: 0;
	}
  .service-section2 ul li img {
	  width: 100%;
	}	
  .service-section2 ul li p {
	  padding: 15px;
	  text-align: left;
	}
  .service-section3 p,
  .service-section2 p {
	  text-align: left;
	}
	

  .service-section3 h4 {
	  width: 150px;
	  margin: 0 auto;
	  background-color: #f1f1f1;
	}

.sample-bk {
	width: 100%;
	height: 1.7em;
	margin: 50px 0 -1.5em 0;
    background-image: url("../images/service/sample-bk.png");
	background-position: center;
	background-repeat: repeat-x;
	}
.over-flow {
		width: 100%;
		overflow: scroll;
	}
.slider ul {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
	}
	
 .service-section3 ul li {
	width: 100%;
	margin:2% 0 0 0;
	padding-bottom: 10px;
	float: left;
	background-color: #ffffff;
    border-radius: 3px;
	}
		
 .service-section3 .margin-left {
	  margin-left: 0;
	}

.slider h5.blue {
    font-weight: 100;
	text-align: center;
    margin: 20px;
	padding: 7px 0;
	background-color: #104185;
	color: #ffffff;
	}
.slider .price {
    font-size: 2em;
	line-height: 1.5em;
    font-weight: 100;
	text-align: center;
	color: #c93432;
	}
.slider .price span {
    font-size: 0.5em;
	}
	
.list1,.list2,.list3 {
	width: 90%;
	border-bottom: #ced7e6 1px solid;
	margin: 20px auto;
	}
 .list2 .sample-inner {
	width:200px;
	text-align: left;
	margin: 20px auto;
	line-height: 1.5em;
	}
 .list4 .sample-inner {
    font-size: 0.8em;
	text-align: center;
	}	
.service .clear-both{
	clear: both;
	padding: 10px 0;
	}

.slider li{
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
	}	
	
	
  .slider {
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 0;
  }	
	
.mypattern .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}	

p.tyuuki {
	width: 80%;
	margin: -80px auto 50px auto;
	text-align: left;
	}
p.tyuuki span {
	font-size: 0.7em;
	}
	
	
.slick-prev,
.slick-next{
	display: none;
}
.slick-prev2{
	width: 3%;
	content: url(../images/service/prev.png);
	position: relative;
    left: 5%;
	top: -350px;
	float: left;
	z-index: 0;
  }
.slick-next2{
	width: 3%;
	content: url(../images/service/next.png);
	position: relative;
    left: 89%;
	top: -350px;
	z-index: 0;
}	
/* Dots */

.slick-dots li
{
	display: none;
}	
	
	
	
  /* ---------------
 　 フッター
--------------- */
  footer {
    width: 100%;
    background-color: #104185;
    color: #ffffff;
    font-size: 1em;
  }
  @media screen and (max-width:414px) {
    footer {
      font-size: 0.8em;
    }
  }
  footer a {
    color: #ffffff;
  }
  ul.nav1 {
    width: 40%;
    margin-top: -5px;
    float: left;
    line-height: 3em;
    padding: 60px 0 0 10%;
  }
  ul.nav2 {
    width: 50%;
    float: left;
    line-height: 2em;
    padding: 60px 0;
  }
  .footer-btn {
    width: 60%;
    max-width: 400px;
    margin: 0 auto 80px auto;
  }
  .address {
    border-top: #afafaf 1px solid;
    text-align: center;
    line-height: 2em;
    padding-top: 50px;
    font-size: 0.8em;
  }
  footer .hp-link {
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
  }
  .address img {
    width: 50%;
    margin: 0 auto 30px auto;
  }
  .copyrite {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 50px;
	font-size: 0.6em;
  }
	

}
/* ---------------
 　 iPhone5/SE用
--------------- */
@media screen and (max-width:320px) {
  ul.navsp {
    height: 40px;
    padding: 5px;
  }
  .rogo img {
    width: 160px;
    top: 12px;
    left: 10px;
  }
  .contact img {
    width: 45px;
    top: 7px;
    right: 50px;
  }
  .btn img {
    width: 45px;
    top: 7px;
    right: 0;
  }
  #menu-conts {
    top: 50px;
  }
  .section1 {
    padding-top: 70px;
  }
  #menu-conts2 {
    top: 85px;
    width: 100%;
    z-index: 1;
  }
  #menu-conts li, #menu-conts2 li {
    height: 40px;
    line-height: 40px;
  }
  #inner-btn, .link_icon {
    padding-top: 10px;
  }
  .section1 {
    padding-top: 50px;
  }
  /* ---------------企業理念--------------- */
  .section2-philosophy h3, .section3-philosophy h3 {
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 100;
  }

  .section1-philosophy {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .section1-philosophy img {
    width: 200px;
    margin: 7% 0;
  }
  .section3-philosophy {
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .section3-philosophy span {
    font-size: 0.7em;
    line-height: 1em;
  }
  /* ---------------事業内容--------------- */
  .top-img-service {
	content: "";
	display: block;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: -100;
	width: 100%;
    height: 100vh;
    background-image: url("../images/service/service-top.png");
	background-position: top;
    background-size: 100%;
  }
  .service h3 {
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 100;
  }
}





 @media screen and (max-width:414px) {
  .top-img-sp {
    width: 100%;
    height: 35%;
	min-height: 300px;
    background-image: url(../images/philosophy/philosophy-top-sp.png);
    background-size: 100%;
    background-attachment: fixed;
    background-position-y: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -100;
	background-color: #65d0f4;
  }	
  .top-img-ipad {
	  display: none;
	}
}


  /* ---------------20211119HDトップのビデオSPでも表示変更--------------- */
@media screen and (max-width: 1024px){
	.hd_ttl {
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	#bg-video.video {
    	position: absolute;
    	min-width: 100%;
    	width: auto;
    	height: 100%;
    	left: 0;
    	z-index: -100;
	}
	.hd_section {
		height: 55vh;
		margin-left: 10%;
	}
	.hd_section img {
		width: 70%;
		margin-top: 20vh;
	}
}
@media screen and (max-width:414px) {
	
	.hd_section {
		height: 50vh;
	}
	.hd_section img {
		width: 80%;
	}
}