@charset "UTF-8";
body {
  font-family: 'M PLUS 1p', sans-serif !important;
  font-weight: 500;
}

main a,
main h1,
main h2,
main h3,
main h4,
main h5,
main p,
main span {
  transform: rotate(0.05deg);
}

.green {
  color: #009caa;
}

.main__title img {
  width: 100%;
}
.main__inner {
  overflow: hidden;
}
.main__visual {
  margin-bottom: 0;
}

.box.new-employee {
  overflow: hidden;
  margin-bottom: 0;
  padding: 60px 40px 40px 40px;
  background: #fff;
}
.box.new-employee::before {
  border-color: transparent #ff6 transparent transparent;
  border-style: solid;
  border-width: 0 1180px 1745px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.box.new-employee::after {
  bottom: 0;
  border-color: transparent transparent #33bac7 transparent;
  border-style: solid;
  border-width: 0 0 970px 1180px;
  height: 0;
  left: 0;
  width: 0;
}
.box__title {
  font-size: 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: fit-content;
}
.box__title::after {
  background: url(../../service_info/follow-up24/img/box_decoration01.webp) no-repeat center/contain;
  content: "";
  height: 36px;
  position: absolute;
  top: -26px;
  left: -28px;
  width: 57px;
}
.box__title .deco {
  background: linear-gradient(180deg, transparent 0%, transparent 20%, #fff 20%, #fff 100%);
  color: #009caa !important;
  display: inline-block;
  line-height: 1;
}
.box__text {
  font-size: 17px;
  text-align: center;
}
.box__text02 {
  font-size: 20px;
}
.box__text .deco {
  color: #009caa;
  font-weight: bold;
}
.box__img01 {
  text-align: center;
  margin: 0 0 30px;
}
.box__img01 img {
  max-width: 100%;
}
.box__container {
  display: flex;
  justify-content: space-between;
}
.box__container .txtbox__item {
  display: flex;
  align-items: baseline;
}
.box__container .txtbox__item:not(:last-child) {
  margin: 0 0 20px;
}
.box__container .txtbox__item .item__txt01 {
  align-items: center;
  background: #ff6;
  color: #009caa;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  width: 96px;
  margin: 0 20px 0 0;
}
.box__container .txtbox__item .item__txt02 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.box__container .txtbox__item .item__txt02 span {
  font-weight: bold;
}
.box__container .txtbox__item .item__txt02 .small {
  font-size: 18px;
}
.box__container .txtbox__item .item__txt02 .large {
  font-size: 28px;
}
.box__container .txtbox__item .item__txt03 dl {
  display: flex;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #FFF;
}
.box__container .txtbox__item .item__txt03 dl dt:first-child {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: dotted 3px #FFF;
}
.box__container .txtbox__item .item__txt03 dl dt ul li {
  line-height: 1.6;
}
.box__container .txtbox__item .item__txt03 dl dt ul li::before {
  content: "・";
}
.box__container .txtbox__item.txtbox__item__underline {
  padding: 0 0 20px;
  border-bottom: solid 2px #FFF;
}
.box__program {
  background: #ff6;
  padding: 90px 0 70px;
  position: relative;
}
.box__program::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1118px 0 0 1180px;
  border-color: transparent transparent transparent #33bac7;
  bottom: 0;
  left: 0;
}
.box__program--inner {
  padding: 50px 50px 0;
}
.box__program--item {
  background: #fff;
  filter: drop-shadow(7px 7px 0 rgba(27, 68, 90, 0.4));
  margin: 0 auto;
  max-width: 1074px;
  position: relative;
  z-index: 10;
}
.box__program--title {
  background: #009caa;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 95px;
  position: relative;
}
.box__program--title .small {
  font-size: 24px;
}
.box__program--title::after {
  content: "";
  position: absolute;
  right: 80px;
  top: 50%;
  width: 110px;
  height: 110px;
  transform: translateY(-50%);
  background: url(../../service_info/follow-up24/img/icon_memo.webp) no-repeat center/contain;
}
.box__program .item__ttl {
  background: #ffff99;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 0 15px 42px;
  position: relative;
}
.box__program .item__inner {
  padding: 20px 40px 40px;
}
.box__program .item__lead {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.875;
}
.box__program .item__list {
  display: flex;
  flex-wrap: wrap;
}
.box__program .item__list .list__item {
  font-size: 15px;
  line-height: 2;
}
.box__program .item__list .list__item:not(:last-child) {
  margin: 0 30px 0 0;
}
.box__program .item__list .list__item::before {
  content: "●";
  padding: 0 5px 0 0;
  color: #33bac7;
}
.box__program--note {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 30px;
}
.box__program--note ul {
  position: relative;
  padding: 0 20px 0 0;
}
.box__program--note ul::after {
  background: #a4b4bd;
  content: "";
  height: 2px;
  position: absolute;
  top: -43px;
  left: -30px;
  width: 571px;
}
.box__program--note ul li {
  padding: 0 0 0 1.4em;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-indent: -1.4em;
}
.box__program--note ul li:not(:last-child) {
  margin: 0 0 10px;
}
.box__program--note ul li::before {
  content: "・";
  padding: 0 5px 0 0;
}

.voice {
  margin: 0 0 80px;
  padding: 60px 70px;
  width: 1180px;
  background: url(../../service_info/follow-up24/img/voice_bg.webp) no-repeat center top/cover;
}
.voice__ttl {
  text-align: center;
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: bold;
  color: #192347;
}
.voice__txt {
  text-align: center;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.4;
}
.voice__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  width: 980px;
  height: 350px;
}
.voice__list ul li {
  position: relative;
  width: 460px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.voice__list ul li::before {
  position: absolute;
  inset: -5px 5px 5px -5px;
  border: 3px solid #888;
  border-radius: 10px;
  content: '';
}
.voice__list ul li img {
  width: 101px;
  height: 125px;
}
.voice__list ul li p {
  font-size: 16px;
  line-height: 1.6;
}
.voice__list ul .voice__list__1 {
  margin: 0 0 55px;
  padding: 25px 25px 25px 45px;
  height: 135px;
  background: rgba(209, 252, 255, 0.7);
}
.voice__list ul .voice__list__1 img {
  position: absolute;
  left: -70px;
  top: 0;
}
.voice__list ul .voice__list__2 {
  margin: 0 0 30px;
  padding: 25px 45px 25px 25px;
  height: 160px;
  background: rgba(255, 219, 223, 0.7);
}
.voice__list ul .voice__list__2 img {
  position: absolute;
  right: -60px;
  top: 10px;
}
.voice__list ul .voice__list__3 {
  padding: 25px 25px 25px 45px;
  height: 160px;
  background: rgba(255, 219, 223, 0.7);
}
.voice__list ul .voice__list__3 img {
  position: absolute;
  left: -70px;
  top: 10px;
}
.voice__list ul .voice__list__4 {
  padding: 25px 45px 25px 25px;
  height: 135px;
  background: rgba(209, 252, 255, 0.7);
}
.voice__list ul .voice__list__4 img {
  position: absolute;
  right: -60px;
  top: 0;
}

.payment {
  margin: 0 0 100px;
  padding: 0 70px;
  width: 1180px;
}
.payment__inner {
  border: 2px solid #009caa;
  padding: 30px 40px;
}
.payment__ttl {
  border-bottom: 1px solid #009caa;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 0 15px;
}
.payment__txt ul li {
  margin: 0 0 15px;
  padding: 0 0 0 1.4em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-indent: -1.4em;
  line-height: 1.4;
}
.payment__txt ul li .deco {
  font-weight: inherit;
  text-decoration: underline;
}
.payment__txt ul li:not(:last-child) {
  margin: 0 0 5px;
}
.payment__txt ul li::before {
  content: "●";
  padding: 0 5px 0 0;
  color: #009caa;
}
.payment__sub ul li {
  padding: 0 0 0 1.4em;
  font-size: 14px;
  text-indent: -1.4em;
  line-height: 1.4;
}
.payment__sub ul li:not(:last-child) {
  margin: 0 0 5px;
}
.payment__sub ul li::before {
  content: "※";
  padding: 0 5px 0 0;
}

.follow-up24-applicationform {
  margin: 0 0 80px;
  padding: 80px 0 70px;
  background: #e6e6ef;
}
@media screen and (max-width: 1180px) {
  .follow-up24-applicationform {
    padding: 80px 30px 70px;
  }
}
.follow-up24-applicationform__inner {
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .follow-up24-applicationform__inner {
    width: 100%;
  }
}
.follow-up24-applicationform__ttl {
  text-align: center;
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: bold;
  color: #192347;
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .main__inner {
    width: 100%;
  }

  .box.new-employee {
    padding: 60px 0 0;
  }
  .box__text {
    padding: 0 15px;
  }
  .box__img01 {
    margin: 0 auto;
    max-width: 500px;
  }
  .box__img02 {
    display: none;
  }
  .box__container .container__txtbox {
    padding: 30px 15px 40px;
    width: 100%;
    background: #33bac7;
  }
  .box__container .txtbox__list {
    margin: 0 auto;
    max-width: 530px;
  }
  .box__program {
    padding: 90px 30px 70px;
  }
  .box__program--inner {
    padding: 30px;
  }
  .box__program--title {
    padding: 20px 140px 20px 20px;
  }
  .box__program--title::after {
    right: 20px;
  }
  .box__program--note ul::after {
    top: -25px;
  }
  .box__program--note .note__img01 {
    width: 40%;
  }
  .box__program--note .note__img01 img {
    width: 100%;
  }

  .voice {
    padding: 60px 50px;
    width: 100%;
  }
  .voice__list ul {
    width: 100%;
    height: auto;
  }
  .voice__list ul li {
    width: 48%;
  }
  .voice__list ul li img {
    width: 70px;
    height: 87px;
  }
  .voice__list ul .voice__list__1 {
    height: auto;
  }
  .voice__list ul .voice__list__1 img {
    left: -40px;
  }
  .voice__list ul .voice__list__2 {
    height: auto;
  }
  .voice__list ul .voice__list__2 img {
    right: -40px;
  }
  .voice__list ul .voice__list__3 {
    height: auto;
  }
  .voice__list ul .voice__list__3 img {
    left: -40px;
  }
  .voice__list ul .voice__list__4 {
    height: auto;
  }
  .voice__list ul .voice__list__4 img {
    right: -40px;
  }

  .payment {
    width: 100%;
  }

  .follow-up24-applicationform {
    padding: 80px 30px 70px;
  }
  .follow-up24-applicationform__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main__visual {
    background-image: none;
  }

  .box.new-employee {
    padding: 0;
  }
  .box.new-employee::before {
    display: none;
  }
  .box.new-employee .box__title {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    font-size: 17px;
    background: #ff6;
  }
  .box.new-employee .box__title::after {
    top: 10px;
    left: 95px;
    width: 28px;
    height: 18px;
  }
  .box.new-employee .box__bg1 {
    background: transparent;
  }
  .box__text {
    text-align-last: left;
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 1.8;
  }
  .box__text02 {
    padding-top: 0;
    font-size: 15px;
  }
  .box__img01 {
    margin: 0 auto;
    width: 330px;
  }
  .box__container .container__txtbox {
    padding: 30px 15px;
    width: 100%;
    background: #33bac7;
  }
  .box__container .txtbox__list {
    margin: 0 auto;
    max-width: 350px;
  }
  .box__container .txtbox__item:not(:last-child) {
    margin: 0 0 10px;
  }
  .box__container .txtbox__item .item__txt01 {
    margin: 0 10px 0 0;
    width: 48px;
    height: 20px;
    font-size: 10px;
  }
  .box__container .txtbox__item .item__txt02 {
    font-size: 16px;
  }
  .box__container .txtbox__item .item__txt02 .small {
    font-size: 16px;
  }
  .box__container .txtbox__item .item__txt02 .large {
    font-size: 22px;
  }
  .box__container .txtbox__item .item__txt03 dl {
    font-size: 15px;
  }
  .box__container .txtbox__item.txtbox__item__underline {
    padding: 0 0 10px;
  }
  .box__program {
    padding: 30px 15px;
  }
  .box__program::after {
    display: none;
  }
  .box__program--item {
    filter: drop-shadow(calc(7px/2) calc(7px/2) 0 rgba(27, 68, 90, 0.4));
  }
  .box__program--title {
    padding: 10px 65px 10px 10px;
    font-size: 15px;
    line-height: 1.4;
    text-align-last: left;
  }
  .box__program--title .small {
    font-size: 13px;
  }
  .box__program--title::after {
    right: 5px;
    width: 55px;
    height: 55px;
  }
  .box__program--inner {
    padding: 15px 10px 0;
  }
  .box__program .item__ttl {
    padding: 10px 15px 8px;
    font-size: 14px;
  }
  .box__program .item__inner {
    padding: 15px 15px 30px;
  }
  .box__program .item__lead {
    margin: 0 0 10px;
    font-size: 13px;
  }
  .box__program .item__list {
    flex-direction: column;
  }
  .box__program .item__list .list__item {
    font-size: 12px;
  }
  .box__program .item__list .list__item:not(:last-child) {
    margin: 0;
  }
  .box__program--note {
    display: block;
    margin: 0;
  }
  .box__program--note ul {
    padding: 30px 12px 15px;
    border-top: 2px solid #a4b4bd;
  }
  .box__program--note ul::after {
    display: none;
  }
  .box__program--note ul li {
    font-size: 12px;
  }
  .box__program--note .note__img01 {
    margin: 0 auto;
    width: 70%;
  }

  .voice {
    margin: 0 0 30px;
    padding: 30px 15px;
    width: 100%;
  }
  .voice__ttl {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .voice__txt {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .voice__list ul {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .voice__list ul li {
    width: 100%;
  }
  .voice__list ul li img {
    width: 65px;
    height: 80px;
  }
  .voice__list ul li p {
    font-size: 13px;
    line-height: 1.4;
  }
  .voice__list ul .voice__list__1 {
    margin: 0 0 30px 25px;
    padding: 10px 15px 20px 50px;
    height: auto;
  }
  .voice__list ul .voice__list__1 img {
    left: -25px;
    top: -5px;
  }
  .voice__list ul .voice__list__2 {
    margin: 0 25px 30px 0;
    padding: 10px 50px 20px 15px;
    height: auto;
  }
  .voice__list ul .voice__list__2 img {
    right: -25px;
    top: -5px;
  }
  .voice__list ul .voice__list__3 {
    margin: 0 0 30px 25px;
    padding: 10px 15px 20px 50px;
    height: auto;
  }
  .voice__list ul .voice__list__3 img {
    left: -25px;
    top: -5px;
  }
  .voice__list ul .voice__list__4 {
    margin: 0 25px 30px 0;
    padding: 10px 50px 20px 15px;
    height: auto;
  }
  .voice__list ul .voice__list__4 img {
    right: -25px;
    top: -5px;
  }

  .payment {
    margin: 0 0 50px;
    padding: 0 15px;
    width: 100%;
  }
  .payment__inner {
    padding: 15px 20px;
  }
  .payment__ttl {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 16px;
  }
  .payment__txt ul li {
    font-size: 13px;
  }
  .payment__sub ul li {
    font-size: 12px;
    line-height: 1.3;
  }

  .follow-up24-applicationform {
    margin: 0 0 40px;
    padding: 40px 15px 50px;
  }
  .follow-up24-applicationform__inner {
    width: 100%;
  }
  .follow-up24-applicationform__ttl {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.4;
  }

  .koukai__title {
    font-size: 15px;
  }
}
/* モーダル */
/* モーダル表示時に背景を固定 */
body.modal-fixed {
  overflow: hidden;
  touch-action: none;
}

.modal-open {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 10px;
}
.modal-open .map {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .modal-open .map {
    position: relative;
    top: 1px;
    width: 22px;
  }
}
.modal-open img {
  width: 100%;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
@media screen and (max-width: 768px) {
  .modal-container {
    padding: 10px;
  }
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 760px;
}
@media screen and (max-width: 768px) {
  .modal-body {
    width: 95%;
  }
}

.modal-close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 40px;
  line-height: 0;
  color: #707070;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: 20px;
    right: 20px;
    font-size: 30px;
  }
}

.modal-content {
  padding: 50px 30px 30px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 40px 20px 20px;
  }
}

/* googleMap表示 */
.modal-content-map iframe {
  width: 100%;
  height: auto;
  min-height: 500px;
  border: solid 1px #999;
}
@media screen and (max-width: 768px) {
  .modal-content-map iframe {
    min-height: 50vh;
  }
}
