@charset "UTF-8";

@font-face {
    font-family: hirakaku;
    font-weight: 200;
    font-style: regular;
    src: url("../fonts/hirakaku ProN W2.woff") format("woff");
}

@font-face {
    font-family: hirakaku;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/hirakaku ProN W4.woff") format("woff");
}

@font-face {
    font-family: hirakaku;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/hirakaku Pro W6.woff") format("woff");
}

.hirakaku {
    font-family: hirakaku;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.barlow {
    font-family: 'barlow', sans-serif;
}

.semiBoldItalic {
    font-weight: 600;
    font-style: italic;
}

.semiBold {
    font-weight: 600;
}

.regular {
    font-weight: 400;
}

.fw700 {
    font-weight: 700;
}

.notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.tyousen {
    font-size: 1.4em;
}

body {
    font-family: hirakaku;
    color: var(--color-black1);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

.sp-show {
    display: none;
}

.sp-hide {
    display: block;
}

.header__nav_sp {
    display: none;
}

#header {
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
    position: fixed;
    top: 0;
    /* background-color: #FFF; */
    width: 100%;
    z-index: 999;
    transition: .3s ease-out;
}

#header.scrolled {
    background-color: #6d4e4e;
    transition: .2s ease-in;
}

#header.scrolled .header__nav__list__item a {
    color: #fff;
    /*color: var(--color-black3);*/
}

#header.scrolled .header__nav__list__item a:hover {
    color: #FFF;
}

#header.scrolled .header__nav__list__item.commonBtn1 a {
    color: #FFF;
}

.header__wrap {
    max-width: 1860px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
    transition: .3s ease-in;
}

.header__logo {
    max-width: 320px;
    margin-left: 20px;
    -webkit-flex-basis: 405px;
    flex-basis: 405px;
    display: flex;
    align-items: center;
}

header .header__logo__img.whitelogo {
    display: block;
}

header .header__logo__img.bluelogo {
    display: none;
}

header.scrolled .header__logo__img.whitelogo {}

header.scrolled .header__logo__img.bluelogo {}

header.scrolled .header__wrap {
    height: 75px;
    transition: .2s ease-out;
}

.header__nav.header__nav_pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.headerLeft {
    display: flex;
    width: 995px;
}

.headerRight {
    width: calc(100% - 995px);
}

.header__nav__list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
    align-items: center;
    font-size: 15px;
    white-space: nowrap;
}

.header__nav__list__item {
    margin-right: 40px;
    position: relative;
}

.header__nav_sp {
    display: none;
}

footer {
    background-color: #451d1d;
    color: #FFF;
}

.creatingtheFuture .eng {
    font-size: 30px;
    line-height: 1.7;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 5px;
    color: #606BD2;
}

.creatingtheFuture .jap {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #606BD2;
}

.copyRightWrap {
    display: flex;
}

.copyRightWrap {
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    height: 140px;
    align-items: center;
}

.copyRightWrap .flexWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyRightWrap .imageWrap {
    display: flex;
    align-items: center;
}

.copyRightWrap .imageWrap .img:first-child {
    margin-right: 20px;
}

footer {
    /*background-image: url("../img/top/pc_top_bk02.png");*/
}

.footer {
    height: 395px;
    max-width: 1200px;
    padding: 0 20px;
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footer .logo {
    margin-bottom: 43px;
}

.footer .socialMedia {
    display: flex;
    align-items: center;
}

.socialMedia .col {
    margin-right: 20px;
}

.footer .upper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer .upper2 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.powerlift {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 120px;
}

.footer .linkWrap {
    display: flex;
    margin-bottom: 55px;
    font-size: 16px;
    margin-left: -16px;
    align-items: center;
}

.footer .linkWrap .col {
    margin-right: 40px;
}

.footer .linkWrap a {
    transition: .2s;
    display: flex;
    align-items: center;
}

.footer .linkWrap a:hover {
    transition: .2s;
}

.footer a .dot {
    opacity: 0;
    color: var(--color-red1);
    transition: .2s;
    font-size: 7px;
    margin-right: 5px;
}

.footer a:hover .dot {
    opacity: 1;
    transition: 0.2s;
}

.catchcopyWrap {
    opacity: 0.6;
}

.catchcopyWrap .eng {
    font-size: 22px;
    line-height: 1.7;
}

.catchcopyWrap .jap {
    font-size: 15px;
    line-height: 1.7;
}

.copyRight {
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    color: var(--color-fontBlack);
    text-align: center;
    margin-bottom: 30px;
}

.aboutPrivacyWrap {
    display: flex;
    flex-wrap: wrap;
}

.aboutPrivacyWrap .privacyMark {
    margin-right: 10px;
    min-width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.commonBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 160px;
    height: 50px;
    border-radius: 30px;
}

.commonBtn1 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonBtn1.whiteBlank {
    color: var(--color-main);
    background-color: #FFF;
    border: 1px solid #FFF;
    transition: .2s ease-in;
}

.commonBtn1.whiteBlank:hover {
    background-color: var(--color-main);
    color: #FFF;
    transition: .2s ease-out;
}

.pl30 {
    padding-left: 30px;
}

.commonBtn1.h25 {
    height: 25px;
}

.commonBtn2 {
    background-color: var(--color-main);
    color: #FFF;
}

.commonBtn2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.commonBtn1.black {
    background-color: var(--color-black2);
    color: #FFF;
}

.commonBtn2 {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commonBtn2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.commonBtn3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
}

.commonBtn3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.commonBtn3.whiteBlank {
    color: #FFF;
    background-color: unset;
    border: 1px solid #FFF;
    transition: .2s;
}

.formContainer {
    /* max-width: 880px; */
    margin-right: auto;
}

.formContainer .formTitle {
    display: flex;
    align-items: center;
}

.formContainer .formTitle .colorRed1 {
    margin-left: 10px;
}

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

.checkBoxWrap .commonCheckBox {
    margin-right: 5px;
}

.error {
    color: var(--color-red1);
}

.commonTextArea textarea {
    width: 100%;
    height: 300px;
}

.commonInput input[type="radio"] {
    width: inherit;
    height: inherit;
}

.commonInput input[type="checkbox"] {
    width: inherit;
}

.commonInput input,
.commonInput select {
    width: 100%;
    height: 60px;
    padding: 0px 30px;
    font-size: 14px;
    font-family: hirakaku;
    margin-right: 0;
    position: relative;
}

.datepicker.dropdown-menu {
    margin-top: 120px;
}

.commonTextArea textarea {
    padding: 30px 30px;
    font-family: hirakaku;
}

.shorterInput {
    width: 45%;
    flex-basis: 100%;
}

.header__nav__list__item .line {
    margin-right: 5px;
    opacity: 0;
    transition: 0.2s;
    color: var(--color-red1);
}

.header__nav__list__item a {
    transition: 0.2s;
    color: #FFF;
    display: flex;
    align-items: center;
}

.header__nav__list__item.line a:hover {
    color: var(--color-main);
    transition: 0.2s;
}

.footer .line a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.footer .line a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 100);
}

.header__nav__list__item a:hover .dot {
    opacity: 1;
    transition: 0.2s;
}

.header__nav__list__item .dot {
    margin-right: 5px;
    opacity: 0;
    transition: 0.2s;
    color: var(--color-main);
    font-size: 7px;
}

.header__nav__list__item a:hover .dot {
    opacity: 1;
    transition: 0.2s;
}

.header__nav__list__item a:hover {
    color: var(--color-main);
    transition: 0.2s;
}

.header__nav__list__item.commonBtn1.mainColor {
    transition: .2s;
    background-color: #b69d50;
    color: #FFF;
}

.header__nav__list__item.commonBtn1.mainColor:hover {
    transition: .2s;
    background-color: #958249;
}

.header__nav__list__item.commonBtn1.mainColor:hover a {
    color: #FFF;
}

.header__nav__list__item.commonBtn3.mainColor {
    transition: .2s;
    background-color: #FF251C;
    color: #FFF;
}

.header__nav__list__item.commonBtn3.mainColor:hover {
    transition: .2s;
    background-color: #bf160f;
}

.header__nav__list__item.commonBtn3.mainColor:hover a {
    color: #FFF;
}

.mainVisual img {
    height: 100vh;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.mainVisual .text {
    position: absolute;
    bottom: 12%;
    color: #FFF;
    width: 100%;
}

.mainVisual .text .jap {
    font-size: 45px;
    margin-left: 10%;
    line-height: 1.7;
    font-weight: 600;
}

.mainVisual .text .eng {
    font-size: 80px;
    margin-left: 10%;
    line-height: 1.2;
}

.mainVisual .fullBorder {
    width: 100%;
    border-bottom: 1px solid #FFF;
}

.LoadVisualWrap {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

#container {
    margin: 0px;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 4px;
}

.LoadVisual {
    position: relative;
    height: 100vh;
}

.LoadImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.LoadVisual:before {
    content: "";
    background-color: var(--base-color-darkBlue);
    ;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

.LoadVisual .mainVisualTextWrap {
    z-index: 10000;
}

.LoadVisualFade {
    width: 100%;
    height: 100%;
}

.bgBlack {
    background-color: var(--color-black1);
    color: #FFF;
}

.whatWeDoWrap {
    padding-top: 168px;
    padding-bottom: 90px;
}

.whatWeDoWrap .textWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whatWeDoWrap .col:first-child {}

.whatWeDoWrap .col:last-child {
    max-width: 530px;
}

.whatWeDoWrap2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.textWrap2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}



.backgroundImg {
    background: url("../img/top/backgroundImg.png");
    height: 700px;
    position: relative;
    transition: .3s ease-out;
    overflow: hidden;
    background-size: auto 100%;
    background-position: 50%;
}

.backgroundImg:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #4154FF;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: .3s ease-out;
}

.backgroundImg:hover {
    transition: .2s ease-in;
    background-size: auto 104%;
}

.backgroundImg:hover::after {
    opacity: 0.45;
    transition: .2s ease-in;
}

.backgroundImg .svgBtn.normal {
    position: relative;
}

.backgroundImg .svgBtn.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-out;
}

.backgroundImg:hover .svgBtn.hover {
    opacity: 1;
    transition: .2s ease-in;
}

.backgroundImg .serviceWrap {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.backgroundImg .serviceWrap .num {
    font-size: 60px;
    font-weight: 300;
}

.backgroundImg .serviceWrap .col {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.backgroundImg .serviceWrap .col.col:not(:last-child) {
    border-right: 1px solid #FFF;
}

.backgroundImg .titleWrap {
    text-align: center;
    /* padding-top: 60px; */
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    z-index: 2;
}

.svgLinkWrap {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: var(--color-main);
    z-index: 2;
    width: 278px;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
    letter-spacing: 0.1em;
}

.svgLinkWrap a {}

.svgLinkWrap img {
    margin-right: 10px;
}

.backgroundImg .svgBtn.normal {
    position: relative;
}

.backgroundImg .svgBtn.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-out;
}

.svgLinkWrap img {
    margin-right: 10px;
}

.svgLinkWrap .svgBtn.normal {
    position: relative;
}

.svgLinkWrap .svgBtn.normal {
    opacity: 1;
}

.svgLinkWrap .svgBtn.hover {
    margin-left: -70px;
    opacity: 0;
}

.svgLinkWrap:hover .svgBtn {
    opacity: 0;
}

.svgLinkWrap:hover .svgBtn.normal {
    opacity: 0;
    transition: .2s ease-out;
}

.svgLinkWrap:hover .svgBtn.hover {
    opacity: 1;
    transition: .2s ease-in;
}

.svgLinkWrap:hover {}

.backgroundImg .titleWrap .eng {
    width: 100%;
}

.backgroundImg .titleWrap .eng {
    font-size: 50px;
    line-height: 1.7;
}

.backgroundImg .titleWrap .jap {
    font-size: 16px;
    line-height: 1.7;
}

.titleEng {
    font-size: 20px;
    font-family: montserrat, sans-serif;
}

.colorRed1 {
    color: var(--color-red1);
}

.colorMain {
    color: var(--color-main);
}

.underline {
    text-decoration: underline;
}

.whatWeDoWrap .title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
}

.whatWeDoWrap .desc {
    font-size: 20px;
    line-height: 2;
}

.commonText.xs {
    font-size: 12px;
    line-height: 1.7;
}

.commonText.sm {
    font-size: 14px;
    line-height: 1.7;
}

.commonText {
    font-size: 16px;
    line-height: calc(32/16);
}

.commonTitle {
    font-size: 18px;
    line-height: calc(33.6/18);
    font-weight: 400;
}

.commonTitle.md {
    font-size: 20px;
    line-height: calc(33.6/20);
    font-weight: 400;
}

.commonTitle.lg {
    font-size: 24px;
    line-height: calc(33.6/24);
    font-weight: 400;
}

.commonTitle.xl {
    font-size: 40px;
    line-height: 1.7;
    font-weight: 400;
}

.commonText.xl {
    font-size: 30px;
    line-height: calc(50/30);
}

.bgGray1 {
    background-color: #f5f5f5;
}

.bgGray3 {
    background-color: var(--color-gray3);
}

.bgBlack1 {
    background-color: var(--color-black1);
}
.bgcon {
    background-color: #00357A;
}




#top02 {
    padding-top: 90px;
    padding-bottom: 150px;
}

.learnMore {
    display: flex;
    transition: 0.3s ease-in-out;
    transform: translateX(0px);
    fill: #242424;
    align-items: center;
}

.learnMore a {
    display: flex;
    align-items: center;
}

.learnMore svg {
    transition: 0.3s ease-in-out;
}

.learnMore:hover svg {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
    fill: var(--color-red1);
}

.col3Wrap.blogCards .col .learnMore {
    margin-right: 10px;
}

.col3Wrap.blogCards .col:hover .learnMore {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
    fill: var(--color-red1);
}

.learnMoreBtn {
    margin-right: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: var(--color-main);
}

.learnMore svg {
    margin-left: 13px;
}

.col2Wrap.dotText {
    max-width: 1050px;
    margin-left: 60px;
}

.sampleVideo {
    width: 625px;
}

.bgConcept {
    background-image: url("../img/top/bgConcept.png");
    height: 1100px;
    position: relative;
}

.bgConcept .descArea {
    width: 700px;
    height: 950px;
    position: absolute;
    left: 20%;
    top: -10%;
    background-color: #fff;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 160px;
}

.bgConcept .descArea .title {
    font-size: 45px;
    line-height: calc(60/40);
}

.absNewsArea {
    position: absolute;
    top: -60px;
    width: 960px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--color-black1);
}

.absNewsArea .learnMore {
    margin-left: 80px;
}

.absNewsArea .col {
    display: flex;
}

.absNewsArea .col:first-child {
    margin-left: 10%;
}

.absNewsArea .col:last-child {}

.absNewsArea .col .learnMore {
    color: var(--color-main);
}

.absNewsArea .col .title {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    margin-right: 30px;
}

.absNewsArea .col .title .learnMore {
    margin-left: 80px;
}

.absNewsArea .col .date {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.absNewsArea .col .desc {
    display: flex;
    align-items: center;
}

.posRel {
    position: relative;
}

.pyramidWrap {
    display: flex;
    padding-top: 210px;
    padding-bottom: 500px;
}

.pyramidWrap .desc {
    max-width: 450px;
    white-space: nowrap;
    color: #FFF;
}

.titleAndLearnTitleWrap {
    display: flex;
    justify-content: space-between;
}

.titleAndLearnTitleWrap.white {
    color: #FFF;
}

.titleAndLearnTitleWrap .title {
    display: flex;
    align-items: baseline;
    z-index: 0;
}

.titleAndLearnTitleWrap .title .jap {
    font-size: 20px;
}

.titleAndLearnTitleWrap .title .eng {
    font-size: 50px;
    margin-right: 25px;
}

.titleAndLearnTitleWrap .learnMore {
    align-items: center;
}

.titleAndLearnTitleWrap .bgText {
    font-size: 220px;
    position: absolute;
    left: -40%;
    top: -187%;
    color: #FFF;
    z-index: -1;
}

.col3Wrap.caseList {}

.col3Wrap.caseList .col .imgWrap,
.col3Wrap.blogCards .col .imgWrap {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    overflow: hidden !important;
}

.col3Wrap.caseList .col .desc {
    height: 70px;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    color: var(--color-black1);
}

.col3Wrap.caseList .col .desc .address {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: calc(100% - 70px);
    margin-left: 20px;
}

.col3Wrap.caseList .hiddenText {
    position: absolute;
    z-index: 2;
    bottom: 33%;
    left: 5%;
    transition: .2s ease-out;
    opacity: 0;
    color: #FFF;
    width: 90%;
}

.col3Wrap.caseList .col:hover .hiddenText {
    opacity: 1;
    transition: .3s ease-in;
}

.arrowColorBox {
    background-color: #6d4e4e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.caseContainer {
    position: absolute;
    bottom: -10%;
    z-index: 2;
}

#top03 {
    margin-bottom: 160px;
}

#top05 {
    padding-top: 120px;
    padding-bottom: 160px;
}
#top06 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.to-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    right: 100px;
    bottom: 5%;
    cursor: pointer;
    background: #FFF;
    border: 1px solid var(--color-main);
    border-radius: 100px;
    z-index: 3;
}

.kinjitukoukai {
    font-size: 80px;
    margin-left: 10%;
    line-height: 1.2;
}

.logoDummy img {
    height: auto;
    width: auto;
    margin-bottom: 10px;
    max-width: 600px;
    margin-left: 10%;
}

.col3Wrap.caseList .col {
    position: relative;
    margin-bottom: 40px;
}

.col3Wrap.caseList .col .imgWrap:before,
.col3Wrap.blogCards .col .imgWrap:before {
    content: ' ';
    background-color: rgba(0, 0, 0, .0);
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 70px;
    z-index: 2;
}

/* .col3Wrap.caseList .col:hover .imgWrap:before,
.col3Wrap.blogCards .col .imgWrap:before {
    background-color: rgba(0, 0, 0, .4);
    transition: 0.3s ease-in-out;
} */

.col3Wrap.caseList .col .imgWrap,
.col3Wrap.blogCards .col .imgWrap {
    /* background: rgb(80, 80, 80);
    background: linear-gradient(0deg, rgba(80, 80, 80, 0.7347981428899685) 0%, rgba(255, 255, 255, 0) 40%); */
    position: relative;
}



.col3Wrap.caseList .col .imgWrap img,
.col3Wrap.blogCards .col .imgWrap img {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.col3Wrap.caseList .col:hover .imgWrap img,
.col3Wrap.blogCards .col:hover .imgWrap img {
    transition: 0.3s ease-in-out;
    transform: scale(1.0);
}


.col3Wrap.caseList .col .imgWrap .arrowColorBox {}

.col3Wrap.blogCards .col:hover {}

.animeSlice {
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.col3Wrap.caseList .col:hover .animeSlice:before,
.animeSlice:hover:before {
    transform: translateX(0%);
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.newsRow.animeSlice:before {
    z-index: -1;
}

.newsRow.animeSlice:hover:before {
    z-index: -1;
}

.animeSlice.red:before {
    background: var(--color-main2);
}

.animeSlice.white:before {
    background: #FFF;
}

.animeSlice:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    right: -50px;
    transform: translateX(-100%);
}

.animeSlice * {
    z-index: 1;
}

.linkImgWrap {
    display: flex;
    flex-wrap: wrap;
}

.linkImgWrap .col {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.linkImgWrap .col.fb50 {
    flex-basis: 50%;
    width: 50%;
}

.linkImgWrap .col::before {
    content: ' ';
    background-color: rgba(1, 1, 1, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.linkImgWrap .col a {
    display: block;
    width: 100%;
    height: 100%;
}

.linkImgWrap .col img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.linkImgWrap .textWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 8%;
    padding-bottom: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.linkImgWrap .textWrap .eng {
    font-size: 30px;
    margin-bottom: 10px;
}

.linkImgWrap .textWrap .jap {
    font-size: 18px;
}

.linkImgWrap .col::before {
    content: ' ';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.linkImgWrap .col:hover:before {
    background-color: rgba(0, 0, 0, .3);
    transition: 0.3s ease-in-out;
}

.privacyTextWrap {
    overflow: hidden;
    height: 260px;
    width: 100%;
    /* max-width: 100%; */
    overflow-y: scroll;
    background-color: #FFF;
    padding: 30px;
}

.privacyTextWrap {
    font-size: 13px;
    font-weight: 200;
    line-height: calc(19.6 / 13);
}

.newsRow {
    border-bottom: 1px solid var(--color-grey2);
    padding-top: 28px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 1;
}

.newsRow .time {
    margin-bottom: 10px;
    font-size: 12px;
}

.newsRow .desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.col3Wrap.blogCards .imgWrap {
    margin-bottom: 30px;
}

.col3Wrap.blogCards .imgWrap img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
}

.col3Wrap.blogCards time {
    font-size: 12px;
}

.col3Wrap.blogCards .blogDate {
    margin-bottom: 10px;
}

.col3Wrap.blogCards .blogTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainContent {
    width: 100%;
    margin-left: auto;
}

.mainContent .mainTitle {
    /* margin-left: 50px; */
}

.mainContent .mainTitle.ml20 {
    margin-left: 20px;
}

.main {
    min-height: calc(100vh - 350px);
}

.main.lower {
    margin-top: 75px;
}

.sideBar .title.eng {
    font-size: 40px;
    margin-bottom: 25px;
}

.sideBar .title.jap {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}

.sideBar .breadclumb {
    font-size: 14px;
}

.col2Wrap.case {
    margin: 0 -20px;
}

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

.col2Wrap.case.rev {
    flex-direction: row-reverse;
}

.col2Wrap.case .commonTitle {
    margin-bottom: 32px;
}

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

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

.pager>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    transition: .2s;
}

.pager>li>a .fa-chevron-left {
    color: var(--color-red1)
}

.pager>li>a.active,
.pager>li>a:hover,
.pager>li>a:hover .fa-chevron-left {
    background-color: var(--color-red1);
    color: #FFF;
    border-radius: 100%;
    transition: .2s;
}

.presidentImg {
    max-height: 500px;
}

.presidentImg img {
    object-fit: cover;
    font-family: "object-fit: cover;";
}

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

.presidentNameArea .commonText {
    margin-right: 18px;
}

.autographImg {
    width: 158px;
}

.autographImg img {
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.tac {
    text-align: center;
}

.col2Wrap.case .desc {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}

.col2Wrap.case .figureImg img {
    margin-right: auto;
    margin-left: auto;
}

.commonTable .row {
    display: flex;
    align-items: center;
    align-items: stretch;
}

.commonTable .col.header {
    width: 280px;
}

.commonTable.news .col.header {
    width: auto;
}

.commonTable .col.desc {
    width: calc(100% - 280px);
}

.commonTable.news .col.header {
    width: auto;
}

.commonTable .col.desc a {
    display: flex;
    align-items: center;
}

.commonTable .col {
    padding-left: 20px;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
    padding-bottom: 30px;
}

.commonTable.news .col {
    border-top: none;
}

.commonTable .row .col {
    border-top: 1px solid #DDDDDD;
}

.commonTable.news .row {
    border-top: 1px solid #DDDDDD;
    flex-direction: column;
}

.commonTable.news .row .col {
    border-top: none;
}

.commonTable .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
}

.commonTable .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
}


/* .commonTable.lastBorder .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
} */

.commonTable.news .row:last-child .col {
    border-bottom: 1px solid #DDDDDD;
}

.commonTable.news .row .col .header {
    margin-bottom: 10px;
}

.commonTable .col:not(:last-child) {
    margin-right: 10px;
}

.commonTitleBox {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-gray6);
    color: #FFF;
}

.col2LinkWrap {
    display: flex;
    justify-content: center;
}

.col2LinkWrap .col {
    width: 50%;
    transition: .2s ease-out;
}

.col2LinkWrap .col .image {
    overflow: hidden;
    height: 400px;
    position: relative;
}

.col2LinkWrap .col .image:after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #4154FF;
    opacity: 0;
    transition: .2s ease-in;
}

.col2LinkWrap .col:hover .image:after {
    opacity: .3;
    transition: .3s ease-out;
}

.col2LinkWrap .col .image img {
    width: 100%;
    height: 100%;
    transition: .2s ease-out;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.col2LinkWrap .col:hover .image img {
    transition: .3s ease-in;
    transform: scale(1.15);
}

.col2LinkWrap .eng {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.col2LinkWrap .jap {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}

.col2LinkWrap .desc {
    padding: 20px;
    padding-top: 30px;
}

.col2LinkWrap .desc .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}

.col2LinkWrap .desc .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.scrollBtn {
    position: absolute;
    right: 2%;
    bottom: 0%;
    color: #FFF;
    cursor: pointer;
    display: flex;
    z-index: 1;
}

.scrollBorder {
    display: block;
    width: 1px;
    height: 100px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: 4px;
    position: relative;
}

.scrollBorder:after {
    position: absolute;
    bottom: -60px;
    background-color: var(--color-main);
    height: 60px;
    width: 1px;
    content: '';
}

.col3Wrap.caseList.serviceCooo .col {
    position: relative;
    margin-bottom: 140px;
}

/* .col3Wrap.caseList.serviceCooo .col>a {
    pointer-events: none;
} */

.col3Wrap.caseList.serviceCooo .col > a img{
	display: none;
}
.col3Wrap.caseList.serviceCooo .col>a .imgWrap {
    position: relative;
    overflow: visible;
}

.col3Wrap.caseList.serviceCooo .col>a .imgWrap:before {
    position: absolute;
    bottom: -88px;
    background-color: rgba(0,0,0,0.2);
}

.col3Wrap.caseList.serviceCooo .hiddenText {
    position: absolute;
    z-index: 2;
    top: 240px;
    left: 5%;
    opacity: 1;
    color: #fff;
    width: 90%;
    line-height: 2.0rem;
}


.scrollText {
    writing-mode: tb;
    font-size: 12px;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw600 {
    font-weight: 600;
}

.pdfIcon {
    margin-right: 7px;
}

.to-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    right: 100px;
    bottom: 5%;
    cursor: pointer;
    background: #FFF;
    border: 3px solid #451d1d;
    border-radius: 100px;
    z-index: 3;
}

.to-top img {
    width: 22px;
    height: 29.75px;
}

.slide-animation {
    animation: fadezoom 20s 0s forwards;
}

.imgWrap::after {
    box-shadow: 100px 100px 100px 100px rgba(0, 0, 0, 1)inset;
}


@keyframes fadezoom {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 1330px) {
    .whatWeDoWrap .textWrap {
        width: auto;
    }

    .whatWeDoImg .sp-hide {
        width: 655px;
    }
}

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

@media screen and (max-width: 1100px) {
    .header__nav__list__item {
        margin-right: 20px;
    }

    .whatWeDoWrap {
        flex-wrap: wrap;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        justify-content: center;
    }

    .whatWeDoWrap .textWrap {
        margin-bottom: 30px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .sp-hide {
        display: none;
    }

    .sp-show {
        display: block;
    }

    .to-top {
        bottom: 0;
        top: 75%;
        right: 20px;
        width: 55px;
        height: 55px;
    }

    .header__nav_sp {
        display: block;
    }

    .header__nav.header__nav_pc {
        display: none;
    }

    .mainVisual .text .eng {
        font-size: 35px;
        margin-left: 5%;
    }

    .mainVisual .text .jap {
        font-size: 26px;
        margin-left: 5%;
    }

    .footer .upper {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .footer .upper .logoArea {
        margin-bottom: 30px;
    }

    .footer {
        padding-top: 30px;
        height: auto;
        padding-bottom: 30px;
    }

    .copyRightWrap {
        padding-top: 30px;
    }

    .footer .linkWrap .col {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .footer .linkWrap {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .absNewsArea {
        width: 100%;
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }

    .absNewsArea .col {
        flex-wrap: wrap;
    }

    .whatWeDoWrap {
        padding-top: 120px;
        padding-bottom: 50px;
        flex-wrap: wrap;
    }

    .whatWeDoImg {
        margin-top: 30px;
    }

    .bgConcept .descArea {
        width: auto;
        height: auto;
        position: unset;
        background-color: #fff;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
    }

    .bgConcept .descArea .title {
        font-size: 28px;
    }

    .linkImgWrap .col.fb50 {
        flex-basis: 100%;
        width: 100%;
    }

    .caseContainer {
        position: unset;
    }

    .col3Wrap.caseList .col {
        margin-bottom: 30px;
    }

    .learnMore {}

    .pyramidWrap {
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }

    .pyramidWrap .desc {
        max-width: unset;
        white-space: unset;
        margin-bottom: 30px;
    }

    #top03 {
        margin-bottom: 100px;
    }

    .col3Wrap.blogCards .col {
        margin-bottom: 30px;
    }

    .titleAndLearnTitleWrap .title {
        flex-wrap: wrap;
    }

    .titleAndLearnTitleWrap .title .eng {
        font-size: 26px;
        margin-bottom: 10px;
        margin-right: 30px;
    }

    .commonText.xl {
        font-size: 26px;
    }

    .bgConcept {
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }

    .header__logo {
        margin-left: 10px;
        flex-basis: 225px;
    }

    .titleAndLearnTitleWrap {
        flex-wrap: wrap;
    }

    .titleAndLearnTitleWrap .learnMore {
        width: 100%;
    }

    .pager {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pager>li {
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .withSideBarContainer {
        flex-wrap: wrap;
    }

    .mainContent {
        width: 100%;
    }

    .mainContent .mainTitle {
        margin-left: 0px;
    }

    .sideBar {
        width: 100%;
        margin-bottom: 30px;
    }

    .main {
        margin-top: 0px;
    }

    .col2Wrap.case .col {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .col2Wrap.case {
        margin: 0px -20px;
    }

    .col2Wrap.case .desc {
        width: auto;
    }

    .commonTable .col.header {
        width: auto;
    }

    .commonTable .col.desc {
        width: auto;
    }

    .commonTable .row {
        flex-direction: column;
    }

    .commonTable .row .col.desc {
        border-top: none;
    }

    .commonTable .col {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .commonTable .col.header {
        padding-left: 0;
    }

    .commonTable .row:last-child .col.header {
        border-bottom: none;
    }

    .linkImgWrap .textWrap {
        /* top: 32%; */
        padding-bottom: 10%;
    }

    .sampleVideo {
        width: 100%;
    }

    .col2Wrap.dotText {
        margin-left: 10px;
    }

    .sideBar .stickyWrap {
        margin-bottom: 30px;
    }

    .sideBar .title.jap {
        margin-bottom: 30px;
    }

    .to-top {
        bottom: 0;
        top: 75%;
        right: 20px;
        width: 55px;
        height: 55px;
    }

    .col2LinkWrap {
        flex-wrap: wrap;
    }

    .col2LinkWrap .col {
        width: 100%;
    }

    .col2LinkWrap .col:first-child {
        margin-bottom: 30px;
    }

    .col2LinkWrap .col .image {
        height: 350px;
    }

    .scrollBtn {
        position: absolute;
        right: 2%;
        bottom: 60px;
    }

    .commonTitle.xl {
        font-size: 30px;
    }

    .whatWeDoWrap {
        flex-wrap: wrap;
    }

    .whatWeDoWrap .textWrap {
        max-width: unset;
        flex-wrap: wrap;
    }

    .whatWeDoWrap .col:last-child {
        max-width: unset;
    }

    .titleAndLearnTitleWrap .bgText {
        font-size: 75px;
        left: -5%;
        top: -77%;
    }

    .header__wrap {
        height: 60px;
    }

    .kinjitukoukai {
        font-size: 40px;
        margin-left: 10%;
        line-height: 1.2;
        margin-left: 5%;
    }

    .logoDummy img {
        height: auto;
        width: auto;
        max-width: 250px;
        width: auto;
        margin-left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .backgroundImg .serviceWrap {
        flex-wrap: wrap;
        height: auto;
    }

    .backgroundImg .titleWrap {
        position: initial;
        padding-top: 0px;
        top: unset;
        left: unset;
        transform: unset;
        -webkit-transform: unset;
    }

    .backgroundImg .serviceWrap .col {
        width: 100%;
        height: 100px;
    }

    .backgroundImg {
        height: 550px;
    }

    .svgLinkWrap {
        display: flex;
        justify-content: center;
    }

    .backgroundImg .serviceWrap .num {
        font-size: 35px;
        margin-right: 10px;
    }

    #top02 {
        padding-bottom: 50px;
    }

    #top05 {
        padding-top: 50px;
    }

    .copyRightWrap .flexWrap {
        flex-wrap: wrap;
    }

    .copyRightWrap .flexWrap .imageWrap {
        margin-bottom: 30px;
        justify-content: center;
    }

    .absNewsArea .col .title {
        font-size: 26px;
    }

    .titleEng {
        font-size: 28px;
    }

    .shorterInput {
        width: 100%;
    }

    .absNewsArea .learnMore {
        margin-left: 0;
    }

    .mb40,
    .mb50,
    .mb60,
    .mb70,
    .mb80,
    .mb90 {
        margin-bottom: 30px;
    }

    .mb100,
    .mb110,
    .mb120,
    .mb130,
    .mb140,
    .mb150,
    .mb160,
    .mb170,
    .mb180,
    .mb190,
    .mb200 {
        margin-bottom: 50px;
    }

    .whatWeDoWrap .title {
        font-size: 30px;
    }

    .mainVisual .text {
        bottom: unset;
        top: 30%;
    }

    .mainVisual img {
        height: 50vh;
    }

    .logoDummy img {
        height: auto;
    }

    .mainVisual img.shovel {
        object-position: 93%;
    }

    .mainVisual img.mountain {
        object-position: 22%;
    }

    .scrollBtn {
        bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .absNewsArea .col .desc {
        margin-bottom: 10px;
    }

    .col2LinkWrap .col .image {
        height: 200px;
    }
}


/* index.php 1223 tsuiki */
.col3Wrap.caseList.serviceCooo .hiddenText {
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0,0,0,1) 100%);
    height: 100px;
    top: 221px;
    width: 100%;
    left: 0;
}
.serviceCooo .hiddenText p {
    position: absolute;
    bottom: 31px;
    left: 20px;
}

@media screen and (max-width: 768px) {
	.serviceCooo .hiddenText p {
    	position: absolute;
    	bottom: 80px;
    	left: 20px;
	}
}
