@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.380952381vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: left;
  color: #080808;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body, h1, h2, h3, h4, h5, h6, p, address, figure,
  div, ul, ol, li, dl, dt, dd,
  table, th, td, img, form {
    line-height: 1.6em;
  }
}

ul {
  list-style-type: disc;
}
ul:not(.list-style-none) {
  padding-left: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

/* ================ */
/* 全体 汎用クラス
/* ================ */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.mt120 {
  margin-top: 12rem;
}

.mr10 {
  margin-right: 1rem;
}

.mr20 {
  margin-right: 2rem;
}

.mr30 {
  margin-right: 3rem;
}

.mr40 {
  margin-right: 4rem;
}

.mr50 {
  margin-right: 5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.ml10 {
  margin-left: 1rem;
}

.ml20 {
  margin-left: 2rem;
}

.ml30 {
  margin-left: 3rem;
}

.ml40 {
  margin-left: 4rem;
}

.ml50 {
  margin-left: 5rem;
}

.m10 {
  margin: 1rem;
}

.m20 {
  margin: 2rem;
}

.m30 {
  margin: 3rem;
}

.m40 {
  margin: 4rem;
}

.m50 {
  margin: 5rem;
}

.m60 {
  margin: 6rem;
}

.m70 {
  margin: 7rem;
}

.m80 {
  margin: 8rem;
}

.m90 {
  margin: 9rem;
}

.m100 {
  margin: 10rem;
}

.pt10 {
  padding-top: 1rem;
}

.pt20 {
  padding-top: 2rem;
}

.pt30 {
  padding-top: 3rem;
}

.pt40 {
  padding-top: 4rem;
}

.pt50 {
  padding-top: 5rem;
}

.pt60 {
  padding-top: 6rem;
}

.pt70 {
  padding-top: 7rem;
}

.pt80 {
  padding-top: 8rem;
}

.pt90 {
  padding-top: 9rem;
}

.pt100 {
  padding-top: 10rem;
}

.pt110 {
  padding-top: 11rem;
}

.pt120 {
  padding-top: 12rem;
}

.pr10 {
  padding-right: 1rem;
}

.pr20 {
  padding-right: 2rem;
}

.pr30 {
  padding-right: 3rem;
}

.pr40 {
  padding-right: 4rem;
}

.pr50 {
  padding-right: 5rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.pb20 {
  padding-bottom: 2rem;
}

.pb30 {
  padding-bottom: 3rem;
}

.pb40 {
  padding-bottom: 4rem;
}

.pb50 {
  padding-bottom: 5rem;
}

.pb60 {
  padding-bottom: 6rem;
}

.pb70 {
  padding-bottom: 7rem;
}

.pb80 {
  padding-bottom: 8rem;
}

.pb90 {
  padding-bottom: 9rem;
}

.pb100 {
  padding-bottom: 10rem;
}

.pb110 {
  padding-bottom: 11rem;
}

.pb120 {
  padding-bottom: 12rem;
}

.pl10 {
  padding-left: 1rem;
}

.pl20 {
  padding-left: 2rem;
}

.pl30 {
  padding-left: 3rem;
}

.pl40 {
  padding-left: 4rem;
}

.pl50 {
  padding-left: 5rem;
}

.p10 {
  padding: 1rem;
}

.p20 {
  padding: 2rem;
}

.p30 {
  padding: 3rem;
}

.p40 {
  padding: 4rem;
}

.p50 {
  padding: 5rem;
}

.p60 {
  padding: 6rem;
}

.p70 {
  padding: 7rem;
}

.p80 {
  padding: 8rem;
}

.p90 {
  padding: 9rem;
}

.p100 {
  padding: 10rem;
}

@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 0.5rem;
  }
  .mt20 {
    margin-top: 1rem;
  }
  .mt30 {
    margin-top: 1.5rem;
  }
  .mt40 {
    margin-top: 2rem;
  }
  .mt50 {
    margin-top: 2.5rem;
  }
  .mt60 {
    margin-top: 3rem;
  }
  .mt70 {
    margin-top: 3.5rem;
  }
  .mt80 {
    margin-top: 4rem;
  }
  .mt90 {
    margin-top: 4.5rem;
  }
  .mt100 {
    margin-top: 5rem;
  }
  .mt110 {
    margin-top: 5.5rem;
  }
  .mt120 {
    margin-top: 6rem;
  }
  .mr10 {
    margin-right: 0.5rem;
  }
  .mr20 {
    margin-right: 1rem;
  }
  .mr30 {
    margin-right: 1.5rem;
  }
  .mr40 {
    margin-right: 2rem;
  }
  .mr50 {
    margin-right: 2.5rem;
  }
  .mb10 {
    margin-bottom: 0.5rem;
  }
  .mb20 {
    margin-bottom: 1rem;
  }
  .mb30 {
    margin-bottom: 1.5rem;
  }
  .mb40 {
    margin-bottom: 2rem;
  }
  .mb50 {
    margin-bottom: 2.5rem;
  }
  .mb60 {
    margin-bottom: 3rem;
  }
  .mb70 {
    margin-bottom: 3.5rem;
  }
  .mb80 {
    margin-bottom: 4rem;
  }
  .mb90 {
    margin-bottom: 4.5rem;
  }
  .mb100 {
    margin-bottom: 5rem;
  }
  .mb110 {
    margin-bottom: 5.5rem;
  }
  .mb120 {
    margin-bottom: 6rem;
  }
  .ml10 {
    margin-left: 0.5rem;
  }
  .ml20 {
    margin-left: 1rem;
  }
  .ml30 {
    margin-left: 1.5rem;
  }
  .ml40 {
    margin-left: 2rem;
  }
  .ml50 {
    margin-left: 2.5rem;
  }
  .m10 {
    margin: 0.5rem;
  }
  .m20 {
    margin: 1rem;
  }
  .m30 {
    margin: 1.5rem;
  }
  .m40 {
    margin: 2rem;
  }
  .m50 {
    margin: 2.5rem;
  }
  .m60 {
    margin: 3rem;
  }
  .m70 {
    margin: 3.5rem;
  }
  .m80 {
    margin: 4rem;
  }
  .m90 {
    margin: 4.5rem;
  }
  .m100 {
    margin: 5rem;
  }
  .pt10 {
    padding-top: 0.5rem;
  }
  .pt20 {
    padding-top: 1rem;
  }
  .pt30 {
    padding-top: 1.5rem;
  }
  .pt40 {
    padding-top: 2rem;
  }
  .pt50 {
    padding-top: 2.5rem;
  }
  .pt60 {
    padding-top: 3rem;
  }
  .pt70 {
    padding-top: 3.5rem;
  }
  .pt80 {
    padding-top: 4rem;
  }
  .pt90 {
    padding-top: 4.5rem;
  }
  .pt100 {
    padding-top: 5rem;
  }
  .pt110 {
    padding-top: 5.5rem;
  }
  .pt120 {
    padding-top: 6rem;
  }
  .pr10 {
    padding-right: 0.5rem;
  }
  .pr20 {
    padding-right: 1rem;
  }
  .pr30 {
    padding-right: 1.5rem;
  }
  .pr40 {
    padding-right: 2rem;
  }
  .pr50 {
    padding-right: 2.5rem;
  }
  .pb10 {
    padding-bottom: 0.5rem;
  }
  .pb20 {
    padding-bottom: 1rem;
  }
  .pb30 {
    padding-bottom: 1.5rem;
  }
  .pb40 {
    padding-bottom: 2rem;
  }
  .pb50 {
    padding-bottom: 2.5rem;
  }
  .pb60 {
    padding-bottom: 3rem;
  }
  .pb70 {
    padding-bottom: 3.5rem;
  }
  .pb80 {
    padding-bottom: 4rem;
  }
  .pb90 {
    padding-bottom: 4.5rem;
  }
  .pb100 {
    padding-bottom: 5rem;
  }
  .pb110 {
    padding-bottom: 5.5rem;
  }
  .pb120 {
    padding-bottom: 6rem;
  }
  .pl10 {
    padding-left: 0.5rem;
  }
  .pl20 {
    padding-left: 1rem;
  }
  .pl30 {
    padding-left: 1.5rem;
  }
  .pl40 {
    padding-left: 2rem;
  }
  .pl50 {
    padding-left: 2.5rem;
  }
  .p10 {
    padding: 0.5rem;
  }
  .p20 {
    padding: 1rem;
  }
  .p30 {
    padding: 1.5rem;
  }
  .p40 {
    padding: 2rem;
  }
  .p50 {
    padding: 2.5rem;
  }
  .p60 {
    padding: 3rem;
  }
  .p70 {
    padding: 3.5rem;
  }
  .p80 {
    padding: 4rem;
  }
  .p90 {
    padding: 4.5rem;
  }
  .p100 {
    padding: 5rem;
  }
}
#seikatsu .text-color {
  color: #00a23f;
}

#jigyo .text-color {
  color: #004190;
}

strong,
.text-bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #e60012;
}

.fs16 {
  font-size: 1.6rem;
}

.fs20 {
  font-size: 2rem;
}

.fs23 {
  font-size: 2.3rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs30 {
  font-size: 3rem;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #d9d9d9;
}

.bg-yellow {
  background-color: #fdfad9;
}

.bg-green {
  background-color: #00a23f;
}

.bg-green02 {
  background-color: #e5f4ec;
}

.bg-blue {
  background-color: #004190;
}

.bg-blue02 {
  background-color: #e5ecf4;
}

.flex-box {
  display: flex;
}
.flex-box.is-between {
  justify-content: space-between;
}
.flex-box.is-start {
  align-items: flex-start;
}
.flex-box.is-center {
  justify-content: center;
}
.flex-box.is-align_center {
  align-items: center;
}
.flex-box.is-two-column > * {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .flex-box.is-spBlock {
    display: block !important;
  }
  .flex-box.is-spBlock.is-two-column > * {
    width: 100%;
  }
}

.radius10 {
  border-radius: 1rem;
}

.radius20 {
  border-radius: 2rem;
}

ol.list-style01 {
  list-style-type: none;
  counter-reset: li;
}
@media screen and (min-width: 768px) {
  ol.list-style01 {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  ol.list-style01 {
    padding: 1em 0 0;
  }
}
ol.list-style01 > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.3em 0.3em 4rem;
}
ol.list-style01 > li p:first-child {
  font-size: 2rem;
}
ol.list-style01 > li + li {
  margin-top: 7.5rem;
}
ol.list-style01 > li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  background-color: #00a23f;
  min-width: 1.7em;
  margin-right: 7px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  border-radius: 50%;
  content: counter(li);
  counter-increment: li;
}
ol.list-style01 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5.5rem;
  left: 20rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #00a23f;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  ol.list-style01 > li:not(:last-child)::after {
    left: calc(50% - 50px);
  }
}
ol.list-style01 > li div {
  width: 100%;
}
ol.list-style01 > li .list-style-none {
  list-style-type: none;
}
ol.list-style01.is-blue > li::before {
  background-color: #004190;
}
ol.list-style01.is-blue > li:not(:last-child)::after {
  border-top: 40px solid #004190;
}

.contents {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.contents-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-title {
    font-size: 3rem;
  }
}
.contents-title .icon {
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}
.contents-lead {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-lead {
    font-size: 2rem;
  }
}
.contents .title-style01 {
  position: relative;
  padding: 10px 0 10px 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents .title-style01 {
    font-size: 2.2rem;
  }
}
.contents .title-style01:before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: repeating-linear-gradient(#00a23f 0%, #00a23f 50%, #e3e3e3 50%, #e3e3e3 100%);
}
.contents .title-style01.is-blue:before {
  background: repeating-linear-gradient(#004190 0%, #004190 50%, #e3e3e3 50%, #e3e3e3 100%);
}
.contents .about-box + .about-box {
  margin-top: 4rem;
}
.contents .about-box .about-title {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  .contents .about-box .about-title {
    font-size: 2.5rem;
  }
}
.contents .about-box .about-lead {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contents .about-box .about-lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contents .about-box .about-lead {
    font-size: 2rem;
  }
}
.contents .border-box {
  padding: 2rem 3rem;
  border: 2px solid #004190;
  border-radius: 2rem;
}
.contents .btn-link a {
  position: relative;
  display: block;
  padding: 2rem 4rem;
  background-color: #00a23f;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  border-radius: 50px;
}
.contents .btn-link a:hover {
  opacity: 0.7;
}
.contents .btn-link a:after {
  content: "";
  position: absolute;
  right: 3rem;
  top: calc(50% - 3px);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .contents .btn-link a {
    font-size: 2rem;
    border-radius: 100px;
  }
}
.contents .btn-link.is-blue a {
  background-color: #004190;
}
.contents .btn-link.-closed a {
  pointer-events: none;
  background-color: #d9d9d9;
}

.first-lead {
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  .first-lead {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .first-lead {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 5;
  }
}

.lead-box {
  position: relative;
  background: linear-gradient(to right, #FFF78F 0%, #fff 50%, #FFF78F 100%);
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 5rem 3rem;
  border: 8px solid #e60012;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lead-box {
    padding: 2rem 2.5rem 3rem;
    border: 5px solid #e60012;
  }
}
.lead-box .text01,
.lead-box .text02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead-box .text01,
  .lead-box .text02 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.lead-box .text01 {
  background-color: #e60012;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lead-box .text01 {
    padding: 1rem;
  }
}

.first-view {
  padding-bottom: 60px;
}
.first-view h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .first-view .lead-box {
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .first-view .lead-box {
    margin: 0 5%;
  }
}

#seikatsu .first-view {
  background: url("../images/seikatsu/bg.jpg") center top no-repeat;
  background-size: cover;
}

#jigyo .first-view {
  background: url("../images/jigyo/bg.jpg") center top no-repeat;
  background-size: cover;
}
#jigyo .lead-box {
  background: #fff;
}

nav {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
nav ul {
  background-color: #008935;
  border-radius: 10px;
  padding-left: 0 !important;
}
nav ul li {
  list-style-type: none;
}
nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1em;
  padding: 2rem 4rem;
  text-decoration: none;
}
nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  nav ul {
    display: flex;
    flex-wrap: nowrap;
  }
  nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1em;
    padding: 20px 40px;
    text-decoration: none;
  }
  nav ul li a:hover {
    opacity: 0.7;
  }
  nav ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1em;
    background-color: #fff;
  }
  nav ul li:last-of-type a:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-button {
    position: fixed;
    top: 0;
    right: 20px;
    background: transparent;
    width: 25px;
    height: 6rem;
    padding: 1.6rem;
    border: none;
    cursor: pointer;
    z-index: 6;
  }
  .nav-button .toggle-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 22px;
    background: transparent;
    border: none;
  }
  .nav-button .toggle-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav-button .toggle-button span:nth-child(1) {
    top: calc(50% - 10.5px);
  }
  .nav-button .toggle-button span:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  .nav-button .toggle-button span:nth-child(3) {
    top: calc(50% + 7.5px);
  }
  .nav-button.active .toggle-button span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .nav-button.active .toggle-button span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
  }
  .nav-button.active .toggle-button span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: 4;
  }
  #header-nav .nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #header-nav.active {
    visibility: visible;
  }
  #header-nav.active .nav_bg {
    opacity: 1;
  }
  .nav-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6rem 5% 0;
    z-index: 7;
    overflow-y: scroll;
  }
  ul li {
    position: relative;
  }
  ul li a {
    padding: 2.5rem;
    text-align: center;
  }
  ul li + li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    width: 90%;
    height: 1px;
    border-top: 2px dotted #fff;
  }
}
#jigyo nav ul {
  background-color: #004190;
}

footer {
  padding: 4rem;
}
footer .footer_text {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
footer .copyright {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4rem 1rem;
  }
  footer .footer_text {
    font-size: 2rem;
  }
}

/* ================ */
/* 支援対象者
/* ================ */
#taisyo {
  position: relative;
}
#taisyo .notion {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #taisyo .notion {
    font-size: 1.8rem;
  }
}
#taisyo .lead-text,
#taisyo .notion {
  font-weight: 600;
  text-align: center;
}
#taisyo table {
  border-top: 1px solid #9A9A9A;
  border-spacing: 0;
}
#taisyo table th {
  min-width: 270px;
  background-color: #00a23f;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  border: 1px solid #9A9A9A;
  border-right: none;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #taisyo table th {
    font-size: 2rem;
  }
}
#taisyo table td {
  border: 1px solid #9A9A9A;
  border-top: none;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  #taisyo table td {
    padding: 2rem 1.5rem;
  }
}
#taisyo table td p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #taisyo table td p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #taisyo table {
    border-bottom: 1px solid #9A9A9A;
  }
  #taisyo table th,
  #taisyo table td {
    display: block;
  }
  #taisyo table td {
    border-bottom: none;
  }
}
#taisyo .chara01 {
  position: absolute;
  top: -25px;
  left: 0;
  margin-left: 2%;
}

#seikatsu #taisyo .lead-text {
  font-size: 4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #seikatsu #taisyo .lead-text {
    font-size: 2.5rem;
  }
}

#jigyo #taisyo .lead-text {
  font-size: 3rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #jigyo #taisyo .lead-text {
    font-size: 2.2rem;
  }
}
#jigyo #taisyo .border-box figure {
  min-width: 50px;
}
#jigyo #taisyo .border-box p:first-child {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #004190;
}

/* ================ */
/* 支援対象者
/* ================ */
#shinsei {
  position: relative;
}
#shinsei .notion-box {
  padding: 1rem 2rem;
  background-color: #FFE6ED;
  color: #e04473;
  border: 1px solid #e04473;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #shinsei .notion-box {
    margin-top: 4rem;
  }
}
#shinsei .flow-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004190;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  padding: 2rem 1rem;
  border-radius: 20px;
}
#shinsei .flow-box a:hover {
  opacity: 0.7;
}
#shinsei .flow-box a strong {
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  #shinsei .flow-box {
    display: flex;
    justify-content: space-between;
  }
  #shinsei .flow-box a {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  #shinsei .flow-box a {
    margin-top: 2rem;
    text-align: center;
  }
}
#shinsei .link-block div {
  padding: 3rem 4rem;
  border: 1px solid #00a23f;
  border-radius: 2rem;
}
#shinsei .link-block div a {
  font-size: 1.8rem;
}
#shinsei .link-block div .bg-gray {
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #shinsei .link-block div {
    padding: 3rem 2.5rem;
  }
  #shinsei .link-block div strong {
    display: inline-block;
    margin-bottom: 2rem;
  }
  #shinsei .link-block div a {
    margin: 2rem 0;
  }
  #shinsei .link-block div + div {
    margin-top: 4rem;
  }
}
#shinsei .link-block.is-blue div {
  border: 1px solid #004190;
}
#shinsei .chara02 {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: 370px;
}

/* ================ */
/* よくある質問
/* ================ */
#faq .faq-wrap .toggle {
  display: none;
}
#faq .faq-wrap .faq-title {
  position: relative;
  display: block;
  padding: 4rem;
  color: #00a23f;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #faq .faq-wrap .faq-title {
    padding: 3rem 2rem;
  }
}
#faq .faq-wrap .faq-title:before, #faq .faq-wrap .faq-title:after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  background-color: #00a23f;
  border-radius: 10px;
}
#faq .faq-wrap .faq-title:before {
  top: calc(50% - 15px);
  right: 40px;
  width: 5px;
  height: 30px;
}
#faq .faq-wrap .faq-title:after {
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
}
#faq .faq-wrap .faq-title,
#faq .faq-wrap .faq-detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#faq .faq-wrap .faq-detail {
  height: 0;
  padding: 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #faq .faq-wrap .faq-detail {
    padding: 0 2rem;
  }
}
#faq .faq-wrap .toggle:checked + .faq-title + .faq-detail {
  height: auto;
  transition: all 0.3s;
  padding-bottom: 40px;
}
#faq .faq-wrap .toggle:checked + .faq-title::before {
  transform: rotate(-90deg);
  transition: transform 0.5s, opacity 0.5s;
  top: calc(50% - 15px);
}
#faq .faq-accordion {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
#faq .faq-accordion + .faq-accordion {
  margin-top: 10px;
}
#faq .faq-accordion summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem 2.5rem 6.5rem;
  color: #00a23f;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
}
#faq .faq-accordion summary::-webkit-details-marker {
  display: none;
}
#faq .faq-accordion summary:before {
  content: "Q";
  position: absolute;
  top: 2.25rem;
  left: 2rem;
  background-color: #00a23f;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50px;
}
#faq .faq-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}
#faq .faq-accordion p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2rem 2.5rem 6.5rem;
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  transition: transform 0.5s, opacity 0.5s;
}
#faq .faq-accordion p:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 2rem;
  background-color: #e04473;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  border-radius: 50px;
}
#faq .faq-accordion[open] summary::after {
  transform: rotate(225deg);
}
#faq .faq-accordion[open] p {
  transform: none;
  opacity: 1;
}

#jigyo #faq .faq-wrap .faq-title {
  color: #004190;
}
#jigyo #faq .faq-wrap .faq-title:before, #jigyo #faq .faq-wrap .faq-title:after {
  background-color: #004190;
}
#jigyo #faq .faq-accordion summary {
  color: #004190;
}
#jigyo #faq .faq-accordion summary:before {
  background-color: #004190;
}
#jigyo #faq .faq-accordion summary::after {
  border-color: #004190;
}

/* ================ */
/* お問い合わせ
/* ================ */
#contact {
  background-color: #eee;
}
#contact .contact-text, #contact .contact-btn {
  text-align: center;
}
#contact .contact-text {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contact .contact-text {
    text-align: left;
    font-size: 2.2rem;
  }
}
#contact .contact-btn {
  margin: 5px 0;
}
#contact .contact-btn a {
  display: block;
  background-color: #00a23f;
  padding: 3rem 2rem;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  border-radius: 10px;
}
#contact .contact-btn a:hover {
  opacity: 0.7;
}
#contact .contact-btn a:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_phone.svg") center center no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  line-height: 1em;
  margin-bottom: -5px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #contact .contact-btn a {
    font-size: 2.8rem;
  }
  #contact .contact-btn a:before {
    width: 3rem;
    height: 3rem;
  }
}
#contact .contact-btn.is-blue a {
  background-color: #004190;
}

/* ================ */
/* index
/* ================ */
@media screen and (max-width: 767px) {
  #index #seikatsu.contents,
  #index #jigyo.contents {
    padding: 0;
  }
}
#index #seikatsu .first-view,
#index #jigyo .first-view {
  height: 100%;
  padding: 3rem 2rem 5rem;
}
@media screen and (max-width: 767px) {
  #index #seikatsu .first-view,
  #index #jigyo .first-view {
    padding: 1.5rem 2rem 5rem;
  }
}
#index #seikatsu .first-view .lead-box,
#index #jigyo .first-view .lead-box {
  padding: 3rem 2.5rem 3rem;
}
@media screen and (min-width: 768px) {
  #index #seikatsu .first-view .lead-box,
  #index #jigyo .first-view .lead-box {
    width: calc(90% - 10rem);
    margin-top: -5rem;
  }
  #index #seikatsu .first-view .lead-box + div,
  #index #jigyo .first-view .lead-box + div {
    width: calc(90% - 10rem);
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  #index #seikatsu .first-view .lead-box,
  #index #jigyo .first-view .lead-box {
    margin: 0;
  }
}
#index #seikatsu .first-view .lead-box .text01,
#index #seikatsu .first-view .lead-box .text02,
#index #jigyo .first-view .lead-box .text01,
#index #jigyo .first-view .lead-box .text02 {
  font-size: 1.6rem;
}
#index #seikatsu .first-view .lead-box .text01,
#index #jigyo .first-view .lead-box .text01 {
  padding: 15px 10px;
}
#index #seikatsu .first-view .btn-link a,
#index #jigyo .first-view .btn-link a {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index #seikatsu .first-view .btn-link,
  #index #jigyo .first-view .btn-link {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #index #seikatsu .first-view .btn-link,
  #index #jigyo .first-view .btn-link {
    width: calc(90% - 10rem);
    margin: 2rem auto 0;
  }
}
