@charset "utf-8";

/* ↓↓↓ #employment ↓↓↓ */
.anchor-box {
  display: flex;
  justify-content: center;
  padding: 100px 0 20px;
}

.anchor-box .anchor-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 115px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin: 0 8px;
}

.anchor-box .anchor-btn.-general {
  background-color: #e6826e;
}

.anchor-box .anchor-btn.-job {
  background-color: #e0871e;
}

.anchor-box .anchor-btn:hover {
  opacity: 0.6;
}

.anchor-box .anchor-btn::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: 15px;
  left: 50%;
  width: 12px;
  height: 14px;
  background: url(../img/anchor-angle.svg) no-repeat;
  background-size: cover;
}

.mainbox {
  width: 100%;
  margin: 45px 0;
}

@media screen and (max-width: 750px) {
  .mainbox {
    width: 100%;
    margin: 20px 0;
  }
}

.mainbox .image {
  display: block;
  height: 100%;
}

.mainbox .image img {
  display: block;
  margin: 0 auto;
}

#general.contents-box {
  padding-bottom: 50px;
}

#job.contents-box {
  padding-top: 40px;
}

#employment .top-cate {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #employment .top-cate {
    flex-direction: column;
  }
}

#employment .top-cate li {
  width: 47.8949%;
}

@media screen and (max-width: 750px) {
  #employment .top-cate li {
    width: 100%;
    margin-bottom: 20px;
  }

  #employment .top-cate li:last-of-type {
    margin-bottom: 0;
  }
}

#employment .top-cate li:hover {
  opacity: .6;
}

/* ↑↑↑ #employment ↑↑↑ */

/* ↓↓↓ #contens ↓↓↓ */
.box {
  width: 100%;
  margin-bottom: 65px;
}

.box .subheading {
  margin-bottom: 15px;
  font-size: 20px;
  color: #008803;
  letter-spacing: .075em;
  line-height: 1;
}

.box .notes {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
  text-decoration: underline;
}

.box .text {
  line-height: 1.8;
}

.box .text .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.box .text .indent2 {
  display: block;
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.box .text a {
  text-decoration: underline;
}

.box .list {
  width: 100%;
}

.box .list li {
  height: 50px;
  margin-bottom: 1px;
  padding: 0 30px;
  font-weight: bold;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
}

.table3-head,
.table2-head,
.table1-head {
  width: 100%;
  height: 50px;
  display: flex;
}

@media screen and (max-width: 750px) {
  .table3-head,
  .table2-head,
  .table1-head {
    display: none;
  }
}

.table3-head li,
.table2-head li,
.table1-head li{
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2.table3-head,
h2.table2-head,
h2.table1-head{
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.table1-head li,
h2.table1-head{
  background-color: #E88E7D;
}

.table2-head li,
h2.table2-head {
  background-color: #19A0C4;
}

.table3-head li,
h2.table3-head {
  background-color: #E0871E;
}

.table1-head li:nth-of-type(1) {
  width: 9%;
}

.table1-head li:nth-of-type(2) {
  width: 25%;
}

.table1-head li:nth-of-type(3) {
  width: 25%;
}

.table1-head li:nth-of-type(4) {
  width: 41%;
}

.table2-head li:nth-of-type(1) {
  width: 45%;
}

.table2-head li:nth-of-type(2) {
  width: 55%;
}

.table2-head li:last-of-type,
.table1-head li:last-of-type {
  margin-right: 0;
}

.list-wrap {
  margin: 45px auto 0;
}

.box-list{
  width: 100%;
  font-family: 'ヒラギノ角ゴ Pro';
  text-align: justify;
}

.box-list:last-of-type{
  margin-bottom: 65px;
}

.table-body_txt,
.table2-body_txt{
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #F2F2F2;
  border-top: 1px solid #fff;
  padding: 30px;
}

.table-body_txt :is(.text+ul,ul+.text),
.table2-body_txt :is(.text+ul,ul+.text) {
  margin-top: 21px;
}

.table-body_txt .text-flex,
.table2-body_txt .text-flex{
  display: flex;
}

.table-body_txt .text-flex .cont,
.table2-body_txt .text-flex .cont{
  flex: 1;
}

.table-body_txt .text-flex.two-lt,
.table2-body_txt .text-flex.two-lt{
  text-indent: -42px;
  padding-left: 42px;
}

.table-body_txt .text-flex.three-lt,
.table2-body_txt .text-flex.three-lt{
  text-indent: -55px;
  padding-left: 55px;
}

.table-body_txt .text-flex.four-lt,
.table2-body_txt .text-flex.four-lt{
  text-indent: -70px;
  padding-left: 70px;
}

.table-body_list {
  counter-reset: number cutNum;
}

.table-body_accordion{
  position: relative;
  background-color: #F2F2F2;
  border-top: 1px solid #fff;
}

.table-body_accordion .accordion_title{
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: start;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 23px 60px 23px 30px;
  transition: padding ease .6s;
}

.table-body_accordion .accordion_title button {
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  text-indent: -2.2em;
  padding-left: 2.2em;
}

@media screen and (max-width: 750px) {
  .table-body_accordion .accordion_title{
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 60px 20px 15px;
  }
}

.table-body_accordion.active .accordion_title{
  padding-bottom: 0;
}

#general .table-body_accordion .accordion_title{
  color: #e96f57;
}

#area .table-body_accordion .accordion_title{
  color: #179fc4;
}

#job .table-body_accordion .accordion_title{
  color: #E0871E;
}

.table-body_accordion .accordion_title .num {
  content: '';
  position: relative;
  width: 1.8em;
  height: 1.125em;
  display: inline-block;
}

.table-body_accordion .accordion_title .num::before {
  position: absolute;
  counter-increment: cutNum 1;      /* number カウンタの増加数をセット */
  content: counter(cutNum, decimal-leading-zero);      /* 表示形式を指定 */
  font-family: 'ヒラギノ角ゴ Pro';
  top: 0;
  left: 135%;
}

.table-body_accordion .accordion_btn{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 20px;
  right: 30px;
}

@media screen and (max-width: 750px) {
  .table-body_accordion .accordion_btn{
    right: 15px;
  }
}

#general .table-body_accordion .accordion_btn{
  background-color: #e88e7d;
}

#area .table-body_accordion .accordion_btn{
  background-color: #179fc4;
}

#job .table-body_accordion .accordion_btn{
  background-color: #E0871E;
}

.table-body_accordion .accordion_btn::before,
.table-body_accordion .accordion_btn::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #fff;
  top: 14px;
  left: 8px;
}

.table-body_accordion .accordion_btn::after{
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform ease .3s;
}

.table-body_accordion.active .accordion_btn::after{
  transform: rotate(360deg);
}

.table-body_accordion .accordion_body{
  display: none;
  color: initial;
  margin-top: 45px;
  padding: 30px;
  padding: 0 30px 30px;
}

@media screen and (max-width: 750px) {
  .table-body_accordion .accordion_body{
    padding: 0 20px 20px;
  }
}

.table-body_accordion .accordion_body p{
  font-size: 1.4rem;
  font-weight:300;
}

.box-list :is(.text:not(:first-child),.list:not(:first-child)) {
  margin-top: 35px;
}

.table-body_accordion .accordion_body .accordion_head{
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

/* #general .table-body_accordion .accordion_body .accordion_head{
  color: #e88e7d;
}

#area .table-body_accordion .accordion_body .accordion_head{
  color: #179fc4;
} */

.table-body_accordion .accordion_body .text-flex {
  display: flex;
}

.table-body_accordion .accordion_body .text-flex .cont {
  flex: 1;
}

.table-body_accordion .accordion_body .dot{
  position: relative;
  display: block;
  padding-left: 1.4rem;
  margin-top: 10px;
}

.table-body_accordion .accordion_body strong+.dot {
  margin-top: unset;
}

.table-body_accordion .accordion_body .dot::before{
  content: '●';
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  top: 0;
  left: 0;
}

#general .table-body_accordion .accordion_body .dot::before{
  color: #e88e7d;
}

#area .table-body_accordion .accordion_body .dot::before{
  color: #0089af;
}

#job .table-body_accordion .accordion_body .dot::before{
  color: #E0871E;
}

.table-body_accordion .accordion_body .link-text {
  text-decoration: underline;
}

.table-body_accordion .accordion_body .link-text .link-icon {
  width: 1em;
  display: inline-block;
  margin-left: 2px;
}

.box-list .indent{
  display: block;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

.box-list .-red {
  color: #cc0000;
}

.box-list .note{
  margin-top: 20px;
}

.box-list .note+.note{
  margin-top: 0;
}

#area .table-body_accordion:last-of-type{
  padding: 30px;
}

@media screen and (max-width: 750px) {
  #area .table-body_accordion:last-of-type{
    padding: 20px;
  }
}

#area .table-body_accordion:last-of-type .note{
  margin-top: 0;
}

.table-body_note{
  background-color: #F2F2F2;
  border-top: 1px solid #fff;
  padding: 30px;
}

@media screen and (max-width: 750px) {
.table-body_note{
    padding: 20px;
  }
}

.table-body_note .note{
  margin-top: 0;
}

.table-body_txt a {
  text-decoration: underline;
  transition: opacity ease .3s;
}

.table-body_txt a .link-icon {
  width: 1em;
  display: inline-block;
  margin-left: 2px;
}

.table-body_txt a:hover {
  opacity: 0.7;
}

.table-body_txt .-txtred {
  color: #cc0000;
}

.accordion_title .addtxt {
  position: absolute;
  font-weight: bolder;
  color: #454883;
  display: inline-block;
  top: 23px;
  left: 550px;
}

@media screen and (max-width: 750px) {
  .accordion_title .addtxt {
    position: initial;
  }
  
}

.accordion_title .addtxt.-red {
  color: #cc0000;
}

@media screen and (max-width: 750px) {
  .accordion_title .addtxt {
    margin-top: 3px;
  }
}

.table-body_accordion .accordion_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  border: 1px solid #000;
}

.table-body_accordion .accordion_table .accordion_table_head {
  font-size: 1.4rem;
  padding: 4px 8px;
  width: 90px;
  border: 1px solid #000;
}

.table-body_accordion .accordion_table .accordion_table_detail {
  font-size: 1.4rem;
  padding: 4px 10px;
  width: calc(100% - 90px);
  border: 1px solid #000;
}

/* ↑↑↑ #contens ↑↑↑ */