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

.wow {
    visibility: hidden;
}

.top-banner {
    /* background-color: #0f274f; */
    padding-top: 40px;

    background-image: url(../images/touto-r-top-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-banner-slider .swiper-slide {
    display: flex;
    align-self: flex-end;
    justify-content: center;
}

.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;
}

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

.top-intro {
    background-color: #ea5413;
    padding: 120px 0px 100px;
}

.top-intro .container {
    width: 1010px;
}

.intro-title {
    font-size: 12px;
    margin-bottom: 28px;
    display: block;
}

.top-intro h3 {
    font-size: 30px;
    line-height: 2.2;
}

.about-touto__block {
    padding: 90px 0px 70px;
}

.touto-block+.touto-block {
    padding-top: 90px;
}

.touto-block__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: 20px;
    row-gap: 30px;
}

.touto-block__inner .__txt {
    flex: 1;
}

.touto-block__inner .__txt.--ct {
    padding-left: 40px;
}

.touto-title-block p {
    font-size: 14px;
    font-weight: bold;
    color: #0f274f;
    margin-bottom: 35px;
}

.title-small {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 35px;
    display: block;
    color: #0f274f;
}

.touto-title-block {
    margin-bottom: 34px;
}

.title-block {
    font-size: 36px;
    line-height: 1.5;
}

.touto-block__inner .__txt>p {
    line-height: 2.2;
    margin-bottom: 30px;
}

.touto-block__inner .__txt.--ct>p {
    margin-bottom: 46px;
}

.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;
}

.btn.btn-big {
    width: 100%;
    font-size: 18px;
    justify-content: space-between;
    border-radius: 10px;
    padding: 20px 20px 20px 45px;
}

.btn.btn-big+.btn.btn-big {
    margin-top: 32px;
}

.btn.btn-big:hover {
    opacity: 0.7;
    background-color: #fff;
    color: #000;
}

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

.btn.--bg-blue {
    background-color: #0f274f;
    color: #fff;
}

.btn.--btn-white {
    background-color: #fff;
}

.btn.btn-transparent {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding: 0px;
}

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

.btn.btn-transparent .arrow {
    width: 40px;
    height: 40px;
    color: #ea5413;
    background-color: #fff;
}

.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;
}

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

.people::after {
    position: absolute;
    content: "";
    width: 58%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0f274f;
    z-index: -1;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.people-img {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 25px;
    width: 58%;
    max-width: 920px;
}

.people-img img {
    height: 100%;
    width: 100%;
}

.people-inner {
    padding: 40px 0px 110px;
    color: #fff;
}

.people-inner p {
    margin: 44px 0px 39px;
}

.system-number {
    padding-top: 120px;
}

.p-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 58px;
    row-gap: 26px;
}

.p-row ~ .p-row {
    padding-top: 170px;
}

.p-row .__img {
    max-width: 750px;
    position: relative;
}

.p-row .__img::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.p-row.--01 .__img::after {
    background-image: url(../images/display-in-numbers.png);
    width: 509px;
    height: 85px;
    top: -68px;
    right: -35%;
}

.p-row.--02 .__img::after {
    background-image: url(../images/display-in-numbers-2.png);
    width: 482px;
    height: 159px;
    top: -78px;
    left: -46px;
}

.p-row .__txt {
    flex: 1;
}

.p-row .__txt h2 {
    margin-bottom: 26px;
}

.p-row .__txt p {
    line-height: 2;
}

.p-row .__txt p+.btn {
    margin-top: 52px;
}

.wrap-link-list {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.p-news {
    padding: 100px 0px 120px;
}

.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;
}

.common-section {
    width: 100%;
    overflow: hidden;
}

.common-link {
    background-color: #ea5413;
    color: #fff;
    padding: 70px 0px;
    overflow: hidden;
}

.common-link .__inner-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 35px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.common-link__txt {
    flex: 1;
}

.common-link__txt p {
    margin: 35px 0px 55px;
    font-size: 18px;
}

.common-link__txt>div {
    gap: 35px;
}

.common-link__btn {
    width: 47%;
    padding-top: 10px;
}

.common-contact {
    background-color: #eeeeee;
    padding: 60px 0px 70px;
}

.contact-info {
    flex-wrap: wrap;
    margin-top: 50px;
    column-gap: 55px;
    row-gap: 35px;
}

.contact-info p {
    display: flex;
    white-space: nowrap;
    align-items: center;
    column-gap: 10px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.contact-info small {
    display: block;
    text-align: center;
    padding-left: 12px;
    padding-top: 2px;
}

.page-title {
    /* background-color: #0f274f; */
    color: #fff;
    height: 295px;
    display: flex;
    align-items: center;
    background-image: url(../images/banner-page.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

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

.page-title .container {
    width: 1010px;
}

.page-title h1,
.page-title .new-title {
    font-size: 48px;
    line-height: 1.5;
    font-family: 'Hiragino W6', sans-serif;
}

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

.greeting .title-block {
    font-size: 60px;
}

.avatar {
    margin: 30px 0px 40px;
    position: relative;
    overflow: hidden;
}

.avatar h3 {
    position: absolute;
    font-size: 30px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.6;
}

.greeting .__inner {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
}

.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: 12px;
    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;
    width: 90%;
    max-width: 991px;
}

.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;
}

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

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

.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;
    line-height: 2;
}

.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;
}

table.tb-recruit th,
table.tb-recruit td {
    border-color: #c0bebc;
    padding: 10px 0px;
}

.tb-profile.tb-recruit th {
    width: 185px;
    border-color: #d0121c;
}

table.tb-recruit .tb-inner th,
table.tb-recruit .tb-inner td {
    border-color: #c0bebc !important;
}

table.tb-inner th {
    background-color: #f2f2f2;
    text-align: center;
}

table.tb-inner th,
table.tb-inner td {
    border: 1px solid #c0bebc;
    padding: 4px 14px;
}

.tb-recruit tr:last-child th::after {
    content: none;
}

.tb-profile.tb-recruit th::before {
    content: none;
}

.requerement-bock .__intro {
    font-size: 48px;
    line-height: 1.5;
    margin-top: 55px;
}

.requerement-bock .tb-profile {
    margin-top: 45px;
}

.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;
}

.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;
}

.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;
}

.business {
    padding-bottom: 160px;
}

.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;
}

.job-description {
    padding-bottom: 70px;
}

.job-block+.job-block {
    margin-top: 70px;
}

.job-block .txt {
    margin-top: 16px;
    line-height: 2;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.job-title h2 {
    font-size: 60px;
}

.job-img {
    position: relative;
    width: 63%;
    max-width: 881px;
    margin-left: auto;
}

.job-img .__txt {
    position: absolute;
    font-size: 48px;
    background-color: #fff;
    padding: 2px 30px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    line-height: 1.6;
}

.wrap-banner-staff {
    width: 1000px;
    max-width: 100%;
    margin: 100px auto 0px;
}

.people-content .container {
    width: 1010px;
}

.people-content {
    padding: 90px 0px 80px;
}

.people-block {
    padding-top: 80px;
}

/* .people-block ~ .people-block {
    padding-top: 65px;
} */

.people-block .__img img {
    width: 100%;
}

.people-block .__img {
    overflow: hidden;
}

.people-block .__inner {
    margin-top: 45px;
}

.people-block p {
    line-height: 1.6;
}

.people-block .__inner+.__inner {
    margin-top: 35px;
}

.message-block {
    color: #fff;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 785px;
    max-width: 100%;
    border-radius: 12px;
    background-color: #ea5413;
    padding: 32px 78px 38px 82px;
}

.message-block img.__title {
    position: absolute;
    left: -17px;
    top: 102px;
}

.message-block p {
    line-height: 1.6;
    margin-top: 102px;
}

.p-title {
    display: flex;
    align-items: flex-end;
    column-gap: 18px;
    margin-bottom: 25px;
}

.p-title span {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    border-bottom: 2px solid #000;
}

.p-title::before {
    display: block;
    content: "";
    background-image: url(../images/hand-icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 31px;
    height: 52px;
}

.benefit-block {
    padding-top: 70px;
}

.benefit-block+.benefit-block {
    padding-top: 80px;
}

.benefit-block .container {
    width: 1010px;
}

.benefit-block .container.--ct {
    width: 1130px;
}

.benefit-block .title-block {
    font-size: 60px;
}

.benefit-block .txt {
    margin-top: 35px;
    line-height: 2;
}

.benefit-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 50px;
}

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

.benefit-item ul {
    padding-top: 18px;
    padding-left: 15px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.benefit-item p {
    margin-top: 18px;
    line-height: 2;
}

.development {
    margin-top: 70px;
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.development-item {
    position: relative;
    width: calc(100%/3 - calc(80px/3));
    background-color: #c8f2ca;
    padding: 60px 22px;
}

.development-item .__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
}

.development-item h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.development-item p {
    line-height: 2;
    margin-bottom: 25px;
}

.development-item .__line {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 8px 2px;
    width: 206px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.development-item .__line+.__line {
    margin-top: 32px;
}

.development-item .__line::after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-01.png);
    width: 18px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.development-item .__line:last-child::after {
    content: none;
}

.development-item:nth-child(2) .__line+.__line {
    margin-top: 82px;
}

.development-item:nth-child(2) .__line::after {
    background-image: url(../images/arrow-02.png);
    width: 18px;
    height: 73px;
}

.development-item:nth-child(2) .__line:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../images/txt-box-img.png);
    width: 114px;
    height: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -36px;
    top: -32px;
}

.development-item:nth-child(3) .__line+.__line {
    margin-top: 50px;
}

.development-item:nth-child(3) .__line::after {
    background-image: url(../images/arrow-02.png);
    width: 18px;
    height: 40px;
    background-position: bottom;
}

.benefit-block .__inner {
    margin-top: 45px;
}

.benefit-block .__inner h3 {
    font-size: 36px;
    margin-bottom: 22px;
    line-height: 1.5;
}

.box-txt {
    margin-top: 15px;
    background-color: #e0d3fa;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 45px;
    border-radius: 15px;
    position: relative;
}

.box-txt ul {
    width: 410px;
    max-width: 50%;
}

.box-txt li {
    font-size: 20px;
}

.box-txt span {
    position: absolute;
    right: 45px;
    bottom: 30px;
    font-size: 20px;
}

.office-gallery {
    margin-top: 45px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 32px;
    row-gap: 48px;
}

.office-gallery li {
    width: calc(100%/4 - 24px);
}

.office-gallery li p {
    padding-top: 6px;
}

.requirement-img {
    width: 980px;
    max-width: 100%;
    margin: 55px auto;
}

.requerement-bock__inner {
    width: 720px;
    margin: 0 auto 45px;
}

.requerement-bock__inner h4 {
    font-size: 24px;
    margin: 45px 0px 30px;
    line-height: 1.5;
}

.box-txt-blue {
    color: #fff;
    background-color: #0f274f;
    border-radius: 15px;
    padding: 50px 60px 40px;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

.box-txt-blue h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.box-txt-blue li {
    font-size: 20px;
}

.box-txt-blue ul.list-disc li::after {
    background-color: #fff;
    top: 18px;
}

.benefit-block .container.--1130 {
    width: 1130px;
}

.requerement-process {
    padding-bottom: 100px;
}

.requerement-process .title-block {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.requerement-process .title-block::after {
    position: absolute;
    content: "";
    background-image: url(../images/title-line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 8px;
    left: 0;
    top: 100%;
}

.requerement-process .__txt {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

.requerement-process__list {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 65px;
    row-gap: 35px;
}

.requerement-process__item {
    flex: 1;
}

.requerement-process__item .__step {
    display: inline-block;
    color: #fff;
    background-color: #ea5413;
    font-size: 14px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 26px;
}

.requerement-process__item h4 {
    font-size: 24px;
    margin: 25px 0px 15px;
    line-height: 1.5;
}

.requerement-process__item a {
    color: #ff0000;
    text-decoration: underline;
}

.faq-content {
    padding: 120px 0px 100px;
}

.faq-content .container {
    width: 1010px;
}

.faq-item {
    margin-bottom: 40px;
}

.faq-item .__row {
    display: flex;
    align-items: flex-start;
}

.faq-item .__q {
    font-family: 'Hiragino W6', sans-serif;
    width: 72px;
    font-size: 26px;
    line-height: 1.2;
    padding-left: 15px;
}

.faq-item .faq-q .__q {
    color: #d0121c;
}

.faq-item .faq-q {
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0bebc;
	font-weight: 700;
}

.faq-item .__row p {
    flex: 1;
    line-height: 2;
    padding-right: 40px;
}

.faq-item .faq-q p {
    font-size: 18px;
}

.faq-q {
    position: relative;
    cursor: pointer;
}

.faq-q::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 4px;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-plus.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    transition: background-image 0.25s ease;
}

.faq-q.active::after {
    background-image: url(../images/icon-qa.png);
}

.single-content,
.contact-content {
    padding: 100px 0px 100px;
}

.single-content .container,
.contact-content .container {
    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;
}

.number-intro {
    padding: 60px 0px 90px;
    overflow: hidden;
}

.number-intro .d-flex {
    column-gap: 60px;
    justify-content: center;
    margin-top: 50px;
}

.number-intro .d-flex p {
    line-height: 2.2;
}

.number-block {
    background-color: #fffce3;
    padding: 70px 0px 100px;
}

.number-block .title-block {
    margin-bottom: 18px;
}

.number-block .title-block~.title-block {
    padding-top: 80px;
}

.touto-number {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 12px;
    font-family: 'Hiragino W6', sans-serif;
}

.touto-number+.touto-number {
    margin-top: 40px;
}

.cl-blue {
    color: #3f5272;
}

.cl-green {
    color: #3e968a;
}

.cl-orange {
    color: #ec652b;
}

.touto-number li {
    align-self: stretch;
    background-color: #fff;
    padding: 18px 20px 25px 22px;
    border-radius: 15px;
    width: calc(50% - 20px);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.touto-number li.col1-5 {
    width: 56%;
}

.touto-number li.col1-5 .number-row {
    column-gap: 55px;
}

.touto-number li.col1-5 + li {
    flex: 1;
}

.touto-number li.col1-5 + li .number-row {
    align-items: flex-end;
    column-gap: 35px;
}

.touto-number li.--05,
.touto-number li.--11 {
    width: 40%;
}

.touto-number li.--05 + li,
.touto-number li.--11 + li {
    flex: 1;
}

.touto-number li.--07,
.touto-number li.--08,
.touto-number li.--09 {
    flex: 1;
}

.touto-number li.--03 .number-row {
    column-gap: 35px;
}

.touto-number li.--04 .number-row {
    column-gap: 35px;
}

.touto-number li.--05 .number-row {
    column-gap: 40px;
}

.touto-number li.--06 .number-row {
    column-gap: 68px;
}

.touto-number li.--10 .number-row {
    column-gap: 90px;
}

.touto-number li.--12 .number-row {
    column-gap: 45px;
    flex: 1;
}

.touto-number li.--13 .number-row {
    column-gap: 90px;
}

.touto-number li.--10,
.touto-number li.--13 {
    width: 100%;
}

.touto-number li h4 {
    font-size: 24px;
    position: relative;
    padding-bottom: 8px;
}

.touto-number li h4::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 6px;
    border-radius: 6px;
    background-color: #ea5413;
    bottom: 0px;
    left: 0px;
}

.number-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.touto-number li.--13 .number-row {
    padding-top: 10px;
}

.number-row.flex-column {
    flex-direction: column;
    row-gap: 25px;
}

.number-row.flex-column .__img {
    padding-bottom: 0px;
    padding-top: 10px;
}

.number-row.align-end {
    align-items: flex-end;
}

.number-row .__img {
    padding-bottom: 6px;
}

.touto-number li.--05 .number-row .__img,
.touto-number li.--06 .number-row .__img {
    padding-bottom: 0px;
    padding-top: 6px;
}

.number-line {
    display: flex;
    align-items: baseline;
    font-size: 80px;
    line-height: 1;
}

.number-line.--60 {
    font-size: 60px;
}

.number-line.cl-gap {
    column-gap: 10px;
}

.number-line.--60 span {
    font-size: 24px;
}

.number-line span {
    font-size: 30px;
}

.number-line span.percent {
    font-size: 28px;
}

.number-line span.percent.--24 {
    font-size: 24px;
}

.number-row .__desc.d-flex {
    align-items: center;
    column-gap: 30px;
}

.touto-number li.--10 .number-row .__desc.d-flex {
    column-gap: 100px;
}

.number-row .__desc.flex-column {
    flex-direction: column;
    row-gap: 25px;
}

.number-row .__desc.flex-wrap {
    flex-wrap: wrap;
    max-width: 300px;
    column-gap: 60px;
    row-gap: 25px;
}

.percent-column .__txt {
    font-size: 24px;
    padding-left: 4px;
}

.percent-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.percent-line + .percent-line {
    margin-top: 10px;
}

.percent-line__text {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
    padding-top: 16px;
}

.percent-line__number {
    font-size: 60px;
    color: #ec652b;
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.percent-line__number.--50 {
    font-size: 50px;
}

.percent-line__number span {
    font-size: 24px;
}

/*========== contact ==========*/
.wrap-entry-page {
    max-width: 660px;
    margin: 0px auto;
    font-size: 14px;
}

.entry-status {
    padding: 42px 0px 50px;
    column-gap: 108px;
}

.entry-status__item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    column-gap: 12px;
}

.entry-status__item span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eeeeee;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-status__item.active {
    color: #d0121b;
}

.wrap-entry-page .mw_wp_form .error {
    color: #ff0000;
}

.entry-status__item.active span {
    background-color: #d0121b;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 22px;
    margin-bottom: 20px;
    padding: 0px 30px;
}

.form-row.--ct-margin {
    margin-bottom: 56px;
}

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

.form-title {
    display: flex;
    align-items: center;
    width: 142px;
    padding-top: 4px;
    justify-content: space-between;
    column-gap: 14px;
}

.mw_wp_form.mw_wp_form_confirm .form-title {
    padding-top: 0px;
}

.mw_wp_form.mw_wp_form_confirm .form-info {
    display: none;
}

.mw_wp_form.mw_wp_form_confirm .form-policy {
    display: none;
}

.mw_wp_form.mw_wp_form_confirm .p-form-full-w {
    display: none;
}

.mw_wp_form.mw_wp_form_confirm .form-row {
    padding: 0px 20px;
}

.mw_wp_form.mw_wp_form_confirm {
    border: 5px solid #000;
    padding: 28px 40px;
}

.form-title label {
    font-size: 14px;
}

.form-title .required {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
    padding: 4px 3px;
    line-height: 1;
}

.form-group {
    flex: 1;
}

.form-group .__row-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}

.form-group .__row-inner span {
    font-size: 17px;
}

.form-group .__row-inner span.error {
    font-size: 14px;
    width: 100%;
}

.form-group .__row-inner select.form-control {
    width: 140px;
}

.form-group .__row-inner input.form-control {
    flex: 1;
}

.form-group .__row-inner:last-child {
    margin-bottom: 0px;
}

.form-control {
    width: 100%;
    height: 32px;
    border: 2px solid #000;
    padding: 2px 8px;
    border-radius: 0px;
    font-size: 14px;
}

select.form-control {
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

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

.form-control::placeholder {
    font-family: "Hiragino W3", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.form-control:focus-visible {
    border-radius: 0px;
}

.p-form-full-w {
    padding: 10px 30px 6px;
    font-size: 14px;
}

.form-row.--file {
    column-gap: 32px;
}

.mw_wp_form.mw_wp_form_confirm .form-row.--file {
    column-gap: 22px;
}

.form-row.--file .form-title {
    width: 215px;
    justify-content: flex-start;
    column-gap: 16px;
}

.mw_wp_form.mw_wp_form_confirm .form-title {
    width: 142px;
    justify-content: space-between;
}

.form-info {
    padding: 65px 0px 26px;
    text-align: center;
}

.form-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Hiragino W6';
}

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

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

.form-policy .__inner {
    padding: 8px 14px 8px 16px;
    height: 168px;
    overflow-y: auto;
    color: #0f274f;
}

.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;
    color: #0f274f;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-check {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.form-group .form-check:nth-child(2) {
    margin-left: 30px;
}

.page-content form {
    font-size: 14px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 20px !important;
}

.form-button {
    padding-top: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.form-button input {
    margin: 0px 10px;
}

.btn-form {
    font-size: 15px;
    width: 177px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    background-image: url(../images/chevron-right-regular-24.png);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    transition: 0.25s ease;
    color: #000;
    
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.btn-form[name="submitBack"] {
    background-image: url(../images/chevron-left-regular-24.png);
    background-position: 2%;
    color: #000;
}

.btn-form[name="submitBack"]:hover {
    background-image: url(../images/chevron-left-regular-24-w.png);
    background-position: 2%;
    color: #fff;
}

.btn-form:hover {
    background-color: #ea5413;
    color: #fff;
    border-color: #ea5413;
    background-image:  url(../images/chevron-right-regular-24-w.png);
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    width: 20px;
    height: 20px;
    margin-right: 0px !important;
}

.mwform-radio-field-text {
    position: relative;
    top: -4px;
}

.confirm-show {
    display: none;
    visibility: hidden;
    z-index: -1;
}

.mw_wp_form.mw_wp_form_confirm .confirm-show {
    display: block;
    text-align: left;
    visibility: visible;
    z-index: 1;
    padding-bottom: 0px;
}

.mw_wp_form.mw_wp_form_confirm .confirm-none {
    display: none;
}

.row-accept {
    justify-content: center;
}

.mw_wp_form.mw_wp_form_confirm .row-accept {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
}

.back-to-entry {
    margin-top: 40px;
}

.entry-intro {
    padding-left: 20px;
}

/*========== end contact ==========*/

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

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

/*=========== Responsive style ===========*/
@media only screen and (max-width: 1376px) {
    .value-row {
        font-size: 22px;
    }

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

@media only screen and (max-width: 1200px) {
    .value-row {
        font-size: 18px;
    }

    .value .__inner {
        width: 75%;
    }

    .touto-number li h4 {
        font-size: 20px;
        padding-bottom: 6px;
    }

    .touto-number li h4::after {
        width: 32px;
        height: 4px;
    }

    .top-intro h3 {
        font-size: 26px;
    }

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

    .touto-block__inner .__txt.--ct {
        padding-left: 0px;
    }

    main {
        padding-top: 80px;
    }

    .p-row .__img {
        width: 55%;
    }

    .p-row~.p-row {
        padding-top: 150px;
    }

    .p-row {
        column-gap: 40px;
        align-items: flex-end;
    }

    .p-row.--01 .__img::after {
        width: 65%;
        top: -62px;
        right: -18%;
    }

    .p-row.--02 .__img::after {
        width: 55%;
        top: -76px;
        left: -37px;
    }

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

    .greeting .title-block,
    .benefit-block .title-block {
        font-size: 48px;
    }

    .avatar h3 {
        font-size: 26px;
    }

    .page-title {
        height: 240px;
    }

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

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

    .philosophy h3 {
        font-size: 26px;
    }

    .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;
    }

    .profile__title {
        font-size: 26px;
    }

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

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

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

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

    .business {
        padding-bottom: 120px;
    }

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

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

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

    .job-img .__txt {
        font-size: 36px;
    }

    .job-title h2 {
        font-size: 48px;
        line-height: 1.6;
    }

    .requerement-bock .__intro {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .number-row .__desc.flex-wrap {
        column-gap: 30px;
    }

    .touto-number {
        column-gap: 10px;
    }

    .touto-number li {
        width: calc(50% - 5px);
    }

    .touto-number li.col1-5 .number-row {
        column-gap: 30px;
    }

    .number-line {
        font-size: 60px;
    }

    .number-line span {
        font-size: 24px;
    }

    .number-line span.percent {
        font-size: 24px;
    }

    .percent-line__number {
        font-size: 50px;
    }

    .percent-line__text {
        font-size: 20px;
        line-height: 1.4;
    }

    .percent-line__number.--50 {
        font-size: 40px;
    }

    .touto-number li.--13 .number-row {
        column-gap: 45px;
    }

    .touto-number li.--10 .number-row,
    .touto-number li.--10 .number-row .__desc.d-flex {
        column-gap: 45px;
    }

    .touto-number li.--06 .number-row {
        column-gap: 40px;
    }

    .benefit-list {
        column-gap: 20px;
    }

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

    .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;
    }

    .job-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .wrap-banner-staff {
        padding: 0px 15px;
        margin-top: 55px;
        width: 100%;
    }

    .job-img .__txt {
        font-size: 26px;
    }

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

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

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

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

    .avatar h3 {
        font-size: 20px;
        right: 15px;
    }

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

    .title-block-ct span {
        font-size: 20px;
    }

    .philosophy h3 {
        font-size: 20px;
    }

    .p-row.--02 .__img::after {
        left: -24px;
    }

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

    .p-row.--02 {
        align-items: flex-end;
    }

    .p-row~.p-row {
        padding-top: 80px;
    }

    .system-number {
        padding-top: 80px;
    }

    .touto-block__inner .__txt {
        flex: unset;
        width: 100%;
    }

    .top-intro h3 {
        font-size: 24px;
    }

    .top-intro {
        padding: 55px 0px 45px;
    }

    .intro-title {
        margin-bottom: 24px;
    }

    .people-inner {
        padding: 25px 0px 45px;
        width: 40%;
    }

    .people-img {
        width: 56%;
    }

    .common-link__btn {
        width: 70%;
        max-width: 520px;
        margin: 0 auto;
    }

    .tb-profile {
        margin-top: 25px;
    }

    .value .__inner {
        width: 67%;
    }

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

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

    .page-title {
        height: 150px;
    }

    .page-title .container {
        padding: 0px 20px;
    }

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

    .greeting .title-block,
    .benefit-block .title-block {
        font-size: 32px;
    }

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

    .benefit-block {
        padding-top: 40px;
    }

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

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

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

    .benefit-block .__inner h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .box-txt li,
    .box-txt span {
        font-size: 18px;
    }

    .office-gallery {
        column-gap: 16px;
        margin-top: 35px;
    }

    .office-gallery li {
        width: calc(100% / 4 - 12px);
    }

    .requerement-process__list {
        column-gap: 40px;
    }

    .requerement-process__item h4 {
        font-size: 20px;
    }

    .faq-content {
        padding: 45px 0px 20px;
    }

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

@media only screen and (max-width: 768px) {
    /* #Office {
        scroll-margin-top: 160px;
    } */

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

    .touto-number li.--11,
    .touto-number li.--12,
    .touto-number li.--13 {
        width: 100%;
    }

    .touto-number li.--13 .number-row,
    .touto-number li.--12 .number-row,
    .touto-number li.--11 .number-row {
        padding-top: 15px;
    }

    .touto-number li.--11 .number-row,
    .touto-number li.--12 .number-row {
        flex-direction: row;
        justify-content: space-around;
        column-gap: 10px;
    }

    .touto-number li.--11 .__img {
        max-width: 40%;
    }

    .touto-number li h4 {
        font-size: 18px;
    }

    .touto-number li {
        padding: 15px 15px 20px 15px;
        border-radius: 10px;
    }

    .percent-line__text {
        font-size: 16px;
        padding-top: 10px;
    }

    .percent-line__number {
        font-size: 40px;
    }

    .number-line span {
        font-size: 20px;
    }

    .percent-column .__txt {
        font-size: 20px;
    }

    .number-line {
        font-size: 50px;
    }
    
    .number-line.--60 {
        font-size: 40px;
    }

    .touto-number li.--03 .number-row {
        flex-direction: column;
        row-gap: 6px;
        padding-top: 15px;
    }

    .touto-number li.--04 .number-row {
        align-items: center;
    }

    .number-row .__desc.d-flex.sp-column {
        flex-direction: column;
        row-gap: 5px;
    }

    .touto-number li.--05 {
        width: 100%;
    }

    .number-row .__desc.d-flex.sp-row {
        flex-direction: row;
    }

    .touto-number li.--06 .number-row {
        flex-direction: column;
        row-gap: 20px;
    }

    .touto-number li.--09 {
        flex: unset;
        width: 100%;
    }

    .touto-number li.--09 .number-row {
        flex-direction: row;
    }

    .number-row.sp-column {
        flex-direction: column;
        row-gap: 15px;
    }

    .number-row .__desc.flex-wrap {
        max-width: 100%;
    }

    .faq-q::after {
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
    }

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

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

    .faq-item .__row p {
        line-height: 1.6;
        font-size: 15px;
    }

    .requerement-process__list {
        column-gap: 20px;
        margin-top: 35px;
    }

    .requerement-process__item {
        flex: unset;
        width: calc(100%/2 - 10px);
    }

    .requerement-process__item .__step {
        font-size: 12px;
    }

    .requerement-process__item h4 {
        margin: 15px 0px 10px;
    }

    .requerement-process .__txt {
        margin-top: 45px;
    }

    .office-gallery {
        column-gap: 20px;
        justify-content: center;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        row-gap: 30px;
        margin-bottom: 50px;
    }

    .office-gallery li {
        width: calc(100% / 2 - 10px);
    }

    .box-txt span {
        display: none;
    }

    .box-txt {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .box-txt li {
        font-size: 15px;
    }

    .benefit-item h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .benefit-list {
        margin-top: 40px;
        row-gap: 45px;
        column-gap: 15px;
    }

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

    .benefit-block+.benefit-block {
        padding-top: 55px;
    }

    .people-block .__inner {
        margin-top: 35px;
    }

    .people-block .__inner+.__inner {
        margin-top: 30px;
    }

    .message-block {
        margin-top: 30px;
        padding: 28px 15px 22px;
    }

    .message-block img.__top {
        width: 120px;
    }

    .message-block img.__title {
        left: -12px;
        width: 53%;
        top: 80px;
        min-width: 340px;
    }

    .message-block p {
        margin-top: 80px;
    }

    .business {
        padding-bottom: 60px;
    }

    .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;
    }

    .job-img {
        width: 100%;
        padding: 0px 15px;
        margin-top: 30px;
        margin-left: unset;
        overflow: hidden;
    }

    .job-block+.job-block {
        margin-top: 55px;
    }

    .job-img .__txt {
        left: -5px;
        top: unset;
        bottom: 0px;
        transform: unset;
        padding: 4px 20px;
    }

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

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

    .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 strong {
        font-size: 14px;
    }

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

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

    .greeting .title-block,
    .benefit-block .title-block {
        font-size: 30px;
    }

    .avatar h3 {
        right: 5px;
    }

    .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%;
    }

    .value-img {
        display: none;
    }

    .value {
        padding: 55px 0px;
    }

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

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

    .value .__inner {
        width: 100%;
    }

    .philosophy {
        padding: 60px 0px;
    }

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

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

    .top-intro h3 {
        font-size: 20px;
    }

    main {
        padding-top: 73px;
        overflow: hidden;
    }

    .people-inner {
        width: 100%;
    }

    .people-img {
        position: static;
        width: 100%;
    }

    .people::after {
        width: 100%;
    }

    .people-inner {
        padding: 30px 0px 50px;
    }

    .title-small,
    .touto-title-block p {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .title-block {
        font-size: 24px;
        line-height: 1.6;
    }

    .people-inner p {
        margin: 30px 0px 24px;
    }

    .about-touto__block {
        padding: 45px 0px 50px;
    }

    .touto-title-block {
        margin-bottom: 25px;
    }

    .touto-block__inner .__img {
        width: 100%;
    }

    .touto-block__inner .__img>img {
        width: 100%;
    }

    .touto-block__inner .__txt>p {
        margin-bottom: 25px !important;
        margin-top: 30px;
        line-height: 2;
    }

    .touto-block+.touto-block {
        padding-top: 60px;
    }

    .touto-block__inner {
        row-gap: 0px;
    }

    .touto-block__inner .__txt>img {
        width: 100%;
    }

    .p-row .__img::after {
        content: none;
    }

    .p-row .__img {
        width: 100%;
    }

    .p-row .__txt {
        flex: unset;
        width: 100%;
    }

    .p-news {
        padding: 60px 0px 60px;
    }

    .p-row .__txt h2 {
        margin-bottom: 18px;
    }

    .p-row .__txt p+.btn {
        margin-top: 30px;
    }

    .system-number {
        padding-top: 60px;
    }

    .p-row~.p-row {
        padding-top: 0px;
    }

    .system-number .title-small~.title-small {
        padding-top: 70px;
        margin-bottom: 0px;
    }

    .system-number .title-small {
        margin-bottom: 10px;
    }

    .p-row .__img>img {
        width: 100%;
    }

    .p-row.--02 {
        flex-direction: column-reverse;
    }

    .wrap-link-list {
        padding-top: 40px;
        gap: 15px;
    }

    .wrap-link-list .btn {
        font-size: 12px;
        column-gap: 12px;
    }

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

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

    .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;
    }

    .top-banner {
        padding-top: 0px;
        background-image: url(../images/touto-r-top-banner-sp.jpg);
    }

    .common-link {
        padding: 55px 0px;
    }

    .common-link__txt p {
        font-size: 14px;
        margin: 30px 0px 40px;
    }

    .btn.btn-transparent {
        font-size: 14px;
    }

    .btn.btn-big {
        font-size: 15px;
        border-radius: 6px;
        padding: 14px 16px 14px 30px;
    }

    .btn.btn-big+.btn.btn-big {
        margin-top: 25px;
    }

    .common-contact {
        padding: 55px 0px 50px;
    }

    .common-contact .title-block {
        font-size: 28px;
    }

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

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

    table.tb-inner th, 
    table.tb-inner td {
        padding: 4px 8px;
    }

    .table-wrap {
        overflow-x: auto;
    }

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

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

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

    .avatar h3 {
        line-height: 1.7;
    }

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

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

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

    .job-block:nth-child(1) .job-title>img {
        width: 126px;
    }

    .job-block:nth-child(2) .job-title>img {
        width: 185px;
    }

    .job-block:nth-child(3) .job-title>img {
        width: 126px;
    }

    .job-description {
        padding-bottom: 55px;
    }

    .job-title h2 {
        font-size: 30px;
    }

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

    .people-block {
        padding-top: 50px;
    }

    /* .people-block ~ .people-block {
        padding-top: 55px;
    } */

    .p-title::before {
        width: 28px;
        height: 48px;
        background-size: contain;
    }

    .p-title {
        column-gap: 14px;
        margin-bottom: 20px;
    }

    .p-title span {
        font-size: 22px;
    }

    .number-intro .d-flex {
        margin-top: 20px;
        column-gap: 30px;
    }

    .number-intro {
        padding: 40px 0px 50px;
    }

    .number-block {
        padding: 45px 0px;
    }

    .touto-number {
        justify-content: center;
    }

    .number-block .title-block~.title-block {
        padding-top: 55px;
    }

    .touto-number.--one-column-sp {
        flex-wrap: wrap;
    }

    .touto-number+.touto-number {
        margin-top: 12px;
    }

    .development {
        column-gap: 15px;
        row-gap: 60px;
    }

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

    .development-item:nth-child(3) {
        width: 100%;
    }

    .requerement-bock .tb-profile {
        margin-top: 35px;
    }

    .requerement-bock .__intro {
        font-size: 26px;
        margin-top: 45px;
    }

    .requirement-img {
        width: 100%;
        margin: 35px 0px;
    }

    .requerement-bock__inner h4 {
        margin: 25px 0px 20px;
    }

    .requerement-bock__inner {
        width: 100%;
        margin-bottom: 35px;
    }

    .box-txt-blue {
        border-radius: 0px;
        padding: 30px 20px;
    }

    .box-txt-blue h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .box-txt-blue li {
        font-size: 14px;
    }

    ul.list-disc li::after,
    .box-txt-blue ul.list-disc li::after {
        top: 12px;
    }

    .requerement-process {
        padding-bottom: 45px;
        padding-top: 45px !important;
    }

    .tb-profile.tb-recruit th {
        width: 144px;
    }

    .tb-profile.tb-recruit tr.tr-sp th {
        border-bottom: unset;
    }

    .tb-profile.tb-recruit tr.tr-sp td {
        border-bottom: unset;
    }

    .form-group {
        flex: unset;
        width: 100%;
    }

    .form-title {
        padding-bottom: 8px;
        width: auto !important;
        column-gap: 20px;
    }

    .form-row {
        padding: 0px 0px;
        margin-bottom: 15px;
    }

    .entry-intro {
        padding-left: 0px;
    }

    .form-control {
        border-width: 1px;
        height: 36px;
    }

    textarea.form-control {
        height: 180px;
    }
    
    .form-group .__row-inner {
        margin-bottom: 14px;
    }

    .mw_wp_form.mw_wp_form_confirm .form-row {
        padding: 0px;
    }

    .p-form-full-w {
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .form-policy p {
        font-size: 14px;
    }

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

    .form-info {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .mw_wp_form.mw_wp_form_confirm {
        border-width: 3px;
        padding: 16px 20px;
    }
    
    .form-group .__row-inner select.form-control {
        width: 120px;
    }

    .entry-status__item {
        font-size: 14px;
    }

    .entry-status__item span {
        width: 38px;
        height: 38px;
    }

    .entry-status {
        column-gap: 40px;
        padding-bottom: 35px;
    }

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

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

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

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

    .benefit-item ul {
        padding-top: 15px;
    }

    .page-title {
        background-image: url(../images/banner-page-sp.jpg);
    }
}

@media only screen and (max-width: 479px) {
    .touto-number li.--09 .number-row .__img {
        max-width: 80px;
        padding-top: 0px;
    }

    .touto-number li.--10 .number-row .__img {
        max-width: 120px;
    }

    .touto-number li.--06 .number-row .__img {
        max-width: 120px;
    }

    .touto-number li.--09 .number-row .number-line {
        font-size: 60px;
    }   
     
    .touto-number li.--09 .number-row .number-line span {
        font-size: 15px;
    }

    .number-row .__img {
        max-width: 80%;
    }

    .number-line {
        font-size: 40px;
    }

    .number-row {
        padding-top: 10px;
    }

    .touto-number li.col1-5 .number-row {
        column-gap: 10px;
    }

    .number-line span {
        font-size: 14px;
    }

    .touto-number li.col1-5 + li .number-row {
        column-gap: 10px;
    }

    .touto-number li {
        padding: 10px 10px 15px 15px;
        border-radius: 8px;
    }

    .touto-number li.--04 .number-row {
        column-gap: 10px;
    }

    .percent-column .__txt,
    .number-line span.percent,
    .number-line span.percent.--24,
    .number-line.--60 span {
        font-size: 14px;
    }

    .touto-number li.--10 .number-row .__desc.d-flex{
        column-gap: 5px;
        width: 100%;
        justify-content: space-around;
    }

    .touto-number li.--05 .number-row {
        column-gap: 10px;
    }

    .number-row .__desc.flex-wrap {
        column-gap: 5px;
        justify-content: space-around;
        width: 100%;
    }

    .number-row .__desc.d-flex.sp-row {
        column-gap: 10px;
        flex-wrap: nowrap;
    }

    .percent-line__number.--50 {
        font-size: 30px;
    }

    .percent-line__number span {
        font-size: 14px;
    }

    .percent-line__number {
        font-size: 36px;
    }

    .percent-line__text {
        font-size: 14px;
        padding-top: 8px;
    }

    .touto-number li h4 {
        font-size: 16px;
        padding-bottom: 4px;
    }

    .touto-number li h4::after {
        width: 30px;
    }

    .entry-status {
        column-gap: 28px;
    } 

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

    .requerement-process__item h4 {
        font-size: 16px;
    }

    .requerement-process__item .__step {
        font-size: 10px;
    }

    .requerement-bock__inner h4 {
        font-size: 18px;
    }

    .development-item {
        padding: 50px 15px 45px;
    }

    .development-item h4 {
        font-size: 14px;
    }

    .development-item .__icon img {
        width: 70px;
    }

    .development-item .__line {
        font-size: 12px;
    }

    .development-item:nth-child(2) .__line:last-child::before {
        width: 90px;
        background-size: contain;
        left: -40px;
    }

    .development-item p {
        font-size: 12px;
    }

    .benefit-block .__inner h3 {
        font-size: 20px;
    }

    .box-txt ul {
        max-width: 100%;
    }

    .number-intro .d-flex img {
        width: 34%;
        min-width: 100px;
    }

    .number-intro .d-flex p {
        line-height: 2;
        flex: 1;
        min-width: 192px;
    }

    .number-intro .d-flex {
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }

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

    .message-block img.__title {
        min-width: 320px;
        left: -10px;
    }

    .job-block:nth-child(1) .job-title>img {
        width: 115px;
    }

    .job-block:nth-child(2) .job-title>img {
        width: 165px;
    }

    .job-block:nth-child(3) .job-title>img {
        width: 115px;
    }

    .job-title h2 {
        font-size: 26px;
    }

    .job-block+.job-block {
        margin-top: 50px;
    }

    .layout-cl .__cl.--img.--right img {
        width: 84%;
    }

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

    .avatar h3 {
        font-size: 16px;
    }

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

    .title-block-ct span {
        font-size: 18px;
    }

    .top-intro h3 {
        font-size: 18px;
    }

    .intro-title {
        font-size: 10px;
    }

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

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

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

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

    .common-link__btn {
        width: 82%;
    }

    .common-link__txt>div {
        gap: 20px;
        flex-wrap: wrap;
    }

    .common-contact .title-block {
        font-size: 26px;
    }

    .contact-info p {
        font-size: 34px;
    }

    .philosophy h3 {
        font-size: 18px;
    }

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

    .job-img .__txt {
        font-size: 24px;
    }

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

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

    .benefit-item h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .avatar h3 {
        font-size: 15px;
    }

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

    .title-block-ct span {
        font-size: 16px;
    }

    .philosophy h3 {
        font-size: 16px;
    }

    .message-block img.__title {
        min-width: 300px;
        left: -9px;
    }

    .message-block p {
        margin-top: 70px;
    }

    .benefit-item {
        width: 100%;
    }

    .benefit-item h3 {
        font-size: 18px;
    }

    .requerement-bock .__intro {
        font-size: 24px;
    }

    .tb-profile.tb-recruit th {
        width: 138px;
    }

    table.tb-inner {
        font-size: 12px;
    }

    table.tb-inner th, table.tb-inner td {
        padding: 4px 4px;
    }

    .number-line,
    .number-line.--60 {
        font-size: 30px;
    }

    .number-line.cl-gap {
        column-gap: 2px;
    }

    .percent-column .__txt, .number-line span, .number-line span.percent, .number-line span.percent.--24, .number-line.--60 span {
        font-size: 12px;
    }

    .touto-number li.--12 .number-row .__img {
        max-width: 25%;
    }

    .percent-line__number {
        font-size: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .number-line, .number-line.--60 {
        font-size: 28px;
    }

    .touto-number li.col1-5 + li .number-row {
        column-gap: 5px;
    }

    .faq-item .__q {
        width: 60px;
        padding-left: 10px;
    }

    .message-block img.__title {
        min-width: 280px;
    }

    .job-img .__txt {
        font-size: 20px;
    }

    .top-intro h3 {
        font-size: 15px;
    }

    .common-contact .title-block {
        font-size: 24px;
    }

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

    .avatar h3 {
        font-size: 14px;
        right: 0px;
    }

    .job-title h2 {
        font-size: 24px;
    }

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

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

    .page-title.--number h1 {
        font-size: 23px;
    }

    .benefit-block .__inner h3 {
        font-size: 18px;
    }

    .office-gallery {
        column-gap: 15px;
    }

    .office-gallery li {
        width: calc(100% / 2 - 7.5px);
    }

    .percent-line__number {
        font-size: 30px;
    }

    .percent-line__number span {
        font-size: 12px;
    }

    .percent-line__number.--50 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 320px) {
    .touto-number li h4 {
        font-size: 14px;
    }

    .percent-line__text {
        font-size: 11px;
    }

    .percent-line__number {
        font-size: 26px;
    }
}

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