@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.welfare .inner-hero h1 img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .welfare .inner-hero h1 img {
    object-fit: contain;
    height: auto;
  }
}
.welfare .con-inner [class$=-box01] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 40px;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .con-inner [class$=-box01] {
    flex-direction: column;
    align-items: center;
  }
}
.welfare .con-inner [class$=-box01] img {
  max-width: 356px;
}
@media only screen and (max-width: 1023px) {
  .welfare .con-inner [class$=-box01] img {
    max-width: 80%;
    margin-top: 0.625rem;
  }
}
.welfare .con-inner [class$=-box01] div {
  width: 100%;
}
.welfare .con-inner [class$=-box01] div p span {
  font-size: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .con-inner [class$=-box01] div p span {
    font-size: 1.125rem;
  }
}
.welfare .sec01-list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-list01 {
    gap: 10px;
    margin-top: 0.625rem;
  }
}
.welfare .sec01-list01 li {
  max-width: 340px;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-list01 li {
    max-width: calc((100% - 20px) / 2);
  }
}
.welfare .sec01-text {
  font-weight: 500;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.welfare .sec01-box02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02 {
    justify-content: flex-start;
    margin-top: 1.25rem;
  }
}
.welfare .sec01-box02_title {
  color: #fff;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  line-height: 1.2;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_title {
    font-size: 0.8125rem;
    line-height: 1.2;
    padding: 0 0.625rem;
    width: 25%;
  }
}
.welfare .sec01-box02 div {
  margin-left: 1.25rem;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02 div {
    margin-left: 0.625rem;
    margin-right: 0rem;
  }
}
.welfare .sec01-box02_company {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_company {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}
.welfare .sec01-box02_add {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_add {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.welfare .sec01-box02_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_tel {
    flex-direction: column;
    align-items: flex-start;
  }
}
.welfare .sec01-box02_tel a {
  color: #ff0000;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_tel a {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.welfare .sec01-box02_tel span {
  color: #ff0000;
  margin-left: 1.25rem;
  font-size: 1.75rem;
  line-height: 1.1;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_tel span {
    color: #1a1a1a;
    font-size: 1.1875rem;
    line-height: 1.1;
    margin-left: 0;
  }
}
.welfare .sec01-box02_name {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_name {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.welfare .sec01-box02_link {
  width: 303px;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-box02_link {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.welfare .sec01-note {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #000;
}
.welfare .sec01-note span {
  font-size: 1.1rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-note span {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .welfare .sec01-note span:not(:first-child) {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .welfare .sec01-note span:nth-child(7n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .welfare .sec01-note .item_indent {
    margin-left: 1em;
  }
}
.welfare .sec02-box02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box02 {
    margin-top: 1.25rem;
    flex-direction: column;
    gap: 20px;
  }
}
.welfare .sec02-box02_item {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box02_item {
    width: 100%;
  }
}
.welfare .sec02-box02_title {
  font-weight: 500;
  text-align: center;
  background: #3479e0;
  color: #fff;
  border-radius: 5px;
  padding: 0.3125rem 0;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box02_title {
    font-size: 0.875rem;
    line-height: 1.1;
  }
}
.welfare .sec02-box02_text01 {
  color: #000099;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box02_text01 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.welfare .sec02-box02_text02 {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box02_text02 {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.welfare .sec02-list02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-list02 {
    gap: 10px;
    margin-top: 0.625rem;
  }
}
.welfare .sec02-list02 li {
  max-width: 340px;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-list02 li {
    max-width: calc((100% - 20px) / 2);
  }
}
.welfare .sec02-list03_title {
  width: 133px;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-list03_title {
    width: 23%;
  }
}
.welfare .sec02-list03 li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-list03 li {
    gap: 10px;
  }
}
.welfare .sec02-list03 li div {
  max-width: 923px;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-list03 li div {
    width: 77%;
  }
}
.welfare .sec02-list03_text01 {
  color: #ff0000;
  font-weight: 600;
}
.welfare .sec02-list03_text02 {
  margin-top: 0.3125rem;
  padding-top: 0.3125rem;
  border-top: 1px solid #000099;
}
.welfare .sec02-box03 {
  background: #ffffdb;
  margin-top: 1.25rem;
  padding: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .welfare .sec02-box03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box03 {
    padding: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .welfare .sec02-box03_text {
    max-width: 709px;
  }
}
.welfare .sec02-box03_text h4 {
  font-size: 1.375rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box03_text h4 {
    font-size: 0.875rem;
    line-height: 2.1;
    text-align: center;
  }
}
.welfare .sec02-box03_text h4 span {
  color: #ff0000;
  font-size: 2.75rem;
  line-height: 1.4;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box03_text h4 span {
    font-size: 1.625rem;
    line-height: 1.2;
  }
}
.welfare .sec02-box03_text p {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box03_text p {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1024px) {
  .welfare .sec02-box03_img {
    width: 280px;
  }
  .welfare .sec02-box03_img img:first-child {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 1023px) {
  .welfare .sec02-box03_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.625rem;
  }
  .welfare .sec02-box03_img img {
    width: 49%;
  }
}