﻿@charset "UTF-8";

/* CSSのID・classの指定はHTML側の「★★★」のついている追加していい箇所以外のID・classは使用しないで追加したHTMLのID・classのみで調整してください */

/*------------------------------
 ページ固有のCSS Styleを記述
------------------------------*/
.forcms_block .mincho{
    font-family: 'Shippori Mincho', serif;
  }
  .forcms_block .kiwi{
    font-family: 'Kiwi Maru', serif;
  }
  .forcms_block .noto{
    font-family: 'Noto Serif JP', serif;
  }
  .forcms_block .noto_sans{
    font-family: 'Noto Sans JP', sans-serif;
  }
  .forcms_block .flex{
    justify-content: space-between;
    display:flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .forcms_block a{
    transition-duration: 0.3s;
  }
  .forcms_block a:hover{
    text-decoration:none;
    opacity:0.7;
  }
  .forcms_block {
    font-size:16px;
    line-height:1.7;
  }
  .forcms_block #map{
    background-color: #f2efeb;
    background-image: url(/cms/feature/staff/haneda/img/anchor-bg.png);
  }
  .forcms_block #map .inner{
    padding: 100px 0;
  }
  .forcms_block #map .map-area{
    background: url(/cms/feature/staff/haneda/img/japanmap.png) center center/contain no-repeat;    
  }
  .forcms_block #map .map-area .map-flex{
    display: flex;
    border-bottom: 1px #000 solid;
    width: 31%;
    column-gap: 10px;
  }
  .forcms_block #map .map-area li:nth-child(1){
    position: relative;
    left: 350px;
    top: 40px;
  }
  .forcms_block #map .map-area li:nth-child(2){
    position: relative;
    left: 290px;
    top: 90px;
  }
  .forcms_block #map .map-area li:nth-child(3){
    position: relative;
    left: 700px;
    top: 180px;
  }
  .forcms_block #map .map-area li:nth-child(4){
    position: relative;
    left: 680px;
    top: 210px;
  }
  .forcms_block #map .map-area li:nth-child(5){
    position: relative;
    left: 450px;
    top: 220px;
  }
  .forcms_block #map .map-area li:nth-child(6){
    position: relative;
    top: -190px;
    left: 210px;
  }
  .forcms_block #map .map-area li:nth-child(7){
    position: relative;
    top: -140px;
    left: -50px;
  }
  .forcms_block #map .map-area li:nth-child(8){
    position: relative;
    left: 40px;
    top: 20px;
  }
  .forcms_block #map .map-area li:nth-child(9){
    position: relative;
    left: 500px;
    top: -60px;    
  }
  .forcms_block #map .map-area li a img{
    height: 100%;
    object-fit: cover;
    margin-top: auto;
  }
  .forcms_block #map .map-area .map-flex .todohuken{
    background: linear-gradient(150deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 25%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 75%);
    border-radius: 30px;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 2px;
    color: #0e3381;
  }
  .forcms_block #map .map-area .map-flex .todohuken .pref-inner{
    border-radius: 30px;
    background-color: #fff;
    padding:10px 0;
    height:100%;
  }
  .forcms_block #map .map-area li .todohuken::before{
    content: '';
    position: absolute;
    left: 0;
    top: -25px;
    width: 50px;
    height: 50px;
  }
  .forcms_block #map .map-area li:nth-child(1) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no1-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(2) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no2-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(3) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no3-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(4) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no4-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(5) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no5-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(6) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no6-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(7) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no7-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(8) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no8-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area li:nth-child(9) .todohuken::before{
    background: url(/cms/feature/staff/haneda/img/no9-todohuken.png) center center/contain no-repeat;
  }
  .forcms_block #map .map-area .map-flex .busho{
    margin-top: 5px;    
    font-size: 14px;
    letter-spacing: -0.1px;
  }
  .forcms_block #map .map-area .map-flex .name{    
    font-size: 18px;
  }
  .forcms_block #map .map-area .map-flex .human-desc{
    width: 70%;
    line-height: 22px;
  }
  .forcms_block #map .map-area .map-flex .human-desc a{
    display: block;
  }
  .forcms_block .sp_display{
    display:none;
  }
  .forcms_block .inner{
    width:1020px;
    margin:0 auto;
  }
  .forcms_block .inner-title{
    width:1020px;
    margin:0 auto;
    position: relative;
  }
  .forcms_block h1{
      background: url(/cms/feature/staff/haneda/img/mv.jpg) center center/cover no-repeat;
      text-align:center;
      padding:6.8vw 0;
    margin:0px;
  }
  .forcms_block h1:before{
    display:none;
  }
  .forcms_block h1 img{
    width:30vw;
  }
  .forcms_block h1 span{
    display:block;
    text-align: center;
  }
  .forcms_block section{
    position:relative;
  }
  .forcms_block #lead{
    background: url(/cms/feature/staff/haneda/img/lead_bg.png) center center/cover no-repeat;
    height: 800px;
  }
  .forcms_block #lead .inner{
    padding-top: 170px;
    height: 100%;
    position: relative;
  }  
  .forcms_block #lead p{
    text-align: center;
    line-height: 2.7;
    font-size: 18px;
  }
  .forcms_block #lead h3{
    font-size:30px;
    color:#FFF;
    margin-bottom:0.8em;
  }
  .forcms_block #lead .img{
    padding-bottom:1px;
    position:relative;
    margin-right:-30px;
    margin-left:0px;
  }
  .forcms_block .lead-logo{
    position: absolute;
    right:70px;
    bottom: 110px;
    width: 434px;
  }   
  
  .forcms_block .anchor{
    position:absolute;
    top:10rem;
  }
        
  .forcms_block .choice .title{    
    width: 100vw;    
    padding-top: 20px;
    padding-bottom: 70px;
    background: url(/cms/feature/staff/haneda/img/blue-title.png) center center/cover no-repeat;
    position: relative;    
  }
  .forcms_block .choice .title.choice-even{
    background-image: url(/cms/feature/staff/haneda/img/navy-title.png);
  }
  .forcms_block .choice .inner-title::before{
    content: '旅客サービス部 旅客サービス1課';   
    display: inline-block; 
    background-color: #0e3381;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 220px;
		top: 160px;
    padding: 0px 20px;
    
  }
  .forcms_block .choice .inner-title.choice-even::before{
    background-color: #0581c8;
  }
  .forcms_block #choice03 .inner-title::before{
    content: '総務部総務課';
    left: 380px;
  }
  .forcms_block #choice04 .inner-title::before{
    content: 'オペレーションマネジメント部 オペレーションサービス1課';
    left: 0px;
  }
  .forcms_block #choice05 .inner-title::before{
    content: '旅客サービス部 旅客サービス2課';
  }
  .forcms_block #choice06 .inner-title::before{
    content: '人事部  人事課';
    left: 380px;
  }
  .forcms_block #choice07 .inner-title::before{
    content: 'オペレーションマネジメント部 オペレーションサービス3課';
    left: 5px;
  }
  .forcms_block #choice08 .inner-title::before{
    content: '旅客サービス部 旅客サービス2課';
  }
  .forcms_block #choice09 .inner-title::before{
    content: '旅客サービス部 旅客サービス5課';
  }
  .forcms_block .choice{
    padding-bottom: 50px;
    background-color: #f2efeb;
  }
  .forcms_block #choice09{
    padding-bottom: 140px;
  }
  .forcms_block .choice .inner-title .title-area{
    position: relative;
    bottom: -30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  .forcms_block .choice .inner-title .title-area::before{
    content: '';
    background: url(/cms/feature/staff/haneda/img/title-border.png) center center/cover no-repeat;
    position: absolute;
    top: -10px;
    right: -30px;
    width: 65px;
    height: 45px;

  }
  .forcms_block .choice .inner-title h4{
    display: inline-block;
  }  
  .forcms_block .choice .inner-title .title-label{
    position: relative;
    left: -15px;
    background-color:#d63212;
    color: #fff;
    font-size: 40px;
    padding: 5px 10px;
  }
  .forcms_block .choice .inner-title .title-label.choice-even{
    background-color:#e3a104;
  }
  .forcms_block .choice .inner-title .middle-font{
    font-size: 28px;
  }
  .forcms_block .choice .inner{
    background-color: #fff;
  }
  .forcms_block .choice img{
    display: inline-block;      
  }
  .forcms_block .choice h5{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 26px;
    color: #0e3381;
    width: 100%;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .forcms_block .choice h5 span{
    font-size: 18px;
  }
  .forcms_block .choice p{
    display: inline-block;
    font-size: 16px;
    line-height: 2.2;
  }
  .forcms_block .choice .flex1 > .newflex{
    display: flex;
    width: 100%;
    margin: 40px 30px 0px 30px; 
    column-gap: 20px;   
  }
  .forcms_block .choice .flex1 > .newflex .img{
    width: calc((100% - 20px) / 2);
  }  
  .forcms_block .choice .flex1 > .newflex .img img{
    width: 100%;
  }
  .forcms_block .choice .flex1 > .newflex .item-desc{
    padding-top: 15%;
    width: calc((100% - 20px) / 2);
    position: relative;
  }
  .forcms_block .choice .flex1 > .newflex .item-desc::before{
    content: '';
    background: url(/cms/feature/staff/haneda/img/sapporo-human1.png) center center/contain no-repeat;
    position: absolute;
    top: -53%;
    left: -15%;
    width: 115%;
    height: 100%;
  }
  .forcms_block #choice02 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/aomori-human.png);
  }
  .forcms_block #choice03 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/ibaraki-human.png);
  }
  .forcms_block #choice04 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/aichi-human.png);
  }
  .forcms_block #choice05 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/nara-human.png);
  }
  .forcms_block #choice06 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/tottori-human.png);
  }
  .forcms_block #choice07 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/kagawa-human.png);
  }
  .forcms_block #choice08 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/kagoshima-human.png);
  }
  .forcms_block #choice09 .flex1 > .newflex .item-desc::before{
    background-image: url(/cms/feature/staff/haneda/img/okinawa-human.png);
  }  
  .forcms_block .choice .flex1 div.img{
    width: 100%;
  }
  .forcms_block .choice .btn {
    display: block;
    margin-bottom: 50px;
  }
  .forcms_block .choice .subfood-flex .btn{
    margin-top: 20px;
  }
  .forcms_block .choice .subfood-flex li .btn p{
    display: inline-block;
    margin-top: 0;
  }  
  .forcms_block .choice .btn p a{     
    background: url(/cms/feature/staff/haneda/img/btn-bg.png) center center/cover no-repeat;    
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 400px;
    height: 80px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    font-family: initial;
  }
  .forcms_block .choice .btn p a.navy-btn{
    background-image: url(/cms/feature/staff/haneda/img/navy-btn-bg.png);
    margin-bottom: 30px;
  }
  .forcms_block .choice .subfood-flex{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    width: calc(100% - 60px);    
    margin: 0 auto 30px auto;
  }
  .forcms_block .choice .subfood-flex li{
    width: calc((100% - 40px) / 2 );
  }
  .forcms_block .choice .subfood-flex li img{
    width: 100%;    
  }
  .forcms_block .choice .subfood-flex li p{
    width: 100%;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
  }

  .forcms_block .dashed {
    background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .forcms_block .city-merit {
    width: calc(100% - 60px);
    margin: 30px auto 0px auto;    
  }
  .forcms_block .city-merit .btn{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .forcms_block .city-merit .btn p a.navy-btn {
    margin-bottom: 60px;
  }
  .forcms_block .city-merit .title-area{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);    
  }
  .forcms_block .city-merit .title-area img{
    position: relative;
    left: -20px;
    top: -30px;
    z-index: 1;
  }
  .forcms_block .city-merit .title-area h4 {
    text-align: center;
    margin-bottom: 20px;  
    display: inline-block;
    position: relative;
    z-index: 2;      
  }
  .forcms_block .city-merit p {
    line-height: 2;
    margin-bottom: 40px;
  }
  .forcms_block .city-merit-title {
    font-size: 24px;
    position: relative;
  }
  .forcms_block .city-merit-title::before {
    content: '';
    background: url(/cms/feature/staff/haneda/img/sub-title-front.png) center center/cover no-repeat;    
    display: inline-block;
    width: 43px;
    height: 9px;
    position: absolute;
    left: -50px;
    top: 8px;
  }
  .forcms_block .city-merit-title::after {
    content: '';
    background: url(/cms/feature/staff/haneda/img/sub-title-back.png) center center/cover no-repeat;
    display: inline-block;
    width: 43px;
    height: 9px;
    position: absolute;
    right: -50px;
    top: 8px;
  }
  .forcms_block .merit-title-bg::after{
    content: '';
    background: url(/cms/feature/staff/haneda/img/sub-title-bg.png) center center/cover no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .forcms_block .choice .flex1{
    align-items: flex-end;
    margin-bottom:50px;
    overflow: visible;
  }
  .forcms_block .choice .flex1 > div{
    width:69%;
  }
  .forcms_block .choice .flex1 > div h4{
    font-size:33px;
    color:#196bba;
    padding-top:0.5em;
    padding-left:1.5em;
    padding-bottom:0.7em;
  }
  .forcms_block .choice .flex1 > div .title{
    position:relative;
    margin-bottom:1.5em;
      background: url(/feature/ca/2024/08/img/choice_title_line.png) left bottom/0.5em repeat-x;
  }
  .forcms_block .choice .flex1 > div .title .illust{
    position:absolute;
    right:0em;
    bottom:0.8em;
  }
  .forcms_block .choice .flex1 > div .comment{
    font-size:18px;
      background: url(/feature/ca/2024/08/img/choice01_comment_bg.png) left top/contain no-repeat;
    padding:3em 3em 2.3em 2em;
    line-height:1.8;
    margin-left:0px;
  }
  
  .forcms_block .choice .flex1 .img{
    position:relative;
    width:30%;
    margin-left:0px;
  }
  
  .forcms_block .choice .flex1 .img .icon{
        position: absolute;
      left: 2em;
      top: 2em;
  }
  .forcms_block .choice .flex2{
    flex-wrap:nowrap;
  }
  .forcms_block .choice .flex2 > div{
    width:54%;
    text-align: center;
  }
  .forcms_block .choice .flex2 > div .title{
    color:#4d98be;
    text-align:center;
      line-height:1.4;
    font-size:24px;
      background: url(/feature/ca/2024/08/img/line_left.png) left 90% no-repeat,url(/feature/ca/2024/08/img/line_right.png) right 90% no-repeat;
  }
  .forcms_block .choice .flex2 > div .title p{
    font-size:15px;
    display:inline-block;
    padding:1em 2em 0 2em;
    margin-bottom:1em;
      background: url(/feature/ca/2024/08/img/comment_left.png) left bottom/1.534em no-repeat,url(/feature/ca/2024/08/img/comment_right.png) right bottom/1.534em no-repeat;
  }
  .forcms_block .choice .flex2 > div .title + p{
    font-size:17px;
    width:90%;
    margin:2em auto;
    text-align: left;
  }
  .forcms_block .choice .flex2 > div .title + p span{
    font-size:14px;
  }
  .forcms_block .choice .flex2 > div .btn p{
    text-align:center;
  }
  .forcms_block .choice .flex2 > div .btn p a{
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    color:#FFF;
    font-weight:bold;
    margin:0 auto;
    width:22.85em;
    height:4.5em;
    margin-bottom:0.7em;
      font-family: 'Noto Sans JP', sans-serif;
      background: url(/feature/ca/2024/08/img/btn_bg.png) left bottom/contain no-repeat;
  }
  .forcms_block .choice .flex2 > div .btn p a:hover{
    opacity:1;
      background: url(/feature/ca/2024/08/img/btn_bg_over.png) left bottom/contain no-repeat;
  }
  .forcms_block .choice .flex2 > div .btn p:last-child a{
    margin-bottom:0px;
  }  
  .forcms_block .choice.reverse .flex1 .img{
    order:1;
  }
  .forcms_block .choice.reverse .flex1 > div{
    order:2;
  }
  .forcms_block .choice.reverse .flex2 .img{
    order:2;
    margin-left:0px;
  }
  .forcms_block .choice.reverse .flex2 > div{
    order:1;
  }
  .forcms_block .sp-only{
    display: none;
  }
  .forcms_block .choice img.sp-only{
    display: none;
  }
  .forcms_block .japan-map ,
  .forcms_block .section-name ,
  .forcms_block .sp_display{
    display:none;
  }
  .forcms_block .main-link-btn ,
  .forcms_block .sub-link-btn,
  .forcms_block .more-link-btn ,
  .forcms_block .navy-btn{
    background-color:#1770b7;
    color: #fff;
    max-width: 400px;
    height:80px;
    padding: 5px;
    width:86vw;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 60px;
  }
  .forcms_block .sub-link-btn{
    margin:30px auto 50px;
  }
  .forcms_block .more-link-btn ,
  .forcms_block .navy-btn{
    background-color: #1f3e7e;
  }
  .forcms_block .choice .inner{
    padding-bottom: 40px;
  }
  .forcms_block .main-link-btn::before ,
  .forcms_block .sub-link-btn::before ,
  .forcms_block .more-link-btn::before ,
  .forcms_block .navy-btn::before{
    content:"";
    position: absolute;
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    border:1px solid #fff;
    display: block;
  }
  .forcms_block .main-link-btn::after ,
  .forcms_block .sub-link-btn::after ,
  .forcms_block .more-link-btn::after ,
  .forcms_block .navy-btn::after{
    content:"";
    position: absolute;
    right:20px;
    width:12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: transparent;
    transform: rotate(45deg);
  }
@media (min-width:1100px) {
  .forcms_block #map{
      overflow-x: hidden;
  }
}
  
@media (max-width:767px){
    .forcms_block .sp-only ,
    .forcms_block .choice img.sp-only{
      display: block;
    }
    .forcms_block{
      width:100%;
      overflow: hidden;
    }
    .forcms_block h1{
      background-image: url(/cms/feature/staff/haneda/img/sp/mv-sp.jpg);
      height:111.2vw;
      padding-top: 17.73vw;
    }
    .forcms_block .inner{
      width:100%;
    }
    .forcms_block #map .inner{
      padding: 10vw 0;
    }
    .forcms_block h1 img{
      width:72.66vw;
    }
    .forcms_block #lead .inner{
      padding-top: 16vw;
    }
    .forcms_block #lead{
      background-image: url(/cms/feature/staff/haneda/img/sp/lead-sp-bg.jpg);
      height: auto;
      width:100vw;
      padding-bottom: 32vw;
      background-size: contain;
      background-position-y: bottom;
    }
    .forcms_block .lead-logo{
      display: block;
      position: absolute;
      right:5vw;
      bottom: -25vw;
      width:55vw;
    }
    .forcms_block #lead p{
      line-height: 2;
    }
    .forcms_block .japan-map{
      width:90vw;
      height:90vw;
      display: block;
      margin: 0 auto;
    }
    .forcms_block #map .map-area{
      background-image: none;
    }
    .forcms_block #map .map-area{
      padding-top: 12vw;
    }
    .forcms_block #map .map-area li{
      width:100%;
      position: static !important;
      margin-bottom: 4vw;
    }
    .forcms_block #map .map-area .map-flex{
      position: relative;
      width:87.33vw;
      margin: 0 auto;
      border-bottom: none;
      cursor: pointer;
    }
    .forcms_block #map .map-area li a img{
      position: absolute;
      width:13.33vw;
      height:14.13vw;
      z-index: 1;
      left:10vw;
      top: -6.7vw;
    }
    .forcms_block #map .map-area .map-flex .human-desc{
      width: 100%;
    }
    .forcms_block #map .map-area .map-flex .busho ,
    .forcms_block #map .map-area .map-flex .name{
      text-align: center;
    }
    .forcms_block #map .map-area li .todohuken::before{
      width:6.6vw;
      height:9.33vw;
      top: -3.33vw;
      left:2vw;
      z-index: 1;
    }
    .forcms_block #map .map-area .map-flex .todohuken{
      padding:0.5vw;
      height: 8vw;
    }
    .forcms_block #map .map-area .map-flex .todohuken .pref-inner{
      padding:2vw 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .forcms_block #map .map-area .map-flex .todohuken .pref-inner::after{
      content:"";
      background-color: transparent;
      border-top: 2px solid  #0e3381;
      border-right: 2px solid  #0e3381;
      transform: rotate(135deg);
      display: inline-block;
      width: 8px;
      height: 8px;
      position: absolute;
      right: 15px;
      top: 2vw;
    }
    .forcms_block .choice .logo-img{
      width:16.66vw;
      height:16.66vw;
      display: block;
    }
    .forcms_block .choice .inner-title .title-label{
      font-size: 24px;
      padding: 0 10px;
    }
    .forcms_block .choice .inner-title .middle-font{
      font-size: 16px;
    }
    .forcms_block .choice .inner-title .title-area{
      font-size: 14px;
      left: 17.66vw;
      top: -12.66vw;
    }
    .forcms_block .choice .inner-title .title-label{
      left: -3vw;
    }
    .forcms_block .choice .title{
      padding-top: 2.6vw;
      padding-bottom: 0;
      padding-left: 4.66vw;
    }
    .forcms_block .choice .inner-title .title-area::before{
      background-size: contain;
      height:6.4vw;
      width: 9vw;
      top: 0;
      right: -3vw;
    }
    .forcms_block .choice .flex1 > .newflex{
      flex-direction: column;
    }
    .forcms_block .choice .flex1 > .newflex .item-desc::before{
      width:84vw;
      height:45.33vw;
      top:-18vw;
      left: 0;
    }
    .forcms_block .choice .inner-title::before{
      display: none;
    }
    .forcms_block .section-name{
      position: absolute;
      bottom: -4em;
      z-index: 1;
      left: 0;
      line-height: 1.3;
      color: #fff;
      display: block;
    }
    .forcms_block .section-name-line{
      background-color: #0e3381;
      margin-bottom: 4px;
      padding: 0 0.5em;
      display: inline-block;
    }
    .forcms_block .choice-even .section-name-line{
      background-color: #0581C8;
    }
    .forcms_block .choice .flex1 > .newflex .img{
      display: none;
    }
    .forcms_block .choice .flex1 > .newflex .item-desc{
      width:100%;
      padding-top: 30vw;
    }
    .forcms_block .choice .flex1 > .newflex .sp-food-img{
      width:100%;
      height:88.8vw;
      object-fit: cover;
      border-radius: 5px;
    }
    .forcms_block .choice h5{
      text-align: center;
    }
    .forcms_block .choice p{
      margin-top: 3vw;
      line-height: 1.8;
    }
    .forcms_block .choice .flex1{
      margin-bottom: 0;
    }
    .forcms_block .choice .btn{
      padding:0;
    }
    .forcms_block .choice .subfood-flex .btn p a{
      width: 100%;
      height:10.66vw;
      font-size: 14px;
    }
    .forcms_block .choice .mainfood-btn.btn p{
      width:calc(100% - 60px);
    }
    .forcms_block .choice .mainfood-btn.btn p a{
      width:100%;
    }
    .forcms_block .main-link-btn ,
    .forcms_block .more-link-btn ,
    .forcms_block .navy-btn{
      margin:2vw auto 8vw;
    }
    .forcms_block .sub-link-btn{
      width: 100%;
      height: 42px;
      font-size: 12px;
      margin: 2vw auto 6vw;
    }
    .forcms_block .sub-link-btn::after{
      right: 7px;
      width: 6px;
      height: 6px;
      border-width: 1px;
    }
    .forcms_block .choice ,
    .forcms_block #choice09{
      padding-bottom: 0;
    }
    .forcms_block .choice .subfood-flex li p{
      font-size: clamp(12px ,3.5vw ,16px);
      margin-top: 0.8em;
    }
    .forcms_block .city-merit .title-area{
      margin: 0 auto;
      position: relative;
      left:auto;
      transform: none;
      display: block;
    }
    .forcms_block .city-merit .title-area h4{
      display: block;
      margin-bottom: 0;
    }
    .forcms_block .city-merit-title{
      font-size: clamp(18px , 4.8vw , 24px);
      z-index:1;
    }
    .forcms_block .city-merit .title-area img{
      display: none;
    }
    .forcms_block .city-merit-title-right::after{
      content:"";
      position: absolute;
      right: -0.4em;
      top: 0.2em;
      left: auto;
      width: 1em;
      height: 1em;
      background-color:#ecc026;
      width:1em;
      height: 1em;
      border-radius: 0.5em;
      display: block;
      z-index:-1;
    }
    .forcms_block .city-merit-title::before ,
    .forcms_block .city-merit-title::after{
      top:0.6em;
    }
    .forcms_block .choice h5{
      font-size: clamp(20px , 2.66vw , 26px);
    }
    .forcms_block .main-link-btn ,
    .forcms_block .more-link-btn, 
    .forcms_block .navy-btn{
      font-size: clamp(14px ,4.26vw , 18px);
    }
    .forcms_block .main-link-btn::after,.forcms_block .more-link-btn::after, .forcms_block .navy-btn::after{
      right: 15px;
    }
    .forcms_block .city-merit p{
      margin-bottom:5vw;
    }
    .forcms_block .main-link-btn{
      margin-top: 5vw;
    }
    .forcms_block .choice .subfood-flex{
      column-gap: 4.4vw;
    }
    .forcms_block .choice .subfood-flex li{
      width: calc((100% - 4.4vw) / 2);
    }
}

@media (max-width: 767px){
.forcms_block .choice .subfood-flex li img {
    width: 100%;
    height: 28vw;
    object-fit: contain;
}
}

@media (min-width: 768px){
.forcms_block .choice .subfood-flex li img {
   width: 100%;
   height: 320px;
   object-fit: contain;
}
.forcms_block .choice .flex1 > .newflex .img img {
   width: 100%;
   border-radius: 5px;
   height: 470px;
}
}



  
