/* fv */
.fv-inner {
    position: relative;
}
.fv-sliders {
	margin-left: 0;
	margin-right: calc((100vw - 1220px) / 2);
    overflow: hidden;
    position: relative;
}
.fv-slider {
    padding: 0 0 25px;
}
.fv-slider img {
    border-radius: 0 120px 120px 0;
}
.fv-text {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 92%;
    max-width: 1220px;
    z-index: 1;
}
.fv-text h1 {
    color: #fff;
    font-family: var(--ft-serif);
    font-size: 50px;
    font-weight: 400;
    text-shadow: 0 0 23px #000;
}
.sliders-utility .swiper-horizontal>.swiper-pagination-bullets,
.sliders-utility .swiper-pagination-bullets.swiper-pagination-horizontal,
.sliders-utility .swiper-pagination-custom, .swiper-pagination-fraction {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 92%;
    max-width: 1220px;
}
.sliders-utility .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.sliders-utility .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.sliders-utility .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #DADADA;
    opacity: 1;
}
.sliders-utility .swiper-pagination-bullet-active {
    background: var(--main-theme-color);
}
.sliders-utility {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1380px;
}

.scroll {
  position: absolute;
  right: 0;
  bottom: 130px;
  writing-mode: vertical-rl;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.scroll::after {
  background-color: #ccc;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.scroll span {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 3px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.fv-slide {
    line-height: 0;
}

@media screen and (max-width: 1368px) {
    .fv-sliders {
        margin: 0;
        width: calc(100% - 50px);
    }
    .fv-text h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1220px) {
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .fv-sliders {
        margin: 0;
        width: calc(100% - 40px);
    }
    .sliders-utility .swiper-horizontal>.swiper-pagination-bullets,
    .sliders-utility .swiper-pagination-bullets.swiper-pagination-horizontal,
    .sliders-utility .swiper-pagination-custom, .swiper-pagination-fraction {
        gap: 8px;
        left: 22px;
    }
    .sliders-utility .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .fv-text {
        left: 24px;
        bottom: 49px;
    }
    .fv-text h1 {
        font-size: 23px;
    }
    .fv-slide {
        border-radius: 0 18px 18px 0;
        height: 300px;
        overflow: hidden;
    }
    .fv-slide img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        max-width: none;
        border-radius: 0 50px 50px 0;
    }
    .scroll {
        right: 9px;
    }
}

/* about */
.about {
    margin: 150px 0 100px;
}
.about-inner {
    background: url(../images/about-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
    margin: 0 auto;
    padding: 150px 0 0;
    position: relative;
    width: 92%;
    max-width: 1220px;
}
.about-head {
    position: absolute;
    left: 0;
    top: -95px;
    transform: rotate(90deg);
    transform-origin: left bottom;
    width: max-content;
}
.about-head h2 {
    color: var(--main-theme-color);
    font-family: var(--ft-josef);
    font-size: 90px;
    font-weight: 300;
    line-height: .5;
}
.about-body {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 0 0 auto;
    padding-bottom: 75px;
    width: 75%;
}
.about-text h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px;
}
.about-text h3 .a1 {
    color: #096FCA;
    font-family: var(--ft-serif);
    font-size: 55px;
    font-weight: 900;
}
.about-text h3 .a2 {
    color: #096FCA;
    font-family: var(--ft-serif);
    font-size: 40px;
    font-weight: 900;
}
.about-txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-txt p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
}
@media screen and (max-width: 968px) {
    .about {
        margin: 75px 0;
    }
    .about-inner {
        border-radius: 40px;
    }
    .about-head {
        top: -65px;
    }
    .about-body {
        padding: 0 25px 75px 0;
        width: 85%;
    }
    .about-text h3 {
        font-size: 28px;
        margin: 0 0 12px;
    }
    .about-text h3 .a1 {
        font-size: 42px;
    }
    .about-text h3 .a2 {
        font-size: 28px;
    }
    .about-txt {
        gap: 15px;
    }
    .about-txt p {
        font-size: 15px;
        text-align: justify;
    }
}
@media screen and (max-width: 768px) {
    .about {
        margin: 50px 0;
    }
    .about-head {
        top: -50px;
    }
    .about-head h2 {
        font-size: 45px;
        line-height: .5;
    }
    .about-text h3 {
        font-size: 24px;
    }
    .about-text h3 .a1 {
        font-size: 32px;
    }
    .about-text h3 .a2 {
        font-size: 24px;
    }
}

/* service */
.service {
    background: var(--main-theme-color);
    border-radius: 100px 100px 0 0;
    padding: 85px 0 250px;
}
.service-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1220px;
}
.service-head {
    position: absolute;
    left: 0;
    top: -25px;
    transform: rotate(90deg);
    transform-origin: left bottom;
    width: max-content;
}
.service-head h2 {
    color: #fff;
    font-family: var(--ft-josef);
    font-size: 90px;
    font-weight: 300;
    line-height: .5;
}
.service-body {
    margin: 0 0 0 auto;
    width: 85%;
}
.service-ttl {
    margin: 0 0 50px;
    text-align: center;
}
.service-ttl h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.service-item:not(:last-child) {
    border-bottom: 2px dotted #fff;
    margin: 0 0 45px;
}
.service-item {
    display: block;
    padding: 30px 0 120px;
    position: relative;
}
.service-item h4 {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px;
}
.service-item h4::before {
    background: #fff;
    content: "";
    height: 1px;
    margin-right: 10px;
    width: 150px;
}
.service-item__content {
    border-radius: 37px;
    overflow: hidden;
    position: relative;
}
.service-item__image {
    line-height: 0;
}
.service-item__text {
    background: var(--main-theme-color);
    border-radius: 38px 0 0 0;
    padding: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
}
.service-item__text h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 15px;
}
.service-item__text p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
}
.service-item__link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.service-item__link p {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
}
.service-item__link p::after {
    background: url(../images/icon-linkarrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 82px;
    margin-left: 10px;
    width: 82px;
}

@media screen and (max-width: 1168px) {
    .service-ttl {
        margin: 0 0 35px;
    }
    .service-ttl h3 {
        font-size: 32px;
    }
    .service-item a h4 {
        font-size: 32px;
        margin: 0 0 15px;
    }
    .service-item a h4::before {
        width: 100px;
    }
    .service-item__content {
        border-radius: 25px;
    }
    .service-item__text {
        border-radius: 25px 0 0 0;
        padding: 25px;
        width: 55%;
    }
    .service-item__text h5 {
        font-size: 20px;
    }
    .service-item__text p {
        font-size: 15px;
    }
}
@media screen and (max-width: 968px) {
    .service {
        border-radius: 45px 45px 0 0;
        padding: 75px 0 150px;
    }
    .service-head {
        top: -25px;
    }
    .service-body {
        padding-left: 125px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .service {
        border-radius: 35px 35px 0 0;
        padding: 50px 0 120px;
    }
    .service-head {
        top: 0px;
    }
    .service-head h2 {
        font-size: 45px;
        line-height: .5;
    }
    .service-body {
        padding-left: 80px;
        width: 100%;
    }
    .service-ttl h3 {
        font-size: 24px;
    }
    .service-item {
        padding: 30px 0 50px;
    }
    .service-item:not(:last-child) {
        margin: 0 0 35px;
        padding: 0 0 40px;
    }
    .service-item a {
        padding: 0 0 55px;
    }
    .service-item h4 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .service-item h4::before {
        width: 75px;
    }
    .service-item__content {
        border-radius: 20px;
    }
    .service-item__text {
        border-radius: 20px 0 0 0;
        padding: 20px;
        width: 75%;
    }
    .service-item__text h5 {
        font-size: 17px;
    }
    .service-item__text p {
        font-size: 14px;
    }
    .service-item__link p {
        font-size: 14px;
    }
    .service-item__link {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .service-item__link p::after {
        height: 45px;
        width: 45px;
    }
}
@media screen and (max-width: 568px) {
    .service-body {
        padding-left: 60px;
    }
    .service-ttl h3 {
        font-size: 21px;
    }
    .service-item h4 {
        font-size: 21px;
    }
    .service-item h4::before {
        width: 45px;
    }
    .service-item__text {
        border-radius: 0;
        padding: 15px;
        position: relative;
        width: 100%;
    }
}

/* house */
.house {
    background: #fff;
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding: 100px 0 100px;
}
.house-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.house-head {
    margin: 0 0 100px;
    text-align: center;
}
.house-head h2 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 700;
}
.house-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 50px;
    width: calc(100% - 30px);
}
.house-item {
    width: calc((100% - (32px * 1)) / 2);
}
.house-item__image {
    border-radius: 38px;
    overflow: hidden;
    position: relative;
}
.house-item__img {
    line-height: 0;
}
.house-item__image h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    filter: drop-shadow(0 3px 13px rgb(0 0 0 / 13%));
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    text-align: center;
    width: 100%;
}
.house-item__text {
    background: #fff;
    border-radius: 38px 0 0 0;
    margin: -100px 0 0 auto;
    padding: 35px;
    position: relative;
    width: 85%;
}
.house-item__text h4 {
    color: #096FCA;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}
.house-item__text p {
    font-size: 17px;
    font-weight: 400;
}
.house-item__text .house-item__link {
    margin: 25px 0 0;
}
.house-item__text .house-item__link p {
    color: #096FCA;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
}
.house-item__text .house-item__link p::after {
    background: url(../images/icon-linkarrow-b.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 54px;
    margin-left: 10px;
    width: 54px;
}
@media screen and (max-width: 1168px) {
    .house-items {
        width: 100%;
    }
}
@media screen and (max-width: 968px) {
    .house {
        border-radius: 45px 45px 0 0;
        margin-top: -75px;
        padding: 60px 0;
    }
    .house-head {
        margin: 0 0 45px;
    }
    .house-head h2 {
        font-size: 24px;
    }
    .house-items {
        gap: 25px;
        row-gap: 35px;
    }
    .house-item {
        width: calc((100% - (25px * 1)) / 2);
    }
    .house-item__image {
        border-radius: 25px;
    }
    .house-item__image h3 {
        font-size: 26px;
        top: 20px;
    }
    .house-item__text {
        border-radius: 25px 0 0 0;
        margin: -85px 0 0 auto;
        padding: 25px;
    }
    .house-item__text h4 {
        font-size: 20px;
        margin: 0 0 12px;
    }
    .house-item__text p {
        font-size: 15px;
    }
    .house-item__text .house-item__link {
        margin: 20px 0 0;
    }
    .house-item__text .house-item__link p {
        font-size: 15px;
    }
    .house-item__text .house-item__link p::after {
        height: 35px;
        width: 35px;
    }
}
@media screen and (max-width: 768px) {
    .house {
        border-radius: 35px 35px 0 0;
        margin-top: -50px;
        padding: 45px 0;
    }
    .house-head {
        margin: 0 0 45px;
    }
    .house-head h2 {
        font-size: 24px;
    }
    .house-items {
        gap: 20px;
        row-gap: 25px;
    }
    .house-item {
        width: 100%;
    }
    .house-item__image {
        border-radius: 20px;
    }
    .house-item__image h3 {
        font-size: 21px;
        top: 15px;
    }
    .house-item__text {
        border-radius: 20px 0 0 0;
        margin: -75px 0 0 auto;
        padding: 20px;
    }
    .house-item__text h4 {
        font-size: 17px;
    }
    .house-item__text p {
        font-size: 14px;
    }
    .house-item__text .house-item__link {
        margin: 20px 0 0;
    }
    .house-item__text .house-item__link p {
        font-size: 14px;
    }
    .house-item__text .house-item__link p::after {
        height: 30px;
        width: 30px;
    }
}

/* works */
.works {
    background: #F6F6F6;
}
.works-inner {
    margin: 0 auto;
    padding: 150px 0 100px;
    position: relative;
    width: 92%;
    max-width: 1220px;
}
.works-head {
    position: absolute;
    left: 0;
    top: -35px;
}
.works-head h2 {
    font-family: var(--ft-josef);
    font-size: 90px;
    font-weight: 300;
}
.works-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}
.works-item {
    width: calc((100% - (10px * 2)) / 3);
}
.works-item__image {
    line-height: 0;
    max-height: 273px;
    overflow: hidden;
}
.works-item__text {
    padding: 15px 0 0;
}
.works-item__tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 20px;
}
.works-item__tags .tag {
    background: #fff;
    border: 1px solid #096FCA;
    border-radius: 50px;
    color: #096FCA;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 20px;
}
.works-item__text p {
    font-size: 17px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .works-inner {
        padding: 100px 0 75px;
    }
    .works-head {
        top: -25px;
    }
    .works-head h2 {
        font-size: 75px;
    }
    .works-item__text {
        padding: 12px 0 0;
    }
    .works-item__tags {
        margin: 0 0 15px;
    }
    .works-item__tags .tag {
        font-size: 11px;
        padding: 2px 15px;
    }
    .works-item__text p {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .works-inner {
        padding: 65px 0 45px;
    }
    .works-head {
        top: -18px;
    }
    .works-head h2 {
        font-size: 45px;
    }
    .works-items {
        gap: 25px;
    }
    .works-item {
        width: 100%;
    }
    .works-item__text {
        padding: 12px 0 0;
    }
    .works-item__text p {
        font-size: 14px;
    }
}

/* blockname */
.block-btn {
    margin: 65px 0 0;
}
.block-btn.m {
    margin: 0;
}
.block-btn a {
    background: #096FCA;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    height: 72px;
    margin: 0 auto;
    position: relative;
    width: 312px;
}
.block-btn.n a {
    background: var(--main-theme-color);
}
.block-btn.w a {
    background: #fff;
    border: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
}
.block-btn.w a:hover {
    background: #b5dcff;
}
.block-btn.navy a {
    background: var(--main-theme-color);
}
.block-btn a::after {
    background: url(../images/icon-arrow-l-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 25px;
    transition: all .3s;
}
.block-btn a:hover::after {
    right: 20px;
    transition: all .3s;
}
.block-btn.b a::after {
    background-image: url(../images/icon-arrow-l-b.svg);
}
.block-btn.w a::after {
    background-image: url(../images/icon-arrow-l-b.svg);
}
@media screen and (max-width: 968px) {
    .block-btn {
        margin: 35px 0 0;
    }
    .block-btn a {
        font-size: 20px;
        height: 60px;
        width: 290px;
    }
    .block-btn a::after {
        height: 15px;
        right: 20px;
        width: 20px;
    }
}
@media screen and (max-width: 768px) {
    .block-btn {
        margin: 30px 0 0;
    }
    .block-btn.m {
        margin: 30px 0 0;
    }
    .block-btn a {
        font-size: 17px;
        width: 280px;
    }
}

/* recruit */
.recruit {
    padding: 85px 0;
}
.recruit-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.recruit-head {
    margin: 0 0 65px;
}
.recruit-head h2 {
    color: #096FCA;
    font-family: var(--ft-josef);
    font-size: 90px;
    font-weight: 300;
}
.recruit-head p {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 0;
}
.recruit-body {
    background: url(../images/recruit-bg.png) no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 85px 0;
}
.recruit-content {
    margin: 0 0 65px;
    text-align: center;
}
.recruit-content h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px;
}
.recruit-content h3 span {
    color: var(--main-theme-color);
}
.recruit-content h3 .serif {
    font-family: var(--ft-serif);
}
.recruit-img {
    line-height: 0;
    margin: 0 auto 55px;
    width: 100%;
    max-width: 794px;
}
.recruit-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 2.5em;
}
.recruit-content p strong {
    display: block;
    font-size: 35px;
    font-weight: 700;
}
.recruit-topics {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}
.recruit-topic {
    line-height: 0;
    width: calc((100% - (10px * 2)) / 3);
}
.recruit-msg {
    margin: 45px 0 0;
    text-align: center;
}
.recruit-body h4 {
    background:linear-gradient(transparent 60%, #FAFF77 60%);
    display: inline;
    font-size: 40px;
    font-weight: 700;
}
.recruit-body h4 span {
    color: var(--main-theme-color);
}
@media screen and (max-width: 968px) {
    .recruit {
        padding: 65px 0;
    }
    .recruit-head {
        margin: 0 0 45px;
    }
    .recruit-head h2 {
        font-size: 90px;
    }
    .recruit-head p {
        font-size: 15px;
    }
    .recruit-body {
        padding: 65px 0;
    }
    .recruit-content {
        margin: 0 0 50px;
    }
    .recruit-content h3 {
        font-size: 32px;
        margin: 0 0 30px;
    }
    .recruit-img {
        margin: 0 auto 45px;
    }
    .recruit-content p {
        font-size: 17px;
        line-height: 2.3em;
    }
    .recruit-content p strong {
        font-size: 30px;
    }
    .recruit-msg {
        margin: 35px 0 0;
    }
    .recruit-body h4 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .recruit {
        padding: 50px 0;
    }
    .recruit-head {
        margin: 0 0 45px;
    }
    .recruit-head h2 {
        font-size: 45px;
    }
    .recruit-head p {
        font-size: 14px;
    }
    .recruit-body {
        padding: 45px 0;
    }
    .recruit-content {
        margin: 0 0 35px;
    }
    .recruit-content h3 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .recruit-img {
        margin: 0 auto 35px;
        width: 75%;
    }
    .recruit-content p {
        font-size: 15px;
        line-height: 2em;
    }
    .recruit-content p strong {
        font-size: 25px;
    }
    .recruit-topics {
        gap: 20px;
    }
    .recruit-topic {
        width: 100%;
    }
    .recruit-msg {
        margin: 25px 0 0;
    }
    .recruit-body h4 {
        font-size: 24px;
    }
}

/* card */
.card {
    padding: 0 0 65px;
}
.card-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.card-blocks {
    display: flex;
    flex-direction: column;
    gap: 65px;
}
.card-block {
    background: #F3F7FD;
    border-radius: 100px;
    position: relative;
}
.card-block__head,
.card-block__body {
    margin: 0 auto;
    width: 92%;
    max-width: 960px;
}
.card-block__head {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    text-align: center;
    width: 100%;
}
.card-block__head h2 {
    color: var(--main-theme-color);
    font-family: var(--ft-josef);
    font-size: 45px;
    font-weight: 400;
}
.card-block__body {
    padding: 85px 0;
}
.card-block__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 60px;
}
.card-block__left {
    width: 200px;
}
.card-block__right {
    width: calc(100% - 250px);
}
.card-block__left h3 {
    font-family: var(--ft-josef);
    font-size: 45px;
    font-weight: 400;
    text-align: center;
}
.card-block__left p {
    border: 1px dashed #000;
    border-left: 0;
    border-right: 0;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 15px 0;
    text-align: center;
}
.card-block__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.card-list__item dt {
    color: #096FCA;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.card-list__item dd {
    font-size: 20px;
    font-weight: 500;
}
.card-block__msg {
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 45px 60px;
}
.card-msg__image {
    line-height: 0;
    width: 220px;
}
.card-msg__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: calc(100% - 260px);
}
.card-msg__text h3 {
    color: var(--main-theme-color);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}
.card-msg__text p {
    font-size: 17px;
    font-weight: 400;
}
.card-msg__text p.linktxt {
    text-align: right;
    margin-top: 10px;
}
.card-msg__text p.linktxt a{
    text-decoration: underline;
    color: #096FCA;
}
.card-msg__text .msg {
    font-family: var(--ft-josef);
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 35px;
    text-align: right;
}
.card-msg__text .signiture {   
    text-align: right;
}
.card-msg__text .signiture img {
    max-width: 320px;
    width: 100%;
}
.card-member__ttl {
    margin: 0 auto 45px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.card-member__ttl::before,
.card-member__ttl::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    width: 20px;
}
.card-member__ttl::before {
    background-image: url(../images/symbol-l.png);
    top: 0;
    left: 0;
}
.card-member__ttl::after {
    background-image: url(../images/symbol-r.png);
    bottom: 0;
    right: 0;
}
.card-member__ttl h3 {
    color: #096FCA;
    display: inline;
    font-size: 30px;
    font-weight: 700;
    padding: 0 30px;
}
.card-member__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.member-list__item {
    width: calc((100% - (20px * 3)) / 4);
}
.member-item__image {
    border-radius: 30px;
    line-height: 0;
    overflow: hidden;
}
.member-item__text {
    margin: 15px 0 0;
}
.member-item__text p {
    font-size: 17px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .card-msg__image {
        width: 180px;
    }
    .card-msg__text {
        width: calc(100% - 200px);
    }
    .member-list__item {
        width: calc((100% - (20px * 1)) / 2);
    }
    .member-item__image {
        border-radius: 20px;
    }
}
@media screen and (max-width: 768px) {
    .card {
        padding: 0 0 45px;
    }
    .card-blocks {
        gap: 45px;
    }
    .card-block {
        border-radius: 40px;
    }
    .card-block__head {
        top: -12px;
    }
    .card-block__head h2 {
        font-size: 32px;
    }
    .card-block__body {
        padding: 65px 0;
    }
    .card-block__flex {
        margin: 0 0 40px;
    }
    .card-block__left {
        width: 100%;
    }
    .card-block__right {
        margin: 20px 0 0;
        width: 100%;
    }
    .card-block__left h3 {
        font-size: 32px;
    }
    .card-block__left p {
        font-size: 14px;
    }
    .card-block__list {
        gap: 25px;
    }
    .card-list__item dt {
        font-size: 21px;
    }
    .card-list__item dd {
        font-size: 15px;
    }
    .card-block__msg {
        border-radius: 30px;
        padding: 25px 40px;
    }
    .card-msg__image {
        margin: 0 auto 25px;
        width: 100%;
        max-width: 250px;
    }
    .card-msg__text {
        width: 100%;
    }
    .card-msg__text h3 {
        font-size: 17px;
    }
    .card-msg__text p {
        font-size: 14px;
    }
    .card-msg__text .msg {
        font-size: 17px;
        margin: 0 0 25px;
    }
    .card-msg__text .signiture {
        margin-top: 8px;
    }
    .member-item__image {
        border-radius: 15px;
    }
    .card-member__ttl {
        margin: 0 auto 35px;
    }
    .card-member__ttl::before,
    .card-member__ttl::after {
        height: 10px;
        width: 15px;
    }
    .card-member__ttl h3 {
        font-size: 21px;
        padding: 0 25px;
    }
    .card-member__list {
        gap: 20px 12px;
    }
    .member-item__text {
        margin: 7px 0 0;
    }
    .member-item__text p {
        font-size: 14px;
    }
}

/* blockname */
.social {
    padding: 25px 0 75px;
}
.social-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.social-head {
    margin: 0 0 65px;
    text-align: center;
}
.social-head h2 {
    font-size: 30px;
    font-weight: 700;
}
.social-head h2::after {
    background: url(../images/recruit/sns-head.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 13px;
    margin: 8px auto 0;
    width: 237px;
}
.social-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.social-item {
    width: calc((100% - (20px * 1)) / 3);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .social {
        padding: 25px 0;
    }
    .social-item {
        width: 100%;
    }
}

/* news */
.news {
    padding: 75px 0;
}
.news-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.news-head {
    margin: 0 0 25px;
    text-align: center;
}
.news-head h2 {
    font-family: var(--ft-josef);
    font-size: 40px;
    font-weight: 300;
}
.news-items {
    margin: 0 0 20px;
}
.news-item {
    border-bottom: 1px solid #ADADAD;
}
.news-item:first-child {
    border-top: 1px solid #ADADAD;
}
.news-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
}
.news-item a .news-date {
    color: #096FCA;
    font-size: 13px;
    font-weight: 500;
    width: 120px;
}
.news-item a .news-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 135px;
}
.news-item a .news-cat p {
    background: #fff;
    border: 1px solid #096FCA;
    border-radius: 50px;
    color: #096FCA;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 15px;
    width: 100%;
    max-width: max-content;
}
.news-item a .news-ttl {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 255px);
}
.news-more {
    text-align: right;
}
.news-more a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}
.news-more a::after {
    background: url(../images/icon-arrow-l-bk.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin-left: 20px;
    width: 25px;
}
@media screen and (max-width: 968px) {
    .news-head h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .news {
        padding: 45px 0 65px;
    }
    .news-head h2 {
        font-size: 26px;
    }
    .news-item a {
        padding: 20px 15px;
    }
    .news-item a .news-date {
        font-size: 12px;
        width: 100px;
    }
    .news-item a .news-cat {
        width: 120px;
    }
    .news-item a .news-cat p {
        font-size: 12px;
        padding: 2px 12px;
    }
    .news-item a .news-ttl {
        font-size: 15px;
        margin: 10px 0 0;
        width: 100%;
    }
    .news-more a {
        font-size: 15px;
    }
    .news-more a::after {
        height: 15px;
        margin-left: 15px;
        width: 20px;
    }
}

/* banner */
.banner {
    background: url(../images/grad-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
    margin: 0 auto 120px;
    padding: 10px;
    width: 92%;
    max-width: 1220px;
}
.banner-inner a {
    background: #fff;
    background-image: url(../images/icon-linkarrow-w.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 76px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 45px;
}
.banner-image {
    width: 450px;
}
.banner-text {
    width: calc(100% - 480px);
}
.banner-ttl {
    margin: 0 0 20px;
}
.banner-ttl h2 {
    color: var(--main-theme-color);
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}
.banner-ttl p {
    color: #096FCA;
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 0;
}
.banner-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.banner-content ul li::before {
    color: #096FCA;
    content: "・";
}
.banner-content ul li {
    font-size: 17px;
    font-weight: 400;
}
@media screen and (max-width: 1168px) {
    .banner-image {
        width: 350px;
    }
    .banner-text {
        width: calc(100% - 375px);
    }
}
@media screen and (max-width: 968px) {
    .banner-inner a {
        background-size: 50px;
        padding: 25px;
    }
    .banner-ttl h2 {
        font-size: 50px;    
    }
    .banner-ttl p {
        font-size: 15px;
    }
    .banner-content ul {
        grid-template-columns: 1fr;
    }
    .banner-content ul li {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        border-radius: 15px;
        margin: 0 auto 60px;
    }
    .banner-inner a {
        border-radius: 8px;
        padding: 20px 15px 75px;
    }
    .banner-image {
        width: 100%;
    }
    .banner-text {
        margin: 15px 0 0;
        width: 100%;
    }
    .banner-ttl h2 {
        font-size: 32px;
    }
    .banner-content ul li {
        font-size: 14px;
    }
}

/* contactcard */
.contactcard {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}
.contactcard-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.contactcard-head {
    margin: 0 0 45px;
    text-align: center;
}
.contactcard-head h2 {
    color: #fff;
    font-family: var(--ft-josef);
    font-size: 90px;
    font-weight: 300;
}
.contactcard-head p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.contactcard-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.contactcard-item {
    background: var(--main-theme-color);
    background-image: url(../images/icon-linkarrow-ww.png);
    background-repeat: no-repeat;
    background-position: right 12px bottom 12px;
    background-size: 76px;
    border: 1px solid #fff;
    border-radius: 30px;
    width: calc((100% - (20px * 1)) / 2);
}
.contactcard-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 232px;
    text-align: center;
    width: 100%;
}
.contactcard-item a p {
    color: #fff;
}
.contactcard-item a .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
}
.contactcard-item a .ttl::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    margin-right: 10px;
    width: 12px;
}
.contactcard-item a .tel {
    font-size: 55px;
    font-weight: 700;
}
.contactcard-item a .mail {
    font-size: 30px;
    font-weight: 700;
}
@media screen and (max-width: 1168px) {
    .contactcard-item {
        background-size: 50px;
    }
}
@media screen and (max-width: 968px) {
    .contactcard {
        padding: 65px 0;
    }
    .contactcard-head {
        margin: 0 0 25px;
    }
    .contactcard-head h2 {
        font-size: 75px;
    }
    .contactcard-head p {
        font-size: 15px;
    }
    .contactcard-item a .ttl {
        font-size: 17px;
    }
    .contactcard-item a .ttl::before {
        height: 8px;
        width: 8px;
    }
    .contactcard-item a .tel {
        font-size: 32px;
    }
    .contactcard-item a .mail {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .contactcard-head {
        margin: 0 0 20px;
    }
    .contactcard-head h2 {
        font-size: 50px;
    }
    .contactcard-head p {
        font-size: 14px;
    }
    .contactcard-item {
        background-size: 40px;
        border-radius: 20px;
        width: 100%;
    }
    .contactcard-item a {
        height: 175px;
    }
    .contactcard-item a .ttl {
        font-size: 15px;
    }
    .contactcard-item a .tel {
        font-size: 26px;
    }
    .contactcard-item a .mail {
        font-size: 21px;
    }
}

/* page header */
.pageheader {
    height: 273px;
    text-align: center;
    width: 100%;
}
.pageheader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 92%;
}
.pageheader-text h1,
.pageheader-text h2 {
    font-size: 45px;
    font-weight: 700;
    padding: 0 0 15px;
}
.pageheader-text p {
    color: #828282;
    font-family: var(--ft-josef);
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}
@media screen and (max-width: 968px) {
    .pageheader {
        height: 250px;
    }
    .pageheader-text h1,
    .pageheader-text h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 768px) {
    .pageheader {
        height: 210px;
    }
    .pageheader-text h1,
    .pageheader-text h2 {
        font-size: 32px;
    }
    .pageheader-text p {
        font-size: 20px;
    }
}

/* pagefv */
.pagefv {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px 100px 0 0;
    height: 597px;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .pagefv {
        border-radius: 60px 60px 0 0;
        height: 450px;
    }
}
@media screen and (max-width: 768px) {
    .pagefv {
        border-radius: 25px 25px 0 0;
        height: 260px;
    }
}
@media screen and (max-width: 498px) {
    .pagefv {
        height: 223px;
    }
}
@media screen and (max-width: 432px) {
    .pagefv {
        height: 200px;
    }
}

/* breadcrumbs */
nav.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 15px;
    width: 92%;
    max-width: 1400px;
}
.breadcrumbs-item {
    position: relative;
}
.breadcrumbs-item:not(:last-child)::after {
    content: " ＞ ";
    font-size: 14px;
}
.breadcrumbs-item a,
.breadcrumbs-item span {
    font-size: 14px;
    font-weight: 400;
}
.breadcrumbs-item a:hover {
    text-decoration: underline;
}

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

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}