@charset "UTF-8";
.mainvisual {
  background: url(../common_img/bgmv.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}
.mainvisual .container {
  height: 560px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 4rem;
  }
  .mainvisual .container {
    height: 300px;
    padding-bottom: 5rem;
  }
}
/* ========== end △ */
.mv-title .en {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 9.6rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.mv-title .jp {
  font-size: 3rem;
  color: #00478D;
  background-color: #F9F107;
  border-radius: 0 30px 30px 0;
  min-width: 360px;
  display: inline-block;
  padding: 0.5rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mv-title .en {
    font-size: 6rem;
  }
  .mv-title .jp {
    font-size: 2rem;
    min-width: auto;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .mv-title .en {
    font-size: 4.5rem;
  }
  .mv-title .jp {
    font-size: 1.5rem;
    min-width: auto;
  }
}

.breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 10rem;
}
.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
.breadcrumb ul li {
  padding: 0 23px 0 5px;
  position: relative;
  letter-spacing: 0.3px;
  font-size: 1.2rem;
  text-decoration: underline;
}
.breadcrumb ul li:after {
  content: '＞';
  position: absolute;
  top: 2px;
  right: 16px;
  font-size: 10px;
  margin: auto;
  width: 0;
  height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #F9F107;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb ul li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb ul li:first-child a {
  font-weight: bold;
  color: #00478D;
}
.breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.main-content {
  margin-bottom: 15rem;
  letter-spacing: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main-content {
    margin-bottom: 7rem;
  }
}
/* ========== end △ */
.cm-contact-entry {
  background-color: #5baff8;
}
.cm-contact-entry .container {
  position: relative;
}
.cm-contact-entry .container:before {
  content: '';
  position: absolute;
  top: -8rem;
  right: 10%;
  background: url(../common_img/man_hands.png) top center no-repeat;
  width: 61px;
  height: 175px;
  background-size: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-contact-entry .container:before {
    background-size: 100%;
    width: 40px;
    right: 10%;
    top: 1rem;
  }
}
/* ========== end △ */
.contact-entry-img {
  margin-top: 0;
  position: relative;
  top: -10rem;
  z-index: -1;
  left: -17rem;
  margin-bottom: -43.5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact-entry-img {
    margin-bottom: -62%;
    left: 0;
    top: -3rem;
  }
}
/* ========== end △ */
.pager {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pager {
    padding-bottom: 20px;
  }
}
.pager a {
  font-size: 18px;
}
.pager .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pager .back {
    align-items: flex-end;
  }
}
.pager .prev {
  float: left;
}
.pager .prev a {
  padding-right: 0;
  padding-left: 70px;
}
.pager .prev .arrow {
  right: auto;
  left: 10px;
}
.pager .prev .arrow:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pager .next {
  float: right;
}

.pdf-btn {
  margin: 50px 0;
}
.pdf-btn a {
  display: inline-block;
  border: 1px solid #009944;
  text-align: center;
  display: inline-block;
  padding: 20px 70px;
  padding-right: 40px;
  text-decoration: none;
  position: relative;
  border-radius: 100px;
  background: url(../images/common_img/ico-pdf.png) center left 20px no-repeat, url(../images/common_img/next_gr.png) no-repeat right 15px center;
  display: inline-block;
  font-weight: bold;
  background-size: 28px, 10px;
}
@media screen and (min-width: 768px) {
  .pdf-btn a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.pdf-btn .arrow {
  position: absolute;
  top: 0;
}

.anclinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.anclinks li {
  width: 30%;
  margin: 0 1% 2%;
  min-height: 60px;
}
.anclinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 2px solid #00478D;
  text-align: center;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 71, 141, 0.2);
  /* padding-left: 1rem; */
  padding-right: 3rem;
}
.anclinks a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 30px;
  height: 30px;
  min-width: 30px;
  transform: rotate(90deg);
}
.anclinks a .arrow:before {
  width: 20px;
}
.anclinks a .arrow:after {
  right: -14px;
  padding: 3px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .anclinks a:hover {
    background: #F9F107;
    color: #00478D;
  }
  .anclinks a:hover .arrow {
    border-color: #00478D;
  }

}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anclinks a {
    padding-right: 0;
  }
  .anclinks {
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .anclinks a .arrow:before{
    width: 16px;
  }
  .anclinks a .arrow {
    width: 20px;
    height: 20px;
    min-width: 20px;
}
  .anclinks li {
    min-height: 50px;
    width: 48%;
  }
  /* .anclinks a .arrow {
    right: 12px;
  } */
  .anclinks a .arrow:after {
    right: -8px;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .anclinks li {
    width: 100%;
  }
  .anclinks li a {
    font-size: 1.5rem;
  }
}

.cm-bg-blue {
  background-color: #5BAFF8;
}

.indent15 {
  text-indent: -15px;
  margin-left: 15px;
}

.indent20 li {
  text-indent: -20px;
  margin-left: 20px;
}

.cm-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #DDDDDD;
}
.cm-table dl:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.cm-table dt, .cm-table dd {
  padding: 2rem;
}
.cm-table dt {
  position: relative;
  width: 25%;
  font-weight: bold;
  font-size: 1.8rem;
  background: #EBF6FF;
  border-radius: 0 50px 50px 0;
}
.cm-table dd {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-table dt, .cm-table dd {
    padding: 1rem;
  }
  .cm-table dt {
    font-size: 1.6rem;
    width: 40%;
  }
  .cm-table dd {
    width: 60%;
  }
}
/* ========== end △ */
.ttl-trigger {
  font-size: 2.4rem;
  color: #fff;
  background-color: #00478D;
  border-radius: 30px;
  font-weight: bold;
  padding: 1rem 3rem;
  position: relative;
}
.ttl-trigger.active .arrow {
  transform: rotate(450deg);
  transform-origin: right;
}
.ttl-trigger .arrow {
  position: absolute;
  top: 27px;
  right: 20px;
  height: 5px;
  border: none;
}
.ttl-trigger .arrow:after {
  right: -10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl-trigger {
    font-size: 2rem;
    padding: 0.5rem 2rem;
  }
  .ttl-trigger .arrow {
    top: 20px;
    right: 5px;
  }
  .ttl-trigger .arrow:after {
    right: -8px;
  }
}
/* ========== end △ */
.content-hid {
  display: none;
  padding: 2.5rem 5rem;
}

@media only screen and (max-width: 767px) {
  .content-hid{
    padding: 2rem;
  }
}
/*====================================================================================
■.1 PAGE CONTACT
====================================================================================*/
.contact-form {
  padding-bottom: 9.5rem;
}
.contact-form .txt01 {
  margin-bottom: 6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 4rem;
  }
  .contact-form .txt01 {
    margin-bottom: 2rem;
  }
}
/* ========== end △ */
.contact-pp {
  background-color: #5BAFF8;
  padding: 8rem 0 0;
}
.contact-pp .txt01 {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.contact-pp .inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 5rem;
  max-width: 990px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.contact-pp .title-blue {
  margin-top: 2.5rem;
}
.contact-pp ul {
  margin-top: 2.5rem;
}
.contact-pp ul li {
  text-indent: -15px;
  margin-left: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact-pp {
    padding-top: 4rem;
  }
  .contact-pp .inner {
    padding: 2rem;
    border-radius: 20px;
  }
}
/* ========== end △ */
.page-contact .main-content, .page-entry .main-content {
  margin-bottom: 0;
}
.page-contact .txt01, .page-entry .txt01 {
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-contact .txt01, .page-entry .txt01 {
    text-align: left;
  }
}
/* ========== end △ */
/*====================================================================================
■.2 PAGE WORK
====================================================================================*/
.work-list01 .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 10px solid #7DA1C5;
  border-radius: 25px;
  padding: 3rem 5rem;
  background-color: #F1F5F8;
  margin-bottom: 3rem;
}
.work-list01 .item p {
  padding-left: 3rem;
}
.work-list01 .item:nth-child(2n+2) {
  flex-direction: row-reverse;
  border-color: #FCF880;
  background-color: #FEFDF2;
}
.work-list01 .item:nth-child(2n+2) .cm-title03 {
  color: #FFAD42;
  border-bottom-color: #FFAD42;
  padding-left: 0;
  padding-right: 3rem;
}
.work-list01 .item:nth-child(2n+2) p {
  padding-left: 0;
  padding-right: 3rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .work-list01 .item {
    padding: 2rem;
    border-width: 3px;
    border-radius: 10px;
  }
}
/* ========== end △ */
@media screen and (max-width: 639px) {
  .work-list01 .item {
    margin-bottom: 2rem;
  }
  .work-list01 .item p {
    padding: 0;
  }
}
.work-list01 .img {
  width: 40%;
}
@media screen and (max-width: 639px) {
  .work-list01 .img {
    width: 100%;
    text-align: center;
  }
}
.work-list01 .ct-txt {
  width: 60%;
  padding-top: 3rem;
}
@media screen and (max-width: 639px) {
  .work-list01 .ct-txt {
    width: 100%;
    padding: 2rem 0;
  }
}
.work-list01 .cm-title03 {
  padding-left: 3rem;
}
@media screen and (max-width: 639px) {
  .work-list01 .cm-title03 {
    padding: 0;
  }
}

.work-chart {
  background-color: #fff;
  padding: 3rem 2rem 5rem;
}
.work-chart .item {
  padding: 1rem;
  text-align: center;
  margin-bottom: 4rem;
}
.work-chart .item:last-child {
  border: none;
  margin-bottom: 0;
}
.work-chart .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .work-chart .item .item-c{
    width: 100%;
    overflow-x: scroll;
  }
  .work-chart .item .item-c .img{
    width: 500px;
  }
  .work-chart {
    padding: 0;
  }
  .work-chart .item {
    width: 100%;
    border: none;
    margin-bottom: 1rem;
  }
  .work-chart .img {
    display: block;
  }
}

.work-emp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #00478D;
  padding-top: 10rem;
}
.work-emp.bdr-none {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .work-emp {
    margin-bottom: 4rem;
    padding-top: 4rem;
  }
}
/* ========== end △ */
.work-emp .img {
  width: 52%;
  height: 100%;
}
.work-emp .img figure {
  position: relative;
}
.work-emp .img figure:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid #FCFAC3;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 71, 141, 0.2);
}
.work-emp .img img {
  border-radius: 20px;
}
.work-emp .img .infor {
  background-color: #F9F107;
  width: 330px;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  top: -8rem;
  margin: auto;
  margin-right: 0;
  right: -3rem;
}
.work-emp .img .infor .blue {
  font-size: 2rem;
  color: #00478D;
  font-weight: bold;
}
.work-emp .img .infor .name {
  font-size: 3rem;
  text-align: right;
  font-weight: bold;
  line-height: 1.2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .work-emp .img {
    width: 100%;
  }
  .work-emp .img figure:before {
    border-width: 3px;
    top: -7px;
    left: -7px;
    border-radius: 10px;
  }
  .work-emp .img img {
    width: 100%;
    border-radius: 10px;
  }
  .work-emp .img .infor {
    width: 90%;
    right: 0;
    margin: auto;
    padding: 1rem;
    top: -2rem;
  }
  .work-emp .img .infor .blue {
    font-size: 1.5rem;
  }
  .work-emp .img .infor .name {
    font-size: 2rem;
  }
}
/* ========== end △ */
.work-emp .ct-txt {
  width: 43%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .work-emp .ct-txt {
    width: 100%;
  }
}
/* ========== end △ */
.work-emp dl {
  margin-bottom: 3.5rem;
}
.work-emp dl dt {
  font-size: 1.8rem;
  color: #00478D;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.work-emp dl dt::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #F9F107;
  border-radius: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .work-emp dl {
    margin-bottom: 1.5rem;
  }
}
/* ========== end △ */
.timeline {
  max-width: 1045px;
  margin: auto;
  position: relative;
}
.timeline:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333333;
  height: 100%;
  width: 1px;
}
.timeline .item:last-child::after{
  content: '';
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 5%;
  height: calc(100% - 38px);
  position: absolute;
  z-index: 2;
  bottom: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .timeline:after {
    right: auto;
    left: 3rem;
  }
  .timeline .item:last-child::after{
    left: 31px;
    height: calc(100% - 24px);
  }
}
/* ========== end △ */
.timeline .item {
  display: flex;
  position: relative;
}
.timeline .item:nth-child(2n+2) {
  justify-content: flex-end;
}
.timeline .item:nth-child(2n+2) .box {
  text-align: left;
}
.timeline .item:nth-child(2n+2) .box:before {
  right: auto;
  left: -26.7%;
}
.timeline .item:nth-child(2n+2) .box:after {
  right: auto;
  left: -21.4%;
}
.timeline .item:nth-child(2n+2) .time {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.timeline .item:nth-child(2n+2) .time p {
  margin-right: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .timeline .item:nth-child(2n+2) .box {
    text-align: left;
  }
  .timeline .item:nth-child(2n+2) .box:before {
    left: -27.7%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .timeline .item {
    padding-left: 8rem;
    margin-bottom: 3rem;
  }
  .timeline .item:nth-child(2n+2) {
    justify-content: flex-start;
  }
  .timeline .item:nth-child(2n+2) .box {
    text-align: left;
  }
}
/* ========== end △ */
.timeline .box {
  width: 41.3%;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.timeline .box:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -26.7%;
  margin: auto;
  background-color: #F9F107;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 10px solid #00478D;
  z-index: 1;
}
.timeline .box:after {
  content: '';
  position: absolute;
  top: 15px;
  right: -21.4%;
  margin: auto;
  background-color: #333333;
  height: 1px;
  width: 93px;
}
@media screen and (max-width: 1024px) {
  .timeline .box:before {
    right: -28.7%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .timeline .box {
    width: 100%;
    text-align: left;
  }
  .timeline .box:before {
    width: 20px;
    height: 20px;
    border-width: 4px;
    left: -59px !important;
    top: 4px;
    right: auto;
  }
  .timeline .box:after {
    left: -49px !important;
    right: auto;
  }
}
/* ========== end △ */
.timeline .time {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
.timeline .time p {
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 2rem;
}
.timeline .time span {
  font-size: 2rem;
  font-weight: bold;
  color: #00478D;
  background-color: #F9F107;
  border-radius: 5px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .timeline .time {
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 1rem;
  }
  .timeline .time p {
    margin-left: 2rem;
  }
  .timeline .time span {
    font-size: 1.6rem;
    width: 70px;
  }
}
/* ========== end △ */
.page-work .sec-work01 {
  padding-bottom: 7.5rem;
}
.page-work .txt01{
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.8rem
}
.page-work .sec-work04{
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .page-work .anclinks li{
    width: 23%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-work .txt01{
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .page-work .sec-work01 {
    padding-bottom: 3rem;
  }
  .page-work .sec-work04{
    padding-top: 30px;
  }
}
/* ========== end △ */
.page-work .sec-work02 {
  padding: 8.3rem 0 9rem;
  background-color: #5BAFF8;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-work .sec-work02 {
    padding: 3rem 0 4rem;
  }
}
/* ========== end △ */
.page-work .sec-work03 {
  padding: 8.3rem 0 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-work .sec-work03 {
    padding-top: 4rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-work .main-content {
    margin-bottom: 6rem;
  }
}
/* ========== end △ */
/*====================================================================================
■.3 PAGE RECRUIT
====================================================================================*/
.recruit-list01 {
  background: url(../recruit/images/bg01.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 6rem 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-list01 .item {
  width: 46%;
  margin-top: 8rem;
}
.recruit-list01 .item:nth-child(1), .recruit-list01 .item:nth-child(2) {
  margin-top: 0;
}
.recruit-list01 .box {
  position: relative;
  min-height: 90px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  max-width: 395px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10rem;
  margin-bottom: 4rem;
}
.recruit-list01 .box:before {
  content: '';
  position: absolute;
  top: -19px;
  left: 20px;
  margin: auto;
  background: url(../recruit/images/check-mark.png) bottom center no-repeat;
  height: 90px;
  width: 86px;
}
.recruit-list01 .box:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../recruit/images/bgbot.png) bottom center no-repeat;
  height: 26px;
  width: calc(100% + 2px);
}
.recruit-list01 .box .ttl {
  font-size: 2rem;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit-list01 {
    padding: 3rem 4%;
  }
  .recruit-list01 .item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 4rem;
  }
  .recruit-list01 .item:last-child {
    margin-bottom: 0;
  }
  .recruit-list01 .box {
    margin-bottom: 2rem;
    padding-left: 8rem;
  }
  .recruit-list01 .box:before {
    background-size: 100%;
    width: 50px;
    top: -26px;
  }
  .recruit-list01 .box .ttl {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.recruit-list02 {
  margin-bottom: 6rem;
}
.recruit-list02 .item {
  width: 32%;
  margin-right: 2%;
  background-color: #00478D;
  border-radius: 20px;
  padding: 1rem 2rem 2rem 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-list02 .item:nth-child(3n+3) {
  margin-right: 0;
}
.recruit-list02 .item .ct-txt {
  width: 56%;
}
.recruit-list02 .item .number {
  font-size: 3rem;
  background-color: #F9F107;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.recruit-list02 .item p {
  font-size: 2rem;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #fff;
  padding-left: 1rem;
}
.recruit-list02 .item .img {
  width: 40%;
  margin-top: -3rem;
}
.recruit-list02 .item img {
  border-radius: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit-list02 {
    margin-bottom: 0;
  }
  .recruit-list02 .item {
    width: 100%;
    margin-bottom: 4rem;
    padding-right: 1rem;
  }
  .recruit-list02 .item p {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.requirements-app-list {
  margin-bottom: 7rem;
}
.requirements-app-list .item {
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  margin-bottom: 2rem;
  background-color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .requirements-app-list {
    margin-bottom: 4rem;
  }
}
/* ========== end △ */
.recruit-step-list {
  padding-left: 6rem;
}
.recruit-step-list .item {
  position: relative;
  margin-bottom: 9rem;
  background-color: #FEFEFE;
  border-radius: 20px;
  padding: 2rem 5rem;
}
.recruit-step-list .item:last-child:after {
  content: none;
}
.recruit-step-list .item:after {
  content: '';
  position: absolute;
  bottom: -74px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 50px solid #00478D;
  width: 0;
  height: 0;
}
.recruit-step-list .number {
  width: 120px;
  height: 120px;
  background-color: #F9F107;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #00478D;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -60px;
  padding-bottom: 2rem;
}
.recruit-step-list .number span {
  font-size: 6rem;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: bold;
  line-height: 0.7;
}
.recruit-step-list .title {
  font-size: 2.4rem;
  color: #00478D;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  padding-left: 4rem;
}
.recruit-step-list .ct-txt {
  padding-left: 4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit-step-list {
    padding-left: 0;
    margin-top: 7rem;
  }
  .recruit-step-list .item {
    padding: 2rem;
    padding-top: 5rem;
  }
  .recruit-step-list .item:last-child {
    margin-bottom: 0;
  }
  .recruit-step-list .item:after {
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 30px;
    bottom: -30px;
  }
  .recruit-step-list .number {
    top: -40px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
  }
  .recruit-step-list .number span {
    font-size: 4rem;
  }
  .recruit-step-list .title {
    font-size: 2rem;
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .recruit-step-list .ct-txt {
    padding: 0;
  }
}
/* ========== end △ */
.faq-list {
  margin-bottom: 10rem;
}
.faq-list .item {
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-bottom: 5rem;
}
.faq-list .question {
  background-color: #00478D;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  border-radius: 30px;
  padding: 1rem 3rem;
  padding-left: 15rem;
}
.faq-list .question.active .title:after {
  transform: rotate(270deg);
}
.faq-list .question:before {
  content: 'Q';
  width: 80px;
  height: 80px;
  background-color: #F9F107;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: #00478D;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  position: absolute;
  top: -17px;
  left: 5rem;
}
.faq-list .question .title {
  padding-right: 5rem;
}
.faq-list .question .title:before, .faq-list .question .title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: auto;
  transition: all 0.5s;
}
.faq-list .question .title:after {
  height: 25px;
  width: 3px;
  right: 40px;
}
.faq-list .ans {
  padding: 4rem 16rem;
  position: relative;
  display: none;
}
.faq-list .ans.none{
  display: none !important;
}
.faq-list .ans:before {
  content: 'A';
  width: 50px;
  height: 50px;
  background-color: #00478D;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  position: absolute;
  top: 24px;
  left: 9rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .faq-list {
    margin-bottom: 6rem;
  }
  .faq-list .item {
    margin-bottom: 3rem;
  }
  .faq-list .question {
    font-size: 1.6rem;
    border-radius: 10px;
    padding-left: 7rem;
  }
  .faq-list .question:before {
    width: 50px;
    height: 50px;
    font-size: 3rem;
    left: 1rem;
  }
  .faq-list .question .title {
    padding-right: 1rem;
  }
  .faq-list .question .title:before, .faq-list .question .title:after {
    width: 15px;
    right: 15px;
  }
  .faq-list .question .title:after {
    width: 3px;
    height: 15px;
    right: 21px;
  }
  .faq-list .ans {
    padding: 2rem 7rem;
    position: relative;
    padding-right: 2rem;
  }
  .faq-list .ans::before{
    left: 1rem;
  }
}
/* ========== end △ */
.sec-recruit01 {
  padding-bottom: 10rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-recruit01 {
    padding-bottom: 5rem;
  }
}
/* ========== end △ */
.sec-recruit02 {
  padding: 10rem 0 11rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-recruit02 {
    padding: 3rem 0;
  }
}
/* ========== end △ */
.sec-recruit03 {
  padding: 8rem 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-recruit03 {
    padding: 3rem 0;
  }
}
/* ========== end △ */
.sec-recruit04 {
  padding: 8rem 0 1rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-recruit04 {
    padding: 3rem 0;
  }
}
/* ========== end △ */
.sec-recruit05 {
  padding: 8rem 0rem 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-recruit05 {
    padding-top: 3rem;
  }
}
/* ========== end △ */
/*====================================================================================
■.4 PAGE ABOUTUS
====================================================================================*/
.aboutus-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutus-list01 .item {
  border: 11px solid #FCF882;
  border-radius: 16px;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  width: 25%;
  margin-bottom: 3rem;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-list01 .item {
    width: 100% !important;
    border-radius: 10px;
    border-width: 5px;
    padding: 4%;
    margin-bottom: 2rem;
  }
  .img-map{
    width: 800px;
  }
}
/* ========== end △ */
@media screen and (max-width: 1200px) {
  .aboutus-list01 .item.item01 .img img {
    max-width: 80%;
  }
}
.aboutus-list01 .item.item02 {
  width: 47%;
}
.aboutus-list01 .item.item02 .ct-txt {
  margin-top: 9rem;
}
.aboutus-list01 .item.item02 .txt-o {
  position: relative;
  padding-bottom: 1rem;
}
.aboutus-list01 .item.item02 .txt-o:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 200px;
  background-color: #ddd;
  margin: auto;
}
.aboutus-list01 .item.item02 .img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 4.5rem;
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .item.item02 .ct-txt {
    margin-top: 3rem;
  }
  .aboutus-list01 .item.item02 .img img {
    max-width: 30%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-list01 .item.item02 {
    padding-bottom: 5%;
  }
  .aboutus-list01 .item.item02 .img img {
    max-width: 20%;
  }
}
/* ========== end △ */
.aboutus-list01 .item.item03 .img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .item.item03 .img img {
    max-width: 60%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-list01 .item.item03 {
    padding-bottom: 22%;
  }
  .aboutus-list01 .item.item03 .img img {
    max-width: 20%;
  }
}
/* ========== end △ */
.aboutus-list01 .item.item04 {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .item.item04 .img img {
    max-width: 80%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-list01 .item.item04 .img img {
    max-width: 60%;
  }
}
/* ========== end △ */
.aboutus-list01 .item07 {
  width: 32%;
}
.aboutus-list01 .item08 {
  width: 32%;
}
.aboutus-list01 .item09 {
  width: 32%;
}
.aboutus-list01 .w2c{
  width: calc(64% + 1.5rem);
}
.gr-item02{
  display: flex;
  flex-wrap: wrap;
  gap:0 3rem;
}
.gr-item02 .w50p{
  width: calc(50% - 1.5rem) !important;
}
.aboutus-list01 .item .img-center{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .item.item07 .img img,
  .aboutus-list01 .item.item08 .img img,
  .aboutus-list01 .item.item09 .img img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  /* .aboutus-list01 .item.item07 .img img,
  .aboutus-list01 .item.item08 .img img,
  .aboutus-list01 .item.item09 .img img {
    max-width: 30%;
  } */
  .aboutus-list01 .item07,
  .aboutus-list01 .item08,
  .aboutus-list01 .item09 {
    width: 100%;
  }
  .aboutus-list01 .w2c{
    width: 100%;
  }
  .gr-item02 .w50p{
    width: 100% !important;
  }
}
.aboutus-list01 .title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-list01 .title {
    margin-bottom: 1rem;
  }
}
/* ========== end △ */
.aboutus-list01 .number {
  font-size: 3rem;
  font-weight: bold;
}
.aboutus-list01 .number small{
  font-size: 2rem;
}
.aboutus-list01 .number span {
  font-size: 7rem;
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  line-height: 1.2;
  color: #FFAD42;
}
.aboutus-list01 .number span.fs5 {
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .number {
    font-size: 2rem;
  }
  .aboutus-list01 .number span {
    font-size: 5rem;
  }
  .aboutus-list01 .number span.fs5 {
    font-size: 4rem;
  }
}
.aboutus-list01 .txt-o {
  font-size: 3rem;
  font-weight: bold;
}
.aboutus-list01 .txt-o span {
  font-size: 5rem;
  font-family: "Quicksand", sans-serif;
  color: #FFAD42;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .txt-o {
    font-size: 2rem;
  }
  .aboutus-list01 .txt-o span {
    font-size: 3rem;
  }
}
.aboutus-list01 .cols2 {
  width: 100%;
}
.aboutus-list01 .gr-item {
  width: 52%;
}
.aboutus-list01 .gr-item .item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.aboutus-list01 .ct-txt.w100p .flex{
  flex-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  .aboutus-list01 .number small{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .aboutus-list01 .gr-item .img img {
    max-width: 70%;
  }
  .aboutus-list01 .number small.f18{
    font-size: 1.4rem !important;
  }
  .aboutus-list01 .number small{
    font-size: 1.5rem;
  }
  .aboutus-list01 .ct-txt.w100p .flex .mt20{
    margin-top: 10px !important;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-list01 .gr-item {
    width: 100%;
  }
  .aboutus-list01 .gr-item .img img {
    max-width: 55%;
  }
}
/* ========== end △ */
.aboutus-talk {
  position: relative;
  margin-bottom: 4rem;
}
.aboutus-talk .img-map.ml60 img{
  margin-left: 60px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-talk {
    margin-bottom: 2rem;
  }
  .aboutus-talk .img-map.ml60 img{
    margin-left: 0;
  }
}
/* ========== end △ */
.aboutus-talk .img {
  position: absolute;
  top: -8rem;
  right: -4rem;
  z-index: 3;
}
.opacity-0{
  opacity: 0;
}
.right-0{
  right: 0 !important;
}
.top-0{
  top: 0 !important;
}
@media screen and (max-width: 1200px) {
  .aboutus-talk .img {
    max-width: 15%;
    right: 0;
  }
  .aboutus-talk .img.right-0{
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .opacity-0{
    display: none !important;
  }
  .aboutus-talk .img {
    top: -27%;
    top: -20%;
    right: 1rem;
  }
}
.aboutus-talk ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem 5rem;
}
@media screen and (max-width: 767px) {
  .aboutus-talk ul {
    justify-content: space-between;
    gap: 0;
    align-items: flex-start;
  }
}
.aboutus-talk li {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  position: relative;
  /* width: 285px; */
  min-width: 165px;
  min-height: 60px;
  height: 100%;
  padding: 1rem;
  /* margin-right: 4rem;
  margin-bottom: 3rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-talk li.img01{
  width: 100% !important;
  border: 0;
  padding: 0;
  margin: 2rem 0;
}
.aboutus-talk li.img01 img{
  border-radius: 2rem;
  overflow: hidden;
}
.aboutus-talk li:nth-child(3n+3) {
  margin-right: 0;
}
.aboutus-talk li.img{
  width: auto;
}
@media screen and (max-width: 1024px) {
  .aboutus-talk li {
    width: 220px;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-talk li {
    margin-right: 2rem;
    min-height: 50px;
  }
  .aboutus-talk li p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-talk{
    display: flex;
    flex-direction: column-reverse;
  }
  .aboutus-talk li {
    width: 47% !important;
    margin: 0 0 4rem !important;
  }
  .aboutus-talk li:after {
    background-size: 100% !important;
    width: calc(100% + 6px) !important;
    left: -3px !important;
  }
  .aboutus-talk .img.right-0{
    max-width: inherit;
    position: unset;
    margin-bottom: 2rem;
  }
}
/* @media screen and (max-width: 480px) {
  .aboutus-talk li {
    margin: 0 0 2rem !important;
  }
} */
.aboutus-talk li.height {
  min-height: 100px;
}
@media screen and (max-width: 960px) {
  .aboutus-talk li.height {
    min-height: 50px;
  }
}
/* @media screen and (max-width: 960px) {
  .aboutus-talk li:nth-child(2) {
    margin-top: 1rem;
  }
} */
/* .aboutus-talk li:nth-child(3) {
  margin-top: 5rem;
} */
/* .aboutus-talk li:nth-child(4) {
  margin-left: 18rem;
  margin-left: 12rem;
} */
/* @media screen and (max-width: 1600px) {
  .aboutus-talk li:nth-child(4) {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-talk li:nth-child(4) {
    margin-left: 0;
    margin-top: -2rem;
  }
} */
/* @media screen and (max-width: 960px) {
  .aboutus-talk li:nth-child(5) {
    margin-top: -3rem;
  }
}
.aboutus-talk li:nth-child(6) {
  margin-top: 5rem;
  margin-top: 10rem;
} */
/* .aboutus-talk li:nth-child(7) {
  margin-top: -8rem;
} */
/* @media screen and (max-width: 1024px) {
  .aboutus-talk li:nth-child(7) {
    margin-top: -4rem;
  }
} */
/* .aboutus-talk li:nth-child(8) {
  margin-top: -8rem;
} */
/* @media screen and (max-width: 1024px) {
  .aboutus-talk li:nth-child(8) {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-talk li:nth-child(8) {
    margin-top: -6rem;
  }
} */
.aboutus-talk .white p {
  color: #fff;
}
.aboutus-talk .white.bot:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../aboutus/images/arr02.png) bottom center no-repeat;
  height: 29px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .aboutus-talk .white.bot:after {
    bottom: -11px;
  }
}
.aboutus-talk .white.top {
  border-bottom: 3px solid #fff;
  border-top: none;
}
.aboutus-talk .white.top:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../aboutus/images/arr04.png) bottom center no-repeat;
  height: 29px;
  width: 100%;
}
.aboutus-talk .white.top.right:after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .aboutus-talk .white.top:after {
    top: -20px !important;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-talk .white.top:after {
    top: -24px !important;
  }
}
.aboutus-talk .yellow {
  border-color: #F9F107;
  border-bottom: none;
  background-color: #fff;
}
.aboutus-talk .yellow.bot:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../aboutus/images/arr01.png) bottom center no-repeat;
  height: 29px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .aboutus-talk .yellow.bot:after {
    bottom: -14px;
  }
}
.aboutus-talk .yellow.top {
  border-top-color: #fff;
  border-bottom: 3px solid #F9F107;
}
.aboutus-talk .yellow.top:after {
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../aboutus/images/arr03.png) top center no-repeat;
  height: 29px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .aboutus-talk .yellow.top:after {
    top: -15px;
  }
}
.aboutus-talk .yellow.top.right:after {
  transform: scale(-1, 1);
}
.aboutus-talk p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.aboutus-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutus-banner .item {
  width: 48%;
  border: 5px solid #00478D;
  background-color: #fff;
  padding: 4rem;
}
.aboutus-banner .item:nth-child(2n+2) {
  border-color: #F9F107;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-banner .item {
    width: 100%;
    margin: 1rem 0;
    padding: 2rem;
    border-width: 3px;
  }
}
/* ========== end △ */
.aboutus-banner .cm-title02 {
  margin-bottom: 0;
}
.aboutus-banner .img {
  text-align: center;
  margin-bottom: 3rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-banner .img {
    max-width: 80%;
    margin: 0 auto 2rem;
  }
}
/* ========== end △ */
.sec-aboutus01 {
  padding-bottom: 8rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-aboutus01 {
    padding-bottom: 2rem;
  }
}
/* ========== end △ */
.sec-aboutus02 {
  padding: 10rem 0;
}
.sec-aboutus02 .cm-title05 {
  max-width: 920px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-aboutus02 {
    padding: 4rem 0;
  }
  .sec-aboutus02 .cm-title05 span {
    font-size: 1.5rem;
  }
}
/* ========== end △ */
.sec-aboutus03 {
  padding: 10rem 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-aboutus03 {
    padding: 4rem 0;
  }
}
/* ========== end △ */
.sec-aboutus04 {
  padding: 10rem 0;
}
.sec-aboutus04 .map {
  border: 5px solid #fff;
  height: 650px;
}
.sec-aboutus04 .map iframe {
  width: 100%;
  height: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-aboutus04 {
    padding: 4rem 0;
  }
  .sec-aboutus04 .map {
    height: 300px;
  }
}

.aboutus-sdgs-inner .item{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2rem 5rem;
  color: #fff;
  counter-increment: item;
  font-size: 1.6rem;
}
.aboutus-sdgs-inner .item +.item{
  margin-top: 6rem;
}
.aboutus-sdgs-inner .item .block-txt{
  max-width: 68rem;
}
.aboutus-sdgs-inner .item .block-txt h3{
  font-size: 2rem;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.aboutus-sdgs-inner .item .block-txt h3::before{
  content: counter(item,decimal-leading-zero);
  border-radius: 100%;
  border: 1px solid currentColor;
  min-width: 4rem;
  min-height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-sdgs-inner .item .img{
  min-width: 47rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .aboutus-sdgs-inner .item .img{
    min-width: 25rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .aboutus-sdgs-inner .item{
    flex-direction: column-reverse;
  }
  .aboutus-sdgs-inner .item .block-txt h3{
    margin-bottom: 2rem;
  }
  .aboutus-sdgs-inner .item .img{
    min-width: inherit;
  }
}
/* ========== end △ */
.page-aboutus .aboutus-content {
  margin-bottom: 0;
}

/*====================================================================================
■.6 PAGE ENVILOMENT
====================================================================================*/
.clr-white {
  color: #fff;
}
.enviloment-list{
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.enviloment-list .item {
  border: 5px solid #7DA1C5;
  border-radius: 20px;
  padding: 3rem;
  /* min-height: 254px; */
  background: #F1F5F8;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.enviloment-list .item .cm-title03{
  margin-bottom: 2rem;
}
.enviloment-list.yellow .item {
  border-color: #F9F107;
  background-color: #FEFDF2;
}
.enviloment-list .item:nth-child(2n+2) .number {
  right: auto;
  left: 4rem;
  text-shadow: 0 0 10px rgba(255, 173, 66, 0.7);
}
.enviloment-list.yellow .item .cm-title03 {
  color: #FFAD42;
  border-bottom-color: #FFAD42;
}
.enviloment-list .number {
  font-size: 20rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 71, 141, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .enviloment-list .item {
    padding: 2rem 22rem 2rem 3rem;
    border-width: 3px;
    border-radius: 10px;
  }
  .enviloment-list .item:nth-child(2n+2) {
    padding-left: 22rem;
    padding-right: 2rem;
  }
  .enviloment-list .item:nth-child(2n+2) .number {
    left: 2rem;
  }
  .enviloment-list .number {
    font-size: 15rem;
    right: 2rem;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .enviloment-list .item {
    position: relative;
    overflow: inherit;
    padding: 2rem !important;
  }
  .enviloment-list .number {
    position: absolute;
    top: -45px;
    right: 0 !important;
    left: auto !important;
    display: inline-block;
    font-size: 7rem;
  }
  .enviloment-list .cm-title03 {
    margin: 0 !important;
    padding-left: 0 !important;
  }
}

.chart {
  position: relative;
  margin-top: 13rem;
  margin-bottom: 5rem;
}
.chart .img {
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .chart {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .chart .img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -6rem;
  }
}
/* ========== end △ */
.chart ul {
  display: flex;
  align-items: flex-end;
  margin-top: 5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .chart ul {
    margin-top: 2rem;
  }
}
/* ========== end △ */
.chart li {
  background-color: #F9F107;
  padding: 6rem 1rem;
  position: relative;
  width: 25%;
  height: 29rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.chart li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -30px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 40px solid #F9F107;
  z-index: 1;
}
.chart li:nth-child(2) {
  background-color: #FFAD42;
  height: 36rem;
}
.chart li:nth-child(2):after {
  border-left-color: #FFAD42;
}
.chart li:nth-child(3) {
  background-color: #07F9AF;
  height: 45rem;
}
.chart li:nth-child(3):after {
  border-left-color: #07F9AF;
}
.chart li:nth-child(4) {
  background-color: #276FBF;
  color: #fff;
  height: 53rem;
}
.chart li:nth-child(4):after {
  content: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .chart li {
    padding: 2rem 0.5rem;
    height: 35rem !important;
  }
  .chart li:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    right: -15px;
  }
  .chart li:nth-child(2) {
    height: 37rem !important;
  }
  .chart li:nth-child(3) {
    height: 39rem !important;
  }
  .chart li:nth-child(4) {
    height: 41rem !important;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .chart li p {
    font-size: 1.2rem;
  }
}
.chart .white {
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .chart .white {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.chart .ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .chart .ttl {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
/* ========== end △ */
.chart .clr-white {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .chart .clr-white {
    font-size: 1.3rem;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .chart .clr-white {
    font-size: 1.1rem;
    bottom: 2rem;
  }
}
.chart.mb00 li {
  padding-top: 2rem;
}

.welfare-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  counter-reset: count;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .welfare-list {
    justify-content: space-between;
    margin: 7rem 0 6rem;
  }
}
/* ========== end △ */
.welfare-list .item {
  width: 31.3%;
  margin-right: 3%;
  background-color: #00478D;
  border-radius: 16px;
  padding: 1rem;
  position: relative;
  margin-bottom: 8rem;
  z-index: 1;
}
.welfare-list .item:nth-child(3n+3) {
  margin-right: 0;
}
.welfare-list .item:before {
  counter-increment: count;
  content: "0" counter(count);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #F9F107;
  color: #00478D;
  font-size: 4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -55px;
  right: -16px;
}
.welfare-list .item:after, .point-list .item:after{
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  background-color: #fff;
  z-index: -1;
  border-radius: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .welfare-list .item {
    width: 48%;
    margin: 0 0 7rem;
    border-radius: 10px;
  }
  .welfare-list .item:after,
  .point-list .item:after{
    border-radius: 10px;
  }
  .welfare-list .item:last-child {
    margin-bottom: 0;
  }
  .welfare-list .item:before {
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .welfare-list .item {
    width: 100%;
  }
  .welfare-list .item:before {
    right: 0;
  }
}
.welfare-list .img {
  border-radius: 16px 16px 0 0;
  margin-top: -3rem;
  background-color: #F1F5F8;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welfare-list .ct-txt {
  border-radius: 16px;
  background-color: #fff;
  margin-top: -20px;
  position: relative;
  padding: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .welfare-list .ct-txt {
    padding: 1rem;
  }
}
/* ========== end △ */
.welfare-list .title {
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: -4.5rem;
  color: #00478D;
  width: 100%;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .welfare-list .title {
    font-size: 2.5rem;
  }
}
/* ========== end △ */
.welfare-list .ttl {
  color: #00478D;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  font-weight: bold;
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  counter-reset: count;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .point-list {
    justify-content: space-between;
    margin: 7rem 0 6rem;
  }
}
/* ========== end △ */
.point-list .item {
  width: 31.3%;
  margin-right: 3%;
  background-color: #00478D;
  border-radius: 16px;
  padding: 1rem;
  position: relative;
  margin-bottom: 8rem;
  z-index: 1;
}
.point-list .item:nth-child(3n+3) {
  margin-right: 0;
}
.point-list .item:before {
  counter-increment: count;
  content: counter(count,decimal-leading-zero);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #F9F107;
  color: #00478D;
  font-size: 4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -55px;
  right: -16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .point-list .item {
    width: 48%;
    margin: 0 0 7rem;
    border-radius: 10px;
  }
  .point-list .item:last-child {
    margin-bottom: 0;
  }
  .point-list .item:before {
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
  }
}
/* ========== end △ */
@media screen and (max-width: 480px) {
  .point-list .item {
    width: 100%;
  }
  .point-list .item:before {
    right: 0;
  }
}
.point-list .img {
  border-radius: 16px 16px 0 0;
  margin-top: -3rem;
  background-color: #F1F5F8;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point-list .ct-txt {
  border-radius: 16px;
  background-color: #fff;
  margin-top: -20px;
  position: relative;
  padding: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .point-list .ct-txt {
    padding: 1rem;
  }
}
/* ========== end △ */
.point-list .title {
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: -4.5rem;
  color: #00478D;
  width: 100%;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .point-list .title {
    font-size: 2.5rem;
  }
}
/* ========== end △ */
.point-list .ttl {
  color: #00478D;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.sec-enviloment01 {
  padding-bottom: 6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-enviloment01 {
    padding-bottom: 2rem;
  }
}
/* ========== end △ */
.sec-enviloment02 {
  padding: 9rem 0;
}
.sec-enviloment02 .title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-enviloment02 {
    padding: 4rem 0;
  }
  .sec-enviloment02 .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
/* ========== end △ */
.sec-enviloment03 {
  padding: 10rem 0 0;
  margin-bottom: -10rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-enviloment03 {
    padding: 4rem 0 0;
    margin-bottom: 0;
  }
}
/* ========== end △ */

.recruit-list03{
  display: flex;
  color: #fff;
  align-items: center;
}

.recruit-list03 .pt{
  width: calc(50% + 7rem);
}
.recruit-list03 .block-txt{
  width: calc(50% - 7rem);
  padding-right: 5rem;
}
.recruit-list03 .block-txt .cm-btn{
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .recruit-list03{
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .recruit-list03 .pt{
    width: 100%;
  }
  .recruit-list03 .block-txt{
    width: 100%;
    padding-right: 0;
  }
  .recruit-list03 .block-txt .cm-btn{
    justify-content: center;
    margin-top: 2rem;
  }
}
.recruit-list04{
  margin-bottom: 5rem;
}
.recruit-list04 .block-txt{
  width:54%;
  color: #fff;
}
.recruit-list04 .block-txt .btn{
  margin-top: 2rem;
}
.recruit-list04 .img{
  width: 45%;
}
.list-icon{
  display: flex;
  gap: 4rem;
  background: linear-gradient(#C6C6C6,#C6C6C6) no-repeat center top calc(19rem/2)/calc(100% - 8rem) 1px;
}
.list-icon .item{
  width: calc((100% - 12rem)/3);
}
.list-icon .item .pt{
  text-align: center;
  margin-bottom: 2rem;
}
.list-icon .item .inner-item{
  background-color: #EBF6FF;
  border-radius: 2rem;
  text-align: center;
  font-weight: 700;
  padding: 1.5rem 1rem;
  font-size: 2rem;
}

.address-entry {
  width: 92%;
  margin-block-end: 3em;
  margin-inline: auto;
  border: 2px solid currentColor;
  font-weight: bold;
  font-style: normal;
  color: #0068b7;
}
.address-entry_items {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.address-entry_head {
  width: fit-content;
  line-height: 1.333;
}

@media (min-width: 768px) {
  .address-entry {
    width: fit-content;
    padding: 2rem 3rem;
  }
  .address-entry_head {
    padding-inline-end: 1.5em;
    border-inline-end: 1px solid currentColor;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-list04{
    flex-direction: column-reverse;
  }
  .recruit-list04 .block-txt{
    width: 100%;
    margin-top: 2rem;
  }
  .recruit-list04 .img{
    width: 100%;
  }
  .list-icon{
    gap: 2rem;
    flex-wrap: wrap;
    background: none;
  }
  .list-icon .item{
    width: calc(50% - 1rem);
  }
  .list-icon .item .pt{
    margin-bottom: 1rem;
  }
  .list-icon .item .inner-item{
    font-size: 1.2rem;
  }
  .address-entry {
    padding: 1.5em;
  }
  .address-entry_items {
    flex-direction: column;
  }
  .address-entry_head {
    padding-block-end: 1.5em;
    border-block-end: 1px solid currentColor;
  }
}

.recruit-list04 .block-txt .mynavi img{
  height: 50px;
}
@media only screen and (max-width: 450px) {
  .recruit-list04 .block-txt .mynavi{
    margin-left: 0px !important;
    margin-top: -1rem;
  }
}
