/*================ style for all page =================*/
.home-eyecatch img {
    width: 100%;
}

.home-info {
    background-image: url(../images/home-info-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-info__inner {
    padding: 45px 0px;
    align-items: flex-start;
    gap: 40px;
}

.home-info__img img {
    width: 466px;
}

.home-info__text {
    flex: 1;
}

.home-info__text h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0px;
}

.home-info__text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 45px;
}

.home-business {
    padding: 36px 0px;
    background-image: url(../images/home-business-img-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrap-btn__link {
    margin-top: 45px;
}

.home-business .__content {
    margin-top: 35px;
}

.home-process {
    padding: 45px 0px;
    background-color: #F0EAD7;
}

.home-process .__content {
    padding-top: 30px;
}

.home-process .__content  p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom:26px;
}

.home-flow {
    background-image: url(../images/home-flow-bg.jpg);
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-flow__content {
    width: 41%;
    min-width: 640px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../images/home-flow-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20px;
}

.home-flow__content .__inner {
    padding: 0px 24px;
}

.home-flow__content p {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0px;
    color: #fff;
}

.home-flow__content ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
}

.home-flow__content ul li {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid #fff;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.home-flow__content h4 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.home-flow__content .wrap-btn__link {
    margin-top: 30px;
}

.contact-banner {
    padding: 45px 0px;
}

.contact-box {
    width: 100%;
    padding-right: 49%;
    background-image: url(../images/contact-banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 214px;
    padding-top: 28px;
    padding-left: 25px;
}

.contact-box h3 {
    border-radius: 2px;
    background-color: #fff;
    padding: 3px 8px;
    color: #00a270;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.contact-box .__inner {
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.contact-box__mail img {
    width: auto;
}

.contact-box__phone {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.contact-box__phone .__item {
    gap: 20px;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.contact-box__phone .__item  img {
    min-width: 50px;
}

.eyecatch-page {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
}

.eyecatch-page.company {
    background-image: url(../images/company-banner.jpg);
}

.eyecatch-page.business {
    background-image: url(../images/business-banner.jpg);
}

.eyecatch-page.chart {
    background-image: url(../images/flow-banner.jpg);
}

.eyecatch-page.process {
    background-image: url(../images/process-banner.jpg);
}

.eyecatch-page h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-shadow: 4px 4px 2px #5B77A2;
}

.eyecatch-page h2.brown {
    text-shadow: 4px 4px 2px #A97452;
}

.eyecatch-page h2.com {
    text-shadow: 4px 4px 2px #0075C2;
}


.page__content {
    padding-bottom: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page__content.company {
    background-image: url(../images/company-page-bg.jpg);
    background-position: top;
}

.page__content.business {
    background-image: url(../images/business-content-bg.jpg);
}

.page__content.process {
    background-image: url(../images/process-page-bg.jpg);
    background-position: bottom;
}

.title__page {
    padding-top: 20px;
}

.title__page img {
    width: auto;
    margin: 0 auto;
}

.title__page img:first-child {
    margin-bottom: 18px;
}

.page__content-block {
    margin-top: 36px;
}

.page__content-block .img__title {
    margin-bottom: 30px;
}

.content-block__collum {
    align-items: flex-start;
    gap: 30px;
}

.content-block__collum .__thumb {
    width: 354px;
}

.content-block__collum .__thumb img:first-child {
    margin-bottom: 12px;
}

.content-block__collum .__thumb img {
    margin: 0 auto;
    width: auto;
}

.content-block__collum .__text {
    flex: 1;
}

.content-block__collum img {
    margin-bottom: 20px;
}

.content-block__collum p {
    font-size: 18px;
    line-height: 1.7;
}

.content-block__collum .hightl {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #00a270;
    margin: 20px 0px 4px 0px;
}

.content-block__collum.--ct .__thumb {
    width: 509px;
}

.profile-table {
    width: 100%;
}

.profile-table th {
    width: 145px;
    background-color: #D1D2D4;
    font-weight: 600 !important;
}

.profile-table.--flow th {
    width: 270px;
} 

.profile-table th,
.profile-table td {
    font-size: 17px;
    line-height: 27px;
    padding: 16px;
    font-weight: 500;
}

.profile-table.--flow th, .profile-table.--flow td {
    border: 1px solid #000;
}

.profile-table tr {
    border-bottom: 1px solid #000;
}

.profile-table tr:first-child {
    border-top: 1px solid #000;
}

.wrap__location-map {
    height: 426px;
    border: 1px solid #000;
}

.wrap__location-map img,
.wrap__location-map iframe {
    height: 100%;
}

.link-map {
    display: inline-block;
    margin-top: 16px;
}

.wrap-flowchart {
    padding: 60px 50px;
    border: 3px solid #6d6f71;
    background-color: #e3eae2;
}

.wrap-flowchart .start {
    margin: 0px auto 14px;
}

.wrap-question {
    align-items: flex-start;
}

.wrap-question img.yes-icon-big {
    width: auto;
    margin-top: 38px;
}

.question__list {
    flex: 1;
    padding-left: 16px;
}

.question__item {
    border: 3px solid #6d6f71;
    padding: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6d6f71;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.question__item.--ct-pd {
    padding-top: 16px;
    padding-bottom: 16px;
}

.wrap__icon-no {
    align-items: flex-start;
    justify-content: space-around;
    margin: 18px 0px;
}

.wrap__icon-no img {
    object-fit: cover;
}

.wrap__icon-no.--pd-r {
	display: block;
}

.wrap__icon-no.--pd-r img {
	display: inline-block;
}

.wrap__icon-no.--pd-r img:nth-of-type(1) {
	margin-right: 140px;
}

.wrap__icon-no.--pd-r img:nth-of-type(2) {
	margin-right: 130px;
}

.wrap__icon-no.--pd-r img:nth-of-type(3) {
	margin-right: 120px;
}

.wrap-q__item {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    justify-content: space-between;
}

.wrap-q__item.--pd-r {
    padding-right: 36px;
}

.wrap-answer {
    align-items: stretch;
    gap: 34px;
    justify-content: space-between;
}

.answer__item {
    flex: 1;
    border: 3px solid transparent;
}

.answer__item.--red {
    background-color: #f15b66;
    border-color: #f15b66;
}

.answer__item.--blue {
    background-color: #3777bc;
    border-color: #3777bc;
}

.answer__item.--green {
    background-color: #00a270;
    border-color: #00a270;
}

.answer__item .__text {
    padding: 20px 14px;
    background-color: #fff;
    min-height: 300px;
}

.answer__title {
    margin-bottom: 20px;
    gap: 6px;
}

.answer__title p {
    font-size: 26px;
}

.answer__title p span {
    font-weight: 600;
				font-size: 30px;
}

.answer__item.--red .answer__title p  {
    color: #f15b66;
}

.answer__item.--blue .answer__title p  {
    color: #3777bc;
}

.answer__item.--green .answer__title p  {
    color: #00a270;
}

.answer__item .__bt {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 12px 4px 8px;
}

.answer__item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.answer__item ul li::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    top: 6px;
    left: 0px;
}

.wrap-q__item .question__item {
	width: 400px;
}


