@charset "UTF-8";
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
  box-sizing: border-box;
}

html {scroll-behavior: smooth;}

body {
  font-size: 15px;
  margin: 0;
  color: #000;
  font-family: 'Noto Sans JP','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo',serif;
  letter-spacing: .1em;
  line-height: 1.7; }

ul {
  padding: 0; }

a {
  text-decoration: none;
  display: block;
  color: #000; }

li {
  list-style: none; }

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0; }

img {
  width: 100%;
  height: auto; }
.wrap{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}

.en_ttl{font-family: 'Poppins', sans-serif; font-size: 16px; padding-left: 30px; position: relative;}
.en_ttl::before{position: absolute; content: ""; background: #2B87E0; width: 20px; height: 4px; left: 
 0; top: 12px; border-radius: 5px;}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
  animation-delay: 3s; }

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0); }


/*-------header-------------------------------------*/
header {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
	background: #fff;
  z-index: 100; }
  header .header_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    header .header_inner #logo {
      width: 20%;
      margin: auto 0; }
      header .header_inner #logo a {
        display: block; }
        header .header_inner #logo a img {
          width: 100px; }
    header .header_inner #pc_navi {
      width: 50%; font-weight: 500;}
      header .header_inner #pc_navi nav ul.pc_nav_li {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        align-items: center; }
        header .header_inner #pc_navi nav ul.pc_nav_li li a {
          display: block;
          color: #000;
          position: relative; }
          header .header_inner #pc_navi nav ul.pc_nav_li li a:hover {
            color: #2A88E0; }
    header .header_inner .contact_btn {
      height: 80px;
      background: #2A88E0;
      text-align: center;
      transition: all .3s;
      padding: 0 25px; }
      header .header_inner #pc_navi nav ul.pc_nav_li li.contact_btn a {
		  display: flex;
			align-items: center;
        color: #fff;
        height: 80px; }
        header .header_inner .contact_btn a img {
          width: 100%;
          height: 80px; }
        header .header_inner .contact_btn a p {
			display: flex;
			align-items: center;
          font-size: 14px;
          color: #fff;
          margin: 0;}
          header .header_inner .contact_btn a p i.fa {
            font-size: 25px;
            color: #fff; margin-right: 5px;}
      header .header_inner .contact_btn:hover {
        opacity: 0.5; }

header .header_inner .tell{font-size: 25px; font-weight: bold; position: relative; line-height: 1.2; margin-left: 20px; font-family: 'Barlow Condensed', sans-serif;}
header .header_inner .tell::before{position: absolute; content: ""; background: url("../img/tell.png") no-repeat center; background-size: cover; width: 20px; height: 20px; left: -25px; top: 5px;}
header .header_inner .tell span{font-size: 9px; display: block; line-height: 1; font-weight: normal;}


/*-------kv-------------------------------------*/
.kv{position: relative;}
.kv h2{position: absolute; font-size: 55px; bottom: 20%; left: 5%; color: #fff;}
.slick-img{
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.slick-img.img1{
	background: url("./img/kv1.png") no-repeat center;
	background-size: cover;
}
.slick-img.img2{
	background: url("./img/kv2.png") no-repeat center;
	background-size: cover;
}



/*-------about-------------------------------------*/
#about{
	margin-top: 50px;
}
#about .inner .img_area{width: 50%;}
#about .inner .text_area{width: 48%; position: relative; color: #fff; padding-left: 30px; padding-top: 50px;}
#about .inner .text_area::after{position: absolute; content: ""; background: #0F31A2; width: 120%; height: 0; padding-top: 75%; top: 20px; z-index: -1; left: -20px;}
#about .inner .text_area h2{margin: 5px 0 20px; line-height: 1.2; font-size: 30px;}
#about .inner .text_area h4{font-size: 20px; margin-bottom: 15px;}
a.btn{background: #2A88E0; padding: 15px 0; text-align: center; color: #fff; font-weight: bold; margin-top: 20px; width: 300px;}

/*-------事業内容-------------------------------------*/
#business{
	background: #f5f5f5;
	padding: 80px 0;
	margin-top: 80px;
}
#business .bg{background-image: url("img/business_bg.png");
  background-size: cover;
  background-position: center;
	height: 300px;
	opacity: 0.8;
}
.business_top .en_ttl{text-align: center; padding-left: 0;}
.business_top .en_ttl::before{display: none;}
#business  h2{margin: 0 0 20px; line-height: 1.2; font-size: 30px; text-align: center;}
.business_1 .wrap p.content{width: 50%;}
.business_1 .wrap.flow{margin-top: 50px; align-items: stretch;}
.business_1 .wrap.flow li{border: 3px solid #000; border-left: none;  width: 25%; position: relative; padding: 60px 15px 20px;; text-align: center;}
.business_1 .wrap.flow li:nth-child(1){border-left: 3px solid #000;}
.business_1 .wrap.flow li .num{
	font-family: 'Poppins', sans-serif; 
	font-size: 35px; 
	font-weight: bold; 
	border: 3px solid #000;
	display: inline-block;
	padding: 5px 15px;
	position: absolute;
    top: -3px;
    left: -3px;
}
.business_1 .wrap.flow li img{width: 60%}
.business_1 .wrap.flow li p{font-size: 13px;}
.business_1 .wrap.flow li p.bold{font-size: 18px; font-weight: bold; padding-bottom: 5px;}

.business_content{width: 48%;}
#business .business_content .text_area{margin-top: 40px;}
#business .business_content h2.title{font-size: 24px; margin: 0;}
#business .business_content .text_area .wrap{margin-top: 5px; align-items: baseline;}
.wrap.other_business{align-items: baseline; margin-top: 100px;}


/*-------会社概要-------------------------------------*/
#company{
	background: url("img/com_bg.png") no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
#company .inner{background: rgba(255, 255, 255, 0.8); padding: 80px;}
#company .inner h2{margin: 5px 0 20px; line-height: 1.2; font-size: 30px}
table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    font-weight: normal;
    text-align: left;
    padding-left: 40px;
}
table th, table td {
    border-bottom: 1px solid #ddd;
    padding: 40px;
}

/*-------問い合わせ-------------------------------------*/
#contact{background: #f5f5f5;}
#contact .head_title h2{margin: 5px 0 20px; line-height: 1.2; font-size: 30px; text-align: center;}
#contact .form{max-width: 900px; margin: 0 auto;}



/*-------フッター-------------------------------------*/
footer .inner{padding-bottom: 30px;}
footer .logo{width: 220px; margin: 0 auto;}
footer .nav{margin-top: 30px;}
footer ul.wrap{justify-content: flex-start;}
footer ul li{text-align: center; position: relative; padding: 0 48px;}
footer ul li::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background: #000;
	top: 0;
	right: 0;
}
footer ul li:nth-child(6)::after{display: none;}
footer ul li a{font-size: 14px;}
footer ul li a:hover{color: #2A88E0;}
footer .copyright{color: #646464; font-size: 12px; text-align: center; padding-top: 50px;}

/*-------プライバシーポリシー------------------------------------*/
.privacy_main{padding-top: 100px;}
.privacy_main h3{text-align: center; font-size: 35px;}
.privacy_main .inner{padding-top: 0;}
.privacy_main h4 {
    font-size: 28px;
    padding: 15px 0;
    border-top: 1px solid #070707;
    border-bottom: 1px solid #070707;
    margin: 80px 0 30px;
}
.privacy_main .blank {padding-top: 40px;}
.privacy_main .paragraph {padding-left: 20px;}
.privacy_main .subheading {padding-left: 40px;}
.privacy_main .info {padding-top: 40px;}



@media (max-width: 767px) {
	.sp_none{display: none;}
  #pc_navi {
    display: none; }

  header {
    height: 70px; }

  header .header_inner {
    height: 70px; }

  header .header_inner #logo a {
    width: 90px; }

  header .header_inner #logo a img {
    width: 100%;
    margin-left: 1rem; }

  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 45px;
    cursor: pointer;
    background: #2A88E0;
    padding: 10px; }
    #nav-toggle > div {
      position: relative;
      width: 30px; }
    #nav-toggle span {
      width: 100%;
      height: 3px;
      left: 0;
      display: block;
      background: #fff;
      position: absolute;
      transition: transform .4s ease-in-out, top .3s ease; }
      #nav-toggle span:nth-child(1) {
        top: 0; }
      #nav-toggle span:nth-child(2) {
        top: 10px; }
      #nav-toggle span:nth-child(3) {
        top: 20px; }

  .open #nav-toggle span {
    background: #fff; }
    .open #nav-toggle span:nth-child(1) {
      top: 12px;
      transform: rotate(45deg); }
    .open #nav-toggle span:nth-child(2) {
      top: 12px;
      width: 0;
      left: 50%; }
    .open #nav-toggle span:nth-child(3) {
      top: 12px;
      width: 30px;
      transform: rotate(-45deg); }

  #nav-toggle {
    z-index: 1000; }

  #gloval-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 40px;
	padding-right: 40px;
    padding-top: 80px;
    z-index: 990;
    visibility: hidden;
    font-size: 16px;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease; }

  #gloval-nav a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 25px 0 25px 20px;
	border-bottom: 1px solid #000;
	  font-weight: bold;
	  position: relative;
    transition: color .4s ease; }
	#gloval-nav a::after{
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: solid 2px #555; 
		border-right: solid 2px #555; 
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
	}
	#gloval-nav li:nth-child(5) a{border-bottom: none;}
  #gloval-nav ul {
    list-style: none;
    padding: 0; }
  #gloval-nav .gloval_btn {
    margin: 15px 0;
    background: #e73838;
    width: 100%; }
    #gloval-nav .gloval_btn a {
      padding: 5px 15px;
      color: #fff; }
      #gloval-nav .gloval_btn a p {
        margin: 0;
        color: #fff; }
	
	#gloval-nav .contact_btn a{padding: 15px 0; border: none;}
	#gloval-nav .contact_btn a::after{display: none}

  /* open */
  .open {
    overflow: hidden; }
    .open #gloval-nav {
      visibility: visible;
      opacity: 1; }
    .open #gloval-nav ul {
      padding: 0; }
    .open #gloval-nav li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; }
	.open #gloval-nav li.tell{margin-top: 45px; margin-left: 40px; font-size: 28px;}
	
	header .header_inner .tell::before{width: 30px; height: 30px; left: -40px; top: 20px;}
	header .header_inner .contact_btn{margin-top: 30px; height: auto;}
	
	header .header_inner .contact_btn a{padding: 30px 0;}
  header .header_inner .contact_btn a p {
	  justify-content: center;
    font-size: 18px;
    margin: 0 !important; }

  header .header_inner .contact_btn a p i.fa {
    display: inline-block; }
	
	.inner{margin: 0 15px; padding: 60px 0;}
	a.btn{width: 300px; margin: 0 auto;}
	
	
/*-----------KV---------------------------*/
	.kv{padding-top: 70px;}
	.kv h2{font-size: 30px;}
	
	
/*-----------about---------------------------*/
	.en_ttl{font-size: 14px; padding-left: 20px;}
	.en_ttl::before {
		width: 15px;
		height: 4px;
		left: 0;
		top: 10px;
	}
	#about{overflow: hidden;}
	#about .inner{padding: 30px 0 40px;}
	#about .inner .text_area, #about .inner .img_area{width: 100%;}
	#about .inner .img_area{order: 1;}
	#about .inner .text_area{order: 2; padding-left: 20px; padding-top: 30px;}
	#about .inner .text_area::after {
		width: 120%;
		height: 0;
		padding-top: 165%;
		top: -50px;
	}
	
/*-----------business---------------------------*/
	#business{margin-top: 0; padding-bottom: 0;}
	#business .bg{height: 200px;}
	.business_1 .wrap p.content{width: 100%;}
	#business .business_1 h2{text-align: left; font-size: 25px;}
	.business_1 .wrap.flow li{width: 100%; border-left: 3px solid #000; border-top: none; padding-top: 20px;}
	.business_1 .wrap.flow li:nth-child(1){border-top: 3px solid #000;}
	.business_1 .wrap.flow li .num{font-size: 30px;}
	.business_1 .wrap.flow li img{width: 40%;}
	.business_content{width: 100%; margin-bottom: 40px;}
	#business .business_content .text_area{margin-top: 10px;}
	#business .business_content .text_area h2{padding-bottom: 15px;}
	
	
/*-----------company---------------------------*/
	#company .inner{padding: 30px;}
	table th, table td{padding: 20px 0; display: block;}
	table th{border-bottom: none; padding-bottom: 0; font-weight: bold;}
	table td{padding-top: 10px;}
	
	
		
/*-----------footer---------------------------*/
	footer .logo{width: 150px;}
	footer .copyright{font-size: 10px; padding-top: 40px;}
	footer .nav{width: 90%; margin: 30px auto 0;}
	footer ul.wrap{justify-content: space-between;}
	footer ul.wrap li{padding: 0; width: 50%; text-align: justify; padding-top: 8px;}
	footer ul li::after{display: none;}
	
	
/*-----------プライバシーポリシーページ---------------------------*/
	.privacy_main h4 {font-size: 22px;}
	
}
@media (min-width: 768px) {
  .pc_none {
    display: none; }
	
  header .header_inner #logo {
    margin-left: 2em; }

  #sp_navi {
    display: none; }
	
	#business .bg{background-attachment: fixed;}
}

/*コンタクトフォーム*/
/* template01 */
.form__wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-privacy a{display: inline-block;  color: #4E80CE;}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label{font-size: 16px;}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 div.form__row p.small{font-size: 12px;}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 20px;;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
  background-color: #fff!important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  padding: 20px;
  border-radius: 80px;;
  box-shadow: none;
  border: 1px solid #2A88E0;
  background-color: #2A88E0;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-weight: bold;
	font-size: 16px;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
  border: 1px solid #2A88E0;
  background-color: #fff;
  color: #2A88E0;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
::placeholder {
  color: #afafaf;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
