@charset "UTF-8";
#page-wellbeing {
  background-image: url(../image/com_pages_bg.webp);
  background-position: top 100px left;
  background-repeat: no-repeat;
  background-size: auto;
}
#page-wellbeing #Contents .titSect .bgWrap .inner .blockMain .comTit.mainTit {
  font-size: 26px;
}
@media (min-width: 1025px) {
  #page-wellbeing #Contents .titSect .bgWrap .inner .blockMain .comTit.mainTit {
    font-size: 32px;
  }
}
#page-wellbeing .btn {
  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;
  background: #34B3E9;
  border-radius: 100vmax;
  color: #FFF;
  font-size: 14px;
  gap: 8px;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  #page-wellbeing .btn {
    font-size: 15px;
    padding: 15px 80px;
    margin-top: 40px;
  }
}
#page-wellbeing .btn::after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#page-wellbeing .btn:hover {
  background: #FFF;
  color: #34B3E9;
  border-color: #34B3E9;
}
#page-wellbeing .btn:hover::after {
  border-color: #34B3E9;
}
#page-wellbeing .wellbeing-intro {
  margin-bottom: -50px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro {
    margin-bottom: 0;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points {
  position: relative;
  background: #EEF9FE;
  padding: 40px 20px 20px;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points {
    padding: 30px;
    margin-top: 40px;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  border: 2px solid #34B3E9;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points::before {
    top: 40px;
    width: calc(100% - 60px);
    height: calc(100% - 70px);
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points hgroup {
  position: relative;
  z-index: 2;
  background: #EEF9FE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin: -30px auto 0;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points hgroup {
    padding: 0 20px;
    margin-top: -15px;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points hgroup h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points hgroup h4 {
    font-size: 20px;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points hgroup div {
  font-size: 11px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points hgroup div {
    font-size: 13px;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
  padding: 0 20px;
}
@media (min-width: 561px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 35px 0 50px;
    padding: 0 30px;
  }
}
@media (min-width: 835px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points ul li {
  height: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points ul li {
    font-size: 15px;
  }
}
#page-wellbeing .wellbeing-intro .wellbeing-points ul li img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 10px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-intro .wellbeing-points ul li img {
    width: 125px;
  }
}
#page-wellbeing .wellbeing-attempt {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-attempt {
    margin-bottom: 100px;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 835px) {
  #page-wellbeing .wellbeing-attempt .attempt-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 835px) {
  #page-wellbeing .wellbeing-attempt .attempt-box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-left .image {
  padding: 20px;
  background: #EEF9FE;
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-left ul {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-attempt .attempt-box .attempt-left ul {
    margin-top: 15px;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-attempt .attempt-box .attempt-left ul li {
    font-size: 14px;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-left ul li::before {
  content: "・";
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div:not(:last-child) {
    margin-bottom: 30px;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #34B3E9;
  border-radius: 50%;
  margin-top: 10px;
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dd {
  font-size: 13px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dd {
    font-size: 15px;
  }
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dd .image-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#page-wellbeing .wellbeing-attempt .attempt-box .attempt-right dl div dd p {
  margin-bottom: 15px;
}
#page-wellbeing .wellbeing-office {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-office {
    margin-bottom: 100px;
  }
}
#page-wellbeing .wellbeing-office .office-summary {
  margin-top: 20px;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 835px) {
  #page-wellbeing .wellbeing-office .office-summary {
    height: 455px;
    margin-top: 40px;
  }
}
#page-wellbeing .wellbeing-office .office-summary .image {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-top: -30px;
}
@media (min-width: 835px) {
  #page-wellbeing .wellbeing-office .office-summary .image {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 60%;
    height: calc(100% - 50px);
    max-width: none;
    margin: 0;
  }
}
#page-wellbeing .wellbeing-office .office-summary .image img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-wellbeing .wellbeing-office .office-summary .office-content {
  position: relative;
  z-index: 2;
  width: 90%;
  color: #FFF;
  background: #EEF9FE;
  padding: 20px 10px;
  max-width: 500px;
}
@media (min-width: 835px) {
  #page-wellbeing .wellbeing-office .office-summary .office-content {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    padding: 40px;
  }
}
#page-wellbeing .wellbeing-office .office-summary .office-content > * {
  position: relative;
  z-index: 2;
}
#page-wellbeing .wellbeing-media {
  margin-bottom: 50px;
}
@media (min-width: 561px) {
  #page-wellbeing .wellbeing-media {
    margin-bottom: 100px;
  }
}
#page-wellbeing .wellbeing-media ul {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (min-width: 561px) {
  #page-wellbeing .wellbeing-media ul {
    margin-top: 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
#page-wellbeing .wellbeing-media ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#page-wellbeing .wellbeing-media ul li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #EEF9FE;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 80% 100%, 100% 0);
  width: 100px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 561px) {
  #page-wellbeing .wellbeing-media ul li a::after {
    width: 125px;
  }
}
#page-wellbeing .wellbeing-media ul li a:hover {
  -webkit-box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.08);
}
#page-wellbeing .wellbeing-media ul li a:hover::after {
  clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
  width: 100%;
}
#page-wellbeing .wellbeing-media ul li a .image {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-media ul li a .image {
    width: 125px;
  }
}
#page-wellbeing .wellbeing-media ul li a .image img {
  width: 65px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-media ul li a .image img {
    width: 75px;
  }
}
#page-wellbeing .wellbeing-media ul li a .summary {
  position: relative;
  z-index: 2;
  padding: 30px 10px;
}
@media (min-width: 561px) {
  #page-wellbeing .wellbeing-media ul li a .summary {
    padding: 30px 10px 30px 40px;
  }
}
#page-wellbeing .wellbeing-media ul li a .summary h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-media ul li a .summary h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#page-wellbeing .wellbeing-media ul li a .summary h3 span {
  display: block;
  font-size: 20px;
}
@media (min-width: 1025px) {
  #page-wellbeing .wellbeing-media ul li a .summary h3 span {
    font-size: 26px;
  }
}