@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* company css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
.title-bg {
  background: url("/requirement/image/requirement_main_bg.jpg") no-repeat center bottom/cover;
}

.asahi-about {
  margin-bottom: 6.25rem;
}
.asahi-about .inblock {
  padding: 4rem 2rem;
  border: 3px solid #1d233a;
  background: #fff;
}
.asahi-about .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.asahi-about .f-box .logo {
  width: 300px;
}
.asahi-about .f-box .read {
  width: calc(100% - 360px);
  font-size: 1.125rem;
  font-weight: 400;
  color: #1d233a;
  line-height: 1.8;
}

.requirement {
  margin-bottom: 6.25rem;
}
.requirement dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.requirement dl:first-of-type {
  border-top: 1px solid #ccc;
}
.requirement dl dt, .requirement dl dd {
  padding: 1.5rem 1.25rem;
}
.requirement dl dt {
  width: 170px;
  color: #fff;
  background: #1d233a;
}
.requirement dl dd {
  width: calc(100% - 170px);
  background: #fff;
}
.requirement dl dd p {
  margin-bottom: 1rem;
}
.requirement dl dd p:last-of-type {
  margin-bottom: 0;
}
.requirement dl dd p span {
  display: block;
  font-weight: 400;
}

.contact {
  position: relative;
  padding: 6.25rem 0;
  margin-bottom: 6.25rem;
  background: #1d233a;
}
.contact h2 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.contact h2 span {
  display: inline-block;
}
.contact .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
  color: #fff;
}
.contact .f-box .tel {
  margin-right: 4rem;
}
.contact .f-box .tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
}
.contact .f-box .tel span:before {
  content: "\f095";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.contact .f-box .tel em {
  display: block;
  margin-left: 41px;
}
.contact .f-box .base-btn {
  width: 320px;
}
.contact .responsible {
  padding: 10px;
  background: #fff;
}
.contact .responsible .inbox {
  padding: 2rem;
  border: 1px solid #1d233a;
}
.contact .responsible .inbox h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d233a;
  text-align: center;
}
.contact .responsible .inbox p {
  text-align: center;
}

.personality {
  margin-bottom: 6.25rem;
}
.personality .f-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.personality .f-block .num-box {
  width: 31%;
  margin-bottom: 2rem;
  margin-right: 3.5%;
  background: #fff;
  padding: 1.25rem 1.625rem 2rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-top: 3px solid #1d233a;
}
.personality .f-block .num-box:nth-child(3), .personality .f-block .num-box:nth-child(5) {
  margin-right: 0;
}
.personality .f-block .num-box .num {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  color: #1d233a;
  text-align: center;
}
.personality .f-block .num-box .text {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.personality .f-block .num-box .text span {
  display: block;
}

.process {
  margin-bottom: 6.25rem;
  padding: 6.25rem 0;
  background-color: #1d233a;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 10%, transparent 10%);
  background-size: 20px 20px;
}
.process h2.base {
  color: #fff;
}
.process h2.base span {
  color: #fff;
}
.process .out-f-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.process .f-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
}
.process .f-block.reverse .box:last-child:before {
  display: none;
}
.process .f-block .box {
  position: relative;
  width: 48%;
  padding: 2rem 1.5rem;
  background: #fff;
}
.process .f-block .box:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #FFFFFF;
}
.process .f-block .box .icon {
  position: relative;
  width: 65px;
  height: 65px;
  background: #eff0f4;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
}
.process .f-block .box .icon:before {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-size: 2rem;
  color: #1d233a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.process .f-block .box .icon.icon01:before {
  content: "\f1d8";
  left: 48%;
  font-weight: 400;
}
.process .f-block .box .icon.icon02:before {
  content: "\f1ad";
  font-weight: 900;
}
.process .f-block .box .icon.icon03:before {
  content: "\f500";
  font-weight: 900;
}
.process .f-block .box .icon.icon04:before {
  content: "\f095";
  font-weight: 900;
}
.process .f-block .box .text {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.process .f-block .box .text span {
  display: block;
  font-size: 1rem;
}

.welfare {
  margin-bottom: 9rem;
}
.welfare .f-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 4%;
}
.welfare .f-block .block {
  width: 48%;
  padding: 2rem;
  background: #fff;
}
.welfare .f-block .block .title {
  margin-bottom: 2rem;
  color: #1d233a;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.welfare .f-block .block .photo {
  margin-bottom: 1rem;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .process .f-block .box {
    padding: 2rem 1rem;
  }
  .process .f-block .box .text {
    font-size: 1.125rem;
  }
}
/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .asahi-about .inblock {
    padding: 2.5rem 1.5rem;
  }
  .asahi-about .f-box .logo {
    width: 270px;
  }
  .asahi-about .f-box .read {
    width: calc(100% - 310px);
    font-size: 1rem;
  }
  .process .f-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .process .f-block .box {
    width: 48%;
    padding: 1.5rem 0.8rem;
  }
  .process .f-block .box:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
  .process .f-block .box .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 1.5rem;
  }
  .process .f-block .box .icon:before {
    font-size: 1.75rem;
  }
  .process .f-block .box .text {
    font-size: 1rem;
  }
  .process .f-block .box .text span {
    font-size: 0.875rem;
  }
  .contact .f-box .base-btn {
    width: 320px;
  }
  .contact .f-box .tel span {
    font-size: 1.875rem;
  }
  .welfare .f-block .block {
    padding: 1.5rem;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .asahi-about, .requirement, .contact, .personality, .process {
    margin-bottom: 4rem;
  }
  .asahi-about .inblock {
    padding: 2.5rem 1.5rem;
  }
  .asahi-about .f-box {
    display: block;
  }
  .asahi-about .f-box .logo {
    width: 270px;
    margin: 0 auto 1rem;
  }
  .asahi-about .f-box .read {
    width: 100%;
    font-size: 1rem;
  }
  .requirement dl dt, .requirement dl dd {
    padding: 1.375rem 1rem;
  }
  .requirement dl dt {
    width: 150px;
  }
  .requirement dl dd {
    width: calc(100% - 150px);
  }
  .process .out-f-block {
    display: block;
  }
  .process .f-block {
    width: 100%;
  }
  .process .f-block:first-of-type {
    margin-bottom: 1.5rem;
  }
  .process .f-block:first-of-type .box:nth-child(2):before {
    display: none;
  }
  .process .f-block:first-of-type .box:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .process .f-block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .process .f-block.reverse .box:nth-child(1):before {
    display: none;
  }
  .process .f-block.reverse .box:nth-child(2):after {
    content: "";
    position: absolute;
    right: -9%;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 20px 0;
    border-color: transparent #FFFFFF transparent transparent;
  }
  .contact {
    padding: 4rem 0;
  }
  .contact .inblock h2 {
    font-size: 1.625rem;
  }
  .contact .inblock .read {
    margin-bottom: 2rem;
  }
  .contact .inblock .f-box {
    display: block;
  }
  .contact .inblock .f-box .tel {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 1rem;
  }
  .contact .inblock .f-box .base-btn {
    width: 100%;
    text-align: center;
  }
  .personality .f-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .personality .f-block .num-box {
    width: 48%;
    padding: 1rem 1.25rem 1.875rem;
    margin-right: 0;
  }
  .personality .f-block .num-box .text {
    font-size: 1rem;
  }
  .process {
    padding: 4rem 0;
  }
  .welfare .f-block .block {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .asahi-about .inblock {
    padding: 2rem 1rem;
  }
  .asahi-about .f-box .logo {
    width: 200px;
  }
  .requirement dl dt, .requirement dl dd {
    padding: 1.25rem 0.8rem;
  }
  .requirement dl dt {
    width: 110px;
  }
  .requirement dl dd {
    width: calc(100% - 110px);
  }
  .personality .f-block .num-box {
    padding: 1rem 1rem 1.5rem;
  }
  .process .f-block {
    display: block;
  }
  .process .f-block .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0.8rem;
  }
  .process .f-block .box .icon {
    width: 45px;
    height: 45px;
    margin: 0;
  }
  .process .f-block .box .icon:before {
    font-size: 1.375rem;
  }
  .process .f-block .box .text {
    margin: 0;
    width: calc(100% - 70px);
    text-align: left;
  }
  .process .f-block .box .text br {
    display: none;
  }
  .process .f-block .box .text span {
    display: inline-block;
  }
  .process .f-block .box .text em {
    display: inline-block;
  }
  .process .f-block:first-of-type {
    margin-bottom: 2rem;
  }
  .process .f-block:first-of-type .box {
    margin-bottom: 2rem;
  }
  .process .f-block:first-of-type .box:before {
    content: none;
  }
  .process .f-block:first-of-type .box:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .process .f-block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .process .f-block.reverse .box:nth-child(1) {
    margin-bottom: 2rem;
  }
  .process .f-block.reverse .box:nth-child(1):before {
    display: none;
  }
  .process .f-block.reverse .box:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #FFFFFF transparent transparent transparent;
  }
  .process .f-block.reverse .box:nth-child(2):after {
    content: none;
  }
  .process .f-block .box {
    width: 100%;
  }
  .contact .inblock h2 {
    font-size: 1.45rem;
  }
  .contact .f-box .base-btn a {
    font-size: 1rem;
  }
  .welfare .f-block .block {
    padding: 1rem;
    width: 100%;
  }
  .welfare .f-block .block .title {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
}