@charset "UTF-8";
iframe {
  vertical-align: bottom;
}

.header_contanct a {
  display: block;
  white-space: nowrap;
  margin: 8px;
}

.wrapper {
  margin: 0 auto;
  padding-top: 80px;
}

section {
  box-sizing: border-box;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}


/*header*/
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

li {
  list-style-type: none;
}
.inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
  width: 100%;
}
.header {
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header {
  background-color: #ffffff;
  color: white;
  transition: 0.3s;
}
.nav-inner {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0 auto;
}
.nav-title a {
  display: block;
  height: 90%;
  width: auto;
  font-weight: bold;
}

.nav-title img {
  display: block;
  height: 60px;
  width: auto;
}
nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.nav-item:not(:first-child) {
  margin-left: 40px;
}

.nav-item-img {
	width: 40px;
	height: 40px;
}
.nav-item-link {
  font-size: 10px;
  color: #000;
  display: flex;
  flex-flow: column-reverse;
  line-height: 1.5;
  text-align: center;
}

.navItem {
  text-align: center;
  font-size: 12px;
  color: #000;
}

.menu-sub {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
}

li.nav-item {
    align-self: center;
}

.header_btn {
  padding: 8px 50px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 16px;
}

.header.change-color .header_btn {
  /* color: white; */
  transition: 0.3s;
}

.header.change-color .header_btn .menu-sub {
  /* color: white; */
  transition: 0.3s;
}

.service .sec-title {
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  letter-spacing: 0.04em;
}

.sec-title .en {
  font-style: normal;
  font-weight: 500;
  font-size: 128px;
  letter-spacing: 0.04em;
}

.sec_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

/*fv*/
.fv_outer {
  box-sizing: border-box;
  padding-left: 100px;
  padding-top: 80px;
  position: relative;

}

.fv {
  width: 100%;
  height: 80vh;
  z-index: 1;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}


.fv_text{
	position: absolute;
	bottom: 10%;
	left: 7%;
}

h1 {
  font-weight: 700;
  font-size: 64px;
  z-index: 3;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
    line-height: 2.5;
}



/*service*/
.service {
  position: relative;
}

.service .sec_inner {
  padding-top: 100px;
}

.service:before {
  content: "";
  display: block;
  height: 335px;
  position: absolute;
  top: 195px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  width: 100vw;
  z-index: -1;
}

.position_center_service {
  position: absolute;
  left: 0%;
  top: 52%;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
}

.service_text p {
  min-height: 140px;
  font-weight: 700;
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 12px 80px 12px 20px;
  margin-top: 16px;
}

a.btn::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 20px;
}

/*works*/
.works_card {
  text-align: left;
  margin-bottom: 20px;
}

.works_card img {
  margin-bottom: 20px;
  height: 240px;
  object-fit: cover;
}

.category {
  font-size: 13px;
  font-weight: bold;
}

/*company*/
.company .sec-title {
  color: white;
  margin-bottom: 40px;
}

.company .sec-title span {
  color: white;
  font-size: 80px;
}

.company_items img {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  z-index: 3;
}

.company_items a {
  display: block;
}

.company_items h2 {
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.company_items h2 span {
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.company,
.president {
  overflow: hidden;
}

.company,
.company:before,
.company:after {
  border-radius: 0 24px 24px 0;
}

.president,
.president:before,
.president:after {
  border-radius: 24px 0 0 24px;
}

.president:hover,
.company:hover {
  opacity: 0.8;
}

.president:after,
.company:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.president:hover:after,
.company:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*contact*/
.contact {
  width: 100%;
  padding: 80px;
  z-index: 1;
  margin-top: 120px;
}

img.icon {
  height: 40px;
  width: auto;
  margin-right: 12px;
}

.contact .sec-title {
  color: white;
  margin-bottom: 40px;
  text-align: left;
  font-size: 24px;
}

.contact .sec-title span {
  color: white;
  font-size: 96px;
}

.contact_sub {
  text-align: left;
  width: 100%;
}

.contact_sub p {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
}

/*footer*/
footer {
  color: white;
  padding: 40px;
}

footer .nav-inner {
  height: auto;
  margin: 0 auto;
  display: block;
}

footer .nav-title img {
  margin: 0 auto 40px;
}
footer .nav-title {
  color: white;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.44px;
}

footer .nav-item a {
  color: white;
}

footer .nav-item a span {
  color: white;
}


/* footer .nav-item:nth-last-child(3){
  position: relative;
  padding-left: 48px;
}
footer .nav-item:nth-last-child(3)::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  display: inline-block;
  background-color: white;
  left: 0px;
} */




ul.sub_menu {
  padding: 0 0 0 40px;
}

.sub_menu li a {
  color: #fff;
  font-size: 12px;
}

.footer_btn {
  border-left: solid 1px #fff;
  padding: 0 20px;
}
.copyright {
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 1279px) {
  /*1279px以下に適用されるCSS（スマホ用）*/
  .pc_only {
    display: none !important;
  }
	

  * {
    font-size: 16px;
  }

  header {
    width: 100%;
    height: 60px;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  header .name {
    line-height: 60px;
    display: block;
    margin-left: 20px;
  }

  .wrapper {
    overflow: hidden;
    padding-top: 60px;
  }

  .inner {
    padding: 16px 0;
  }

  .inner,
  .sec_inner {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  header img {
    height: 50px;
    width: auto;
    margin: 5px 20px;
  }

  .contact {
    margin-top: 40px;
  }

  /*ナビのスタイル*/
  nav.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: white;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
  }

  .NavInner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  nav.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
  }

  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }

  nav.NavMenu ul li a {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    padding: 15px 0;
    padding: 15px 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
  }


	.nav-list{
		justify-content: center;
	}
	
	.nav-item:nth-last-child(2){
		margin-left: 0;
	}

  .header_right {
    display: flex;
    width: 50%;
    justify-content: center;
    margin: 0 auto;
  }

  .header_right a {
    display: inline-block;
  }
  .header_btn {
    width: 90%;
    margin: 0 auto;
  }
  /*ボタンのスタイル*/
  .Toggle {
    position: fixed;
    right: 18px;
    top: 7px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    display: block;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #c1c1c1;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }

  .Toggle span:nth-child(1) {
    top: 9px;
  }

  .Toggle span:nth-child(2) {
    top: 20px;
  }

  .Toggle span:nth-child(3) {
    top: 31px;
  }

  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #c1c1c1;
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #c1c1c1;
  }

  section {
    padding-top: 0px;
  }

  .sec_inner {
    padding: 20px;
  }

  .service .sec-title {
    font-size: 48px;
  }
  .sec-title {
    margin-bottom: 8px;
  }
  .sec-title .en {
    font-size: 60px;
  }

  .contact .sec-title span,
  .company .sec-title span {
    font-size: 40px;
  }
  h1 {
    font-size: 28px;
    /* text-decoration: underline;
    text-decoration-thickness: 40px;
    text-decoration-color: white;
    text-underline-offset: -30px;
    text-decoration-skip-ink: none; */
  }

  .h1-span{
    font-size: 28px !important;
    display: inline-block;
    bottom: 30%;
    left: 7%;
    color: #313131;
    font-weight: 700;
    font-size: 64px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
  }

  .h1-span:nth-child(1){
    left: 12%;
  }
  .h1-span::before{
    content: "";
    display: block;
    width: 117%;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 8%;
    left: -9%;
    z-index: -1;
  }
  .h1-span:nth-child(3)::before{
    width: 110%;
    left: -3%;
  }
  .h1-span:nth-child(5)::before{
    width: 110%;
    left: -2%;
  }

  .fv_outer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 80px;
    position: relative;
  }

  /*service*/
  .service .sec_inner {
    padding-top: 60px;
  }

  .service:before {
    top: 80px;
  }

  .service_text {
    padding: 16px;
  }

  .service_text h3 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .service_text p {
    min-height: initial;
  }

  .service_card {
    margin-bottom: 40px;
  }

  /*company*/
  .company .sec_inner {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: center;
    align-items: center;
  }
  .company .sec_inner {
    margin-bottom: 40%;
  }

  .company_items {
    padding: 16px 0;
  }

  section.company {
    margin-bottom: 0px;
  }

  .company .sec-title {
    margin-bottom: 16px;
  }

  .works .sec_inner {
    padding: 0px 0 0 16px !important;
  }

  .slider2 .slick-list {
    padding: 0 15% 0 0 !important;
  }

  /*contact*/
  .contact {
    padding: 16px;
  }
  .contact_text {
    width: 90%;
  }

  img.footer_logo {
    height: 32px;
    width: auto;
    margin: 16px;
  }

  .address p {
    color: white;
    text-align: left;
  }

  .contact_btns .pd {
    width: 100%;
  }

  .contact .btn {
    width: calc(100% - 0px) !important;
  }

  /*footer*/
  .nav-inner {
    display: block;
  }

  footer {
    padding: 20px 20px 20px;
  }

  footer .inner {
    padding: 0;
  }
	
footer .nav-item:nth-last-child(1){
	margin-left:24px;
}
footer .nav-item:nth-last-child(2){
	margin-left:0px;
}

  footer .nav-title img {
    margin-bottom: 0;
    height: 60px;
  }
	
		footer .nav-title img {
display:none;
	}
footer .nav-title {
  color: white;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.44px;
}
}

footer .nav-list {
	margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .flexbox {
    display: flex;
    justify-content: space-around;
  }
  .sp_only {
    display: none !important;
  }

  /*service*/
  .service_card img,
  .service .textbox {
    width: calc(50% - 20px);
  }

  .service .flexbox:nth-child(2n) {
    flex-direction: row-reverse;
  }

  /* 	company */

  .company_text p {
    padding-right: 80px;
  }

  .company,
  .president {
    width: calc(50% - 20px);
    height: 240px;
  }

  /*works*/
  .works .flexbox {
    justify-content: space-around;
  }
  .works_card {
    width: 320px;
  }

  .contact .sec_inner {
    display: flex !important;
    align-items: center;
    gap: 80px;
  }

  .contact_text,
  .address {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .address img {
    height: 60px;
    width: auto;
    margin-bottom: 32px;
    align-self: flex-start;
  }

  .address p {
    color: white;
    text-align: left;
  }
}
