/*=========== style for all page ===========*/

.home-hero {
    height: 565px;
    background-image: url(../images/hero-home-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.home-hero h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    padding-top: 100px;
    text-align: center;
}

.home-hero p {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.home-st-pd {
    padding: 128px 0px;
}

.home-st__block.about {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-st__block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.home-st__block.business {
    background-image: url(../images/business-bg.png);
    background-size: cover;
    background-position: center 79%;
    background-repeat: no-repeat;
}

.business .home-st__block.business {
    background-image: unset;
}

.home-st__block.requirement-bg {
    background-image: url(../images/requirement-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-st__block.benefit-bg {
    background-color: #f1f7ff;
}

.home-st__block .__thumb {
    width: 50%;
}

.home-st__block .__thumb  img {
    width: 100%;
}

.home-st__block .__thumb.left{
    padding-right: 30px;
}

.benefit .home-st__block .__thumb {
    width: 40%;
}

.home-st__block .__thumb.right{
    padding-left: 30px;
}

.block__inner-content {
    flex: 1;
    padding: 0px 30px;
    max-width: 880px;
}

.block__inner-content.right {
    padding-right: 90px;
}

.block__inner-content.left {
    padding-left: 90px;
}

.block__inner-content .__title-img img {
    width: auto;
}

.block__inner-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 36px;
    color: #1d2087;
}

.section-new {
    padding: 80px 0px;
    background-image: url(../images/new-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-new .new-title {
    margin-bottom: 70px;
}

.section-new .new-title img {
    width: auto;
    margin: 0 auto;
}

.new__link-to {
    padding-top: 20px;
}

.new__list {
    align-items: stretch;
}

.new__item {
    width: calc(100%/4 - 25.5px);
    margin-right: 34px;
    margin-bottom: 30px;
}

.new__item:nth-child(4) {
    margin-right: 0px;
}

.new__item .__thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.new__item .__thumb a {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    background: #f4f4f4;
    padding-top: 66.5%;
    display: block;
    border-radius: 8px;
}

.new__item .__thumb a img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;   
}

.new__item .__desc {
    padding: 12px 0px;
}

.new__item .__desc span.date {
    font-size: 14px;
    color: #707070;
    font-weight: 600;
}

.new__item .__desc h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
}

.section-entry {
    padding: 100px 0px 88px;
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.wrap-entry__box {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.wrap-entry__box a img {
    width: auto;
    transform: translateX(50px);
}

.wrap-entry__content {
    position: relative;
}

.wrap-entry__content::before {
    position: absolute;
    content: "";
    width: 105%;
    height: 120%;
    top: -62px;
    left: 26px;
    background-image: url(../images/entry-ab-pc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-contact {
    background-color: #0095ff;
    padding: 64px 0px 80px;
}

.home-contact__title {
    margin-bottom: 36px;
    text-align: center;
}

.home-contact__title h3 {
    font-size: 48px;
    font-weight: 600;
    color: #1d2087;
    margin-bottom: 10px;
}

.home-contact__title p {
    font-size: 18px;
    font-weight: 600;
    color: #1d2087;
}

.home-contact__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 76px;
    row-gap: 40px;
}

.entry__link-form {
    padding-top: 20px;
    gap: 64px;
    row-gap: 40px;
}

.entry__link-form div {
	text-align: center;
}

.entry__link-form div a {
	display: inline-block;
}

.entry__link-form div a img {
	display: block;
	margin: 20px auto 0;
}

.wrap__form-entry {
    max-width: 840px;
    margin: 0 auto;
}

.wrap__form-entry .session_link {
	text-align: center;
}

.wrap__form-entry .session_link a {
	display: inline-block;
}

.wrap__form-entry .session_link img {
	display: block;
	margin: 0 auto 20px;
}

.wrap__form-entry p.info {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 38px;
}

.wrap__form-entry p.desc {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin: 50px 0px;
}

.entry-status {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}

.entry-status::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    left: 0px;
    top: 49.5%;
}

.entry-status li {
    font-size: 18px;
    font-weight: 600;
    padding: 16.5px 10px;
    width: 220px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.entry-status li.current {
    color: #fff;
    background-color: #1b2087;
}


/*========== css form ==========*/
form.contact-form {
    margin: 0 auto;
}

.form-row {
    max-width: 500px;
    margin: 0px auto 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 6px;
}

.form-row.form-text {
    padding: 25px 0px 35px 60px;
}

.form-row.form-text p {
    font-size: 14px;
    line-height: 28px;
}

.form-row label {
    width: 160px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 5px;
}

.form-row label.ct-pdr {
    padding-right: 5px;
}

.form-upload-row.form-row label {
    width: auto;
    gap: 20px;
}

.form-upload-row {
    margin-top: 40px;
    align-items: center;
}

.form-upload-row.mt-0 {
    margin-top: 0px;
}

.input-file[type="file"] {
    background-color: #f8f9fc;
    border-radius: 4px;
    height: 34px;
    /*width: 240px;*/
    color: #565A90;
    font-size: 14px;
}

.input-file::file-selector-button{
    border: none;
    border-radius: 4px;
    color: #1b2087;
    border: 1px solid #1b2087;
    height: 34px;
    cursor: pointer;
    transition: all .25s ease-in;
    cursor: pointer;
    width: 130px;
}
.input-file::file-selector-button:hover{
    color: #565A90;
    transition: all .25s ease-in;
    background-color: #1b2087;
    color: #fff;
}

.form-row label span {
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
    white-space: nowrap;
}

.form-control {
    padding: 5px 10px;
    border: 2px solid #000;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    flex: 1;
    outline: unset;
}

.f1 {
	width: 300px;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/icon-select.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 6px;
    background-color: transparent;
    padding-right: 30px;
    width: 140px;
    /*flex: unset;*/
}

.form-row__inner {
    gap: 10px;
    max-width: 100%;
}

.form-inner__text {
    flex: 1;
    font-size: 14px;
    padding: 4px 10px;
    border: 2px solid #000;
    background-color: transparent;
    max-height: 30px;
    text-align: center;
    font-weight: 600;
    min-width: 160px;
}

.form-group__right {
    flex: 1;
}

.form-alert__mess h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-alert__mess p {
    font-size: 14px;
    line-height: 1.8;
}

.form-alert__mess {
    text-align: center;
    margin: 40px 0px;
}

.form__info-box {
    padding-right: 4px;
    padding-top: 4px;
    width: 660px;
    height: 156px;
    border: 2px solid #a6a6a7;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.form__info-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0px;
    right: 16px;
    background-color: #a6a6a7;
}

.form__info-box .__inner {
    width: 100%;
    height: 136px;
    overflow-y: auto;
    padding: 10px 18px;
   
}

.form__info-box .__inner::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
    background-color: transparent;
}

.form__info-box .__inner::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a6a6a7;
}

.form__info-box p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.form-check {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.wrap-check {
    flex: 1;
    gap: 40px;
}

.wrap-check .form-check {
    margin: 0px;
}

.wrap-check .form-check label {
    padding-top: 0px;
    width: auto;
    padding-right: 0px;
}

.form-check label {
    font-size: 14px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
}

input[type="radio"] + label::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/radio.png) no-repeat 0 0;
    left: 0px;
    top: 1px;
}

input[type="radio"]:checked + label::after {
    background:url(../images/radio.png) -24px top no-repeat;
}

textarea.form-control {
    height: 100px;
}

.bt-submit {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 50px 12px 30px;
    position: relative;
    border: 1px solid #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/chevron-right-regular-24.png) no-repeat 92%;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.2s;
    min-width: 180px;
}

.bt-submit.--back {
    padding: 12px 30px 12px 50px;
    background: url(../images/chevron-left-regular-24.png) no-repeat 12%;
}

.bt-submit:hover {
    color: #fff;
    background: #1b2087 url(../images/chevron-right-regular-white.png) no-repeat 92%;
}

.bt-submit.--back:hover {
    background: #1b2087 url(../images/chevron-left-regular-white.png) no-repeat 12%;
}

.mw_wp_form_confirm .form-row {
    max-width: 740px;
    background-color: #eeeeee;
    margin-bottom: 0px;
    border: 0.5px solid #fff;
    margin-top: 0px;
    align-items: stretch;
}

.mw_wp_form_confirm .form-row label {
    width: 260px;
    padding: 16px 30px;
    gap: 10px;
}

.mw_wp_form_confirm .form-row  p {
    flex: 1;
    padding: 16px 32px;
    border-left: 0.5px solid #fff;
}

.mw_wp_form_confirm .form-row.wrap-submit {
    display: flex;
    margin-top: 44px;
    background-color: transparent;
    justify-content: center;
    gap: 40px;
    align-items: stretch;
}

.mw_wp_form_confirm .form-row.wrap-submit .bt-submit {
    margin: 0px;
}
/*========== css form ==========*/


.page__blocks {
    width: 100%;
    margin-bottom: 80px;
}

.page__blocks.mb-0 {
    margin-bottom: 0px;
}

.page__blocks.--bg-rq {
    background-color: #eee;
}

.page__blocks .__inner {
    max-width: 980px;
    margin: 0 auto;
    transition: 0.2s;
}

.requirement__title-dot {
    margin: 0 auto;
    padding: 0px 20px;
}

.requirement__title-dot .title-dot {
    font-size: 36px;
    margin-top: 0px;
    color: #000000;
}

.requirement__title-dot .title-dot.not-dot {
    font-size: 32px;
}

.requirement__title-dot .title-dot::after {
    top: 12px;
    width: 26px;
    height: 21px;
}

.requirement__title-dot .title-dot.not-dot::after {
    background-image: none;
}

.requirement__sse {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 74px;
    margin-bottom: 80px;
    row-gap: 40px;
    padding-top: 20px;
}

.requirement__sse .__thumb img {
    width: 332px;
}

.requirement__sse .__text {
    flex: 1;
}

.requirement__sse .__text img {
    width: auto;
    margin-bottom: 82px;
}

.requirement__sse .__text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 32px;
}

.requirement__sse .__text p:last-child {
    margin-bottom: 0px;
}

.requirement__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}

.requirement__list li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgb(0 0 0 / 35%);
}

.requirement__list li {
    width: calc(100%/5);
    position: relative;
    height: 300px;
    display: flex;
    padding: 25px 10px;
}

.requirement__list li span {
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 600;
    padding-top: 70%;
}

.requirement__list li span {
		display: block;
		margin: 0 auto;
}


.requirement__list li img {
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    object-fit: cover;
}

.recruit-rq {
    padding: 70px 0px;
}

.recruit-rq__item {
    margin-bottom: 55px;
}

.recruit-rq__item:last-child {
    margin-bottom: 0px;
}

.recruit-rq__item h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.recruit-rq__item ul li {
    display: flex;
    align-items: stretch;
    border-top: 1px solid #fff;
    font-size: 14px;
    line-height: 2.6;
}

.recruit-rq__item ul li:last-child {
    border-bottom: 1px solid #fff;
}

.recruit-rq__item ul li p {
    width: 215px;
    padding: 7px 10px 7px 46px;
}

.recruit-rq__item ul li > div {
    flex: 1;
    padding: 7px 10px 7px 0px;
}

.wrap-recruit__process {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 55px;
}

.wrap-recruit__process .__collum {
    flex: 1;
}

.wrap-recruit__process .__collum h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}

.wrap-recruit__process .__collum h3 a {
    position: absolute;
    right: 0px;
}

.wrap-recruit__process .__collum h3 a img {
    margin: 4px 0 0;
}

.wrap-recruit__process .__collum h4 {
    background-color: #1b2087;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 9.5px 10px;
    border-radius: 10px;
    color: #fff;
}

.wrap-recruit__process .__collum .__text {
    /*min-height: 128px;*/
    padding-top: 14px;
    padding-bottom: 30px;
}

.wrap-recruit__process .__collum .__text:nth-of-type(2) {
	min-height: 160px;
}

.wrap-recruit__process .__collum .__text.minh-unset {
    min-height: unset;
}

.wrap-recruit__process .__collum .__text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
}

.wrap-recruit__process .__collum .__text p a {
    color: #1b2087;
    text-decoration: underline;
}

.wrap-recruit__process .__collum  img {
    margin: 30px auto 10px;
    width: auto;
}

.benefit__list {
    gap: 80px;
    align-items: flex-start;
}

.benefit__list .__img img {
    width: 500px;
    margin-bottom: 12px;
}

.benefit__list .__content {
    flex: 1;
}

.benefit__list .__content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 36px;
}

.benefit__list .__content .title-dot {
    color: #000000;
    font-size: 24px;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.benefit__list .__content .title-dot::after {
    top: 8px;
    width: 16px;
    height: 13px;
}

.block__inner-content ul li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    margin-bottom: 30px;
}

.block__inner-content ul li span {
    font-weight: 600;
    width: 190px;
				font-size: 18px;
}

.block__inner-content ul li p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
    flex: 1;
}

.business  .block__inner-content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #000000;
}

.home-st__block.business .__thumb {
    position: relative;
}

.home-st__block.business .__thumb .text {
    position: absolute;
    padding: 6px 36px 6px 20px;
    background-color: #fff;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    right: 30px;
    top: 24px;
}

.home-st__block.business .__thumb.left {
    width: 45%;
    max-width: 800px;
}

.achievements-bt {
    font-size: 15px;
    padding: 10px 30px;
    background-color: #eeeeee;
    border-radius: 10px;
    text-align: center;
}

.business__achievements {
    margin-top: 30px;
    padding-left: 40px;
}

.business__achievements li {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 4px !important;
}

.business-service {
    background-color: #eeeeee;
}

.business-service .__inner {
    max-width: 920px;
}

.business-service h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 46px;
}

.business-service__collum {
    align-items: flex-start;
    row-gap: 40px;
}

.business-service__text {
    max-width: 480px;
}

.business-service__text p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
}

.business-service__text span {
    font-size: 15px;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.business-service__text ul {
    margin-top: 30px;
    padding-left: 40px;
}

.business-service__text ul li {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 4px;
}

.business-service__img {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 30px;
    row-gap: 12px;
}

.business-service__img img {
    width: auto;
    min-width: 260px;
}

.business__banner {
    padding: 80px 0px;
    background-image: url(../images/business-img-05.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.business__banner h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.business__banner p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    max-width: 510px;
    margin: 0 auto;
}

.job-descriptions .block__inner-content.right {
    padding-right: 0px;
}

.job-descriptions .block__inner-content.right p strong {
	font-size: 20px;
}

.wrap-daily__flow {
    max-width: 1100px;
    margin: 0 auto;
    padding: 110px 0px 0px 0px;
}

.wrap-daily__flow h3 {
    display: flex;
    align-items: flex-end;
    font-size: 72px;
    font-weight: bold;
    color: #1b2087;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 30px;
}

.wrap-daily__flow h3 span {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
    padding-left: 75px;
    position: relative;
}

.title__inner-line {
    position: relative;
}

.title__inner-line::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000000;
    left: 16px;
    bottom: 10px;
}

.daily__flow {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    align-items: flex-start;
}

.daily__flow ul {
    width: 70%;
    padding-right: 25px;
}

.daily__flow-thumb {
    flex: 1;
}

.daily__flow-item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 17.5px 0px;
    border-top: 1px solid #eee;
    row-gap: 10px;
}

.daily__flow-item:last-child {
    border-bottom: 1px solid #eee;
}

.daily__flow-item p.desc {
    font-size: 15px;
    line-height: 1.8;
    flex: 1;
}

.daily__flow-item p.time {
    width: 310px;
    padding-right: 0;

    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.daily__flow-item p.time span {
    font-size: 15px;
    font-weight: 400;
    width: 65px;
    padding-bottom: 2px;
}

.interview__item {
    width: 100%;
    padding-top: 60px;
}

.interview__item .__inner {
    width: 720px;
    margin: 0 auto;
}

.interview__item-title {
    width: 100%;
    position: relative;
    background-color: #1c2085;
    height: 314px;
    padding-left: 51%;

    display: flex;
    row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin-bottom: 145px;
}

.interview__item-title h2 {
    font-size: 36px;
    font-weight: bold;
}

.interview__item-title p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    row-gap: 10px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.interview__item-title p span {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 3px;
    white-space: nowrap;
}

.interview__item-title img {
    position: absolute;
    width: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 136%;
    object-fit: initial;
}

.interview__item-text {
    width: 100%;
    margin-bottom: 80px;
}

.interview__item figure {
    margin-bottom: 46px;
}

.interview__item-text h3 {
    padding-left: 70px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.interview__item-text h3::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #000000;
    left: 0px;
    top: 16px;
}

.interview__item-text p {
    font-size: 15px;
    line-height: 30px;
}

.about .home-st__block .__thumb {
    width: 46%;
}

 .title-dot.about {
    margin-top: 0px;
    color: #000;
    font-size: 36px !important;
    padding-left: 34px !important;
}

.title-dot.about::after {
    width: 24px !important;
    height: 18px !important;
    top: 12px;
}

.about .block__inner-content p {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
}

.about-ceo__name {
    margin-top: 40px;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 14px;
    gap: 10px;
}

.about-ceo__name strong {
    font-size: 26px;
    padding-top: 2px;
    line-height: 1.1;
}

.benefit__list.about {
    margin-top: 80px;
    align-items: center;
}

.benefit__list.about  .__img  {
    width: calc(54% - 30px);
}

.benefit__list.about  .__img img {
    width: 100%;
    margin: 0px;
}

.benefit__list .__content p.big {
    font-size: 24px !important;
    line-height: 34px;
    margin-bottom: 70px;
}

.benefit__list .__content p.big:last-child {
    margin-bottom: 0px;
}

.benefit__list.about .__content p {
    font-size: 18px;
}

.benefit__list.about .__content p.shishin {
	line-height: 2.4;
}

.about .recruit-rq__item ul li {
    border-color: #d8d8d8;
}

.about .recruit-rq__item ul li p {
    padding: 10px 10px 10px 26px;
}

.about .recruit-rq__item ul li > div {
    padding: 10px 10px 10px 0px;
}

.about__map {
    width: 100%;
}

.about__map iframe {
    width: 100%;
    height: 440px;
}

.about__logo-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.about__logo-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    font-size: 14px;
				text-align: center;
}

.about__logo-list li .__thumb {
    width: 230px;
    height: 230px;
    overflow: hidden;
				margin-bottom: 16px;
}

.about__logo-list li .__thumb img {
    max-width: 100%;
}

.page__blocks.--about-number {
    background-color: #eedfc8;
}

.about__number-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.about__number-item {
    border: 0.5px solid #fff;
    width: calc(100%/4);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 320px;
}

.about__number-row.--two-row .about__number-item {
    width: calc(100%/2);
}

.about__number-item h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.about__number-item h3::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #000;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.about__number-item img {
    width: auto;
}

.about__number-item .__img {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.lh2 {
	line-height: 4;
}

.sp-space {
	display: none;
}

.files {
	text-align: center;
}

.sessionText {
	text-align: center;
}

