
html,body{
	font-family: 'Poppins', 'Noto Sans JP', "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  color: #000000;
	line-height: 1.7;
	letter-spacing: 0.03em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a{ color: #777;transition: 0.3s;text-decoration: none; }
a:hover{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}

.f-left{ float: left; }
.f-right{ float: right; }
.clear{ clear: both; }




body{
  padding-top: 5em;
}
nav{
  width: 100%;
  height: 5em;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.8s;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h1.logo{
  width: 12em;
  margin-top:4.5rem;
  margin-left: 1.8em;
}
nav ul.nav{
  display: flex;
  justify-content: flex-start;
  margin-left: auto;

  font-size: 87.5%;
  margin-right: 1em;
}
nav a{
  color: #000;
}
nav ul.nav li{
  margin-right: 2em;
}


section{
  padding-top: 3em;
}
section.p-btm{
  padding-bottom: 5em;
}


.top{
  background: url(../images/bg_mv_pc.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 8em 0 8em;
}
.top h2.catch{
  display: block;
  font-size: 100%;
  width: 58em;
	margin: 0 auto;
}
.top h2.catch img{
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
}
.top img.factor{
  margin: -2em 0 2.87em;
}
.top ul{
  margin-top: 3em;
  overflow: hidden;
}
.top ul li{
  display: block;
  width: calc( 91% / 4 );
  margin-right: 3%;
  float: left;

  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.62em;

  height: 10.87em;
  margin-bottom: 1.87em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap : wrap;
}
.top ul li:nth-child(4n){
  margin-right: 0;
}
.top ul li h3{
  font-size: 187%;
  font-weight: bold;
  line-height: 1;
}
.top ul li span{
  display: block;
  font-size: 46.66%;
  margin-top: 0.8em;
}


h2.h2-01{
  text-align: center;
  font-size: 250%;
  font-weight: bold;
}
.h2-btm{
  text-align: center;
  font-size: 93%;
  margin-bottom: 2.66em;
}
h3.h3-01{
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  padding-left: 1em;
  border-left: 3px solid;
  margin-bottom: 2.5em;
}


.news .news-list{
  border: 1px solid #E2E2E2;
  border-radius: 0.3em;
  overflow: hidden;
}
.news .news-list ul{
  height: 5em;
  padding: 0.5em 1.6em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.news .news-list ul li{
  display: block;
  padding: 0.6em 0;
  border-bottom: 1px solid #E2E2E2;
}
.news .news-list ul li:last-child{
  margin-bottom: 1em;
}
.news .news-list ul li span.day{
  display: inline-block;
  width: 7em;
}


.service ul{
  overflow: hidden;
  border: 1px solid #E2E2E2;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.service ul li{
  display: block;
  width: calc( 100% / 3 );
  float: left;
  border-right: 1px solid #E2E2E2;
}
.service ul li:last-child{
  border-right: 0;
}
.service ul li .li-txt{
  padding: 1.6em 1.2em;
}
.service ul li h3{
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.service ul li p{
  font-size: 93.75%;
}


.swiper-container{
  padding-bottom: 55px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 0;
}
.swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: #BABABA;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.swiper-pagination-bullet-active{
  background: #ccc;
}


.ob img{
margin-top:-60px;
  width: 100%;
}


.company .content{
  width: 48em;
}
.company dl{
  overflow: hidden;
  margin-bottom: 5em;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company dl dt{
  width: 23%;
  float: left;
  padding: 1em 0;
  border-bottom: 1px solid #E2E2E2;
}
.company dl dd{
  width: 77%;
  float: left;
  padding: 1em 0;
  border-bottom: 1px solid #E2E2E2;
}

.contact .content{
  width: 48em;
}

.contact .content p {
  padding-bottom: 0.4em;
}


/*---------- メールフォーム pc ----------*/



.form{
margin:0 0 20px 0px;
padding:0px 0 0 0px;
width: 98%;
height: 70px;
font-size:18px;
border-radius:10px;
text-align:left;
padding-left:15px;
background-color:#fafafa;
border:1px solid #bbb;
}

.textarea{
margin:0 0 20px 0px;
padding:10px 0 0 0px;
width: 98%;
height: 200px;
font-size:18px;
border-radius:10px;
text-align:left;
padding-left:15px;
background-color:#fafafa;
border:1px solid #bbb;
-webkit-appearance: none;
}

 input[type=submit] {
  background-color: #f5b0e4;
  border: none;
  border-radius:10px;
  color: #fff;
  padding: 16px 55px;
  text-decoration: none;
  margin: 4px auto;
  display:block;
  font-size: 18px;
  font-weight: bold;
}

form p{ margin-top: 20px; }

span.validation{
  font-size: 100%;
  color: #DD2E4D;
  display: none;
  margin-top: 0.5em;
}

.input-validation-error ~ span.validation{ display: block; }

.tp-contact__btn {
  display: block;
  width: 300px;
  height: 64px;
  margin: 0 auto 80px;
  margin-top: 50px;
  background-color: #171a2a;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .tp-contact__btn {
    margin-top: 40px;
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
}


footer{
  padding: 3.75em 0;
  text-align: center;
  color: #5D5D5D;
  font-size: 87.5%;
  background:#f8f8f8;
}
footer a{
  color: #5D5D5D;
}
footer ul{
  margin-bottom: 1.5em;
}
footer ul li{
  display: inline-block;
  padding: 0 1em;
}




/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 0.5em;
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, .2);
border-radius: 0.5em;
}


/* ページトップ */
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 997;
  font-size: 16px;
}
#pagetop i {
	padding-top: 11px;
}
#pagetop a {
	display: block;
	z-index: 997;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #ddd;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

body{ font-size: 16px; }

.content{
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

.service .text {
  text-align: center;
  padding-bottom: 3em;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px){

body{ font-size: 1.33vw; }

.content{
  padding: 0 4.17%;
}

.service .text {
  text-align: center;
  padding-bottom: 3em;
}


}/*　タブレットここまで */
}/*　PCここまで */





/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

body{ font-size: 4vw; }
h2{ font-size: 150%; }

.f-left,
.f-right{
  width: 100% !important;
  float: inherit;
}

.content{
	width: 100%;
	padding: 0 5%;
}

.service .text {
  padding-bottom: 3em;
}

body{
  padding-top: 4em;
}
nav{
  height: 4em;
}
h1.logo{
  width: auto;
  height: 6.5em;
  margin-top:3rem;
  margin-left: 1em;
}
h1.logo img{
  height: 100%;
}
#nav-drawer {
  position: relative;
  margin-left: auto;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 4em;
  height: 4em;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 9999;/*最前面に*/
}
/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 0.2em;/*線の太さ*/
  width: 1.7em;/*長さ*/
  border-radius: 0.1em;
  background: #342B27;
  display: block;
  content: '';
  transition: .3s ease-in-out;
}
#nav-open span{
  top: 50%;
  left: 50%;
  margin-left: -0.85em;
}
#nav-open span:before {
  bottom: 0.5em;
}
#nav-open span:after {
  bottom: -0.5em;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;/*アイコンの後ろに*/
  width: 100%;
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-content {
  opacity: 1;
  pointer-events: inherit;
}
#nav-input:checked ~ #nav-open span {
  background: #fff;
}
#nav-input:checked ~ #nav-open span:before {
  background: #342B27;
  transform: rotate(-45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open span:after {
  background: #342B27;
  transform: rotate(45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open{
  position: fixed;
  top: 0;
  right: 0;
}


#nav-content{
  text-align: center;
}
#nav-content ul{
  margin-top: 5em;
  font-size: 120%;
}
#nav-content ul li{
  margin-bottom: 1.4em;
}
#nav-content img.nav-logo{
  width: 76%;
  position: absolute;
  bottom: 2em;
  left: 12%;
}



.top {
    background: url(../images/bg_mv_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 8em 0 8em;
    position: relative;
}
.top h2.catch {
    width: 98%;
}
.top img.factor{
  margin: 3.8em 0 1em;
}
.top ul{
  margin-top: 3.8em;
}
.top ul li{
  width: calc( 95% / 2 );
  margin-right: 5%;
  height: 5.6em;
  margin-bottom: 1em;
}
.top ul li:nth-child(2n){
  margin-right: 0;
}
.top ul li h3{
  font-size: 120%;
}
.top ul li span {
  font-size: 66.66%;
  margin-top: 0.5em;
}


section {
  padding-top: 2em;
}
section.p-btm {
  padding-bottom: 4em;
}


h2.h2-01{
  font-size: 186.66%;
  line-height: 1.3;
}
.h2-btm{
  font-size: 93.33%;
  margin-bottom: 2.2em;
}


.news .news-list ul {
    height: 5em;
    padding: 0 4%;
    border: 0;
}
.news .news-list ul li span.day{
  display: block;
  width: 100%;
}


.service ul{
  border: 0;
}
.service ul li{
  width: 100%;
  float: inherit;
  padding: 1.5em 5%;
  border-right: 0;
  border-bottom: 1px solid #E2E2E2;
}
.service ul li:first-child{
  padding-top: 0;
}
.service ul li .li-txt{
  padding: 1.6em 0 1em;
}
.service ul li h3{
  font-size: 120%;
}


.swiper-container {
  padding-bottom: 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 4px;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}


.company .content{
  width: 100%;
}
.company dl{
  font-size: 93.33%;
  margin-bottom: 4em;
}
.company dl dt {
  width: 27%;
}
.company dl dd {
  width: 73%;
}

.contact .content{
  width: 100%;
}

.form{
margin:0 0 10px 0px;
padding:0px 10px;
width: 100%;
height: 54px;
font-size:16px;
border-radius:10px;
text-align:left;
background-color:#fafafa;
border:1px solid #bbb;
-webkit-appearance:none;
}

.textarea{
margin:0 0 20px 0px;
padding:10px 0 0 10px;
width: 100%;
height: 200px;
font-size:16px;
border-radius:10px;
text-align:left;
background-color:#fafafa;
border:1px solid #bbb;
-webkit-appearance: none;
}

 input[type=submit] {
  background-color: #f5b0e4;
  border: none;
  color: #fff;
  padding: 16px 55px;
  text-decoration: none;
  margin: 1.2em auto;
  display:block;
  font-size: 18px;
  font-weight: bold;
}

span.validation{
  font-size: 90%;
}




footer{
  text-align: left;
  font-size: 14px;
  padding: 3em 0;
}
footer ul li{
  padding: 0 1em 0 0;
  line-height: 2.2;
}



}
