/*----------------------------------------------------*/
/*              carbonzero                            */
/*----------------------------------------------------*/
.lower-mv.carbonzero {
    /* background-image: url(../img/sdgs/carbonzero_lower_mv.jpg); */
    background-image: url(../img/attempt/carbonzero_lower_mv.jpg);
}

.lower-mv.health {
    /* background-image: url(../img/sdgs/health_lower_mv.jpg); */
    background-image: url(../img/attempt/health_lower_mv.jpg);
}

.lower-mv.attempt {
    /* background-image: url(../img/sdgs/attempt_lower_mv.jpg); */
    background-image: url(../img/attempt/attempt_lower_mv.jpg);
}

.lower-mv.employment {
    /* background-image: url(../img/sdgs/employment_lower_mv.jpg); */
    background-image: url(../img/attempt/employment_lower_mv.jpg);
}

.inner .ttl {
    margin-bottom: 40px;
}

/*sdgs01*/
.sdgs01-link {
    color: #ff6c00;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    word-break: break-all;
    overflow-wrap: anywhere !important;
}

.sdgs01-link::after {
    content: url(../img/common/footer/footer_icon01.png);
    margin-left: 2px;
}

/*sdgs02*/
.sdgs02 {
    padding: 120px 0 60px;
}

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

@media (max-width: 500px) {
    .sdgs02__container {
        flex-direction: column-reverse;
    }
}

.sdgs02__container img {
    width: 30%;
    height: auto;
}

@media (max-width: 500px) {
    .sdgs02__container img {
        width: 100%;
        margin-bottom: 10px;
    }
}

.sdgs02__textarea {
    width: 60%;
    margin-right: 40px;
}

@media (max-width: 500px) {
    .sdgs02__textarea {
        width: 100%;
    }
}

.sdgs02__ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sdgs02__ttl span {
    font-size: 34px;
    color: #e60012;
}

/*sdgs03*/
.sdgs03 {
    padding: 60px 0 60px;
}

.sdgs03__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .sdgs03__container {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 500px) {
    .sdgs03__container {
        width: 100%;
    }
}

.sdgs03__item {
    width: calc(100% / 3 - 10px);
    padding: 20px;
    background: #f3f1ef;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .sdgs03__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.sdgs03__item h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #006935;
    margin-bottom: 20px;
}

.sdgs03__item h3 span {
    color: #fff;
    font-family: Arial;
    font-size: 30px;
    margin-right: 8px;
    padding: 10px 10px 8px 10px;
    background: #006935;
}

.sdgs03__caption {
    margin-bottom: 5px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .sdgs03__caption {
        text-align: center;
    }
}

.sdgs03__item img {
    margin: 0 auto 20px;
    display: block;
}

@media (max-width: 500px) {
    .sdgs03__item img {
        width: 100%;
    }
}

.sdgs03-link {
    margin-top: 0;
}

.sdgs03__item p {
    margin-top: auto;
}

@media (max-width: 768px) {
    .sdgs03__item p {
        text-align: center;
    }
}

.sdgs03__list {
    display: flex;
    margin: 40px 0;
}

@media (max-width: 768px) {
    .sdgs03__list {
        display: block;
    }
}

.sdgs03__list h3 {
    font-weight: bold;
    padding: 50px 30px;
    background: #006935;
    color: #fff;
}

@media (max-width: 768px) {
    .sdgs03__list h3 {
        padding: 20px;
        border: 1px solid #006935;
    }
}

.sdgs03__list ul {
    list-style-type: disc;
    color: #006935;
}

@media (max-width: 768px) {
    .sdgs03__list ul {
        border: 1px solid #006935;
    }
}

.sdgs03__list ul li {
    font-size: 20px;
    margin: 0 0 0 40px;
    line-height: 2;
    border-bottom: 1px dotted;
}

@media (max-width: 500px) {
    .sdgs03__list ul li {
        font-size: 16px;
        line-height: 1.4;
        padding: 20px;
        list-style: none;
        margin: 0;
    }
}

.sdgs03__list ul li:last-of-type {
    border-bottom: none;
}

/*sdgs04*/
.sdgs04 {
    padding: 60px 0 120px;
}

.sdgs04 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.sdgs04 table tr:nth-of-type(odd) {
    background: #f3f1ef;
}

@media (max-width: 500px) {
    .sdgs04 table tr:nth-of-type(odd) {
        background: none;
    }
}

.sdgs04 table tr td {
    padding: 20px;
    border-left: 4px solid #fff;
}

@media (max-width: 500px) {
    .sdgs04 table tr td {
        width: 100%;
        display: block;
    }
    .sdgs04 table tr td:nth-of-type(odd) {
        background: #f3f1ef;
    }
    .sdgs04 table tr:nth-last-of-type(-n + 2) td:nth-of-type(1) {
        display: none;
    }
}

@media (max-width: 500px) {
    .sdgs04 table tr:nth-last-of-type(-n + 2) td:nth-of-type(2) {
        border-top: 1px solid #ccc;
        font-weight: 700;
        font-size: 14px;
        text-align: right;
    }
}

/*sdgs05*/
.sdgs05 {
    padding: 120px 0 60px;
}

.sdgs05 ul {
    margin: 0 auto;
    display: table;
}

.sdgs05 ul li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .sdgs05 ul li {
        font-size: 14px;
        text-align: center;
    }
}

.sdgs05 ul li span {
    color: #fff;
    font-family: Arial;
    font-size: 24px;
    margin-right: 8px;
    padding: 10px 10px 8px 10px;
    background: #006935;
    border-radius: 50%;
}

@media (max-width: 500px) {
    .sdgs05 ul li span {
        font-size: 14px;
        display: table;
        margin: 0 auto 10px;
    }
}

/*sdgs06*/
.sdgs06 {
    padding: 60px 0 60px;
}

.sdgs06 ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .sdgs06 ul {
        display: block;
    }
}

.sdgs06 ul li {
    width: calc(100% / 2 - 5px);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
}

@media (max-width: 500px) {
    .sdgs06 ul li {
        width: 100%;
    }
}

.sdgs06 ul li:nth-of-type(n + 3) {
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .sdgs06 ul li:nth-of-type(n + 3) {
        margin-bottom: 10px;
    }
}

.sdgs06__title {
    background: #006935;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px !important;
}

.sdgs06 ul li p {
    margin-bottom: 20px;
}

.sdgs06 ul li a {
    color: #ff6c00;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 8px;
}

/*sdgs07*/
.sdgs07 {
    padding: 60px 0 120px;
}

.sdgs07 h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
    background: #006935;
}

@media (max-width: 500px) {
    .sdgs07 h2 {
        padding: 10px;
    }
}

.sdgs07 h2:nth-of-type(n + 2) {
    margin-top: 40px;
}

.sdgs07 h3 {
    font-size: 24px;
    color: #006935;
    margin-bottom: 10px;
}

.sdgs07 h3 {
    font-size: 24px;
    color: #006935;
}

.sdgs07 ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.sdgs07 ul li:last-of-type {
    border-bottom: none;
}

.sdgs07-link {
    text-align: left;
}

@media (max-width: 500px) {
    .sdgs02 {
        padding: 80px 0 40px;
    }
    .sdgs03 {
        padding: 40px 0 40px;
    }
    .sdgs04 {
        padding: 40px 0 40px;
    }
    .sdgs05 {
        padding: 80px 0 40px;
    }
    .sdgs06 {
        padding: 40px 0 40px;
    }
    .sdgs07 {
        padding: 40px 0 40px;
    }
}

/*----------------------------------------------------*/
/*              health                                */
/*----------------------------------------------------*/

.top-news {
    position: relative;
    padding: 120px 0 0;
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 1024px) {
    .top-news {
        padding: 0;
    }
}

.top-news .news {
    width: 100%;
}

@media (max-width: 1550px) {
    .top-news .news {
        margin-top: 100px;
        padding: 0 20px;
    }

    .top-news .news__category.news,
    .top-news .news__category.osirase {
        margin-top: 0 !important;
    }
}

.top-news .news__ttl-wrap {
    border-bottom: solid 1px #d8d5d2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.top-news .news__ttl {
    font-size: 40px;
    font-weight: 700;
    color: #e60012;
    line-height: 35px;
}

.top-news .news__ttl:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    margin: 0 30px 0 30px;
    vertical-align: middle;
    background-color: #e60012;
}

.top-news .news__sub {
    font-size: 18px;
    font-weight: 700;
}

.top-news .news__list {
    width: 100%;
}

.top-news .news__list li a {
    flex-wrap: nowrap;
    align-items: baseline;
}

@media (max-width: 768px) {
    .top-news .news__list {
        width: 100%;
    }
}

.top-news .news__list li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .top-news .news__item {
        display: block;
    }
}

.top-news .news__category {
    text-align: center;
    width: 129px;
    padding: 3px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
    max-width: 130px;
    min-width: 130px;
}

@media (max-width: 768px) {
    .top-news .news__category {
        max-width: auto;
        min-width: auto;
        width: auto;
        padding: 3px 15px;
    }
}

.top-news .news__category.release {
    background-color: #6cbce0;
}

.top-news .news__category.column {
    background-color: #478361;
}

.top-news .news__category.print_column {
    background: #ff6c00;
}

.top-news .news__category.news,
.top-news .news__category.osirase {
    background-color: #bcd639;
}

.top-news .news__category.media {
    background-color: #e7546a;
}

.top-news .news__time {
    color: #999999;
    font-size: 14px;
    margin: 0 20px 0 20px;
}

@media (max-width: 768px) {
    .top-news .news__txt {
        margin-top: 10px;
    }

    .top-news .news__time .news-br{
        display: none;
    }
}



/*上記コード2025年11月13日追記*/

/*.new-info{
    width: 90%; 
    padding-top: 80px; 
    margin: 0 auto; 
    max-width: 1200px;
}

.new-info p{
    font-weight: bold; 
    margin-bottom: 10px;
}

.new-info ul{
    list-style-type: disc; 
    margin-left: 2rem;
}

/*上記コード2025年11月13日不使用*/


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

@media (max-width: 500px) {
    .health02__container {
        display: block;
    }
}

.health02__item {
    width: calc(100% / 2 - 20px);
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background: #f3f1ef;
}

@media (max-width: 500px) {
    .health02__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.health02__item:nth-of-type(n + 3) {
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .health02__item:nth-of-type(n + 3) {
        margin-bottom: 20px;
    }

    .health02__item:last-of-type {
        margin-bottom: 0;
    }
}

.health02 h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e60012;
}

@media (max-width: 768px) {
    .health02 h3 {
        font-size: 17px;
    }
}

.health02 dl {
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .health02 dl {
        display: flex;
        flex-direction: column;
        gap: 0.5em 0;
        margin-bottom: 20px;
    }

    .health02 dl dt {
        width: 100% !important;
    }
}

.health02 dl dt {
    font-weight: bold;
}

.health02__gragh {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

.health02__gragh .gragh {
    width: 48%;
}

@media (max-width: 500px) {
    .health02__gragh {
        display: block;
        margin-top: 0;
    }

    .health02__gragh .gragh {
        width: 100%;
        margin-top: 20px;
    }
}

/*s-d-method*/

.t-o-contents{
    background-color: #f3f1ef;
    padding: 70px 0;
    margin-bottom: 70px;
    width: 100%;
}

.t-o-contents .t-o-contents-list-container {
    width: 90%;
    max-width: 960px;
    background-color: #fff;
    padding: 40px 0;
    margin:30px auto 0;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}


.t-o-contents .t-o-contents-list-container .content-list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    flex: initial;
}

.t-o-contents .t-o-contents-list-container .content-list:not(:last-child) {
    margin-bottom: 50px;
}

.t-o-contents .t-o-contents-list-container .content-list:nth-of-type(n + 2) {
    border: none;
}

.t-o-contents .t-o-contents-list-container .content-list__column-wrap {
    justify-content: flex-start;
    margin: 0;
    line-height: 1.9;
    padding: 0 20px;
    position: relative;
}

.t-o-contents .t-o-contents-list-container .content-list__column-wrap h3 {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f3f1ef;
    border-radius: 4px;
    position: relative;
    z-index: 10;
}

@media (max-width: 500px) {
    .t-o-contents .t-o-contents-list-container .content-list__column-wrap h3 {
        font-size: 18px;
    }
}

.to_methodList {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 1em;
    width: 100%;
}

.to_methodList__col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 1em;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .to_methodList__col2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 1em;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .to_methodList__col2 {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .to_methodList__col2 {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 575px) {
    .to_methodList__col2 {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

.to_methodList li {
    display: list-item;
    width: calc(100% - 1.5em);
    margin-left: 1.5em;
}

.to_methodList li a {
    display: inline;
    text-decoration: underline !important;
}

.to_methodList li a::after {
    display: inline-block;
    content: url('https://www.maru-sin.co.jp/asset/img/common/footer/footer_icon01.png');
    width: 14px;
    height: 11px;
    margin: 0 0 0 10px;
}

/*health03*/
.health03 {
    margin-bottom: 120px;
}
.health03 h3 {
    font-size: 24px;
    font-weight: bold;
    border-left: 8px solid #e60012;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .health03 h3 {
        padding: 0 0 0 10px;
        font-size: 18px;
    }
}

.health03__container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

@media (max-width: 500px) {
    .health03__container {
        display: block;
    }
}

@media (min-width: 768px) {
    .health03__container_inner {
        width: 100%;
        margin-right: 40px;
    }
}

.health03__container ol {
    margin-right: 40px;
    font-weight: bold;
    background: #f3f1ef;
    width: 80%;
    padding: 20px;
    border-right: 1px solid #ccc;
}

@media (min-width: 768px) {
    .health03__container ol:first-of-type,
    .health03__container ol:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .health03__container ol {
        width: 100%;
        border-right: none;
    }
}

.health03__container li {
    margin-bottom: 10px;
}

.health03__container li:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
    padding-bottom: 20px;
}

.health03__container li:not(:first-of-type) {
    margin-left: 40px;
}

@media (max-width: 768px) {
    .health03__container li:not(:first-of-type) {
        margin-left: 0 !important;
    }
}

.health03__container li:last-of-type {
    font-size: 14px;
    margin-top: 20px;
}

.health03__container_inner li:nth-child(8) {
    font-size: 16px;
    margin-top: -1px;
}

.health03__container li p {
    margin-left: 20px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 100;
}

.health03__container img {
    width: 35%;
}

@media (max-width: 500px) {
    .health03__container img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .health03__container img {
        /* height: fit-content; */
        height: auto;
    }
}

@media (max-width: 768px) and (min-width: 500px) {
    .health03__container ol:first-of-type,
    .health03__container ol:nth-child(2) {
        width: 90%;
    }
}

.health03-link {
    display: inline;
}

.health03__container02 {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
}

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

.health03__container02 li img {
    width: 100%;
}

.health03__list {
    padding: 30px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
    .health03__list {
        padding: 30px 0;
    }
}

@media (max-width: 500px) {
    .health03__list {
        display: block;
    }
}

.health03__list--container {
    width: 60%;
}

@media (max-width: 500px) {
    .health03__list--container {
        width: 100%;
    }
}

.health03__list--container .s_01 .s_01 .accordion_one .accordion_header .icon{
    border-radius: 5%;
    width: 100px;
}

.health03__list img {
    width: 35%;
    /* height: fit-content; */
    height: 100%;
}

@media (max-width: 500px) {
    .health03__list img {
        width: 100%;
        margin-top: 20px;
    }
}

.health03__list p + p {
    margin-top: 20px;
}

.health03 .ttl:nth-of-type(n + 2) {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .health03__container_inner li:nth-child(8) {
        font-size: 14px;
    }
}

.story li .risk{
    font-weight:bold;
}

/*----------------------------------------------------*/
/*              attempt                                */
/*----------------------------------------------------*/
@media (max-width: 500px) {
    .attempt01 .ttl__txt {
        font-size: 22px;
    }
}

.attempt02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.attempt02 ul li {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .attempt02 ul li {
        width: 320px;
    }
    .attempt-btn {
        width: 100%;
    }
}

.attempt02 ul li {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .attempt02 ul li:nth-of-type(n + 4) {
        margin-top: 0;
    }
    .attempt02 ul li:nth-of-type(n + 3) {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .attempt02 ul li {
        margin-top: 10px;
    }
    .attempt02 ul li:nth-of-type(n + 3) {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .attempt02 ul li:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .attempt02 ul li:nth-of-type(1) {
        margin-right: 0;
    }
    .attempt02 ul li:nth-of-type(3) {
        margin-right: 0;
    }
}

/*.attempt02 ul li:last-of-type {
  margin-right: 0;
}*/

.attempt03 .ttl:not(:first-of-type) {
    margin-top: 80px;
}

.attempt03__container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1024px) {
    .attempt03__container {
        display: block;
    }
}

.attempt03__container:last-of-type {
    border-bottom: none;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .attempt03__container:last-of-type {
        margin-bottom: 60px;
    }
}

.attempt03__textarea {
    width: 60%;
}

@media (max-width: 1024px) {
    .attempt03__textarea {
        width: 100%;
    }
}

.attempt03__iconarea {
    width: 35%;
    height: fit-content !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: #f3f1ef;
    padding: 50px;
}

@media (max-width: 1024px) {
    .attempt03__iconarea {
        width: 100%;
        margin-top: 20px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 500px) {
    .attempt03__iconarea {
        flex-wrap: wrap;
        padding: 20px 8px;
    }
    /*230322追加↓*/
    .attempt03__sdgsmark_area {
        padding: 50px;
    }
    .attempt03__sdgsmark_area img {
        width: 100%;
    }
    /*230322追加↑*/
}

.attempt03__iconarea li {
    width: 80px;
    height: 80px;
}

@media (max-width: 500px) {
    .attempt03__iconarea li {
        width: calc(100% / 4);
    }
}

.attempt03__iconarea img {
    width: 100%;
}

.attempt03__list h3 {
    font-size: 24px;
    font-weight: bold;
    border-left: 8px solid #e60012;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .attempt03__list h3 {
        padding: 0 0 0 10px;
        font-size: 18px;
    }
}

.attempt03__list img {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .attempt03__list img {
        display: block;
        margin: 0 auto 20px;
        width: 100%;
    }
}

/*----------------------------------------------------*/
/*              employment                            */
/*----------------------------------------------------*/

.employment__item {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .employment__item {
        flex-direction: column-reverse;
        padding: 0;
    }
    .employment__item:nth-of-type(2n) {
        flex-direction: column;
    }
}

.employment__item:not(:last-child) {
    margin-bottom: 60px;
}

.employment__txt-box {
    width: 62%;
}

@media (max-width: 1024px) {
    .employment__txt-box {
        margin-right: 40px;
    }
    .employment__item:nth-of-type(2n) .employment__txt-box {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .employment__txt-box {
        width: 100%;
        margin-right: 0;
    }
    .employment__item:nth-of-type(2n) .employment__txt-box {
        margin-left: 0;
    }
}

.employment__block-ttl {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: solid 1px #878787;
}

.employment__txt {
    line-height: 2;
}

.employment__img {
    max-width: 300px;
    height: 300px;
}

@media (max-width: 768px) {
    .employment__img {
        max-width: 80%;
        display: block;
        height: auto;
        margin-bottom: 30px;
    }
}
