@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
html,body{
	font-family:  'Inter',"Noto Sans JP", Helvetica, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: #111111;
	line-height: 1.8;
	letter-spacing: 0.02em;
	scroll-padding-top: 100px;
}
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;
}

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;
}
hr{
    margin:0.4rem 0;
}
h1.logo{
  width: 14em;
  margin-top:0.2rem;
  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;
}

.orange{color:#dd811f;}


.top{
  background: url(../images/bg_mv_pc.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 16em 0 2em;
}
.top h2.catch{
  display: block;
  font-size: 100%;
  width: 100%;
}
.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: 320%;
  font-weight: bold;
}
.h2-btm{
  text-align: center;
  font-size: 93%;
  margin-bottom: 2.66em;
}
h3.h3-01{
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
  padding-left: 0em;
  margin-bottom: 0.5em;
  margin-top:0rem;
}


.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: 1020px;
  max-width: 100%;
  margin: 0 auto 2rem;

    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% / 2 );
  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 3rem;
}
.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{
  width: 100%;
}

.company{
 color:#fff;
 background:#111;
 margin-top:4rem;
 padding-bottom:1rem;
}
.company .content{
  width: 48em;
}
.company dl{
  border-top: 1px solid #555;
  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 #555;
}
.company dl dd{
  width: 77%;
  float: left;
  padding: 1em 0;
  border-bottom: 1px solid #555;
}

.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{
  background-color: #F5F5F5;
  padding-bottom: 80px;
}

.tp-contact__btn {
  display: block;
  width: 500px;
  height: 64px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #111111;
  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: #fff;
  font-size: 87.5%;
  background:#111111;
}
footer a{
  color: #fff;
}
footer ul{
  margin-bottom: 1.5em;
}
footer ul li{
  display: inline-block;
  padding: 0 1em;
}

  .anchor {
    position: relative;
  }

  .anchor::before {
    content: '';
    display: block;
    height: 100px; /* ヘッダーの高さ */
    margin-top: -100px; /* ヘッダーの高さ */
  }

/*スクロールバー全体*/
::-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: 0px;
	width: 40px;
	height: 40px;
	background-color: #111111;
	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: 17px; }

.content{
  width: 100%;
  max-width: 1080px;
  padding: 0 30px;
  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: 2em;
  margin-top:0.5rem;
  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;
  font-size:0.8rem;
}
/*チェックが入ったらもろもろ表示*/
#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;
    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;
}



}
