@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

th, td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

caption {
  text-align: left;
}

/* font-sizeを可変に */
html {
  scroll-behavior: auto;
  overflow-anchor: none;
  font-size: 10px;
  background: var(--white);
}
@media screen and (max-width: 1065px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  background: var(--white);
}
body main {
  position: relative;
  overflow: hidden;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* レスポンシブ
--------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1065px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* カラー
--------------------- */
.blue {
  color: #0056A8;
}

/* ボタン
--------------------- */
.btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.btn a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 6.2rem 2rem 3.8rem;
  border-radius: 5rem;
  border: 1px solid #0056A8;
  background: #0056A8 url("../img/btn_white.svg") no-repeat center right 3.2rem/2rem;
  transition: all 0.3s ease;
}
.btn a:hover {
  color: #0056A8;
  background: #FFFFFF url("../img/btn_blue.svg") no-repeat center right 3.2rem/2rem;
}
.btn a .small {
  display: block;
  margin-top: -0.1rem;
  margin-left: 3.2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 1065px) {
  .btn {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn a {
    font-size: 1.55rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #FFFFFF;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.8rem 6rem 1.8rem 3.2rem;
    border-radius: 5rem;
    background: #0056A8 url("../img/btn_white.svg") no-repeat center right 3.2rem/2rem;
  }
  .btn a:hover {
    color: #FFFFFF;
    background: #0056A8 url("../img/btn_white.svg") no-repeat center right 3.2rem/2rem;
  }
  .btn a .small {
    display: block;
    margin-top: -0.1rem;
    margin-left: 2.3rem;
    font-size: 1.15rem;
  }
}
/* ヘッダー
--------------------- */
#welfare_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 32px 0 67px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
#welfare_header .logo {
  width: 160px;
}
#welfare_header .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#welfare_header .header_btn {
  display: block;
}
#welfare_header .header_btn a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  height: 52px;
  padding: 0 14px;
  border-radius: 26px;
  font-weight: 800;
  background-color: #0056A8;
}

@media screen and (max-width: 1065px) {
  #welfare_header {
    height: 59px;
    padding: 0 5px 0 30px;
  }
  #welfare_header .logo {
    width: 110px;
    height: auto;
  }
  #welfare_header .logo img {
    width: 100%;
    height: auto;
  }
  #welfare_header .header_btn {
    display: block;
  }
  #welfare_header .header_btn a {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    height: 37px;
    padding: 0 14px;
    border-radius: 26px;
    font-weight: 800;
    background-color: #0056A8;
  }
}
/* welfare_fv
--------------------- */
#welfare_fv .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#welfare_fv .inner .box {
  width: 32%;
  max-width: 590px;
  margin-left: auto;
  margin-right: 7.5rem;
}
#welfare_fv .inner .box h1 {
  font-size: 6.6rem;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4.5rem;
  letter-spacing: 0.27em;
}
#welfare_fv .inner .box h1 .small {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.09em;
}
#welfare_fv .inner .box .txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#welfare_fv .inner .box .jp {
  display: block;
  margin-top: 2rem;
  line-height: 2.2rem;
  font-size: 1.3rem;
  font-weight: 400;
}
#welfare_fv .inner .pht {
  width: 56%;
  height: 43vw;
  max-height: 700px;
  border-radius: 0 0 0 1rem;
  background: url("../img/welfare_fv_ph01.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1065px) {
  #welfare_fv {
    margin-bottom: 6.5rem;
  }
  #welfare_fv .inner {
    display: block;
  }
  #welfare_fv .inner .box {
    width: 95%;
    max-width: 1400px;
    margin-left: auto;
    padding-top: 3rem;
    margin-right: 0;
  }
  #welfare_fv .inner .box h1 {
    font-size: 4.4rem;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
  #welfare_fv .inner .box h1 .small {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  #welfare_fv .inner .box .txt {
    width: 95%;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #welfare_fv .inner .box .jp {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #welfare_fv .inner .pht {
    width: 100%;
    height: 75.5vw;
    border-radius: 0;
    margin-left: auto;
  }
}
/* #main_title 
--------------------- */
#main_title {
  padding: 8rem 0 4rem 0;
}
#main_title h2 {
  font-size: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.8rem 7rem 2rem 7rem;
  border-top: 2px solid #0056A8;
  border-bottom: 2px solid #0056A8;
}
#main_title h2 .blue {
  font-size: 3.4rem;
}

@media screen and (max-width: 1065px) {
  #main_title {
    width: 90%;
    margin: 0 auto;
    padding: 0rem 0 4.5rem 0;
  }
  #main_title h2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 2rem 3rem;
  }
  #main_title h2 .blue {
    font-size: 3.4rem;
  }
}
/* #welfare_fwork_style
--------------------- */
#welfare_fwork_style .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#welfare_fwork_style .inner h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  padding: 1.2rem 3.8rem 1.3rem 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #0056A8;
}
#welfare_fwork_style .inner h3::before {
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 1rem;
  background: url("../img/title_icon01.svg") no-repeat center/cover;
}
#welfare_fwork_style .inner .con_wrappwer {
  padding: 8rem 0;
  border-radius: 0 1rem 1rem 1rem;
  background-color: #F0F2F5;
}
#welfare_fwork_style .inner .con_wrappwer .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 984px;
  margin: 0 auto 4rem auto;
}
#welfare_fwork_style .inner .con_wrappwer .list .item {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #FFFFFF;
}
#welfare_fwork_style .inner .con_wrappwer .list .item h4 {
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  padding: 1.2rem 0 1.3rem 0;
}
#welfare_fwork_style .inner .con_wrappwer .list .item p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) {
  width: 310px;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) h4 {
  margin-bottom: 2rem;
  background-color: #0056A8;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) .icon {
  width: 142px;
  margin: 0 auto;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) p {
  text-align: center;
  padding: 0 2.5rem 2rem 2.5rem;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) {
  width: 480px;
  margin-top: 2.7rem;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.3rem 0 2.3rem;
  height: 174px;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(4) h4 {
  background-color: #0056A8;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(4) .icon {
  width: 7.3rem;
  height: 7.3rem;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(4) p {
  width: 338px;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(5) h4 {
  background-color: #52A5AE;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(5) .icon {
  width: 5.8rem;
}
#welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(5) p {
  width: 358px;
}

@media screen and (max-width: 1065px) {
  #welfare_fwork_style .inner {
    max-width: 1130px;
  }
  #welfare_fwork_style .inner h3 {
    font-size: 1.9rem;
    width: 100%;
    padding: 1.2rem 3rem 1.3rem 3rem;
    margin: 0 auto;
    border-radius: 0;
  }
  #welfare_fwork_style .inner h3::before {
    content: "";
    display: block;
    width: 7vw;
    height: 7vw;
    margin-top: 0.1rem;
    margin-right: 1.2rem;
  }
  #welfare_fwork_style .inner .con_wrappwer {
    padding: 5rem 0 7rem 0;
    border-radius: 0;
  }
  #welfare_fwork_style .inner .con_wrappwer .list {
    display: block;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 3.5rem auto;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item h4 {
    font-size: 1.6rem;
    padding: 1.2rem 0 1.3rem 0;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: 500;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) {
    width: 100%;
    margin-bottom: 2.7rem;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) h4 {
    margin-bottom: 2rem;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) .icon {
    width: 32vw;
    margin: 0 auto 1rem auto;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(-n+3) p {
    text-align: center;
    padding: 0 2.5rem 3.3rem 2.5rem;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) {
    width: 100%;
    margin-top: 0;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) h4 {
    margin-bottom: 2rem;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) .box {
    display: block;
    padding: 0 1.5rem 0 1.5rem;
    height: auto;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) .icon {
    margin: 3rem auto 2rem auto;
    height: auto;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(n+4):nth-child(-n+5) p {
    width: 100%;
    padding: 0 1.1rem 3.3rem 1.1rem;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(4) {
    margin-bottom: 2.7rem;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(4) .icon {
    width: 22vw;
  }
  #welfare_fwork_style .inner .con_wrappwer .list .item:nth-child(5) .icon {
    width: 15vw;
  }
}
/* #welfare_career
--------------------- */
#welfare_career {
  padding-top: 12rem;
}
#welfare_career .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#welfare_career .inner h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  padding: 1.2rem 3.8rem 1.3rem 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #0056A8;
}
#welfare_career .inner h3::before {
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  margin-top: 0.2rem;
  margin-right: 1rem;
  background: url("../img/title_icon02.svg") no-repeat center/cover;
}
#welfare_career .inner .con_wrappwer {
  padding: 8rem 0;
  border-radius: 0 1rem 1rem 1rem;
  background-color: #F0F2F5;
}
#welfare_career .inner .con_wrappwer .item {
  max-width: 984px;
  margin: 0 auto;
}
#welfare_career .inner .con_wrappwer .item .btn {
  margin-top: 2rem;
}
#welfare_career .inner .con_wrappwer .item h4 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#welfare_career .inner .con_wrappwer .item h4::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 4rem;
  margin-right: 1.8rem;
  background-color: #0056A8;
  border-radius: 1rem 1rem 0 0;
}
#welfare_career .inner .con_wrappwer .item .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#welfare_career .inner .con_wrappwer .item .box .pht {
  width: 430px;
  border-radius: 1rem;
  overflow: hidden;
}
#welfare_career .inner .con_wrappwer .item .box p {
  width: 504px;
  font-size: 1.6rem;
  line-height: 3.4rem;
}
#welfare_career .inner .con_wrappwer .item .example h5 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 6rem auto 2.3rem auto;
}
#welfare_career .inner .con_wrappwer .item .example h5::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -4.5rem;
  width: 3.8rem;
  height: 1px;
  background-color: #0056A8;
}
#welfare_career .inner .con_wrappwer .item .example h5::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -4.5rem;
  width: 3.8rem;
  height: 1px;
  background-color: #0056A8;
}
#welfare_career .inner .con_wrappwer .end {
  margin-top: 8rem;
}
#welfare_career .inner .con_wrappwer .end .box p {
  width: 100%;
}

@media screen and (max-width: 1065px) {
  #welfare_career {
    padding-top: 0;
  }
  #welfare_career .inner {
    max-width: 1130px;
    margin: 0 auto;
  }
  #welfare_career .inner h3 {
    font-size: 1.9rem;
    line-height: 2.8rem;
    width: 100%;
    padding: 1.2rem 3rem 1.3rem 3rem;
    margin: 0 auto;
    border-radius: 0;
  }
  #welfare_career .inner h3::before {
    content: "";
    display: block;
    width: 7vw;
    height: 7vw;
    margin-top: 0.1rem;
    margin-right: 1.2rem;
  }
  #welfare_career .inner .con_wrappwer {
    padding: 5rem 0 7rem 0;
    border-radius: 0;
  }
  #welfare_career .inner .con_wrappwer .item {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  #welfare_career .inner .con_wrappwer .item .btn {
    margin-top: 3.4rem;
  }
  #welfare_career .inner .con_wrappwer .item h4 {
    display: flex;
    align-items: center;
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
  #welfare_career .inner .con_wrappwer .item h4::before {
    content: "";
    margin-right: 1.8rem;
    background-color: #0056A8;
  }
  #welfare_career .inner .con_wrappwer .item .box {
    display: block;
  }
  #welfare_career .inner .con_wrappwer .item .box .pht {
    width: 100%;
  }
  #welfare_career .inner .con_wrappwer .item .box p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    width: 100%;
    margin-top: 1.7rem;
  }
  #welfare_career .inner .con_wrappwer .item .example h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin: 3.5rem auto 1.5rem auto;
  }
  #welfare_career .inner .con_wrappwer .item .example h5::before {
    content: "";
    top: 55%;
    left: -10vw;
    width: 7vw;
  }
  #welfare_career .inner .con_wrappwer .item .example h5::after {
    top: 55%;
    right: -10vw;
    width: 7vw;
  }
  #welfare_career .inner .con_wrappwer .item .example .figure {
    overflow: hidden;
  }
  #welfare_career .inner .con_wrappwer .item .example .figure img {
    width: 220%;
  }
  #welfare_career .inner .con_wrappwer .end {
    margin-top: 6rem;
  }
}
/* #welfare_fulfilling
--------------------- */
#welfare_fulfilling {
  padding-top: 12rem;
}
#welfare_fulfilling .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 4.5rem 0 4rem 0;
  border-radius: 0.5rem;
  background-color: #0056A8;
}
#welfare_fulfilling .inner h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
#welfare_fulfilling .inner h3::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  margin: 0 auto 2rem auto;
  background: url("../img/welfare_fulfilling_icon01.svg") no-repeat center/cover;
}
#welfare_fulfilling .inner .wrappwer {
  position: relative;
  max-width: 1093px;
  padding: 7rem 0 13.5rem 0;
  margin: 0 auto;
  border-radius: 0.5rem;
  background: url("../img/notes_bg.svg") no-repeat center/cover;
}
#welfare_fulfilling .inner .wrappwer::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 27rem;
  height: 4rem;
  background: url("../img/clip_item.svg") no-repeat center/cover;
}
#welfare_fulfilling .inner .wrappwer .list {
  max-width: 984px;
  margin: 0 auto;
}
#welfare_fulfilling .inner .wrappwer .list .item h4 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem auto;
}
#welfare_fulfilling .inner .wrappwer .list .item h4::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 4rem;
  margin-right: 1.8rem;
  background-color: #0056A8;
  border-radius: 1rem;
}
#welfare_fulfilling .inner .wrappwer .list .item h4::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 4rem;
  margin-left: 1.8rem;
  background-color: #0056A8;
  border-radius: 1rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#welfare_fulfilling .inner .wrappwer .list .item .box .pht {
  width: 430px;
  border-radius: 1rem;
  overflow: hidden;
}
#welfare_fulfilling .inner .wrappwer .list .item .box p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  width: 490px;
  margin-top: 3rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .area {
  margin-top: 4rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .area h5 {
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  padding: 1.2rem 3.8rem 1.3rem 3.8rem;
  border-radius: 0.5rem;
  background-color: #0056A8;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item {
  width: 230px;
  height: 31rem;
  border: 1px solid #0056A8;
  border-radius: 0.5rem;
  padding: 1.8rem 1.8rem 0 1.8rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item .icon {
  width: 7.2rem;
  margin: 0 auto 1rem auto;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item h6 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #0056A8;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item .txt .tit {
  font-size: 1.45rem;
  display: block;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item .txt .tit .mg {
  margin-left: 1.4rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item .txt p {
  line-height: 3rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .example h4 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 10rem auto 4rem auto;
}
#welfare_fulfilling .inner .wrappwer .list .item .example h4::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -4.5rem;
  width: 3.8rem;
  height: 1px;
  background-color: #000000;
}
#welfare_fulfilling .inner .wrappwer .list .item .example h4::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -4.5rem;
  width: 3.8rem;
  height: 1px;
  background-color: #000000;
}
#welfare_fulfilling .inner .wrappwer .list .item .example .pht_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan {
  width: 476px;
}
#welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan:nth-of-type(1) {
  margin-bottom: 2.3rem;
}
#welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan:nth-of-type(2) {
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 1065px) {
  #welfare_fulfilling {
    padding-top: 0;
    background-color: #F0F2F5;
  }
  #welfare_fulfilling .inner {
    margin: 0 auto;
    padding: 3rem 0 2rem 0;
    border-radius: 0;
  }
  #welfare_fulfilling .inner h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
  #welfare_fulfilling .inner h3::before {
    width: 17vw;
    height: 17vw;
    margin: 0 auto 1rem auto;
  }
  #welfare_fulfilling .inner .wrappwer {
    position: relative;
    max-width: 120;
    width: 95%;
    padding: 6rem 0 8rem 0;
  }
  #welfare_fulfilling .inner .wrappwer::after {
    top: -1rem;
    width: 30vw;
    height: 6vw;
  }
  #welfare_fulfilling .inner .wrappwer .list {
    max-width: 1200;
    width: 90%;
    margin: 0 auto;
  }
  #welfare_fulfilling .inner .wrappwer .list .item h4 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 auto 0 auto;
  }
  #welfare_fulfilling .inner .wrappwer .list .item h4::before {
    width: 1vw;
    height: 16vw;
  }
  #welfare_fulfilling .inner .wrappwer .list .item h4::after {
    width: 1vw;
    height: 16vw;
  }
  #welfare_fulfilling .inner .wrappwer .list .item {
    /*h4*/
  }
  #welfare_fulfilling .inner .wrappwer .list .item .box {
    display: block;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .box .pht {
    width: 100%;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .box p {
    font-size: 1.5rem;
    line-height: 3rem;
    width: 100%;
    margin-top: 1.7rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area {
    margin-top: 4.5rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area h5 {
    font-size: 1.8rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area .area_list {
    display: block;
    margin-top: 1rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item {
    width: 100%;
    height: auto;
    padding: 3rem 2rem 1rem 2rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item .txt .tit .mg {
    margin-left: 0;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .area .area_list .area_item .icon {
    width: 18vw;
    margin: 0 auto 1.5rem auto;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example h4 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 8rem auto 3rem auto;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example h4::before {
    content: "";
    position: absolute;
    top: 55%;
    left: -4.5rem;
    width: 3.8rem;
    height: 1px;
    background-color: #000000;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example h4::after {
    content: "";
    position: absolute;
    top: 55%;
    right: -4.5rem;
    width: 3.8rem;
    height: 1px;
    background-color: #000000;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example .pht_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan {
    width: 100%;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan:nth-of-type(1) {
    margin-bottom: 2.3rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan:nth-of-type(2) {
    margin-bottom: 2.3rem;
  }
  #welfare_fulfilling .inner .wrappwer .list .item .example .pht_box .plan:nth-of-type(3) {
    margin-bottom: 2.3rem;
  }
}
/* #welfare_life
--------------------- */
#welfare_life {
  padding-top: 12rem;
}
#welfare_life .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#welfare_life .inner h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  padding: 1.2rem 3.8rem 1.3rem 3.8rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #0056A8;
}
#welfare_life .inner h3::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 2.6rem;
  margin-top: 0.2rem;
  margin-right: 1rem;
  background: url("../img/title_icon03.svg") no-repeat center/cover;
}
#welfare_life .inner .con_wrappwer {
  padding: 8rem 0;
  border-radius: 0 1rem 1rem 1rem;
  margin-bottom: 17.5rem;
  background-color: #F0F2F5;
}
#welfare_life .inner .con_wrappwer .item {
  max-width: 984px;
  margin: 0 auto;
}
#welfare_life .inner .con_wrappwer .item h4 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#welfare_life .inner .con_wrappwer .item h4::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 4rem;
  margin-right: 1.8rem;
  background-color: #0056A8;
  border-radius: 1rem 1rem 0 0;
}
#welfare_life .inner .con_wrappwer .item .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#welfare_life .inner .con_wrappwer .item .list .list_item {
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  width: 480px;
  border-radius: 0.5rem;
  padding: 2rem 2.5rem;
}
#welfare_life .inner .con_wrappwer .item .list .list_item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 2rem;
}
#welfare_life .inner .con_wrappwer .item .list .list_item:nth-of-type(1) .box h5 {
  font-size: 2.2rem;
}
#welfare_life .inner .con_wrappwer .item .list .list_item .icon {
  width: 9.6rem;
  height: 9.6rem;
  margin-right: 2rem;
}
#welfare_life .inner .con_wrappwer .item .list .list_item .icon img {
  width: 9.6rem;
  height: 9.6rem;
}
#welfare_life .inner .con_wrappwer .item .list .list_item .box {
  width: 100%;
}
#welfare_life .inner .con_wrappwer .item .list .list_item .box h5 {
  font-size: 2rem;
  margin-bottom: 1.3rem;
  margin-top: 0.5rem;
  color: #0056A8;
}
#welfare_life .inner .con_wrappwer .item .list .list_item .box p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
#welfare_life .inner .con_wrappwer .end {
  margin-top: 6rem;
}
#welfare_life .inner .con_wrappwer .end .list .list_item:nth-of-type(2), #welfare_life .inner .con_wrappwer .end .list .list_item:nth-of-type(3) {
  margin-bottom: 2rem;
}
#welfare_life .inner .con_wrappwer .end .flex {
  display: flex;
  margin-top: 8rem;
}
#welfare_life .inner .con_wrappwer .end .ph {
  margin-top: 3rem;
  margin-left: 6.5rem;
  margin-right: 7rem;
}
#welfare_life .inner .con_wrappwer .end .ph img {
  width: 322px;
  height: 249px;
}

@media screen and (max-width: 1065px) {
  #welfare_life {
    padding-top: 6rem;
  }
  #welfare_life .inner h3 {
    font-size: 1.9rem;
    width: 100%;
    padding: 1.2rem 3rem 1.3rem 3rem;
    border-radius: 0;
  }
  #welfare_life .inner h3::before {
    width: 10vw;
    height: 7vw;
  }
  #welfare_life .inner .con_wrappwer {
    padding: 5rem 0 6rem 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  #welfare_life .inner .con_wrappwer .item {
    max-width: 1200px;
    width: 90%;
  }
  #welfare_life .inner .con_wrappwer .item h4 {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  #welfare_life .inner .con_wrappwer .item .list {
    display: block;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item {
    display: block;
    width: 100%;
    padding: 2.5rem 3rem 3.5rem 3rem;
    margin-bottom: 2rem;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2rem;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item:nth-of-type(1) .box h5 {
    font-size: 2rem;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item .icon {
    width: 25vw;
    height: 25vw;
    margin-left: auto;
    margin-right: auto;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item .icon img {
    width: 25vw;
    height: 25vw;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item .box h5 {
    font-size: 1.9rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  #welfare_life .inner .con_wrappwer .item .list .list_item .box p {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
  #welfare_life .inner .con_wrappwer .end {
    margin-top: 6rem;
  }
  #welfare_life .inner .con_wrappwer .end .list .list_item:nth-of-type(2), #welfare_life .inner .con_wrappwer .end .list .list_item:nth-of-type(3) {
    margin-bottom: 2rem;
  }
  #welfare_life .inner .con_wrappwer .end .flex {
    display: block;
    margin-top: 1.5rem;
  }
  #welfare_life .inner .con_wrappwer .end .ph {
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
  #welfare_life .inner .con_wrappwer .end .ph img {
    width: 100%;
    height: 100%;
  }
}
/* .footer 
--------------------- */
footer {
  background-color: #007AC7;
}

.education_footer .container {
  max-width: 1232px;
  width: 90%;
  padding: 80px 0 122px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .education_footer .container {
    max-width: 770px;
  }
}
.education_footer .container .list {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 42px 32px;
}
.education_footer .container .list .item {
  width: 365px;
  font-size: 24px;
  border: solid 2px #FFFFFF;
}
.education_footer .container .list .item a {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  padding: 21px 27px 23px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.education_footer .container .list .item a::after {
  content: "";
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}
.education_footer .container .education_footer_link {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
.education_footer .container .education_footer_link div {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  font-size: 14px;
}
.education_footer .container .education_footer_link div a {
  display: block;
  color: #FFFFFF;
}
.education_footer .container .education_footer_link small {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1065px) {
  footer {
    background-color: #007AC7;
  }
  .education_footer .container {
    max-width: 1232px;
    width: 90%;
    padding: 5rem 0 5rem 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1065px) and (max-width: 1300px) {
  .education_footer .container {
    max-width: 770px;
  }
}
@media screen and (max-width: 1065px) {
  .education_footer .container .list {
    display: block;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .education_footer .container .list .item {
    width: 90%;
    font-size: 24px;
    font-weight: 500;
    border-radius: 3px;
    border: solid 2px #FFFFFF;
    margin: 0 auto 2rem auto;
  }
  .education_footer .container .list .item a {
    display: block;
    color: #FFFFFF;
    padding: 1.3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
  }
  .education_footer .container .list .item a::after {
    content: "";
    background-image: url("../img/arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 0.8rem;
  }
  .education_footer .container .education_footer_link {
    margin-top: 40px;
    display: block;
    justify-content: space-between;
  }
  .education_footer .container .education_footer_link div {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .education_footer .container .education_footer_link div a {
    display: block;
  }
  .education_footer .container .education_footer_link div .start {
    margin-bottom: 1.5rem;
  }
  .education_footer .container .education_footer_link small {
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: 6rem;
  }
  .education_footer .container.SP .footer__nav .footer__link {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    font-size: 14px;
  }
  .education_footer .container.SP .footer__small {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */