@charset "utf-8";

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

img {
  max-width: 100%;
}

h1 {
  color: #343437;
}

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
  background: #3EA1D1;
  height: 5px;
}

.drawer-hamburger {
  padding-top: 20px;
  padding-left: 20px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 50px;
}

.logo {
  font-size: 36px;
  margin: 15px;
  font-weight: bold;
}

.menu {
  display: none;
}

.mainvisual {
  position: relative;
}

.slider-img img {
  width: 100%;
  height :300px;
}

.catchcopy {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #343437;
}

main h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 150px;
  color: #343437;
}

p {
  font-size: 16px;
  color: #343437;
  padding-top: 100px;
  line-height: 1.8;
  margin: 0 auto;
}

.about {
  margin: 0 auto;
  text-align: center;
}

.about p {
  text-align: left;
	display: inline-block;
}

.business {
  margin: 0 auto;
  text-align: center;
}

.business p {
  text-align: left;
	display: inline-block;
}

.products {
  margin: 0 auto;
  text-align: center;
}

.products p {
  text-align: left;
	display: inline-block;
}

.business-images {
  text-align: center;
  margin: 100px 0;
}

.business-image {
  margin: 50px 0;
}

.business-image img {
  transition-duration: .4s;
  width: 70%;
}

.business-image img:hover {
  transform: scale(1.1);
}

.product-img {
  text-align: center;
}

.products-contents {
  margin: 0 auto;
  text-align: center;
}

.products-contents p {
  text-align: left;
	display: inline-block;
}

.product-img img {
  margin-top: 100px;
  border-radius: 50%;
  transition-duration: .4s;
}

.product-img img:hover {
  transform: scale(1.1);
}

.product-img p {
  padding-top: 18px;
  display: block;
  text-align: center;
}

.button a{
  color: #3EA1D1;
  font-size: 16px;
  padding: 6px 48px;
  border: 1px solid #DDF9FF;
  background-color: #DDF9FF;
  border-radius: 20px;
  line-height: 16px;
  font-weight: bold;
  box-shadow: 0 4px 0 #3EA1D1;
}

.button {
  text-align: center;
  margin-top: 100px;
}

.button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.button a:hover {
  box-shadow: none;
}
.footer-wrapper {
  margin-top: 200px;
}

.footer-logo a {
  font-size: 24px;
  font-weight: bold;
  color: #343437;
}

.contact {
  color: #343437;
  font-size: 18px;
  text-align: left;
  padding-top: 18px;
}

.copyright {
  margin-top: 60px;
  background-color: #D9D9D9;
  padding: 16px 0;
  text-align: center; 
}

.pagetop {
  position: relative;
}

.pagetop a {
  position: absolute;
  position: fixed;
  bottom: 150px;
  right: 30px;
}

.about-visual {
  background-image: url(images/Business-main.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-contents {
  margin: 0 auto;
  text-align: center;
}

.about-contents p {
  text-align: left;
	display: inline-block;
}

.product-visual {
  background-image: url(images/product-visual.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.profile-visual {
  background-image: url(images/profile-visual.png);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.title {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFF;
}

section h2{
  margin-bottom: 100px;
}

.contents1 {
  text-align: center;
}

.contents1 img {
  width: 70%;
  height: auto;
}

.contents2 {
  text-align: center;
}

.contents2 img {
  width: 70%;
  height: auto;
}

.contents3 {
  text-align: center;
}

.contents3 img {
  width: 70%;
  height: auto;
}

.introduction h3 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #343437;
  margin-top: 30px;
}

.introduction p {
  text-align: left;
}

.sign {
  font-size: 16px;
  text-align: right;
  margin-top: 50px;
}

span {
  padding-left: 14px;
  font-size: 24px;
  vertical-align: middle;
}

.career h2 {
  margin-bottom: 150px;
}

table {
  border-collapse: collapse;
  width: 100%;
  align-items: center;
}

table th {
  border: solid 1px #343437;
  padding: 20px 30px 20px 10px;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  background: #efefef;
  white-space: nowrap;
}

table td {
  border: solid 1px #343437;
  padding: 5px 40px 5px 10px;
  vertical-align: middle;
}


@media screen and (min-width: 767px){
  .wrapper {
    max-width: 1000px; 
    margin: 0 auto;
  }

  .slider-img img {
    height :525px;
  }
  
  .menu ul{
    display: flex;
  }
  .menu li {
    list-style: none;
    margin-right: 18px;
  }
  
  .menu li a {
    text-decoration: none;
    color: #000;
  }

  .catchcopy {
    font-size: 48px;
  }

  main h2 {
    font-size: 32px;
  }
  
  .business-images {
    display: flex;
    justify-content: space-between;
  }

  .product-img {
    display: flex;
    justify-content: space-between;
  }

  .footer-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .about-visual {
    height: 466px;
  }

  .product-visual {
    height: 466px;
  }

  .profile-visual {
    height: 466px;
  }

  .title {
  font-size: 36px;
  }

  .paragraph {
    display: block;
  }

  span {
    font-size: 36px;
  }
}

@media screen and (min-width: 1280px){
  .drawer-hamburger-icon {
    display: none;
  }

  .menu {
    display: block;
  }

  .slider-img img {
    height :589px;
  }

  /* .business-images {
    display: flex;
    justify-content: space-between;
  }

  .product-img {
    display: flex;
    justify-content: space-between;
  } */

  .business-image img {
    width: 100%;
  }

  .contents1 {
    display: flex;
    margin-top: 150px;
    flex-direction: row-reverse;
  }

  .contents1 p {
    text-align: left;
    margin-left: 18px; 
  }

  .contents2 {
    display: flex;
    margin-top: 150px;
  }

  .contents2 p {
    text-align: left;
    margin-left: 18px; 
  }

  .contents3 {
    display: flex;
    margin-top: 150px;
    flex-direction: row-reverse;
  }

  .contents3 p {
    text-align: left;
    margin-left: 18px; 
  }

  .about-visual {
    height: 600px;
  }

  .product-visual {
    height: 600px;
  }

  .profile-visual {
    height: 600px;
  }
}