@charset "UTF-8";

/*前頁共通
-----------------------------------------------*/

.contents { overflow: hidden; }
/*img{width: 100%;}*/

figure{position: relative;}
.f-46{font-size: 46%;}
.f-50{font-size: 50%;}
.f-60{font-size: 60%;}
.f-70{font-size: 70%;}
.f-80{font-size: 80%;}
.f-90{font-size: 90%;}
.f-110{font-size: 110%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-140{font-size: 140%;}
.f-150{font-size: 150%;}
.f-160{font-size: 160%;}
.f-170{font-size: 170%;}
.f-180{font-size: 180%;}
.f-190{font-size: 190%;}
.f-200{font-size: 200%;}
.f-210{font-size: 210%;}
.f-220{font-size: 220%;}
.f-230{font-size: 230%;}
.f-240{font-size: 240%;}
.f-340{font-size: 340%;}

.f-12px{font-size: 12px;letter-spacing: 0.04em;}

.caption {
font-size: 10px;
}
figure + .caption {
padding-top: 0.5em;
}

sup{
font-size: 10px;
vertical-align: super;
}
span.note {
display: inline-block;
font-size: 10px;
padding-top: 2em;
}

#main_Wrap {
position: relative;
}
#main_Wrap h2 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40%;
}

.lead_Wrap {
text-align: center;
margin: 0 auto;
padding: 80px 0 100px;
background: #122431;
}

.lead_Wrap .copy h4 {
color: #fff0c1;
font-size: clamp(32px,3.4vw,48px);
letter-spacing: 0.08em;
line-height: 1.6;
}

.sec_ttl {
text-align: center;
font-size: clamp(24px,2.55vw,36px);
letter-spacing: 0.08em;
line-height: 1.8;
margin: 80px 0;

}

.lead_Wrap .sec_ttl {
    color: #fff;
    margin: 1em 0;
}

.lead_Wrap .copy p {
color: #fff;
font-size: clamp(14px,1.33vw,16px);
letter-spacing: 0.08em;
line-height: 3;
}

[data-aos="fade-right"] {
  transform: translateX(-20px);
}
[data-aos="fade-left"] {
  transform: translateX(20px); 
}

/*MV下
-----------------------------------------------*/

.name_Wrap {
    color: #fff;
    background: #122431;
    padding-top: 1em;
}

.name_Wrap .flex {
    justify-content: center;
    align-items: end;
    column-gap: 13%;
    margin-left: 5%;
}

.name_Wrap p {
    font-size: clamp(19px, 2vw, 28px);
    letter-spacing: .05em;
    line-height: 1.3;
}
.name_Wrap .profile {
    display: block;
    font-size: 60%;
    margin-bottom: .5em;
}

/*このページ共通
-----------------------------------------------*/

.sec01_Wrap,.sec02_Wrap,.sec03_Wrap {
    background: #eeebe8;
}


.sec01_Wrap .inner,.sec02_Wrap .inner,.sec03_Wrap .inner {
    padding-bottom: 100px;
    overflow: hidden;
}

/*対談吹き出し部分-----------*/

.discussion_Wrap .comment_block {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.discussion_Wrap .comment_block:last-child {
    margin-bottom: 0;
}

.discussion_Wrap.reverse .comment_block {
    flex-direction: row-reverse;
}

.headshot {
    position: relative;
    width: 120px;
    aspect-ratio: 1 / 1;
    
}

.headshot::before,.headshot::after {
    position: absolute;
    width: 100%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.sichou {
    font-size: 14px;
    background: url('../img/sichou.png') no-repeat center / contain;
}

.sichou.first_time::before { 
    content: "角田航也市長";
    bottom: -1.5rem;
}

.sichou.first_time::after { 
    content: "（以下：角田市長）";
    bottom: -2.8rem;
}

.sichou::before { 
    content: "角田市長";
    bottom: -1.5rem;
}

.syachou {
    font-size: 14px;
    background: url('../img/syachou.png') no-repeat center / contain;
}

.syachou.first_time::before { 
    content: "谷本勝秀社長";
    bottom: -1.5rem;
}

.syachou.first_time::after { 
    content: "（以下：谷本社長）";
    bottom: -2.8rem;
}

.syachou::before { 
    content: "谷本社長";
    bottom: -1.5rem;
}

.buchou {
    font-size: 14px;
    background: url('../img/buchou.png') no-repeat center / contain;
}

.buchou.first_time::before { 
    content: "鷲尾江部長";
    bottom: -1.5rem;
}

.buchou.first_time::after { 
    content: "（以下：鷲尾部長）";
    bottom: -2.8rem;
}

.buchou::before { 
    content: "鷲尾部長";
    bottom: -1.5rem;
}

.fukidasi {
    position: relative;
    width: 45%;
    border: 5px solid #a89b95;
    background: #fff;
    padding: 25px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.fukidasi::before {
    content: "";
    position: absolute;
    width: 8%;
    aspect-ratio: 124 / 48;
    background: url('../img/fukidasi.png') no-repeat center / contain;
    top: 15%;
    left: -8%;
}

.discussion_Wrap.reverse .comment_block .fukidasi::before {
    flex-direction: row-reverse;
    left: auto;
    right: -8%;
    transform: rotate(180deg);
}

.scene {
    width: 30%;
}

.scene.square figure {
    width: 78%;
}

.discussion_Wrap.reverse .scene.square figure {
    margin-left: auto;
}

.comment_block {
    position: relative;
    z-index: 2;
}

.discussion_Wrap {
    position: relative;
}

.discussion_Wrap::after {
    z-index: 1;
    content: "";
    position: absolute;

}


/*sec01_Wrap
-----------------------------------------------*/

/*背景の装飾*/

.sec01_Wrap .discussion_Wrap::after {
    width: 22.2%;
    max-width: 266px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: 18%;
    background: url('../img/sec01_bg_deco01.png') no-repeat center / cover;
}

/*米原イノベーションビレッジ*/

.sec01_Wrap .content_Wrap {
    max-width: 800px;
    margin: 40px auto 2.8rem auto;
}

.sec01_Wrap .content_Wrap > figure {
    margin-bottom: 60px;
}

.sec01_Wrap .content_Wrap > figure .cap_Txt {
    bottom: -20px;
}

.sec01_Wrap .content_Wrap h5 {
    background: #aa6f60;
    color: #fff;
    text-align: center;
    padding: .5em 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.sec01_Wrap .content_Wrap .flex {
    gap: 20px;
}

.sec01_Wrap .content_Wrap .flex .cap_Txt {
    font-size: 14px;
    bottom: -2.8rem;
    line-height: 1.3;
}

/*sec02_Wrap
-----------------------------------------------*/

/*背景の装飾*/

.sec02_Wrap .discussion01::after {
    width: 22.2%;
    max-width: 266px;
    height: 75%;
    top: 50%;
    transform: translateY(-50%);
    right: 19%;
    background: url('../img/sec02_bg_deco01.png') no-repeat center / cover;
}

.sec02_Wrap .discussion02::after {
    width: 266px;
    aspect-ratio: 266 / 269;
    top: 50%;
    transform: translateY(-50%);
    left: 28%;
    background: url('../img/sec02_bg_deco02.png') no-repeat center / cover;
}

.sec02_Wrap .discussion03::after {
    width: 180px;
    aspect-ratio: 180 / 182;
    top: 50%;
    transform: translateY(-25%);
    left: 28%;
    background: url('../img/sec02_bg_deco03.png') no-repeat center / cover;
}

.sec02_Wrap .discussion04::after {
    width: 22.2%;
    max-width: 266px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    left: 19%;
    background: url('../img/sec02_bg_deco04.png') no-repeat center / cover;
}

/*TETTE MAIBARA*/

.sec02_Wrap .content_Wrap {
    max-width: 800px;
    margin: 40px auto 60px auto;
}

.sec02_Wrap .content_Wrap h5 {
    font-size: 21px;
    text-align: center;
    padding: .5em 0;
    margin-bottom: 10px;
}

.sec02_Wrap .content_Wrap .flex {
    gap: 20px;
}

/*sec03_Wrap
-----------------------------------------------*/

.sec03_Wrap .discussion_Wrap::after {
    width: 22.2%;
    max-width: 266px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: 18%;
    background: url('../img/sec03_bg_deco01.png') no-repeat center / cover;
}


/*note
-----------------------------------------------*/

#notes_Area {
    background: #eeebe8;
}

.notes {
    padding-top: 0;
}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {






}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

#main_Wrap h2 {
    width: 70%;
}


.lead_Wrap {
    padding: 40px 0 50px;
}

.sec_ttl {
margin: 50px 0;
}

.lead_Wrap .copy h4{
font-size: clamp(28px,5vw,34px);
}

.sec_ttl {
text-align: center;
font-size: clamp(19px,3.51vw,24px);
}


/*MV下
-----------------------------------------------*/
.name_Wrap .flex {
    margin-left: 0%;
}

.name_Wrap p {
    font-size: clamp(15px, 4vw, 21px);
}

/*このページ共通
-----------------------------------------------*/

.sec01_Wrap .inner,.sec02_Wrap .inner,.sec03_Wrap .inner {
    padding-bottom: 60px;
}

/*対談吹き出し部分-----------*/

.discussion_Wrap .comment_block {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.headshot {
    position: relative;
    width: 90px;
    font-size: 12px;
    margin-bottom: 2rem;
}
.headshot::before {
    bottom: -1rem;
}

.headshot.first_time::before {
    bottom: -1rem;
}

.headshot.first_time::after {
    font-size: 10px;
    bottom: -2rem;
}

.fukidasi {
    width: calc((100% - 90px) - 25px);
    font-size: 14px;
    padding: 15px;
    line-height: 1.7;
}

.fukidasi::before {
    width: 25px;
    aspect-ratio: 124 / 48;
    background: url('../img/fukidasi.png') no-repeat center / contain;
    top: 15%;
    left: -25px;
}

.discussion_Wrap.reverse .comment_block .fukidasi::before {
    flex-direction: row-reverse;
    left: auto;
    right: -25px;
    transform: rotate(180deg);
}

.scene {
    width: 100%;
}

.scene.square figure {
    width: 90%;
}

/*sec01_Wrap
-----------------------------------------------*/

/*背景の装飾*/

.sec01_Wrap .discussion_Wrap::after {
    width: 40%;
    height: 90%;
    right: 0%;
}

/*米原イノベーションビレッジ*/

.sec01_Wrap .content_Wrap h5 {
    font-size: 18px;
}


.sec01_Wrap .content_Wrap .flex {
    flex-direction: column;
    gap: 60px;
}

/*sec02_Wrap
-----------------------------------------------*/

/*背景の装飾*/

.sec02_Wrap .discussion01::after {
    width: 40%;
    height: 90%;
    right: 0%;
}

.sec02_Wrap .discussion02::after {
    width: 40%;
    height: 90%;
    left: 0%;
}

.sec02_Wrap .discussion03::after {
    width: 40%;
    height: 85%;
    left: 0%;
    top: 30%;
}

.sec02_Wrap .discussion04::after {
    width: 40%;
    height: 90%;
    left: 0%;
}

/*TETTE MAIBARA*/

.sec02_Wrap .content_Wrap h5 {
    font-size: 18px;
}


.sec02_Wrap .content_Wrap .flex {
    flex-direction: column;
    gap: 20px;
}

/*sec03_Wrap
-----------------------------------------------*/

.sec03_Wrap .discussion_Wrap::after {
    width: 40%;
    height: 90%;
    right: 0%;
}



}