@charset "UTF-8";

.c-btn {
  background-image: url("../images/common/arrowRightWhite.svg");
  background-position: center right 20px;
  background-position: center right 2rem;
  background-repeat: no-repeat;
  background-size: 1rem 1.5rem;
  color: #fff;
  padding: 1.8rem 2rem 2rem;
  line-height: 1.2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 420px;
  width: 42rem;
  max-width: 100%;
  background-color: #3199D5;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
}
.l-pattern .c-btn {
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 30rem;
    padding: 1.4rem 2rem 1.7rem;
  }
}
.c-btn span {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    background-color: #FFA653;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.c-cat {
  min-width: 160px;
  min-width: 16rem;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #0762a8;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-cat {
    padding: 0.4rem 1rem;
    min-width: auto;
    font-size: 1.2rem;
  }
}

.c-cat--sm {
  min-width: 110px;
  min-width: 11rem;
  max-width: 110px;
  max-width: 11rem;
  padding: 1px 2px;
  padding: 0.1rem 0.2rem;
  letter-spacing: 0.21px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-cat--sm {
    min-width: 10rem;
    font-size: 1.2rem;
  }
}

.c-cat.patient {
  background-color: #08a2a2;
}

.c-cat.medial {
  background-color: #2c70ce;
}

.c-cat.recruit {
  background-color: #5292c2;
}

.c-cat.is-active {
  background-color: #fff;
  color: #004580;
  border: 1px solid #004580;
}

.c-cat.patient.is-active {
  color: #08a2a2;
  border: 1px solid #08a2a2;
}

.c-cat.medical.is-active {
  color: #2c70ce;
  border: 1px solid #2c70ce;
}

.c-cat.recruit.is-active {
  color: #5292c2;
  border: 1px solid #5292c2;
}

.c-column2 {
  display: grid;
  gap: 60px;
  gap: 6rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.c-column2--gap60 {
  gap: 60px;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 2rem;
  }
}

.c-column3 {
  display: grid;
  gap: 40px;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 34px;
  gap: 3.4rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-column5 {
  display: grid;
  gap: 34px;
  gap: 3.4rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1260px) {
  .c-column5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .c-column5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-column5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-hamburger-outer {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-hamburger-outer {
    display: block;
    position: relative;
    margin-left: auto;
    width: 6rem;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-hamburger {
  z-index: 3;
  display: block;
  width: 35px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 900px) {
  .c-hamburger span {
    display: inline-block;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    background-color: #0762a8;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
  }
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

/*OPEN時の動き*/
.js-open.c-hamburger-outer {
  margin-left: auto;
}

.js-open .c-hamburger span {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  /* background-color: #fff; */
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

.c-headerHeight {
  padding-top: 208px;
  padding-top: 20.8rem;
}
@media screen and (max-width: 900px) {
  .c-headerHeight {
    padding-top: 6rem;
  }
}

.l-headline {
  margin-bottom: 75px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-headline {
    margin-bottom: 6rem;
  }
}

.c-headline01 {
  display: inline-block;
  position: relative;
  color: #0762a8;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .c-headline01 {
    font-size: 2.4rem;
  }
}

.c-headline01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  width: 8rem;
  height: 2px;
  background-color: #0762a8;
}
@media screen and (max-width: 767px) {
  .c-headline01:before {
    bottom: -1rem;
    width: 6rem;
  }
}

.c-headline02 {
  border-left: 6px solid #0762a8;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0762a8;
  padding-left: 25px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-headline02 {
    padding-left: 2rem;
    font-size: 2rem;
    border-left: 4px solid #0762a8;
  }
}

.c-headline1__main {
  font-size: 30px;
  font-size: 3rem;
  border-left: 2px solid #0762a8;
  line-height: 1.5;
  padding-left: 30px;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: 2rem;
    padding-left: 2.2rem;
  }
}

.c-headline1__sub {
  margin-top: 14px;
  margin-top: 1.4rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    margin-top: 2.6rem;
    padding-left: 2.2rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: #606060;
  background-image: -webkit-gradient(linear, left top, right top, from(#606060), to(#606060));
  background-image: linear-gradient(90deg, #606060, #606060);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #606060;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #606060;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 1rem;
}

.c-icon__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.8px;
  color: #606060;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}

.c-icon__img {
  width: 23px;
  width: 2.3rem;
}

@media screen and (min-width: 768px) {
  .c-icon:hover .c-icon__ttl {
    color: #8B8B8B;
    -webkit-transition: 0.5s color;
    transition: 0.5s color;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 36px;
  width: 3.6rem;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}
.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  right: -15px;
  right: -1.5rem;
  top: 0.3em;
  background: url(../images/common/link.svg) center center/contain no-repeat;
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FCF65F));
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  font-size: 14px;
  font-size: 1.4rem;
  color: #606060;
  border: 1px solid #f8f8f8;
  padding: 6px 8px;
  padding: 0.6rem 0.8rem;
  display: inline-block;
}

.c-tel__link {
  display: inline-block;
}
.c-tel__link span {
  background-position: bottom 0.3em left;
  background-repeat: no-repeat;
  background-image: url("../images/common/tel.svg");
  background-size: 1.5rem 2.2rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  font-size: 26px;
  font-size: 2.6rem;
  color: #0762a8;
  line-height: 0.88;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .c-tel__link span {
    background-size: 1.8rem 1.7rem;
    padding-left: 2.6rem;
    font-size: 2.4rem;
  }
}

.c-tel__link--02 span {
  background-position: bottom 0.3em left;
  background-repeat: no-repeat;
  background-image: url("../images/common/telWhite02.svg");
  background-size: 1.5rem 2.2rem;
  padding-left: 25px;
  padding-left: 2.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 0.88;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1400px) {
  .c-tel__link--02 span {
    font-size: 1.6rem;
    background-size: 1rem 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tel__link--02 span {
    background-size: 1.8rem 1.7rem;
    padding-left: 2.6rem;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-tel__link--spWhite span {
    color: #fff;
    background-image: url("../images/common/telWhite.svg");
    background-size: 1rem 2.2rem;
    padding-left: 2rem;
  }
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-media__body {
  max-width: 51.2%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    max-width: 100%;
  }
}

.p-media__txt {
  margin-top: 40px;
  margin-top: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-media__txt {
    margin-top: 3rem;
  }
}

.p-media__img {
  max-width: 41.667%;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-media__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 500/300;
  left: 28px;
  left: 2.8rem;
  top: 28px;
  top: 2.8rem;
  background-color: #c9dbe9;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-media__img::before {
    left: 1rem;
    top: 1rem;
    display: none;
  }
}


/* pattern */
.l-pattern {
  padding: 80px 0;
  font-weight: 400;
}
.l-content > .l-pattern:first-of-type {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-pattern {
    padding: 50px 0;
  }
  .l-content > .l-pattern:first-of-type {
    padding-top: 30px;
  }
}

.l-inner.l-inner-small-page {
  width: 1075px;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner-small-page {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-bg-gray {
  background-color: #F8F8F8;
}
.c-bg-white {
  background-color: #FFF;
}
.c-ttl {
  font-weight: 500;
  color: #0762A8;
  letter-spacing: .05em;
}
.c-ttl-center {
  font-size: 4rem;
  position: relative;
  text-align: center;
  padding-bottom: 18px;
}
.c-ttl-center::after {
  content: "";
  position: absolute;
  display: block;
  width: 8rem;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0762A8;
  display: none;
}
.c-ttl-lline {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #3199D5;
}
.c-ttl-lline::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: calc(100% - .5em);
  top: .3em;
  left: 0;
  background-color: #0762A8;
  display: none;
}
.c-ttl-bline {
  border-bottom: 2px solid #0762A8;
  padding-bottom: 4px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 16px;
}

.c-ttl-bind {
  position: relative;
  border-bottom: 3px solid #FDC189;
  color: #484747;
  font-weight: 500;
  padding: 12px 12px 12px 0;
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
/* .c-ttl-bind::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  border: 11px solid transparent;
  border-bottom: 0;
  border-top: 15px solid #fff;
  transform: translateY(-50%);
} */
.c-ttl-bind + p {
  margin-top: 20px;
  line-height: 2;
}
.c-ttl-nodeco {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: .1em;
  color: #3199D5;
}
.c-ttl-icon {
  font-size: 2.2rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-bottom: 3px solid #FDC189;
  color: #484747;
  font-weight: 500;
  padding: 12px 12px 12px 0;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.c-ttl-icon img {
  width: auto;
  max-width: 48px;
}
.c-ttl-icon span {
  padding: 0 0 5px 17px;
  letter-spacing: .1em;
}
.c-subttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .c-ttl {
  }
  .c-ttl-center {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .c-ttl-center::after {
    width: 6rem;
    height: 1px;
  }
  .c-ttl-lline {
    padding-left: 20px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .c-ttl-lline::before {
    width: 4px;
  }
  .c-ttl-bline {
    border-bottom: 1px solid #0762A8;
    padding-bottom: 8px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .c-ttl-bind {
    font-size: 2rem;
    padding: 10px 0px;
    border-bottom: 1px solid #FDC189;
  }
  /* .c-ttl-bind::after {
    right: 20px;
    border-width: 7px;
    border-top-width: 10px;
  } */
  .c-ttl-bind + p {
    margin-top: 20px;
    line-height: 2
  }
  .c-ttl-nodeco {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .c-ttl-icon {
    font-size: 2rem;
    padding: 10px 0px;
    border-bottom: 1px solid #FDC189;
  }
  .c-ttl-icon img {
  }
  .c-ttl-icon span {
    padding: 0 0 3px 12px;
  }
  .c-subttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-text__wrap {
  line-height: 2
}
.c-text__wrap + .c-text__wrap {
  margin-top: 40px;
}
.c-img__wrap {
  margin-top: .3em;
}
.c-img__wrap p {
  line-height: 1.6;
  margin-top: 5px;
}
.c-img__shadow {
  position: relative;
  padding-bottom: 30px;
}
.c-img__shadow::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  bottom: 0;
  right: -30px;
  background-color: #C9DBE9;
  display: none;
}
.c-img__shadow > * {
  position: relative;
  z-index: 1;
}
.c-img__shadow img {
  width: 500px;
  object-fit: cover;
  height: 410px;
}
@media screen and (max-width: 767px) {
  .c-img__shadow img {
    height: 54.3vw;
  }
  .c-flex {
  flex-flow: column;
  }
  .c-img__wrap {
    width: 100%;
  }
  .c-text__wrap {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
  .c-text__wrap + .c-text__wrap {
    margin-top: 30px;
  }
  .c-img__shadow {
    padding-bottom: 15px;
  }
  .c-img__shadow::before {
    width: 100%;
    height: calc(100% - 15px);
    right: -15px;
  }
}

.c-table-page {
  width: 100%;
  margin-top: 35px;
}
.c-th-page, .c-td-page {
  vertical-align: middle;
  padding: 10px 27px;
  line-height: 2;
}
.c-th-page {
  background-color: #3199D5;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 24.8%;
  font-weight: 500;
}
.c-bg-right_blue {
  background-color: rgb(49 153 213 / 80%);
}
.c-td-page {
  background: #fff;
  font-weight: 400;
}
table .c-th-page.c-bg-orange, table .c-td-page.c-bg-orange {
  background-color: rgb(253 193 137 / 25%);
}
.c-td-page.c-bg-orange-dark {
  background-color: #FCEBDB;
}
.c-td-page.c-bg-orange-dark-dark {
  background-color: rgb(253 193 137 / 65%);
}
@media screen and (min-width: 768px) {
  .c-td.c-bg-gray {
    background-color: #F8F8F8;
  }
}
@media screen and (max-width: 767px) {
  .c-table-page {
    margin-top: 25px;
  }
  .c-th-page, .c-td-page {
    padding: 8px 20px;
    display: block;
    width: 100%;
  }
  .c-th-page {
    font-size: 1.6rem;
  }
  .c-td-page {
    font-size: 1.4rem;
  }
  .c-table-page-sp__scroll {
    overflow: scroll;
  }
  .c-table-page-sp__scroll .c-table-page {
  }
  .c-table-page-sp__scroll .c-th-page, .c-table-page-sp__scroll .c-td-page{
    display: table-cell;
    width: auto;
  }
}

.c-dl, .c-dl-sub {
  display: flex;
}
.c-dl:not(:first-child) {
  margin-top: 56px;
  border-top: 2px solid #FDC189;
  padding-top: 60px;
}
.c-dt {
  width: 330px;
  padding-right: 40px;
}
.c-dd {
  width: calc(100% - 300px);
  padding-top: 26px;
}
.c-dd__item {

}
.c-dd__item:not(:first-child) {
  margin-top: 11px;
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
}
.c-dl-subtxt, .c-dt-sub {
  color: #0762A8;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.c-dl-maintxt {
  font-size: 2.2rem;
  background-color: #F8F8F8;
  width: 100%;
  padding: 5px 6px 5px 21px;
  font-weight: 500;
  display: block;
  /* margin-top: 8px; */
  letter-spacing: .08em;
}
.c-dl-maintxt.c-bg-white {
  background-color: #fff;
}
.c-dl-maintxt span {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.c-dl-sub:not(:first-child) {
  margin-top: 5px;
}
.c-dt-sub {
  width: 170px;
  padding-right: 15px;
}
.c-dl-sub:last-child .c-dt-sub {
  margin-bottom: 0;
}
.c-dd-sub {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .c-dl:not(:first-child) {
    margin-top: 25px;
    border-top: 1px solid #FDC189;
    padding-top: 25px;
  }
  .c-dl, .c-dl-sub {
    display: block;
  }
  .c-dt {
    width: 100%;
    padding: 0;
  }
  .c-dd {
    width: 100%;
    padding-top: 12px;
  }
  .c-dd__item {
  line-height: 1.8;
  }
  .c-dd__item:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
  }
  .c-dl-subtxt, .c-dt-sub {
    margin-bottom: 4px;
  }
  .c-dl-maintxt {
    font-size: 1.8rem;
    padding: 10px;
  }
  .c-dl-maintxt span {
    font-size: 1.4rem;
  }
  .c-dl-sub:not(:first-child) {
  margin-top: 8px;
  }
  .c-dt-sub {
    width: 100%;
    padding: 0;
  }
.c-dl-sub:last-child .c-dt-sub {
  margin-bottom: 6px;
}
  .c-dd-sub {
    width: 100%;
  }
}

.c-ul {
  padding-left: 20px;
}
.c-ul > li {
  list-style: disc;
}

.c-ol {
  padding-left: 18px;
}
.c-ol > li {
  list-style: decimal;
}

.l-pattern01 {

}
.c-flex-pattern01 {
  margin-top: 59px;
}
.c-flex-pattern01 .c-text__wrap .c-ttl + p {
  margin-top: 45px;
}
.c-flex-pattern01 .c-text__wrap p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-flex-pattern01 .c-text__wrap {
    flex: 1 1 53.5%;
    max-width: 53.5%;
  }
  
  .c-flex-pattern01 .c-img__wrap{
    flex: 1 1 41.5%;
    max-width: 41.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-pattern01 {
    margin-top: 30px;
  }
  .c-flex-pattern01 .c-text__wrap p {
    margin-top: 0;
  }
}

.l-pattern02 {

}
.c-flex-pattern02-01 {
  
}
.c-flex-pattern02-02 {
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  .c-flex-pattern02-01 .c-text__wrap {
    flex: 1 1 51.5%;
    max-width: 51.5%;
  }
  .c-flex-pattern02-01 .c-img__wrap {
    flex: 1 1 41.6%;
    max-width: 41.6%;
  }
  .c-flex-pattern02-02 .c-img__wrap {
    flex: 1 1 30.3%;
    max-width: 30.3%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-pattern02-02 {
    margin-top: 30px;
  }
  .c-flex-pattern02-02  .c-img__wrap:not(:first-child) {
    margin-top: 30px;
  }
}

.l-pattern03 {

}
.l-pattern03 .c-text__wrap {
  padding: 50px 60px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .l-pattern03 .c-text__wrap {
    padding: 12px 21px 15px;
    margin-top: 0;
  }
}

.l-pattern04 {

}
.l-pattern04__inner {
  padding-top: 57px;
}
.l-pattern04-bottom {
  margin-top: 53px;
}
@media screen and (min-width: 768px) {
  .c-flex-pattern04 .c-text__wrap {
    flex: 1 1 53.5%;
    max-width: 53.5%;
  }
  .c-flex-pattern04 .c-img__wrap {
    flex: 1 1 41.7%;
    max-width: 41.7%;
  }
}
@media screen and (max-width: 767px) {
  .l-pattern04__inner {
    padding-top: 30px;
  }
  .l-pattern04-bottom {
    margin-top: 33px;
  }
}

.l-pattern05 {

}
.l-pattern06 {

}
.c-flex-pattern06 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-flex-pattern06 .c-img__wrap {
    flex: 1 1 58.5%;
    max-width: 58.5%;
  }
  .c-flex-pattern06 .c-text__wrap {
    flex: 1 1 35.5%;
    max-width: 35.5%;
    margin-top: .3em;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-pattern06 {
    margin-top: 20px;
  }
}

.l-pattern07 {

}
.l-pattern07__item {

}
.l-pattern07__item:not(:first-child) {
  margin-top: 68px;
}
.l-pattern07__item .l-pattern04-top {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .l-pattern07__item:not(:first-child) {
    margin-top: 45px;
  }
  .l-pattern07__item .l-pattern04-top {
    margin-top: 15px;
  }
}

.c-pattern08 {

}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {

}


.c-linkbox {
  position: relative;
  padding: 0.7rem 5rem 1rem !important;
}
.c-linkbox::after {
display: block;
position: absolute;
content: "";
top: 50%;
width: 1rem;
height: 1rem;
right: 1rem;
margin-right: 2rem;
border-right: 2px solid;
border-bottom: 2px solid;
transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
.c-linkbox {
  padding: 0.7rem 5rem 1rem !important;
}
.c-linkbox::after {
  width: .8rem;
  height: .8rem;
  right: 1rem;
  margin-right: .5rem;
}
}

.l-pattern a {
  text-decoration: underline;
}
.l-pattern05 a {
  text-decoration: none;
}

.l-pattern p {
  word-break: break-all;
}


.p-page__index__item {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}
.p-page__index__item .p-cta__itemBody--02 {
    background: #fff;
    color: #0762A8;
    border: 1px solid #0762A8;
    padding: 1.2rem 5rem 1.5rem !important;
}
.p-page__index__item .p-cta__itemTtl--02 span::before {
    display: none;
}
.p-page__index__item-2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1rem;
  margin: 25px 0 40px;
}
.p-page__index__item-2 .p-cta__itemBody--02 span {
  color: #484747;
  font-weight: 400;
  line-height: 1.35;
  flex-direction: column;
}
.p-page__index__item-2 .p-cta__itemBody--02 span small {
  font-size: 1.8rem;
}
.p-page__index__item-2 .p-cta__itemBody--02 {
  color: #5292c2;
  border: 1px solid #3199D5;
  display: grid;
  height: 100%;
  align-items: center;
  padding: 1.55rem 3.5rem 1.55rem 2rem !important;
  transition: .3s background-color ease-in-out;
}
.p-page__index__item-2 .p-cta__itemTtl {
  font-size: 1.8rem;
}
.p-page__index__item-2 .c-linkbox::after {
  right: 2.7rem;
}
.p-page__index__item-2 .c-linkbox::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #3199D5;
}
.p-page__index__item-2 .c-linkbox::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  transform: rotate(90deg);
  height: calc(tan(50deg) * 17px / 2);
  width: 15px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #3199D5;
  bottom: 0;
  margin: auto;
}
.p-page__index__item-2 .p-cta__item a:hover .p-cta__itemBody--02 {
  background-color: #ecf5fa;
}
@media screen and (min-width: 768px) {
  .p-page__index__item-2 {
    gap: 2rem 3rem;
  }
  .p-page__index__item-2 .p-cta__itemTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
	.p-page__index__item-2 {
    grid-template-columns: repeat(2, 1fr);
	    margin: 25px 0 40px;
	}
}
@media screen and (max-width: 767px) {
  .p-page__index__item-2 .p-cta__itemBody--02 span small {
    font-size: 1.4rem;
  }
	.p-page__index__item {
    grid-template-columns: repeat(1, 1fr);
	}
	.p-page__index__item-2 {
    grid-template-columns: repeat(1, 1fr);
	    margin: 15px 0 30px;
	}
	.p-page__index__item-2 .c-linkbox::after {
		    right: 0.5rem;
	}
}

@media screen and (min-width: 768px) {
.p-flex-column02 {
	  display: flex;
    justify-content: space-between;
	flex-flow: row wrap;
}
.p-flex-column02 > .p-column02_item{
	 flex: 1 1 47%;
	max-width: 47%;
}
}


/* table2 */
.c-table-border {
  border-collapse: collapse;
}
.c-table-border .c-th-page {
  border-bottom: 1px solid #fff;
}
td.c-bg-gray.c-bg-gray-border {
  border-right: 2px solid #fff;
}
tr:last-of-type td.c-bg-gray.c-bg-gray-border {
  border-bottom: 2px solid #fff;
}

.c-table-page__line {
  border: 1px solid #0762A8;
}
.c-table-page__line {
  width: 100%;
  margin-top: 35px;
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}
.c-table-page__line tr:not(:last-of-type) .c-th-line,
.c-table-page__line tr:not(:last-of-type) .c-td-line {
  border-bottom: 1px solid #0762A8;
}
.c-th-line, .c-td-line {
  vertical-align: middle;
  padding: 15px 15px;
  line-height: 2;
}
.c-th-line {
  background-color: #7babcd;
  color: #fff;
  font-size: 1.8rem;
  width: 24.8%;
  font-weight: 500;
}
.c-td-line {
  background: #fff;
  font-weight: 400;
  width: 56%;
  text-align: center;
}
.c-td-line .c-ul {
  font-size: 1.8rem;
  display: inline-flex;
  padding-bottom: 5px;
  font-weight: 500;
  color: #0762A8;
  letter-spacing: .05em;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-td-page.c-bg-gray,
  .c-td-line.c-bg-gray {
    background-color: #F8F8F8;
  }
}
@media screen and (max-width: 767px) {
  .c-table-page__line tr {
    display: flex;
    flex-direction: column;
  }
  .c-td-line:nth-of-type(2) {
    order: 1;
  }
  .c-td-line:nth-of-type(1) {
    order: 2;
  }
  .c-table-page__line {
    margin-top: 25px;
  }
  .c-th-line, .c-td-line {
    padding: 10px 10px;
    display: block;
    width: 100%;
  }
  .c-th-line {
    font-size: 1.6rem;
  }
  .c-td-line {
    font-size: 1.4rem;
  }
  .c-table-page__line-sp__scroll {
    overflow: scroll;
  }
  .c-table-page__line-sp__scroll .c-table-page__line {
  }
  .c-table-page__line-sp__scroll .c-th-line, .c-table-page__line-sp__scroll .c-td-line{
    display: table-cell;
    width: auto;
  }
}

.c-main_color {
  color: #0762A8;
}


/* 背景灰色flex箱 */
.c-text__wrap_left {
  font-size: 2.4rem;
  font-weight: 600;
}
.c-text__wrap_right {
  font-size: 2.4rem;
}
.c-flex-pattern03 {
  padding: 30px;
}
.c-text__wrap_right span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-flex-pattern03 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-text__wrap_left {
    border-right: 1px solid rgb(96 96 96 / 30%);
    width: 60%;
    padding-right: 30px;
  }
  .c-text__wrap_right {
    width: 40%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-text__wrap_left {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
  .c-text__wrap_right {
    font-size: 1.6rem;
  }
  .c-flex-pattern03 {
    padding: 15px;
  }
}


/* ボタン 新デザイン */
.p-cta__itemBody--01 {
  background-color: #3199D5;
  border-radius: 100px;
  transition: .3s background-color ease-in-out;
}
a:hover .p-cta__itemBody--01 {
  background-color: #FFA653;
}


/* 帯タイトル */
.c-ttl-bind-grada {
  position: relative;
  background: linear-gradient(217deg, #92D1F2, 65% , #0762A8);
  padding: 15px 20px;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-ttl-bind-grada {
    font-size: 1.8rem;
    padding: 10px 14px;
  }
}


/* オレンジ 丸 */
.c-flex .c-text__wrap-maru,
.c-flex .c-text__wrap-maru-blue {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-flex .c-text__wrap-maru::before,
  .c-flex .c-text__wrap-maru-blue::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    top: -29px;
    left: -39px;
    border-radius: 100px;
    background-color: rgb(253 193 137 / 20%);
    z-index: -1;
  }
  .c-flex .c-text__wrap-maru-blue::before {
    background-color: rgb(216 234 245 / 40%);
  }
}
@media screen and (max-width: 767px) {
  .c-flex .c-text__wrap-maru::before,
  .c-flex .c-text__wrap-maru-blue::before {
    width: 19vw;
    height: 20vw;
    top: -3vw;
    left: -3vw;
  }
}


/* 背景 */
.c-bg-orange {
  background-color: rgb(253 193 137 / 25%);
}
.c-bg_box-white {
  background-color: #fff;
  padding: 2.5em 5.5em;
}
.c-bg_box-gray {
  background-color: #F8F8F8;
  padding: 2.5em 5.5em;
}
.l-content > section .l-pattern.c-bg-white, .l-content > section .l-pattern.c-bg-gray {
  margin-top: 30px;
  padding: 30px 0;
}
.c-bg_inner {
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .l-pattern04__inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-bg_inner {
    padding: 0 10px;
  }
  .l-pattern.c-bg-white,
  .l-pattern.c-bg-gray {
    margin-top: 20px;
    padding: 20px 0;
  }
  .c-bg_box-white {
    padding: 10px 20px 20px;
  }
  .c-bg_box-gray {
    padding: 10px 20px 20px;
  }
}


.c-txt-center {
  text-align: center;
  font-size: 2rem;
}
.c-underline {
  border-bottom: 2px solid #FDC189;
}
.c-ttl-nodeco.c-underline {
  padding-bottom: .3em;
  margin-bottom: .6em;
}
.c-dt-ttl {
  font-size: 2rem;
  color: #3199D5;
}
.c-dr {
  padding-bottom: 1em;
}
.c-dr:not(:last-of-type) {
  border-bottom: 1px solid #707070;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-txt-center {
    font-size: 1.4rem;
  }
  .c-dt-ttl {
    font-size: 1.4rem;
  }
  .c-underline {
    border-bottom: 1px solid #FDC189;
  }
}

/* 数字 丸 */
.c-numb_maru {
  background-color: #3199D5;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  text-align: center;
  margin: 0 0em 0 .3em;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-numb_maru {
    width: 1.7em;
    height: 1.7em;
  }
}

.c-sub_color {
  color: #3199D5;
}
.p-inyou-tel_ttl.c-sub_color {
  color: #3199D5;
}

.c-flow__list-numb > li:before {
  counter-increment: listnum;
  background-color: #3199D5;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  text-align: center;
  margin: 0 0em 0 .3em;
  font-size: 2.4rem;
  content: counter(listnum) "";
}
.c-flow__list-numb > li > span {
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .c-flow__list-numb li:before {
    width: 1.7em;
    height: 1.7em;
  }
  .c-flow__list-numb > li > span,
  .c-numb_txt {
    width: calc(100% - 1.7em);
  }
  .c-numb_txt {
    width: calc(100% - 2.3em);
    padding-left: .6em;
  }
}



.c-flow__list {
  padding: 0;
  counter-reset: listnum; 
  list-style: none;
  width: 100%;
}
.c-flow__list > li {
  list-style: none;
  background: #fff;
  color: #3199D5;
  font-size: 24px;
  padding: 13px 20px 15px;
  display: flex;
  width: 100%;
}
.c-flow__list > li.c-bg-gray {
  background-color: #F8F8F8;
}
.c-flow__list > li:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.c-flow__list > li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #FDC189;
  border-bottom: 3px solid #FDC189;
  width: 13px;
  height: 13px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) rotate(45deg);
}


.p-shinryo-box {
  padding: 13px;
  margin: 15px 0;
}

.l-pattern a.c-bg_box-gray {
  display: block;
  text-decoration: unset;
}

.c-base_color.c-ttl.c-ttl-lline {
  color: #606060;
}
.c-base_color {
  color: #606060;
}

.c-bg-gray-dark {
  background-color: #F0F0F0;
}
.c-td-sub_color {
  font-weight: 500;
  color: #3199D5;
}



.c-flex.c-flex-pattern07 {
  column-gap: 3%;
}
@media screen and (min-width: 768px) {
  .c-flex-pattern07 > * {
    flex: 1 1 48%;
    max-width: 48%;
  }
}


.p-column02_item.c-bg_box-white,
.p-column02_item.c-bg_box-gray,
.p-flex-column02.c-bg_box-white,
.p-flex-column02.c-bg_box-gray {
  padding: 2em;
  border: none;
}
.p-column02_item.c-bg_box-gray:nth-of-type(n+3),
.p-column02_item.c-bg_box-white:nth-of-type(n+3),
.p-flex-column02.c-bg_box-white:nth-of-type(n+3),
.p-flex-column02.c-bg_box-gray:nth-of-type(n+3) {
  margin-top: 2em;
}
.c-dl-maintxt + .c-dl-subtxt {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-column02_item:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .p-column02_item.c-bg_box-gray:not(:first-of-type),
  .p-column02_item.c-bg_box-white:not(:first-of-type),
  .p-flex-column02.c-bg_box-white:not(:first-of-type),
  .p-flex-column02.c-bg_box-gray:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-column02_item.c-bg_box-white, .p-column02_item.c-bg_box-gray, .p-flex-column02.c-bg_box-white, .p-flex-column02.c-bg_box-gray {
    padding: 20px;
    border: none;
  }
  .c-dl-maintxt + .c-dl-subtxt {
    margin-top: 7px;
  }
}

.p-column02_item.c-bg_box-gray .c-dl-maintxt {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .c-flex .c-text_top {
    margin-top: -.3em;
  }
}