.main {
    /* padding-left: 40px; */
    overflow-x: hidden;
    color: #000;
}

@media screen and (min-width: 1025px) {
    body {
        min-width: unset;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        background: transparent;
    }
    .main {
        padding-left: 0;
        overflow-x: visible;
    }
}

/*------------------------------------------
    cmnArchive
------------------------------------------*/

.saitama-h1 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: right;
    padding: 20px 40px 0;
    max-width: 1680px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .saitama-h1 {
        font-size: 10px;
        text-align: left;
        padding: 10px 20px 20px;
    }
}

/*------------------------------------------
    cmnArchive
------------------------------------------*/

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

.cmnArchive04__item {
    width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
    .cmnArchive04 {
        display: block;
    }
    .cmnArchive04__item {
        width: 100%;
    }
}


/*------------------------------------------
    cv
------------------------------------------*/


/*  .cmnCv03
------------------------------------------*/

.cmnCv03 {
    padding: 55px 0 100px;
    background: url('../images/saitama2/img_contact_bg_pc.png') no-repeat top center / cover;
    text-align: center;
}

.cmnCv03__secTit.cmnTit03 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.25;
    color: #fff;
}

.cmnCv03__secTit.cmnTit03 span {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .5);
}

.cmnCv03-txtBox {
    padding: 0 40px;
}

.cmnCv03__txt {
    color: #fff;
    font-size: 18px;
    letter-spacing: .05em;
}

.cmnCv03-btn {
    max-width: 600px;
    margin: 30px auto 0;
    font-size: 30px;
    letter-spacing: 0;
}

.cmnCv03-btn a {
    height: 90px;
    background: #688665 url(../images/saitama2/icon_arrow-circle.png) no-repeat right 54px center / 25px 25px;
    background-color: #fff;
    color: #688665;
}

.cmnCv03-btn a:hover {
    background-position: right 44px center;
}

@media screen and (max-width: 767px) {
    .cmnCv03 {
        padding: 40px 0 50px;
    }
    .cmnCv03-txtBox {
        padding: 0 30px;
    }
    .cmnCv03__secTit.cmnTit03 {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .cmnCv03__txt {
        font-size: 14px;
        text-align: left;
    }
    .cmnCv03-btn {
        max-width: 315px;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .cmnCv03-btn a {
        height: 60px;
        background: #688665 url(../images/saitama2/icon_arrow-circle.png) no-repeat right 38px center / 17px 17px;
        background-color: #fff;
    }
}


/*------------------------------------------
    inner
------------------------------------------*/

.cmnInner02 {
    max-width: 1320px;
    padding: 0 40px;
    margin: auto;
}

@media screen and (min-width: 1900px) {
    .cmnInner02 {
        max-width: 100%;
        padding: 0 160px 0 40px;
        max-width: 1680px;
        margin: auto;    }
}

@media screen and (max-width: 1024px) {
    .cmnInner02 {
        padding: 0 30px;
    }
}


/*------------------------------------------
    tit
------------------------------------------*/

.cmnTit03 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.cmnTit03 span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 5px 7px #c9d2c8;
    -webkit-text-stroke: 2px #688665;
}

@media screen and (max-width: 767px) {
    .cmnTit03 {
        font-size: 14px;
    }
    .cmnTit03 span {
        font-size: 35px;
        font-weight: 500;
        text-shadow: 4px 5px #c9d2c8;
        -webkit-text-stroke: 1px #688665;
    }
}


/*------------------------------------------
    mainVisual03
------------------------------------------*/

.mainVisual03 {
    position: relative;
    top: 0;
    padding: 190px 118px 200px;
    margin: auto;
    width: 100%;
}

.webMainVisual::before {
    position: absolute;
    top: 71px;
    right: calc(((100vw - 100% - 260px) / 2) * (-1));
    z-index: -2;
    width: calc(100vw - 50%);
    height: 798px;
    background: #f5f5f5;
    /* content: ""; */
}

.mainVisual__slider {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1014px;
    overflow: hidden;
    background-color: #000;
    content: "";
}

.mainVisual__sliderWrap {
    width: 33.33%;
}

.mainVisual__sliderItem img {
    opacity: 0.6;
}

.mainVisual__sliderWrap:nth-child(1) .mainVisual__sliderItem:first-child,
.mainVisual__sliderWrap:nth-child(3) .mainVisual__sliderItem:first-child {
    animation: loop01 300s -150s linear infinite;
}

.mainVisual__sliderWrap:nth-child(1) .mainVisual__sliderItem:last-child,
.mainVisual__sliderWrap:nth-child(3) .mainVisual__sliderItem:last-child {
    animation: loop02 300s linear infinite;
}

.mainVisual__sliderWrap:nth-child(2) .mainVisual__sliderItem:first-child {
    animation: loop03 300s linear infinite;
}

.mainVisual__sliderWrap:nth-child(2) .mainVisual__sliderItem:last-child {
    animation: loop04 300s -150s linear infinite;
}

@keyframes loop01 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes loop02 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-200%);
    }
}

@keyframes loop03 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes loop04 {
    0% {
        transform: translateY(-200%);
    }
    100% {
        transform: translateY(0);
    }
}



.mainVisual__list {
  opacity: 0;
  transition: .6s;
  transform: translateX(10px);
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.mainVisual__list.slick-initialized {
  opacity: 1;
  display: block;
  transform: translateX(0);
}
.mainVisual__slider .mainVisual__item img {
    width: 48%;
    max-width: 700px;
    margin-left: auto;
    object-fit: contain;
}

.mainVisual__slider .mainVisual__item--01 img {
    width: 70%;
    max-width: 910px;
    transform: translate(83px, 88px)
}

.mainVisual__slider .mainVisual__item--02 img {
    transform: translateY(90px);
}

.mainVisual03-txtBox {
    width: 61%;
    color: #fff;
    white-space: nowrap;
}

.mainVisual03-txtBox span {
    display: inline-block;
    padding: 1px 35px;
    border: 2px solid currentColor;
    border-radius: 9999px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
}

.mainVisual03__lead {
    margin-top: 30px;
    font-feature-settings: "palt";
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: calc(100 / 72);
    white-space: nowrap;
}

.mainVisual03__txt01 {
    margin-top: 29px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
}

.mainVisual03__txt02 {
    font-feature-settings: "palt";
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: calc(42 / 22);
}

.mainVisual03-btn {
    max-width: 440px;
    margin-top: 50px;
}

.mainVisual03-btn a {
    justify-content: center;
    letter-spacing: 0;
}

.mainVisual03-circle {
    position: absolute;
    bottom: -47px;
    right: 97px;
}

.mainVisual03-circle a {
    display: block;
    width: 280px;
    height: 280px;
    padding-top: 35px;
    border-radius: 50%;
    background-color: #e3545b;
    color: #fff;
    text-align: center;
}

.mainVisual03-circle a:hover {
    opacity: 1;
    filter: brightness(1.1);
}

.mainVisual03-circleTxt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(30 / 18);
}

.mainVisual03-circleImgBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 256px;
    margin: 15px auto 0;
}

.mainVisual03-circleImgBox img {
    box-shadow: 0 0 10px rgb(0 0 0 / 0.16);
}

.mainVisual03-circle span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 14px;
    margin-top: 5px;
}

.mainVisual03-circle span::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
}
.mainVisual03-circle span::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
}

@media screen and (max-width: 1600px) {
    .mainVisual03__lead {
        font-size: 64px;
    }
    .mainVisual03-circle {
        bottom: -43px;
    }
    .mainVisual__slider {
        height: 980px;
    }
    .mainVisual__slider .mainVisual__item--01 img {
        transform: translate(60px, 30px)
    }
}
@media screen and (max-width: 1500px) {
    .mainVisual03 {
        padding: 190px 80px 200px;
    }
    .mainVisual03-txtBox span {
        font-size: 20px;
    }
    .mainVisual03__lead {
        font-size: 50px;
    }
    .mainVisual03__txt01 {
        font-size: 32px;
    }
    .mainVisual03__txt02 {
        font-size: 18px;
    }
    .mainVisual03-circle {
        right: 60px;
    }
    .mainVisual__slider {
        height: 903px;
    }
}
@media screen and (max-width: 1300px) {
    .mainVisual03__lead {
        font-size: 50px;
    }
    .mainVisual03__txt01 {
        font-size: 32px;
    }
    .mainVisual03__txt02 {
        font-size: 18px;
    }
    .mainVisual03-circle {
        bottom: -65px;
    }
}
@media screen and (max-width: 1200px) {
    .mainVisual03 {
        padding: 190px 60px 200px;
    }
    .mainVisual03__lead {
        font-size: 46px;
    }
    .mainVisual03__txt01 {
        font-size: 26px;
    }
    .mainVisual03__txt02 {
        font-size: 16px;
    }
    .mainVisual03-circle {
        bottom: -80px;
    }
    .mainVisual03-circle a {
        width: 240px;
        height: 240px;
    }
    .mainVisual03-circleTxt {
        font-size: 16px;
    }
    .mainVisual03-circleImgBox {
        width: 210px;
        margin: 10px auto 0;
    }
    .mainVisual03-circle span {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .saitama-h1 {
        top: 50px;
    }
    .mainVisual03 {
        padding: 100px 15px 200px;
        overflow: visible;
    }
    .webMainVisual::before {
        top: -51px;
        height: 500px;
        background-image: linear-gradient(90deg, transparent 0%, transparent 20%, #f5f5f5 20%, #f5f5f5 100%);
    }
    .mainVisual__slider {
        top: 0;
        right: 0;
        height: 900px;
    }
    .mainVisual__slider .mainVisual__item--01 img {
        transform: translate(60px, 30px)
    }
    .mainVisual__slider .mainVisual__item--02 img {
        transform: translateY(80px);
    }
    .mainVisual03-txtBox {
        width: 100%;
    }
    .mainVisual03__lead {
        margin-bottom: 70px;
        font-size: 58px;
        letter-spacing: .15em;
        line-height: calc(95 / 56);
        text-decoration-thickness: 4px;
    }
    .mainVisual03__txt01 {
        font-size: 30px;
        line-height: calc(70 / 36);
    }
    .mainVisual03__txt02 {
        font-size: 18px;
    }
    .mainVisual03-btn {
        max-width: 285px;
        margin-top: 40px;
        font-size: 14px;
    }
    .mainVisual03-btn a {
        height: 50px;
        padding: 0 50px 0 22px;
    }
}

@media screen and (max-width: 767px) {
    .saitama-h1 {
        width: 100%;
        font-size: 8px;
        letter-spacing: 0;
        padding: 5px 8px;
        text-align: center;
    }
    .mainVisual03 {
        padding: 100px 15px 110px;
    }
    .webMainVisual::before {
        height: 410px;
    }
    .mainVisual__slider {
        height: 550px;
    }
    .mainVisual__slider .mainVisual__item img {
        width: 100%;
        max-width: 210px;
        margin-left: auto;
        object-fit: contain;
    }
    .mainVisual__slider .mainVisual__item--01 img {
        max-width: 275px;
        transform: translate(45px, 28px);
    }
    .mainVisual__slider .mainVisual__item--02 img {
        max-width: 190px;
        transform: translate(-11px, 30px);
    }
    .mainVisual03-txtBox span {
        font-size: 11px;
        padding: 1px 16px;
        border-width: 1px;
    }
    .mainVisual03__lead {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 36px;
        letter-spacing: 0;
        line-height: calc(100 / 72);
    }
    .mainVisual03__txt01 {
        font-size: 18px;
        line-height: calc(70 / 36);
    }
    .mainVisual03__txt02 {
        margin-top: 15px;
        font-size: 11px;
    }
    .mainVisual03-btn {
        margin-top: 30px;
    }
    .mainVisual03-btn {
        max-width: 315px;
        font-size: 13px;
        text-align: center;
    }
    .mainVisual03-btn a {
        justify-content: center;
        padding: 0 30px;
        letter-spacing: 0;
    }
    .mainVisual03-circle {
        right: 20px;
        bottom: -50px;
    }
    .mainVisual03-circle a {
        width: 140px;
        height: 140px;
        padding-top: 18px;
    }
    .mainVisual03-circleTxt {
        font-size: 9px;
    }
    .mainVisual03-circleImgBox {
        width: 130px;
        margin: 5px auto 0;
    }
    .mainVisual03-circle span {
        margin-top: 0;
        transform: translateY(-7px);
        font-size: 7px;
    }
    .mainVisual03-circle span::before {
        width: 7px;
    }
    .mainVisual03-circle span::after {
        width: 3px;
        height: 3px;
    }
}

@media screen and (max-width: 599px) {
    .webMainVisual::before {
        height: 290px;
        right: 0;
        width: 70%;
    }
}

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

    .saitama-h1 {
        font-size: 7px;
    }

}


/*------------------------------------------
    webIntro
------------------------------------------*/

.webIntro {
    padding: 120px 0 100px;
    max-width: 1680px;
    margin: auto;
}

.webIntro .cmnBox02-inner {
    align-items: center;
    width: calc(100% + 40px);
    margin-left: -40px;
}

.webIntro__tit {
    margin-bottom: 26px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: calc(80 / 36);
}

.webIntro__tit span {
    padding: 0.1em 0.4em;
    background-color: #688665;
    color: #fff;
}

.webIntro .imgBox {
    width: 48%;
}

.webIntro .txtBox {
    flex-shrink: 0;
    width: 45%;
}

.webIntro .txtBox .txt {
    /* padding-right: 20px; */
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 1600px) {
    .webIntro .imgBox {
        width: 40%;
    }
    .webIntro .txtBox {
        width: 54%;
    }
}

@media screen and (max-width: 1300px) {
    .webIntro__tit {
        font-size: 33px;
    }
}

@media screen and (max-width: 1024px) {
    .webIntro .cmnBox02-inner {
        width: 100%;
        margin-left: 0;
    }
    .webIntro .imgBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .webIntro .txtBox {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .webIntro {
        padding: 60px 0 55px;
    }
    .webIntro__tit {
        margin-right: -10px;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 2;
    }
    .webIntro__tit span {
        white-space: nowrap;
    }
    .webIntro .txtBox .txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webWorks
------------------------------------------*/

.webWorks {
    padding: 100px 0 105px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.webWorks-txtBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.webWorks__tit {
    width: 438px;
}

.webWorks__lead {
    width: calc(100% - 438px);
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: .05em;
}

.webWorks__slider {
    position: relative;
    margin-right: calc(50% - 65vw);
    margin-left: -41px;
}

.slick-slide {
    margin-left: 40px;
}

.slick-arrow {
    position: absolute !important;
    top: -53px!important;
    bottom: auto;
    left: 40px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 3px 3px #c9d2c8;
}

.slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 14px;
    content: "" !important;
}

.slick-prev::before {
    background: url('../images/saitama2/icon_arrow-left.png') no-repeat center center / contain;
}

.slick-next {
    right: unset !important;
    left: 120px !important;
}

.slick-next::before {
    background: url('../images/saitama2/icon_arrow-right.png') no-repeat center center / contain;
}

.webWorks__item a {
    display: block;
}

.webWorks__item-txt {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.webWorks__category-list {
    display: flex;
    flex-wrap: wrap;
    margin: 13px -5px -3px;
}

.webWorks__category-list li {
    margin: 5px;
    padding: 3px;
    border: 1px solid #000;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.3;
}

.webWorks-btn {
    margin-top: 80px;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .webWorks-txtBox {
        display: block;
    }
    .webWorks__tit {
        width: 100%;
    }
    .webWorks__lead {
        width: 100%;
    }
    .webWorks-btn {
        max-width: 255px;
        margin-top: 150px;
        font-size: 14px;
    }
    .webWorks-btn a {
        height: 50px;
        padding: 0 50px 0 22px;
    }
    .slick-arrow {
        width: 40px !important;
        height: 40px !important;
    }
    .slick-arrow::before {
        width: 15px;
        height: 10px;
    }
    .slick-next {
        left: 95px !important;
    }
}

@media screen and (max-width: 767px) {
    .webWorks {
        padding: 50px 0 70px;
    }
    .webWorks-txtBox {
        margin-bottom: 25px;
    }
    .webWorks__tit {
        margin-bottom: 20px;
        text-align: center;
    }
    .webWorks__lead {
        padding-top: 0;
        font-size: 14px;
    }
    .webWorks__slider {
        width: 95%;
        margin: 0 0 0 -15px;
    }
    .webWorks__item-txt {
        font-size: 16px;
    }
    .webWorks__category-list {
        margin: 8px -3px -3px;
    }
    .webWorks__category-list li {
        margin: 3px;
        font-size: 12px;
    }
    .slick-arrow {
        top: auto!important;
        bottom: -90px !important;
        box-shadow: 2px 2px #c9d2c8;
    }
    .slick-next {
        left: 90px !important;
    }
    .webWorks-btn {
        margin-top: 100px;
    }
}


/*------------------------------------------
    webReason
------------------------------------------*/

.webReason {
    padding: 110px 0;
    max-width: 1680px;
    margin: auto;
}

.webReason__tit {
    margin-bottom: 40px;
    text-align: center;
}

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

.webReason-item {
    width: calc(33.33% - 50px * 2 / 3);
}

.webReason-item .imgBox {
    position: relative;
    margin-bottom: 28px;
}

.webReason-item .imgBox span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 85px;
    height: 85px;
    background-color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.webReason-item .txtBox .tag {
    margin-bottom: 10px;
    color: #688665;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
}

.webReason__item-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

.webReason__item-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #000;
    content: "";
}

.webReason-item .txtBox .txt {
    font-size: 18px;
    letter-spacing: .06em;
}

@media screen and (max-width: 1300px) {
    .webReason-item .txtBox .tag {
        font-size: 17px;
    }
    .webReason__item-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .webReason-list {
        display: block;
    }
    .webReason-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .webReason-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .webReason {
        padding: 45px 0 55px;
    }
    .webReason__tit {
        margin-bottom: 30px;
    }
    .webReason-item .imgBox {
        margin-bottom: 25px;
    }
    .webReason-item .imgBox span {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }
    .webReason-item .txtBox .tag {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .webReason__item-title {
        margin-bottom: 14px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    .webReason__item-title::after {
        width: 40px;
    }
    .webReason-item .txtBox .txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webProblem
------------------------------------------*/

.webProblem {
    padding: 110px 0 120px;
    background-color: #f3f6f3;
}

.webProblem__tit {
    margin-bottom: 80px;
    text-align: center;
}

.webProblem .cmnArchive04__item:last-child {
    transform: translateY(-35px);
}

.webProblem-txtBox {
    position: relative;
    padding: 50px 40px 30px;
    background-color: #fff;
    box-shadow: 6px 6px #c8d3c7;
}

.webProblem-txtBox {
    margin-bottom: 62px;
}

.webProblem-txtBox:last-child {
    margin-bottom: 0;
}

.webProblem-txtBox::before {
    position: absolute;
    top: -18px;
    left: 35px;
    width: 52px;
    height: 45px;
    background: url("../images/saitama2/ico_quotation01.png") no-repeat center / contain;
    content: "";
}

.webProblem-txtBox ul li {
    position: relative;
    padding-left: 22px;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
}

.webProblem-txtBox ul li::before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #688665;
    content: "";
}

@media screen and (max-width: 767px) {
    .webProblem {
        padding: 50px 0 30px;
    }
    .webProblem__tit {
        margin-bottom: 35px;
    }
    .webProblem .cmnArchive04 {
        display: flex;
        flex-direction: column;
    }
    .webProblem .cmnArchive04__item {
        display: contents;
    }
    .webProblem .cmnArchive04__item:last-child {
        transform: translateY(0);
    }
    .webProblem .cmnArchive04__item:first-child .webProblem-txtBox:nth-child(1) {
        order: 1;
    }
    .webProblem .cmnArchive04__item:first-child .webProblem-txtBox:nth-child(2) {
        order: 3;
    }
    .webProblem .cmnArchive04__item:last-child .webProblem-txtBox:nth-child(1) {
        order: 2;
    }
    .webProblem .cmnArchive04__item:last-child .webProblem-txtBox:nth-child(2) {
        order: 4;
    }
    .webProblem-txtBox {
        margin-bottom: 30px;
        padding: 20px 15px 10px;
        box-shadow: 4px 4px #c8d3c7;
    }
    .webProblem-txtBox:last-child {
        margin-bottom: 30px;
    }
    .webProblem-txtBox::before {
        top: -10px;
        width: 26px;
        height: 22px;
    }
    .webProblem-txtBox ul li {
        padding-left: 16px;
        font-size: 14px;
    }
    .webProblem-txtBox ul li::before {
        top: 10px;
        width: 8px;
        height: 8px;
    }
}


/*------------------------------------------
    webConceptwork
------------------------------------------*/

.webConceptwork {
    position: relative;
    padding: 70px 0 15%;
}

.webConceptwork::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    padding-top: 20%;
    background: url('../images/saitama2/img_concept_pc.jpg') no-repeat top center / 100%;
    content: '';
}

.webConceptwork-inner {
    padding: 40px;
    background-color: #fff;
}

.webConceptwork-txtBox {
    margin-bottom: 20px;
}

.webConceptwork-txtBox .lead {
    margin-bottom: 20px;
    color: #688665;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

.webConceptwork__tit {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.webConceptwork-inner .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webConceptwork-inner .box .txt {
    width: 49%;
    font-size: 18px;
    letter-spacing: .05em;
}

.webConceptwork-imgBox {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.webConceptwork-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #e1e7e0;
    color: #688665;
}

.webConceptwork-circle:first-of-type {
    margin-right: 5px;
}

.webConceptwork-circle:last-of-type {
    margin-left: 15px;
    background-color: #688665;
    color: #fff;
}

.webConceptwork-circle__txt {
    position: relative;
    padding-bottom: 73px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
}

.webConceptwork-circle:first-of-type .webConceptwork-circle__txt::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
    height: 53px;
    background: url('../images/saitama2/icon_writing.png') no-repeat center center / contain;
    content: '';
}

.webConceptwork-circle:last-of-type .webConceptwork-circle__txt::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 58px;
    background: url('../images/saitama2/icon_pc.png') no-repeat center center / contain;
    content: '';
}

.webConceptwork-imgBox span {
    transform: rotate(-45deg);
    width: 18px;
    height: 18px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}

@media screen and (max-width: 1300px) {
    .webConceptwork-inner {
        display: block;
    }
    .webConceptwork-inner .box {
        display: block;
    }
    .webConceptwork-inner .box .txt {
        width: 100%;
        margin-bottom: 40px;
    }
    .webConceptwork-txtBox {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .webConceptwork-imgBox {
        justify-content: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .webConceptwork {
        padding: 50px 0 43%;
    }
    .webConceptwork::before {
        height: auto;
        padding-top: 42.7%;
        background: url(../images/saitama2/img_concept_sp.jpg) no-repeat top center / cover;
    }
    .webConceptwork-inner {
        padding: 0 0 30px;
    }
    .webConceptwork-txtBox {
        margin-bottom: 20px;
    }
    .webConceptwork-txtBox .lead {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .webConceptwork__tit {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.3;
    }
    .webConceptwork-inner .box .txt {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .webConceptwork-txtBox .txt {
        font-size: 14px;
    }
    .webConceptwork-circle {
        width: 130px;
        height: 130px;
    }
    .webConceptwork-circle:first-of-type {
        margin-right: 7px;
    }
    .webConceptwork-circle__txt {
        padding-bottom: 30px;
        font-size: 12px;
    }
    .webConceptwork-circle:first-of-type .webConceptwork-circle__txt::before {
        bottom: -9px;
        width: 31px;
        height: 30px;
    }
    .webConceptwork-circle:last-of-type .webConceptwork-circle__txt::before {
        bottom: -14px;
        width: 34px;
        height: 33px;
    }
    .webConceptwork-imgBox {
        padding-right: 0;
    }
    .webConceptwork-imgBox span {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }
}


/*------------------------------------------
    webBenefit
------------------------------------------*/

.webBenefit {
    padding: 90px 0 110px;
}

.webBenefit__tit {
    margin-bottom: 40px;
    text-align: center;
}

.webBenefit-list {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -3%;
    justify-content: space-evenly;
}

.webBenefit-item {
    width: 30.33%;
    padding: 30px 2%;
}

.webBenefit-item .box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.webBenefit-item .box .genre {
    font-size: 30px;
    color: #688665;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.webBenefit-imgBox {
    position: relative;
    width: 80%;
    padding-top: 83%;
    border-radius: 92%;
    background-color: #f2f4f4;
}

.webBenefit-imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.38);
}

.webBenefit__txt {
    transform: translateX(25px);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .webBenefit-item .box .genre {
        font-size: 28px;
    }
    .webBenefit__txt {
        font-size: 22px;
    }
}

@media screen and (max-width: 1300px) {
    .webBenefit-item .box .genre {
        font-size: 23px;
    }
    .webBenefit__txt {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .webBenefit {
        padding: 50px 0 60px;
    }
    .webBenefit__tit {
        margin-bottom: 30px;
    }
    .webBenefit-list {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .webBenefit-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .webBenefit-item:last-child {
        margin-bottom: 0;
    }
    .webBenefit-item .box {
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .webBenefit-item .box .genre {
        font-size: 15px;
    }
    .webBenefit-imgBox {
        width: 120px;
        height: 120px;
        padding-top: 0;
    }
    .webBenefit__txt {
        transform: translateX(15px);
        font-size: 14px;
        line-height: calc(46 / 28);
        text-align: left;
    }
}


/*------------------------------------------
    webMarketing
------------------------------------------*/

.webMarketing {
    padding: 100px 0 90px;
    background-color: #f2f4f4;
}

.webMarketing__tit {
    margin-bottom: 40px;
    text-align: center;
}

.webMarketing .cmnArchive04__item {
    margin-bottom: 40px;
    padding: 40px;
    background-color: #fff;
}

.webMarketing-imgBox {
    position: relative;
    margin-bottom: 25px;
}

.webMarketing-imgBox span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 98px;
    height: 98px;
    background-color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.webMarketing-txtBox {}

.webMarketing-txtBox .subTit {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 15px;
    color: #688665;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

.webMarketing-txtBox .subTit::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #000;
    content: "";
}

.webMarketing-txtBox .txt {
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .webMarketing {
        padding: 50px 0 60px;
    }
    .webMarketing__tit {
        margin: 0 -10px 30px;
    }
    .webMarketing .cmnArchive04__item {
        margin-bottom: 30px;
        padding: 30px 30px 25px;
    }
    .webMarketing .cmnArchive04__item:last-child {
        margin-bottom: 0;
    }
    .webMarketing-imgBox span {
        width: 47px;
        height: 47px;
        font-size: 20px;
    }
    .webMarketing-txtBox .subTit {
        margin-bottom: 14px;
        padding-bottom: 12px;
        font-size: 18px;
    }
    .webMarketing-txtBox .subTit::after {
        width: 40px;
    }
    .webMarketing-txtBox .subTit::before {
        width: 40px;
    }
    .webMarketing-txtBox .txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webSpecialtyIndustry
------------------------------------------*/

.webSpecialtyIndustry {
    padding: 100px 0 0;
}

.webSpecialtyIndustry-txtBox {
    display: flex;
    margin-bottom: 40px;
}

.webSpecialtyIndustry__tit {
    width: 440px;
}

.webSpecialtyIndustry__lead {
    width: calc(100% - 440px);
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: .05em;
}

.webSpecialtyIndustry .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(90deg, transparent 0%, transparent 35%, #f5f5f5 35%, #f5f5f5 100%);
}

.webSpecialtyIndustry .box:nth-child(even) {
    flex-direction: row-reverse;
    background-image: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 65%, transparent 65%, transparent 100%);
}

.webSpecialtyIndustry .box {
    margin-bottom: 45px;
}

.webSpecialtyIndustry .box:last-child {
    margin-bottom: 0;
}

.webSpecialtyIndustry .box .imgBox {
    width: 65%;
    max-width: 611px;
    padding: 40px 0 0;
}

.webSpecialtyIndustry .box .txtBox {
    width: 55%;
    padding: 75px 40px;
}

.webSpecialtyIndustry__subTit {
    position: relative;
    margin-bottom: 30px;
    padding-left: 41px;
    color: #688665;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.webSpecialtyIndustry__subTit::before {
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(-45deg);
    width: 16px;
    height: 10px;
    border-bottom: 5px solid #688665;
    border-left: 5px solid #688665;
    content: '';
}

.webSpecialtyIndustry .box .txtBox .txt {
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
    .webSpecialtyIndustry-txtBox {
        display: block;
        margin-bottom: 30px;
    }
    .webSpecialtyIndustry__tit {
        width: 100%;
    }
    .webSpecialtyIndustry__lead {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .webSpecialtyIndustry {
        padding: 50px 0 0;
    }
    .webSpecialtyIndustry__tit {
        text-align: center;
    }
    .webSpecialtyIndustry__lead {
        font-size: 14px;
    }
    .webSpecialtyIndustry .box {
        display: block;
        margin-bottom: 30px;
        background-image: linear-gradient(180deg, transparent 0, transparent 130px, #f5f5f5 130px, #f5f5f5 100%);
    }
    .webSpecialtyIndustry .box:nth-child(even) {
        background-image: linear-gradient(180deg, transparent 0, transparent 130px, #f5f5f5 130px, #f5f5f5 100%);
    }
    .webSpecialtyIndustry .box .imgBox {
        width: 100%;
        max-width: 100%;
        padding: 0 25px;
    }
    .webSpecialtyIndustry .box .txtBox {
        width: 100%;
        max-width: 100%;
        padding: 25px 30px;
    }
    .webSpecialtyIndustry__subTit {
        padding-left: 25px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .webSpecialtyIndustry__subTit::before {
        top: 8px;
        width: 9px;
        height: 6px;
        border-bottom-width: 3px;
        border-left-width: 3px;
    }
    .webSpecialtyIndustry .box .txtBox .txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webFlow
------------------------------------------*/

.webFlow {
    padding: 110px 0 0px;
}

.webFlow__tit {
    margin-bottom: 40px;
}

.webFlow .box {
    display: flex;
    margin-bottom: 40px;
}

.webFlow .box .numBox {
    display: flex;
    flex-shrink: 0;
    position: relative;
    width: 160px;
}

.webFlow .box .numBox::before {
    position: absolute;
    bottom: 0;
    left: 48px;
    width: 1px;
    height: calc(100% - 62px);
    background-color: #000;
    content: "";
}

.webFlow .box:last-child .numBox::before {
    content: none;
}

.webFlow .box .numBox span {
    color: #688665;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.webFlow .box .numBox span span {
    font-size: 36px;
}

.webFlow .box .txtBox {
    flex: 1;
    background-color: #f3f6f3;
}

.webFlow .box .txtBox .subTit {
    display: inline-block;
    position: relative;
    transform: translateY(-2px);
    padding: 12px 50px 12px 18px;
    background-color: #688665;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.webFlow .box .txtBox .subTit::after {
    position: absolute;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 30px;
    height: calc(100% + 4px);
    background-color: #f3f6f3;
    content: "";
}

.webFlow .box .txtBox .txt {
    padding: 30px 40px;
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
    .webFlow .box .numBox {
        justify-content: center;
        width: 100px;
    }
    .webFlow .box .numBox::before {
        height: calc(100% - 80px);
    }
}

@media screen and (max-width: 767px) {
    .webFlow {
        padding: 50px 0 0px;
    }
    .webFlow .box {
        margin-bottom: 24px;
    }
    .webFlow .box:last-child {
        margin-bottom: 0;
    }
    .webFlow .box .numBox {
        justify-content: start;
        width: 45px;
    }
    .webFlow .box .numBox::before {
        left: 14px;
        height: calc(100% - 50px);
    }
    .webFlow__tit {
        margin-bottom: 30px;
        text-align: center;
    }
    .webFlow .box .numBox>span {
        display: inline-block;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
    }
    .webFlow .box .numBox>span span {
        font-size: 20px;
    }
    .webFlow .box .txtBox .subTit {
        padding: 6px 32px 6px 14px;
        font-size: 17px;
    }
    .webFlow .box .txtBox .subTit::after {
        width: 20px;
    }
    .webFlow .box .txtBox .txt {
        padding: 5px 15px;
        font-size: 14px;
    }
}


/*------------------------------------------
    webVoice
------------------------------------------*/

.webVoice {
    padding: 110px 0;
    background-color: #f2f4f4;
}

.webVoice__tit {
    margin-bottom: 40px;
    text-align: center;
}

.webVoice-list {
    display: flex;
    margin: -30px -2.5%;
}

.webVoice-item {
    width: 33.33%;
    padding: 30px 2.5%;
}

.webVoice-item .imgBox {
    max-width: 240px;
    margin: 0 auto 25px;
}

.webVoice-item .imgBox img {
    border-radius: 50%;
}

.webVoice-item .txtBox .subTit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
    margin-bottom: 15px;
    color: #688665;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

.webVoice-item .txtBox .name {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: calc(28 / 18);
    text-align: center;
}

.webVoice-item .txtBox .name::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #000;
    content: "";
}

.webVoice-item .txtBox .txt {
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 1600px) {
    .webVoice-item .txtBox .subTit {
        font-size: 26px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1300px) {
    .webVoice-item .txtBox .subTit {
        font-size: 22px;
    }
    .webVoice-item .txtBox .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .webVoice-item .txtBox .subTit {
        height: 50px;
        font-size: 16px;
    }
    .webVoice-item .txtBox .name {
        font-size: 14px;
    }
    .webVoice-item .txtBox .txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .webVoice {
        padding: 50px 0 60px;
    }
    .webVoice__tit {
        margin-bottom: 50px;
    }
    .webVoice-list {
        display: block;
        margin: 0;
    }
    .webVoice-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .webVoice-item:last-child {
        margin-bottom: 0;
    }
    .webVoice-item .imgBox {
        max-width: 150px;
        margin-bottom: 20px;
    }
    .webVoice-item .txtBox .subTit {
        height: auto;
        font-size: 18px;
        line-height: calc(50 / 36);
    }
    .webVoice-item .txtBox .name {
        font-size: 14px;
    }
}


/*------------------------------------------
    webPlan
------------------------------------------*/

.webPlan {
    padding: 100px 0 0;
}

.webPlan-inner {
    padding: 70px 80px 60px;
    border: 10px solid #f3f6f3;
}

.webPlan-txtBox {
    display: flex;
    margin-bottom: 40px;
    padding-left: 20px;
}

.webPlan__tit {
    width: 250px;
}

.webPlan__lead {
    width: calc(100% - 250px);
    padding-top: 5px;
    font-size: 18px;
    letter-spacing: .05em;
}

.webPlan__price__box {
    margin-bottom: 40px;
    padding: 30px 20px 20px;
    background-color: #688665;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.webPlan__price {
    font-size: 36px;
    line-height: 1.6;
}
.webPlan__price__catch {
    font-size: 1.4rem;
}

.webPlan__price__catch__small {
    font-size: 1rem;
    display: inline-block;
    margin: .5rem;
}

.webPlan__price .webPlan__price__large {
    font-size: 48px;
}

.webPlan-list {
    width: fit-content;
    margin: 0 auto;
}

.webPlan-list__item {
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.webPlan-list__item::before {
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(-45deg);
    width: 10px;
    height: 6px;
    border-bottom: 3px solid #688665;
    border-left: 3px solid #688665;
    content: "";
}

@media screen and (max-width: 1024px) {
    .webPlan-txtBox {
        display: block;
    }
    .webPlan__tit {
        width: 100%;
    }
    .webPlan__lead {
        width: 100%;
    }
    .webPlan-inner {
        padding: 40px 30px;
        border-width: 6px;
    }
}

@media screen and (max-width: 767px) {
    .webPlan {
        padding: 50px 0 0;
    }
    .webPlan-inner {
        padding: 25px 30px;
    }
    .webPlan-txtBox {
        margin-bottom: 20px;
        padding-left: 0;
    }
    .webPlan__tit {
        margin-bottom: 15px;
        text-align: center;
    }
    .webPlan__lead {
        font-size: 14px;
    }
    .webPlan__price {
        margin: 10px 0 0;
        padding: 2px 0;
        font-size: 26px;
        white-space: nowrap;
    }
.webPlan__price__catch {
    font-size: 16px;
    line-height: 1.4;
}

.webPlan__price__catch__small {
    display: block;
    margin: 0;
}

.webPlan__price__box {
    padding: 20px 20px 20px;
}
    .webPlan__price .webPlan__price__large {
        font-size: 48px;
    }


    .webPlan-list__item {
        font-size: 14px;
    }
    .webPlan-list__item::before {
        width: 8px;
        height: 6px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    }
}


/*------------------------------------------
    webFaq
------------------------------------------*/

.webFaq {
    padding: 100px 0;
}

.webFaq__tit {
    margin-bottom: 50px;
    text-align: center;
}

.webFaq .box {
    margin-bottom: 40px;
    padding: 40px;
    background-color: #f3f6f3;
}

.webFaq .box:last-child {
    margin-bottom: 0;
}

.webFaq .box .subTit {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
}

.webFaq .box .subTit::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: #688665;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    content: "Q";
}

.webFaq .box .txt {
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .webFaq {
        padding: 50px 0;
    }
    .webFaq__tit {
        margin-bottom: 30px;
    }
    .webFaq .box {
        padding: 25px 28px 20px;
        margin-bottom: 24px;
    }
    .webFaq .box:last-child {
        margin-bottom: 0;
    }
    .webFaq .box .subTit {
        padding-left: 30px;
        font-size: 18px;
    }
    .webFaq .box .subTit::before {
        font-size: 24px;
    }
    .webFaq .box .txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webAbout
------------------------------------------*/

.webAbout {
    padding: 100px 0;
}

.webAbout-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webAbout-box:nth-child(1) {
    margin-bottom: 80px;
    padding-left: 40px;
}

.webAbout-box:nth-child(1) .webAbout-txtBox {
    width: 55%;
    max-width: 760px;
}

.webAbout-box:nth-child(1) .webAbout-imgBox {
    width: 42%;
}

.webAbout-box:nth-child(2) {
    width: calc(100% + 40px);
    margin-bottom: 30px;
    margin-left: -40px;
}

.webAbout-box:nth-child(2) .webAbout-txtBox {
    width: 30%;
    max-width: 365px;
}

.webAbout-box:nth-child(2) .webAbout-imgBox {
    position: relative;
    width: 68%;
}

.webAbout-box:nth-child(2) .webAbout-imgBox::before {
    position: absolute;
    bottom: -5px;
    right: -20px;
    width: 110px;
    height: 56px;
    background: url('../images/saitama2/img_about02-deco.png') no-repeat center center / contain;
    content: "";
}

.webAbout__tit {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: calc(60 / 36);
    white-space: nowrap;
}

.webAbout__tit span {
    color: #688665;
}

.webAbout .webAbout-txtBox .txt {
    font-size: 18px;
    letter-spacing: .05em;
}

.webAbout-subTit {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: calc(50 / 28);
    text-align: center;
}

.webAbout-subTit::before {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 45px;
    height: 37px;
    background: url("../images/saitama2/ico_quotation01.png") no-repeat center / contain;
    content: "";
}

.webAbout-subTit::after {
    position: absolute;
    bottom: -10px;
    right: 0;
    transform: rotate(180deg);
    width: 45px;
    height: 37px;
    background: url("../images/saitama2/ico_quotation01.png") no-repeat center / contain;
    content: "";
}

.webAbout-txt {
    font-size: 18px;
    letter-spacing: .05em;
}

.webAbout-txt .bold {
    font-weight: 700;
}

.webAbout-txt .bold02 {
    font-weight: 700;
    color: #688665;
}

@media screen and (max-width: 1500px) {
    .webAbout-box:nth-child(2) .webAbout-txtBox {
        width: 365px;
    }
    .webAbout-subTit::before {
        left: 5px;
    }
    .webAbout-subTit::after {
        right: -5px;
    }
}

@media screen and (max-width: 1024px) {
    .webAbout {
        overflow: hidden;
    }
    .webAbout-box {
        flex-direction: column-reverse;
    }
    .webAbout-box:nth-child(1) .webAbout-txtBox {
        width: 100%;
        max-width: 100%;
    }
    .webAbout-box:nth-child(1) .webAbout-imgBox {
        width: 100vw;
        max-width: 100vw;
        margin: 0 calc(50% - 50vw) 20px;
    }
    .webAbout-box:nth-child(2) .webAbout-txtBox {
        width: fit-content;
        max-width: fit-content;
    }
    .webAbout-subTit::before {
        top: -7px;
        left: -40px;
        width: 22px;
        height: 19px;
    }
    .webAbout-subTit::after {
        bottom: 3px;
        right: -40px;
        width: 22px;
        height: 19px;
    }
}

@media screen and (max-width: 767px) {
    .webAbout {
        padding: 60px 0;
    }
    .webAbout-box:nth-child(1) {
        margin-bottom: 45px;
    }
    .webAbout-box:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
    .webAbout__tit {
        font-size: 23px;
        line-height: calc(78 / 48);
    }
    .webAbout .webAbout-txtBox .txt {
        font-size: 14px;
    }
    .webAbout-subTit {
        font-size: 18px;
        line-height: calc(60 / 36);
    }
    .webAbout-subTit::before {
        top: -3px;
    }
    .webAbout-subTit::after {
        bottom: -3px;
    }
    .webAbout-txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webMember
------------------------------------------*/

.webMember {
    padding: 110px 0 120px;
    background-color: #f3f6f3;
}

.webMember__tit {
    margin-bottom: 40px;
}

.webMember .box {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    padding: 40px;
    background-color: #fff;
}

.webMember .box:last-child {
    margin-bottom: 0;
}

.webMember .box::after {
    position: absolute;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 80px;
    height: 80px;
    background-color: #f3f6f3;
    content: "";
}

.webMember .box .imgBox {
    flex: 0 0 300px;
}

.webMember .box .imgBox .name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

.webMember .box .imgBox .name span {
    color: #688665;
    font-size: 28px;
}

.webMember .box .txtBox {
    width: calc(100% - 340px);
    padding-top: 10px;
}

.webMember .box .txtBox .txt {
    font-size: 18px;
    letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
    .webMember {
        padding: 50px 0 60px;
    }
    .webMember__tit {
        margin-bottom: 30px;
        text-align: center;
    }
    .webMember .box {
        display: block;
        margin-bottom: 30px;
        padding: 25px 30px;
    }
    .webMember .box:last-child {
        margin-bottom: 0;
    }
    .webMember .box::after {
        width: 30px;
        height: 30px;
    }
    .webMember .box .imgBox {
        width: 180px;
        margin: 0 auto 20px;
    }
    .webMember .box .imgBox .name {
        margin-top: 10px;
        font-size: 12px;
    }
    .webMember .box .imgBox .name span {
        font-size: 18px;
    }
    .webMember .box .txtBox {
        width: 100%;
        padding-top: 0;
    }
    .webMember .box .txtBox .txt {
        font-size: 14px;
    }
}


/*------------------------------------------
    webMessage
------------------------------------------*/

.webMessage {
    padding: 140px 0 120px;
}

.webMessage__tit {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}

.webMessage__txt {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: .05em;
}

.webMessage__txt:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .webMessage {
        padding: 50px 0 55px;
    }
    .webMessage__tit {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .webMessage__txt {
        margin-bottom: 30px;
        font-size: 14px;
    }
}


/*------------------------------------------
    webCompany
------------------------------------------*/

.webCompany {
    padding: 70px 0 80px;
    background-color: #f2f4f4;
}

.webCompany__tit {
    margin-bottom: 30px;
    text-align: center;
}

.webCompany-inner {
    padding: 0 120px;
}

.webCompany-data {
    display: flex;
    padding: 19px 0;
    border-top: 1px solid #000;
}

.webCompany-data:last-child {
    border-bottom: 1px solid #000;
}

.webCompany__subTit {
    flex: 0 0 220px;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

.webCompany__content {
    flex: 1;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
}

@media screen and (max-width: 1300px) {
    .webCompany__subTit {
        flex: 0 0 180px;
    }
}

@media screen and (max-width: 1024px) {
    .webCompany-inner {
        padding: 0 50px;
    }
    .webCompany-data {
        display: block;
        padding: 15px 0;
    }
    .webCompany__subTit {
        width: 100%;
        font-size: 14px;
    }
    .webCompany__content {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .webCompany {
        padding: 50px 0 60px;
        background-color: #f2f4f4;
    }
    .webCompany-inner {
        padding: 0;
    }
    .webCompany-data {
        padding: 16px 0;
    }
    .webCompany__subTit {
        margin-bottom: 5px;
        padding-top: 0;
    }
    .webCompany__content {
        line-height: 1.6;
    }
}


/*------------------------------------------
    webAccess
------------------------------------------*/

.webAccess {
    padding: 120px 0 0;
}

.webAccess-txtBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.webAccess__tit {
    width: 360px;
}

.webAccess__lead {
    width: calc(100% - 360px);
    padding-top: 10px;
}

.webAccess-mapBox {
    position: relative;
    width: 100%;
    padding-top: 520px;
}

.webAccess-mapBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.webAccess+.cmnCv03 {
    margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .webAccess-txtBox {
        display: block;
        margin-bottom: 30px;
    }
    .webAccess__tit {
        width: 100%;
    }
    .webAccess__lead {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .webAccess {
        padding: 50px 0 0;
    }
    .webAccess__tit {
        text-align: center;
    }
    .webAccess__lead {
        font-size: 14px;
    }
    .webAccess-mapBox {
        padding-top: 250px;
    }
}