/*============== Style for all page  ==============*/
main {
    padding-top: 90px;
}

main .__inner-main {
    background-color: #fff;
}

.wow {
    visibility: hidden;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero-img {
    position: relative;
    overflow: hidden;

    background-image: url(../images/touto-top-pc.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 90px;
    background-attachment: fixed;

    /* height: 1028px; */
    transition: 0.3s;
}

/* .hero-img .bg-fixed {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 1028px;
    background-image: url(../images/touto-top-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
    pointer-events: none;
    transition: 0.3s;
} */

.hero-img > img {
    opacity: 0;
    visibility: hidden;
}

.hero-img img {
    width: 100%;
}

.top-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.title-block {
    color: #0f274f;
    font-size: 150px;
    font-family: 'Acumin Bold', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.title-block span {
    font-size: 36px;
    display: block;
    margin-top: -10px;
    font-family: 'Hiragino W6', sans-serif;
}

.p-service {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 20px 25px 20px 0px;

    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.service-intro {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-intro h3 {
    font-size: 36px;
    line-height: 1.6;
    margin: 34px 0px 40px;
}

.service__img {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    max-width: 630px;
}

.service__img img {
    min-height: 420px;
}

.wrap-link-bt {
    margin-top: 55px;
}

.btn {
    font-size: 14px;
    color: #221815;
    font-family: 'Hiragino W6';
    padding: 12px 12px 12px 24px;
    background-color: #f4f3f3;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 17px;
    width: fit-content;
    transition: 0.25s;
    white-space: nowrap;
}

.arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ea5413;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Hiragino W6';
    line-height: 1;
    transition: 0.4s ease-in-out;
}

.btn:hover {
    background-color: #ea5413;
    color: #fff;
    opacity: 1;
}

.btn:hover .arrow {
    background-color: #fff;
    color: #ea5413;
}

.p-company {
    overflow: hidden;
    padding: 86px 0px 74px;
    color: #fff;
    background-image: url(../images/company-top-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.p-company .ct-w {
    width: 580px;
    margin: 0 auto;
    max-width: 100%;
}

.p-company p {
    line-height: 2;
    padding-left: 20px;
}

.p-company h3 {
    font-size: 48px;
    line-height: 1.4;
    margin: 10px auto 40px;
    width: fit-content;
}

.p-news {
    padding-top: 100px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.wrap-news-list {
    margin-top: 40px;
}

.news-list {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 536px;
    overflow-y: auto;
    padding-right: 5px;
}

.news-list li {
    padding: 24px 38px 24px 0px;
    border-top: 1px solid #000;
}

.news-list li:last-child {
    border-bottom: 1px solid #000;
}

.new-item {
    display: flex;
    align-items: center;
    font-family: 'Hiragino W6';
    position: relative;
}

.new-item:hover p {
    text-decoration: underline;
    color: #ea5413;
}

.new-item .arrow {
    transition: 0.3s;
}

.new-item:hover .arrow {
    transform: translateX(10px);
}

.new-item p {
    padding-left: 32px;
    flex: 1;
    padding: 15px 20px 14px 32px;
    border-left: 1px solid #000;

}

.new-date {
    color: #666666;
    font-family: 'Hiragino W3';
    padding-right: 32px;
    margin: 0px !important;
}

.p-recruit {
    background-color: #fff;
    padding: 100px 0px;
    position: relative;
    z-index: 2;
}

.title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.title-row .__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 55px;
}

.title-row .__title h3 {
    font-size: 36px;
    color: #0f274f;
    line-height: 1.6;
    padding-bottom: 20px;
}

.wrap-recruit-slider {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}

.recruit-slider .swiper-slide img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.recruit-slider .swiper-slide.--ct {
    margin-top: 40px;
}

.swiper-free-mode .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
}

.p-contact {
    padding: 45px 0px 70px;
    background-image: url(../images/contact-top-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 2;
}

.p-contact h3 {
    font-size: 36px;
    line-height: 1.5;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 56px;
    row-gap: 35px;
    margin-top: 45px;
}

.contact-phone {
    width: fit-content;
    padding-top: 22px;
}

.contact-phone p {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}

.contact-phone p a:hover {
    text-decoration: underline;
}

.contact-phone small {
    display: block;
    text-align: center;
    font-size: 14px;
}

.main-in-page .container {
    max-width: 1130px;
}

.page-title {
    padding: 100px 0px 55px;
    color: #0f274f;
    position: relative;
    overflow: hidden;
}

.page-title .__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68%;
    max-width: 1000px;

    background-image: url(../images/page-title-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.page-title.--guidelines .__img {
    width: 52%;
}

.page-title.--contact .__img {
    width: 57%;
}

.page-title.--service .__img {
    width: 63%;
}

.page-title.--company .__img {
    width: 57%;
}

.page-title .__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: none;
}

.page-title p {
   font-size: 18px; 
   padding-bottom: 8px;
}

.page-title h1,
.page-title .new-title {
    font-size: 150px;
    font-family: 'Acumin Bold', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.greeting {
    overflow: hidden;
    padding: 45px 0px 100px;
}

.greeting h2 {
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Hiragino W6';
    margin: 40px 0px 35px;
}

.greeting p {
    line-height: 2;
}

.manager-name {
    margin-top: 20px;
    line-height: 1;
    width: fit-content;
    margin-left: auto;
}

.manager-name .__name {
    display: block;
    font-size: 30px;  
    padding-top: 18px;
    margin-left: -8px;
}

.philosophy {
    overflow: hidden;
    width: 100%;
    padding: 120px 0px;
    background-image: url(../images/phisolophy-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
}

.philosophy h3 {
    font-size: 36px;
    line-height: 1.6;
    margin-top: 60px;
}

.value {
    position: relative;
    overflow: hidden;
    background-image: url(../images/value-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0px 135px;
}

.value .__inner {
    position: relative;
    z-index: 2;
}

.value-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.value-list {
    margin-top: 50px;
}

.value-row {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    font-size: 24px;
    font-family: 'Hiragino W6', sans-serif;
}

.value-row + .value-row {
    margin-top: 25px;
}

.value-row .__hl {
    background-color: #ea5413;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

.code-conduct {
    padding: 55px 0px 75px;
    background-image: url(../images/code-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.code-conduct-list {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 26px;
    row-gap: 35px;
}

.code-conduct-list .__item {
    background-color: #fff;
    padding: 10px 25px 30px;
    border-radius: 10px;
    width: calc(100% / 3 - calc(52px / 3));
}

.code-conduct-list .__numb {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Hiragino W6', sans-serif;
}

.code-conduct-list .__title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    /* color: #fff;
    background-color: #0f274f;
    padding: 8px 8px;
    border-radius: 5px; 
    line-height: 1;*/
}

.code-conduct-list .__desc {
    margin-top: 10px;
    line-height: 2;
}

.layout-cl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.layout-cl .__cl {
    width: 50%;
    min-height: 520px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
}

.layout-cl .__cl.--img.--right {
    padding-left: 102px;
} 

.layout-cl .__cl.--img.--right img {
    width: 85%;
    max-width: 496px;
}

.layout-cl .__cl .desc__inner {
    width: 535px;
    max-width: 100%;
}

.desc__inner .__inner {
    width: 470px;
    max-width: 100%;
}

.layout-cl .--left.--desc .desc__inner .__inner {
    width: 100%;
}

.layout-cl .--desc {
    color: #fff;
    padding-bottom: 40px;
}

.layout-cl .--desc p {
    line-height: 2;
    padding-top: 15px;
}

.layout-cl .--desc ul {
    padding-top: 15px;
}

ul.list-disc {
    padding-left: 18px;
}

ul.list-disc li {
    position: relative;
}

.layout-cl .--desc ul li::after {
    background-color: #fff;
}

ul.list-disc li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    left: -12px;
    top: 15px;
}

.layout-cl h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 60px;
}

.layout-cl h3 span {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
}

.layout-cl strong {
    font-size: 18px;
}

.layout-cl .__cl.--left.--desc {
    align-items: flex-end;
}

.layout-cl .__cl.--left.--img {
    align-items: flex-end;
    padding-right: 120px;
}

.layout-cl .__cl.--left.--img img {
    width: 55%;
    max-width: 309px;
}

.layout-cl .__cl.--right.--desc {
    padding-left: 110px;
}

.company-logo .--left.--desc {
    background-image: url(../images/logo-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.company-logo .--right.--desc {
    background-image: url(../images/color-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile__title {
    position: relative;
    font-size: 36px;
    padding-top: 50px;
    display: flex;
    align-items: center;
}

.profile__title span {
    position: relative;
    z-index: 2;
}

/*.profile__title::after {
    position: absolute;
    content: "";
    width: 380px;
    height: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: -115px;
}*/

table th, 
table td {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px;
}

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

.tb-profile iframe {
    margin-top: 20px;
}

.tb-profile {
    margin-top: 50px;
    width: 100%;
}

.tb-profile th,
.tb-profile td {
    padding: 30px 0px;
    line-height: 2;
}

.tb-profile td a {
	text-decoration: underline;
}

.tb-profile td a:hover {
	text-decoration: none;
}

.tb-profile th {
    width: 205px;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-family: 'Hiragino W6', sans-serif;
}

.tb-profile th::before {
    position: absolute;
    content: "";
    width: 100px;
    top: -1px;
    left: 0;
    background-color: #000;
    height: 1px;
}

.tb-profile tr:last-child th::after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: -1px;
    left: 0;
    background-color: #000;
    height: 1px;
}

.td-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.td-row span:first-child {
    width: 160px;
}

.company-profile {
    overflow: hidden;
    padding-bottom: 120px;
}

.company-profile__banner > img {
    width: 100%;
}

.history {
    background-color: #0f274f;
    color: #fff;
    padding: 60px 0px;
}

.history .__inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.history h3 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.his-profile {
    width: 100%;
}

.his-profile th, 
.his-profile td {
    border-color: #fff;
    padding: 20px 0px;
    line-height: 2;
}

.his-profile th {
    padding-left: 6px;
    width: 180px;
    text-align: left;
}

.service-intro-page {
    overflow: hidden;
    padding: 65px 0px 145px;
    background-image: url(../images/service-info-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.service-intro-page h2 {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 32px;
    text-align: center;
}

.service-intro-page p {
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 2;
}

.business {
    padding-bottom: 220px;
}

.business-info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 70px;
    margin-top: 70px;
}

.business-item {
    width: calc(100%/2 - 30px);
}

.business-item:nth-child(2) {
    margin-top: 85px;
}

.business-item:nth-child(3) {
    margin-top: -215px;
}

.business-item > img {
    width: 100%;
}

.business-item h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.business-item h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.business-item h4 ~ h4 {
    margin-top: 40px;
}

.business-item p {
    line-height: 2;
}

.business-item .__desc {
    width: 520px;
    max-width: 100%;
}

.business-item:nth-child(2n + 1) .__desc {
    margin-left: auto;
}

.business-item span {
    display: block;
    color: #ea5413;
    font-size: 200px;
    line-height: 0.7;
    margin-top: -92px;
}

.business-item:nth-child(4) span {
    margin-top: -84px;
}

.business-item:nth-child(2n + 2) span {
    margin-left: 50px;
}

.title-block-big {
    position: relative;
    z-index: 2;
}

.title-block-big h2 {
    font-size: 150px;
    text-transform: uppercase;
    color: #eaeaea;
    line-height: 0.8;
}

.title-block-big p {
    font-size: 60px;
    line-height: 1;
}

.business .title-block-big {
    margin-top: -43px;
}

.solution {
    padding-bottom: 130px;
}

.solution-title-block {
    background-color: #ea5413;
    color: #fff;
}

.solution .title-block-big h2 {
    color: #fccaca;
}

.solution-intro {
    align-items: flex-start;
    column-gap: 100px;
    padding: 65px 0px;
}

.solution-intro .title-block-big {
    margin-top: -138px;
}

.solution-intro .title-block-big h2 {
    font-size: 200px;
    line-height: 0.9;
}

.solution-intro > p {
    flex: 1;
    line-height: 2;
}

.solution-block {
    margin-top: 1px;

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solution-block.--01 {
    background-image: url(../images/service-bg-01.jpg);
}

.solution-block.--02 {
    background-image: url(../images/service-bg-02.jpg);
    height: 350px;
}

.solution-block.--03 {
    background-image: url(../images/service-bg-03.jpg);
    height: 335px;
}

.solution-block .__numb {
    width: 42%;
    padding: 50px 0px;
}

.solution-block .__numb h2 {
    width: 440px;
    max-width: 100%;
    margin-left: auto;
    font-size: 48px;
    line-height: 1.3;
}

.solution-block .__numb h2 span {
    display: block;
    font-size: 24px;
}

.solution-block.--02 .__content .sl-block-inner,
.solution-block.--03 .__content .sl-block-inner {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-block .__content {
    flex: 1;
    border-left: 1px solid #fff;
}

.sl-block-inner {
    padding: 28px 44px;
}

.sl-block-inner p {
    width: 590px;
    max-width: 100%;
    line-height: 2;
}

.sl-block-inner h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sl-block-inner + .sl-block-inner {
    border-top: 1px solid #fff;
}

.works {
    background-color: #0f274f;
    padding-bottom: 30px;
    margin-bottom: 1px;
}

.works .title-block-big {
    transform: translateY(-67px);
}

.works .title-block-big p {
    color: #fff;
}

.works .title-block-big h2 {
    font-size: 200px;
    color: #dbd7f6;
}

.case + .case{
    margin-top: 20px;
}

.case {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 10px;
}

.case__desc {
    background-color: #fff;
    flex: 1;
    padding: 65px 11.1% 20px 114px;
    max-height: 720px;
}

.case:nth-child(2n + 1) .case__desc {
    padding: 65px 114px 20px 11.1%;
}

.case.case-05 .case__desc {
    padding-left: 86px;
    padding-right: 10%;
}

.case.case-06 .case__desc {
    padding-left: 10%;
    padding-right: 100px;
}

.case__desc h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.case__desc p {
    line-height: 2;
}

.case__row {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 30px;
}

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

.case__row.flex-direction-row .__cl {
    max-width: 100%;
}

.case__row .__cl {
    max-width: 360px;
}

.case__row span {
    background-color: #0f274f;
    display: inline-block;
    color: #fff;
    padding: 1px 9px;
}

.case__row p {
    margin-top: 15px;
}

.case__img {
    max-height: 720px;
    display: flex;
    align-items: flex-start;
}

.case__img img {
    height: 100%;
    width: 100%;
    max-height: 720px;
    object-fit: cover;
}

.case-01 .case__img {
    width: 33%;
}

.case-02 .case__img {
    width: 28%;
}

.case-03 .case__img {
    width: 25.8%;
    min-width: 240px;
}

.case-04 .case__img {
    width: 31.7%;
    min-width: 300px;
}

.case-05 .case__img {
    width: 29%;
    min-width: 240px;
}

.case-06 .case__img {
    width: 30.2%;
    min-width: 290px;
}

.guideline-block {
    padding: 145px 0px 70px;
    margin-bottom: 2px;
}

.privacy,
.security {
    background-color: #0f274f;
}

.privacy {
    margin-top: 60px;
}

.iso,
.enviromenttal {
    background-color: #ea5413;
}

.white-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 0px 51px 55px 60px;
    color: #0f274f;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4)
}

.white-box .__content > h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
}

.white-box .__content > h2 ~ h2 {
    margin-top: 50px;
}

.white-box .__content > p {
    line-height: 2;
}

.white-box .title-block-big {
    text-align: center;
    transform: translateY(-46px);
    margin-bottom: 14px;
    width: calc(100% + 111px);
    margin-left: -60px;
}

.white-box .title-block-big p {
    color: #000;
}

.white-box .tb-profile {
    color: #000;
    margin-top: 0px;
}

.white-box .tb-profile tbody tr th {
    padding-left: 8px;
    width: 215px;
}

.white-box .tb-profile td img {
    margin-top: 10px;
}

.white-box .tb-profile th::before {
    width: 90px;
}

.white-box ul {
    margin-top: 30px;
}

.white-box ul.--ct {
    padding-left: 50px;
    margin: 30px 0px;
}

.single-content {
    padding: 145px 0px 70px;
}

.single-content .container,
.contact-content .container {
    max-width: 1010px;
}

.single-content h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.single-content .new-date {
    padding-right: 0px;
}

.single-content p {
    margin-top: 40px;
}

.single-content img {
    display: inline-block;
    width: auto;
}

.bt-single {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}

.bt-single .btn {
    padding: 0px;
    background-color: unset;
}

.bt-single .btn:hover {
    color: #000;
    opacity: 0.7;
}

.bt-single .btn:hover .arrow {
    background-color: #ea5413;
    color: #fff;
}

.contact-content {
    padding: 85px 0px 150px;
}

.intro-contact {
    margin-bottom: 100px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 22px;
    row-gap: 5px;
    margin-bottom: 28px;
}

.form-row.--center {
    justify-content: center;
    align-items: center;
    column-gap: 0px;
    margin-bottom: 0px;
}

.f-right {
    flex: 1;
}

.f-right.d-flex {
    column-gap: 6px;
    flex-wrap: wrap;
}

.f-right.d-flex .f-control {
    flex: 1;
}

.f-right.d-flex .error {
    width: 100%;
}

.f-label {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

.f-control {
    border: 1px solid #7f7f7f;
    font-weight: bold;
    padding: 13px 12px;
    width: 100%;
    font-size: 16px;
}

.__req {
    background-color: #e60012;
    line-height: 1;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
}

textarea.f-control {
    height: 250px;
    display: block;
}

.policy-txt {
    margin-top: 100px;
    margin-bottom: 35px;
}

.policy-box {
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border: 1px solid #7f7f7f;
    padding: 20px;

    height: 250px;
    overflow-y: auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #7f7f7f;
}

.form-policy {
    border: 2px solid #a6a6a7;
    overflow: hidden;
    padding: 8px 4px;
    position: relative;
    margin-bottom: 28px;
    color: #0f274f;
}

.form-policy::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #a6a6a7;
    top: 0px;
    right: 16px;
}

.form-policy .__inner {
    padding: 20px 18px 8px 20px;
    height: 234px;
    overflow-y: auto;
}

.form-policy .__inner::-webkit-scrollbar {
    background-color: #fff;
    padding: 4px 2px;
    width: 8px;
}

.form-policy .__inner::-webkit-scrollbar-thumb {
    width: 8px;
    height: 48px;
    border-radius: 9px;
    background-color: #a6a6a7;
}

.form-policy p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-policy ul.list-disc li::after {
    top: 12px;
    left: -10px;
}

.form__btn-box {
    margin-top: 60px;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-form {
    width: 280px;
    height: 70px;
    color: #fff;
    background-color: #ea5413;
    font-family: 'Hiragino W6';
    font-size: 16px;
    border: 1px solid #ea5413;
    cursor: pointer;

    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 92%;
    background-size: 28px 28px;
    transition: 0.25s;
}   

.btn-form:hover {
    opacity: 0.7;
}

.btn-form.--back {
    background-image: url(../images/arrow-left.svg);
    background-position: 8%;
}

.mwform-checkbox-field > label {
    display: flex;
    align-items: center;
}

.mwform-checkbox-field > label span.mwform-checkbox-field-text {
    padding-top: 2px;
}

.mw_wp_form.mw_wp_form_confirm .f-label {
    padding-top: 0px;
}

.mw_wp_form.mw_wp_form_confirm .hidden-confirm {
    display: none !important;
}

.moreInfo {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.moreInfo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 58px;
    background-position: 94%;
}

.scroll-section {
    margin-top: -90px;
    padding-top: 90px;
    visibility: hidden;
    opacity: 0;
}

.scroll-section-profile {
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.scroll-section.--service {
    margin-top: -210px;
    padding-top: 210px;
}


/*=========== Responsive style ===========*/
@media only screen and (max-width: 1920px) {
    /* .hero-img {
        background-position: center 15%;
    } */
    
    /* .hero-img,
    .hero-img .bg-fixed {
        height: 900px;
    } */
}

@media only screen and (max-width: 1600px) {
    /* .hero-img {
        background-position: center 13.5%;
    }  */

    /* .hero-img,
    .hero-img .bg-fixed {
        height: 720px;
    } */
}

@media only screen and (max-width: 1500px) {
    /* .hero-img,
    .hero-img .bg-fixed {
        height: 670px;
    }  */
}

@media only screen and (max-width: 1376px) {
    /* .hero-img {
        background-position: center 12%;
    }  */

    /* .hero-img,
    .hero-img .bg-fixed {
        height: 640px;
    } */
    .value-row {
        font-size: 22px;
    }

    .value .__inner {
        width: 85%;
    }
}


@media only screen and (max-width: 1280px) {

    .case__desc h2 {
        font-size: 30px;
    }

    .case__row p {
        font-size: 15px;
    }

    .case__row {
        column-gap: 20px;
        margin-top: 24px;
        row-gap: 24px;
    }

    .case__desc {
        padding: 65px 7% 20px 100px;;
    }

    .case:nth-child(2n + 1) .case__desc {
        padding: 65px 100px 20px 7%;
    }

    /* .hero-img,
    .hero-img .bg-fixed {
        height: 600px;
    } */
}

@media only screen and (max-width: 1200px) {
    /* .hero-img {
        background-position: center 11%;
    } */

    /* .hero-img,
    .hero-img .bg-fixed {
        height: 540px;
    } */

    .value-row {
        font-size: 18px;
    }

    .value .__inner {
        width: 75%;
    }

    .white-box .title-block-big {
            transform: translateY(-32px);
    }

    .case__img,
    .case__desc {
        max-height: 558px;
    }

    .title-block,
    .page-title h1,
    .page-title .new-title  {
        font-size: 100px;
    }

    .service-intro h3,
    .title-row .__title h3,
    .p-contact h3,
    .greeting h2,
    .philosophy h3,
    .profile__title {
        font-size: 26px;
        line-height: 1.6;
    }

    /*.profile__title::after {
        width: 240px;
        left: -60px;
    }*/

    .p-company h3 {
        font-size: 32px;
        line-height: 1.5;
    }

    .title-block span {
        font-size: 26px;
        margin-top: 0px;
    }

    .layout-cl h3 {
        margin-bottom: 40px;
    }   
    
    .layout-cl .__cl.--img.--right,
    .layout-cl .__cl.--right.--desc {
        padding-left: 60px;
    }

    .layout-cl .__cl.--left.--img {
        padding-right: 60px;
    }

    .business-item {
        width: calc(100% / 2 - 20px);
    }

    .business-item span {
        font-size: 150px;
        margin-top: -62px !important;
    }

    .title-block-big h2 {
        font-size: 100px;
    }

    .title-block-big p {
        font-size: 42px;
    }

    .business .title-block-big {
        margin-top: -32px;
    }

    .solution-intro .title-block-big h2,
    .works .title-block-big h2 {
        font-size: 150px;
    }
    
    .solution-intro .title-block-big {
        margin-top: -122px;
    }

    .works .title-block-big {
        transform: translateY(-50px);
    }

    .business-item .__desc {
        width: 100%;
    }

    .business-item:nth-child(2n + 1) .__desc {
        padding-left: 15px;
    }

    .sl-block-inner p {
        width: 100%;
    }

    .solution-block .__numb h2 {
        width: 100%;
        padding-left: 40px;
    }

    .case__desc {
        padding: 35px 20px !important;
    }

    .case__desc h2 {
        font-size: 26px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 1024px) {
    /* .hero-img {
        background-position: center 8%;
    } */

    /* .hero-img,
    .hero-img .bg-fixed {
        height: 490px;
    } */

    .solution-block .__numb h2 {
        padding-left: 20px;
        font-size: 32px;
    }

    .solution-block .__numb h2 span {
        font-size: 20px;
    }

    .sl-block-inner {
        padding: 20px 20px;
    }

    .sl-block-inner h3 {
        font-size: 20px;
    }

    .solution-block {
        height: auto !important;
    }

    .business-item h3 {
        font-size: 24px;
    }

    .business-item h4 {
        font-size: 20px;
    }

    .business-item span {
        font-size: 100px;
        margin-top: -42px !important;
    }

    .business-item {
        width: calc(100% / 2 - 10px);
    }

    .business-item:nth-child(2n + 2) span {
        margin-left: 20px;
    }

    .business {
        padding-bottom: 160px;
    }

    .service-intro-page h2 {
        font-size: 32px;
    }

    .tb-profile {
        margin-top: 25px;
    }
    
    /*.profile__title {
        height: 80px;
        margin-top: -30px;
    }

    .profile__title::after {
        width: 180px;
        left: -15px;
    }*/

    .profile__title {
        padding-top: 35px;
        font-size: 20px;
    }

    .service__img {
        width: 40%;
    }

    .service-intro h3 {
        margin: 0px 0px 30px;
    }

    .wrap-link-bt {
        margin-top: 35px;
    }

    .service-intro {
        width: 58%;
    }

    .title-block {
        font-size: 75px;
    }

    .service-intro h3,
    .title-row .__title h3,
    .p-contact h3,
    .greeting h2,
    .title-block span,
    .philosophy h3,
    .profile__title {
        font-size: 20px;
    }

    .history h3 {
        font-size: 24px;
    }

    .p-company h3 {
        font-size: 24px;
    }

    .news-list li {
        padding: 20px 30px 20px 0px;
    }

    .news-list {
        max-height: 496px;
    }

    .code-conduct-list {
        column-gap: 15px;
    }

    .code-conduct-list .__item {
        width: calc(100%/3 - 10px);
    }

    .value .__inner {
        width: 67%;
    }

    .layout-cl h3 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .layout-cl h3 span {
        padding-bottom: 6px;
        font-size: 14px;
    }

    .solution-intro {
        column-gap: 40px;
    }

    .single-content {
        padding: 90px 0px 55px;
    }

    .case__row {
        column-gap: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .case__img,
    .case__desc {
        max-height: unset;
    }
}

@media only screen and (max-width: 768px) {
    main {
        padding-top: 66px;
        overflow: hidden;
    }

    .hero-img .bg-fixed {
        display: none;
        background-image: none;
    }

    .scroll-section {
        margin-top: -45px;
        padding-top: 45px;
    }

    .value-img {
        display: none;
    }

    .value {
        padding: 55px 0px;
    }

    .value .__inner {
        width: 100%;
    }

    .value-list {
        margin-top: 35px;
    }

    .value-row {
        font-size: 14px;
    }

    .single-content {
        padding-top: 45px;
    }

    .single-content h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .single-content p {
        margin-top: 20px;
    }

    .white-box .__content > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .guideline-block {
        padding: 60px 0px 45px;
        margin-bottom: 0px;
    }

    .white-box {
        padding: 0px 40px 40px;
    }

    .white-box .title-block-big {
        transform: translateY(-20px);
        width: calc(100% + 80px);
        margin-left: -40px;
    }

    .white-box .title-block-big h2 {
        text-align: left;
        padding-left: 10px;
    }

    .white-box .title-block-big p {
        margin-top: 10px;
    }

    .td-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .td-row + .td-row {
        margin-top: 15px;
    }

    .privacy .white-box .title-block-big h2 {
        text-align: center;
    }

    .privacy .white-box .title-block-big {
        transform: translateY(-30px);
    }

    .case__desc h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .case__row .__cl {
        max-width: 100%;
    }

    .case__row {
        flex-wrap: wrap;
    }

    .case__img img {
        height: auto;
        width: 100%;
    }

    .case.case-02,
    .case.case-04,
    .case.case-06 {
        flex-direction: column-reverse;
    }

    .case__desc {
        flex: unset;
        width: 100%;
    }

    .case__img {
        width: 100% !important;
        min-width: unset !important;
    }

    .solution-block .__numb {
        width: 26%;
        padding: 20px 0px;
    }

    .solution-block .__numb h2 {
        padding-left: 15px;
        white-space: nowrap;
    }

    .sl-block-inner {
        padding: 20px 15px;
        justify-content: flex-start !important;
    }

    .business {
        padding-bottom: 80px;
    }

    .solution-intro .title-block-big h2,
    .works .title-block-big h2 {
        font-size: 100px;
    }

    .works .title-block-big {
        transform: translateY(-32px);
    }

    .solution-intro .title-block-big {
        margin-top: -102px;
    }

    .title-block-big h2 {
        font-size: 70px;
    }

    .title-block-big p {
        font-size: 30px;
    }

    .business .title-block-big {
        margin-top: -20px;
    }

    .business-item {
        width: 100%;
        margin-top: 0px !important;
    }

    .business-item .__desc {
        padding: 0px 15px !important;
    }

    .business-item h4 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .business-item h4 ~ h4 {
        margin-top: 25px;
    }

    .business-item:nth-child(2n + 2) span {
        margin-left: 0px;
    }

    .business-item h3 {
        margin-bottom: 25px;
    }

    .business-info-list {
        margin-top: 45px;
        row-gap: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .history {
        padding: 45px 0px 50px;
    }

    .history h3 {
        margin-bottom: 30px;
    }

    .his-profile th {
        width: 134px;
        vertical-align: top;
        padding-left: 0px;
    }

    .company-profile {
        padding-bottom: 55px;
    }

    /*.profile__title::after {
        width: 112px;
    }

    .profile__title {
        height: 70px;
        margin-top: -70px;
    }*/

    .tb-profile th {
        width: 126px;
    }

    .tb-profile tr.sp {
        display: table-row !important;
    }

    .tb-profile tr.sp td iframe {
        margin-top: 0px;
        height: 300px;
    }

    .tb-profile tr.sp td {
        padding-top: 0px;
    }

    .tb-profile th, .tb-profile td,
    .his-profile th, .his-profile td {
        padding: 15px 0px;
    }

    .tb-profile th::before,
    .tb-profile tr:last-child th::after {
        width: 60px !important;
    }

    .layout-cl h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .layout-cl .__cl {
        width: 100%;
        min-height: 300px;
    }

    .layout-cl .__cl.--img.--right img {
        width: 69%;
        max-width: 100%;
    }

    .layout-cl .__cl.--left.--img img {
        width: 44%;
        max-width: 200px;
    }

    .layout-cl .__cl.--left.--img {
        align-items: center !important;
    }
    
    .layout-cl .__cl {
        padding: 30px 20px !important;
    }

    .layout-cl .__cl.--desc {
        padding: 35px 20px !important;
    }

    .layout-cl .__cl.--img.--right {
        padding: 45px 20px !important;
    }

    .logo-sp__img {
        padding: 10px;
        background-color: #fff;
        width: fit-content;
        margin-bottom: 20px;
        max-width: 260px;
    }

    .layout-cl.--02 .logo-sp__img img {
        max-width: 120px;
    }

    .layout-cl.--01 { 
        flex-direction: column-reverse;
    }

    .layout-cl .__cl.--img {
        justify-content: center;
        align-items: center !important;
    }

    .layout-cl .__cl {
        height: unset;
        align-items: flex-start !important;
    }

    .layout-cl .__cl .desc__inner {
        width: 100%;
    }

    .code-conduct {
        padding: 55px 0px;
    }

    .greeting {
        padding: 30px 0px 35px;
    }

    .greeting h2 {
        margin: 30px 0px 20px;
    }

    .service-intro h3 {
        margin: 20px 0px 30px;
    }

    .p-company {
        padding: 55px 0px;
    }

    .p-company h3 {
        margin: 0px auto 30px;
    }

    .p-company p {
        padding-left: 0px;
        line-height: 1.8;
        max-width: 420px;
        margin: 0 auto;
    }

    .btn {
        padding: 8px 8px 8px 20px;
    }

    .arrow {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .p-service {
        padding: 0px;
    }

    .service-intro {
        width: 73%;
    }

    .service__img {
        width: 27%;
    }

    .p-news {
        padding-top: 55px;
    }

    .p-recruit {
        padding: 60px 0px 35px;
    }

    .title-row .__title {
        align-items: flex-start;
    }

    .title-row .__title .sp {
        padding-left: 20px;
    }

    .title-row {
        align-items: flex-start;
    }

    .title-row .__link {
        padding-top: 5px;
    }

    .title-block,
    .page-title h1,
    .page-title .new-title {
        font-size: 70px;
    }

    .wrap-news-list {
        margin-top: 30px;
    }

    .new-date {
        padding-right: 10px;
    }

    .new-item p {
        padding: 10px 10px 10px 10px;
    }

    .news-list li {
        padding: 15px 10px 15px 0px;
    }

    .news-list {
        max-height: 385px;
        padding-right: 0px;
    }

    .p-contact h3 {
        width: fit-content;
        margin: 0 auto;
        text-align: left;
        margin-top: 5px;
    }

    .contact-info {
        column-gap: 20px;
    }

    .contact-phone p {
        font-size: 26px;
    }

    .contact-phone small {
        font-size: 12px;
    }

    .contact-phone {
        padding-top: 18px;
    }

    .contact-info {
        margin-top: 35px;
    }

    .p-contact {
        padding: 45px 0px 60px;
    }

    .title-row .__title h3 {
        padding-top: 10px;
    }

    .recruit-slider .swiper-slide.--ct {
        margin-top: 25px;
    }

    .wrap-recruit-slider {
        margin-top: 20px;
    }

    .code-conduct-list {
        row-gap: 15px;
    }

    .code-conduct-list .__item:nth-child(1) {
        width: 46%;
    }

    .code-conduct-list .__item:nth-child(2) {
        flex: 1;
    }

    .code-conduct-list .__item:nth-child(3) {
        width: 100%;
    }

    .page-title {
        padding: 0px;
    }

    .page-title .__img {
        width: 100% !important;
        position: static;
        background-image: unset;
    }

    .page-title__txt {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 10%;
    }

    .privacy {
        margin-top: 30px;
    }

    .philosophy {
        padding: 60px 0px;
    }

    .philosophy h3 {
        margin-top: 40px;
    }

    .service-intro-page h2 {
        font-size: 26px;
        text-align: left;
    } 

    .service-intro-page {
        padding: 35px 0px 70px;
        margin-top: 30px;
    }

    .case + .case {
        margin-top: 10px;
    }

    .works {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .solution-intro > p {
        width: 100%;
        flex: unset;
    }

    .solution-intro {
        flex-wrap: wrap;
        row-gap: 35px;
        padding-bottom: 45px;
    }

    .solution {
        padding-bottom: 100px;
    }

    ul.list-disc li::after {
        top: 12px;
    }

    .white-box ul.--ct {
        padding-left: 15px;
        margin: 20px 0px;
    }

    .white-box ul {
        margin-top: 20px;
    }

    .white-box .__content > h2 ~ h2 {
        margin-top: 35px;
    }

    .white-box .tb-profile tbody tr th {
        padding-left: 0px;
        width: 100px;
    }

    .solution-block {
        min-height: 275px;
    }

    .contact-content {
        padding: 45px 0px;
    }

    .intro-contact {
        margin-bottom: 50px;
    }

    .form-row {
        display: block;
    }

    .f-label {
        padding-top: 0px;
        padding-bottom: 8px;
        column-gap: 25px;
        width: fit-content;
    }

    .__req {
        padding: 4px 10px;
        border-radius: 4px;
    }

    .form-row {
        margin-bottom: 20px;
    }

    .f-control {
        padding: 12px 10px;
        font-size: 14px;
    }

    .policy-txt {
        margin: 30px 0px;
    }

    .layout-cl strong {
        font-size: 14px;
    }

    .layout-cl h3 span {
        font-size: 12px;
    }

    .btn-form {
        width: 180px;
        height: 48px;
        background-size: 24px 24px;
        background-position: 94%;
    }

    .btn-form.--back {
        background-position: 6%;
    }

    .case__row p {
        font-size: 14px;
        white-space: wrap;
    }

    .hero-img {
        height: auto;
        background-image: unset;
    }

    .hero-img > img {
        opacity: 1;
        visibility: visible;
    }

    /* .top-animate {
        top: -20%;
    } */

    input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .form-row.--center {
        display: flex;
    }
}

@media only screen and (max-width: 479px) {
    .layout-cl .__cl.--img.--right img {
        width: 84%;
    }

    .layout-cl .__cl.--left.--img img {
        width: 50%;
    }

    .code-conduct-list .__numb {
        margin-bottom: 20px;
    }

    .guideline-block {
        padding: 70px 0px 55px;
    }

    .white-box {
        padding: 0px 15px 20px;
        border-radius: 8px;
    }

    .white-box .title-block-big {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .white-box .title-block-big h2 {
        font-size: 60px;
    }

    .privacy .white-box .title-block-big {
        transform: translateY(-26px);
    }

    .solution {
        padding-bottom: 80px;
    }

    .service-intro-page h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .title-block-big p {
        font-size: 24px;
    }

    .solution-intro .title-block-big h2, .works .title-block-big h2 {
        font-size: 80px;
    }

    .solution-intro .title-block-big {
        margin-top: -94px;
    }

    .works .title-block-big {
        transform: translateY(-26px);
        margin-bottom: 15px;
    }

    .service-intro-page {
        padding-bottom: 70px;
    }

    .sl-block-inner {
        padding: 15px;
    }

    .solution-block .__numb h2 {
        font-size: 20px;
    }

    .sl-block-inner h3 {
        font-size: 18px;
    }

    .solution-block .__numb h2 span {
        font-size: 14px;
    }

    .case__desc {
        padding: 35px 15px !important;
        flex: unset;
        width: 100%;
    }

    .case__desc h2 {
        font-size: 18px;
    }

    /* .page-title {
        padding: 60px 0px 45px;
    } */

    .page-title p {
        font-size: 12px;
        padding-bottom: 6px;
    }   

    .p-company {
        background-position: 40%;
    }

    .service-intro h3, 
    .title-row .__title h3, 
    .p-contact h3,
    .title-block span,
    .greeting h2,
    .philosophy h3 {
        font-size: 18px;
    }

    .p-company h3 {
        font-size: 20px;
    }

    .service-intro h3 {
        margin: 5px 0px 30px;
    }

    .service__img {
        width: 31%;
    }

    .service-intro {
        width: 69%;
    }

    .contact-info {
        row-gap: 25px;
    }

    .contact-phone {
        padding-top: 0px;
    }

    .title-row .__title .sp {
        padding-left: 0px;
        padding-top: 5px;
    }

    .title-row .__title {
        column-gap: 20px;
    }

    .title-row .__title .btn {
        font-size: 12px;
        column-gap: 14px;
    }

    .news-list {
        max-height: 365px;
    }

    .news-list li {
        padding: 15px 10px 15px 0px;
    }

    .new-item p {
        padding: 8px 8px 8px 10px;
    }

    .case__img img  {
        max-width: 100%;
    }
    
    .white-box .__content > h2 {
        font-size: 20px;
    }

    .code-conduct-list .__item {
        width: 100% !important;
    }

    .page-title__txt {
        top: 8%;
    }

    .single-content h1 {
        font-size: 20px;
    }

}

@media only screen and (max-width: 375px) {
    .service__img img {
        display: none !important;
    }

    .service__img {
        width: 30%;
        background-image: url(../images/service-top-sp.jpg);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }

    .service-intro {
        width: 70%;
        position: static;
        padding: 40px 0px;
    }

    .service-intro h3, 
    .title-row .__title h3, 
    .p-contact h3, 
    .title-block span, 
    .greeting h2,
    .philosophy h3 {
        font-size: 16px;
    }

    .title-block {
        font-size: 68px;
    }

    .service-intro h3 {
        margin-bottom: 20px;
        white-space: nowrap;
    }

    .white-box .title-block-big {
        transform: translateY(-15px);
    }

   
}

@media only screen and (max-width: 360px) {
    .white-box .tb-profile tbody tr th {
        width: 90px;
    }

    .solution-block .__numb h2 {
        padding-left: 10px;
    }

    .title-row .__title {
        column-gap: 10px;
    }

    .p-recruit .title-block {
        font-size: 54px;
    }

    .title-row .__title .btn {
        column-gap: 10px;
        padding: 6px 6px 6px 16px;
    }

    .title-row .__title .sp {
        padding-top: 0px;
    }

    .news-list li {
        padding-right: 0px;
    }

    .code-conduct-list .__item {
        padding: 10px 18px;
    }

    /* .page-title .__img {
        width: 62%;
    } */

    .business-item h3 {
        font-size: 22px;
    }

    .business-item h4 {
        font-size: 16px;
    }

    .white-box .title-block-big h2 {
        font-size: 54px;
    }
}

@media only screen and (max-width: 320px) {

    .greeting h2 {
        font-size: 15px;
    }
}

/*=========== Responsive style ===========*/