﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

#contents {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.header {
}
.header_box {
  position: relative;
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  height: 85px;
  margin-left: -500px;
}
.header_box p {
  padding: 5px 20px 7px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 50px;
  background: #FF6600;
}

.cont01_box {
  position: absolute;
  left: 50%;
  width: 1000px;
  height: 1221px;
  margin-left: -500px;
  z-index: 20;
  text-align: center;
}
.cont01_copy01,
.cont01_copy02 {
  position: absolute;
}
.cont01_copy01 {top:150px;right:0;}
.cont01_copy02 {top:425px;left:0;right:0;margin: auto;}

.top_text1 {
  position: absolute;
  top: 720px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #FFFFFF;
}
.top_text2 {
  position: absolute;
  top: 800px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.6px;
  color: #FFFFFF;
}
.top_text2 span {
  color: #FCF4B2;
}

.slider {
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  z-index: 10;
}

.cont02 {
  width: 100%;
  padding: 50px 0;
  background: url(../images/cont_background.png) #FCF9E1;
  background-repeat: no-repeat;
  background-position: center;
}
.cont02_box {
  position: relative;
  left: 50%;
  width: 900px;
  margin-left: -500px;
  padding: 50px 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 17px -9px rgba(0,0,0,0.3);
  text-align: center;
}
.cont02_box p:nth-child(1) {
  font-size: 30px;
  font-weight: 900;
  color: #106724;
}
.cont02_box p:nth-child(2) {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #121212;
}

.figure_area {
  display: flex;
  justify-content: space-between;
  width: 918px;
  height: 806px;
  margin-top: 30px;
}
.figure_left,
.figure_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.figure_bottom {
  margin-top: 30px;
}
.cont02_text {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.job_btn {
  position: relative;
  width: 100%;
  margin-top: 50px;
  background: #0FA0BE;
  border-radius: 10px;
  text-align: center;
}
.job_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job_btn p {
  padding: 20px 0;
  font-size: 30px !important;
  letter-spacing: 3px;
  color: #fff !important;
}
.job_btn p:after {
  content: "";
  top: 53%;
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  background: url(../images/arrow.png);
  transform: translateY(-50%);
}

.top_btn {
  position: absolute;
  bottom: 60px;
  z-index: 100;
}

.cont03 {
  width: 100%;
  height: 725px;
  background: url(../images/footer_img.png);
  background-position: center;
  text-align: center;
}
.cont03 img {
  padding-top: 50px;
}
.cont03 p {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  color: #fff;
}

.footer {
  width: 100%;
  text-align: center;
}
.footer p {
  padding: 35px 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #8D8A8A;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.remodal {
  position: relative;
  text-align: left;
}
.remodal p span {
  font-size: 12px;
}