@charset "utf-8";


/* **********************************************************
	index
********************************************************** */

/* sec03共通 キービジュアル
--------------------------------------------------------------------*/
.sec03 #page_kv {
    margin-top: 21px;
}

.sec03 #page_kv .page_kv_head {
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.sec03 #page_kv figure {
    position: relative;
}

.sec03 #page_kv figure::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(400 / 1140 * 100%);
}

.sec03 #page_kv figure picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.sec03 #page_kv figure picture img {
    height: 100%;
    object-fit: cover;
}

.sec03 #page_kv .text-area {
    position: absolute;
    left: 50%;
    bottom: calc(23 / 400 * 100%);
    margin-left: calc(200 / 1140 * 100%);
    line-height: calc(20 / 16);
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.75),-2px 2px 3px rgba(255, 255, 255, 0.75),2px -2px 3px rgba(255, 255, 255, 0.75),-2px -2px 3px rgba(255, 255, 255, 0.75);
    font-size: 1.6rem;
}

.sec03 #page_kv .term {
    margin-bottom: 10px;
}

.sec03 #page_kv .description {
    font-weight: 700;
}

.sec03 #page_kv .page_kv_content {
    margin-top: 28px;
}

.sec03 #page_kv .page_kv_content h2 {
    font-size: 1.8rem;
    line-height: calc(29 / 18);
    font-weight: 700;
    color: #09326f;
    text-align: center;
    margin-bottom: 18px;
}

.sec03 #page_kv .page_kv_content p {
    line-height: calc(30 / 16);
}

@media screen and (max-width: 768px) {

    .sec03 #page_kv {
        margin-top: 18px;
    }
    .sec03 #page_kv .page_kv_head {
        width: calc(100% - 30px);
    }
    .sec03 #page_kv figure::before {
        padding-top: calc(320 / 690 * 100%);
    }
    .sec03 #page_kv .text-area {
        left: auto;
        right: calc(30 / 690 * 100%);
        bottom: calc(26 / 320 * 100%);
        margin-left: 0;
        line-height: calc(26/ 24);
        font-size: 1.2rem
    }
    .sec03 #page_kv .term {
        margin-bottom: 7px;
    }
    .sec03 #page_kv .page_kv_content {
        margin-top: 11px;
    }
    .sec03 #page_kv .page_kv_content h2 {
        font-size: 1.6rem;
        line-height: calc(26 / 16);
        margin-bottom: 16px;
        text-align: left;
    }
    .sec03 #page_kv .page_kv_content p {
        line-height: calc(22 / 14);
    }

}

/* sec03共通 コンテンツ
--------------------------------------------------------------------*/
.sec03 .lower_container {
    margin-top: 69px;
}

.sec03 .lower_h2 {
    color: #09326f;
}

.sec03 .content > p {
    line-height: calc(30 / 16);
}

.sec03 .catch {
    width: calc(610 / 820 * 100%);
    max-width: 610px;
    margin: 46px auto 0;
}

.sec03 .detail {
    width: 100%;
    margin: 50px auto 0;
}

.sec03 .detail_title {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    font-weight: 700;
    margin-bottom: 13px;
}

.sec03 #view .lower_h2 {
    margin-bottom: 30px;
}

.sec03 #view .img {
    width: calc(480 / 820 * 100%);
    max-width: 480px;
    margin: 0 auto 23px;
}

.sec03 .marker {
    background: linear-gradient(transparent 60%, #d3edfb 60%);
    font-weight: 700;
}

.sec03 .scroll {
    width: 100%;
    padding-bottom: 25px;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #898989 #e5e5e5;
}

.sec03 .scroll::-webkit-scrollbar {
    height: 5px;
}

.sec03 .scroll::-webkit-scrollbar-track {
    border-radius: 2em;
    background: rgba(0, 0, 0, 0.1);
}

.sec03 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2em;
    background: rgba(0, 0, 0, 0.4);
}

.sec03 .scroll img {
    cursor: grab;
}

@media screen and (max-width: 768px) {

    .sec03 .lower_container {
        margin-top: 32px;
    }
    .sec03 .lower_h2 h2 {
        line-height: calc(25 / 16);
    }
    .sec03 .content > p {
        line-height: calc(22 / 14);
    }
    .sec03 .catch {
        width: calc(630 / 690 * 100%);
        max-width: 315px;
        margin: 21px auto 0;
    }
    .sec03 .detail {
        margin: 25px auto 0;
    }
    
    .sec03 .detail_title {
        font-size: 1.6rem;
        line-height: calc(30 / 16);
        margin-bottom: 8px;
    }

    .sec03 #view .lower_h2 {
        margin-bottom: 20px;
    }
    
    .sec03 #view .img {
        width: calc(240 / 345 * 100%);
        margin: 0 auto 16px;
    }
}

/* sec03共通 #local_link
--------------------------------------------------------------------*/
.sec03 #local_link .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px 100px 100px;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
}

.sec03 #local_link .item:first-child {
    grid-column: 1 / 3;
}

.sec03 #local_link .item:nth-child(2) {
    grid-column: 1 / 3;
}

.sec03 #local_link .link {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .sec03 #local_link .list {
        grid-template-rows: 60px 60px 60px;
        max-width: 275px;
        font-size: 1.2rem;
        line-height: calc(36 / 24);
    }
    
    .sec03 #local_link .link {
        height: 60px;
    }

    .sec03 #local_link .item:nth-child(3) ,
    .sec03 #local_link .item:nth-child(4) {
        grid-column: 1 / 3;
    }


}

/* “生活者データ・ドリブン”フルファネルマーケティング実践に向けた提供サービスの変革
--------------------------------------------------------------------*/
.sec03.index #page_kv {
    margin-top: 30px;
}

.sec03.index .lower_fv h1 {
    font-size: 2.8rem;
}

.sec03.index .detail_img {
    overflow: visible;
    padding: 0;
}

.sec03.index .detail_img img {
    cursor: auto;
}

.sec03.index #section02 .catch {
    width: calc(530 / 820 * 100%);
    max-width: 530px;
    margin: 43px auto 0;
}

.sec03.index #section02 .detail {
    margin: 69px auto 0;
}

.sec03.index #section03 {
    margin-top: 74px;
}

.sec03.index #section04 .detail {
    margin: 70px auto 0;
}

.sec03.index #section05 {
    margin-top: 75px;
}

.sec03.index #section05 .catch {
    width: calc(420 / 820 * 100%);
    max-width: 420px;
    margin: 49px auto 0;
}

.sec03.index #view {
    margin-top: 76px;
}

@media screen and (max-width: 768px) {

    .sec03.index #page_kv {
        margin-top: 16px;
    }

    .sec03.index .lower_fv h1 {
        font-size: 2.2rem;
        line-height: calc(51 / 44);
    }

    .sec03.index #section02 .detail {
        margin: 38px auto 0;
    }

    .sec03.index #section02 .catch {
        width: calc(562 / 690 * 100%);
        max-width: 281px;
        margin: 21px auto 0;
    }

    .sec03.index #section03 {
        margin-top: 35px;
    }


    .sec03.index #section04 .detail {
        margin: 29px auto 0;
    }

    .sec03.index #section05 {
        margin: 35px auto 0;
    }
    
    .sec03.index #section05 .catch {
        width: calc(582 / 690 * 100%);
        max-width: 291px;
        margin: 21px auto 0;
    }

    .sec03.index #view {
        margin-top: 35px;
    }

}

@media screen and (max-width: 607px) {

    .sec03.index #section02 .detail_img {
        padding-bottom: 25px;
        overflow-x: scroll;
    }

    .sec03.index #section02 .detail_img img {
        cursor: grab;
        width: 587px;
    }

}

@media screen and (max-width: 558px) {

    .sec03.index #section04 .detail_img {
        padding-bottom: 25px;
        overflow-x: scroll;
    }

    .sec03.index #section04 .detail_img img {
        cursor: grab;
        width: 538px;
    }

}


/* **********************************************************
	hr_sust
********************************************************** */

/* 人材・サステナブル経営の強化
--------------------------------------------------------------------*/
.hr_sust #page_kv .text-area {
    bottom: calc(44 / 400 * 100%);
}

.hr_sust #page_kv .term {
    margin-bottom: 6px;
}

.hr_sust .lower_h2::after {
    background: #e5edaf;
}

@media screen and (max-width: 768px) {

    .hr_sust #page_kv .text-area {
        bottom: calc(50 / 320 * 100%);
    }

    .hr_sust #page_kv .term {
        margin-bottom: 5px;
    }

    .hr_sust #page_kv .page_kv_content h2 {
        text-align: center;
    }

}

/* “生活者データ・ドリブン”マーケティングをフルファネルで実践以降のセクション
--------------------------------------------------------------------*/
.hr_sust .detail {
    width: calc(460 / 820 * 100%);
    max-width: 460px;
    margin: 45px auto 0;
}

.hr_sust #section05 {
    margin-top: 74px;
}

.hr_sust #section05 .catch {
    width: calc(460 / 820 * 100%);
    max-width: 460px;
}

@media screen and (max-width: 768px) {

    .hr_sust .detail {
        width: 100%;
        margin: 20px auto 0;
    }

    .hr_sust #section03 {
        margin-top: 35px;
    }

    .hr_sust #section05 {
        margin-top: 35px;
    }

    .hr_sust #view {
        margin-top: 35px;
    }

    .hr_sust .detail_title {
        font-size: 1.4rem;
    }
    
    .hr_sust #section04 .detail {
        width: calc(550 / 690 * 100%);
        max-width: 275px;
    }
    
    .hr_sust #section05 .catch {
        width: calc(620 / 690 * 100%);
        max-width: 310px;
    }

}

@media screen and (max-width: 385px) {

    .hr_sust #view .lower_h2 h2 {
        letter-spacing: -0.02em;
    }

}


/* **********************************************************
	midterm
********************************************************** */

/* 中期経営計画
--------------------------------------------------------------------*/
.midterm .note_mark {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}

.midterm .pc_nowrap {
    white-space: nowrap;
}

.midterm #section01 {
    margin-top: 36px;
}

.midterm #section02 .detail {
    width: calc(480 / 820 * 100%);
    max-width: 480px;
    margin: 43px auto 0;
}

.midterm #section02 .definition {
    width: 100%;
    background-color: #eaf6fc;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: calc(22 / 14);
}

.midterm #section02 .list {
   display: flex;
   align-items: center;
   padding: 5px 20px;
   border-bottom: 2px solid #000;
}

.midterm #section02 .list:first-child {
    border-top: 2px solid #000;
}

.midterm #section02 .term {
    flex-basis: calc(230 / 440 * 100%);
    margin-right: calc(80 / 440 * 100%);
}

.midterm #section02 .description {
    flex: 1 1 0;
}

.midterm #section02 .priority_index {
    margin-top: 47px;
}

.midterm #section02 .priority_index h3 {
    line-height: calc(22 / 16);
    margin-bottom: 7px;
}

@media screen and (max-width: 768px) {

    .midterm .pc_nowrap {
        white-space: normal;
    }

    .midterm #section01 {
        margin-top: 15px;
    }
    
    .midterm #section02 .detail {
        width: 100%;
        margin: 23px auto 0;
    }
    
    .midterm #section02 .definition {
        line-height: calc(20 / 14);
    }

    .midterm #section02 .list {
       padding: 6px 10px;
    }
    
    .midterm #section02 .term {
        flex-basis: calc(217 / 325 * 100%);
        margin-right: calc(20 / 325 * 100%);
    }
    
    .midterm #section02 .priority_index {
        margin-top: 24px;
    }
    
    .midterm #section02 .priority_index h3 {
        font-size: 1.4rem;
        line-height: calc(16 / 14);
        margin-bottom: 9px;
    }

}

/* 022年3月期における進捗
--------------------------------------------------------------------*/
.midterm #section03 {
    margin-top: 74px;
}

.midterm #section03 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.midterm #section03 .item {
    width: 240px;
}

.midterm #section03 h4 {
    line-height: calc(22/ 16);
    font-weight: 700;
    margin-bottom: 6px;
 }

 .midterm #section03 figure {
    width: 100%;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
 }

 .midterm #section03 figure::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(300 / 240 * 100%);
}

.midterm #section03 figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.midterm #section03 .note {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 17px;
}

.midterm #section03 .item > .note,
.midterm #section03 .note + .note{
    margin-top: 0;
}


.midterm #section03 .note_txt {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    padding-left: 2.7em;
    text-indent: -2.7em;
    margin-top: 17px;
}

.midterm #section03 .focus_area {
    margin-top: 44px;
}

.midterm #section03 .focus_area h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(30 / 18);
    color: var(--main_color);
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {

    .midterm #section03 {
        margin-top: 35px;
    }

    .midterm #section03 h4 {
        font-size: 1.6rem;
        line-height: calc(24 / 16);
        margin-bottom: 14px;
    }

    .midterm #section03 .list {
        gap: 40px;
        justify-content: center;
    }

    .midterm #section03 .list::after{
        content:"";
        display: block;
        width: 100%;
        max-width: 345px;
    }
    
    .midterm #section03 .item {
        width: 100%;
        max-width: 345px;
    }

    .midterm #section03 figure {
        max-width: 317px;
        margin: 0 auto;
    }
    
     .midterm #section03 figure::before {
        padding-top: calc(782 / 634 * 100%);
    }
    
    .midterm #section03 .focus_area {
        margin-top: 40px;
    }
    
    .midterm #section03 .focus_area h3 {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 21px;
    }

}

@media screen and (max-width: 759px) {

    .midterm #section03 .list_top .item:first-child figure {
        position: relative;
        left: 1%;
    }

    .midterm #section03 .list::after{
        content: none;
    }
    
}

/* 環境認識と基本戦略
--------------------------------------------------------------------*/
.midterm #section04  {
    margin-top: 70px;
}

.midterm #section04 .detail01 {
    margin-top: 30px;
}

.midterm #section04 .detail_title {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    margin-bottom: 13px;
}

.midterm #section04 .detail_text {
    line-height: calc(30 / 16);
    margin-bottom: 43px;
}

.midterm #section04 .media {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 43px;
}

.midterm #section04 .media:last-of-type {
    margin-bottom: 0;
}

.midterm #section04 .media_body {
    flex: 1 1 0;
}

.midterm #section04 .media_title {
    font-weight: 700;
    line-height: calc(30 / 16);
    display: inline-block;
    padding: 0 10px;
    background-color: #fff0f6;
    margin-bottom: 11px;
}

.midterm #section04 .media_text {
    line-height: calc(30 / 16);
}

.midterm #section04 .media_img {
    flex-basis: calc(292 / 820 * 100%);
    margin-right: calc(24 / 820 * 100%);
}

.midterm #section04 .detail02 {
    margin-top: 66px;
}

.midterm #section04 .intro {
    border: 1px solid #000;
    margin-bottom: 30px;
}

.midterm #section04 .intro_inner {
    color: #09326f;
    text-align: center;
    padding: 30px;
    background-color: #dff2fc;
    margin: 10px;
    font-weight: 700;
    line-height: calc(30 / 16);
}

.midterm #section04 .intro_text {
    margin-bottom: 16px;
}

.midterm #section04 .intro_text:last-child {
    margin-bottom: 0;
}

.midterm #section04 .detail_content_text {
    line-height: calc(30 / 16);
    margin-bottom: 24px;
}

.midterm #section04 .list {
    width: calc(480 / 820 * 100%);
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.midterm #section04 .item {
    width: 100%;
    font-weight: 700;
    line-height: calc(30 / 16);
    display: flex;
    align-items: center;
    padding: 0 12px 0 30px;
    background-color: #dff2fc;
    min-height: 54px;
    margin-bottom: 10px;
}

.midterm #section04 .item:last-child {
    margin-bottom: 0;
}

.midterm #section04 .number {
    font-size: 1.2rem;
    color: #fff;
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: var(--main_color);
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.midterm #section04 .text {
    color: var(--main_color);
    flex: 1 1 0;
    line-height: 1.4;
}

.midterm #section04 .text .sub_text {
    display: block;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {

    .midterm #section04 {
        margin-top: 36px;
    }

    .midterm #section04 .detail01 {
        margin-top: 25px;
    }
    
    .midterm #section04 .detail_title {
        line-height: calc(22 / 16);
        margin-bottom: 3px;
    }

    .midterm #section04 .detail_text {
        font-size: 1.4rem;
        line-height: calc(22 / 14);
        margin-bottom: 36px;
    }
    
    .midterm #section04 .media {
        display: block;
        margin-bottom: 34px;
        position: relative;
    }

    .midterm #section04 .media:not(:first-of-type) .media_title{
        margin-bottom: 220px;
    }
    
    .midterm #section04 .media_title {
        font-size: 1.4rem;
        line-height: calc(15 / 14);
        padding: 6px 10px 4px;
        margin-bottom: 250px;
    }

    .midterm #section04 .media_text {
        line-height: calc(26 / 14);
    }
    
    .midterm #section04 .media_img {
        width: 100%;
        max-width: 345px;
        margin-right: 0;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .midterm #section04 .detail02 {
        margin-top: 31px;
    }
    
    .midterm #section04 .intro {
        margin-bottom: 22px;
    }
    
    .midterm #section04 .intro_inner {
        padding: 14px 15px 15px;
        margin: 10px;
    }
    
    .midterm #section04 .intro_text {
        font-size: 1.2rem;
        line-height: calc(18 / 12);
        margin-bottom: 12px;
    }

    .midterm #section04 .detail_content_text {
        line-height: calc(26 / 14);
        margin-bottom: 19px;
    }
    
    .midterm #section04 .list {
        width: 100%;
    }
    
    .midterm #section04 .item {
        font-size: 1.4rem;
        line-height: calc(20 / 14);
        padding: 10px;
    }
    
    .midterm #section04 .number {
        margin-right: 10px;
    }
    
    .midterm #section04 .text .sub_text {
        font-size: 1rem;
        margin-top: 0;
    }
}


@media screen and (max-width: 520px) {

.midterm #section04 .media_img {
    top: 50px;
}

}



/* グループ全体をアップデートする4つの取り組み
--------------------------------------------------------------------*/
.midterm #section05 {
    max-width: 960px;
    margin: 75px auto 0;
    position: relative;
}

.midterm #section05 .side_nav {
    position: absolute;
    top: 58px;
    left: 0;
    padding: 8px 10px;
    background-color: #dff2fc;
}

.midterm #section05 .side_nav.show {
    position: fixed;
    top: 120px;
    left: 50%;
    margin-left: -480px;
}

.midterm #section05 .side_nav li {
    position: relative;
    margin-bottom: 10px;
}

.midterm #section05 .side_nav li:last-child {
    margin-bottom: 0;
}

.midterm #section05 .side_nav li a {
    color: var(--main_color);
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    line-height: 1;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    font-weight: 700;
    font-size: 1.2rem;
}

.midterm #section05 .side_nav li a:hover {
    color: #fff;
    background-color: var(--main_color);
}

.midterm #section05 .side_nav li.current a {
    color: #fff;
    background-color: var(--main_color);
}

.midterm #section05 .side_nav li span {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    display: inline-block;
    color: #fff;
    background-color: rgba(10, 50, 109, 0.9);
    padding: 2px 10px 2px 11px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    font-weight: normal;
} 

.midterm #section05 .side_nav li span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid rgba(10, 50, 109, 0.9);
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
} 

.midterm #section05 .side_nav li a:hover span{
    opacity: 1;
    visibility: visible;
}

.midterm #section05 .side_nav li a:hover span:before {
    opacity: 1;
    visibility: visible;
}

.midterm #section05 .attempt {
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    background-color: #efefef;
}

.midterm #section05 .attempt:last-child {
    margin-bottom: 0;
}

.midterm #section05 .attempt h3 {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.midterm #section05 .number {
    color: #fff;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--main_color);
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.midterm #section05 .text {
    color: #09326f;
    flex: 1 1 0;
    line-height: calc(26 / 16);
}

.midterm #section05 .item-description {
    margin-top: 17px;
    font-size: 12px;
    line-height: 19.2px;
    width: calc(498 / 780 * 100%);
    max-width: 498px;
    margin: 17px auto 0;
}


.midterm #section05 .text .sub_title {
    font-size: 1.4rem;
    line-height: calc(26 / 14);
    display: inline-block;
}

.midterm #section05 .area01 .attempt_text {
    margin-bottom: 36px;
}

.midterm #section05 .attempt_text {
    line-height: calc(26 / 16);
    margin-bottom: 25px;
}

.midterm #section05 .attempt_text02 {
    line-height: calc(30 / 16);
}

.midterm #section05 .attempt_inner {
    margin-bottom: 50px;
}

.midterm #section05 .attempt_inner:last-of-type {
    margin-bottom: 0;
}

.midterm #section05 .attempt_inner > *:last-child{
    margin-bottom: 0;
}

.midterm #section05 .attempt h4 {
    line-height: calc(30 / 16);
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 20px;
    background-color: #fff;
    display: inline-block;
}

.midterm #section05 .area03 .attempt h4 {
    margin-bottom: 12px;
}

.midterm #section05 .area03 h4 {
    padding: 0;
    color: var(--main_color);
    background-color: transparent;
}

.midterm #section05 .attempt_inner_text {
    line-height: calc(30 / 16);
    margin-bottom: 23px;
}

.midterm #section05 .attempt_img {
    width: calc(498 / 780 * 100%);
    max-width: 498px;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
}

.midterm #section05 .attempt_img img {
    cursor: auto;
}

.midterm #section05 .attempt_img02 {
    width: calc(482 / 780 * 100%);
    max-width: 482px;
}

.midterm #section05 .attempt_img03 {
    width: calc(594 / 780 * 100%);
    max-width: 594px;
    margin-bottom: 22px;
    overflow: visible;
    padding: 0;
}

.midterm #section05 .attempt_img03 img {
    cursor: auto;
}

.midterm #section05 .attempt_img04 {
    width: calc(608 / 780 * 100%);
    max-width: 608px;
    overflow: visible;
    padding: 0;
}

.midterm #section05 .attempt_img04 img {
    cursor: auto;
}

.midterm #section05 .attempt_img05 {
    width: calc(557 / 780 * 100%);
    max-width: 557px;
    overflow: visible;
    padding: 0;
}

.midterm #section05 .attempt_img05 img {
    cursor: auto;
}

@media screen and (max-width: 960px) {

    .midterm #section05 {
        margin: 36px auto 0;
    }

    .midterm #section05 .side_nav.show {
        left: 0;
        margin-left: 0;
    }

}

@media screen and (max-width: 900px) {

    .midterm #section05 .side_nav {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    
    .midterm #section05 .attempt {
        padding: 20px 10px;
        margin-bottom: 25px;
    }

    .midterm #section05 .attempt h3 {
        margin-bottom: 16px;
        line-height: calc(39 / 28);
    }
    
    .midterm #section05 .number {
        font-size: 1.2rem;
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    
    .midterm #section05 .text {
        line-height: calc(20 /14);
    }

    .midterm #section05 .text .sub_title {
        font-size: 1rem;
        line-height: calc(20 / 10);
        display: block;
    }

    .midterm #section05 .item-description {
        width: 100%;
    }
    
    .midterm #section05 .area01 .attempt_text {
        margin-bottom: 40px;
    }

    .midterm #section05 .area03 .attempt_text {
        margin-bottom: 20px;
    }
    
    .midterm #section05 .attempt_text {
        line-height: calc(22 / 14);
        margin-bottom: 21px;
    }

    .midterm #section05 .attempt_text02 {
        line-height: calc(22 / 14);
    }
    
    .midterm #section05 .attempt_inner {
        margin-bottom: 40px;
    }
    
    .midterm #section05 .attempt h4 {
        line-height: calc(15 / 14);
        padding: 6px 10px 4px;
        margin-bottom: 7px;
    }

    .midterm #section05 .area03 h4 {
        margin-bottom: 9px;
        padding: 0;
    }
    
    .midterm #section05 .attempt_inner_text {
        line-height: calc(22 / 14);
        margin-bottom: 21px;
    }

    .midterm #section05 .attempt_img {
        width: 100%;
    }

    .midterm #section05 .attempt_img03 {
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 477px) {

    .midterm #section05 .attempt_img01 {
        overflow-x: scroll;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .midterm #section05 .attempt_img01 img {
        width: 457px;
        cursor: grab;
    }

}

@media screen and (max-width: 465px) {

    .midterm #section05 .attempt_img03 {
        overflow-x: scroll;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .midterm #section05 .attempt_img03 img {
        width: 445px;
        cursor: grab;
    }

}

@media screen and (max-width: 504px) {

    .midterm #section05 .attempt_img04 {
        overflow-x: scroll;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .midterm #section05 .attempt_img04 img {
        width: 484px;
        cursor: grab;
    }

    .midterm #section05 .attempt_img05 {
        overflow-x: scroll;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .midterm #section05 .attempt_img05 img {
        width: 484px;
        cursor: grab;
    }

}


/* **********************************************************
	cfo
********************************************************** */

/* cfoインタビュー
--------------------------------------------------------------------*/
.cfo #page_kv {
    margin-top: 25px;
}

.cfo #page_kv .text-area {
    margin-left: calc(-300 / 1140 * 100%);
    bottom: calc(50 / 400 * 100%);
}

.cfo #page_kv .term {
    font-size: 1.4rem;
    line-height: calc(22 / 14);
    margin-bottom: 13px;
}

.cfo #page_kv .term .pc_ml {
    display: inline-block;
    margin-left: 1em;
}

.cfo #page_kv .page_kv_content {
    margin-top: 23px;
}

.cfo .lower_container {
    margin-top: 66px;
}

.cfo .question {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    color: #09326f;
}

.cfo .question::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #09326f 0%, #0286c5 100%);
    flex-grow: 1;
    margin-right: 10px;
}

.cfo .question::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #1482bc 0%, #00a2e1 100%);
    flex-grow: 1;
    margin-left: 10px;
}

.cfo .lower_h2 {
    margin-bottom: 21px;
}

.cfo .lower_h2 h2 {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    padding-bottom: 24px;
}

.cfo .answer {
    color: #09326f;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    margin-right: 10px;
    font-weight: 700;
}

.cfo .detail_title {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    font-weight: 700;
    margin-bottom: 22px;
}

.cfo .detail .list {
    font-size: 1rem;
    line-height: calc(16 / 10);
}

.cfo .detail .list .item{
    text-indent: -1.25em;
    padding-left: 1.25em;
}

.cfo .detail .list .item.notes{
    text-indent: -2.7em;
    padding-left: 2.7em;
}

.cfo .detail .list .item.notes1{
    text-indent: -4.3em;
    padding-left: 4.3em;
}
.cfo .detail .list .item.notes2{
    text-indent: -1em;
    padding-left: 4.3em;
}


.cfo #section03 .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin: 38px auto 0;
}

.cfo #section03 .detail_content {
    width: calc(350 / 820 * 100%);
    max-width: 350px;
}

.cfo #section03 .detail_img {
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}

.cfo #section04 {
    margin-top: 80px;
}

.cfo #section04 .detail {
    width: calc(676 / 820 * 100%);
    max-width: 676px;
    margin: 38px auto 0;
}

.cfo #section04 .detail_title {
    margin-bottom: 15px;
}

.cfo #section04 .detail_img {
    overflow: visible;
    padding: 0;
}

.cfo #section04 .detail_img img {
    cursor: auto;
}

.cfo #section05 {
    margin-top: 77px;
}

.cfo #section05 .detail {
    width: calc(431 / 820 * 100%);
    max-width: 431px;
    margin: 38px auto 0;
}

.cfo #section05 .detail_title {
    margin-bottom: 10px;
}

.cfo #section05 .note {
    font-size: 1rem;
    line-height: calc(16 / 10);
    margin-top: 23px;
}

.cfo #section06 .detail {
    width: calc(417 / 820 * 100%);
    max-width: 417px;
    margin: 35px auto 0;
}

.cfo #section06 .detail_title {
    margin-bottom: 12px;
}

.cfo #section07 {
    margin-top: 76px;
}

@media screen and (max-width: 768px) {

    .cfo #page_kv {
        margin-top: 19px;
    }

    .cfo #page_kv .text-area {
        left: calc(35 / 690 * 100%);
        right: auto;
        bottom: calc(19 / 320 * 100%);
        margin-left: 0;
        line-height: calc(20 / 12);
    }

    .cfo #page_kv .term {
        font-size: 1.2rem;
        line-height: calc(16 / 12);
        margin-bottom: 0;
    }

    .cfo #page_kv .term .pc_ml {
        margin-left: 0;
    }

    .cfo #page_kv .term .sp_none {
        display: none;
    }
    
    .cfo #page_kv .page_kv_content {
        margin-top: 10px;
    }

    .cfo .lower_container {
        margin-top: 33px;
    }

    .cfo .question {
        font-size: 1.2rem;
        padding-bottom: 10px;
    }
    
    .cfo .question::before {
        margin-right: 5px;
    }
    
    .cfo .question::after {
        margin-left: 5px;
    }
    
    .cfo .lower_h2 {
        margin-bottom: 16px;
    }
    
    .cfo .lower_h2 h2 {
        font-size: 1.4rem;
        line-height: calc(23 / 14);
        padding-bottom: 14px;
    }
    
    .cfo .answer {
        font-size: 1.2rem;
    }
    
    .cfo .detail_title {
        font-size: 1.4rem;
        line-height: calc(22 / 14);
        margin-bottom: 14px;
    }
    
    .cfo #section03 .detail {
        gap: 25px;
        margin: 17px auto 0;
    }
    
    .cfo #section03 .detail_content {
        width: calc(550 / 790 * 100%);
        max-width: 275px;
    }

    .cfo #section04 {
        margin-top: 33px;
    }

    .cfo #section04 .detail {
        width: 100%;
        max-width: 100%;
        margin: 17px auto 0;
    }

    .cfo #section04 .detail_title {
        margin-bottom: 13px;
    }

    .cfo #section05 {
        margin-top: 35px;
    }
    
    .cfo #section05 .detail {
        width: calc(550 / 790 * 100%);
        max-width: 275px;
        margin: 17px auto 0;
    }

    .cfo #section05 .detail_title {
        margin-bottom: 13px;
    }

    .cfo #section05 .note {
        margin-top: 14px;
        text-indent: -2.7em;
        padding-left: 2.7em;
    }
    
    .cfo #section06 .detail {
        width: calc(556 / 790 * 100%);
        max-width: 278px;
        margin: 16px auto 0;
    }

    .cfo #section07 {
        margin-top: 36px;
    }

}

@media screen and (max-width: 651px) {

    .cfo #section04 .detail_img {
        overflow-x: scroll;
        padding-bottom: 25px;
    }

    .cfo #section04 .detail_img img {
        width: 631px;
        cursor: grab;
    }
}

@media screen and (max-width: 380px) {

    .sec03 #page_kv .page_kv_content h2 {
        letter-spacing: -0.02em;
    }

}



