@charset "utf-8";
#main,
.ap_modal_item{
  color: #393939;
}

#main a,
.ap_modal_item a{
  color: #00b65f;
  text-decoration: underline;
}
#main a:hover,
.ap_modal_item a:hover{
  text-decoration: none;
}

.ap_font_con{
  font-family: "Roboto Condensed", sans-serif;
}

b{
	font-weight: 900;
}

.header_img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_img .section_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.header_title .section_box{
  padding: 20px 0 0;
}

@media (max-width: 767px){
  .container{
    margin-top: 66px;
  }
  .header_img{
    height: 236px;
  }
  .header_img h1{
    position: static;
    padding: 0 !important;
    transform: none;
    font-size: 3.8rem;
    word-break: normal;
  }
}
@media (min-width: 768px){
  .header_img{
    height: 258px;
  }
  #adaptaiton_plan{
    height: 400px;
  }
  .header_img h1{
    position: static;
    line-height: 1;
    transform: none;
    font-size: 5.4rem;
  }
  #adaptaiton_plan h1{
    line-height: 120%;
    font-size: 7.8rem;
  }
.header_title .section_box{
  padding: 80px 25px 0;
}
}

#adaptaiton_plan{
  background-image: linear-gradient(to top, rgba(0, 69, 101, .55) 0%, rgba(0, 69, 101, .55) 100%), url("../jpg/adaptaiton_plan_h_img.jpg");
}
.header_img.development_process{
  background-image: url("../jpg/development_process_h_img.jpg");
}
.header_img.nap_process{
  background-image: url("../jpg/nap_process_h_img.jpg");
}
.header_img h1{
  text-transform: uppercase;
}
@media (max-width: 767px){
  .header_img.status_of_adaptation{
    background-image: url("../jpg/status_of_adaptation_h_img_sp.jpg");
  }
  .header_img.finance{
    background-image: url("../jpg/finance_h_img_sp.jpg");
  }
  .header_img.monitoring{
    background-image: url("../jpg/monitoring_h_img_sp.jpg");
  }
}
@media (min-width: 768px){
  .header_img.status_of_adaptation{
    background-image: url("../jpg/status_of_adaptation_h_img.jpg");
  }
  .header_img.finance{
    background-image: url("../jpg/finance_h_img.jpg");
  }
  .header_img.monitoring{
    background-image: url("../jpg/monitoring_h_img.jpg");
  }
}

.header_title h1{
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
	margin-bottom: 0.5em;
}
.header_title h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  background: #000;
  width: 21px;
  height: 2px;
}
@media (max-width: 767px){
  .header_title h1{
    line-height: 1.1176;
    font-size: 4rem;
  }
}
@media (min-width: 768px){
  .header_title h1{
    line-height: 1;
    font-size: 5.4rem;
  }
}



@media (max-width: 767px){
  .section_box{
    width: 92.5%;
  }
  .section_box_inner{
    margin-right: auto;
    margin-left: auto;
    width: 94.23%;
  }
}
@media (min-width: 768px){
  .section_box{
    /* width: 1160px; */
    padding-right: 25px;
    padding-left: 25px;
    width: auto;
    max-width: 1160px;
  }
  .section_box_inner{
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
  .footer_wave{
    background-color: #efefef;
  }
}
@media (min-width: 1160px){
  .section_box{
    padding-right: 0;
    padding-left: 0;
  }
}


/* Nav */
.ap_pagenav{
  display: block !important;
}
.ap_pagenav .section_box{
  padding-top: 0;
  padding-bottom: 0;
}
.ap_pagenav ul{
  margin: 0;
}
.ap_pagenav a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00b65e;
  transition: opacity .2s;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.6rem;
}
.ap_pagenav a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 6.6116%;
  display: block;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.ap_pagenav a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .ap_pagenav li{
    margin-bottom: 10px;
  }
  .ap_pagenav a{
    border-radius: 22.5px;
    height: 45px;
    line-height: 1;
  }
}
@media (min-width: 768px){
  .ap_pagenav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8621%;
  }
  .ap_pagenav li{
    margin: 0;
    width: 100%;
    flex: 1 1 auto;
    align-self: stretch;
  }
  .ap_pagenav a{
    border-radius: 24px;
    padding-right: 12%;
    padding-left: 6%;
    height: 48px;
    line-height: 1;
    letter-spacing: -.02em;
  }
}

@media (max-width: 767px){
  .ap_anchor{
    margin-top: -80px;
    padding-top: 80px;
  }
  .ap_anchor_02{
    margin-top: -66px;
    padding-top: 66px;
  }
}
@media (min-width: 768px){
  .ap_anchor{
    margin-top: -110px;
    padding-top: 110px;
  }
  .ap_anchor_02{
    margin-top: -90px;
    padding-top: 90px;
  }
}


/* Background */
.ap_bg_c01{
  background-color: #e5f8ef !important;
}
.ap_bg_c02{
  background-color: #d7e7f7 !important;
}


/* Type */
.ap_lead{
  font-weight: 500;
}
.ap_common_heading,
.ap_modal_heading{
  font-weight: 400;
  font-family: inherit !important;
  text-transform: uppercase;
}
.ap_common_heading{
  position: relative;
  z-index: 1;
}
.ap_common_heading_02{
  font-weight: 700;
  font-family: inherit !important;
  text-transform: uppercase;
}
.ap_section_image{
  text-align: center;
}
@media (max-width: 767px){
  .ap_section_text,
  .ap_section_notice{
    font-size: 1.7rem;
  }
  .ap_section_text{
    line-height: 1.55;
  }
  .ap_section_text_sm{
    font-size: 1.15rem;
  }
  .ap_section_notice{
    line-height: 1.22;
  }
  .ap_common_heading{
    font-size: 2.75rem;
  }
  .ap_common_heading_02{
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 2.8rem;
  }
  .ap_modal_heading{
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 3rem;
  }
  .ap_section_image{
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .ap_responsive_image{
    overflow: auto;
    padding-bottom: 20px;
  }
  .ap_responsive_image img{
    max-width: none;
  }
}
@media (min-width: 768px){
  .ap_section_text,
  .ap_section_text_sm{
    line-height: 2.8rem;
    font-size: 1.8rem;
  }
  .ap_section_notice{
    line-height: 1.5556;
    font-size: 1.8rem;
  }
  .ap_common_heading,
  .ap_modal_heading{
    margin-bottom: 18px;
    line-height: 1.2857;
    font-size: 4.2rem;
  }
  .ap_common_heading_02{
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.9;
    font-size: 2.8rem;
  }
  .ap_section_image{
    margin-top: 40px;
    margin-bottom: 40px;
  }
}


/* Buttons */
.ap_button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-image: url("../png/ap_icon_arrow-2.png");
  background-repeat: no-repeat;
  transition: opacity .2s;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
}
.ap_button:hover{
  opacity: .5;
}
@media (max-width: 767px){
  .ap_button{
    display: flex;
    border-radius: 33.5px;
    background-position: right 26px center;
    background-size: 15px auto;
    width: 100%;
    height: 67px;
  }
}
@media (min-width: 768px){
  .ap_button{
    border-radius: 35px;
    background-position: right 27px center;
    background-size: 16px auto;
    width: 360px;
    height: 70px;
  }
}

.ap_centerbutton{
  text-align: center;
}
.ap_centerbutton_button{
  background-color: #00b65f;
  transition: opacity .2s;
  color: #fff !important;
  text-decoration: none !important;
}
.ap_centerbutton_button:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .ap_centerbutton{
    margin-top: 24px;
  }
  .ap_centerbutton_button,
  .ap_centerbutton_textlink{
    display: block;
  }
  .ap_centerbutton_button{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33.5px;
    padding-right: 20px;
    padding-left: 20px;
    height: 67px;
    line-height: 1.1765;
    font-size: 1.7rem;
  }
  .ap_centerbutton_textlink{
    display: inline-block;
    margin-top: 20px;
    line-height: 1;
    font-size: 1.8rem;
  }
  .ap_centerbutton_textlink .icon{
    margin-left: 6px;
    width: 21px;
  }
}
@media (min-width: 768px){
  .ap_centerbutton{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ap_centerbutton_button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    border-radius: 35px;
    padding-right: 33px;
    padding-left: 33px;
    height: 70px;
    font-size: 1.8rem;
  }
  .ap_centerbutton_textlink{
    display: inline-block;
    margin-top: 20px;
    line-height: 1;
    font-size: 1.8rem;
  }
  .ap_centerbutton_textlink .icon{
    margin-left: 6px;
    width: 21px;
  }
}

/* comingsoon */
.comingsoon_btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: opacity .2s;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
    margin: 0 auto;
}
@media (max-width: 767px){
  .comingsoon_btn{
    display: flex;
    border-radius: 33.5px;
    background-position: right 26px center;
    background-size: 15px auto;
    width: 100%;
    height: 67px;
  }
}
@media (min-width: 768px){
  .comingsoon_btn{
    border-radius: 35px;
    background-position: right 27px center;
    background-size: 16px auto;
    width: 360px;
    height: 70px;
      margin: 0 auto;
  }
}


/* Lists */
.ap_linklist_link{
  position: relative;
}
.ap_linklist_link::before{
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #00b65f;
}
@media (max-width: 767px){
  .ap_linklist{
    font-size: 1.4rem;
  }
  .ap_linklist_link,
  .ap_linklist_text{
    padding-left: 14px;
  }
  .ap_linklist_link::before{
    top: 9px;
    left: 0;
    border-radius: 4.5px;
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 768px){
  .ap_linklist_link,
  .ap_linklist_text{
    padding-left: 19px;
  }
  .ap_linklist_link::before{
    top: 9px;
    left: 0;
    border-radius: 6px;
    width: 12px;
    height: 12px;
  }
}


/* Lead */
@media (max-width: 767px){
  .ap_lead_image{
    margin-bottom: 37px;
  }
  .ap_lead_image img{
    border-radius: 7px;
  }
}
@media (min-width: 768px){
  .ap_lead_image{
    float: left;
    margin-right: 2.3276%;
    width: 45.431%;
  }
  .ap_lead_image img{
    border-radius: 15px;
  }
  .ap_lead{
    overflow: hidden;
  }
}
@media (min-width: 1160px){
}


/* Border Box */
.ap_border_box_inner,
.ap_border_box_button{
  position: relative;
  z-index: 1;
}
@media (max-width: 767px){
  .ap_border_box_inner{
    margin-right: auto;
    margin-left: auto;
    width: 94.23%;
  }
  .ap_border_box_inner.top_image{
    display: flex;
    flex-direction: column;
  }
  .ap_border_box_inner.top_image .ap_border_box_title{
    order: 2;
  }
  .ap_border_box_inner.top_image .ap_border_box_image{
    order: 1;
  }
  .ap_border_box_inner.top_image .ap_border_box_text{
    order: 3;
  }
}
@media (min-width: 768px){
  .ap_border_box_wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ap_border_box_inner{
    display: grid;
    grid-template-columns: 45% 51%;
    column-gap: 4%;
    row-gap: 0;
  }
  .ap_border_box_title{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .ap_border_box_image{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .ap_border_box_text{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

.ap_border_box,
.ap_border_box_white,
.ap_border_box_green{
  position: relative;
}
.ap_border_box::before,
.ap_border_box_white::before,
.ap_border_box_green::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  border-style: solid;
  height: 100%;
  transform: translateX(-50%);
}
.ap_border_box::before{
  border-color: #efefef;
}
.ap_border_box_white::before{
  border-color: #fff;
}
.ap_border_box_green::before{
  border-color: #e5f8ef;
}
.ap_border_box_title{
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
}
.ap_border_box_text{
  margin: 0;
}
.ap_border_box_image img{
  display: block;
}
.ap_border_box_image_notice{
  margin: 0;
  text-align: right;
}
.ap_border_box_button{
  text-align: center;
}
@media (max-width: 767px){
  .ap_border_box,
  .ap_border_box_white,
  .ap_border_box_green{
    margin-bottom: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .ap_border_box:last-child,
  .ap_border_box_white:last-child,
  .ap_border_box_green:last-child{
    margin-bottom: 0;
  }
  .ap_border_box::before,
  .ap_border_box_white::before,
  .ap_border_box_green::before{
    border-width: 14px;
    border-radius: 14px;
    width: 85.88%;
  }
  .ap_border_box_title,
  .ap_border_box_text{
    align-self: stretch;
  }
  .ap_border_box_title{
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
  .ap_border_box_image{
    margin-bottom: 20px;
  }
  .ap_border_box_image img{
    border-radius: 7px;
  }
  .ap_border_box_image_notice{
    font-size: 1.1rem;
  }
  .ap_border_box_button{
    margin-top: 20px;
  }
}
@media (min-width: 768px){
  .ap_border_box::before,
  .ap_border_box_white::before,
  .ap_border_box_green::before{
    top: -45px;
    border-width: 15px;
    border-radius: 15px;
    width: 86.2069%;
    height: calc(100% + 90px);
  }
  .ap_border_box_title,
  .ap_border_box_text{
    align-self: stretch;
  }
  .ap_border_box_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    font-size: 4.2rem;
  }
  .ap_border_box_image img{
    border-radius: 15px;
  }
  .ap_border_box_image_notice{
    font-size: 1.2rem;
  }
  .ap_border_box_button{
    margin-top: 40px;
  }
}

.ap_thumbbox_item a{
  transition: opacity .2s;
  color: inherit !important;
  text-decoration: none !important;
}
.ap_thumbbox_item a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .ap_thumbbox_items{
    padding-right: 7.2464%;
    padding-left: 7.2464%;
  }
  .ap_thumbbox_item .image{
    margin-bottom: 5px;
  }
  .ap_thumbbox_item .image img{
    border-radius: 7px;
  }
  .ap_thumbbox_item .text{
    line-height: 1.2;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px){
  .ap_thumbbox_items{
    display: flex;
    flex-wrap: wrap;
    gap: 3.4%;
	justify-content: center;
  }
  .ap_thumbbox_item{
    width: 31%;
    max-width: 31%;
    flex: 0 0 31%;
  }
  .ap_thumbbox_item .image{
    margin-bottom: 5px;
  }
  .ap_thumbbox_item .image img{
    border-radius: 15px;
  }
  .ap_thumbbox_item .text{
    line-height: 1.2222;
    font-size: 1.8rem;
  }
  /*.ap_thumbbox_items .ap_section_notice{
    width: 100%;
    flex: 0 0 100%;
  }*/
}

.ap_box_footer_nav,
.ap_section_footer_nav{
  line-height: 1;
  text-align: right;
}
.ap_box_footer_nav a,
.ap_section_footer_nav a{
  display: inline-block;
  background-image: url("../png/ap_icon_arrow_02-3.png");
  background-position: left center;
  background-repeat: no-repeat;
  transition: opacity .2s;
  color: #00b65f !important;
  text-decoration: none !important;
}
.ap_box_footer_nav a:hover,
.ap_section_footer_nav a:hover{
  opacity: .5;
}
@media (max-width: 767px){
  .ap_box_footer_nav a,
  .ap_section_footer_nav a{
    margin-left: 1em;
  }
  .ap_box_footer_nav a{
    background-size: 15px 15px;
    padding-left: 22px;
    min-height: 15px;
    line-height: 15px;
    font-size: 1.2rem;
  }
  .ap_section_footer_nav a{
    background-size: 21px 21px;
    padding-left: 28px;
    min-height: 21px;
    line-height: 1.2;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px){
  .ap_box_footer_nav a,
  .ap_section_footer_nav a{
    margin-left: 35px;
    background-size: 24px 24px;
    padding-left: 35px;
    min-height: 24px;
    line-height: 24px;
    font-size: 2rem;
  }
}



/* Lineup */
.ap_lineup_item_title,
.ap_lineup_item_text{
  line-height: 1.5714;
  letter-spacing: normal;
}
.ap_lineup_item_title{
  margin-bottom: .35em;
  font-weight: 500;
}
.ap_lineup_item_text{
  margin: 0;
}
@media (max-width: 767px){
  .ap_lineup_item{
    margin-bottom: 23px;
  }
  .ap_lineup_item_image{
    margin-bottom: 20px;
  }
  .ap_lineup_item_image img{
    border-radius: 7.5px;
  }
  .ap_lineup_item_title,
  .ap_lineup_item_text{
    font-size: 1.5rem;
  }
}
@media (min-width: 768px){
  .ap_lineup{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.4%;
    row-gap: 40px;
  }
  .ap_lineup_item{
    width: 31.7%;
    max-width: 31.7%;
    flex: 0 0 31.7%;
  }
  .ap_lineup_item_image{
    margin-bottom: 15px;
  }
  .ap_lineup_item_image img{
    border-radius: 15px;
  }
  .ap_lineup_item_title,
  .ap_lineup_item_text{
    font-size: 1.4rem;
  }
}



/* Breadcrumb */
.ap_common_breadcrumb{
  display: block !important;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
}
.ap_common_breadcrumb li{
  margin: 0;
  padding-left: 10px;
}
.ap_common_breadcrumb li:first-child{
  padding-left: 0;
}
.ap_common_breadcrumb li::after{
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  vertical-align: middle;
}
.ap_common_breadcrumb li:last-child::after{
  display: none;
}
.ap_common_breadcrumb a{
  margin-right: 5px;
  transition: opacity .2s;
  color: inherit;
}
.ap_common_breadcrumb a:hover{
  opacity: .5;
}
.ap_common_breadcrumb .section_box{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ap_common_breadcrumb_inner{
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px){
  .ap_common_breadcrumb_inner{
    display: none;
  }
  .ap_common_breadcrumb .update{
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: right;
  }
  .container > .ap_common_breadcrumb{
    margin-top: 85px;
  }
}
@media (min-width: 768px){
  .ap_common_breadcrumb{
    padding-top: 24px;
    line-height: 1;
    font-size: 1.4rem;
  }
  .ap_common_breadcrumb .section_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ap_common_breadcrumb .update{
    margin: 0;
    text-align: right;
  }
}


/* Menu */
.ap_common_contents{
  background-color: #efefef;
}
.ap_common_contents .section_box{
  padding-top: 0;
  padding-bottom: 0;
}
.ap_border_box_wrapper .ap_common_contents_items{
  position: relative;
  z-index: 1;
}
.ap_common_contents_item{
  display: flex;
  background-color: #fff;
}
.ap_common_contents_item .image{
  width: 31.4387%;
  max-width: 31.4387%;
  flex: 0 0 31.4387%;
}
.ap_common_contents_item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap_common_contents_item .image .notice{
  margin-top: .25em;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1rem;
}
.ap_common_contents_item .wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding-right: 5%;
  padding-left: 5%;
}
.ap_common_contents_item .title{
  font-weight: 700;
  text-transform: uppercase;
}
.ap_common_contents_item .text,
.ap_common_contents_item .more{
  margin-left: 0;
  padding-left: 0;
}
.ap_common_contents_item .text{
  flex: 1 1 auto;
}
@media (max-width: 767px){
  .ap_common_contents{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ap_common_contents_item{
    margin-bottom: 30px;
  }
  .ap_common_contents_item:last-child{
    margin-bottom: 0;
  }
  .ap_common_contents_item .wrapper{
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .ap_common_contents_item .title{
    margin-bottom: 12px;
    line-height: 1.85rem;
    font-size: 1.7rem;
  }
  .ap_common_contents_item .text{
    line-height: 1.73rem;
    font-size: 1.1rem;
  }
  .ap_common_contents_item .more{
    margin-top: 20px;
  }
}
@media (min-width: 768px){
  .ap_common_contents{
    padding-top: 80px;
    padding-bottom: 184px;
  }
  .ap_common_contents_items{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.0172%;
    row-gap: 38px;
  }
  .ap_common_contents_item{
    width: 48.4483%;
    max-width: 48.4483%;
    flex-basis: 48.4483%;
  }
  .ap_common_contents_item:nth-child(odd){
    margin-left: 0;
  }
  .ap_common_contents_item .wrapper{
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .ap_common_contents_item .title{
    margin-bottom: 10px;
    line-height: 1.06;
    font-size: 2.8rem;
  }
  .ap_common_contents_item .more{
    margin-top: 20px;
  }
}


/* Accordion */
.ap_accordion{
  margin-top: 0;
  border-bottom: 1px solid #393939;
}
.ap_accordion_toggle{
  border-top: 1px solid #393939;
  background-image: url("../svg/ap_icon_plus.svg");
  background-repeat: no-repeat;
  transition: all .2s;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.ap_accordion_toggle.active{
  background-image: url("../svg/ap_icon_minus.svg");
}
@media (max-width: 767px){
  .ap_accordion{
    margin-bottom: 25px;
  }
  .ap_accordion_toggle{
    background-position: right center;
    background-size: 25px auto;
    padding-top: 30px;
    padding-right: 45px;
    padding-bottom: 30px;
    line-height: 1.12;
    font-size: 2.4rem;
  }
  .ap_accordion_content{
    padding-bottom: 25px;
    padding-left: 0;
  }
}
@media (min-width: 768px){
  .ap_accordion{
    margin-bottom: 40px;
  }
  .ap_accordion_toggle,
  .ap_accordion_content{
    padding-right: 20px;
    padding-left: 20px;
  }
  .ap_accordion_toggle{
    background-position: right 25px center;
    background-size: 24px auto;
    padding-top: 28px;
    padding-right: 67px;
    padding-bottom: 28px;
    font-size: 3rem;
  }
  .ap_accordion_content{
    padding-bottom: 40px;
  }
}



/* TOP */
@media (max-width: 767px){
}
@media (min-width: 768px){
  .ap_top_lead{
    margin-bottom: 100px;
  }
}


.acronyms-list{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.acronyms-list li{
	margin: 0;
}

/* Interview
=============================== */
.ap_interview_heading{
  border-bottom: 1px solid #000;
  font-family: inherit;
}
.ap_interview_date{
  line-height: 1;
}
@media (max-width: 767px){
  .ap_interview_heading{
    margin-bottom: 35px;
    padding-bottom: 25px;
    line-height: 1.55;
    font-size: 1.8rem;
  }
  .ap_interview_date{
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
  .ap_interview_image{
    margin-bottom: 30px;
  }
  .ap_interview_image img{
    border-radius: 7.5px;
  }
  .ap_interview_body h3{
    margin-top: 60px;
    margin-bottom: 1em;
    line-height: 1.16;
    font-size: 2.4rem;
  }
  .ap_interview_body p{
    line-height: 1.5556;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px){
  .ap_interview_heading,
  .ap_interview_body h3{
    line-height: 1.1667;
    font-size: 2.4rem;
  }
  .ap_interview_heading{
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
  .ap_interview_date{
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .ap_interview_image{
    margin-bottom: 30px;
  }
  .ap_interview_image img{
    border-radius: 15px;
  }
  .ap_interview_body h3{
    margin-top: 60px;
    margin-bottom: 1em;
  }
  .ap_interview_body p{
    line-height: 1.5556;
    font-size: 1.8rem;
  }
}



/* Scroll Table
=============================== */
.ap_scrolltable_wrapper,
.ap_responsive_image{
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}

.ap_scrolltable{
  margin: 0;
}
.ap_scrolltable th,
.ap_scrolltable td{
  border: none;
  background: none;
  padding-right: .4em;
  padding-left: .4em;
  line-height: 1.2;
  color: inherit;
  font-weight: normal;
  text-align: center;
  word-break: normal;
}
.ap_scrolltable{
  /* width: 1464px; */
  table-layout: fixed;
}
.ap_scrolltable .bg_01{
  background-color: #e7e6e6;
}
.ap_scrolltable .bg_02{
  background-color: #e2eeda;
}
.ap_scrolltable .bg_03{
  background-color: #c6e2f8;
}
.ap_scrolltable .border_right{
  position: relative;
}
.ap_scrolltable .border_right::before{
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  background-color: #261f1c;
  width: 1px;
  height: calc(100% - 16px);
}
.ap_scrolltable .border_bottom{
  border-bottom: 1px solid #261f1c;
}
.ap_scrolltable .border_bottom_bold{
  border-bottom: 1.5px solid #261f1c;
}
.ap_scrolltable .border_top_bold{
  border-top: 1.5px solid #261f1c;
}
.ap_scrolltable .valign_mid{
  vertical-align: middle;
}
.ap_scrolltable .color_01{
  color: #009fe6;
}
.ap_scrolltable a{
  transition: opacity .2s;
  color: #009fe6 !important;
  text-decoration: none !important;
  display: block;
}
.ap_scrolltable a:hover{
  opacity: .5;
}
@media (max-width: 767px){
  .ap_scrolltable_wrapper{
    height: 480px;
  }
  .ap_scrolltable{
    width: 1000px;
  }
}
@media (min-width: 768px){
  .ap_scrolltable_wrapper{
    width: 100%;
    height: 740px;
  }
  .ap_scrolltable{
    width: 100%;
  }
  .ap_scrolltable .r04 th{
    font-size: 1.2rem;
  }
}



/* Modal
=============================== */
.ap_modal_opened{
  overflow: hidden;
}
.ap_modal_opened,
.ap_modal_opened .gnav-wrapper{
  padding-right: 15px;
}
.ap_modal_item{
  display: none;
  transition: all .5s;
  opacity: 0;
}
.ap_modal_item.active{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  animation: fadeIn .3s ease-in 0s forwards;
  opacity: 1;
}
.ap_modal_item.hide{
  animation: fadeOut .3s ease-in 0s forwards;
}
.ap_modal_item_inner{
  position: relative;
  z-index: 1;
}
.ap_modal_content{
  position: relative;
}
.ap_modal_content_inner{
  position: relative;
  background: #fff;

  background-clip: padding-box;
  pointer-events: auto !important;
}
.ap_modal_item_close{
  position: absolute;
  background: url("../png/ap_icon_modal_close.png") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: all .2s;
}
.ap_modal_item_close:hover{
  opacity: .5;
  cursor: pointer;
}
@media (max-width: 767px){
  .ap_modal_content{
    padding: 16px;
  }
  .ap_modal_content_inner{
    padding: 30px 25px;
    line-height: 1.55;
    font-size: 1.7rem;
  }
  .ap_modal_item_close{
    top: 26px;
    right: 26px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px){
  .ap_modal_content_inner{
    padding: 100px;
    width: 63.28125vw;
    max-width: 810px;
    line-height: 1.5556;
    font-size: 1.8rem;
  }
  .ap_modal_item_close{
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

@keyframes fadeIn{
  0%{
    display: none;
    opacity: 0;
  }
  1%{
    display: block;
    opacity: 0;
  }
  100%{
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut{
  0%{
    opacity: 1;
  }
  100%{
    display: none;
    opacity: 0;
  }
}



/* Perfect Scrollbar
=============================== */
.ps__rail-x,
.ps__rail-y{
  opacity: 1;
}
.ps__thumb-x,
.ps__thumb-y,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x{
  background-color: #00b65f;
}


