@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?9jw7gl");
    src: url("../fonts/icomoon.eot?9jw7gl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9jw7gl") format("truetype"), url("../fonts/icomoon.woff?9jw7gl") format("woff"),
        url("../fonts/icomoon.svg?9jw7gl#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-four:before {
    content: "\e905";
    color: #07a32b;
}

.icon-one:before {
    content: "\e906";
    color: #07a32b;
}

.icon-three:before {
    content: "\e907";
    color: #07a32b;
}

.icon-two:before {
    content: "\e908";
    color: #07a32b;
}

.icon-outsode:before {
    content: "\e909";
    color: #fff;
}

.icon-pdf:before {
    content: "\e904";
    color: #999;
    font-size: 2rem;
}

.icon-pinch:before {
    content: "\e903";
}

.icon-circle:before {
    content: "\e901";
    color: #fff;
}

.icon-triangle:before {
    content: "\e902";
    color: #fff;
}

.icon-icon_check:before {
    content: "\e900";
}

html {
    /*remで指定しない時は切ること*/
    font-size: 62.5%;
}

body .main_contents {
    position: relative;
    color: #333333;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    width: 100%;
    /*スマホの文字の大きさ一定*/
    -webkit-text-size-adjust: 100%;
    /*アンチエイリアス*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media print, screen and (min-width: 769px) {
    body .main_contents {
        font-size: 1.6rem;
    }
}

#wrap {
    overflow: hidden;
    position: relative;
}

.totop {
    position: fixed;
    right: 0;
    bottom: 100px;
}

.totop a {
    width: 40px;
    height: 40px;
    background-color: #f99427;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media print, screen and (min-width: 769px) {
    .totop a {
        width: 60px;
        height: 60px;
    }
}

.totop a:hover {
    opacity: 0.7;
}

.totop a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

.main_contents {
    /*breakpoint display*/
    /*box-sizing default*/
    /*スマホ時のfocusの青枠削除*/
    /*a アニメーション*/
}

.main_contents .sp_min {
    display: block;
}

.main_contents .sp_min_inline {
    display: inline-block;
}

.main_contents .sp {
    display: block;
}

.main_contents .sp_inline {
    display: inline-block;
}

.main_contents .sp_tab {
    display: block;
}

.main_contents .sp_tab_inline {
    display: inline-block;
}

.main_contents .pc,
.main_contents .pc_inline {
    display: none !important;
}

.main_contents .tab,
.main_contents .tab_inline {
    display: none !important;
}

.main_contents .pc_tab,
.main_contents .pc_tab_inline {
    display: none !important;
}

@media print, screen and (min-width: 321px) {
    .main_contents .sp_min,
    .main_contents .sp_min_inline {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px) {
    .main_contents .sp,
    .main_contents .sp_inline {
        display: none !important;
    }
    .main_contents .tab {
        display: block !important;
    }
    .main_contents .tab_inline {
        display: inline !important;
    }
    .main_contents .pc_tab {
        display: block !important;
    }
    .main_contents .pc_tab_inline {
        display: inline !important;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .sp_tab,
    .main_contents .sp_tab_inline {
        display: none !important;
    }
    .main_contents .tab,
    .main_contents .tab_inline {
        display: none !important;
    }
    .main_contents .pc {
        display: block !important;
    }
    .main_contents .pc_inline {
        display: inline-block !important;
    }
}

.main_contents * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.main_contents *:before,
.main_contents * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_contents a,
.main_contents a:focus,
.main_contents button,
.main_contents button:focus {
    outline: none;
}

.main_contents img {
    max-width: 100%;
    height: auto;
}

.main_contents input[type="submit"],
.main_contents input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

.main_contents input[type="submit"]::-webkit-search-decoration,
.main_contents input[type="button"]::-webkit-search-decoration {
    display: none;
}

.main_contents input[type="submit"]:focus,
.main_contents input[type="button"]:focus {
    outline-offset: -2px;
}

.main_contents input,
.main_contents button,
.main_contents label,
.main_contents textarea,
.main_contents select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 1.6rem;
}

.main_contents input:hover,
.main_contents input:focus,
.main_contents input:active,
.main_contents button:hover,
.main_contents button:focus,
.main_contents button:active,
.main_contents label:hover,
.main_contents label:focus,
.main_contents label:active,
.main_contents textarea:hover,
.main_contents textarea:focus,
.main_contents textarea:active,
.main_contents select:hover,
.main_contents select:focus,
.main_contents select:active {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

.main_contents select::-ms-expand {
    display: none;
}

.main_contents input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.main_contents a {
    text-decoration: none;
    color: #333333;
}

.main_contents .page_inner {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
    .main_contents .page_inner {
        width: calc(100% - 80px);
    }
}

.main_contents .sec {
    padding: 40px 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .sec {
        padding: 70px 0;
    }
}

.main_contents .under_sec {
    padding: 30px 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_sec {
        padding: 40px 0;
    }
}

.main_contents .under_sec:first-child {
    padding: 50px 0 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_sec:first-child {
        padding: 70px 0 40px;
    }
}

.main_contents .under_sec:last-child {
    padding: 30px 0 50px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_sec:last-child {
        padding: 40px 0 90px;
    }
}

.main_contents .breadcrumbs_area {
    margin: 50px 0;
    font-weight: 500;
}

@media print, screen and (min-width: 769px) {
    .main_contents .breadcrumbs_area {
        margin: 70px 0;
    }
}

.main_contents .p_nav {
    padding: 15px 0 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav {
        padding: 20px 0 40px;
    }
}

.main_contents .p_nav ul {
    justify-content: center;
    column-gap: 15px;
    row-gap: 28px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav ul {
        column-gap: 34px;
    }
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav ul li {
        min-width: 310px;
    }
}

.main_contents .p_nav02 .bg_yellow {
    padding: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav02 .bg_yellow {
        padding: 36px;
    }
}

.main_contents .p_nav02 h2 {
    color: #07a32b;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav02 h2 {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }
}

.main_contents .p_nav02 h4 {
    margin-bottom: 25px;
    text-align: center;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav02 h4 {
        margin-bottom: 36px;
    }
}

.main_contents .p_nav02 ul {
    justify-content: center;
    column-gap: 15px;
    row-gap: 28px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav02 ul {
        column-gap: 4%;
    }
}

.main_contents .p_nav02 ul li {
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .p_nav02 ul li {
        width: 48%;
    }
}

.main_contents .p_nav02 .AnchorLink__text {
    background-color: #fff;
    color: #ff6600;
    line-height: 1.4;
}

.main_contents .vessel {
    margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .vessel {
        margin-top: 40px;
    }
}

.main_contents .temp_ptn01 {
    padding: 30px 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn01 {
        padding: 40px 0;
    }
}

.main_contents .temp_ptn01 .explain {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn01 .explain {
        font-size: 1.6rem;
        margin-bottom: 44px;
    }
}

.main_contents .temp_ptn01 .img {
    margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn01 .img {
        margin-bottom: 40px;
    }
}

.main_contents .temp_ptn01 .img img {
    width: 100%;
}

.main_contents .temp_ptn01 .temp_flex {
    row-gap: 30px;
}

@media print, screen and (min-width: 981px) {
    .main_contents .temp_ptn01 .temp_flex {
        row-gap: 35px;
    }
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn01 .flex_table_area {
        display: flex;
        justify-content: space-between;
        column-gap: 2%;
    }
}

.main_contents .temp_ptn01 table.type01 {
    border-collapse: collapse;
    width: 100%;
}

.main_contents .temp_ptn01 table.type01 th {
    width: 40%;
}

.main_contents .temp_ptn01 table.type02 {
    border-collapse: collapse;
    width: 100%;
}

.main_contents .temp_ptn01 table.type02 th:nth-child(1) {
    width: 20%;
}

.main_contents .temp_ptn01 table.type02 th:nth-child(2) {
    width: 40%;
}

.main_contents .temp_ptn01 table.type02 th:nth-child(3) {
    width: 40%;
}

.main_contents .temp_ptn01 table.type02 td:first-child {
    width: 20%;
}

.main_contents .temp_ptn01 table.type02 td:nth-child(2) {
    width: 40%;
}

.main_contents .temp_ptn01 table.type02 td:nth-child(3) {
    width: 40%;
}

.main_contents .temp_ptn01 table,
.main_contents .temp_ptn01 th,
.main_contents .temp_ptn01 td {
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #707070;
}

.main_contents .temp_ptn01 th,
.main_contents .temp_ptn01 td {
    padding: 8px 5px;
}

.main_contents .temp_ptn01 th {
    background-color: #f0f0f0;
}

.main_contents .greenback {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    background-color: #07a32b;
    border-radius: 8px;
    padding: 9px 0;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .greenback {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
}

.main_contents .num_box4 {
    row-gap: 30px;
    margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .num_box4 {
        margin-bottom: 60px;
    }
}

.main_contents .num_box4 .box_item {
    padding: 22px 13px 15px;
    background-color: #f0f0f0;
    border-radius: 8px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .num_box4 .box_item {
        padding: 35px;
    }
}

.main_contents .num_box4 .box_item::before {
    display: block;
    color: #07a32b;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 769px) {
    .main_contents .num_box4 .box_item::before {
        font-size: 4rem;
        margin-bottom: 25px;
    }
}

.main_contents .num_box4 .box_item:nth-child(1)::before {
    content: "\e906";
}

.main_contents .num_box4 .box_item:nth-child(2)::before {
    content: "\e908";
}

.main_contents .num_box4 .box_item:nth-child(3)::before {
    content: "\e907";
}

.main_contents .num_box4 .box_item:nth-child(4)::before {
    content: "\e905";
}

.main_contents .num_box4 .box_item h4 {
    text-align: center;
}

.main_contents .num_box4 .box_item .caption {
    color: #07a32b;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #07a32b;
    border-bottom: 1px solid #07a32b;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .num_box4 .box_item .caption {
        font-size: 1.8rem;
        padding: 11px 0;
    }
}

.main_contents .num_box4 .box_item .pledge {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .num_box4 .box_item .pledge {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

.main_contents .num_box4 .box_item .pledge span {
    color: #ff6600;
}

.main_contents .num_box4 .box_item img {
    width: 100%;
}

.main_contents .center_text {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .center_text {
        font-size: 1.7rem;
    }
}

.main_contents .whiteframe {
    margin-bottom: 20px;
    row-gap: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .whiteframe {
        margin-bottom: 40px;
    }
}

.main_contents .whiteframe_box {
    padding: 22px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .whiteframe_box {
        padding: 30px 0;
    }
}

.main_contents .whiteframe_box div {
    text-align: center;
}

.main_contents .temp_ptn02 {
    margin: 50px 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn02 {
        margin: 65px 0;
    }
}

.main_contents .temp_ptn02 .explain {
    margin-bottom: 30px;
}

.main_contents .temp_ptn02 .img {
    margin-bottom: 0;
}

.main_contents .temp_ptn02 .img img {
    margin-bottom: 0;
}

.main_contents .temp_ptn02:last-child {
    margin-bottom: 0;
}

.main_contents .temp_ptn03 {
    margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn03 {
        margin-bottom: 55px;
    }
}

.main_contents .temp_ptn03:last-child {
    margin-bottom: 0;
}

.main_contents .temp_ptn03 .flex_column {
    row-gap: 15px;
}

.main_contents .temp_ptn03 .flex_column_item2:nth-child(1) {
    order: 2;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn03 .flex_column_item2:nth-child(1) {
        order: 0;
    }
}

.main_contents .temp_ptn03 .flex_column_item2:nth-child(2) {
    order: 1;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn03 .flex_column_item2:nth-child(2) {
        order: 0;
    }
}

.main_contents .temp_ptn03 .explain {
    margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .temp_ptn03 .explain {
        margin-bottom: 30px;
    }
}

.main_contents .small_text {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
}

.main_contents .faq .flex_column {
    row-gap: 30px;
}

.main_contents .bold {
    font-weight: bold;
}

.main_contents .lower_triangle {
    position: relative;
    margin-bottom: 90px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .lower_triangle {
        margin-bottom: 110px;
    }
}

.main_contents .lower_triangle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #07a32b transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

@media print, screen and (min-width: 769px) {
    .main_contents .lower_triangle::after {
        border-width: 40px 60px 0 60px;
        bottom: -70px;
    }
}

.main_contents .mv_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 108.8%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .mv_area {
        padding-bottom: 400px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .mv_area {
        padding-bottom: 448px;
    }
}

.main_contents .mv_area.white_text {
    color: #fff;
    text-shadow: 0 0 5px #808080;
}

.main_contents .mv_area.white_text span {
    font-size: 1.4rem;
    display: block;
    margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .mv_area.white_text span {
        font-size: 1.6rem;
    }
}

.main_contents .mv_area h1:not(.Heading__title) {
    font-size: 3.6rem;
    line-height: 1.4;
    position: absolute;
    top: 35px;
    left: 25px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .mv_area h1:not(.Heading__title) {
        font-size: 4.2rem;
        top: 60px;
        left: 40px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .mv_area h1:not(.Heading__title) {
        font-size: 4.8rem;
        top: 80px;
        left: 85px;
    }
}

.main_contents .under_mv_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 108.8%;
    text-shadow: 0 0 5px #fff;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area {
        padding-bottom: 440px;
    }
}

.main_contents .under_mv_area.ver2 {
    padding-bottom: 80%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area.ver2 {
        padding-bottom: 320px;
    }
}

.main_contents .under_mv_area.white_text {
    color: #fff;
    text-shadow: 0 0 5px #808080;
}

.main_contents .under_mv_area span {
    font-size: 1.4rem;
    display: block;
    margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area span {
        font-size: 1.6rem;
    }
}

.main_contents .under_mv_area h1:not(.Heading__title) {
    font-size: 3.6rem;
    line-height: 1.4;
    position: absolute;
    top: 35px;
    left: 25px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area h1:not(.Heading__title) {
        font-size: 4.0rem;
        column-gap: 20px;
        top: 60px;
        left: 65px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .under_mv_area h1:not(.Heading__title) {
        font-size: 4.8rem;
        top: 80px;
        left: 85px;
    }
}

.main_contents .under_mv_area .into_img_01 {
    position: absolute;
    top: 35px;
    left: 25px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area .into_img_01 {
        display: flex;
        align-items: center;
        column-gap: 20px;
        top: 60px;
        left: 65px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .under_mv_area .into_img_01 {
        top: 80px;
        left: 85px;
    }
}

.main_contents .under_mv_area .into_img_01 .img {
    width: 88px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area .into_img_01 .img {
        margin-bottom: 0;
        width: 120px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .under_mv_area .into_img_01 .img {
        width: 140px;
    }
}

.main_contents .under_mv_area .into_img_01 h1:not(.Heading__title) {
    position: static;
    line-height: 1.25;
    transform: none;
}

.main_contents .under_mv_area .into_img_01 span.point {
    display: inline-block;
    color: #fff;
    background-color: #07a32b;
    border-radius: 3px;
    padding: 4px 9px;
    margin-top: 0;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area .into_img_01 span.point {
        margin-bottom: 15px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .under_mv_area .into_img_01 span.point {
        margin-bottom: 20px;
    }
}

.main_contents .under_mv_area .into_img_02 {
    position: absolute;
    top: 35px;
    left: 25px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area .into_img_02 {
        display: flex;
        align-items: center;
        column-gap: 50px;
        top: 60px;
        left: 65px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .under_mv_area .into_img_02 {
        top: 80px;
        left: 85px;
    }
}

.main_contents .under_mv_area .into_img_02 .img {
    width: 67px;
    margin-top: 12px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .under_mv_area .into_img_02 .img {
        margin-top: 0;
        width: 80px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .under_mv_area .into_img_02 .img {
        width: 100px;
    }
}

.main_contents .under_mv_area .into_img_02 h1:not(.Heading__title) {
    position: static;
    line-height: 1.25;
    transform: none;
}

.main_contents .no_mv_area {
    background-color: #07a32b;
    padding: 15px 0;
}

.main_contents .no_mv_area.white_text {
    color: #fff;
    text-shadow: 0 0 5px #808080;
}

.main_contents .no_mv_area h1:not(.Heading__title) {
    font-size: 3.6rem;
    line-height: 1.5;
    padding-left: 25px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .no_mv_area h1:not(.Heading__title) {
        font-size: 4.2rem;
        padding: 0 65px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .no_mv_area h1:not(.Heading__title) {
        font-size: 4.8rem;
        padding: 0 85px;
    }
}

.main_contents .no_mv_area h1:not(.Heading__title) span {
    display: block;
    font-size: 1.7rem;
}

@media print, screen and (min-width: 769px) {
    .main_contents .no_mv_area h1:not(.Heading__title) span {
        font-size: 2.2rem;
    }
}

.main_contents h2:not(.Heading__title) {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents h2:not(.Heading__title) {
        margin-bottom: 45px;
    }
}

.main_contents h2:not(.Heading__title) span:not(.Heading__inner, ._forSP) {
    display: block;
    color: #07a32b;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents h2:not(.Heading__title) span:not(.Heading__inner, ._forSP) {
        font-size: 2.3rem;
        margin-top: 16px;
    }
}

.main_contents h3:not(.Heading__title) {
    color: #07a32b;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents h3:not(.Heading__title) {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}

.main_contents h3:not(.Heading__title) span:not(.Heading__inner, ._forSP) {
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
}

@media print, screen and (min-width: 769px) {
    .main_contents h3:not(.Heading__title) span:not(.Heading__inner, ._forSP) {
        font-size: 1.8rem;
    }
}

.main_contents h4:not(.Heading__title) {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents h4:not(.Heading__title) {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

.main_contents h5:not(.Heading__title) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents h5:not(.Heading__title) {
        font-size: 1.7rem;
        margin-bottom: 8px;
    }
}

.main_contents h6:not(.Heading__title) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 6px;
}

@media print, screen and (min-width: 769px) {
    .main_contents h6:not(.Heading__title) {
        text-align: left;
        font-size: 1.7rem;
        margin-bottom: 10px;
    }
}

.main_contents .title_style01 {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .title_style01 {
        text-align: left;
        padding: 15px 27px;
        margin-bottom: 25px;
    }
}

.main_contents .orange_btn a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    background-color: #f99427;
    padding: 12px 0;
    margin: 38px auto 0;
    width: 100%;
    border: 1px solid #f99427;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .orange_btn a {
        font-size: 1.7rem;
        width: 450px;
        margin: 35px auto 0;
        padding: 16px 0;
    }
}

.main_contents .orange_btn a:hover {
    color: #f99427;
    background-color: #fff;
}

.main_contents .orange_btn a:hover::after {
    border-color: #f99427;
}

.main_contents .orange_btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 769px) {
    .main_contents .orange_btn a::after {
        width: 10px;
        height: 10px;
        margin-left: 15px;
        right: 15px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .orange_btn a::after {
        right: 35px;
    }
}

.main_contents .green_btn span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    background-color: #07a32b;
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    border: 1px solid #07a32b;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .green_btn span {
        font-size: 1.7rem;
        margin: 0 auto;
        padding: 16px 0;
    }
}

.main_contents .green_btn a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    background-color: #07a32b;
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #07a32b;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .green_btn a {
        font-size: 1.7rem;
        margin: 0 auto;
        padding: 16px 0;
    }
}

.main_contents .green_btn a:hover {
    color: #07a32b;
    background-color: #fff;
}

.main_contents .green_btn a:hover::after {
    border-color: #07a32b;
}

.main_contents .green_btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 769px) {
    .main_contents .green_btn a::after {
        width: 10px;
        height: 10px;
        margin-left: 15px;
        right: 15px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .green_btn a::after {
        right: 35px;
    }
}

.main_contents .green_btn.outside a::after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    width: auto;
    max-width: auto;
    height: auto;
    border: none;
    transform: translateY(-50%);
}

.main_contents .green_btn.outside.no_flex {
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .green_btn.outside.no_flex {
        margin-bottom: 60px;
    }
}

@media print, screen and (min-width: 769px) {
    .main_contents .green_btn.outside.no_flex a {
        max-width: 450px;
    }
}

.main_contents .white_btn a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 1.5rem;
    text-align: center;
    background-color: #fff;
    padding: 12px 0;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .white_btn a {
        font-size: 1.7rem;
        padding: 16px 0;
        margin: 0 auto;
    }
}

.main_contents .white_btn a:hover {
    opacity: 0.7;
}

.main_contents .white_btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 769px) {
    .main_contents .white_btn a::after {
        width: 10px;
        height: 10px;
        margin-left: 15px;
        right: 15px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .white_btn a::after {
        right: 35px;
    }
}

.main_contents .white_btn a.outside::after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    width: auto;
    max-width: auto;
    height: auto;
    border: none;
    transform: translateY(-50%);
}

.main_contents .white_btn2 a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    background-color: #fff;
    padding: 13px 22px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .white_btn2 a {
        font-size: 1.6rem;
        padding: 16px 25px;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .white_btn2 a {
        padding: 16px 45px;
    }
}

.main_contents .white_btn2 a:hover {
    opacity: 0.7;
}

.main_contents .white_btn2 a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 769px) {
    .main_contents .white_btn2 a::after {
        width: 10px;
        height: 10px;
        margin-left: 15px;
        right: 15px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .white_btn2 a::after {
        right: 35px;
    }
}

.main_contents .white_btn2 a.outside::after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    width: auto;
    max-width: auto;
    height: auto;
    border: none;
    transform: translateY(-50%);
}

.main_contents .orangeflame_btn a {
    display: block;
    position: relative;
    color: #f99427;
    font-size: 1.5rem;
    text-align: center;
    background-color: #fff;
    padding: 13px 0;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #f99427;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 769px) {
    .main_contents .orangeflame_btn a {
        font-size: 1.7rem;
        padding: 16px 0;
        margin: 0 auto;
    }
}

.main_contents .orangeflame_btn a:hover {
    opacity: 0.7;
}

.main_contents .orangeflame_btn a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-top: 2px solid #f99427;
    border-right: 2px solid #f99427;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 769px) {
    .main_contents .orangeflame_btn a::after {
        width: 10px;
        height: 10px;
        margin-left: 15px;
        right: 15px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .orangeflame_btn a::after {
        right: 35px;
    }
}

.main_contents .bg_green {
    background-color: #e5f6e9;
}

.main_contents .bg_yellow {
    background-color: #fff9d9;
}

.main_contents .flex_column {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 2%;
        row-gap: 40px;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .flex_column {
        column-gap: 3.5%;
        row-gap: 48px;
    }
}

.main_contents .flex_column_item2 {
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_item2 {
        width: 49%;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .flex_column_item2 {
        width: 48.25%;
    }
}

.main_contents .flex_column_item2 img {
    margin-bottom: 13px;
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_item2 img {
        margin-bottom: 20px;
    }
}

.main_contents .flex_column_item3 {
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_item3 {
        width: 32%;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .flex_column_item3 {
        width: 31%;
    }
}

.main_contents .flex_column_item3 img {
    margin-bottom: 13px;
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_item3 img {
        margin-bottom: 20px;
    }
}

.main_contents .column75 {
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .column75 {
        width: 70%;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .column75 {
        width: 75%;
    }
}

.main_contents .lh18 {
    line-height: 1.8;
}

.main_contents .contribution {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .contribution {
        padding: 36px;
    }
}

.main_contents .contribution dl {
    display: flex;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.main_contents .contribution dt {
    font-size: 1.6rem;
    font-weight: bold;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    width: 100%;
    padding: 6px 0;
}

@media print, screen and (min-width: 769px) {
    .main_contents .contribution dt {
        font-size: 1.7rem;
        padding: 18px 0;
    }
}

.main_contents .contribution dd ul {
    display: flex;
    align-items: center;
    column-gap: 8px;
    row-gap: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .contribution dd ul {
        column-gap: 10px;
    }
}

.main_contents .contribution dd li {
    width: 40px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .contribution dd li {
        width: 65px;
    }
}

.main_contents .flex_column_two {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_two {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 2%;
    }
}

@media print, screen and (min-width: 981px) {
    .main_contents .flex_column_two {
        column-gap: 3.5%;
    }
}

.main_contents .flex_column_two img {
    width: 100%;
}
.main_contents .flex_column_two img + img {
    margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_two img {
        width: 350px;
    }
}

.main_contents .flex_column_two .text {
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    .main_contents .flex_column_two .text {
        width: calc(100% - 350px - 3.5%);
    }
}

.main_contents .switch .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .switch .title {
        font-size: 1.7rem;
        padding: 9px 0;
    }
}

.main_contents .switch .left .title {
    color: #07a32b;
    background-color: #e5f6e9;
}

.main_contents .switch .right dt {
    color: #f50b0b;
    background-color: #f6e5e5;
}

.main_contents .switch dd {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .switch dd {
        margin-bottom: 30px;
    }
}

.main_contents .switch dd:last-child {
    margin-bottom: 0;
}

.main_contents .switch dd dt {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .switch dd dt {
        font-size: 1.7rem;
    }
}

.main_contents .bg_green_title dl {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .bg_green_title dl {
        margin-bottom: 30px;
    }
}

.main_contents .bg_green_title dl:last-child {
    margin-bottom: 0;
}

.main_contents .bg_green_title dt {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #e5f6e9;
    margin-bottom: 10px;
    padding: 5px 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .bg_green_title dt {
        font-size: 1.7rem;
        padding: 7px 20px;
    }
}

.main_contents .light_bulb_list {
    background-color: #e5f6e9;
    padding: 30px 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .light_bulb_list {
        padding: 45px 50px;
    }
}

.main_contents .light_bulb_list h3 {
    text-align: center;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .light_bulb_list h3 {
        margin-bottom: 32px;
    }
}

.main_contents .light_bulb_list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .light_bulb_list li {
        margin-bottom: 30px;
        align-items: center;
    }
}

.main_contents .light_bulb_list li:last-child {
    margin-bottom: 0;
}

.main_contents .light_bulb_list li span {
    width: calc(100% - 44px);
}

@media print, screen and (min-width: 769px) {
    .main_contents .light_bulb_list li span {
        width: calc(100% - 53px);
    }
}

.main_contents .light_bulb_list li::before {
    content: "";
    display: block;
    width: 30px;
    height: 34px;
    background-image: url(/csr/esg/social/img/guidance_bullet_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media print, screen and (min-width: 769px) {
    .main_contents .light_bulb_list li::before {
        width: 43px;
        height: 48px;
        background-size: 43px;
    }
}

.main_contents .pdf_link_01 a {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px 0 15px 17px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

@media print, screen and (min-width: 769px) {
    .main_contents .pdf_link_01 a {
        font-size: 1.6rem;
    }
}

.main_contents .pdf_link_01 a::before {
    position: absolute;
    left: 0;
    top: 1.35em;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(/shared2022/images/common/ico_arrow_right_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_contents .pdf_link_01 a time {
    margin-right: 1em;
    display: block;
}

@media print, screen and (min-width: 769px) {
    .main_contents .pdf_link_01 a time {
        display: inline;
    }
}

.main_contents .pdf_link_01 a .usage {
    white-space: nowrap;
    margin-left: auto;
    font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
    .main_contents .pdf_link_01 a .usage {
        font-size: 1.4rem;
    }
}

.main_contents .pdf_link_01 a:hover {
    opacity: 0.7;
}

.main_contents .pdf_link_01 a i::before {
    color: #969696;
}

.main_contents .pdf_link_01 > div {
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px 0 15px 17px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

@media print, screen and (min-width: 769px) {
    .main_contents .pdf_link_01 > div {
        font-size: 1.6rem;
    }
}

@media print, screen and (min-width: 769px) {
    .main_contents .select_area {
        display: flex;
        justify-content: space-between;
    }
}

.main_contents .select_area h3 {
    white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
    .main_contents .select_area h3 {
        white-space: wrap;
    }
}

.main_contents .dropdown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    background: #fff;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 3px;
    margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .dropdown {
        margin-top: 0;
        margin-left: auto;
    }
}

.main_contents .dropdown::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #07a32b transparent transparent transparent;
    pointer-events: none;
    border-top-style: solid;
    border-bottom: none;
}

.main_contents .dropdown-select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 8px 10px 10px;
    font-size: 1.6rem;
    color: #62717a;
    border: 0;
    border-radius: 0;
}

.main_contents .table_original {
    overflow: auto;
    margin-top: 10px;
}

.main_contents .table_original:first-child {
    margin-top: 0;
}

.main_contents .table_original table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
}

.main_contents .table_original th,
.main_contents .table_original td {
    border: solid 1px #ccc;
    padding: 8px 6px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .table_original th,
    .main_contents .table_original td {
        padding: 16px;
    }
}

.main_contents .table_original thead th {
    background-color: #e5f6e9;
}

.main_contents .table_original tbody th {
    background-color: #f8fffa;
}

.main_contents .with_heading .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.main_contents .with_heading .title .List-number {
    margin-right: 0.3em;
}

.main_contents .with_heading .with_heading_item {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .with_heading .with_heading_item {
        margin-bottom: 30px;
    }
}

.main_contents .with_heading .with_heading_item:last-child {
    margin-bottom: 0;
}

.main_contents .with_heading .with_heading_item .List-normal__layout {
    padding-left: 0.5em;
}

.main_contents .with_heading .with_heading_item .List-normal__layout .List-normal__text {
    line-height: 1.8;
}

.main_contents .surround_box {
    background-color: #e5f6e9;
    padding: 22px 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .surround_box {
        padding: 30px 24px;
    }
}

.main_contents .in_out_side .box {
    padding: 26px 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .in_out_side .box {
        padding: 26px 33px;
        margin-bottom: 30px;
    }
}

.main_contents .in_out_side .upper {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .in_out_side .upper {
        margin-bottom: 30px;
    }
}

.main_contents .in_out_side .upper p {
    line-height: 1.5;
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

.main_contents .in_out_side .upper p:last-child {
    margin-bottom: 0;
}

.main_contents .in_out_side .upper p::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    position: absolute;
    top: 0;
    left: 0;
}

.main_contents .in_out_side .upper p::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 0;
    right: 0;
}

.main_contents .in_out_side .lower {
    background-color: #999999;
    border-radius: 8px;
    padding: 8px 17px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .in_out_side .lower {
        padding: 14px 17px;
    }
}

.main_contents .in_out_side .lower dt {
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .in_out_side .lower dt {
        margin-bottom: 18px;
    }
}

.main_contents .in_out_side .lower dd {
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 14px 10px;
    line-height: 1.4;
}

.main_contents .in_out_side .lower dd:last-child {
    margin-bottom: 0;
}

.main_contents .in_out_side h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    white-space: nowrap;
    column-gap: 1.5em;
    margin-bottom: 22px;
}

.main_contents .in_out_side h5::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.main_contents .in_out_side h5::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
}

@media print, screen and (min-width: 769px) {
    .main_contents .in_out_side h5 {
        font-size: 1.9rem;
        margin-bottom: 26px;
    }
}

.main_contents .big_words {
    font-size: 2.4rem;
}

@media print, screen and (min-width: 769px) {
    .main_contents .big_words {
        font-size: 4rem;
    }
}

.main_contents .ColorButton__moduleE {
    margin-inline: auto;
}

@media print, screen and (min-width: 769px) {
    .main_contents .ColorButton__moduleE {
        margin-inline: 0;
    }
}

.main_contents .Annotation__moduleB {
    font-size: 1.2rem;
}

.main_contents .Heading__module01 .Heading__title,
.main_contents .Heading__module02 .Heading__title,
.main_contents .Heading__module03 .Heading__title,
.main_contents .Heading__module04 .Heading__title {
    line-height: 1.5;
}

.main_contents .Link__text {
    color: #07a32b;
    text-decoration: none;
}

.main_contents .Link__blank img {
    vertical-align: baseline;
}

.main_contents .Link__arrow {
    color: #07a32b;
    line-height: 1.5;
}

.main_contents .Breadcrumb__link {
    color: #07a32b;
    font-size: 1.3rem;
    text-decoration: none;
}

.main_contents .Breadcrumb__link:hover {
    text-decoration: underline;
}

.main_contents .AnchorLink__text {
    color: #ff7639;
}

.main_contents .Button__text {
    line-height: 1.4;
    text-align: center;
}

.main_contents .text_pdf {
    color: #07a32b;
}

.main_contents .text_pdf::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 4px;
    background-image: url(/shared2022/images/common/ico_arrow_right_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_contents .text_pdf::after {
    content: "PDF";
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    background-color: #07a32b;
    padding: 2px 4px;
    vertical-align: 1px;
}

.main_contents .parts_bottom_link {
    padding: 50px 0;
    background-color: #f2f9f4;
}

.main_contents .parts_bottom_link .Heading__module03 h3 a {
    position: relative;
    color: #07a32b;
    padding-left: 20px;
}

.main_contents .parts_bottom_link .Heading__module03 h3 a::before {
    position: absolute;
    left: 0;
    top: 0.36em;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(/shared2022/images/common/ico_arrow_right_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_contents .parts_bottom_link .Heading__module03 h3 a:hover {
    text-decoration: underline;
}

.main_contents .parts_bottom_link .bottom_container {
    margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .parts_bottom_link .bottom_container {
        margin-top: 40px;
    }
}

.main_contents .parts_bottom_link .bottom_container .flex_column {
    justify-content: flex-start;
}

.main_contents .parts_bottom_link .bottom_container dt {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .parts_bottom_link .bottom_container dt {
        font-size: 1.6rem;
    }
}

.main_contents .parts_bottom_link .bottom_container dt a {
    display: block;
    position: relative;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
}

@media print, screen and (min-width: 769px) {
    .main_contents .parts_bottom_link .bottom_container dt a {
        font-size: 1.6rem;
    }
}

.main_contents .parts_bottom_link .bottom_container dt a:hover {
    opacity: 0.7;
}

.main_contents .parts_bottom_link .bottom_container dt a::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #07a32b;
    border-right: 2px solid #07a32b;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .parts_bottom_link .bottom_container dt a::after {
        right: 16px;
    }
}

.main_contents .parts_bottom_link .bottom_container dd span {
    display: block;
    line-height: 1.5;
    font-size: 1.4rem;
}

.main_contents .parts_bottom_link .bottom_container dd a {
    display: block;
    position: relative;
    padding: 7px 10px 7px;
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.4;
}

@media print, screen and (min-width: 769px) {
    .main_contents .parts_bottom_link .bottom_container dd a {
        padding: 8px 28px 8px 0;
    }
}

.main_contents .parts_bottom_link .bottom_container dd a:hover {
    opacity: 0.7;
}

.main_contents .parts_bottom_link .bottom_container dd a::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #07a32b;
    border-right: 2px solid #07a32b;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 15px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .parts_bottom_link .bottom_container dd a::after {
        right: 16px;
    }
}

.main_contents .parts_bottom_link .bottom_container dd li a {
    font-size: 1.2rem;
    padding-left: 1em;
}

.main_contents .parts_bottom_link .bottom_container dd li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}

.main_contents .parts_bottom_link .bottom_container dd li a::after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 8px;
    height: 8px;
}

.main_contents .Table__moduleD .Table__header01 {
    text-align: left;
}

.main_contents .Table__wrapper th,
.main_contents .Table__wrapper td {
    padding: 10px;
    border: solid 1px #ccc;
}

@media (min-width: 769px) {
    .main_contents .Table__wrapper th,
    .main_contents .Table__wrapper td {
        padding: 28px 10px;
    }
}

.main_contents .Table__header01 {
    padding: 18px 12px 16px 12px;
    background-color: #e5f6e9;
    font-size: 1.4rem;
}

@media (min-width: 769px) {
    .main_contents .Table__header01 {
        padding: 18px 16px 16px 16px;
        font-size: 1.6rem;
    }
}

.main_contents .Table__header02 {
    padding: 36px 16px 34px;
    background-color: #f8fffa;
    text-align: left;
}

.main_contents .Table__moduleG .Table__header01 {
    padding: 10px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .Table__moduleG .Table__header02 {
        padding: 15px 5px;
    }
}

.main_contents .Table__moduleG {
    overflow-x: auto;
}

.main_contents .Table__moduleG .Table__wrapper {
    width: 766px;
}

@media print, screen and (min-width: 769px) {
    .main_contents .Table__moduleG .Table__wrapper {
        width: 1000px;
    }
}

.main_contents .Table__moduleG .Table__header01 {
    padding: 10px;
}

.main_contents .Table__moduleG .Table__header02 {
    padding: 10px;
}

.main_contents .Table__moduleG .Table__data {
    height: 100%;
    padding: 0;
    vertical-align: top;
    vertical-align: middle;
}

.main_contents .Table__moduleG .Table__dataInner {
    display: -ms-grid;
    display: grid;
    height: 100%;
    min-height: 60px;
    padding: 10px;
    place-content: center;
}

.main_contents .Table__moduleG .scroll-hint-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    height: 119px;
    width: 224px;
    padding: 0;
    background: transparent;
    background-image: url("/shared2022/images/common/img_table_scroll_hint.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    -webkit-transform: translate(-50%, -50%);
}

.main_contents .Table__moduleG .scroll-hint-icon::before,
.main_contents .Table__moduleG .scroll-hint-icon::after {
    content: none;
}

.main_contents .Table__moduleG .scroll-hint-icon .scroll-hint-text {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
}

.main_contents .Table__moduleG .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
}

.main_contents .xj_chart_header_first {
    background-color: #e5f6e9;
}

.main_contents .xj_chart_header {
    background-color: #e5f6e9;
}

.main_contents .xj_chart_table tr:not(:first-child) .xj_chart_header {
    background-color: #f8fffa;
}

.main_contents .xj_chart_table_note {
    margin-top: 4px;
    font-size: 1.2rem;
}

.Header__wrapper button,
.Footer__wrapper button {
    text-align: left;
}

.table_original .scroll-hint-icon,
.table_set03 .scroll-hint-icon {
    position: absolute;
    left: 50%;
    top: 40%;
    opacity: 0;
    height: 119px;
    width: 224px;
    padding: 0;
    background: transparent;
    background-image: url("/shared2022/images/common/img_table_scroll_hint.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    -webkit-transform: translate(-50%, -50%);
}

.table_original .scroll-hint-icon::before,
.table_original .scroll-hint-icon::after,
.table_set03 .scroll-hint-icon::before,
.table_set03 .scroll-hint-icon::after {
    content: none;
}

.table_original .scroll-hint-icon .scroll-hint-text,
.table_set03 .scroll-hint-icon .scroll-hint-text {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
}

.table_original .scroll-hint-icon-wrap.is-active .scroll-hint-icon,
.table_set03 .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
}

html[lang="en"] .table_original .scroll-hint-icon,
html[lang="en"] .table_set03 .scroll-hint-icon {
    background-image: url("/shared2022/images/common/img_table_scroll_hint_en.png");
}

.english .main_contents .under_mv_area h1:not(.Heading__title) {
    line-height: 1.2;
}
/* 20230816追加 */

.border_box {
    border: 1px solid #d9d9d9;
    padding: 22px 20px;
}
.border_box .Heading__module02,
.border_box .Heading__module03,
.border_box .Heading__module04 {
    margin-top: 0;
}
@media print, screen and (min-width: 769px) {
    .border_box {
        padding: 30px 24px;
    }
}
.font_09 {
    font-size: 0.9em;
}
.table_orange {
    background-color: #f99427 !important;
    color: #fff !important;
}
.table_lite-orange {
    background-color: #fdf4e9 !important;
}


/* 20250213追加 */
@media print, screen and (max-width: 768px) {
    .main_contents .under_mv_area.materiality_mv h1:not(.Heading__title) {
        font-size: 3.0rem;
    }
    .main_contents .under_mv_area.materiality_mv .into_img_01 {
        top: 30px;
    }
    .main_contents .under_mv_area.materiality_mv .into_img_01 .img {
        width: 81px;
    }
}
@media print, screen and (max-width: 320px) {
    .main_contents .under_mv_area.materiality_mv h1:not(.Heading__title) {
        font-size: 2.6rem;
    }
    .main_contents .under_mv_area.materiality_mv .into_img_01 {
        top: 25px;
    }
    .main_contents .under_mv_area.materiality_mv .into_img_01 .img {
        width: 60px;
    }
}
.main_contents .flex_column_two.align_items_end {
    align-items: flex-end;
}
.main_contents .flex_column_two .Link__blank>img {
    height: 17px;
    width: 17px;
}