@charset "UTF-8";
/*------------------------------
  共通設定
------------------------------*/
html {
  font-size: 62.5%;
  background-color: #fff6f6;
}
html body {
  font-family: "Sawarabi Gothic", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  background-color: #fff6f6;
  /*------------------------------
    header
  ------------------------------*/
  /*------------------------------
    /hader
  ------------------------------*/
  /*------------------------------ 
    scroled header
   ------------------------------*/
  /*------------------------------
      /scroled header
    ------------------------------ */
  /*------------------------------
    footer
  ------------------------------*/
  /*------------------------------
    /footer
  ------------------------------*/
}
html body a,
html body p,
html body th,
html body td,
html body dt,
html body dd,
html body li {
  font-size: 1.6rem;
}
html body a {
  text-decoration: none;
}
html body p {
  text-align: justify;
}
html body header {
  background-color: #fff6f6;
  width: 100%;
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  /*--------------------
    breadcrumbs
  --------------------*/
  /*---------------
    /breadcrumbs
  ---------------*/
}
html body header div.header_container {
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ff975b;
  box-sizing: border-box;
}
html body header div.header_container div.upper {
  display: flex;
}
html body header div.header_container div.upper h1 {
  margin: 24px 32px 8px 32px;
}
html body header div.header_container div.upper h1 a {
  display: flex;
}
html body header div.header_container div.upper h1 a img {
  width: 125px;
  height: 100%;
}
html body header div.header_container div.upper h1 a p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #007575;
  text-align: center;
  margin-left: 16px;
}
html body header div.header_container div.upper h1 a p small {
  font-size: 2.4rem;
  line-height: 32px;
  color: #ff975b;
  font-weight: 400;
  letter-spacing: 4px;
}
html body header div.header_container div.upper h1 a p span {
  font-size: 3.2rem;
  line-height: 40px;
  color: #ff975b;
  font-weight: 900;
  letter-spacing: 8px;
}
html body header div.header_container div.upper h1 a p br.br2 {
  display: none;
}
html body header div.header_container div.upper div.sns {
  margin: 24px 32px 8px auto;
}
html body header div.header_container div.upper div.sns div {
  margin-bottom: 8px;
}
html body header div.header_container div.upper div.sns div a {
  font-size: 2.4rem;
  font-weight: 600;
  color: #39b54a;
}
html body header div.header_container div.upper div.sns div a img {
  width: auto;
  height: 32px;
  margin-right: 8px;
}
html body header div.header_container div.upper button {
  display: none;
}
html body header div.header_container nav.header_global a.ham_nav_logo {
  display: none;
}
html body header div.header_container nav.header_global ul {
  width: 100%;
  height: 60px;
  font-size: 2.4rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
html body header div.header_container nav.header_global ul li:nth-child(1) {
  display: none;
}
html body header div.header_container nav.header_global ul li a {
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.4rem;
}
html body header div.header_container nav.header_global ul li a:hover {
  color: #007575;
}
html body header nav.breadcrumbs {
  background-color: #fff6f6;
  border-bottom: 1px solid #ff975b;
  box-sizing: border-box;
}
html body header nav.breadcrumbs ol {
  display: flex;
  margin-left: 64px;
}
html body header nav.breadcrumbs ol li {
  color: #333333;
  line-height: 32px;
}
html body header nav.breadcrumbs ol li::after {
  content: ">";
  display: inline-block;
  padding: 0 24px;
}
html body header nav.breadcrumbs ol li:last-child::after {
  display: none;
}
html body header nav.breadcrumbs ol li a {
  color: #333333;
}
html body header.short {
  height: 100px;
}
html body header.short div.header_container div.upper h1 {
  margin: 8px 32px 8px 32px;
}
html body header.short div.header_container div.upper h1 a img {
  width: auto;
  height: 56px;
}
html body header.short div.header_container div.upper h1 a p {
  font-size: 1rem;
  line-height: 1.6rem;
}
html body header.short div.header_container div.upper h1 a p small {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}
html body header.short div.header_container div.upper h1 a p span {
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 4px;
}
html body header.short div.header_container nav.header_global ul {
  height: 28px;
}
html body header.short nav.breadcrumbs ol li {
  color: #333333;
  line-height: 24px;
}

html body main section.mv {
  margin-top: 180px;
}
html body main section.mv div.img_box {
  position: relative;
}
html body main section.mv div.img_box div.mv_passage {
  width: 70%;
  border-radius: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border: 1px solid #ff975b;
}
html body main section.mv div.img_box div.mv_passage p.page_title {
  font-size: 5.6rem;
  font-weight: 400;
  color: #0082e5;
  letter-spacing: 0.8rem;
  text-align: center;
  margin: 32px;
}
html body main section.mv div.img_box div.mv_passage p.title_passage {
  font-size: 2.4rem;
  line-height: 56px;
  margin: 8px 56px 56px;
}
html body main section.mv div.img_box img {
  width: 100%;
  height: auto;
  filter: brightness(90%);
}
html body main div.h2_decoration {
  background: linear-gradient(90deg, rgb(255, 246, 246) 0%, rgb(255, 136, 68) 15%, rgb(255, 136, 68) 85%, rgb(255, 246, 246) 100%);
  margin: 0 10% 80px;
  padding: 16px 0;
}
html body main div.h2_decoration h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  color: #007575;
  text-align: center;
  width: 50%;
  background-color: #fff;
  border-radius: 45px;
  margin: 0 auto;
}
html body main h3 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: #007575;
  text-align: center;
  margin-bottom: 40px;
}
html body main div.btt {
  position: fixed;
  cursor: pointer;
  right: 2%;
  bottom: 1.5%;
  display: none;
  text-align: center;
}
html body main div.btt p {
  color: #0082e5;
  margin-bottom: 8px;
}
html body main div.btt img {
  width: 100px;
  height: auto;
}
html body footer {
  width: 100%;
  height: auto;
}
html body footer nav.global {
  border-top: 3px solid #ff975b;
  box-sizing: border-box;
}
html body footer nav.global ul {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
html body footer nav.global ul li a {
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.4rem;
  border-left: 1px solid #333333;
  padding-left: 16px;
}
html body footer p {
  text-align: center;
  line-height: 64px;
  background-color: #ff975b;
  color: #fff;
}

/*------------------------------
  /共通設定
------------------------------*/
/*------------------------------
  index.html
------------------------------*/
section.section1 {
  margin: 80px 0 160px;
}
section.section1 div.content_box1 {
  margin: 0 10% 80px;
  display: flex;
}
section.section1 div.content_box1 div.p_container {
  width: 45%;
  text-align: left;
}
section.section1 div.content_box1 div.p_container p {
  margin-bottom: 16px;
}
section.section1 div.content_box1 div.p_container ul {
  margin-bottom: 16px;
}
section.section1 div.content_box1 div.img_box {
  width: 55%;
  height: auto;
  margin-top: 40px;
  position: relative;
}
section.section1 div.content_box1 div.img_box img {
  width: 100%;
  height: auto;
}
section.section1 div.content_box1 div.img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(90deg, rgb(255, 246, 246) 10%, rgba(255, 255, 255, 0) 30%);
}
section.section1 div.content_box2 {
  width: 50%;
  margin: 0 auto 40px;
}
section.section1 div.content_box2 h3 {
  border-top: 3px solid #ff975b;
  border-bottom: 3px solid #ff975b;
  padding: 8px 0;
}
section.section1 div.content_box2 div.p_container {
  text-align: left;
}
section.section1 div.content_box2 div.p_container p {
  margin-bottom: 16px;
}
section.section1 div.btn {
  width: 640px;
  border: 3px solid #ff975b;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 136, 68) 35%, rgb(190, 70, 0) 100%);
  margin: 0 auto;
}
section.section1 div.btn a {
  width: 100%;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
}
section.section1 div.btn a img {
  width: 40px;
  height: auto;
  margin: 30px 0 30px 8px;
}
section.section1 div.btn:hover {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(104, 38, 0) 35%, rgb(81, 30, 0) 100%);
}

section.section2 {
  margin: 80px 0 160px;
}
section.section2 div.job_container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
section.section2 div.job_container div.job1 {
  width: 560px;
}
section.section2 div.job_container div.job2 {
  width: 560px;
}
section.section2 div.job_container div.job3 {
  width: 560px;
}
section.section2 div.job_container div.job_box {
  height: 400px;
  border: 1px solid #ff975b;
  background-color: #fff;
  margin: 0 auto 40px;
}
section.section2 div.job_container div.job_box h3 {
  width: 90%;
  color: #004880;
  border-bottom: 1px solid #004880;
  line-height: 4.8rem;
  text-align: left;
  margin: 8px auto 24px;
}
section.section2 div.job_container div.job_box div.job_content {
  display: flex;
  justify-content: space-evenly;
}
section.section2 div.job_container div.job_box div.job_content div.icon img {
  width: 120px;
  height: auto;
}
section.section2 div.job_container div.job_box div.job_content div.passage {
  width: 65%;
}
section.section2 div.job_container div.job_box div.job_content div.passage h4 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
section.section2 div.job_container div.job_box div.job_content div.passage p {
  margin-bottom: 16px;
}
section.section2 div.job_container div.job_box div.job_content div.passage ul {
  margin-bottom: 16px;
}
section.section2 div.btn {
  width: 560px;
  border: 3px solid #ff975b;
  border-radius: 15px;
  background: #39b54a;
  margin: 0 auto;
}
section.section2 div.btn a {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
}
section.section2 div.btn a p.small {
  text-align: center;
  line-height: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 24px;
}
section.section2 div.btn a div.btn_p_box {
  display: flex;
  justify-content: center;
}
section.section2 div.btn a div.btn_p_box p {
  line-height: 100px;
  font-size: 4rem;
  font-weight: 400;
}
section.section2 div.btn a img {
  width: 40px;
  height: auto;
  margin: 30px 0 30px 8px;
}
section.section2 div.btn:hover {
  background-color: #007575;
}

/*------------------------------
  /index.html
------------------------------*/
/*------------------------------
  overview.html
------------------------------*/
section.overview1 {
  margin: 80px 0 160px;
}
section.overview1 div.content_box1 {
  width: 640px;
  height: auto;
  background-color: #fff;
  border: 2px solid #ff975b;
  border-radius: 15px;
  margin: 0 auto;
  padding: 24px 0;
}
section.overview1 div.content_box1 table {
  width: 100%;
}
section.overview1 div.content_box1 table tr th {
  width: 35%;
  padding: 3% 10%;
  color: #007575;
}
section.overview1 div.content_box1 table tr td {
  width: 60%;
  padding: 3% 10%;
  border-left: 1px solid #707070;
}

section.overview2 {
  margin: 80px 0 160px;
  text-align: center;
}
section.overview2 img {
  width: 800px;
  height: auto;
  margin-bottom: 40px;
}
section.overview2 div.map_passage1 {
  width: 50%;
  padding: 32px;
  background-color: #fff;
  border: 2px solid #ff975b;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
section.overview2 div.map_passage1 p {
  line-height: 40px;
  text-align: left;
}
section.overview2 div.map_passage2 {
  width: 40%;
  margin: 0 auto 40px;
  text-align: left;
}
section.overview2 div.map_passage2 table {
  width: 100%;
}
section.overview2 div.map_passage2 table tr {
  border-bottom: 1px solid #ff975b;
}
section.overview2 div.map_passage2 table tr th {
  width: 45%;
  padding: 3% 15%;
}
section.overview2 div.map_passage2 table tr td {
  width: 65%;
  padding: 3% 10%;
}
section.overview2 div.tel_p {
  margin-bottom: 32px;
}
section.overview2 div.tel_p p {
  text-align: center;
  color: #004880;
  font-size: 2.4rem;
  font-weight: 400;
}
section.overview2 div.tel_p p a {
  color: #004880;
  font-size: 2.4rem;
  font-weight: 400;
}
section.overview2 div.line_p {
  margin-bottom: 32px;
}
section.overview2 div.line_p p {
  text-align: center;
  color: #39b54a;
  font-size: 2.4rem;
  font-weight: 400;
}
section.overview2 div.btn {
  width: 560px;
  border: 3px solid #ff975b;
  border-radius: 90px;
  background: #39b54a;
  margin: 0 auto 32px;
}
section.overview2 div.btn a {
  width: 100%;
  line-height: 64px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
section.overview2 div.btn a img {
  width: auto;
  height: 32px;
  margin: 16px 0 16px 8px;
}
section.overview2 div.btn:hover {
  background-color: #007575;
}
section.overview2 div.btn2 {
  background: #0082e5;
}
section.overview2 div.btn2:hover {
  background-color: #004880;
}
/*------------------------------
  /overview.html
------------------------------*/

/*------------------------------
  application_requirements.html
------------------------------*/
section.requirements1 div.content_box {
  width: 60%;
  height: auto;
  background-color: #fff;
  border: 2px solid #ff975b;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 80px auto;
  padding: 32px 0;
}
section.requirements1 div.content_box h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  margin-bottom: 64px;
  color: #007575;
  text-align: center;
  width: 50%;
  border-radius: 45px;
  margin: 0 auto 32px;
}
section.requirements1 div.content_box div.passage {
  line-height: 3.2rem;
  margin: 0 96px;
  text-align: left;
}
section.requirements1 div.content_box div.passage p {
  margin-bottom: 16px;
}
section.requirements1 div.content_box div.passage p span {
  font-size: 2.4rem;
  color: #004880;
}
section.requirements1 div.content_box div.btn {
  width: 560px;
  border: 3px solid #ff975b;
  border-radius: 90px;
  background: #39b54a;
  margin: 0 auto 32px;
}
section.requirements1 div.content_box div.btn a {
  width: 100%;
  line-height: 64px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
section.requirements1 div.content_box div.btn a img {
  width: auto;
  height: 32px;
  margin: 16px 0 16px 8px;
}
section.requirements1 div.content_box div.btn:hover {
  background-color: #007575;
}
section.requirements1 div.content_box div.btn2 {
  background: #0082e5;
  margin: 0 auto;
}
section.requirements1 div.content_box div.btn2:hover {
  background-color: #004880;
}

section.requirements2 {
  margin: 0 auto 40px;
}
section.requirements2 div.content_box {
  width: 920px;
  display: flex;
  margin: 0 auto 40px;
}
section.requirements2 div.content_box div.title_box {
  width: 200px;
  background-color: #ff975b;
  position: relative;
}
section.requirements2 div.content_box div.title_box div.job_number {
  display: flex;
}
section.requirements2 div.content_box div.title_box div.job_number p {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #fff;
  margin: 24px 0 16px 24px;
}
section.requirements2 div.content_box div.title_box div.job_number p span {
  font-size: 2.4rem;
  background-color: #fff;
  color: #004880;
  border: 2px solid #004880;
  border-radius: 8px;
  padding: 4px 8px 4px 16px;
}
section.requirements2 div.content_box div.title_box div.title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.requirements2 div.content_box div.title_box div.title h2 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
section.requirements2 div.content_box div.table_box {
  width: 720px;
  background-color: #fff;
  border: 2px solid #ff975b;
  border-bottom: 1px solid #ff975b;
  box-sizing: border-box;
}
section.requirements2 div.content_box div.table_box tr th {
  width: 22%;
  color: #004880;
  padding: 8px 16px 8px 32px;
  font-weight: 600;
}
section.requirements2 div.content_box div.table_box tr td {
  padding: 8px 32px 8px 16px;
}
section.requirements2 div.content_box div.btn {
  width: 720px;
  border: 2px solid #ff975b;
  border-top: 1px solid #ff975b;
  box-sizing: border-box;
  background: #ffe6d7;
}
section.requirements2 div.content_box div.btn a {
  width: 100%;
  line-height: 64px;
  display: block;
  text-align: center;
  color: #39b54a;
  font-size: 2.4rem;
  font-weight: 600;
}
section.requirements2 div.content_box div.btn a img {
  width: auto;
  height: 32px;
  margin: 16px 0 16px 8px;
}
section.requirements2 div.content_box div.btn:hover {
  background-color: #ffc6ac;
}
section.requirements2 div.btn_container {
  max-width: 60%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
section.requirements2 div.btn_container div.btn {
  width: 360px;
  background: #0082e5;
  margin: 0 auto;
}
section.requirements2 div.btn_container div.btn a {
  width: 100%;
  line-height: 64px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
section.requirements2 div.btn_container div.btn a img {
  width: auto;
  height: 32px;
  margin: 16px 0 16px 8px;
}
section.requirements2 div.btn_container div.btn:hover {
  background-color: #004880;
}

/*------------------------------
  /application_requirements.html
------------------------------*/
/*------------------------------
  welfare.html
------------------------------*/
section.welfare1 {
  margin: 80px 0 160px;
}
section.welfare1 div.content_box {
  width: 60%;
  padding: 32px;
  background-color: #fff;
  border: 2px solid #ff975b;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
section.welfare1 div.content_box h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  margin-bottom: 32px;
  color: #007575;
  text-align: center;
  width: 100%;
}
section.welfare1 div.content_box div.p_container table {
  width: 80%;
  margin: 0 auto;
}
section.welfare1 div.content_box div.p_container table tr {
  letter-spacing: 0.2rem;
}
section.welfare1 div.content_box div.p_container table tr th {
  background-color: #ff975b;
  color: #fff;
  width: 30%;
  padding: 2% 5%;
  border-bottom: 1px solid #fff;
}
section.welfare1 div.content_box div.p_container table tr td {
  width: 70%;
  padding: 2% 8%;
  border-bottom: 1px solid #ff975b;
}
section.welfare1 div.content_box div.p_container table tr td br {
  display: none;
}
section.welfare1 div.btn {
  width: 560px;
  border: 3px solid #ff975b;
  border-radius: 15px;
  background: #39b54a;
  margin: 0 auto;
}
section.welfare1 div.btn a {
  width: 100%;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #fff;
}
section.welfare1 div.btn a p.small {
  text-align: center;
  line-height: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 24px;
}
section.welfare1 div.btn a div.btn_p_box {
  display: flex;
  justify-content: center;
}
section.welfare1 div.btn a div.btn_p_box p {
  font-size: 4rem;
  font-weight: 400;
}
section.welfare1 div.btn a img {
  width: 40px;
  height: auto;
  margin: 30px 0 30px 8px;
}
section.welfare1 div.btn:hover {
  background-color: #007575;
}

/*------------------------------
  /welfare.html
------------------------------*/
/*------------------------------
  contact.html
------------------------------*/
section.contact {
  margin-top: 260px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20% 0 60%;
}
section.contact iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*------------------------------
  /contact.html
------------------------------*/
/*----------------------------------------
  media Queries 820
----------------------------------------*/
@media screen and (max-width: 820px) {
  /*------------------------------
    /共通設定
  ------------------------------*/
  html body a,
  html body p,
  html body th,
  html body td,
  html body dt,
  html body dd,
  html body li {
    font-size: 1.4rem;
  }
  html body header {
    height: 70px;
  }
  html body header div.header_container div.upper h1 {
    margin: 8px 16px 4px 16px;
  }
  html body header div.header_container div.upper h1 a img {
    width: 48px;
    height: 100%;
  }
  html body header div.header_container div.upper h1 a p {
    font-size: 1rem;
    line-height: 13px;
  }
  html body header div.header_container div.upper h1 a p small {
    font-size: 1rem;
    line-height: 13px;
  }
  html body header div.header_container div.upper h1 a p span {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 4px;
  }
  html body header div.header_container div.upper h1 a p br.br2 {
    display: none;
  }
  html body header div.header_container div.upper div.sns {
    margin: 8px 16px 4px auto;
  }
  html body header div.header_container div.upper div.sns div a {
    font-size: 2rem;
  }
  html body header div.header_container div.upper div.sns div a img {
    width: auto;
    height: 28px;
  }
  html body header div.header_container nav.header_global ul {
    height: 16px;
    font-size: 1.6rem;
  }
  html body header div.header_container nav.header_global ul li a {
    font-weight: 100;
  }
  html body header nav.breadcrumbs ol {
    margin-left: 24px;
  }
  html body header nav.breadcrumbs ol li {
    line-height: 16px;
  }
  html body main section.index {
    margin-top: 72px;
  }
  html body main section.others {
    margin-top: 88px;
  }
  html body main section.mv div.img_box div.mv_passage {
    width: 70%;
  }
  html body main section.mv div.img_box div.mv_passage p.page_title {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.6rem;
    margin: 16px;
  }
  html body main section.mv div.img_box div.mv_passage p.title_passage {
    font-size: 1.4rem;
    line-height: 32px;
    margin: 8px 32px 48px;
  }
  html body main section.mv div.img_box img {
    width: 100%;
    height: auto;
  }
  html body main div.h2_decoration {
    margin: 0 0 24px;
    padding: 8px 0;
  }
  html body main div.h2_decoration h2 {
    font-size: 2.4rem;
  }
  html body main h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  html body main div.btt {
    position: fixed;
    cursor: pointer;
    right: 2%;
    bottom: 1.5%;
    display: none;
    text-align: center;
  }
  html body main div.btt p {
    color: #0082e5;
    font-size: 1rem;
    margin-bottom: 4px;
  }
  html body main div.btt img {
    width: 40px;
    height: auto;
  }
  html body footer nav.global ul {
    height: 80px;
  }
  html body footer nav.global ul li a {
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.2rem;
    border-left: 1px solid #333333;
    padding-left: 8px;
  }
  html body footer p.copyright {
    font-size: 1rem;
    line-height: 32px;
  }
  /*------------------------------
    /共通設定
  ------------------------------*/
  /*------------------------------
    index.html
  ------------------------------*/
  section.section1 {
    margin: 24px 0 48px;
  }
  section.section1 div.content_box1 {
    margin: 0 0 32px 5%;
  }
  section.section1 div.content_box1 div.p_container {
    width: 60%;
  }
  section.section1 div.content_box1 div.img_box {
    width: 40%;
    height: 400px;
    margin-top: 40px;
    position: relative;
  }
  section.section1 div.content_box1 div.img_box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  section.section1 div.content_box2 {
    width: 75%;
    margin: 0 auto 24px;
  }
  section.section1 div.btn {
    width: 400px;
    border: 3px solid #ff975b;
    border-radius: 15px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 136, 68) 35%, rgb(190, 70, 0) 100%);
    text-align: center;
    margin: 0 auto;
  }
  section.section1 div.btn a {
    width: 100%;
    line-height: 64px;
    display: block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
  }
  section.section1 div.btn a img {
    width: 32px;
    height: auto;
    margin: 16px 0 16px 8px;
  }
  section.section1 div.btn:hover {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(104, 38, 0) 35%, rgb(81, 30, 0) 100%);
  }
  section.section2 {
    margin: 24px 0 48px;
  }
  section.section2 div.job_container {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  section.section2 div.job_container div.job_box {
    height: 360px;
  }
  section.section2 div.job_container div.job_box h3 {
    width: 90%;
    color: #004880;
    border-bottom: 1px solid #004880;
    line-height: 3.2rem;
    text-align: left;
    margin: 8px auto 24px;
  }
  section.section2 div.job_container div.job_box div.job_content {
    display: flex;
    justify-content: space-evenly;
  }
  section.section2 div.job_container div.job_box div.job_content div.icon img {
    width: 120px;
    height: auto;
  }
  section.section2 div.job_container div.job_box div.job_content div.passage {
    width: 65%;
  }
  section.section2 div.job_container div.job_box div.job_content div.passage h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  section.section2 div.job_container div.job_box div.job_content div.passage p {
    margin-bottom: 16px;
  }
  section.section2 div.job_container div.job_box div.job_content div.passage ul {
    margin-bottom: 16px;
  }
  section.section2 div.btn {
    width: 400px;
  }
  section.section2 div.btn a p.small {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  section.section2 div.btn a div.btn_p_box p {
    font-weight: 600;
    line-height: 40px;
    font-size: 2.4rem;
  }
  section.section2 div.btn a img {
    width: 32px;
    margin: 8px 0 16px 8px;
  }
  /*------------------------------
    index.html
  ------------------------------*/
  /*------------------------------
    overview.html
  ------------------------------*/
  section.overview1 {
    margin: 24px 0 48px;
  }
  section.overview1 div.content_box1 {
    width: 560px;
  }
  section.overview1 div.content_box1 table tr th {
    padding: 1% 10%;
  }
  section.overview1 div.content_box1 table tr td {
    padding: 1% 10%;
  }
  section.overview2 {
    margin: 24px 0 48px;
  }
  section.overview2 img {
    width: 560px;
    height: auto;
    margin-bottom: 40px;
  }
  section.overview2 div.map_passage1 {
    width: 60%;
  }
  section.overview2 div.map_passage1 p {
    line-height: 32px;
  }
  section.overview2 div.map_passage2 {
    width: 60%;
  }
  section.overview2 div.tel_p {
    margin-bottom: 24px;
  }
  section.overview2 div.tel_p p {
    font-size: 2rem;
  }
  section.overview2 div.line_p {
    margin-bottom: 24px;
  }
  section.overview2 div.line_p p {
    font-size: 2rem;
  }
  section.overview2 div.btn {
    width: 560px;
    border: 3px solid #ff975b;
    border-radius: 90px;
    background: #39b54a;
    text-align: center;
    margin: 0 auto 32px;
  }
  section.overview2 div.btn a {
    width: 100%;
    line-height: 64px;
    display: block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
  }
  section.overview2 div.btn a img {
    width: auto;
    height: 32px;
    margin: 16px 0 16px 8px;
  }
  section.overview2 div.btn:hover {
    background-color: #007575;
  }
  section.overview2 div.btn2 {
    background: #0082e5;
  }
  section.overview2 div.btn2:hover {
    background-color: #004880;
  }
  /*------------------------------
    /overview.html
  ------------------------------*/
  /*------------------------------
    application_requirements.html
  ------------------------------*/
  section.requirements1 {
    margin: 24px 0 48px;
  }
  section.requirements1 div.content_box {
    width: 70%;
    padding: 32px;
  }
  section.requirements1 div.content_box h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  section.requirements1 div.content_box div.passage {
    line-height: 2.4rem;
    margin-bottom: 24px;
  }
  section.requirements1 div.content_box div.passage p span {
    font-size: 2rem;
  }
  section.requirements1 div.content_box div.btn {
    width: 440px;
    margin: 0 auto 24px;
  }
  section.requirements1 div.content_box div.btn a {
    width: 100%;
    line-height: 52px;
    font-size: 2rem;
  }
  section.requirements1 div.content_box div.btn a img {
    height: 28px;
    margin: 12px 0 12px 8px;
  }
  section.requirements1 div.content_box div.btn2 {
    margin: 0 auto;
  }
  section.requirements2 div.content_box {
    width: 640px;
    display: flex;
    margin: 0 auto 40px;
  }
  section.requirements2 div.content_box div.title_box {
    width: 160px;
    background-color: #ff975b;
    position: relative;
  }
  section.requirements2 div.content_box div.title_box div.job_number {
    display: flex;
  }
  section.requirements2 div.content_box div.title_box div.job_number p {
    font-size: 1.6rem;
    margin: 24px 0 16px 16px;
  }
  section.requirements2 div.content_box div.title_box div.job_number p span {
    font-size: 2rem;
    padding: 2px 4px 2px 8px;
  }
  section.requirements2 div.content_box div.title_box div.title h2 {
    font-size: 2rem;
  }
  section.requirements2 div.content_box div.table_box {
    width: 480px;
    background-color: #fff;
    border: 2px solid #ff975b;
    border-bottom: 1px solid #ff975b;
    box-sizing: border-box;
  }
  section.requirements2 div.content_box div.table_box tr th {
    width: 24%;
    color: #004880;
    padding: 16px 8px 16px 16px;
    font-weight: 600;
  }
  section.requirements2 div.content_box div.table_box tr td {
    padding: 16px 16px 16px 8px;
  }
  section.requirements2 div.content_box div.btn {
    width: 480px;
    border: 2px solid #ff975b;
    border-top: 1px solid #ff975b;
    box-sizing: border-box;
    background: #ffe6d7;
    text-align: center;
  }
  section.requirements2 div.content_box div.btn a {
    width: 100%;
    line-height: 64px;
    display: block;
    color: #39b54a;
    font-size: 2.4rem;
    font-weight: 600;
  }
  section.requirements2 div.content_box div.btn a img {
    width: auto;
    height: 32px;
    margin: 16px 0 16px 8px;
  }
  section.requirements2 div.btn_container {
    max-width: 80%;
  }
  section.requirements2 div.btn_container div.btn {
    width: 240px;
  }
  section.requirements2 div.btn_container div.btn a {
    line-height: 52px;
    font-size: 2rem;
  }
  section.requirements2 div.btn_container div.btn a img {
    height: 28px;
    margin: 12px 0 12px 8px;
  }
  /*------------------------------
    /application_requirements.html
  ------------------------------*/
  /*------------------------------
    welfare.html
  ------------------------------*/
  section.welfare1 {
    margin: 24px 0 48px;
  }
  section.welfare1 div.content_box {
    width: 70%;
  }
  section.welfare1 div.content_box h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  section.welfare1 div.content_box div.p_container table {
    width: 100%;
  }
  section.welfare1 div.content_box div.p_container table tr th {
    padding: 2% 4%;
  }
  section.welfare1 div.content_box div.p_container table tr td {
    padding: 2% 4%;
  }
  section.welfare1 div.btn {
    width: 400px;
  }
  section.welfare1 div.btn a p.small {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  section.welfare1 div.btn a div.btn_p_box p {
    font-weight: 600;
    line-height: 40px;
    font-size: 2.4rem;
  }
  section.welfare1 div.btn a img {
    width: 32px;
    margin: 8px 0 16px 8px;
  }
  /*------------------------------
    /welfare.html
  ------------------------------*/

  /*------------------------------
    contact.html
  ------------------------------*/
  section.contact {
    margin-top: 120px;
    padding: 50% 0 80%;
  }
  /*------------------------------
    contact.html
  ------------------------------*/
}
/*----------------------------------------
  /media Queries 820
----------------------------------------*/

@media screen and (min-width: 480px) {
  section.overview2 div.tel_p p a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/*----------------------------------------
  media Queries 480
----------------------------------------*/
@media screen and (max-width: 479px) {
  /*------------------------------
    共通設定
  ------------------------------*/
  html body header {
    height: 56px;
  }
  html body header div.header_container {
    border-bottom: 2px solid #ff975b;
  }
  html body header div.header_container div.upper h1 {
    margin: 8px 0px 6px 8px;
  }
  html body header div.header_container div.upper h1 a img {
    width: auto;
    height: 40px;
  }
  html body header div.header_container div.upper h1 a p {
    font-size: 1rem;
    line-height: 12px;
    margin-left: 4px;
  }
  html body header div.header_container div.upper h1 a p small {
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: 0;
  }
  html body header div.header_container div.upper h1 a p span {
    font-size: 1.4rem;
    line-height: 15px;
  }
  html body header div.header_container div.upper h1 a p br.br2 {
    display: block;
  }
  html body header div.header_container div.upper div.sns {
    margin: 8px 16px 4px auto;
  }
  html body header div.header_container div.upper div.sns div {
    margin-bottom: 0;
  }
  html body header div.header_container div.upper div.sns div a {
    font-size: 1.4rem;
  }
  html body header div.header_container div.upper div.sns div a img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }
  html body header div.header_container div.upper button.openbtn {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    display: block;
    position: relative;
    background: #ff975b;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 2px 8px 0 0;
    z-index: 100;
  }
  html body header div.header_container div.upper button.openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  html body header div.header_container div.upper button.openbtn span:nth-child(1) {
    top: 13px;
  }
  html body header div.header_container div.upper button.openbtn span:nth-child(2) {
    top: 19px;
  }
  html body header div.header_container div.upper button.openbtn span:nth-child(3) {
    top: 25px;
  }
  html body header div.header_container div.upper button.openbtn span:nth-child(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -5px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
  }
  html body header div.header_container div.upper button.openbtn.active span:nth-child(1) {
    top: 14px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  html body header div.header_container div.upper button.openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  html body header div.header_container div.upper button.openbtn.active span:nth-child(3) {
    top: 26px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  html body header div.header_container div.upper button.openbtn.active span:nth-child(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 6px;
  }
  html body header div.header_container nav.header_global {
    display: none;
  }
  html body header div.header_container nav.header_global ul {
    height: 16px;
    font-size: 1.4rem;
  }
  html body header div.header_container nav.header_global ul li:nth-child(1) {
    display: block;
  }
  html body header div.header_container nav.header_global ul li a {
    font-weight: 100;
    letter-spacing: 0;
  }
  html body header div.header_container nav.header_global.active {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    background-color: rgba(255, 230, 215, 0.9);
    width: 100%;
    height: 100vh;
  }
  html body header div.header_container nav.header_global.active a.ham_nav_logo {
    display: block;
    margin: 40px 0 24px;
    text-align: center;
  }
  html body header div.header_container nav.header_global.active a.ham_nav_logo img {
    width: auto;
    height: 88px;
  }
  html body header div.header_container nav.header_global.active ul {
    display: block;
    width: 50%;
    height: 240px;
    align-content: center;
    margin: 0 auto;
  }
  html body header div.header_container nav.header_global.active ul li a {
    display: block;
    color: #007575;
    border-bottom: 1px solid #007575;
    margin-bottom: 24px;
    letter-spacing: 0.2rem;
  }
  html body header div.header_container nav.header_global.active ul li a:last-child {
    margin-bottom: none;
  }
  html body header nav.breadcrumbs {
    border-bottom: 1px solid #ff975b;
  }
  html body header nav.breadcrumbs ol {
    margin-left: 16px;
  }
  html body header nav.breadcrumbs ol li {
    line-height: 16px;
  }
  html body header.short {
    height: 56px;
    /*--------------------
      breadcrumbs
    --------------------*/
    /*---------------
      /breadcrumbs
    ---------------*/
  }
  html body header.short div.header_container {
    border-bottom: 2px solid #ff975b;
  }
  html body header.short div.header_container div.upper h1 {
    margin: 8px 0px 6px 8px;
  }
  html body header.short div.header_container div.upper h1 a img {
    width: auto;
    height: 40px;
  }
  html body header.short div.header_container div.upper h1 a p {
    font-size: 1rem;
    line-height: 12px;
    margin-left: 4px;
  }
  html body header.short div.header_container div.upper h1 a p small {
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: 0;
  }
  html body header.short div.header_container div.upper h1 a p span {
    font-size: 1.4rem;
    line-height: 15px;
  }
  html body header.short div.header_container div.upper h1 a p br.br2 {
    display: block;
  }
  html body header.short div.header_container div.upper div.sns {
    margin: 8px 16px 4px auto;
  }
  html body header.short div.header_container div.upper div.sns div {
    margin-bottom: 0;
  }
  html body header.short div.header_container div.upper div.sns div a {
    font-size: 1.4rem;
  }
  html body header.short div.header_container div.upper div.sns div a img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }
  html body header.short div.header_container div.upper button.openbtn {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    display: block;
    position: relative;
    background: #ff975b;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 2px 8px 0 0;
    z-index: 100;
  }
  html body header.short div.header_container div.upper button.openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  html body header.short div.header_container div.upper button.openbtn span:nth-child(1) {
    top: 13px;
  }
  html body header.short div.header_container div.upper button.openbtn span:nth-child(2) {
    top: 19px;
  }
  html body header.short div.header_container div.upper button.openbtn span:nth-child(3) {
    top: 25px;
  }
  html body header.short div.header_container div.upper button.openbtn span:nth-child(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -5px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
  }
  html body header.short div.header_container div.upper button.openbtn.active span:nth-child(1) {
    top: 14px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  html body header.short div.header_container div.upper button.openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  html body header.short div.header_container div.upper button.openbtn.active span:nth-child(3) {
    top: 26px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  html body header.short div.header_container div.upper button.openbtn.active span:nth-child(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 6px;
  }
  html body header.short div.header_container nav.header_global {
    display: none;
  }
  html body header.short div.header_container nav.header_global ul {
    height: 16px;
    font-size: 1.4rem;
  }
  html body header.short div.header_container nav.header_global ul li:nth-child(1) {
    display: block;
  }
  html body header.short div.header_container nav.header_global ul li a {
    font-weight: 100;
    letter-spacing: 0;
  }
  html body header.short div.header_container nav.header_global.active {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    background-color: rgba(255, 230, 215, 0.9);
    width: 100%;
    height: 100vh;
  }
  html body header.short div.header_container nav.header_global.active a.ham_nav_logo {
    display: block;
    margin: 40px 0 24px;
    text-align: center;
  }
  html body header.short div.header_container nav.header_global.active a.ham_nav_logo img {
    width: auto;
    height: 88px;
  }
  html body header.short div.header_container nav.header_global.active ul {
    display: block;
    width: 50%;
    height: 240px;
    align-content: center;
    margin: 0 auto;
  }
  html body header.short div.header_container nav.header_global.active ul li a {
    display: block;
    color: #007575;
    border-bottom: 1px solid #007575;
    margin-bottom: 24px;
    letter-spacing: 0.2rem;
  }
  html body header.short div.header_container nav.header_global.active ul li a:last-child {
    margin-bottom: none;
  }
  html body header.short div.header_container nav.breadcrumbs {
    border-bottom: 1px solid #ff975b;
  }
  html body header.short div.header_container nav.breadcrumbs ol {
    margin-left: 16px;
  }
  html body header.short div.header_container nav.breadcrumbs ol li {
    line-height: 16px;
  }
  html body header.short nav.breadcrumbs {
    border-bottom: 1px solid #ff975b;
  }
  html body header.short nav.breadcrumbs ol {
    margin-left: 16px;
  }
  html body header.short nav.breadcrumbs ol li {
    line-height: 16px;
  }
  html body main section.index {
    margin-top: 56px;
  }
  html body main section.others {
    margin-top: 72px;
  }
  html body main section.mv div.img_box div.mv_passage {
    width: 90%;
  }
  html body main section.mv div.img_box div.mv_passage p.page_title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    margin: 4px;
  }
  html body main section.mv div.img_box div.mv_passage p.title_passage {
    font-size: 1.4rem;
    line-height: 20px;
    margin: 4px 32px 16px;
  }
  html body main section.mv div.img_box img {
    width: 100%;
    height: auto;
  }
  html body main div.h2_decoration {
    margin: 0 0 24px;
    padding: 8px 0;
  }
  html body main div.h2_decoration h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  html body main h3 {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 16px;
  }
  html body main div.btt {
    position: fixed;
    cursor: pointer;
    right: 1%;
    bottom: 1.5%;
    display: none;
    text-align: center;
  }
  html body main div.btt p {
    color: #0082e5;
    font-size: 1rem;
    margin-bottom: 2px;
  }
  html body main div.btt img {
    width: 40px;
    height: auto;
  }
  html body footer nav.global {
    border-top: 2px solid #ff975b;
  }
  html body footer nav.global ul {
    width: 88%;
    height: 80px;
  }
  html body footer nav.global ul li a {
    font-size: 1.1rem;
    letter-spacing: 0rem;
    padding-left: 4px;
  }
  html body footer p.copyright {
    font-size: 1rem;
    line-height: 32px;
  }
  /*------------------------------
    /共通設定
  ------------------------------*/
  /*------------------------------
    index.html
  ------------------------------*/
  index.html body main {
    margin-top: 56px;
  }
  section.section1 {
    margin: 24px 0 40px;
    padding-bottom: 16px;
    background-image: url(../images/reqruit_top_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.section1 div.content_box1 {
    width: 80%;
    margin: 0 auto 32px;
    padding: 16px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
  }
  section.section1 div.content_box1 div.p_container {
    width: 100%;
  }
  section.section1 div.content_box1 div.img_box {
    display: none;
  }
  section.section1 div.content_box2 {
    width: 80%;
    margin: 0 auto 16px;
    padding: 16px 16px 8px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
  }
  section.section1 div.btn {
    width: 320px;
  }
  section.section1 div.btn a {
    line-height: 40px;
    font-size: 2rem;
    font-weight: 400;
  }
  section.section1 div.btn a img {
    width: 24px;
    margin: 8px 0 8px 8px;
  }
  section.section2 {
    margin: 24px 0 40px;
  }
  section.section2 div.job_container {
    width: 90%;
  }
  section.section2 div.job_container div.job1 {
    height: 320px;
  }
  section.section2 div.job_container div.job2 {
    height: 360px;
  }
  section.section2 div.job_container div.job3 {
    height: 400px;
  }
  section.section2 div.job_container div.job_box {
    margin: 0 auto 24px;
  }
  section.section2 div.job_container div.job_box h3 {
    width: 90%;
    color: #004880;
    border-bottom: 1px solid #004880;
    line-height: 3.2rem;
    text-align: left;
    margin: 8px auto 24px;
  }
  section.section2 div.job_container div.job_box div.job_content div.icon img {
    width: 80px;
  }
  section.section2 div.btn {
    width: 256px;
  }
  section.section2 div.btn a p.small {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  section.section2 div.btn a div.btn_p_box p {
    font-weight: 600;
    line-height: 32px;
    font-size: 2rem;
  }
  section.section2 div.btn a img {
    width: 24px;
    margin: 5px 0 8px 8px;
  }
  /*------------------------------
    index.html
  ------------------------------*/
  /*------------------------------
    overview.html
  ------------------------------*/
  section.overview1 {
    margin: 24px 0 48px;
  }
  section.overview1 div.content_box1 {
    width: 90%;
  }
  section.overview1 div.content_box1 table tr th {
    padding: 1% 4%;
  }
  section.overview1 div.content_box1 table tr td {
    padding: 1% 4%;
  }
  section.overview2 {
    margin: 24px 0 48px;
  }
  section.overview2 img {
    width: 90%;
    height: auto;
    margin-bottom: 24px;
  }
  section.overview2 div.map_passage1 {
    width: 90%;
    padding: 16px;
    margin: 0 auto 24px;
  }
  section.overview2 div.map_passage1 p {
    line-height: 32px;
  }
  section.overview2 div.map_passage2 {
    width: 80%;
    margin: 0 auto 24px;
  }
  section.overview2 div.map_passage2 table tr th {
    width: 30%;
    padding: 4% 0 4% 4%;
  }
  section.overview2 div.map_passage2 table tr td {
    width: 70%;
    padding: 4% 4% 4% 0;
  }
  section.overview2 div.tel_p {
    width: 90%;
    margin: 0 auto 24px;
  }
  section.overview2 div.tel_p p {
    font-size: 1.6rem;
  }
  section.overview2 div.line_p {
    width: 90%;
    margin: 0 auto 24px;
  }
  section.overview2 div.line_p p {
    font-size: 1.6rem;
  }
  section.overview2 div.btn {
    width: 320px;
    text-align: center;
    margin: 0 auto 16px;
  }
  section.overview2 div.btn a {
    line-height: 40px;
    font-size: 1.6rem;
  }
  section.overview2 div.btn a img {
    height: 20px;
    margin: 8px 0 12px 8px;
  }
  section.overview2 div.btn2 {
    margin: 0 auto 24px;
  }
  /*------------------------------
    /overview.html
  ------------------------------*/
  /*------------------------------
    application_requirements.html
  ------------------------------*/
  section.requirements1 {
    margin: 16px 0 48px;
  }
  section.requirements1 div.content_box {
    width: 90%;
    margin: 24px auto 32px;
    padding: 0;
  }
  section.requirements1 div.content_box h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin: 16px auto 8px;
  }
  section.requirements1 div.content_box div.passage {
    line-height: 2.4rem;
    margin: 8px 16px 16px;
  }
  section.requirements1 div.content_box div.passage p span {
    font-size: 1.6rem;
  }
  section.requirements1 div.content_box div.btn {
    width: 320px;
    text-align: center;
    margin: 0 auto 16px;
  }
  section.requirements1 div.content_box div.btn a {
    line-height: 40px;
    font-size: 1.6rem;
  }
  section.requirements1 div.content_box div.btn a img {
    height: 20px;
    margin: 8px 0 12px 8px;
  }
  section.requirements1 div.content_box div.btn2 {
    margin: 0 auto 24px;
  }
  section.requirements2 div.content_box {
    width: 90%;
    display: block;
    margin: 0 auto 24px;
  }
  section.requirements2 div.content_box div.title_box {
    width: 100%;
    height: 64px;
  }
  section.requirements2 div.content_box div.title_box div.job_number {
    display: block;
  }
  section.requirements2 div.content_box div.title_box div.job_number p {
    font-size: 1.6rem;
    margin: 8px 0 0 8px;
  }
  section.requirements2 div.content_box div.title_box div.job_number p span {
    font-size: 1.6rem;
    padding: 2px 2px 2px 6px;
  }
  section.requirements2 div.content_box div.title_box div.title h2 {
    font-size: 2rem;
  }
  section.requirements2 div.content_box div.table_box {
    width: 100%;
    background-color: #fff;
    border: 2px solid #ff975b;
    border-bottom: 1px solid #ff975b;
    box-sizing: border-box;
    padding: 8px 0;
  }
  section.requirements2 div.content_box div.table_box tr th {
    width: 30%;
    color: #004880;
    padding: 8px;
    font-weight: 400;
  }
  section.requirements2 div.content_box div.table_box tr td {
    padding: 8px;
  }
  section.requirements2 div.content_box div.btn {
    width: 100%;
    border: 2px solid #ff975b;
    border-top: 1px solid #ff975b;
    box-sizing: border-box;
    background: #ffe6d7;
    text-align: center;
  }
  section.requirements2 div.content_box div.btn a {
    width: 100%;
    line-height: 48px;
    display: block;
    color: #39b54a;
    font-size: 2rem;
    font-weight: 600;
  }
  section.requirements2 div.content_box div.btn a img {
    width: auto;
    height: 24px;
    margin: 11px 0 13px 8px;
  }
  section.requirements2 div.box3 div.title_box div.title h2 br {
    display: none;
  }
  section.requirements2 div.btn_container {
    max-width: 90%;
  }
  section.requirements2 div.btn_container div.btn {
    width: 164px;
  }
  section.requirements2 div.btn_container div.btn a {
    line-height: 48px;
    font-size: 1.6rem;
  }
  section.requirements2 div.btn_container div.btn a img {
    height: 20px;
    margin: 12px 0 14px 8px;
  }
  /*------------------------------
    /application_requirements.html
  ------------------------------*/
  /*------------------------------
    welfare.html
  ------------------------------*/
  section.welfare1 {
    margin: 24px 0 40px;
  }
  section.welfare1 div.content_box {
    width: 90%;
    padding: 16px 8px;
    margin: 0 auto 24px;
  }
  section.welfare1 div.content_box h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 8px;
  }
  section.welfare1 div.content_box div.p_container table {
    width: 100%;
  }
  section.welfare1 div.content_box div.p_container table tr {
    letter-spacing: 0rem;
  }
  section.welfare1 div.content_box div.p_container table tr th {
    padding: 2% 1%;
  }
  section.welfare1 div.content_box div.p_container table tr td {
    padding: 2% 4%;
  }
  section.welfare1 div.content_box div.p_container table tr td br {
    display: block;
  }
  section.welfare1 div.btn {
    width: 256px;
  }
  section.welfare1 div.btn a p.small {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  section.welfare1 div.btn a div.btn_p_box p {
    font-weight: 600;
    line-height: 32px;
    font-size: 2rem;
  }
  section.welfare1 div.btn a img {
    width: 24px;
    margin: 5px 0 8px 8px;
  }
  /*------------------------------
    /welfare.html
  ------------------------------*/
  /*------------------------------
    contact.html
  ------------------------------*/
  section.contact {
    overflow: auto;
    margin-top: 80px;
    padding: 560px 0;
  }
  /*------------------------------
    contact.html
  ------------------------------*/
}
/*----------------------------------------
  /media Queries 480
----------------------------------------*/