@charset "utf-8";
body{
  margin: 0;
}
/*-----------------------------------------------------
@@ 共有
------------------------------------------------------*/
.peopleculture__article{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;

  --bn1: #5bc2dc;
  --bn2: #1a9ad3;
  --bn3: #1a5ad3;
  --bn4: #27b8be;
  --bn5: #1a5998;
}
@media screen and (max-width: 767.9px) {
  .peopleculture__article {
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
  .peopleculture__article{
    min-width: 960px;
  }
}/* PC ここまで================================ */

.peopleculture__article a{
  text-decoration: underline;
  transition-duration:0.3s;
  position: relative;
  text-decoration: none;
  color: #16c5df;
}
.peopleculture__article a:hover{
  opacity: 0.7;
}
.peopleculture__article a.link{
    display: inline-block;
    padding-right: 24px;
    background: url(../images/link.png) no-repeat right center;
    background-size: 16px 16px;
}
.peopleculture__contents {
  /*--gap: clamp(1rem, 6vw, 3rem);*/
  --gap: 20px;
  --full: minmax(var(--gap), 1fr);
  /*--content: min(50ch, 100% - var(--gap) * 2);*/
  --content: min(1000px, 100% - var(--gap) * 2);
  --popout: minmax(0, 82px);
  --feature: minmax(0, 5rem);

  display: grid;
  grid-template-columns:
    [full-start] var(--full)
    [feature-start] var(--feature)
    [popout-start] var(--popout)
    [content-start] var(--content) [content-end]
    var(--popout) [popout-end]
    var(--feature) [feature-end]
    var(--full) [full-end];
  text-align: left;
}

.peopleculture__contents > * {
  grid-column: content;
  position: relative;
}
.peopleculture__contents > .popout {
  grid-column: popout;
}
.peopleculture__contents > .feature {
  grid-column: feature;
}
.peopleculture__contents > .full {
  grid-column: full;
}

/* パンくず */
#breadcrumbs{
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #5bc2dc;
}
#breadcrumbs ul{
  max-width: 916px;
  list-style-type: none;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
}
#breadcrumbs ul > li{
  list-style-type: none;
  font-size: 11px;
  line-height: 1.25;
  display: inline;
}
#breadcrumbs ul > li:not(:last-child):after{
  content: ">";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#breadcrumbs ul > li > a{
  color: #5bc2dc;
  text-decoration: none;
  font-weight: bold;
}
#breadcrumbs ul > li > a:hover{
  color: #1683b1;
}
@media screen and (max-width: 767.9px) {
  #breadcrumbs{
    padding: 15px 15px;
  }
  #breadcrumbs ul > li{
    line-height: 1.5;
    white-space: nowrap;
  }
}

/* topicpath_area */
#suntory_contents .topicpath_area{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    max-width: 1164px;
    margin: 0 auto;
    padding: 10px;
}
#topicpath {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
}
#topicpath > li {
  /*white-space: nowrap;*/
  display: inline;
}
#topicpath > li:not(:last-child):after{
  content: "\03e";
  padding-right: 0.8em;
  padding-left: 0.8em;
}
#topicpath > li > a {
  color: #0066aa;
  text-decoration: none;
}


@media (min-width: 768px) {
  .peopleculture__contents > * {
    min-width: 1000px;
  }
  .sp{display: none;}
}
@media screen and (max-width: 767.9px) {
  .pc{display: none;}
}

/*-----------------------------------------------------
@@ レスポンシブ対策
------------------------------------------------------*/
.peopleculture__article video, .peopleculture__article img, .peopleculture__article object {
    max-width: 100%;
    height: auto;
}

/* YouTube等のiframeを囲む
<div class="video169"><iframe>...</iframe></div> 16:9の場合
<div class="video34"><iframe>...</iframe></div> 4:3の場合
*/
.video169, .video34{
    width:100%;   /*横幅いっぱいにwidthを指定*/
    height:0px;   /*高さはpaddingで指定するためheightは0に*/
    position: relative;
}
.video169{padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/}
.video34 {padding-bottom: 75%;  /*高さをpaddingで指定(4:3)*/}

.video169 iframe, .video34 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*-----------------------------------------------------
@@ メインメニュー
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__header-menu-wrap{
    /*background-color: #16c5df;
    height: 65px;*/
    height: 0;
  }
  .peopleculture__header-menu-wrap__in{
    max-width: 1038px;
    margin: 0 auto;
    /*display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;*/
    position: relative;
    /*padding: 0 10px;*/
  }
  #headermenu-btn {
    content: "";
    display: block;
    width: 67px;
    height: 67px;
    background: url(../images/headermenu-btn-1.png) no-repeat 50% 0;
    background-size: cover;
    position: absolute;
    top: 22px;
    right: 20px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    z-index: 11
  }
  #headermenu-btn.menuopen {
    background: url(../images/headermenu-btn-1.png) no-repeat 50% 100%;
    background-size: cover;
  }

  .peopleculture__link__top{
    display: block;
    color: white !important;
    font-size: 16px;
    font-weight: 700;
    margin-left: 60px;
  }
  .peopleculture__link__pdf{
    display: block;
    color: white !important;
    position: absolute !important;
    left: 178px;
    font-size: 16px;
    font-weight: 700;
  }

  #peopleculture__nav{
    display: none;
  }
  #peopleculture__nav.menuopen{
    display: block;
    background-color: #16c5df;
    position: absolute;
    top: 92px;
    right: 22px;
    width: 336px;
    z-index: 10;
    /*padding: 24px 70px 30px;*/
    padding: 24px 50px 30px;
    box-sizing: border-box;
  }

  .peopleculture__header-menu{
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    border-bottom: 2px solid white;
    padding-bottom: 26px;
  }
  .peopleculture__header-menu > li{
    background: url(../images/mark01-sp.png) no-repeat 46px 4px,
                url(../images/mmenu/mmenu__arrow1.png) no-repeat 9px 12px;
    background-size: 8px 53px, 28px 28px;
    padding-left: 63px;
    margin-bottom: 0px;
  }
  /*.peopleculture__header-menu > li:not(:first-child){*/
  .peopleculture__header-menu > li{
    background: url(../images/mark01.png) no-repeat 0% 50%;
    background-size: 6px 34px;
    padding-left: 19px;
    margin-bottom: 20px;
  }
  .peopleculture__header-menu > li:last-child{
    margin-right: 0;
    margin-bottom: 0;
  }
  .peopleculture__header-menu > li > a.peopleculture__header-menu__a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: white;
    text-decoration: none;
    padding: 16px 0 15px;
    display: block;
  }

  .peopleculture__header-menu-2 {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
  }
  .peopleculture__header-menu-2 > li:not(:last-child) {
    margin-bottom: 26px;
  }
  .peopleculture__header-menu-2 > li > a,
  .peopleculture__header-menu-2 > li > span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height :1.5;
    color: white;
  }
  .peopleculture__header-menu-2 > li > a span {
    font-size: 13px;
    font-weight: 400;
  }


  .peopleculture__header-menu-3 {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .peopleculture__header-menu-3 > li {
    margin-top: 0.5em
  }
  .peopleculture__header-menu-3 > li > a {
    font-size: 13px;
    line-height :1.25;
    color: white;
  }

  .peopleculture__nav__list--01{
    margin: 27px 0 38px;
    padding: 0;
    list-style-type: none;
  }
  .peopleculture__nav__list--01 > li{
    font-size: 12px;
    line-height: 1;
  }
  .peopleculture__nav__list--01 > li:not(:last-child){
    margin-bottom: 22px;
  }
  .peopleculture__nav__list--01 > li > a{
    display: block;
    border: 1px solid white;
    border-radius: 9999px;
    background-color: #16c5df;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
  }
  .peopleculture__nav__list--01 > li > a:hover{
    background-color: white;
    color: #16c5df;
    opacity: 1;
  }
  .peopleculture__nav__list--01 > li > a > span{
    padding: 16px 0;
  }

  .peopleculture__nav__logo{
    display: none;
    /*margin: 30px 0;*/
  }

  /* メガメニュー */
  .mmenu-s:hover .mmenu{
    opacity: 1;
    visibility: visible;
  }
  .mmenu{
    background-color: rgba(139,220,234, 0.8);
    position: absolute;
    top: 15px;
    left: -589px;
    width: 554px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    padding: 25px 20px;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
    box-sizing: border-box;
  }
/*  .mmenu01{
    left: 0;
  }
  .mmenu02{
    left: 0;
  }
  .mmenu03{
    left: 0;
  }*/
  .mmenu-btn-sp{
    display: none;
  }

  .mmenu__kv{
    background-color: #00a2dc;
  }
  .mmenu__kv img{
    display: block;
    margin: 0 auto;
    width: auto;
    aspect-ratio: 1000 / 336;
    object-fit: cover;
  }
  .mmenu__catch{
    background-color: white;
    margin: 0 0 10px 44px;
    padding: 34px 100px 21px 16px;
    /*padding: 54px 80px 40px 20px;*/
    position: relative;
  }
  .mmenu__title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: white;
    background-color: #01c5e1;
    display: inline-block;
    padding: 12px;
    position: absolute;
    top: -20px;
    left: -44px;
  }
  .mmenu__catch p{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #01c5e1;
    margin: 0;
  }
  .mmenu__seemore{
    position: absolute !important;
    bottom: 12px;
    right: 16px;
    display: block;
    width: 65px;
    height: 31px;
  }
  .mmenu__submenu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
  }
  .mmenu__submenu > li{
    flex: 1;
    font-size: 13px;
    /*background: url(../images/mmenu/more.png) no-repeat 50% 100%;
    background-size: 34px 32px;*/
    background: url(../images/underpage/more1.png) no-repeat left 50% bottom 9px;
    background-size: 33px 34px;
  }
  .mmenu__submenu > li:first-child{
    background-color: var(--bn1);
  }
  .mmenu__submenu > li:nth-child(2){
    background-color: var(--bn2);
  }
  .mmenu__submenu > li:nth-child(3){
    background-color: var(--bn3);
  }
  .mmenu__submenu > li:nth-child(4){
    background-color: var(--bn4);
  }
  .mmenu__submenu > li:nth-child(5){
    background-color: var(--bn5);
  }
  .mmenu__submenu > li > a{
    display: block;
    padding: 25px 0px 54px;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__header-menu-wrap{
    position: relative;
    height: 0;
  }
  .peopleculture__header-menu-wrap__in{
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
  }

  #headermenu-btn{
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/headermenu-btn-1.png) no-repeat 50% 0;
    background-size: cover;
    position: absolute;
    top: 11px;
    right: 25px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    z-index: 11
  }
  #headermenu-btn.menuopen{
    background: url(../images/headermenu-btn-1.png) no-repeat 50% 100%;
    background-size: cover;
  }
  .peopleculture__link__top{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute !important;
    top: 62px;
    right: 20px;
    border: 1px solid white;
    background-color: #16c5df;
    color: white !important;
    line-height: 40px;
    text-align: center;
    z-index: 9;
  }
  .peopleculture__link__pdf{
    display: none;
  }
  #peopleculture__nav{
    display: none;
  }
  #peopleculture__nav.menuopen{
    display: block;
    background-color: #16c5df;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 10
  }

  .peopleculture__header-menu{
    list-style-type: none;
    /*margin: 74px 0 60px 0;*/
    margin: 64px 0 30px 0;
    padding: 0;
  }
  .peopleculture__header-menu > li{
    background: url(../images/mark01-sp.png) no-repeat 46px 15px,
                url(../images/mmenu/mmenu__arrow1.png) no-repeat 9px 26px;
    background-size: 8px 53px, 28px 28px;
    padding-left: 63px;
    margin-bottom: 20px;
    position: relative;
  }
  .peopleculture__header-menu > li:after{
    content: "";
    display: block;
    width: 72%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 8px;
    right: 0;
  }
  .peopleculture__header-menu > li:last-child{
    margin-bottom: 0;
  }
  .peopleculture__header-menu > li > a{
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    line-height: 1.25;
    padding: 26px 0 26px;
    color: white;
    text-decoration: none;
    display: block;
  }

  .peopleculture__header-menu-2 {
    list-style-type: none;
    /*margin: 0 0 30px 0;*/
    margin: 0 20px 30px;
    padding: 0;
    position: relative;
  }
  .peopleculture__header-menu-2 > li:not(:last-child) {
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
  }
  .peopleculture__header-menu-2 > li > a,
  .peopleculture__header-menu-2 > li > span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height :1.5;
    letter-spacing: 0.12em;
    /*margin: 0 auto 19px;*/
    margin: 0 auto 10px;
    /*width: calc(100% - 36px);*/
    color: white;
  }
  .peopleculture__header-menu-2 > li > a span {
    font-size: 15px;
    font-weight: 400;
  }

  .peopleculture__header-menu-3 {
    list-style-type: none;
    margin: 0 0 0 16px;
    padding: 0;
  }
  .peopleculture__header-menu-3 > li {
    margin-bottom: 0.75em;
  }
  .peopleculture__header-menu-3 > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height :1.25;
    letter-spacing: 0.12em;
    margin: 0 auto 19px;
    color: white;
  }

  .peopleculture__nav__list--01{
    width: calc(100% - 36px);
    margin: 0px auto 0px;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 10px; /* 横方向の余白 */
  }
  .peopleculture__nav__list--01 > li{
    flex: 1;
    font-size: 12px;
    line-height: 1;
  }
  .peopleculture__nav__list--01 > li > a{
    display: block;
    border: 1px solid white;
    border-radius: 9999px;
    background-color: #16c5df;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
  }
  .peopleculture__nav__list--01 > li > a:hover{
    background-color: white;
    color: #16c5df;
    opacity: 1;
  }
  .peopleculture__nav__list--01 > li > a > span{
    padding: 16px 0;
  }

  .peopleculture__nav__logo{
    width: 100%;
    margin: 0 0 25px 18px;
    padding-top: 32px; 
    /*border-top: 1px solid white;*/
  }
  .peopleculture__nav__logo img{
    width: 191px;
  }

  /* メガメニュー */
  .mmenu{
    /*display: none;*/
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .mmenu.open{
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .mmenu__kv,
  .mmenu__catch{
    display: none;
  }

  .mmenu-btn-sp{
    display: block !important;
    width: 53px;
    height: 53px;
    background: url(../images/mmenu/mmenu-btn-sp-open.png) no-repeat 50% 50%;
    background-size: 28px 28px;
    position: absolute !important;
    right: 11px;
    top: -1px;
    top: 12px;
    padding: 0 !important;
  }
  .mmenu-btn-sp.open{
    background: url(../images/mmenu/mmenu-btn-sp-close.png) no-repeat 50% 50%;
    background-size: 28px 28px;
  }
  .mmenu-btn-sp:hover{
    opacity: 1 !important;
  }

  .mmenu.open .mmenu__submenu{
    font-size: 0;
    list-style-type: none;
    /*padding: 0 0 0 83px;*/
    padding: 0 0 1px 33px;
    margin: 24px 0 0 0;
  }
  .mmenu__submenu > li{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    margin-bottom: 25px;
  }
  .mmenu__submenu > li:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -37px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/mmenu/mmenu__arrow1.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .mmenu__submenu > li > a{
    color: white;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ KV
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__kv--01{
    height: 532px;
    background: #16c5df url(../images/top_kv.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .peopleculture__kv--01a{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }



  .wave-01--wrap{
    position: relative;
    pointer-events: none;
  }
  .wave--01{
    display: block;
    width: min(100%, 2000px);
    width: 100%;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*mix-blend-mode: multiply;*/
    opacity: 0.75;
  }


  .peopleculture__kv--02{
    height: 420px;
    background: #3cead6;
    background: -moz-linear-gradient(top,  #3cead6 0%, #0d3fad 100%);
    background: -webkit-linear-gradient(top,  #3cead6 0%,#0d3fad 100%);
    background: linear-gradient(to bottom,  #3cead6 0%,#0d3fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cead6', endColorstr='#0d3fad',GradientType=0 );
    position: relative;
    min-width: 1000px;
  }
  .peopleculture__kv--02 .popout{
    height: 420px;
    max-width: 1164px;
    margin: 0 auto;
    position: relative;
  }
  .peopleculture__kv--02a{
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .peopleculture__kv--02a img{
    max-width: 100%;
  }

  .topmessage{
    display: block;
    width: 42%;
    height: auto;
    position: absolute;
    bottom: 29.5%;
    right: 1%;
  }

  .peopleculture__kv--02a__name{
    background-color: rgba(255, 255,255, 0.67);
    width: 288px;
    height: 63x;
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 2;
    padding: 13px 0 9px 12px;
  }
  .peopleculture__kv--02a__name--01{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 3px;
    line-height: 1;
  }
  .peopleculture__kv--02a__name--02{
    font-size: 12px;
    margin: 0 0 6px;
    line-height: 1;
  }
  .peopleculture__kv--02a__name--03{
    font-size: 10px;
    margin: 0;
    line-height: 1.1;
  }

  .peopleculture__kv--02b{
    width: 320px;
    /*height: 314px;*/
    position: absolute;
    top: 24px;
    left: 10.5%;
    z-index: 3;
  }
  .peopleculture__kv--02b--01{
    width: 175px;
    margin-bottom: 8px;
  }
  .peopleculture__kv--02b__p01{
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.466;
    position: relative;
    margin: 0 0 18px 0;
  }

  .peopleculture__kv--02b__p02{
    color: white;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    margin: 0 0 18px 0;
  }

  .messagemovie{
    width: 122px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__kv--01{
    height: 166.933vw;
    background: #16c5df url(../images/top_kv-sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .peopleculture__kv--01a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    padding: 0;
    max-width: 100vw !important;
  }
  .peopleculture__kv--01b{
    display: none;
  }


  .peopleculture__kv--02{
    position: relative;
  }
  .peopleculture__kv--02a{
    position: relative;
  }
  .peopleculture__kv--02a img{
    width: 100%;
    display: block;
  }

  .topmessage{
    display: block !important;
    width: 38.9334vw !important;
    height: auto !important;
    position: absolute;
    bottom: 29vw;
    right: 2vw;
  }

  .peopleculture__kv--02a__name{
    background-color: rgba(255, 255,255, 0.67);
    width: 225px;
    position: absolute;
    right: 0;
    bottom: 4vw;
    z-index: 2;
    padding: 10px 0 10px 10px;
  }
  .peopleculture__kv--02a__name--01{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 3px;
    line-height: 1;
  }
  .peopleculture__kv--02a__name--02{
    font-size: 12px;
    margin: 0 0 6px;
    line-height: 1;
  }
  .peopleculture__kv--02a__name--03{
    font-size: 10px;
    margin: 0;
    line-height: 1.1;
  }

  .wave-01--wrap{
    position: relative;
    pointer-events: none;
  }
  .wave--01{
    display: block;
    width: 100%;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*mix-blend-mode: multiply;*/
    opacity: 0.75;
  }


  .peopleculture__kv--02b{
    background: #3cead6;
    background: -moz-linear-gradient(top,  #3cead6 0%, #0d3fad 100%);
    background: -webkit-linear-gradient(top,  #3cead6 0%,#0d3fad 100%);
    background: linear-gradient(to bottom,  #3cead6 0%,#0d3fad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cead6', endColorstr='#0d3fad',GradientType=0 );
    position: relative;
    padding: 30px 20px 30px;
  }
  .peopleculture__kv--02b--01{
    width: 185px;
    margin-bottom: 8px;
  }
  .peopleculture__kv--02b__p01{
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.333;
    position: relative;
    margin: 0 0 20px 0;
  }
  .peopleculture__kv--02b__p02{
    color: white;
    font-size: 16px;
    line-height: 1.625;
    position: relative;
    margin: 0 0 18px 0;
  }

  .messagemovie{
    width: 122px;
  }

}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ index (1) 2023-12
------------------------------------------------------*/
/*.sec-index-01,
.sec-index-02,
.sec-index-03,
.sec-index-04 {
    overflow-x: hidden;
}*/

@media (min-width: 768px) {

  .sec-index-01 {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 1179px;
    background: url(../images/index_back-01-pc.jpg) no-repeat 50% 0;
    background-size: 1920px auto;
  }
  .sec-index-01-in {
    width: 998px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  .index-img-005 {
    width: 337px;
    height: auto;
    aspect-ratio: 337 / 435;
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .index-img-006 {
    width: 204px;
    height: auto;
    aspect-ratio: 204 / 218;
    position: absolute;
    top: 590px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .catch-index-01 {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt" 1;
    position: absolute;
    top: 852px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .p-index-01 {
    font-size: 16px;
    line-height: 2.47;
    text-align: center;
    font-feature-settings: "palt" 1;
    position: absolute;
    top: 903px;
    right: 0;
    left: 0;
    margin: auto;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-index-01 {
    width: min(600px, 100%);
    margin: 0 auto;
    height: 907px;
    background: url(../images/index_back-01-sp.jpg) no-repeat 50% 0;
    background-size: 600px auto;
  }
  .sec-index-01-in {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  .index-img-005 {
    width: 192px;
    height: auto;
    aspect-ratio: 192 / 250;
    position: absolute;
    top: 96px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .index-img-006 {
    width: 154px;
    height: auto;
    aspect-ratio: 154 / 166;
    position: absolute;
    top: 396px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .catch-index-01 {
    font-size: 20px;
    line-height: 1.475;
    text-align: center;
    font-feature-settings: "palt" 1;
    position: absolute;
    top: 591px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .p-index-01 {
    font-size: 13px;
    line-height: 1.962;
    text-align: center;
    font-feature-settings: "palt" 1;
    position: absolute;
    top: 672px;
    right: 0;
    left: 0;
    margin: auto;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index (2) 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .sec-index-02 {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 589px;
    background: url(../images/index_back-02-pc.jpg) no-repeat 50% 0;
    background-size: 1920px auto;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-index-02 {
    width: min(600px, 100%);
    margin: 0 auto;
    height: 559px;
    padding-bottom: 20px;
    background: #e9fffd url(../images/index_back-02-sp.jpg) no-repeat 50% 0;
    background-size: 600px auto;
  }


}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index (3) 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .sec-index-03 {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    /*max-height: 1399px;*/
    background: url(../images/index_back-03-pc.webp) no-repeat 50% 0;
    /*background-size: 1920px auto;*/
    background-size: cover;
    position: relative;
    padding-top: 73px;
    padding-bottom: 200px;
  }
  .sec-index-03:before {
    content: "";
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 84px;
    background: url(../images/index_back-03-before-pc.png) no-repeat 50% 100%;
    background-size: 1920px auto;
    position: absolute;
    top: -84px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sec-index-03-in {
    width: 998px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }

  .specialcontents__title--01 {
    line-height: 1;
    margin: 0 auto 53px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 389px;
    aspect-ratio: 389 / 31;
  }

  .specialcontents_more {
    display: block;
    width: 150px;
    aspect-ratio: 150 / 39;
    position: absolute !important;
    top: -4px;
    right: calc(50% - 393px);
    z-index: 4;
  }
  .specialcontents_more img {
    display: block;
  }

  .specialcontents__list--01 {
    font-size: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 38px; /* 横方向の余白 */
    row-gap: 36px; /* 縦方向の余白 */
    padding: 0;
  }
  .specialcontents__list--01 > li {
    width: 480px;
    padding: 0;
  }
  .specialcontents__list--01 > li > a {
    display: block;
  }
  .specialcontents__list--01 > li > a:hover {
    opacity: 1;
    filter: contrast(1.1) sepia(0.4);
  }
  .specialcontents__list--01 > li > a > img {
    display: block;
    border-radius: 10px 10px 0 10px;
  }
  .specialcontents__list--01 > li > a > p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #4d4d4d;
    background-color: white;
    padding: 10px 50px 10px 20px;
    margin: 0 0 0 auto;
    border-radius: 0 0 10px 10px;
    display: block;
    width:-moz-fit-content; /* Firefox */
    width: fit-content; /* other browsers */
    max-width: 400px;
    position: relative;
  }
  .specialcontents__list--01 > li > a > p:after {
    content: "";
    width: 25px;
    aspect-ratio: 25 / 15;
    background: url(../images/specialcontents__arrow.png) no-repeat 50% 100%;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 16px;
  }




}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-index-03 {
    width: min(600px, 100%);
    margin: 0 auto;
    /*max-height: 1732px;*/
    background: #9adb7c url(../images/index_back-03-sp.webp?v=20251224) no-repeat 50% 0;
    background-size: 600px auto;
    position: relative;
    padding-top: 57px;
    padding-bottom: 94px;
  }
  .sec-index-03:before {
    content: "";
    width: min(600px, 100%);
    margin: 0 auto;
    height: 20px;
    background: url(../images/index_back-03-before-sp.png) no-repeat 50% 100%;
    background-size: 600px auto;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sec-index-03-in {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    height: 100%;
  }

  .specialcontents__title--01 {
    line-height: 1;
    margin: 0 auto 13px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 312px;
    aspect-ratio: 389 / 31;
  }

  .specialcontents_more {
    display: block;
    width: 121px;
    aspect-ratio: 150 / 39;
    margin: 0 auto 38px;
  }
  .specialcontents_more img {
    display: block;
  }

  .specialcontents__list--01 {
    font-size: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px; /* 縦方向の余白 */
    padding: 0;
    max-width: 330px;
    margin: 0 auto;
  }
  .specialcontents__list--01 > li {
    padding: 0;
  }
  .specialcontents__list--01 > li > a {
    display: block;
  }
  .specialcontents__list--01 > li > a > img {
    display: block;
    border-radius: 10px 10px 0 10px;
  }
  .specialcontents__list--01 > li > a > p {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    color: #4d4d4d;
    background-color: white;
    padding: 6px 35px 6px 13px;
    margin: 0 0 0 auto;
    border-radius: 0 0 10px 10px;
    display: block;
    width:-moz-fit-content; /* Firefox */
    width: fit-content; /* other browsers */
    max-width: calc(100% - 60px);
    position: relative;
  }
  .specialcontents__list--01 > li > a > p:after {
    content: "";
    width: 17px;
    aspect-ratio: 25 / 15;
    background: url(../images/specialcontents__arrow.png) no-repeat 50% 100%;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 12px;
  }


}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index (4) 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .sec-index-04 {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    /*max-height: 1399px;*/
    background: url(../images/index_back-04-pc.webp) no-repeat 50% 100%;
    background-size: 1920px auto;
    position: relative;
    padding-top: 73px;
    padding-bottom: 200px;
  }
  .sec-index-04:before {
    content: "";
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 84px;
    background: url(../images/index_back-04-before-pc.png) no-repeat 50% 100%;
    background-size: 1920px auto;
    position: absolute;
    top: -84px;
    right: 0;
    left: 0;
    margin: auto;
  }


  .hitowashihon__title--01 {
    line-height: 1;
    margin: 0 auto 53px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 528px;
    aspect-ratio: 528 / 38;
  }

  .hitowashihon__box-01 {
    position: relative;
    height: 280px;
  }
  .hitowashihon__box-01:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .hitowashihon__box-01__right {
    position: absolute;
    width: 350px;
    height: 280px;
    top: 0;
    right: calc((100% - 998px) / 2);
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .hitowashihon__box-01__right h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.393;
    color: #037ea0;
    margin: 0 0 19px 0;
    font-feature-settings: "palt" 1;
  }
  .hitowashihon__box-01__right p {
    font-size: 14px;
    line-height: 1.786;
    color: #4d4d4d;
    margin: 0 0 27px 0;
    font-feature-settings: "palt" 1;
  }
  .hitowashihon__seemore {
    display: block;
    width: 150px;
    aspect-ratio: 150 / 39;
    margin: 0;
  }
  .hitowashihon__seemore img {
    display: block;
  }

  .hitowashihon__box-01__left {
    position: absolute;
    width: calc(610px + (100% - 998px) / 2);
    top: 0;
    left: 0;
    border-radius: 0 10px 10px 0;
  }
  .hitowashihon__box-01__left img {
    object-fit: cover;
    object-position: 100% 50%;
    height: 280px;
    display: block;
    margin: 0 0 0 auto;
    border-radius: 0 10px 10px 0;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-index-04 {
    width: min(600px, 100%);
    margin: 0 auto;
    /*max-height: 1732px;*/
    background: url(../images/index_back-04-sp.jpg) no-repeat 50% 100%;
    background-size: 600px auto;
    position: relative;
    padding-top: 57px;
    padding-bottom: 184px;
  }
  .sec-index-04:before {
    content: "";
    width: min(600px, 100%);
    margin: 0 auto;
    height: 20px;
    background: url(../images/index_back-04-before-sp.png) no-repeat 50% 100%;
    background-size: 600px auto;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .hitowashihon__title--01 {
    line-height: 1;
    margin: 0 auto 53px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 248px;
    aspect-ratio: 248 / 69;
  }

  .hitowashihon__box-01 {
    position: relative;
  }
  .hitowashihon__box-01:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .hitowashihon__box-01__right {
    width: min(330px, 100% - 15px);
    margin: 0 auto;
    padding-top: 15px;
  }
  .hitowashihon__box-01__right h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.269;
    color: #037ea0;
    margin: 0 0 18px 0;
    font-feature-settings: "palt" 1;
  }
  .hitowashihon__box-01__right p {
    font-size: 14px;
    line-height: 1.786;
    color: #4d4d4d;
    margin: 0 0 12px 0;
    font-feature-settings: "palt" 1;
  }
  .hitowashihon__seemore {
    display: block;
    width: 120px;
    aspect-ratio: 150 / 39;
    margin: 0;
  }
  .hitowashihon__seemore img {
    display: block;
  }

  .hitowashihon__box-01__left {
    padding-right: 15px;
  }
  .hitowashihon__box-01__left img {
    object-fit: cover;
    object-position: 100% 50%;
    /*height: 160px;*/
    display: block;
    margin: 0 0 0 auto;
    border-radius: 0 10px 10px 0;
    aspect-ratio: 345 / 160;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index (5) 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .sec-index-05 {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    background-color: #f3fbfc;
    background-size: 1920px auto;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sec-index-05:before {
    content: "";
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 140px;
    background: url(../images/index_back-05-before-pc.png) no-repeat 50% 100%;
    background-size: 1920px auto;
    position: absolute;
    top: -140px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .pdf__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #037ea0;
    text-align: center;
    margin: 0 auto 41px;
    padding-top: 65px;
  }

  .pdf__list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px;
    width: 572px;
    margin: 0 auto;
    padding: 0 0 34px;
  }
  .pdf__list > li {
  }
  .pdf__list > li > a {
    display: block;
    width: 274px;
    aspect-ratio: 274 / 61;
  }
  .pdf__list > li > a > img {
    display: block;
  }
  .pdf__btn__report__img {
    width: min(100%, 250px);
    margin: 0 auto 22px;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .sec-index-05 {
    width: min(600px, 100%);
    margin: 0 auto;
    background-color: #f3fbfc;
    background-size: 600px auto;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sec-index-05:before {
    content: "";
    width: min(600px, 100%);
    margin: 0 auto;
    height: 32px;
    background: url(../images/index_back-05-before-sp.png) no-repeat 50% 100%;
    background-size: 600px auto;
    position: absolute;
    top: -32px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .pdf__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #037ea0;
    text-align: center;
    margin: 0 auto 41px;
    padding-top: 65px;
  }

  .pdf__list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px 0;
    width: 250px;
    margin: 0 auto;
    padding: 0 0 34px;
  }
  .pdf__btn__report__img {
    display: none;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ フッタリンク (5) 2023-12
------------------------------------------------------*/
.footer__link__wrap {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #f3fbfc;
}
@media (min-width: 768px) {

  .footer__link__wrap {
    padding: 47px 0 0 0;
  }
  .footer__link__nav {
    width: clamp(960px, 100%, 1038px);
    margin: 0 auto;
    position: relative;
  }
  .footer__link__nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0c62ad;
    background: linear-gradient(to right, #0c62ad 0%, #40cfed 52%, #abde69 75%, #c6edf1 100%);
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer__link {
    font-size: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    row-gap: 26px; /* 縦方向の余白 */
    padding: 31px 0 65px;
  }
  .footer__link > li {
    font-size: 13px;
  }
  .footer__link > li.nav01 {
  }
  .footer__link > li.nav02,
  .footer__link > li.nav03,
  .footer__link > li.nav04,
  .footer__link > li.nav05 {
    width: 189px;
  }

  .footer__link > li > ul {
    font-size: 0;
    list-style-type: none;
    padding: 0;
  }
  .footer__link > li > ul > li {
    font-size: 12px;
  }
  .footer__link > li > ul > li:not(:last-child) {
    margin-bottom: 14px;
  }

  .footer__link a,
  .footer__link span {
    text-decoration: none;
    color: #037ea0;
  }
  .footer__link a:hover {
    text-decoration: underline;
  }
  /*.footer__link > li.nav01 a {
    font-size: 10px;
  }*/

  .footer__link h1 {
    font-size: 14px;
    margin: 0;
    color: #037ea0;
  }

  .footer__link h2 {
    font-size: 13px;
    margin: 0 0 13px;
    padding-bottom: 7px;
    position: relative;
  }
  .footer__link h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0c62ad;
    background: linear-gradient(to right, #0c62ad 0%, #40cfed 52%, #abde69 75%, #c6edf1 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .footer__link > li > h2:not(:first-child) {
    margin-top: 40px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .footer__link__wrap {
    padding: 30px 0 0 0;
  }
  .footer__link__nav {
    width: min(330px, 100% - 30px);
    margin: 0 auto;
    position: relative;
  }
  .footer__link__nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0c62ad;
    background: linear-gradient(to right, #0c62ad 0%, #40cfed 52%, #abde69 75%, #c6edf1 100%);
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer__link {
    font-size: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 5%; /* 横方向の余白 */
    row-gap: 24px; /* 縦方向の余白 */
    padding: 24px 0 65px;
  }
  .footer__link > li {
    font-size: 13px;
  }
  /*.footer__link > li.nav01 {
    width: 100%;
  }*/
  .footer__link > li.nav02,
  .footer__link > li.nav03,
  .footer__link > li.nav04,
  .footer__link > li.nav05 {
    width: 47.5%;
  }

  .footer__link > li > ul {
    font-size: 0;
    list-style-type: none;
    padding: 0;
  }
  .footer__link > li > ul > li {
    font-size: 12px;
  }
  .footer__link > li > ul > li:not(:last-child) {
    margin-bottom: 14px;
  }

  .footer__link a,
  .footer__link span {
    text-decoration: none;
    color: #037ea0;
  }
  .footer__link a:hover {
    text-decoration: underline;
  }
  /*.footer__link > li.nav01 a {
    font-size: 10px;
  }*/

  .footer__link h1 {
    font-size: 14px;
    margin: 0;
    color: #037ea0;
  }

  .footer__link h2 {
    font-size: 13px;
    margin: 0 0 13px;
    padding-bottom: 7px;
    position: relative;
  }
  .footer__link h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0c62ad;
    background: linear-gradient(to right, #0c62ad 0%, #40cfed 52%, #abde69 75%, #c6edf1 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .footer__link > li > h2:not(:first-child) {
    margin-top: 26px;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ 下層ページ 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .underpage__kv {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 358px;
    position: relative;
  }
  .underpage__kv img {
    display: block;
    width: 100%;
    height: 358px;
    object-fit: cover;
  }
  .underpage__kv h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.192;
    text-align: center;
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-feature-settings: "palt" 1;
    text-shadow: 1px 1px 4px black;
  }
  .underpage__kv h2 span {
    font-size: 68px;
  }

  .underpage__contents {
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    background: white url(../images/underpage_back-pc.jpg) no-repeat 50% 0;
    background-size: 1920px auto;
    position: relative;
    padding-top: 28px;
    padding-bottom: 200px;
  }
  .underpage__contents:before {
    content: "";
    width: clamp(1038px, 100%, 1920px);
    margin: 0 auto;
    height: 107px;
    background: url(../images/underpage_back__before-pc.png) no-repeat 50% 100%;
    background-size: 1920px auto;
    position: absolute;
    top: -107px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .underpage__contents__bottom0 {
    padding-bottom: 0;
  }
  .page_description {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 30px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .underpage__kv {
    width: min(600px, 100%);
    margin: 0 auto;
    height: 184px;
    position: relative;
  }
  .underpage__kv img {
    display: block;
    width: 100%;
    height: 184px;
    object-fit: cover;
  }
  .underpage__kv h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.153;
    text-align: center;
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-feature-settings: "palt" 1;
    text-shadow: 1px 1px 4px black;
  }
  .underpage__kv h2 span {
    font-size: 34px;
  }

  .underpage__contents {
    width: min(600px, 100%);
    margin: 0 auto;
    background: white url(../images/underpage_back-sp.jpg) no-repeat 50% 0;
    background-size: 1920px auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 200px;
  }
  .underpage__contents:before {
    content: "";
    width: min(600px, 100%);
    margin: 0 auto;
    height: 28px;
    background: url(../images/underpage_back__before-sp.png) no-repeat 50% 0;
    background-size: 600px auto;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .underpage__contents__bottom0 {
    padding-bottom: 0;
  }

  .page_description {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    margin: 0 15px 30px;
    /*margin: 0 15px;*/
  }


}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ 数字で見る サントリー人本主義 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .figures__list-01,
  .figures__list-02 {
    box-sizing: border-box;
    font-size: 0;
    list-style-type: none;
    background-color: white;
    border-radius: 10px 10px 0 0;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 32px; /* 縦方向の余白 */
  }
  .figures__list-01 {
    padding: 40px 50px 0;
    column-gap: 6%; /* 横方向の余白 */
  }
  .figures__list-02 {
    padding: 32px 50px 110px;
    column-gap: 3.5%; /* 横方向の余白 */
  }

  .figures__list-01 > li {
    width: 47%;
  }
  .figures__list-02 > li {
    width: 31%;
  }
  .figures__list-01 > li.full,
  .figures__list-02 > li.full {
    width: 100%;
  }

  .figures__p-01 {
    font-size: 12px;
    line-height: 1.75;
  }
  .figures__p-02 {
    font-size: 12px;
    line-height: 1.75;
    text-align: right;
  }



}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .figures__list-01,
  .figures__list-02 {
    box-sizing: border-box;
    font-size: 0;
    list-style-type: none;
    background-color: white;
    border-radius: 10px 10px 0 0;
    padding: 20px 0 60px;
    width: min(100% - 15px, 330px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 25px; /* 縦方向の余白 */
  }
  .figures__list-01 {
    flex-direction: column; 
    padding: 20px 0 0;
  }
  .figures__list-02 {
    padding: 25px 0 60px;
    column-gap: 2.42%; /* 横方向の余白 */
  }
  .figures__list-01 > li {
  }
  .figures__list-02 > li {
    width: 48.788%;
  }
  .figures__list-01 > li.full,
  .figures__list-02 > li.full {
    width: 100%;
  }

  .figures__p-01 {
    font-size: 12px;
    line-height: 1.75;
    padding: 0 15px;
  }
  .figures__p-02 {
    font-size: 12px;
    line-height: 1.75;
    padding: 0 15px;
    text-align: right;
  }


}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ AWARDS 2023-12
------------------------------------------------------*/
@media (min-width: 768px) {

  .underpage__kv h2 span.l1 {
    font-size: 90px;
  }
  .underpage__kv h2 span.s1 {
    font-size: 24px;
    display: block;
  }

  .awards__list-01 {
    box-sizing: border-box;
    font-size: 0;
    list-style-type: none;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 32px; /* 縦方向の余白 */
    padding: 40px 50px 120px;
    column-gap: 6%; /* 横方向の余白 */
  }
  .awards__list-01 > li {
    width: 47%;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
  }
  .awards__list-01 > li > img {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
  }
  .awards__list-01 > li > h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.523;
    color: #037e9f;
    margin: 17px 0 0;
    font-feature-settings: "palt" 1;
  }
  .awards__list-01 > li > p {
    font-size: 14px;
    line-height: 1.857;
    margin: 4px 0 0;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .underpage__kv h2 span.l1 {
    font-size: 45px;
  }
  .underpage__kv h2 span.s1 {
    font-size: 12px;
    display: block;
  }

  .awards__list-01 {
    box-sizing: border-box;
    font-size: 0;
    list-style-type: none;
    padding: 0 0 60px;
    width: min(100% - 15px, 330px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px; /* 縦方向の余白 */
    flex-direction: column; 
  }
  .awards__list-01 > li {
    border-radius: 10px;
    padding: 20px 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
  }
  .awards__list-01 > li > img {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
  }
  .awards__list-01 > li > h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.47;
    color: #037e9f;
    margin: 12px 0 0;
    font-feature-settings: "palt" 1;
  }
  .awards__list-01 > li > p {
    font-size: 12px;
    line-height: 1.75;
    margin: 2px 0 0;
  }

}/* スマホ ここまで============================ */














/*-----------------------------------------------------
@@ index 1
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__index--01{
    background: url(../images/peopleculture__index--01-pc.jpg) 50% 50%;
    background-size: cover;
    /*height: 220px;*/
    padding: 44px 0 78px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .peopleculture__index-list--01{
    list-style-type: none;
    /*width: 700px;*/
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 140px;
  }
  .peopleculture__index-list--01 > li{
    flex: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .peopleculture__index-list--01 > li:first-child{
    background-color: var(--bn1);
  }
  .peopleculture__index-list--01 > li:nth-child(2){
    background-color: var(--bn2);
  }
  .peopleculture__index-list--01 > li:nth-child(3){
    background-color: var(--bn3);
  }
  .peopleculture__index-list--01 > li:nth-child(4){
    background-color: var(--bn4);
  }
  .peopleculture__index-list--01 > li:nth-child(5){
    background-color: var(--bn5);
  }
  .peopleculture__index-list--01 > li > a{
    display: block;
    height: 100%;
    padding: 13px 10px 0;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  .peopleculture__index-list--01 > li > a:after{
    content: "";
    display: block;
    width: 95px;
    height: 38px;
    background: url(../images/seemore2.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    right: 10px;
    left: 0;
    bottom: 12px;
    margin: auto;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__index--01{
    background: url(../images/peopleculture__index--01-sp.jpg) 50% 50%;
    background-size: cover;
    /*height: 220px;*/
    padding: 40px 0;
  }

  .peopleculture__index-list--01{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .peopleculture__index-list--01 > li{
    margin: 0;
    padding: 0;
    min-height: 140px;
    width: 50%;
    box-sizing: border-box;
  }
  .peopleculture__index-list--01 > li:first-child{
    background-color: var(--bn1);
  }
  .peopleculture__index-list--01 > li:nth-child(2){
    background-color: var(--bn2);
  }
  .peopleculture__index-list--01 > li:nth-child(3){
    background-color: var(--bn3);
  }
  .peopleculture__index-list--01 > li:nth-child(4){
    background-color: var(--bn4);
  }
  .peopleculture__index-list--01 > li:nth-child(5){
    background-color: var(--bn5);
  }
  .peopleculture__index-list--01 > li > a{
    display: block;
    height: 100%;
    padding: 20px 10px 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  .peopleculture__index-list--01 > li > a:after{
    content: "";
    display: block;
    width: 95px;
    height: 38px;
    background: url(../images/seemore2.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    right: 10px;
    left: 0;
    bottom: 12px;
    margin: auto;
  }

}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ index wave2
------------------------------------------------------*/
@media (min-width: 768px) {

  .wave-02--wrap{
    position: relative;
  }
  .wave--02{
    display: block;
    width: min(100%, 2000px);
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*mix-blend-mode: multiply;*/
    opacity: 0.75;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .wave-02--wrap{
    position: relative;
  }
  .wave--02{
    display: block;
    width: 100%;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*mix-blend-mode: multiply;*/
    opacity: 0.75;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index index 2
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__index--02{
    background: #8de5fa;
    background: -moz-linear-gradient(45deg,  #8de5fa 0%, #e2fcf7 50%, #80d9e0 100%);
    background: -webkit-linear-gradient(45deg,  #8de5fa 0%,#e2fcf7 50%,#80d9e0 100%);
    background: linear-gradient(45deg,  #8de5fa 0%,#e2fcf7 50%,#80d9e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8de5fa', endColorstr='#80d9e0',GradientType=1 );
    padding-bottom: 30px;
  }

  .peopleculture__index--02 img{
    max-width: 100%;
    height: auto;
    display: block;
  }

  .peopleculture__index-btn--01{
    display: block;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 80px 0 100px 105px;
    height: 330px;
    position: relative;
    color: black;
  }
  .peopleculture__index-btn--01 > div:first-child{
    flex: 1;
    z-index: 1;
    padding-top: 36px;
  }
  .peopleculture__index-btn--01 > div:nth-child(2){
    width: 528px;
    margin-left: 34px;
    z-index: 1;
  }
  .peopleculture__index-btn--01:before{/* 背景 */
    content: "";
    background-color: #86d6e0;
    display: block;
    width: 440px;
    height: 268px;
    position: absolute;
    bottom: -34px;
    right: 260px;
  }


  .peopleculture__index-btn--02{
    display: block;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 92px 76px 0;
    height: 330px;
    position: relative;
    color: black;
  }
  .peopleculture__index-btn--02 > div:first-child{
    width: 528px;
    margin-right: 34px;
    z-index: 1;
  }
  .peopleculture__index-btn--02 > div:nth-child(2){
    flex: 1;
    z-index: 1;
    padding-top: 83px;
  }
  .peopleculture__index-btn--02:before{/* 背景 */
    content: "";
    background-color: #8de5e5;
    display: block;
    width: 440px;
    height: 268px;
    position: absolute;
    bottom: -34px;
    left: 360px;
  }


  .catch__index--01{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .catch__index--02{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.555;
    margin-bottom: 16px;
    color: black;
  }
  .catch__index--02 + p{
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 26px;
    color: black;
  }
  .seemore{
    width: 95px;
    height: 38px;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__index--02{
    background: #8de5fa;
    background: -moz-linear-gradient(45deg,  #8de5fa 0%, #e2fcf7 50%, #80d9e0 100%);
    background: -webkit-linear-gradient(45deg,  #8de5fa 0%,#e2fcf7 50%,#80d9e0 100%);
    background: linear-gradient(45deg,  #8de5fa 0%,#e2fcf7 50%,#80d9e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8de5fa', endColorstr='#80d9e0',GradientType=1 );
    padding-top: 75px;
    padding-bottom: 30px;
  }

  .peopleculture__index-btn--01,
  .peopleculture__index-btn--02{
    display: flex;
    justify-content: flex-start;
    flex-direction: column; 
    flex-wrap: wrap;
    margin: 0 auto 30px;
    position: relative;
    color: black;
  }
  .peopleculture__index-btn--01 > div:first-child{
    order: 2;
    padding-bottom: 26px;
    z-index: 1;
  }
  .peopleculture__index-btn--01 > div:nth-child(2){
    order: 1;
    margin-bottom: 8px;
    z-index: 1;
  }
  .peopleculture__index-btn--02 > div:first-child{
    margin-bottom: 8px;
    z-index: 1;
  }
  .peopleculture__index-btn--02 > div:nth-child(2){
    padding-bottom: 26px;
    z-index: 1;
  }

  .peopleculture__index-btn--01:before{/* 背景 */
    content: "";
    background-color: #86d6e0;
    display: block;
    width: 73.066vw;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .peopleculture__index-btn--02:before{/* 背景 */
    content: "";
    background-color: #8de5e5;
    display: block;
    width: 73.066vw;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: -20px;
  }



  .peopleculture__index-btn--01 > div:nth-child(2) img,
  .peopleculture__index-btn--02 > div:first-child img{
    max-width: calc(100vw - 20px);
    margin-right: -20px;
  }



  .catch__index--01{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .catch__index--02{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.555;
    margin-bottom: 24px;
    color: black;
  }
  .catch__index--02 + p{
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 44px;
    color: black;
  }
  .seemore{
    width: 165px;
    height: 66px;
  }


}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index index 3
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__title--01{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
  }

  .peopleculture__index-list--02{
    max-width: 720px;
    margin: 0 auto 30px !important;
    padding: 0;
  }
  .peopleculture__index-list--02-in{
    padding: 10px 5px;
  }
  .peopleculture__index-list--02-in > a{
    display: block;
    background-color: white;
    border-radius: 8px;
    height: 188px;
    color: black;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .peopleculture__index-list--02-in > a p{
    font-size: 12px;
    line-height: 1.5;
    padding: 7px 4px 0;
    margin: 0;
  }

  /* slick */
  .peopleculture__index-list--02 .slick-next {
    right: -35px !important;
  }
  .peopleculture__index-list--02 .slick-prev {
    left: -35px !important;
  }
  .peopleculture__index-list--02 .slick-prev,
  .peopleculture__index-list--02 .slick-next {
    width: 22px! important;
    height: 43px! important;
    top: 40% !important;
  }
  .peopleculture__index-list--02 .slick-arrow:before{
    content:"" !important;
    width: 22px! important;
    height: 43px! important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .peopleculture__index-list--02 .slick-next:before{
    background: url(../images/arrow-01-r.png) !important;
    background-size: contain !important;
  }
  .peopleculture__index-list--02 .slick-prev:before{
    background: url(../images/arrow-01-l.png) !important;
    background-size: contain !important;
  }

  .slide-dots1{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 24px; /* 横方向の余白 */
    margin: 26px auto 0;
    padding: 0;
  }
  .slide-dots1 > li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .slide-dots1 > li.slick-active{
    background-color: #1581ff;
  }
  .slide-dots1 > li > button{
    display: none;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__title--01{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
  }

  .peopleculture__index-list--02{
    max-width: 720px;
    margin: 0 auto 58px;
    padding: 0;
  }
  .peopleculture__index-list--02-in{
    padding: 10px 5px;
  }
  .peopleculture__index-list--02-in > a{
    display: block;
    background-color: white;
    border-radius: 8px;
    width: 177px;
    height: 188px;
    margin: 0 auto;
    color: black;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .peopleculture__index-list--02-in > a p{
    font-size: 12px;
    line-height: 1.5;
    padding: 7px 4px 0;
    margin: 0;
  }

  /* slick */
  .slick-next {
    right: 0px !important;
  }
  .slick-prev {
    left: 0px !important;
  }
  .slick-prev, .slick-next {
    width: 22px! important;
    height: 43px! important;
    top: 40% !important;
  }
  .slick-arrow:before{
    content:"" !important;
    width: 22px! important;
    height: 43px! important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-next:before{
    background: url(../images/arrow-01-r.png) !important;
    background-size: contain !important;
  }
  .slick-prev:before{
    background: url(../images/arrow-01-l.png) !important;
    background-size: contain !important;
  }

  .slide-dots1{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 24px; /* 横方向の余白 */
    margin: 16px auto 0;
    padding: 0;
  }
  .slide-dots1 > li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .slide-dots1 > li.slick-active{
    background-color: #1581ff;
  }
  .slide-dots1 > li > button{
    display: none;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ index index 4
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__index--03{
    background-color: white;
    padding-bottom: 58px;
  }

  .peopleculture__title--02{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .peopleculture__index-list--03{
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .peopleculture__index-list--03-in{
    padding: 0;
    background: #4876f0;
    background: -moz-linear-gradient(top,  #4876f0 0%, #0d7cad 100%);
    background: -webkit-linear-gradient(top,  #4876f0 0%,#0d7cad 100%);
    background: linear-gradient(to bottom,  #4876f0 0%,#0d7cad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4876f0', endColorstr='#0d7cad',GradientType=0 );
    height: 228px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }



  /* slick */
  .peopleculture__index-list--03 .slick-next {
    right: -57px !important;
  }
  .peopleculture__index-list--03 .slick-prev {
    left: -57px !important;
  }
  .peopleculture__index-list--03 .slick-prev,
  .peopleculture__index-list--03 .slick-next {
    width: 41px! important;
    height: 15px! important;
    top: 40% !important;
  }
  .peopleculture__index-list--03 .slick-arrow:before{
    content:"" !important;
    width: 41px! important;
    height: 15px! important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .peopleculture__index-list--03 .slick-next:before{
    background: url(../images/arrow-02-r.png) !important;
    background-size: contain !important;
  }
  .peopleculture__index-list--03 .slick-prev:before{
    background: url(../images/arrow-02-l.png) !important;
    background-size: contain !important;
  }

  .slide-dots2{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 24px; /* 横方向の余白 */
    margin: 26px auto 0;
    padding: 0;
  }
  .slide-dots2 > li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .slide-dots2 > li.slick-active{
    background-color: #1581ff;
  }
  .slide-dots2 > li > button{
    display: none;
  }


  .peopleculture__index-list--04{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 600px;
    margin: 0 auto;
    padding: 0;
  }
  .peopleculture__index-list--04 a{
    color: black;
  }

  .index__download--01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 78px;
    margin: 0 auto 0;
    border-radius: 39px;
    border: 2px solid #4574CC;
    background-color: white;
    color: black;
    text-decoration: none;
  }


  .peopleculture__index-box--01{
    font-size: 10px;
    line-height: 1.5;
    width: 500px;
    margin: 30px auto;
  }

  .peopleculture__title--03{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 24px;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__index--03{
    background-color: white;
    padding-bottom: 68px;
  }

  .peopleculture__title--02{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .peopleculture__index-list--03{
    max-width: 300px;
    margin: 0 auto 40px !important;
    padding: 0;
  }
  .peopleculture__index-list--03-in{
    padding: 0;
    background: #4876f0;
    background: -moz-linear-gradient(top,  #4876f0 0%, #0d7cad 100%);
    background: -webkit-linear-gradient(top,  #4876f0 0%,#0d7cad 100%);
    background: linear-gradient(to bottom,  #4876f0 0%,#0d7cad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4876f0', endColorstr='#0d7cad',GradientType=0 );
    height: 300px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }



  /* slick */
  .peopleculture__index-list--03 .slick-next {
    right: -20px !important;
  }
  .peopleculture__index-list--03 .slick-prev {
    left: -20px !important;
  }
  .peopleculture__index-list--03 .slick-prev,
  .peopleculture__index-list--03 .slick-next {
    width: 41px! important;
    height: 15px! important;
    top: 96% !important;
  }
  .peopleculture__index-list--03 .slick-arrow:before{
    content:"" !important;
    width: 41px! important;
    height: 15px! important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .peopleculture__index-list--03 .slick-next:before{
    background: url(../images/arrow-02-r.png) !important;
    background-size: contain !important;
  }
  .peopleculture__index-list--03 .slick-prev:before{
    background: url(../images/arrow-02-l.png) !important;
    background-size: contain !important;
  }

  .slide-dots2{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 15px; /* 横方向の余白 */
    margin: 26px auto 0;
    padding: 0;
  }
  .slide-dots2 > li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .slide-dots2 > li.slick-active{
    background-color: #1581ff;
  }
  .slide-dots2 > li > button{
    display: none;
  }



  .peopleculture__index-list--04{
    list-style-type: none;
    width: 270px;
    margin: 0 auto;
    padding: 0;
  }
  .peopleculture__index-list--04 > li:first-child{
    margin-bottom: 16px;
  }
  .peopleculture__index-list--04 a{
    color: black;
  }

  .index__download--01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 78px;
    margin: 0 auto 0;
    border-radius: 39px;
    border: 2px solid #4574CC;
    background-color: white;
    color: black;
    text-decoration: none;
  }


  .peopleculture__index-box--01{
    font-size: 10px;
    line-height: 1.5;
    margin: 30px auto;
  }

  .peopleculture__title--03{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 24px;
  }

}/* スマホ ここまで============================ */




/*-----------------------------------------------------
@@ index topics
------------------------------------------------------*/
@media (min-width: 768px) {

  .topics__index{
    /*background-color: white;*/
    padding: 43px 0px 0px;
    position: relative;
  }

  .topics__title--01{
    line-height: 1;
    margin: 0 auto 37px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 142px;
    aspect-ratio: 142 / 29;
  }

  .topics_more {
    display: block;
    width: 150px;
    aspect-ratio: 150 / 39;
    position: absolute !important;
    top: 38px;
    right: calc(50% - 271px);
    z-index: 4;
  }
  .topics_more img {
    display: block;
  }

  .topics__list--01 {
    max-width: 898px;
    margin: 0 auto 36px !important;
    padding: 0;
  }
  .topics__list--01-in{
    padding: 10px 0;
  }
  .topics__list--01-in a{
    display: block;
    width: 170px;
    aspect-ratio: 170 / 188;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    color: black;
  }
  .topics__list--01-in img{
    width: 180px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;
    box-shadow: 0 1px 8px 2px #c3c3c3;
  }
  .topics__list__tag{
    color: #037ea0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 9px 0 6px;
  }
  .topics__list__contents{
    /*background-color: white;
    aspect-ratio: 170 / 72;*/
    box-sizing: border-box;
    padding: 6px 5px 8px;
  }
  .topics__list__contents__date{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .topics__list__contents__title{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-feature-settings: "palt" 1;
  }

  /* slick */
  .topics__list--01 .slick-next {
    right: -30px !important;
  }
  .topics__list--01 .slick-prev {
    left: -30px !important;
  }
  .topics__list--01 .slick-prev,
  .topics__list--01 .slick-next {
    /*display: none !important;*/
    width: 28px! important;
    /*height: 15px! important;*/
    aspect-ratio: 41 / 15;
    top: 30% !important;
  }
  .topics__list--01 .slick-arrow:before{
    content:"" !important;
    width: 28px! important;
    /*height: 15px! important;*/
    aspect-ratio: 41 / 15;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topics__list--01 .slick-next:before{
    background: url(../images/arrow-02-r.png) !important;
    background-size: contain !important;
  }
  .topics__list--01 .slick-prev:before{
    background: url(../images/arrow-02-l.png) !important;
    background-size: contain !important;
  }

  .slide-dots3{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 24px; /* 横方向の余白 */
    margin: 5px auto 0;
    padding: 0;
  }
  .slide-dots3 > li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .slide-dots3 > li.slick-active{
    background-color: #007694;
  }
  .slide-dots3 > li > button{
    display: none;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .topics__index{
    /*background-color: white;*/
    padding: 36px 0px 0px;
  }

  .topics__title--01{
    line-height: 1;
    margin: 0 auto 13px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 113px;
    aspect-ratio: 142 / 29;
  }

  .topics_more {
    display: block;
    width: 121px;
    aspect-ratio: 216 / 26;
    margin: 0 auto 28px;
  }
  .topics_more img {
    display: block;
  }

  .topics__list--01 {
    max-width: 350px;
    margin: 0 auto 36px !important;
    padding: 0;
  }
  .topics__list--01-in{
    padding: 10px 0;
  }
  .topics__list--01-in a{
    display: block;
    width: 157px;
    /*aspect-ratio: 170 / 188;*/
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    color: black;
  }
  .topics__list--01-in img{
    width: 157px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;
    box-shadow: 0 1px 8px 2px #c3c3c3;
  }
  .topics__list__tag{
    color: #037ea0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 9px 0 6px;
  }
  .topics__list__contents{
    /*background-color: white;
    aspect-ratio: 170 / 72;*/
    box-sizing: border-box;
    padding: 6px 5px 8px;
  }
  .topics__list__contents__date{
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
  }
  .topics__list__contents__title{
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-feature-settings: "palt" 1;
  }

  /* slick */
  .topics__list--01 .slick-next {
    right: 18px !important;
  }
  .topics__list--01 .slick-prev {
    left: 18px !important;
  }
  .topics__list--01 .slick-prev,
  .topics__list--01 .slick-next {
    display: none !important;
    width: 41px! important;
    height: 15px! important;
    top: auto !important;
    bottom: -6px !important;
  }
  .topics__list--01 .slick-arrow:before{
    content:"" !important;
    width: 41px! important;
    height: 15px! important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topics__list--01 .slick-next:before{
    background: url(../images/arrow-02-r.png) !important;
    background-size: contain !important;
  }
  .topics__list--01 .slick-prev:before{
    background: url(../images/arrow-02-l.png) !important;
    background-size: contain !important;
  }

  .slide-dots3{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 24px; /* 横方向の余白 */
    margin: 0px auto 0;
    padding: 0;
  }
  .slide-dots3 > li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #444444);
  }
  .slide-dots3 > li.slick-active{
    background-color: #007694;
  }
  .slide-dots3 > li > button{
    display: none;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ 下層ページ
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__kv-under--01{
    height: 342px;
    background-color: #1aa3d9;
  }
  .peopleculture__kv-under--01a{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01a.jpg) no-repeat 50% 7%;
    background-size: 600px auto;
  }
  .peopleculture__kv-under--01b{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01b.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .peopleculture__kv-under--01c{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01c.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .peopleculture__kv-under--01d{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01d.jpg) no-repeat 50% 0;
    background-size: cover;
  }

  .peopleculture__kv-under__page-title--01a,
  .peopleculture__kv-under__page-title--01b,
  .peopleculture__kv-under__page-title--01c,
  .peopleculture__kv-under__page-title--01d{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.291;
    color: #5BC2DC;
    padding: 30px;
    background-color: white;
    position: absolute;
  }
  .peopleculture__kv-under__page-title--01a{
    left: 0;
    top: 30px;
  }
  .peopleculture__kv-under__page-title--01b{
    right: 0;
    bottom: 30px;
  }
  .peopleculture__kv-under__page-title--01c{
    right: 0;
    bottom: 30px;
  }
  .peopleculture__kv-under__page-title--01d{
    left: 0;
    bottom: 30px;
  }

  .peopleculture__kv-under--02{
    background: #1da8cb;
    background: -moz-linear-gradient(45deg,  #1da8cb 0%, #299a95 100%);
    background: -webkit-linear-gradient(45deg,  #1da8cb 0%,#299a95 100%);
    background: linear-gradient(45deg,  #1da8cb 0%,#299a95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da8cb', endColorstr='#299a95',GradientType=1 );
    padding: 32px 0 17px;
    margin-bottom: 30px;
  }
  .peopleculture__kv-under--02 p{
    font-size: 16px;
    line-height: 2.133;
    margin: 0 auto 1em;
    color: white;
    z-index: 4;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    max-width: 722px;
  }


  .wave-03--wrap{
    position: relative;
  }
  .wave--03{
    display: block;
    width: min(100%, 2000px);
    width: 100%;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*mix-blend-mode: multiply;*/
    opacity: 0.75;
  }


  .sec__body{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .sec__body__left{
    flex: 1;
  }
  .sec__body__right{
    width: 340px;
    margin-left: 40px;
  }
  .sec__body__right__img:not(:last-child){
    margin: 0 0 30px;
  }
  .sec__body__right__img img{
    display: block;
    margin: 0 auto;
  }
  .sec__body__right__img img.img270{
    width: 270px;
  }
  .sec__body__right__img img.pd10{
    padding: 10px 0;
  }
  .sec__body__right__img img.img--yatte{
    margin-top: -118px;
  }
  .sec__body__left p:last-child{
    margin-bottom: 0;
  }

  .figure__movie1{
    margin: 0 auto;
  }

  sup{
    font-size: 80%;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__kv-under--01{
    height: 83.733vw;
    background-color: #1aa3d9;
  }
  .peopleculture__kv-under--01a{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01a.jpg) no-repeat 50% 50%;
    background-size: 89.33% auto;
  }
  .peopleculture__kv-under--01b{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01b.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .peopleculture__kv-under--01c{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01c.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  .peopleculture__kv-under--01d{
    background: #1aa3d9 url(../images/underpage/peopleculture__kv-under--01d-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .peopleculture__kv-under__page-title--01a,
  .peopleculture__kv-under__page-title--01b,
  .peopleculture__kv-under__page-title--01c,
  .peopleculture__kv-under__page-title--01d{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.573;
    color: #5BC2DC;
    padding: 20px;
    background-color: white;
    position: absolute;
  }
  .peopleculture__kv-under__page-title--01a{
    left: 0;
    bottom: 20px;
    margin-left: -20px;
  }
  .peopleculture__kv-under__page-title--01b{
    right: 0;
    bottom: 20px;
    margin-right: -20px;
  }
  .peopleculture__kv-under__page-title--01c{
    right: 0;
    bottom: 20px;
    margin-right: -20px;
  }
  .peopleculture__kv-under__page-title--01d{
    left: 0;
    bottom: 20px;
    margin-left: -20px;
  }


  .peopleculture__kv-under--02{
    background: #1da8cb;
    background: -moz-linear-gradient(45deg,  #1da8cb 0%, #299a95 100%);
    background: -webkit-linear-gradient(45deg,  #1da8cb 0%,#299a95 100%);
    background: linear-gradient(45deg,  #1da8cb 0%,#299a95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da8cb', endColorstr='#299a95',GradientType=1 );
    padding: 46px 0 30px;
    margin-bottom: 30px;
  }
  .peopleculture__kv-under--02 p{
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 1em;
    color: white;
    z-index: 4;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-align: justify;
  }


  .wave-03--wrap{
    position: relative;
  }
  .wave--03{
    display: block;
    width: 100%;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    /*mix-blend-mode: multiply;*/
    opacity: 0.75;
  }


  .figure__movie1{
    margin: 0 auto;
  }

  .sec__body__right__img:not(:last-child){
    margin: 0 0 30px;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ Founder's Epsode
------------------------------------------------------*/
@media (min-width: 768px) {

  .peopleculture__box--01{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 722px;
    margin: 60px auto 33px;
  }
  .peopleculture__box--01--left{
    flex: 1;
  }
  .peopleculture__box--01--right{
    width: 55.263%;
  }
  .peopleculture__box--01--right img{
    max-width: 100%;
  }
  .foundersepsode{
    width: 218px;
    margin-bottom: 14px;
  }
  .foundersepsode + p{
    font-size: 18px;
    line-height: 2.133;
    margin: 0;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__box--01{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
  .peopleculture__box--01--left{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .peopleculture__box--01--right{
  }
  .peopleculture__box--01--right img{
    max-width: 100%;
  }
  .foundersepsode{
    width: 181px;
    margin-bottom: 10px;
  }
  .foundersepsode + p{
    font-size: 15px;
    line-height: 2.133;
    margin: 0;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ ページ内リンク
------------------------------------------------------*/
  .peopleculture__list--01 > li:first-child{
    background-color: var(--bn1);
  }
  .peopleculture__list--01 > li:nth-child(2){
    background-color: var(--bn2);
  }
  .peopleculture__list--01 > li:nth-child(3){
    background-color: var(--bn3);
  }
  .peopleculture__list--01 > li:nth-child(4){
    background-color: var(--bn4);
  }
  .peopleculture__list--01 > li:nth-child(5){
    background-color: var(--bn5);
  }

@media (min-width: 768px) {

  .peopleculture__list--01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  }
  .peopleculture__list--01 > li{
    flex: 1;
  }
  .peopleculture__list--01 > li > a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: white;
    display: block;
    padding: 25px 20px 54px;
    height: 100%;
    background: url(../images/underpage/more1.png) no-repeat left 50% bottom 9px;
    background-size: 33px 34px;
    box-sizing: border-box;
  }

  .peopleculture__list--01.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*width: 100%;*/
    z-index: 10;
  }

  .wrap-floatmenu{
    margin-bottom: 60px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__list--01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  }
  .peopleculture__list--01 > li{
    width: 50%;
  }
  .peopleculture__list--01 > li > a{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: white;
    display: block;
    padding: 20px 5px 54px;
    height: 100%;
    background: url(../images/underpage/more1.png) no-repeat left 50% bottom 6px;
    background-size: 33px 34px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*.peopleculture__list--01.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }*/

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ 記事
------------------------------------------------------*/
.center{text-align: center !important;}
.right{text-align: right !important;}

  .peopleculture__sec h2.color1,
  .peopleculture__sec h3.color1:after{
    background-color: var(--bn1);
  }
  .peopleculture__sec h2.color2,
  .peopleculture__sec h3.color2:after{
    background-color: var(--bn2);
  }
  .peopleculture__sec h2.color3,
  .peopleculture__sec h3.color3:after{
    background-color: var(--bn3);
  }
  .peopleculture__sec h2.color4,
  .peopleculture__sec h3.color4:after{
    background-color: var(--bn4);
  }
  .peopleculture__sec h2.color5,
  .peopleculture__sec h3.color5:after{
    background-color: var(--bn5);
  }


.bn2 {
  color: #229bd0;
}
.bn3 {
  color: #39a5da;
}
.bn4 {
  color: #30b8bd;
}

ruby{
  padding-top: 1em;
}

@media (min-width: 768px) {

  .peopleculture__sec{
    /*margin-top: -80px;
    margin-bottom: 80px;
    padding-top: 180px;*/
    margin-top: -175px;
    margin-bottom: 80px;
    padding-top: 180px;
  }
  .peopleculture__sec h2{
    font-size: 22px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 40px;
    color: white;
    padding: 1em 1em 1em 1em;
    padding-left: max((50vw - 500px), 1em);
    /*width: 680px;*/
    width: 629px;
    position: relative;
  }
  .peopleculture__sec h3{
    font-size: 24px;
    line-height: 1.25;
    padding-top: 230px;
    margin-top: -150px;
    margin-bottom: 40px;
    position: relative;
  }
  .peopleculture__sec .full + h3{
    margin-top: -230px;
  }
  .peopleculture__sec h3:after{
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background-color: #35a4de;
    position: absolute;
    left: 0;
    bottom: -17px;
  }

  .peopleculture__sec h5{
    font-size: 22px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.5em;
    position: relative;
    color: var(--bn2);
  }
  .peopleculture__sec h6{
    font-size: 18px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.5em;
    position: relative;
  }


  .peopleculture__picture h4{
    font-size: 14px;
    line-height: 1.25;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
  }

  .peopleculture__sec p{
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    margin: 0 0 1.5em;
  }
  .peopleculture__sec .annotation1{
    font-size: 13px;
  }
  .peopleculture__sec .annotation2{
    font-size: 14px;
  }
  .peopleculture__picture{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    /*align-items: center;*/
    margin-top: 40px;
    margin-bottom: 24px;
    /*max-height: 192px;*/
  }
  .peopleculture__picture--max{
    max-height: none;
  }
  .peopleculture__picture > div{
    text-align: center;
    padding: 0 20px;
  }
  .peopleculture__picture > div img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 192px;
  }
  .peopleculture__picture--max > div img{
    max-height: none;
  }

  .peopleculture__picture--max > div > img{
    max-height: none;
  }
  .peopleculture__picture--max1 > div > img{
    max-height: 300px;
  }
  .peopleculture__picture--max2 > div > img{
    max-height: 400px;
  }

  .peopleculture__picture-01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
  }
  .img__03-042 {
    width: min(100%, 600px);
    margin-block: auto;
  }

  .peopleculture__2column,
  .peopleculture__2column--02{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .peopleculture__2column > div:first-child,
  .peopleculture__2column--02 > div:first-child{
    flex: 1;
    text-align: left;
  }
  .peopleculture__2column > div:nth-child(2){
    width: 300px;
    margin-left: 20px;
  }
  .peopleculture__2column--02 > div:nth-child(2){
    width: 400px;
    margin-left: 100px;
  }
  .peopleculture__2column > div > img{
    display: block;
    margin: 0 auto;
    max-height: 300px;
  }

  .img__2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0 60px;
    margin-block: 1.5em;
  }
  .img__2column > div {
    /*width: 50%;*/
  }
  .img__2column > div:first-child img {
    margin-left: auto;
  }
  .img__2column > div:last-child img {
    margin-right: auto;
  }
  .img__2column > div > img {
    /*margin-inline: auto;*/
    width: min(100%, 400px);
    display: block;
  }

  .peopleculture__topics--01{
    padding: 30px;
    background-color: rgba(124,142,179, 0.5);
    margin: 30px 0;
    box-sizing: border-box;
  }
  .peopleculture__topics--02{
    padding: 30px;
    background-color: rgba(93,170,193, 0.5);
    margin: 30px 0;
    box-sizing: border-box;
  }
  .peopleculture__topics--03{
    padding: 30px;
    background-color: rgba(53,164,222, 0.3);
    margin-block: 0 30px;
    box-sizing: border-box;
  }

  .peopleculture__topics--01 h4,
  .peopleculture__topics--02 h4,
  .peopleculture__topics--03 h4{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
  }
  .peopleculture__list__dl-01{
  }
  .peopleculture__list__dl-01 dt{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    background-color: white;
    padding: 20px 16px 20px;
  }
  .peopleculture__topics--01 .peopleculture__list__dl-01 dt span{
    font-size: 16px;
    color: #7c8eb3;
  }
  .peopleculture__topics--02 .peopleculture__list__dl-01 dt span{
    font-size: 16px;
    color: #5daac1;
  }
  .peopleculture__list__dl-01 dd{
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 2.5em;
    background-color: white;
    padding: 0 16px 20px;
  }
  .peopleculture__list__dl-01 dd:last-child{
    margin-bottom: 0;
  }

  .peopleculture__list__dl-02{
  }
  .peopleculture__list__dl-02 dt{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  .peopleculture__list__dl-02 dd{
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    padding: 0;
  }
  .peopleculture__list__dl-02 dd:last-child{
    margin-bottom: 0;
  }
  .peopleculture__list__dl-02 dd ul{
    /*margin-left: -1em;*/
    padding-left: 1.8em;
    margin-top: 0.5lh;
    margin-bottom: 1lh;
  }
  .peopleculture__list__dl-02 dd ul li {
    margin-bottom: 0.25lh;
   }
  .peopleculture__list__dl-02 dd p {
    margin-top: 0.5lh;
    margin-bottom: 1lh;
  }

  .peopleculture__box-02 {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  .peopleculture__box-02 > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .peopleculture__box-02 > li > .peopleculture__box-02-left {
    flex: 1;
  }
  .peopleculture__box-02 > li > .peopleculture__box-02-right {
    width: 320px;
  }
  .peopleculture__box-02 > li > .peopleculture__box-02-left h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5lh;
  }


  .peopleculture__fig{
    margin: 60px 0;
    padding: 0;
  }
  .peopleculture__fig figcaption{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    text-align: center;
  }

  .img-03-019{
    max-width: 400px !important;
    margin: 0 auto;
    display: block;
    border: 1px solid #707070;
  }

  .tbl-01{
    border-collapse: collapse;
    border: 1px solid #707070;
    margin: 0 auto;
  }
  .tbl-02{
    border-collapse: collapse;
    border: 1px solid #707070;
  }

  .tbl-01 th,
  .tbl-01 td,
  .tbl-02 th,
  .tbl-02 td{
    border: 1px solid #707070;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
  }
  .tbl-01 th,
  .tbl-02 th{
    white-space: nowrap;
    background-color: gray;
    color: white;
  }
  .tbl-01 td,
  .tbl-02 td{
    background-color: white;
  }
  .tbl-01 tr td:first-child{
    white-space: nowrap;
  }

  .peopleculture__sec p.click{
    font-size: 14px;
    text-align: center;
    margin: 4px 0 0 0;
  }

  .piclink{
    display: block;
    margin: 8px auto 0;
  }
  .peopleculture__sec p.caption1 {
    font-size: 11px;
    line-height: 1.75;
    text-align: center;
    margin-top: 8px;
  }



  .tbl-03{
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 16px auto;
    width: 100%;
  }
  .tbl-03 th,
  .tbl-03 td{
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
  }
  .tbl-03 th{
    background-color: #e6fafe;
    color: #333;
    width: 25%;
  }
  .tbl-03 td{
    background-color: white;
  }

  .tbl-04{
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 16px auto;
    width: 100%;
  }
  .tbl-04 th,
  .tbl-04 td{
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
  }
  .tbl-04 th{
    background-color: #e6fafe;
    color: #333;
    width: 240px;
  }
  .tbl-04 td{
    background-color: white;
  }

/*
  .background1a,
  .background1b,
  .background2a,
  .background2b{
    position: relative;
  }
  .background1a:before,
  .background1b:before{
    content: "";
    display: block;
    width: 186px;
    height: calc(100% - 100px);
    background: #b9e9ff;
    position: absolute;
    z-index: -1;
  }
  .background1a:before{
    background: -moz-linear-gradient(top,  #b9e9ff 0%, #e8fcff 93%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    background: linear-gradient(to bottom,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e9ff', endColorstr='#ffffff',GradientType=0 );
    top: -30px;
    left: -44px;
  }
  .background1b:before{
    background: -moz-linear-gradient(bottom,  #b9e9ff 0%, #e8fcff 93%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    background: linear-gradient(to top,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9e9ff',GradientType=0 );
    bottom: -30px;
    left: -44px;
  }
  .background2a:before,
  .background2b:before{
    content: "";
    display: block;
    width: 232px;
    height: calc(100% - 100px);
    background: #6cbc8e;
    position: absolute;
    z-index: -1;
  }
  .background2a:before{
    background: -moz-linear-gradient(bottom,  #ffffff 0%, #c2f2e1 7%, #6cbc8e 100%);
    background: -webkit-linear-gradient(bottom,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    background: linear-gradient(to top,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbc8e', endColorstr='#ffffff',GradientType=0 );
    top: -30px;
    right: -44px;
  }
  .background2b:before{
    background: -moz-linear-gradient(top,  #ffffff 0%, #c2f2e1 7%, #6cbc8e 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6cbc8e',GradientType=0 );
    bottom: -30px;
    right: -44px;
  }
*/

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .peopleculture__sec{
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .peopleculture__sec h2{
    font-size: 22px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: -20px;
    color: white;
    padding: 1em 1em 1em 1.5em;
    width: 80%;
    position: relative;
  }
  .peopleculture__sec h3{
    font-size: 24px;
    line-height: 1.25;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
  }
  .peopleculture__sec .full + h3{
    margin-top: 0;
  }
  .peopleculture__sec h3:after{
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background-color: #35a4de;
    position: absolute;
    left: 0;
    bottom: -17px;
  }


  .peopleculture__sec h5{
    font-size: 22px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.5em;
    position: relative;
    color: var(--bn2);
  }
  .peopleculture__sec h6{
    font-size: 18px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.5em;
    position: relative;
  }

  .peopleculture__picture h4{
    font-size: 12px;
    line-height: 1.25;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
  }

  .peopleculture__sec p{
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    margin: 0 0 1.5em;
  }

  .peopleculture__picture{
    margin-bottom: 24px;
  }
  .peopleculture__picture > div{
    text-align: center;
    margin-bottom: 24px;
  }
  .peopleculture__picture > div > img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .peopleculture__picture-01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
  }
  .img__03-042 {
    width: min(100%, 600px);
    margin-block: auto;
  }


  .peopleculture__2column{
    margin-bottom: 24px;
  }
  .peopleculture__2column > div:first-child{
    text-align: left;
    margin-bottom: 24px;
  }
  .peopleculture__2column > div > img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .img__2column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-block: 1.5em;
  }
  .img__2column > div {
  }
  .img__2column > div > img {
    margin-inline: auto;
  }


  .peopleculture__topics--01{
    padding: 20px;
    background-color: rgba(124,142,179, 0.5);
    margin: 30px 0;
  }
  .peopleculture__topics--02{
    padding: 30px;
    background-color: rgba(93,170,193, 0.5);
    margin: 30px 0;
  }
  .peopleculture__topics--03{
    padding: 20px;
    background-color: rgba(53,164,222, 0.3);
    margin: 30px 0;
  }
  .peopleculture__topics--01 h4,
  .peopleculture__topics--02 h4,
  .peopleculture__topics--03 h4{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
  }
  .peopleculture__list__dl-01{
  }
  .peopleculture__list__dl-01 dt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    background-color: white;
    padding: 20px 16px 20px;
  }
  .peopleculture__list__dl-01 dt span{
    font-size: 15px;
    color: #7c8eb3;
  }
  .peopleculture__list__dl-01 dd{
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 2.5em;
    background-color: white;
    padding: 0 16px 20px;
  }
  .peopleculture__list__dl-01 dd:last-child{
    margin-bottom: 0;
  }

  .peopleculture__list__dl-02{
    margin: 0;
  }
  .peopleculture__list__dl-02 dt{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  .peopleculture__list__dl-02 dd{
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }
  .peopleculture__list__dl-02 dd:last-child{
    margin-bottom: 0;
  }
  .peopleculture__list__dl-02 dd ul{
    /*margin-left: -1em;*/
    padding-left: 1.8em;
    margin-top: 0.5lh;
    margin-bottom: 1lh;
  }
  .peopleculture__list__dl-02 dd ul li {
    margin-bottom: 0.25lh;
   }
  .peopleculture__list__dl-02 dd p {
    margin-top: 0.5lh;
    margin-bottom: 1lh;
  }

  .peopleculture__box-02 {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  .peopleculture__box-02 > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .peopleculture__fig{
    margin: 30px 0;
    padding: 0;
  }
  .peopleculture__fig figcaption{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
    text-align: center;
  }


  .img-03-019{
    max-height: 350px;
    margin: 0 auto;
    display: block;
    border: 1px solid #707070;
  }

  .tbl-01{
    border-collapse: collapse;
    border: 1px solid #707070;
    margin: 0 auto;
    width: 300vw;
  }
  .tbl-02{
    border-collapse: collapse;
    border: 1px solid #707070;
    margin: 0 auto;
  }
  .tbl-01 th,
  .tbl-01 td,
  .tbl-02 th,
  .tbl-02 td{
    border: 1px solid #707070;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
  }
  .tbl-01 th,
  .tbl-02 th{
    white-space: nowrap;
    background-color: gray;
    color: white;
  }
  .tbl-01 td,
  .tbl-02 td{
    background-color: white;
  }
  .tbl-01 tr td:first-child{
    /*white-space: nowrap;*/
  }
  .tbl-01 tr th:first-child{
    width: 40%;
  }
  .tbl-01 tr th:nth-child(2){
    width: 60%;
  }

  .tbl-03{
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    margin: 16px auto;
    width: 100%;
  }
  .tbl-03 th,
  .tbl-03 td{
    display: block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
  }
  .tbl-03 th{
    background-color: #e6fafe;
    color: #333;
  }
  .tbl-03 td{
    background-color: white;
  }

  .tbl-04{
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    margin: 16px auto;
    width: 100%;
  }
  .tbl-04 th,
  .tbl-04 td{
    display: block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
  }
  .tbl-04 th{
    background-color: #e6fafe;
    color: #333;
  }
  .tbl-04 td{
    background-color: white;
  }


  .scroll table{
  }
  .scroll{
    overflow: auto;  /*tableをスクロールさせる*/
    /*white-space: nowrap;*/  /*tableのセル内にある文字の折り返しを禁止*/
  }
  .scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }



  /*  modaal */
.modaal-inner-wrapper {
  padding: 80px 0 !important;
}
.modaal-video-wrap {
  margin: auto 0 !important;
}

  /* クリック無効 */
  .pgallery{
    pointer-events: none;
  }


  .piclink{
    display: block;
    margin: 8px auto 0;
  }

  .peopleculture__sec p.caption1 {
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    margin-top: 8px;
  }

/*
  .background1a,
  .background1b,
  .background2a,
  .background2b{
    position: relative;
  }
  .background1a:before,
  .background1b:before{
    content: "";
    display: block;
    width: 50px;
    height: calc(100% - 50px);
    position: absolute;
    z-index: -1;
  }
  .background1a:before{
    background: -moz-linear-gradient(top,  #b9e9ff 0%, #e8fcff 93%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    background: linear-gradient(to bottom,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e9ff', endColorstr='#ffffff',GradientType=0 );
    top: -30px;
    left: -20px;
  }
  .background1b:before{
    background: -moz-linear-gradient(bottom,  #b9e9ff 0%, #e8fcff 93%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    background: linear-gradient(to top,  #b9e9ff 0%,#e8fcff 93%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9e9ff',GradientType=0 );
    bottom: -30px;
    left: -20px;
  }
  .background2a:before,
  .background2b:before{
    content: "";
    display: block;
    width: 50px;
    height: calc(100% - 50px);
    position: absolute;
    z-index: -1;
  }
  .background2a:before{
    background: -moz-linear-gradient(bottom,  #ffffff 0%, #c2f2e1 7%, #6cbc8e 100%);
    background: -webkit-linear-gradient(bottom,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    background: linear-gradient(to top,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbc8e', endColorstr='#ffffff',GradientType=0 );
    top: -30px;
    right: -20px;
  }
  .background2b:before{
    background: -moz-linear-gradient(top,  #ffffff 0%, #c2f2e1 7%, #6cbc8e 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#c2f2e1 7%,#6cbc8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6cbc8e',GradientType=0 );
    bottom: -30px;
    right: -20px;
  }
*/

}/* スマホ ここまで============================ */



/*-----------------------------------------------------
@@ TOPICS トピックス
------------------------------------------------------*/
/* @@@ 一覧 */
@media (min-width: 768px) {

  .topics__header{
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
    height: 200px;
    background: url(../images/topics/topics__back-pc.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topics__header h2{
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.12em;
    color: white;
    text-align: center;
  }
  .topics__header h2 span{
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .wrap__topics__list--02{
    position: relative;
  }
  /*.wrap__topics__list--02:after{
    content: "";
    width: calc(50vw - 275px + 13px);
    height: 734px;
    background: url(../images/topics/contents__back-pc.png) repeat-x 0 0;
    background-size: contain;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: -1;
  }*/

  /* タグリスト */
  .tag__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 22px auto 30px;
    padding: 0;
    width: min(100% - 40px, 782px);
    column-gap: 13px; /* 横方向の余白 */
    row-gap: 4px; /* 縦方向の余白 */
  }
  .tag__list > li{
    display: block;
    white-space: nowrap;
  }
  .tag__list label{
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    padding: 5px 7px;
    border: 1px solid #e6e6e6;
    background-color: white;
    color: #037ea0;
  }
  .tag__list input[type=checkbox]:checked + label {
    border: 1px solid #86D6E0;
    background-color: #5bc2dc;
    color: white;
    /*text-shadow: 1px 1px 1px #666666;*/
  }
  .tag__list > li label:hover{
    cursor: pointer;
  }

  .tag__list input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
  }

  /* 一覧 */
  .topics__list--02{
    list-style-type: none;
    width: 782px;
    margin: 0 auto 60px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px; /* 横方向の余白 */
    row-gap: 30px; /* 縦方向の余白 */
  }
  .topics__list--02 > li{
    padding: 5px 0;
    border-radius: 10px;
    opacity: 1;
    transition: 0.5s;
  }
  .topics__list--02 > li.is_hide{
    opacity: 0;
    display: none;
  }
  .topics__list--02 a{
    display: block;
    width: 180px;
    aspect-ratio: 170 / 188;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    color: black;
  }
  .topics__list--02 a img{
    width: 180px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;
    box-shadow: 0 1px 8px 2px #c3c3c3;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .topics__header{
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    height: 170px;
    background: url(../images/topics/topics__back-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topics__header h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.12em;
    color: white;
    text-align: center;
  }
  .topics__header h2 span{
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .wrap__topics__list--02{
    position: relative;
  }
  .wrap__topics__list--02:after{
    content: "";
    width: 21.067%;
    height: 588px;
    background: url(../images/topics/contents__back-sp.png) repeat-x 0 0;
    background-size: contain;
    position: absolute;
    top: 215px;
    right: 0;
    z-index: -1;
  }

  /* タグリスト */
  .tag__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 48px auto 36px;
    padding: 0;
    width: min(100% - 40px, 960px);
    column-gap: 4px; /* 横方向の余白 */
    row-gap: 8px; /* 縦方向の余白 */
  }
  .tag__list > li{
    display: block;
    white-space: nowrap;
  }
  .tag__list label{
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    padding: 5px 7px;
    border: 1px solid #e6e6e6;
    background-color: white;
    color: #037ea0;
  }
  .tag__list input[type=checkbox]:checked + label {
    border: 1px solid #86D6E0;
    background-color: #5bc2dc;
    color: white;
    /*text-shadow: 1px 1px 1px #666666;*/
  }
  .tag__list > li label:hover{
    cursor: pointer;
  }

  .tag__list input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
  }

  /* 一覧 */
  .topics__list--02{
    list-style-type: none;
    width: min(330px, 100% - 30px);
    margin: 0 auto 60px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 4%; /* 横方向の余白 */
    row-gap: 20px; /* 縦方向の余白 */
  }
  .topics__list--02 > li{
    width: 48%
    padding: 5px 0;
    border-radius: 10px;
    opacity: 1;
    transition: 0.5s;
  }
  .topics__list--02 > li.is_hide{
    opacity: 0;
    display: none;
  }
  .topics__list--02 a{
    display: block;
    width: 157px;
    /*aspect-ratio: 170 / 188;*/
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    color: black;
  }
  .topics__list--02 a img{
    width: 157px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;
    box-shadow: 0 1px 8px 2px #c3c3c3;
  }

}/* スマホ ここまで============================ */

/* @@@ 下層ページ */
@media (min-width: 768px) {

  .topics__header2{
    position: relative;
    padding: 35px 0 20px;
    width: min(100% - 40px, 680px);
    margin: 0 auto 48px;
    border-image: linear-gradient(0deg,#89d0d6 8px,transparent 0) fill 0//0 0 0 620px;
  }
  .topics__header2 h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3334;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    font-feature-settings: "palt" 1;
  }
  .topics__header2 h3 p {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    margin: 8px 0 0 0;
  }
  .topics__header2__date{
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #34A7EF;
    margin: 0;
  }
  .topics__header2__tag{
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    border: 2px solid #86D6E0;
    border-radius: 8px;
    background-color: white;
    padding: 6px 25px;
    display: block;
    max-inline-size: max-content;
  }


  .wrap__topics__contents{
    position: relative;
  }
  /*.wrap__topics__contents:after{
    content: "";
    width: calc(50vw - 275px + 13px);
    height: 734px;
    background: url(../images/topics/contents__back-pc.png) repeat-x 0 0;
    background-size: contain;
    position: absolute;
    top: 140px;
    right: 0;
    z-index: -1;
  }*/
  .topics__contents{
    width: min(100% - 40px, 680px);
    margin: 0 auto 60px;
  }
  .topics__contents a {
    color: #037ea0;
    text-decoration: underline;
  }
  .topics__contents a:hover {
    color: #1a77b6;
  }

  .topics__contents p{
    font-size: 15px;
    line-height: 2.134;
    text-align: justify;
    margin-bottom: 2.134em;
  }
  .topics__contents h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    margin-block: 1em 1em;
    color: #1772b2;
  }

  .topics__contents ul {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 2.134em;
    margin-left: 1.8em;
    padding: 0;
    list-style-type: disc;
  }
  .topics__contents ul > li {
    margin-bottom: 0.5em;
  }

  .topics__footer{
    width: min(100% - 40px, 790px);
    margin: 0 auto 60px;
    padding-top: 60px;
    border-top: 1px solid #82D2E6;
  }
  .topics__footer__title{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #34A7EF;
    margin: 34px auto 17px;
    text-align: center;
  }
  .topics__footer__link--01{
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 71px 19px 37px;
    border: 1px solid #707070;
    border-radius: 9999px;
    background-color: white;
    margin: 0 auto 54px;
    width: -moz-fit-content; /* Firefox */
    width: fit-content; /* other browsers */
    color: #333 !important;
    position: relative;
  }
  .topics__footer__link--01:after{
    content: "";
    display: block;
    width: 20px;
    height: 8px;
    background: url(../images/topics/arrow01.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39px;
    margin: auto;
  }

  .topics__footer__list--01,
  .topics__index__list--01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 22px auto 30px;
    padding: 0;
    width: min(100% - 40px, 782px);
    column-gap: 4px; /* 横方向の余白 */
    row-gap: 4px; /* 縦方向の余白 */
    list-style-type: none;
  }
  .topics__index__list--01{
    margin: 22px auto 10px;
    position: relative;
    z-index: 3;
  }
  .topics__footer__list--01 > li,
  .topics__index__list--01 > li{
    display: block;
    white-space: nowrap;
  }
  .topics__footer__list--01 > li > a,
  .topics__index__list--01 > li > a{
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    padding: 5px 7px;
    border: 1px solid #e6e6e6;
    background-color: white;
    color: #037ea0;
  }
  .topics__footer__list--01 > li > a:hover,
  .topics__index__list--01 > li > a:hover{
    border: 1px solid #e6e6e6;
    background-color: #037ea0;
    color: white;
    opacity: 1;
    /*text-shadow: 1px 1px 1px #666666;*/
  }


  .topics0027_img-01 {
    width: 270px;
    aspect-ratio: 270 / 334;
    margin: 0 20px 20px 0;
    float: left;
  }

  .topics__photo__2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 2%;
    margin-bottom: 32px;
  }
  .topics__photo__2column > div {
    width: 49%;
  }
  .topics__photo__2column img {
    display: block;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .topics__header2{
    position: relative;
    padding: 35px 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    border-image:linear-gradient(0deg,#89d0d6 8px,#0000 0) fill 0//0 0 0 100vw;
  }
  .topics__header2 h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3334;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    font-feature-settings: "palt" 1;
  }
  .topics__header2 h3 p {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    margin: 8px 0 0 0;
  }
  .topics__header2__date{
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #34A7EF;
    margin: 0;
  }
  .topics__header2__tag{
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    border: 2px solid #86D6E0;
    border-radius: 8px;
    background-color: white;
    padding: 6px 25px;
    display: block;
    max-inline-size: max-content;
  }


  .wrap__topics__contents{
    position: relative;
  }
  .topics__contents a {
    color: #037ea0;
    text-decoration: underline;
  }

  .wrap__topics__contents:after{
    content: "";
    width: 21.067%;
    height: 588px;
    background: url(../images/topics/contents__back-sp.png) repeat-x 0 0;
    background-size: contain;
    position: absolute;
    top: 178px;
    right: 0;
    z-index: -1;
  }
  .topics__contents{
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }

  .topics__contents p{
    font-size: 15px;
    line-height: 2.134;
    text-align: justify;
    margin-bottom: 2.134em;
    word-break: break-all;
  }

  .topics__contents ul {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 2.134em;
    margin-left: 1.8em;
    padding: 0;
    list-style-type: disc;
  }
  .topics__contents ul > li {
    margin-bottom: 0.5em;
  }
  .topics__contents h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    margin-block: 1em 1em;
    color: #1772b2;
  }

  .topics__footer{
    width: calc(100% - 40px);
    margin: 0 auto 60px;
    padding-top: 60px;
    border-top: 1px solid #82D2E6;
  }
  .topics__footer__title{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #34A7EF;
    margin: 25px auto 17px;
    text-align: center;
  }

  .topics__footer__link--01{
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 71px 19px 37px;
    border: 1px solid #707070;
    border-radius: 9999px;
    background-color: white;
    margin: 0 auto 66px;
    width: -moz-fit-content; /* Firefox */
    width: fit-content; /* other browsers */
    color: #333 !important;
    position: relative;
  }
  .topics__footer__link--01:after{
    content: "";
    display: block;
    width: 20px;
    height: 8px;
    background: url(../images/topics/arrow01.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39px;
    margin: auto;
  }

  .topics__footer__list--01,
  .topics__index__list--01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 48px auto 36px;
    padding: 0;
    /*width: min(100% - 40px, 960px);*/
    column-gap: 4px; /* 横方向の余白 */
    row-gap: 8px; /* 縦方向の余白 */
  }
  .topics__index__list--01{
    width: min(100% - 40px, 960px);
    margin: 0 auto 16px;
  }
  .topics__footer__list--01 > li,
  .topics__index__list--01 > li{
    display: block;
    white-space: nowrap;
  }
  .topics__footer__list--01 > li > a,
  .topics__index__list--01 > li > a{
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    padding: 5px 7px;
    border: 1px solid #e6e6e6;
    background-color: white;
    color: #037ea0;
  }

  .topics0027_img-01 {
    display: block;
    margin: 20px auto;
  }

  .topics__photo__2column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
    margin-bottom: 32px;
  }
  .topics__photo__2column > div {
  }
  .topics__photo__2column img {
    display: block;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
@media (min-width: 768px) {

  .btn_page_top {
    width: 62px;
    height: 62px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    margin: 0;
    z-index: 5;
  }

  .btn_page_top a {
    width: 62px;
    height: 62px;
    background: url(../images/btn_page_top.png) no-repeat 0 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .btn_page_top a:hover {
    opacity: 0.7;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .btn_page_top {
    height: 41px;
    width: 41px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 5;
  }

  .btn_page_top a {
    display: inline-block;
    height: 41px;
    width: 41px;
    background: url(../images/btn_page_top_sp.png) no-repeat 0 0;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ フッタメニュー
------------------------------------------------------*/
@media (min-width: 768px) {

  .footer__peopleculture__wrap{
    background-color: #16c5df;
    padding: 30px 0 25px;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 960px;
  }
  .footer__peopleculture{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer__peopleculture h1{
    font-size: 20px;
    line-height: 1;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    margin: 0 0 16px;
  }
  .footer__peopleculture__nav{
  }
  .footer__peopleculture__nav__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
    list-style-type: none;
    padding: 0;
  }
  .footer__peopleculture__nav__list > li{
    font-size: 16px;
    width: 24%;
  }
  .footer__peopleculture__nav__list > li > a{
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
  }
  .footer__peopleculture__nav__list > li > a:before{
    content: "- ";
  }
  .footer__peopleculture__nav__list > li > ul{
    font-size: 0;
    list-style-type: none;
    padding-left: 10px;
  }
  .footer__peopleculture__nav__list > li > ul > li{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .footer__peopleculture__nav__list > li > ul > li > a{
    color: white;
    text-decoration: none;
    position: relative;
  }
/*  .footer__peopleculture__nav__list > li > ul > li > a:before{
    content: "・";
    color: white;
    position: absolute;
    top: 0;
    left: -18px;
  }*/
  .footer__peopleculture__nav__list li.nav01{
    width: 100%;
  }
  .footer__peopleculture__nav__list li.nav02{
  }
  .footer__peopleculture__nav__list li.nav03{
  }
  .footer__peopleculture__nav__list li.nav04{
  }
  .footer__peopleculture__nav__list li.nav05{
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .footer__peopleculture__wrap{
    background-color: #16c5df;
    padding: 30px 0 25px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .footer__peopleculture{
    width: 95vw;
    margin: 0 auto;
  }
  .footer__peopleculture h1{
    font-size: 20px;
    line-height: 1;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 14px;
    margin: 0 0 30px;
  }
  .footer__peopleculture__nav{
  }
  .footer__peopleculture__nav__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
    list-style-type: none;
    padding: 0;
  }
  .footer__peopleculture__nav__list > li{
    font-size: 15px;
    width: 48%;
  }
  .footer__peopleculture__nav__list > li > a{
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
  }
  .footer__peopleculture__nav__list > li > a:before{
    content: "- ";
  }
  .footer__peopleculture__nav__list > li > ul{
    font-size: 0;
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .footer__peopleculture__nav__list > li > ul > li{
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .footer__peopleculture__nav__list > li > ul > li > a{
    color: white;
    text-decoration: none;
    position: relative;
  }
/*  .footer__peopleculture__nav__list > li > ul > li > a:before{
    content: "・";
    color: white;
    position: absolute;
    top: 0;
    left: -18px;
  }*/
  .footer__peopleculture__nav__list li.nav01{
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
  .footer__peopleculture__nav__list li.nav02{
    order: 2;
  }
  .footer__peopleculture__nav__list li.nav03{
    order: 4;
  }
  .footer__peopleculture__nav__list li.nav04{
    order: 3;
  }
  .footer__peopleculture__nav__list li.nav05{
    order: 5;
  }

}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ 
------------------------------------------------------*/
.js-modal-btn{
  cursor: pointer;
}

/*-----------------------------------------------------
@@ 
------------------------------------------------------*/
