@charset "UTF-8";
/* CSS Document */
.header {
  height: 150px;
  width: 100%;
  background-color: #d8d8d8;
  position: relative;
}
.A-1-logo {
  position: absolute;
  left: 24px;
  top: 20px;
}
.number {
  position: relative;
  font-size: 3.0rem;
  font-weight: 600;
  color: #333;
  top: 50px;
  right: 24px;
}
.number a {
  text-decoration: none;
  color: #333;
}
.list {
  position: relative;
  top: 70px;
  right: 24px;
}
.header__navigation {
  display: none;
}

@media (max-width: 480px) {
/* ハンバーガーアイコン */
#nav-drawer {
  padding: 10px 24px 0 0;
  text-align: right;
  position: relative;
}
#nav-open {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 10px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  background-color: #777;
  display: block;
  content: "";
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#nav-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 70%;
  height: 100%;
  background-color: #FFF;
  text-align: left;
  padding: 15px 0 0 40px;
  transform: translateX(-105%);
  transition: 0.3s ease-in-out;
  box-shadow: 5px 0 25px rgba(0,0,0,0.25);
}
.nav-drawer__title {
  display: block;
  margin-bottom: 46px;
}
.nav-drawer__link-top {
  display: block;
}
#nav-content ul li {
  margin-bottom: 36px;
}
#nav-content ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
#nav-input:checked ~ #nav-close {
  display: block;
}
#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
}
}

@media (min-width: 480px) {
.header {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 50px;
  padding: 14px;
  box-sizing: border-box;
}
.header h1 {
  font-size: 2rem;
  top: 14px;
}
.header__navigation {
  display: block;
  text-align: right;
}
.header__navigation ul li {
  display: inline-block;
  margin-left: 40px;
}
.header__navigation ul li a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}
}
.main {
  background-color: #fff;
  padding-bottom: 60px;
}

@media (min-width:1040px) {
main {
  padding-bottom: 120px;
}
}
.section-top__image {
  height: 388px;
  background-image: url("../images/top/top.jpg");
  margin-top: 0px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media (min-width: 480px) {
.section-top__image {
  height: 600px;
  margin-bottom: 80px;
}
}
.section-about {
  margin-bottom: 40px;
}
.section-about h2 {
  margin-bottom: 20px;
  margin-top: 70px;
  font-size: 3.6rem;
}
.section-job, .section-call {
  padding: 10px 0;
}
.section-job__visual {
  margin: 0 auto 40px auto;
  width: 86%;
}
.section-job__main-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 20% 40%;
}
.section-call__main-image {
  width: 100%;
  object-fit: contain;
  object-position: 70% -40%;
}
.section-job h2 {
  margin-bottom: 20px;
}
.section-call h2 {
  margin-bottom: 20px;
}

@media(min-width: 1160px) {
.section-job, .section-call {
  margin: 0;
  padding: 0;
  display: flex;
  height: 830px;
}
.section-call {
  flex-flow: row-reverse;
}
.section-job__visual, .section-call__visual {
  width: 50vw;
  margin: 0;
}
.section-job__main-image, .section-call__main-image {
  height: 100%;
}
.section-job__description, .section-call__description {
  text-align: left;
  padding: 150px 0 0 100px;
  width: 50vw;
}
.section-job__description h2, .section-call__description h2 {
  font-size: 5.0rem;
  line-height: 7.0rem;
  margin-bottom: 40px;
}
.section-job__description p, .section-call__description p {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
}
.section-menu {
  background-color: #fff0dd;
  margin-top: 60px;
  padding: 60px 24px;
}
.section-menu h2 {
  font-size: 3.6rem;
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.section-menu ol {
  list-style-type: none;
}
.section-menu ol li {
  margin-bottom: 20px;
  text-align: center;
}
.section-menu li {
  font-weight: 600;
}

@media (min-width: 1040px) {
.section-menu {
  padding: 60px 36px 20px;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-menu ol {
  max-width: 840px;
  margin: 0 auto;
}
}


.section-example {
  margin-bottom: 80px;
}
.section-example h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.section-example ul {
  margin: 0 24px;
  list-style: none;
}

.section-example__item-picture {
  width: 100%;
}
.section-example__item-title {
  padding: 14px 20px;
}

@media (min-width: 1040px) {
.section-example {
  margin-bottom: 20px;
}
.section-example ul {
  max-width: 1040px;
  padding: 0;
  margin: 0 auto;
}
.section-example ul li {
  display: inline-block;
  width: 320px;
  margin-right: 40px;
}
.section-example ul li:last-child {
  margin-right: 0;
}
}



.section-access {
  padding-top: 0px;
  margin-bottom: 60px;
}
.section-access h2 {
  font-size: 3.6rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-access address {
  font-style: normal;
  margin-bottom: 40px;
}
.section-access__break:after {
  content: "\A";
  white-space: pre;
}
.section-access__map {
  height: 330px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}

@media (min-width: 1040px) {
.section-access {
  padding: 20px 36px;
  margin: 0 auto 60px;
  max-width: 1040px;
  box-sizing: border-box;
}
.section-access h2 {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 30px;
}
.section-access address {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.section-access__break:after {
  content: "";
}
.section-access__map {
  max-width: 840px;
  margin: 0 auto;
  height: 340px;
}
}
.footer {
  min-height: 228px;
  background-color: #d8d8d8;
  padding-top: 46px;
  padding-bottom: 20px;
  font-weight: 600;
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map h2 {
  display: none;
}
.footer__site-map li {
  margin: 0 10px;
  display: inline-block;
}
.footer__site-map li a {
  text-decoration: none;
  color: #333;
}
.footer__site-map li a:visited {
  color: #333;
}
.footer small {
  color: #333;
}

@media (min-width: 1040px) {
.footer {
  margin: 0;
  padding: 0;
}
.footer__container {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: left;
}
.footer__site-map {
  float: left;
}
.footer__site-map h2 {
  display: inline-block;
}
.footer__site-map ul {
  display: inline-block;
  margin-left: 30px;
}
.footer__site-map ul li {
  margin: 0;
  display: block;
}
.footer small {
  clear: both;
  display: block;
  text-align: center;
}
}
