@font-face {
    font-family: "notocjk";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/NotoSansMonoCJKjp-Regular.woff") format("woff");
}

@font-face {
    font-family: "notocjk";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/NotoSansMonoCJKjp-Bold.woff") format("woff");
}
.ad_clm{
    position: absolute;
    background-color: #61c2df;
    padding: 10px;
    color: #fff;
}

@font-face {
    font-family: "yugoth";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/YuGothM.eot");
    src: url("../fonts/YuGothM.woff") format("woff");
}

@font-face {
    font-family: "yugoth";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/YuGothB.eot");
    src: url("../fonts/YuGothB.woff") format("woff");
}

@font-face {
    font-family: "yugothBlank";
    font-style: normal;
    src: url("../fonts/YuGothBlank.eot");
    src: url("../fonts/YuGothBlank.woff") format("woff");
}

@font-face {
    font-family: "kozuka";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}

@font-face {
    font-family: "kozuka";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/KozGoPr6N-Medium.otf") format("opentype");
}

@font-face {
    font-family: "kozuka";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/KozGoPr6N-Bold.otf") format("opentype");
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

body {
    color: #707070;
}

img {
    display: block;
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

#header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    background-color: #FFF;
    width: 100%;
    z-index: 999;
}

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

.tx-left {
    text-align: left;
}

.tx-right {
    text-align: right;
}

.fc-blue {
    color: #12588B;
}

.fc-orange {
    color: #FF956E;
}

.fc-white {
    color: #FFF;
}

.bold {
    font-weight: bold;
}

.strong {
    font-size: 1.8em;
}

.image-center>img {
    margin: auto;
}

.header__nav__list {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
}

.main-visual-video {
    height: 100%;
}

.main-visual-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-visual:before {
    content: "";
    /*     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2NkYGD4zwABjDACQwCqAEkZsggAb94CBbvnhMEAAAAASUVORK5CYII=); */
    /*     background-color: transparent; */
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-visual {
    background-color: #EEE;
    height: calc(100vh - 113px);
    position: relative;
}

.main-visual-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-visual-Txt {
    position: absolute;
    bottom: 160px;
    max-width: 1600px;
    padding: 0 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 3.4vw;
    color: #FFF;
    z-index: 2;
    font-family: 'kozuka';
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
}

.main-visual-Txt>* {
    font-weight: normal;
}

.header__wrap {
    max-width: 1700px;
    margin: 0 auto;
    height: 113px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-family: "yugoth";
}

.header__logo {
    max-width: 405px;
    margin-right: 35px;
    -webkit-flex-basis: 405px;
    flex-basis: 405px;
}

.header__nav {
    max-width: calc(100% - 405px);
    margin-left: auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: calc(100% - 405px);
    flex-basis: calc(100% - 405px);
}

.header__logo__img {
    max-width: 280px;
    width: 100%;
}

.bgBl {
    background: #6CAFE1;
}

.bg-blue {
    background-color: #F5FAFD;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}

.gradient-btn {
    padding: 20px 40px;
    background: linear-gradient(270deg, #7BDDEC, #4AA7C2);
    color: #FFF !important;
    box-shadow: 1px 3px 6px rgba(74, 167, 194, 1);
    border: none;
}

.gradient-btn.gray {
    background: #b5b5b5;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 1);
}

.formRow .gradient-btn {
    cursor: pointer;
}

.gradient-btn.orange {
    background: rgb(239, 123, 73);
    background: -moz-linear-gradient(left, rgba(239, 123, 73, 1) 0%, rgba(235, 89, 68, 1) 86%, rgba(235, 89, 68, 1) 86%, rgba(217, 65, 58, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(239, 123, 73, 1) 0%, rgba(235, 89, 68, 1) 86%, rgba(235, 89, 68, 1) 86%, rgba(217, 65, 58, 1) 100%);
    background: linear-gradient(to right, rgba(239, 123, 73, 1) 0%, rgba(235, 89, 68, 1) 86%, rgba(235, 89, 68, 1) 86%, rgba(217, 65, 58, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ef7b49', endColorstr='#d9413a', GradientType=1);
    text-align: center;
}

.gradient-kozuka-btn {
    padding: 20px 8px;
    background: linear-gradient(270deg, #7BDDEC, #4AA7C2);
    color: #FFF !important;
    box-shadow: 1px 3px 6px rgba(74, 167, 194, 1);
    border: none;
    font-family: kozuka;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.093rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradient-kozuka-btn.container-2col-btn {
    width: 260px;
    height: 48px;
}

.header__nav_sp {
    display: none;
}

.title-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
}

.title-large-number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #6CB3E7;
    font-weight: bold;
}

.title-large-number-n {
    font-size: 127px;
    /* font-weight: normal; */
}

.title-large-number-str {
    font-size: 42px;
    line-height: 1.55;
    letter-spacing: .05em;
    font-weight: bo];
}

.abs-title {
    font-family: notocjk;
    color: #E8F2FA;
    font-size: 155px;
    font-weight: bold;
    width: 100%;
    letter-spacing: -0.006rem;
    line-height: 0.87;
    margin-bottom: 48px;
}

.abs-title.rightalign {
    text-align: right;
    position: absolute;
    top: -175px;
}

.abs-title.centeralign {
    text-align: center;
}

.rightalign.left {
    text-align: left;
}

.normal-title {
    font-size: 36px;
    font-style: bold;
    width: 100%;
    font-family: 'yugoth';
}

.normal-title-smaller-font {
    font-size: 36px;
    font-style: bold;
    width: 100%;
    font-family: 'yugoth';
    font-size: 17px;
    letter-spacing: 0.143rem;
    line-height: 2.64;
    margin-bottom: 40px;
}

.header__nav__list__item {}

.content-wrap-narrow {
    max-width: 1328px;
    width: 100%;
    margin: 0 auto;
    font-family: kozuka;
}

.content-wrap-narrow.sm {
    max-width: 926px;
    width: 100%;
    margin: 0 auto;
    font-family: kozuka;
}

.content-wrap-wide {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}

.li-newslist {
    font-family: 'kozuka';
    display: flex;
    list-style: none;
    letter-spacing: 0.032;
    line-height: 1.95;
    padding: 14px 0px;
    align-items: center;
}

.newslist-date {
    font-size: 22px;
    color: #51B5B9;
    margin-right: 22px;
    font-weight: bold;
}

.newslist-date.c2 {
    color: #6CAFE1;
}

.newslist-cate {
    font-size: 17px;
    min-width: 196px;
    height: 40px;
    margin-right: 18.5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: normal;
}

.newslist-cate.cate-bussiness {
    color: #FFF;
    background-color: #0085C1;
}

.newslist-cate.cate-news {
    color: #FFF;
    background-color: #51B5B9;
}

.newslist-description {
    font-size: 20px;
    font-weight: normal;
}

.news-area-title {
    font-family: yugoth;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 0.032rem;
    line-height: 0.93;
    margin-bottom: 45px;
    margin-top: 23px;
}

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

.title-center {
    font-size: 44px;
    font-family: kozuka;
    font-weight: normal;
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.title-center-noline {
    font-size: 44px;
    font-family: kozuka;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.title-center-noline.font-yugoth {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 0.032rem;
    line-height: 0.93;
}

.title-center:before,
.title-center:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 5px;
    border-right: none;
    border-left: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    top: 0;
    bottom: 0;
    margin: auto;
}

.title-center:before {
    left: -70px;
}

.title-center:after {
    right: -70px;
}

.img-area {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contents-left {
  justify-content: flex-start;
}

.img-card {
    max-width: 370px;
    width: 100%;
    margin-right: 110px;
}

.img-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 30px;
}

.img-card:last-child {
    margin-right: 0px;
}

.news-img {
    max-width: 370px;
    width: 100%;
    margin-bottom: 20px;
}

.card-descreption {
    width: 100%;
}

.card-date-cate {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.card-descreption date {
    font-size: 17px;
    color: #66ACE0;
    margin-right: 30px;
}

.card-descreption date {
    font-size: 17px;
}

.card-descreption span {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.143rem;
    line-height: 2;
}

.noFlex .card-date-cate {
    display: block;
}

.noFlex .card-descreption * {
    font-size: 16px;
    line-height: 1.77;
    display: block;
}

.noFlex .card-descreption date {
    font-size: 14px;
}

.noFlex .card-descreption span {
    font-size: 14px;
    line-height: 1.33;
    display: block;
}

.jisseki .slick-slide img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.text-normal {
    font-size: 17px;
    font-family: kozuka;
    font-weight: normal;
    letter-spacing: 0.143rem;
    line-height: 2.35;
    text-align: center;
}

.text-bigblue {
    font-family: kozuka;
    font-size: 22px;
    font-weight: normal;
    color: #66ACE0;
    text-shadow: 0px 0.1px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    letter-spacing: 0.063rem;
    line-height: 1.43;
    text-align: center;
}

.top-service-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-service-area-upper {
    max-width: 635px;
    width: 100%;
    margin-bottom: 50px;
}

.top-service-area-lower {
    max-width: 422px;
    width: 100%;
    margin-bottom: 30px;
}

.container-2col {
    display: flex;
    margin-bottom: 120px;
    position: relative;
}

.container-2col:nth-child(even) {
    flex-direction: row-reverse;
}

.container-2col:nth-child(even) .textarea-2col {
    left: 0;
}

.img-2col {
    max-width: 876px;
    width: 100%;
}

.text-supplement {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    letter-spacing: 0.011rem;
    color: #B5B5B5;
    position: relative;
    /*     right: -229px; */
}

.imgarea-2col {}

.textarea-2col {
    position: absolute;
    max-width: 601px;
    max-height: 532px;
    padding: 25px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 19px 19px 70px rgba(0, 0, 0, 0.06);
    left: 725px;
    top: 56px;
    background: rgba(255, 255, 255, 0.9);
}

.textarea-2col-wrap {
    max-width: 462px;
    width: 100%;
}

.textarea-2col-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.013rem;
    line-height: 1.43;
    text-align: center;
}

.textarea-2col-subtitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.013rem;
    line-height: 1.43;
    text-align: center;
    margin-bottom: 15px;
}

.textarea-2col-desc {
    font-size: 17px;
    letter-spacing: 0.057rem;
    line-height: 2.35;
    margin-bottom: 30px;
    font-weight: 600;
}

.textarea-img-2col {
    display: flex;
    justify-content: space-between;
    max-width: 462px;
    width: 100%;
    margin-bottom: 30px;
}

#mortgage-consulting {
    max-height: 543px;
    height: 100%;
    opacity: 1;
    /* z-index: -1; */
}

.cards-2col-container {
    max-width: 100%;
    width: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cards-2col {
    max-width: 634px;
    width: 50%;
    margin-bottom: 100px;
}

.cards-wrap {
    position: relative;
}

.noCom .cards-wrap {
    position: relative;
    height: 280px;
}

.cards-title {
    font-size: 31px;
    letter-spacing: 0.032rem;
    line-height: 1.38;
    text-align: center;
    margin-top: 20px;
}

.cards-wrap img {
    display: block;
    max-width: 100%;
}

.noCom .cards-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.cards-textarea {
    background-color: #FFF;
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    width: 80%;
    margin: auto;
    padding: 0px 40px;
}

.noCom .cards-textarea {
    height: 65%;
}

.cards-description {
    margin-top: 37px;
    /*     line-height: 2.11; */
    /*     letter-spacing: 0.143rem; */
    /*     font-size: 17px; */
    /*     margin-bottom: 10px; */
    font-size: 17px;
    letter-spacing: 0.057rem;
    line-height: 2.35;
    font-weight: 600;
}

.cards-btn {
    width: 184px;
    margin-left: auto;
}

.cards-btn.center {
    margin-right: auto;
}

.cards-description-wrap {
    height: 160px;
}

.cards-description-wrap.auto {
    height: auto;
}

.auto .cards-description {
    margin-top: 10px;
}

.content-performance-wrap {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
}

.content-performance-left {
    max-width: 370px;
    width: 100%;
}

.content-performance-right {
    max-width: 742px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content-performance-title {
    font-size: 44px;
    font-family: kozuka;
    font-weight: 600;
    margin-bottom: 50px;
    color: #6E6E6E;
}

.content-performance-text {
    font-family: kozuka;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.143rem;
    line-height: 2.35;
    color: #6E6E6E;
    margin-bottom: 50px;
}

.content-performance-text.footer-text {
    font-weight: bold;
}

.figure-circle.left-side {
    display: block;
    text-align: center;
    background-color: #6CB3E7;
    border: 1px solid #6CB3E7;
    color: #FFF;
    border-radius: 50%;
    width: 329px;
    height: 329px;
    flex-wrap: wrap;
}

.figure-circle.right-side {
    display: block;
    color: #6CB3E7;
    background-color: none;
    border: 7px solid #6CB3E7;
    border-radius: 50%;
    width: 323px;
    height: 323px;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.143rem;
    line-height: 2.04;
    text-align: center;
}

.figure-number {
    font-size: 56px;
    letter-spacing: 0.36rem;
    line-height: 0.76;
    margin-top: 10%;
}

.figure-title {
    display: block;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.143rem;
    line-height: 2.04;
    width: 100%;
    margin-top: 25%;
    text-align: center;
}

.figure-ken {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.143rem;
    line-height: 2.04;
}

.figure-supplement {
    width: 100%;
    color: #B5B5B5;
    font-family: kozuka;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.143rem;
    line-height: 3.21;
    margin: 10px 0px;
}

.main {
    padding-top: 113px;
}

.page-title-bgblue {
    width: 100%;
    height: 100%;
    position: relative;
}

.page-title-bgblue img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.page-title-text {
    position: relative;
    font-size: 28px;
    font-family: kozuka;
    font-weight: bold;
    line-height: 3;
    color: #FFFFFF;
}

.page-title-text::after {
    /*     content: ""; */
    display: block;
    width: 76px;
    height: 135%;
    border-bottom: 1px solid #FFF;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: auto;
}

.page-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abs-title.other-page {
    text-align: center;
    font-size: 97px;
    font-weight: bold;
    letter-spacing: -0.006rem;
    line-height: 1.40;
}

.font-kozuka {
    font-family: kozuka;
}

.font-yugoth {
    font-family: yugoth;
}

.datalist-table {
    display: flex;
    border-bottom: #B5B5B5 1px solid;
    font-size: 22px;
    padding: 20px 0px;
    line-height: 2.15;
}

.datalist-table:first-child {
    border-top: #B5B5B5 1px solid;
}

.datalist-table dt {
    color: #66ACE0;
    font-weight: 600px;
    display: flex;
    align-items: center;
    width: 170px;
    padding: 30px 0px;
    border-right: 5px #66ACE0 solid;
}

.datalist-table dd {
    color: #6E6E6E;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 30px 0px;
    margin-left: 20px;
}

.multiple {
    padding: 0;
}

.multiple img {
    width: 100%;
}

.multiple div {
    margin: 0 5px;
}

.multiple .slick-next {
    right: 17px;
    z-index: 100;
}

.multiple .slick-prev {
    left: 23px;
    z-index: 100;
}

.slick-prev:before {
    content: none;
    background-image: src("../img/parts_arrow_left.png");
}

.slick-prev:after {
    background-image: src("../img/parts_arrow_right.png");
}

.cards-3col-wrap {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.053rem;
    line-height: 2.17;
}

.cards-3col-img {
    margin-bottom: 27px;
}

.gray-wrap {
    border: 10px solid #B5B5B5;
    padding: 40px;
}

.gray-wrap.gray-wrap-2col {
    max-height: 292px;
    height: 100%;
}

.lgTtl {
    font-size: 35px;
    letter-spacing: .058em;
    line-height: 1.77;
}

.title-border-left {
    font-size: 30px;
    letter-spacing: .053em;
    position: relative;
    padding-left: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title-border-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 100%;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(top, rgba(149, 218, 239, 1) 0%, rgba(245, 250, 253, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(149, 218, 239, 1) 0%, rgba(245, 250, 253, 1) 100%);
    background: linear-gradient(to bottom, rgba(149, 218, 239, 1) 0%, rgba(245, 250, 253, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f5fafd', GradientType=0);
}

.title-bg {
    background-color: #6CB3E7;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 1.7;
}

.title-bg.radius {
    border-radius: 30px;
}

.title-bg.center {
    justify-content: center;
}

.title-bg.cl2 {
    background-color: #4AA7C2;
}

.title-bg.cl3 {
    background-color: #FF956E;
}

.title-bg.cl4 {
    background-color: #87C1AF;
}

.title-border-bottom {
    border-bottom: 4px solid #6CB3E7;
    padding-bottom: 10px;
    font-size: 28px;
}

.cl2.title-border-bottom {
    border-color: #4AA7C2;
}

.cl3.title-border-bottom {
    border-color: #FF956E;
}

.title-square {
    font-size: 28px;
    display: flex;
    align-items: center;
    height: 50px;
}

.title-square .sm {
    font-size: 24px;
}

.title-square:before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-color: #6CB3E7;
}

.cl2.title-square:before {
    background-color: #4AA7C2;
}

.cl3.title-square:before {
    background-color: #FF956E;
}

.col2Wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col2Wrap .col {
    flex-basis: calc(50% - 20px);
    margin: 0 10px;
}

.title-no-ac {
    font-size: 28px;
    line-height: 1.7;
}

.line-after:after {
    content: '';
    display: block;
    background: #333;
    margin: 20px auto 0;
    height: 1px;
    width: 30px;
}

.triangle {
    border-top: 20px solid #EF9D73;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
}

.triangle.cl2 {
    border-top: 20px solid #FEE5BE;
}

.triangle_right {
    position: relative;
}

.triangle_right.sp:after {
    display: none;
}

.triangle_right:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 101.7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #C5C4C0;
}

.staffRow {}

.staffRowImage {
    margin-bottom: 20px;
}

.staffTxt>h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}

.staffTxt>p {
    display: block;
    font-size: 16px;
    line-height: 1.53;
}

.border-content {
    padding: 20px;
    border: 2px solid #6CB3E7;
}

.col-4.half .border-content .image-center img {
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.border-content.h1210 {
    height: 1210px;
}

.border-content.h980 {
    height: 980px;
}

.border-content-ttl {
    margin: -20px -20px 20px -20px;
    padding: 10px;
    font-size: 28px;
    background-color: #6CB3E7;
    color: #FFF;
    display: flex;
    line-height: 1.35;
    align-items: center;
}

.border-content-ttl.center {
    justify-content: center;
}

.border-content-ttl.sm,
.title-no-ac.sm {
    font-size: 18px;
}

.border-content-ttl.center {
    justify-content: center;
}

.border-content.cl2 .border-content-ttl {
    /* background-color: #EF9D73; */
}

.border-content.cl4 {
    border: 2px solid #87C1AF;
}

.radiusTable .box {
    border-radius: 5px;
    padding: 10px 5px;
    background-color: #EFE7D9;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7;
}

.arrowImgWrap {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.arrowImgWrap {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.title-dec-01 {}

.title-dec-01-inner {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-dec-01-inner-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #6CB3E7;
    font-size: 24px;
    line-height: 1.55
}

.title-dec-01-inner-blue:before,
.title-dec-01-inner-blue:after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    margin: 0 20px;
    background-color: #6CB3E7;
    transform: rotate(-45deg);
}

.title-dec-01-inner-blue:after {
    transform: rotate(45deg);
}

.title-dec-01-inner-lg {
    font-size: 32px;
    margin-bottom: 10px;
}

.title-dec-01-inner-sm {
    font-size: 16px;
    font-weight: normal;
}

.cl2.border-content {
    border-color: #4AA7C2;
}

.cl2 .border-content-ttl {
    background-color: #4AA7C2;
}

.cl3.border-content {
    border-color: #FF956E;
}

.cl3 .border-content-ttl {
    background-color: #FF956E;
}

.cl4 .border-content {
    border-color: #87C1AF;
}

.cl4 .border-content-ttl {
    background-color: #87C1AF;
}

.cont-desc {
    font-size: 17px;
    letter-spacing: .15em;
    line-height: 2;
}

.cont-desc.sm {
    font-size: 14px;
}

.cont-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cont-list li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 2;
}

.cont-list.noSmPc li {
    font-size: 16px;
}

.cont-list li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #6CB3E7;
}

.cl2.cont-list li:before {
    background-color: #4AA7C2;
}

.cl3.cont-list li:before {
    background-color: #FF956E;
}

.square.cont-list li:before {
    border-radius: 0;
    width: 15px;
    height: 15px;
    top: 1px;
    background-color: transparent;
    border: 1.5px solid #707070;
}

.cont-roundBox {
    border: 1px solid #6CB3E7;
    border-radius: 50%;
    padding: 0 20px;
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.cont-roundBox-ttl {
    font-size: 22px;
    line-height: 1.77;
    color: #6CB3E7;
    margin-top: -20px;
    margin-bottom: 20px;
    ;
}

.cont-roundBox-dtl {
    font-size: 16px;
    line-height: 1.57;
}

.cl2.cont-roundBox {
    border-color: #4AA7C2;
}

.cl2 .cont-roundBox-ttl {
    color: #4AA7C2;
}

.cl3.cont-roundBox {
    border-color: #FF956E;
}

.cl3 .cont-roundBox-ttl {
    color: #FF956E;
}

.col-2-wrap,
.col-3-wrap,
.col-4-wrap,
.cont-roundBox-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-2-wrap.stretch,
.col-3-wrap.stretch,
.col-4-wrap.stretch {
    align-items: stretch;
}

.col-2-wrap.center,
.col-3-wrap.center,
.col-4-wrap.center {
    justify-content: center;
}

.col-2-wrap.stretch .border-content,
.col-3-wrap.stretch .border-content,
.col-4-wrap.stretch .border-content {
    height: 100%;
}

.col-2 {
    flex-basis: calc(50% - 40px);
    margin: 0 20px 40px;
}

.col-3 {
    flex-basis: calc(33.33% - 40px);
    margin: 0 20px 40px;
}

.col-3-2 {
    flex-basis: calc(66.66% - 40px);
    margin: 0 20px 40px;
}

.col-4 {
    flex-basis: calc(25% - 40px);
    margin: 0 20px 40px;
}

.col-2.border,
.col-3.border,
.col-3-2.border,
.col-4.border {
    border: 2px solid #6CB3E7;
    padding: 10px;
}

.col-2.border.cl2,
.col-3.border.cl2,
.col-3-2.border.cl2,
.col-4.border.cl2 {
    border-color: #4AA7C2;
}

.col-2.border.cl3,
.col-3.border.cl3,
.col-3-2.border.cl3,
.col-4.border.cl3 {
    border-color: #FF956E;
}

.table-01 {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    font-size: 16px;
}

.title-01.lgFont {
    font-size: 16px;
}

.th-fx.table-01 th {
    width: 200px
}

.table-01 th,
.table-01 td {
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
}

.table-01 td {
    line-height: 1.55
}

.table-01 th {
    background-color: #6CB3E7;
    white-space: nowrap;
    color: #FFF;
}

.cl2.table-01 th {
    background-color: #4AA7C2;
}

.cl3.table-01 th {
    background-color: #FF956E;
}

.table-01 th.cl1 {
    background-color: #6CB3E7;
    color: #FFF;
}

.table-01 th.cl2 {
    background-color: #4AA7C2;
}

.table-01 th.cl3 {
    background-color: #FF956E;
}

.image-bg-contnet {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
}

.image-bg-contnet-innter {}

.image-bg-contnet-ttl {
    margin-bottom: 250px;
    font-size: 26px;
    line-height: 1;
    max-width: 630px;
    width: 100%;
    height: 100px;
    background-color: #6CB3E7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-bg-contnet-desc {
    background-color: rgba(181, 181, 181, .30);
    padding: 25px;
    font-size: 22px;
    max-width: 815px;
    width: 100%;
    line-height: 2;
    margin: 0 0 0 auto;
}

.re .image-bg-contnet-ttl {
    margin-left: auto;
    margin-right: 0;
}

.re .image-bg-contnet-desc {
    margin-left: 0;
    margin-right: auto;
}

.title-container-wrap {
    margin-top: 200px;
}

.ft-contact-btn {
    display: flex;
    justify-content: center;
    margin: 0 -25px;
    margin-bottom: 100px
}

.ft-contact-btn>* {
    margin: 0 25px;
    ;
}

.round-cont-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -30px;
    ;
}

.round-cont {
    background-image: url(../img/round.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
    flex-basis: 285px;
    height: 285px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.content-sm-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-sm-image-para {
    flex-basis: calc(100% - 430px);
    margin-top: 30px;
    ;
}

.content-sm-image-img {
    flex-basis: 400px;
}

.text-title-culture {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.032rem;
    line-height: 1.79;
    position: relative;
    margin-bottom: 40px;
}

.text-title-culture::after {
    border-bottom: 1px solid #000;
    position: absolute;
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 5px;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #4AA7C2;
    /* top: 0; */
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.text-culture {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.143rem;
    line-height: 2.11;
}

#working-enviroment-text {
    font-size: 97px;
    top: -126px;
}

.formRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.center.formRow {
    justify-content: center;
}

.formLabel {
    padding: 10px;
    font-size: 17px;
    flex-basis: 200px;
}

.formInput {
    font-size: 17px;
    flex-basis: calc(100% - 200px);
}

.form-control:not([type="checkbox"]) {
    display: block;
    padding: 10px 20px;
    width: 100%;
}

.error {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

textarea.form-control {
    height: 300px;
}

.form-control.sm {
    max-width: 350px;
}

.form-control.lg {
    max-width: 700px;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
    list-style: none;
}

.pager>li {
    margin: 0 10px;
}

.pager>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #6CB3E7;
    color: #6CB3E7;
    transition: .2s;
}

.pager>li>a.active,
.pager>li>a:hover {
    background-color: #6CB3E7;
    color: #FFF;
    transition: .2s;
}

.datalist-table dt {
    font-size: 16px;
}

.datalist-table dd {
    font-size: 16px;
}

.lowMainTtl {
    font-size: 24px;
}

.lowMainTtlSm {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    ;
}

.lowMainTtlImg {
    display: block;
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}

.lowMainTtlLg {
    display: block;
    font-size: 62px;
}

.al-center {
    align-items: center;
}

.vr-frame {}

.vr-frame>iframe {
    width: 100%;
    height: 680px;
}

.hoshoLink {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #6CB3E7;
    padding: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.hoshoLinkImg {
    width: 150px;
    margin-right: 20px;
}

.hoshoLinkTxt {
    display: block;
}

.hoshoLinkTxt.si {
    width: calc(100% - 120px);
}

.hoshoLinkTxtTtl {
    margin-bottom: 20px;
    line-height: 1.53;
    font-size: 22px;
    ;
}

.hoshoLinkTxt>* {
    display: block;
}

.coution {
    font-size: 12px;
    line-height: 1.53;
    opacity: .8;
}

.coution.sp-coution {
    text-align: right;
}

.cont-flow-wrap {
    display: flex;
    margin: 0 -20px;
}

.cont-flow {
    flex-grow: 1;
    margin: 0 20px;
    padding: 10px;
    border: 1px solid #6CB3E7;
    position: relative;
}

.cont-flow:not(:last-child):after {
    content: "";
    top: 0;
    bottom: 0;
    right: -12%;
    margin: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6cb4e7;
}

.s2 .cont-flow:not(:last-child):after {
    right: -28px;
}

.cont-flow-img {
    margin-bottom: 20px;
}

.cont-flow-img img {
    margin: 0 auto;
}

.s2 .cont-flow .cont-flow-txt p:first-child {
    display: block;
    margin-bottom: 20px
}

.cont-flow-txt-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    height: 48px;
}

.cont-faq-row-wrap {}

.cont-faq-row {
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.cont-faq-q,
.cont-faq-a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 17px;
}

.cont-faq-q span,
.cont-faq-a span {
    font-size: 1.3em;
    font-weight: bold;
    color: #6CB3E7;
    line-height: 24px;
}

.cont-faq-q span {
    color: #6CB3E7;
    margin-right: 10px;
}

.cont-faq-a span {
    color: #FF956E;
    margin-right: 17px;
}

.blue-coution {
    background-color: rgba(108, 179, 231, .1);
    padding: 20px;
}

.table-redtext {
    color: #9C1414
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-190-100 {
    margin-bottom: 190px;
}

.mb-0 {
    margin-bottom: 0;
}

.margin10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin40 {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.blue-bg-content {
    display: flex;
}

.blue-bg-content-deep {
    flex-basis: 50%;
    background-color: #60BFE5;
    padding: 40px;
    position: relative;
}

.blue-bg-content-deep:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 97px;
    height: 100%;
    transform: skewX(-6deg);
    background-color: #60bfe5;
}

.blue-bg-content-deep-str {
    color: #FFF;
    padding: 20px;
}

.blue-bg-content-deep-ttl {
    font-size: 35px;
    margin-bottom: 20px;
}

.blue-bg-content-deep-ttl-sm {
    font-size: 22px;
}

.blue-bg-content-deep-desc {
    font-size: 16px;
    line-height: 1.55
}

.blue-bg-content-image {
    flex-basis: 50%;
    background-color: #E6F5FB;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.hovPare {
    position: relative;
}

.headerNavHov {
    position: absolute;
    top: 20px;
    width: 340px;
    left: -80px;
    right: 0;
    padding-top: 30px;
    margin: auto;
    opacity: 0;
    display: none;
}

.hovPare:hover .headerNavHov {
    display: block;
    opacity: 1;
    animation-name: hovFadeIn;
    animation-duration: .5s;
}

@keyframes hovFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.headerNavHovIn {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
    min-width: 340px;
    padding: 20px;
    position: relative;
    filter: drop-shadow(0 0 3px #555);
}

.headerNavHovIn:before {
    /* 	content: ""; */
    /* 	position: absolute; */
    /* 	top: -20px; */
    /* 	left: 0; */
    /* 	right: 0; */
    /* 	margin: auto; */
    /* 	width: 0; */
    /* 	height: 0; */
    /* 	border-style: solid; */
    /* 	border-width: 0 20px 20px 20px; */
    /* 	border-color: transparent transparent #ffffff transparent; */
    /* 	z-index: 0; */
}

.headerNavHovIn>* {
    display: block;
    word-break: keep-all;
    width: 250px;
    text-align: left;
    padding: 10px 5px;
    margin: 10px 10px;
}

.propDivWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.propDivWrap>.propDiv {
    flex-basis: calc(33.333% - 40px);
    margin: 0 20px 30px 20px;
}

.propDivWrap .cards-3col-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.propDivWrap .cards-3col-date {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.propDivWrap .cards-3col-text {
    font-size: 20px;
}

.imCen>img {
    margin: auto;
}

.space {
    padding-top: 30px;
}

.mx-image {
    max-width: 830px;
    width: 100%;
}

.mx-image.sm {
    max-width: 330px;
}

.mx-image.mb {
    max-width: 510px;
}

.mx-image.lg {
    max-width: 690px;
}

.linkBtntWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.linkBtnt {
    margin: 0 20px;
    margin-bottom: 40px;
    max-width: 400px;
    width: 100%;
}

.linkBtnt a {
    background-color: #6CB3E7;
    color: #FFF;
    font-size: 24px;
    line-height: 1.55;
    height: 120px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-center>* {
    margin: 0 auto;
}

.sp-show {
    display: none;
}

.sp-show-imp {
    display: none!important;
}

.text-supplement-sp {
    display: none;
}

.banner-wrap {
    margin-right: 110px;
}

.rec_tube {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
}
.rec_tube iframe {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 100%;
}

.mb-org {
    margin-bottom: 150px;
}

.mt-org {
    margin-top: 100px;
}


@media screen and (max-width: 1699px) {
    .header__wrap {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1330px) {
    .content-wrap-narrow {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .header__wrap {
        height: 60px;
        padding: 15px 0px;
    }
    .open-nav .header__nav {
        background: #39f;
        opacity: 0.8;
        transform: translateX(-100vw);
        transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .header__nav {
        width: 100%;
        /* padding: 10px 20px 10px 20px; */
    }
    .header__logo {
        max-width: 180px !important;
        margin-right: 10px;
    }
    .header__nav_sp {
        display: block;
    }
    .header__nav_pc {
        display: none;
    }
    .img-area {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .img-area.sp2col {
        flex-direction: initial;
        align-items: flex-start;
        justify-content: space-between;
        margin-right: auto;
        margin-left: auto;
    }
    .img-card {
        margin-right: 0;
    }
    .container-2col {
        position: static;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .textarea-2col {
        position: static;
        display: flex;
        box-sizing: content-box;
        max-height: 100%;
    }
    .textarea-img-2col {
        position: static;
        display: block;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 20px;
    }
    .imgarea-2col {
        max-width: 601px;
    }
    .container-2col:nth-child(even) {
        flex-direction: column;
    }
    .textarea-img-2col img {
        max-width: 100%;
        margin: 10px 0;
        margin-right: auto;
        margin-left: auto;
    }
    .cards-2col-container {
        flex-direction: column;
        align-items: center;
    }
    .cards-2col {
        margin-bottom: 0px;
        width: 100%;
    }
    .cards-textarea {
        width: 90%;
    }
    .content-performance-wrap {
        flex-direction: column;
        align-items: center;
    }
    .abs-title {
        font-size: 130px;
    }
    .blue-bg-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .blue-bg-content-deep:after {
        display: none;
    }
    .blue-bg-content-deep {
        padding: 6px;
    }
    .blue-bg-content-deep-ttl h2 {
        font-size: 28px;
    }
    .blue-bg-content-image {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 50px;
    }
    .cont-flow-wrap {
        flex-direction: column;
    }
    .cont-flow {
        margin-bottom: 26px;
    }
    .cont-flow-txt-vertical {
        height: auto;
    }
    .s2 .cont-flow:not(:last-child):after {
        top: 130%;
        right: 50%;
        transform: rotate(90deg);
    }
    .coution {
        font-size: 8px;
    }
    .sc-table {
        overflow: scroll;
    }
    .sc-table table {
        width: 100%;
        min-width: 600px;
        overflow: scroll;
    }
    .border-content.h980 {
        height: auto;
    }
    .border-content.h1210 {
        height: auto;
    }
    .title-bg.radius {
        height: auto;
        padding: 10px;
    }
}

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

@media screen and (max-width: 768px) {
    .propDivWrap.sp2col>.propDiv {
        flex-basis: calc(50% - 20px);
        margin: 0 10px 30px 10px;
    }
    .abs-title {
        font-size: 52px;
    }
    .content-wrap-narrow {
        width: 90%;
    }
    .normal-title {
        font-size: 28px;
    }
    .content-wrap-wide {
        width: 90%;
    }
    .newslist-date {
        font-size: 14px;
    }
    .newslist-cate {
        font-size: 14px;
        font-size: 14px;
        padding: 2px 4px;
        min-width: unset;
        width: auto;
        height: auto;
    }
    .li-newslist {
        flex-wrap: wrap;
    }
    .li-newslist time {
        width: 100px;
    }
    .li-newslist a:nth-child(2) {
        width: 170px;
    }
    .newslist-description {
        font-size: 14px;
    }
    .title-center {
        font-size: 28px;
    }
    .img-area {
        flex-direction: column;
    }
    .img-area.sp2col {
        flex-direction: initial;
    }
    .abs-title.rightalign {
        top: -100px;
    }
    .card-descreption {
        margin-bottom: 20px;
    }
    .text-supplement-sp {
        display: block;
        width: 90%;
        font-size: 12px;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    .cards-title {
        font-size: 17px;
    }
    .cards-description {
        font-size: 14px;
    }
    .cards-wrap img {
        display: block;
        max-width: 100%;
        height: 475px;
        object-fit: cover;
    }
    .cards-btn {
        margin-right: auto;
        text-align: center;
    }
    .content-performance-title {
        margin-bottom: 30px;
        text-align: center;
        font-size: 28px;
    }
    .content-performance-text {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .figure-circle.left-side {
        margin-bottom: 30px;
    }
    .figure-circle.right-side {
        margin-bottom: 30px;
    }
    .figure-supplement {
        margin-bottom: 20px;
    }
    .table-01 {
        font-size: 8px
    }
    .title-center-noline {
        font-size: 28px;
    }
    .text-normal {
        font-size: 14px;
        text-align: left;
    }
    .card-descreption span {
        font-size: 14px;
    }
    .gradient-kozuka-btn {
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .textarea-2col-title {
        font-size: 28px;
    }
    .textarea-2col-subtitle {
        font-size: 26px;
    }
    .textarea-2col-desc {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .figure-number {
        font-size: 30px;
    }
    .figure-circle.left-side {
        width: 250px;
        height: 250px;
    }
    .figure-circle.right-side {
        width: 243px;
        height: 243px;
    }
    .header__logo__img {
        max-width: 150px;
        width: 100%;
    }
    .content-performance-title {
        line-height: 1.47;
        letter-spacing: 0.08rem;
    }
    .text-bigblue {
        text-align: left;
    }
    .main {
        padding-top: 60px;
    }
    .datalist-table {
        line-height: 1.6;
        padding: 10px 0px;
        border-bottom: 1px solid #adadad;
        flex-direction: column;
        font-size: 12px;
    }
    .page-title-text {
        font-size: 22px;
        line-height: 1;
        text-align: center;
    }
    .abs-title.other-page {
        font-size: 28px;
    }
    .datalist-table dt {
        text-align: left;
        padding: 0px;
    }
    .datalist-table dt {
        border: none;
    }
    .datalist-table dd {
        padding: 0px;
    }
    .page-title-bgblue img {
        height: auto;
        min-height: 100px;
    }
    .cards-description-wrap {
        height: 190px;
    }
    .lgTtl {
        font-size: 22px;
    }
    .lgTtl.spSma {
        font-size: 16px;
    }
    .cont-desc {
        font-size: 14px;
    }
    .ft-contact-btn,
    .content-sm-image,
    .col-2-wrap,
    .col-3-wrap,
    .col-4-wrap {
        flex-wrap: wrap;
    }
    .ft-contact-btn>*,
    .content-sm-image-para,
    .content-sm-image-img,
    .col-2,
    .col-3,
    .col-3-2,
    .col-4 {
        flex-basis: 100%;
    }
    .col-4.half {
        flex-basis: 48%;
    }
    .content-sm-image-para,
    .od2 {
        order: 2;
    }
    .content-sm-image-img,
    .od1 {
        order: 1;
        margin-bottom: 20px;
    }
    .od3 {
        order: 3;
    }
    .od4 {
        order: 4;
    }
    .ft-contact-btn,
    .col-2,
    .col-3,
    .col-3-2,
    .col-4,
    .col-2-wrap,
    .col-3-wrap,
    .col-4-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .ft-contact-btn>* {
        margin: 0 0 20px;
    }
    .image-bg-contnet-desc {
        font-size: 14px;
    }
    .image-bg-contnet-ttl {
        font-size: 24px;
        line-height: 1.4;
        padding: 0px 5px;
        margin-bottom: 50px;
    }
    .slick-prev {
        left: -10px !important;
    }
    .slick-next {
        right: -10px !important;
    }
    .title-border-left {
        font-size: 24px;
        line-height: 1.4;
    }
    .round-cont-area {
        flex-direction: column;
        max-width: 100%;
        margin: 0 auto;
    }
    .round-cont {
        font-size: 24px;
        width: 100%;
        margin-bottom: 20px;
        flex-basis: 210px;
    }
    .cards-3col-wrap {
        font-size: 14px;
    }
    .tx-center {
        text-align: left;
    }
    .tx-center.sp-center,
    .sp-center {
        text-align: center;
    }
    .title-container-wrap {
        margin-top: 100px;
    }
    .col-2-wrap {
        flex-direction: column;
    }
    .mb-190-100 {
        margin-bottom: 100px;
    }
    #working-enviroment-text {
        font-size: 52px;
    }
    .gray-wrap.gray-wrap-2col {
        max-height: none;
        height: auto;
    }
    .revcol {
        display: flex;
        flex-direction: column-reverse;
    }
    .text-culture {
        font-size: 14px;
    }
    .title-center-noline.font-yugoth {
        font-size: 24px;
        line-height: 1.93;
    }
    .gradient-btn.orange {
        line-height: 1.5;
    }
    .title-dec-01-inner-blue {
        font-size: 12px;
    }
    .title-dec-01-inner-lg {
        font-size: 24px;
    }
    .border-content-ttl {
        font-size: 18px;
        min-height: 80px;
    }
    .border-content-ttl.sm {
        font-size: 14px;
        min-height: 60px;
    }
    .border-content-ttl.sp-sm {
        font-size: 16px;
    }
    .title-square,
    .title-bg,
    .title-border-bottom,
    .title-no-ac {
        font-size: 16px;
    }
    .title-square {
        height: 30px;
        line-height: 1.5;
    }
    .title-square:before {
        width: 20px;
        height: 20px;
    }
    .cards-2col {
        width: 100%;
        margin-bottom: 20px;
    }
    .cards-textarea {
        padding: 0px 10px;
    }
    .inner-block {
        width: 100%;
    }
    .title-large-number-str {
        font-size: 24px;
    }
    .title-large-number-n {
        font-size: 60px;
    }
    .gradient-btn {
        width: 100%;
        display: block;
        text-align: center;
        line-height: 1.5;
    }
    .hoshoLink {
        display: flex;
        flex-direction: column;
    }
    .hoshoLinkTxt.si {
        width: 100%;
    }
    .title-dec-01-inner-blue:before,
    .title-dec-01-inner-blue:after {
        transform: rotate(-15deg);
    }
    .title-dec-01-inner-blue:after {
        transform: rotate(15deg);
    }
    .cont-roundBox {
        width: 300px;
        height: 300px;
    }
    .cont-roundBox-dtl {
        font-size: 12px;
    }
    .cont-roundBox-ttl {
        margin-top: -40px;
    }
    .content-wrap-narrow.sm {
        max-width: none;
        width: 90%;
    }
    .formRow {
        flex-direction: column;
    }
    .formLabel {
        flex-basis: 0px;
    }
    .formInput {
        flex-basis: none;
        width: 100%;
    }
    .pager>li {
        margin: 0 3px;
    }
    .sp-center {
        text-align: center;
    }
    .cont-list li {
        font-size: 6px;
    }
    .noSmall.cont-list li {
        font-size: 14px;
    }
    .square.cont-list li:before {
        top: 4px;
    }
    .spTable tr,
    .spTable th,
    .spTable td {
        display: block;
        width: 100%;
    }
    .table-01 th,
    .table-01 td {
        padding: 10px 5px;
    }
    .coution.sp-coution {
        text-align: left;
    }
    .cont-faq-q,
    .cont-faq-a {
        font-size: 14px;
    }
    .al-center {
        align-items: baseline;
    }
    .lowMainTtlImg {
        max-width: 100%;
    }
    .lowMainTtlLg {
        font-size: 51px;
    }
    .hoshoLinkTxtTtl {
        font-size: 20px;
    }
    .table-01.spTable td {
        font-size: 14px;
    }
    /* .sp-responsive-table th {
        display: none;
    }
    .sp-responsive-table tr {
        display: flex;
        flex-direction: column;
        border-bottom: 3px solid #000;
        border-top: 3px solid #000;
    }
    .table-01 td:before {
        margin-right: 10px;
        font-weight: bold;
    }
    .table-01 td:nth-child(1):before {
        content: "鬆??岼???";
    }
    .table-01 td:nth-child(2):before {
        content: "隱ｿ譟ｻ蜈茨ｼ?";
    }
    .table-01 td:nth-child(3):before {
        content: "蜀??ｮｹ???";
    } */
    .noCom .cards-textarea {
        height: 85%;
    }
    .rel {
        position: relative;
    }
    .header2MenuHumb {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(90deg);
        transition: transform .2s;
    }
    .is-active.header2MenuHumb {
        transform: rotate(-90deg);
        transition: transform .2s;
    }
    .header2MenuHumbAc {
        display: none;
    }
    .main-visual-Txt {
        font-size: 7.4vw;
        line-height: 1.77;
        justify-content: center;
        align-items: center;
    }
    .footer-borderline {
        border-bottom: 1px solid #FFF;
        width: 100%;
        display: block;
    }
    .hideSp.page-title-text::after {
        display: none;
    }
    .cont-faq-a {
        display: none;
    }
    .vrSm {
        font-size: 20px;
        text-align: center;
    }
    .smLag.noSmall.cont-list li {
        font-size: 16px;
    }
    .linkBtnt {
        max-width: 600px;
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .border-content.h1210 {
        height: auto;
    }
    .border-content.h980 {
        height: auto;
    }
    .triangle_right:after {
        top: unset;
        left: 50%;
        bottom: -2%;
        border-top: 10px solid #C5C4C0;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
    }
    .triangle_right.sp:after {
        display: block;
        margin-bottom: 30px;
        bottom: -3.3%;
    }
    .arrowImgWrap {
        display: none;
    }
    .gray-wrap {
        padding: 20px;
    }
    .title-bg.center.sp-show {
        display: flex;
    }
    .triangle.mb-50 {
        margin-bottom: 30px;
    }
    .col.spmb70 {
        margin-bottom: 70px;
    }
    .sp-show {
        display: block;
    }
    .sp-hide {
        display: none;
    }
    .sp-show-imp {
        display: block!important;
    }
    .sp-hide-imp {
        display: none!important;
    }
    .sp-tx-left {
        text-align: left;
    }
    .sp-center {
        text-align: center;
        justify-content: center;
    }
    .spHarfMsg {
        object-fit: cover;
        height: 400px;
        width: 100%;
        object-position: 0 -30px;
    }
    .col2Wrap .col,
    .col3Wrap .col,
    .col4Wrap .col,
    .col5Wrap .col,
    .colFreeWrap .col {
        flex-basis: 100%;
    }
    .propDivWrap.sp2col .cards-3col-text {
        font-size: 12px;
        line-height: 1.7;
    }
    .propDivWrap .cards-3col-date {
        font-size: 14px;
    }
    .propDivWrap.sp2col .cards-3col-img {
        height: 100px;
    }
    .banner-wrap {
        margin-bottom: 30px;
        margin-right: 0px;
    }
    .banner-img {
        height: auto;
    }

    .mb-org {
        margin-bottom: 80px;
    }

    .mt-org {
        margin-top: 50px;
    }

    .rec_tube {
        width: 90%;
    }
}

@supports (-webkit-touch-callout: none) {
    body {
        /* Safari逕ｨ縺ｮ繝上ャ繧ｯ */
        height: -webkit-fill-available;
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animateIn {
    opacity: 0;
}

.animateIn.is-active {
    opacity: 1;
    animation-name: animateIn;
    -webkit-animation-name: animateIn;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
}

.mvWrapper {
 position: relative;
}

.property-img {
    max-height: 500px;
}

/* office -------------------------------------------- */
.office-content {
  line-height: 1.7;
  margin-bottom: 120px;
}

.office-content:last-of-type {
  margin-bottom: 0;
}

.office-content__title {
  margin-bottom: 72px;
}

.office-title {
  font-size: 32px;
  color: #707070;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.office-title::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.office-content__information {
  padding-bottom: 80px;
}

.office-content__information-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 64px;
}

.office-content__information-map {
  width: 48%;
}

.office-content__information-map iframe {
  width: 100%;
  height: 100%;
}

.office-content__information-content-list {
  width: 48%;
}

.office-content__information-content-list .office-content__information-content + .office-content__information-content {
  margin-top: 32px;
}

.office-information-content__title {
  background: #61C3DF;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin-bottom:32px;
}

.office-information-content__description strong {
  font-weight: bold;
  color: #12588B;
}

.office-content__information-footer {
  display: flex;
  justify-content: space-between;
}

.office-content__information-footer .office-content__information-content {
  width: 22.5%;
}

.office-text-link {
  color: #61C3DF;
  font-weight: bold;
  padding-left: 14px;
  position: relative;
}

.office-text-link:visited {
  color: #61C3DF;
}

.office-text-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #61C3DF;
  border-right: 2px solid #61C3DF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.office-content__photo {
  padding: 64px 0;
  background: #F5FAFD;
  text-align: center;
}

.office-content__photo-title {
  color: #12588B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}

.office-content__image-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.office-content__image-list-content {
  width: 32%;
}

.office-content__image {
  margin-bottom: 20px;
}

.office-content__image-text {
  font-size: 20px;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .office-content {
    margin-bottom: 64px;
  }

  .office-content__title {
    margin-bottom: 24px;
  }

  .office-title {
    font-size: 20px;
    padding-bottom: 24px;
  }

  .office-content__information {
    padding-bottom: 24px;
  }

  .office-content__information-header {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .office-content__information-map {
    width: 100%;
    height: 240px;
    margin-bottom: 40px;
  }

  .office-content__information-map iframe {
    width: 100vw;
    margin-left: -5%;
  }

  .office-content__information-content {
    margin-bottom: 40px;
  }

  .office-content__information-content-list {
    width: 100%;
  }

  .office-content__information-content-list .office-content__information-content + .office-content__information-content {
    margin-top: 0;
  }

  .office-information-content__title {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-bottom:20px;
  }

  .office-content__information-footer {
    flex-wrap: wrap;
  }

  .office-content__information-footer .office-content__information-content {
    width: 100%;
  }


  .office-content__photo-title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .office-content__image-list {
    flex-wrap: wrap;
  }

  .office-content__image-list-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .office-content__image-list-content:last-of-type {
    margin-bottom: 0;
  }

  .office-content__image {
    margin-bottom: 16px;
  }

  .office-content__image-text {
    font-size: 16px;
  }
}

/* about -------------------------------------------- */

@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}

.about-content {
  padding-bottom: 40px;
}

.about-content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.about-content__list-content {
  width: 48%;
  margin-bottom: 80px;
}

.about-content__list-link {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.about-content__list-image {
  overflow: hidden;
}

.about-content__list-image img {
  transition: .3s;
}

.about-content__list-link:hover .about-content__list-image img {
  transform: scale(1.05);
}

.about-content__list-text {
  padding: 40px 72px;
  text-align: center;
  position: relative;
}

.about-content__list-text::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/about/ico-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.about-content__list-title {
  font-size: 32px;
  font-weight: bold;
  color: #12588B;
  margin-bottom: 24px;
}

.about-content__list-description {
  font-size: 18px;
  line-height: 1.7;
}


@media screen and (max-width: 1200px) {
  .about-content__list-text {
    padding: 40px 24px;
  }

  .about-content__list-text::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .about-content {
    padding-bottom: 32px;
  }

  .about-content__list {
    flex-direction: column;
  }

  .about-content__list-content {
    width: 100%;
    margin-bottom: 32px;
  }


  .about-content__list-text {
    padding: 24px 20px;
  }

  .about-content__list-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-content__list-description {
    font-size: 16px;
    text-align: left;
  }
}

/* policy -------------------------------------------- */

.mission {
  padding-bottom: 120px;
}

.mission__text {
  display: flex;
  align-items: center;
}

.mission__copy {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  color: #6CB3E7;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.3;
  padding: 0 20px;
}

.mission__description {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.95;
  padding: 0 20px;
}

.mission__description strong {
  color: #6CB3E7;
}

.vision-ci {
  padding: 120px 0;
}

.vision-ci__content-wrap {
  display: flex;
}

.vision-ci__content {
  width: 50%;
  padding: 0 20px;
}

.vision-ci__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vision-ci__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.006rem;
  line-height: 1.40;
  font-family: notocjk;
  color: #E8F2FA;
  font-size: 56px;
  width: 100%;
  margin-bottom: 24px;
}

.vision-ci__copy {
  font-size: 32px;
  line-height: 1.7;
  text-align: center;
  color: #6CB3E7;
  margin-bottom: 64px;
}

.vision-ci__description {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.95;
}

.vision-ci__description strong {
  color: #6CB3E7;
}

.value {
  padding: 100px 0;
  background: #F5FAFD;
}

.value__title {
  text-align: center;
  margin-bottom: 64px;
  color: #D0E1EF;
  font-weight: bold;
  letter-spacing: -0.006rem;
  line-height: 1.40;
  font-family: notocjk;
  font-size: 56px;
  width: 100%;
}

.value__list {
  list-style: none;
  counter-reset: number 0;
}

.value__list-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 56px 64px;
  position: relative;
}

.value__list-content::before {
  counter-increment: number 1;
  content: "0"counter(number);
  position: absolute;
  font-size: 76px;
  font-weight: bold;
  font-family: notocjk;
  color: #E8F2FA;
  top: 0;
  left: 0;
}

.value__list-content + .value__list-content {
  margin-top: 24px;
}

.value__list-title {
  width: 330px;
  color: #6CB3E7;
  position: relative;
  z-index: 2;
}

.value__list-title-english {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.value__list-title-japanese {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.value__list-description {
  width: calc(100% - 350px);
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .mission__copy {
    font-size: 48px;
  }

  .vision-ci__content-wrap {
    flex-direction: column;
  }

  .vision-ci__content {
    width: 100%;
  }

  .vision-ci__content + .vision-ci__content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mission {
    padding-bottom: 64px;
  }

  .mission__title .abs-title.other-page {
    margin-bottom: 0;
  }

  .mission__text {
    flex-direction: column;
  }

  .mission__copy {
    width: 100%;
    border-right: none;
    text-align: center;
    font-size: 40px;
    line-height: 1.425;
    padding: 0;
    margin-bottom: 48px;
  }

  .mission__description {
    width: 100%;
    text-align: center;
    line-height: 2;
    padding: 0;
  }

  .policy-image img {
    width: 100%;
  }

  .vision-ci {
    padding: 64px 0;
  }

  .vision-ci__content-wrap {
    flex-direction: column;
  }

  .vision-ci__content {
    width: 100%;
    padding: 0;
  }

  .vision-ci__content + .vision-ci__content {
    margin-top: 64px;
  }

  .vision-ci__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .vision-ci__copy {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .vision-ci__description {
    line-height: 2;
  }

  .value {
    padding: 64px 0;
  }

  .value__title {
    margin-bottom: 48px;
    font-size: 24px;
  }

  .value__list-content {
    flex-direction: column;
    padding: 64px 20px 32px;
  }

  .value__list-content::before {
    font-size: 56px;
  }

  .value__list-content + .value__list-content {
    margin-top: 24px;
  }

  .value__list-title {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }

  .value__list-title-english {
    font-size: 24px;
  }

  .value__list-title-japanese {
    font-size: 18px;
  }

  .value__list-description {
    width: 100%;
  }
}
.ft-logo li{
	text-align: center;
	margin-bottom: 30px;
	list-style-type: none;
}
.ft-logo li img{
	display: inline-block;
}