@charset "utf-8";
/* CSS Document */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease-in-out;
}
a:hover,
a:focus {
  opacity: 0.7;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  text-spacing-trim: trim-start;
}
p {
  margin: 0 0 1em;
}
p + p{
  margin-top: 1em;
}

.p-mt05{margin-top: 0.5em;}
.p-mb05{margin-bottom: 0.5em;}
.p-mt1{margin-top: 1em;}
.p-mb1{margin-bottom: 1em;}
.p-pt05{padding-top: 0.5em;}
.p-pb05{padding-bottom: 0.5em;}
.p-pt1{padding-top: 1em;}
.p-pb1{padding-bottom: 1em;}


@media (min-width: 641px){
  
  .pc{ display: block;}
  .sp{ display: none;}
}
@media (max-width: 640px){
  body{font-size: 80%;}
  .sp{display: block;}
  .pc{display: none;}
}



:root{
  --main_wid:1000px;
  --col_main:#00b9ef;/*メインカラー*/
  --col_sub:#f5ede1;/*サブカラー*/
  --col_red:#ee87b4;/*赤*/
  --col_gre:#41b25d;/*緑*/
  --col_blu:#3d62ad;/*青*/
  --col_ora:#f39700;/*橙*/
  --col_bro:#a96b50;/*茶*/
  --col_yel:#fbeeac;/*黄*/
}

section div.wid{
  max-width: var(--main_wid);
  margin: auto;
}
@media (max-width: 1100px){
  section div.wid{
    margin: auto 10%;
  }
}
@media (max-width: 640px){
  section div.wid{
    margin: auto 10%;
    margin: auto 5%;
  }
}
/*class="reveal" 遅れて下から表示*/
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  transition-delay: 0.12s;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*class="reveal-curve" 遅れて左下から表示*/
.reveal-curve {
  opacity: 0;
  transform: translate(-20px, 20px);
  transition:
    opacity 0.7s ease,
    transform 0.8s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}
.reveal-curve.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 641px){
  .top_link_list li:nth-child(1) {
    transition-delay: 0s;
  }
  .top_link_list li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .top_link_list li:nth-child(3) {
    transition-delay: 0.0s;
  }
  .top_link_list li:nth-child(4) {
    transition-delay: 0.2s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-curve,
  .reveal-curve.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*------------------------------*/

/*スライダー*/
@media (min-width: 641px) {
  .js-splide-sp {
    visibility: visible;
  }
  .js-splide-sp .splide__track {
    overflow: visible;
  }
  .splide.js-splide-sp.is-initialized:not(.is-active) .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    transform: none;
    margin: 0;
    padding: 0;
  }
  .splide.js-splide-sp.is-initialized:not(.is-active) .splide__slide {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 26px * 3) / 4);
    width: calc((100% - 26px * 3) / 4);
    margin: 0;
  }
  .js-splide-sp .splide__arrows,
  .js-splide-sp .splide__pagination {
    display: none;
  }
}


/* ------------------------------
  TOP header
------------------------------ */
/*全ページheaderで共有*/
 header{
  width: 100%;
  position: relative;
  overflow: hidden;
}
 header nav{ 
   padding: 1rem 1.5rem 0;
}
/*TOP-header*/
 header#top {
  min-height: max(100vh, 900px);
  background-image: url("../img/top_header_bg_pc.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
header .logo_kodomo {
  max-width: 200px;
  width: 30%;
}
header .top_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--main_wid);
  margin: 0 auto;
  text-align: center;
}
/* メインロゴ */
header .top_sec h1 {
  margin-top: 2rem;
  width: 100%;
}
header .top_sec h1 img {
  width: clamp(22.5rem, 21.416rem + 5.42vw, 30rem);
  margin: 0 auto 3rem;
}
/* リード文 */
header .top_sec .top_lead {
  margin: 0;
  text-align: center;
  font-size: clamp(0.9rem, 0.777rem + 0.62vw, 1.2rem);
  line-height: 2.5;
}
/* ワイド時は背景をこれ以上大きくしない */
@media (min-width: 1921px) {
  header#top {
    background-size: 1920px auto;
  }
}

@media (max-width: 640px) {
  header#top {
    min-height: auto;
    padding: 0;
    background-image: none;
  }
  header .top_sec {
    max-width: none;
    width: 100%;
  }
  header .top_sec h1 {
    width: 100%;
    margin-top: 0;
  }
  header .top_sec h1 img.sp {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  header .top_sec .top_lead {
    margin-top: -4rem;
  }
  header .top_sec .top_sp_bottom {
    width: 100%;
  }
}

/* ------------------------------
  ハンバーガーメニュー
------------------------------ */

header nav {
  position: relative;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 641px以上では非表示 */
.hamburger,
.sp-menu {
  display: none;
}

/* 640px以下のみ表示・動作 */
@media (max-width: 640px) {
  header nav {
    align-items: flex-start;
    padding: 0.75rem;
  }
  header .logo_kodomo {
    width: 160px;
    max-width: 48vw;
    position: relative;
    z-index: 10002;
  }
  .hamburger {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 10004;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #222;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }
  .hamburger.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .sp-menu {
    position: fixed;
    inset: 0;
    z-index: 10003;
    display: block;
    background: var(--col_main);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
  .sp-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* 白上部エリア */
  .sp-menu__head {
    height: 92px;
    padding: 26px 24px 18px;
    background: #fff;
    display: flex;
    align-items: center;
  }
  .sp-menu__head .logo_kodomo {
    width: 190px;
    max-width: 70%;
  }
  /* 水色メニューエリア */
  .sp-menu__inner {
    max-width: 360px;
    margin: 0 auto;
    padding: 58px 8% 40px;
  }
  .sp-menu .footer_card {
    min-height: 46px;
    border-radius: 10px;
    padding: 1rem 0.9rem;
  }
  .sp-menu .footer_label {
    font-size: 1rem;
    padding-right: 44px;
  }
  .sp-menu .footer_arr {
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .sp-menu .footer_card--soudan {
    min-height: 104px;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
  }
  .sp-menu .footer_title {
    font-size: 1.1rem;
  }
  .sp-menu .footer_illust {
    width: min(58%, 150px);
    margin-top: 0.4rem;
  }

  body.is-menu-open {
    overflow: hidden;
  }
  .sp-menu .footer_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 10px;
  }
  .sp-menu .footer_list > li {
    grid-area: auto;
  }
  /* ハンバーガーメニュー内ではhover演出を消す */
  .sp-menu a:hover,
  .sp-menu a:focus {
    opacity: 1;
  }
  .sp-menu .footer_card:hover {
    opacity: 1;
    transform: none;
  }

  /* footer用の矢印hover切り替えを無効化 */
  .sp-menu .footer_card:hover .footer_arr .arr_def {
    opacity: 1;
  }
  .sp-menu .footer_card:hover .footer_arr .arr_hov {
    opacity: 0;
  }
  .sp-menu .footer_card:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    transform: none;
  }
}



/*-------------------------------*/
/*--Google検索--------------------*/
/*-------------------------------*/

.site-search {
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}
/* PCヘッダー右端の検索バー */
.site-search--pc {
  display: none;
}
.site-search--sp {
  display: block;
}

@media (min-width: 641px) {
  .site-search--pc {
    display: block;
    flex: 0 1 320px;
    width: min(320px, 32vw);
    min-width: 220px;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .site-search--sp {
    display: none;
  }
}


/* nav内はGoogle CSE本体を置かず、検索フォームだけを表示する */
.site-search__form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  margin: 0;
  border-radius: 999px;
  background: #d8d8d8;
  overflow: hidden;
}
.site-search__input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 6px 0 20px;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  line-height: 28px;
  color: #333;
  appearance: none;
}
.site-search__input::-webkit-search-decoration,
.site-search__input::-webkit-search-cancel-button,
.site-search__input::-webkit-search-results-button,
.site-search__input::-webkit-search-results-decoration {
  appearance: none;
}
.site-search__button {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 32px;
  margin: 0;
  padding: 0 8px 0 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.site-search__button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 auto;
  background: url("../img/search.svg") no-repeat center / contain;
}
/*-------------------------------*/
/*--END Google検索----------------*/
/*-------------------------------*/




.top_link_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 140px;
  margin: 12rem auto 6rem;
}

@media (max-width: 900px) {
  .top_link_list {
    gap: 60px;
  }
}

@media (max-width: 640px) {
  .top_link_list {
    gap: 40px;
    margin: 5rem 0 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}



.hover-img a {
  position: relative;
  display: inline-block;
}
/* 通常画像 */
.hover-img .img-normal {
  position: relative;
  z-index: 1;
}
/* ホバー画像を重ねる */
.hover-img .img-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* ホバー時に差し替え */
.hover-img a:hover,
.hover-img a:focus {
  opacity: 1;
}
.hover-img a:hover .img-hover {
  opacity: 1;
}





.youtube-wrap {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 4rem;
  aspect-ratio: 16 / 9;
}
.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.youtube-wrap video {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 640px){
  .youtube-wrap {
    width: 100%;
  }
}


/*-----追従リンク画像（相談窓口）-----*/
.floating-link{
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: block;
  width: min(160px, 16vw);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}
.floating-link.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.floating-link:hover,
.floating-link:focus-visible{
  opacity: 1;
  transform: translateY(0) scale(1.06);
}
.floating-link div{
  position: relative;
  display: inline-block;
}
/* 通常画像 */
.floating-link div .img-normal {
  position: relative;
  z-index: 1;
}
/* ホバー画像を重ねる */
.floating-link div .img-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* ホバー時に差し替え */
.floating-link:hover,
.floating-link:focus {
  opacity: 1;
}
.floating-link:hover .img-hover {
  opacity: 1;
}

@media (max-width: 640px){
  .floating-link {
    bottom: 32px;
    top: auto;
    right: 12px;
    width: 100px;
  }
}





/*-----------------------
/*TOP-NEWS
------------------------*/
#news div.wid{
  background-color: var(--col_main);
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 9rem;
}
#news > img{
  position: relative;
  bottom: -1px;
}
#news h2{
  color: #fff;
  font-size: clamp(2.5rem, 2.244rem + 1.28vw, 3.125rem);
  text-align: center;
  padding: 1em;
  letter-spacing: 0.2em;
}
#news .js-splide{
  position: relative;
}
#news .splide__track{
  overflow: hidden;
}
#news .splide__slide{
  position: relative;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
}
#news .news-item{
  height: 100%;
}
#news .news-card{
  display: block;
  color: #000;
  position: relative;
  z-index: 1;
  opacity: 1;
}
#news .news-card:focus-visible{
  z-index: 3;
}
#news .news-thumb{
  position: relative;
  display: block;
  overflow: visible;
  border-radius: 10.9% / 16.4%;
}
#news .news-thumb__inner{
  display: block;
  overflow: hidden;
  border-radius: 10.9% / 16.4%;
}
#news .news-thumb__inner img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10.9% / 16.4%;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease;
}
/* hover枠 */
#news .news-thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top_news_hov.svg") no-repeat center / 100% 100%;
  opacity: 0;
  transform: scale(1.02);
  transform-origin: center center;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 3;
}
/* キーボード操作時 */
#news .news-card:focus-visible .news-thumb__inner img{
  transform: scale(1.06);
}
#news .news-card:focus-visible .news-thumb::after{
  opacity: 1;
}
/* hoverできる端末だけhoverを有効化 */
@media (hover: hover) and (pointer: fine){
  #news .news-card:hover{
    z-index: 3;
  }
  #news .news-card:hover .news-thumb__inner img{
    transform: scale(1.06);
  }
  #news .news-card:hover .news-thumb::after{
    opacity: 1;
  }
}
/* ドラッグ中はhover効果を解除 */
#news .splide.is-dragging .news-card,
#news .splide.is-dragging .news-card:hover{
  opacity: 1;
}
#news .splide.is-dragging .news-card .news-thumb__inner img,
#news .splide.is-dragging .news-card:hover .news-thumb__inner img{
  transform: scale(1);
}
#news .splide.is-dragging .news-card .news-thumb::after,
#news .splide.is-dragging .news-card:hover .news-thumb::after{
  opacity: 0;
}
#news .splide.is-dragging a{
  pointer-events: none;
}
#news .news-meta{
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#news .news-cat{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 2.1em;
  padding: 0.3em 1em;
  border-radius: 999px;
  background: #7db343;
  color: #000;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
}
#news .news-date{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1em;
  padding: 0.3em 0.9em;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
#news .news-text{
  margin: 1rem 0 0;
  color: #000;
  font-size: clamp(0.9rem, 0.777rem + 0.62vw, 1.2rem);
  line-height: 1.7;
}
/* --- スライダー矢印 -------- */
#news .news-arrows{
  position: absolute;
  left: 15%;
  bottom: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}
#news .news-arrows .splide__arrow{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 58px;
  height: 58px;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
#news .news-arrows .splide__arrow:focus-visible{
  transform: scale(1.08);
}

@media (hover: hover) and (pointer: fine){
  #news .news-arrows .splide__arrow:not(:disabled):hover{
    transform: scale(1.08);
  }
}

#news .news-arrows .splide__arrow svg{
  display: none;
}
#news .news-arrows .splide__arrow img{
  display: block;
  width: 100%;
  height: auto;
}
#news .news-arrows .splide__arrow--next img{
  transform: scaleX(-1);
}
#news .news-arrows .splide__arrow:disabled{
  opacity: .45;
}

/* ----スライダー ページネーション ----- */
#news .splide__pagination{
  position: absolute;
  right: 15%;
  bottom: 3.1rem;
  left: auto;
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
#news .splide__pagination li{
  line-height: 1;
}
#news .splide__pagination__page{
  width: 32px;
  height: 10px;
  margin: 0;
  border: 1.5px solid #fff;
  border-radius: 999px;
  background: transparent;
  opacity: 1;
  transform: none;
}
#news .splide__pagination__page.is-active{
  background: #fff;
  transform: none;
}
#news .splide__pagination__page:hover{
  opacity: .8;
}

/* カテゴリー色バリエーション */
#news .news-cat.is-red{
  background: var(--col_red);
}
#news .news-cat.is-orange{
  background: var(--col_ora);
}
#news .news-cat.is-green{
  background: var(--col_gre);
}



@media (max-width: 1200px){
  #news .news-arrows{
    left: 10%;
  }
  #news .splide__pagination{
    right: 10%;
  }
}

@media (max-width: 1100px){
  #news div.wid{
    margin: auto;
  }
}

@media (max-width: 640px){
  #news div.wid{
    padding-bottom: 7rem;
  }
  #news .news-thumb::after{
    transform: scale(1.03);
  }
  #news .news-meta{
    margin-top: 1rem;
    gap: 0.75rem;
  }
  #news .news-cat,
  #news .news-date{
    font-size: 0.85rem;
  }
  #news .news-text{
    font-size: 1rem;
    line-height: 1.65;
  }
  #news .news-arrows{
    left: 50%;
    bottom: 1.8rem;
    transform: translateX(-50%);
    gap: 0.75rem;
  }
  #news .news-arrows .splide__arrow{
    width: 46px;
    height: 46px;
  }
  #news .splide__pagination{
    right: 5%;
    bottom: 0.8rem;
    gap: 0.35rem;
  }
  #news .splide__pagination__page{
    width: 24px;
    height: 8px;
  }
  #news .news-list-btn{
    height: 46px;
    min-width: 92px;
    padding: 0 1rem;
    font-size: 0.9rem;
    border-width: 2px;
  }
}

/* --- NEWS一覧ボタン -------- */
#news .news-list-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  height: 58px;
  min-width: 124px;
  padding: 0 1.5rem;
  border: 2.814px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 1;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
#news .news-list-btn:hover,
#news .news-list-btn:focus-visible{
  opacity: 1;
  transform: scale(1.06);
  background: #fff;
  color: var(--col_main);
}
#news .news-list-btn__arrow{
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 0;
  transform: translateY(0.03em);
}


/*-------------------
/*バナー
-------------------*/
#top_bunner {
  padding: 3rem 0;
  background-color: var(--col_sub);
}
#top_bunner div ul{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#top_bunner div ul li img{
  border-radius: 20px;
}

@media (max-width: 640px){
  #top_bunner div ul{
    flex-direction: column;
    align-items: center
  }
}

/*--------------------------*/
/*footer*/
/*--------------------------*/
.footer_nav{
  padding: 4rem 0 5rem;
}
.footer_mainlogo{
  margin: 0 0 3.5rem;
  text-align: center;
}
.footer_mainlogo a{
  display: inline-block;
}
.footer_mainlogo img{
  width: min(250px, 30vw);
  margin: 0 auto;
}
.footer_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "kodomo teen soudan"
    "guardian info soudan";
  gap: 25px 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.footer_list > .kodomo{ grid-area: kodomo; }
.footer_list > .teen{ grid-area: teen; }
.footer_list > .guardian{ grid-area: guardian; }
.footer_list > .info{ grid-area: info; }
.footer_list > .soudan{ grid-area: soudan; }

.footer_card{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 85px;
  padding: 1rem;
  border-radius: 18px;
  background: var(--col_sub);
  overflow: hidden;
  transition: transform 0.25s ease;
}
.footer_card:hover,
.footer_card:focus-visible{
  opacity: 1;
  transform: translateY(-3px);
}
.footer_label{
  display: block;
  padding-right: 60px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8rem + 0.8vw, 1.4rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.footer_arr{
  position: absolute;
  right: 22px;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
}
.footer_arr img{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease;
}
.footer_arr .arr_def{ opacity: 1; }
.footer_arr .arr_hov{ opacity: 0; }

.footer_card:hover .footer_arr .arr_def,
.footer_card:focus-visible .footer_arr .arr_def{
  opacity: 0;
}
.footer_card:hover .footer_arr .arr_hov,
.footer_card:focus-visible .footer_arr .arr_hov{
  opacity: 1;
}
.top .footer_label{ color: var(--col_main); }
.kodomo .footer_label{ color: var(--col_ora); }
.teen .footer_label{ color: var(--col_bro); }
.guardian .footer_label{ color: var(--col_gre); }
.info .footer_label{ color: var(--col_blu); }

.footer_card--soudan{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 1rem 1.25rem 1.1rem;
  background: var(--col_red);
}
.footer_title{
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.754rem + 1.23vw, 1.6rem);
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.02em;
}
.footer_illust{
  display: block;
  width: min(65%, 220px);
  margin: 0.75rem auto 0;
}
.footer_illust img{
  display: block;
  width: 100%;
  height: auto;
}
.footer_card--soudan .footer_arr{
  top: auto;
  right: 14px;
  bottom: 14px;
  transform: none;
}

@media (max-width: 1100px){
  .footer_list{
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "kodomo teen"
      "guardian info"
      "soudan soudan";
    gap: 25px;
  }
  .footer_card--soudan{
    min-height: 230px;
  }
  .footer_illust{
    width: min(42%, 240px);
  }
  .footer_label {
    padding-right: 47px;
  }
  .footer_arr {
    right: 18px;
    top: 50%;
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 640px){
  .footer_nav{
    padding: 1.5rem 0 3rem;
  }
  .footer_logo{
    margin-bottom: 2rem;
  }
  .footer_logo img{
    width: min(250px, 56vw);
  }
  .footer_list{
    grid-template-columns: 1fr;
    grid-template-areas:
      "kodomo"
      "teen"
      "guardian"
      "info"
      "soudan";
    gap: 16px;
  }
  .footer_card{
    min-height: 70px;
    padding: 1rem 1.2rem;
    border-radius: 16px;
  }
  .footer_label{
    padding-right: 58px;
    font-size: 1.2rem;
  }
  .footer_arr{
    right: 16px;
    width: 36px;
    height: 36px;
  }
  .footer_card--soudan{
    min-height: 160px;
    padding: 1rem 1rem 1rem;
  }
  .footer_title{
    font-size: 1.5rem;
  }
  .footer_illust{
    width: min(58%, 210px);
  }
  .footer_card--soudan .footer_arr{
    right: 12px;
    bottom: 12px;
  }
}

/**/
footer .footer_logo{
  text-align: center;
  padding-top: 4rem;
}
footer .footer_logo div img{
  width: 270px;
  display: inline-block;
}
footer .footer_logo div img:nth-child(2) {
  margin-left: 3rem;
  width: 150px;
}
footer .footer_logo small{
  display: block;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 640px){
  footer .footer_mainlogo img{
    width: 75vw;
    margin-top: 2rem;
  }
  footer .footer_logo div img:nth-child(1){
    width: 200px;
  }
  footer .footer_logo div img:nth-child(2){
    margin-left: 1.5rem;
    width: 100px;
  }
}


/*----------------------------------------------------------------------------------------------*/
/*---second-------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
#second header .top_sec {
  max-width: 100%;
  margin: 0 auto;
}
#second .top_sec img{
  width: 100%;
  max-width: 100%;
}

#second .heading-lead{
  font-size: clamp(1.3rem, 1.088rem + 1.06vw, 1.75rem);
  margin-bottom: 1em;
  line-height: 1.6;
}

.guard-lead .heading-lead{ color: var(--col_gre);text-align: center;}
.kodomo-lead .heading-lead{color: var(--col_ora);}
.teen-lead .heading-lead{  color: var(--col_bro);text-align: center;}
.otona-lead .heading-lead{  color: var(--col_gre);text-align: center;}

@media screen and (max-width: 640px) {
  #second .heading-lead{
    margin-top: 3rem;
  }
  #second header .top_sec h1 img.sp {
    width: 80%;
  }
}

/* --------------------------------
  セクションライン（共通）
-------------------------------- */
.section_line {
  display: flex;
  align-items: center;
  gap: 17.875px;
  height: 17.132px;
  margin-left: calc(-62.125px / 2);
  overflow: hidden;
  pointer-events: none;
}
.section_line img {
  display: block;
  flex: 0 0 auto;
  width: 62.125px;
  height: 17.132px;
  max-width: none;
}

@media screen and (max-width: 640px) {
  .section_line {
    gap: 2.793vw;
    height: 2.677vw;
    margin-left: -4.854vw;
  }
  .section_line img {
    width: 9.707vw;
    height: 2.677vw;
  }
}

/* --------------------------------
  保護者向け：リード文
-------------------------------- */
.guard-lead {
  padding: 0rem 0 5.5rem;
}
.guard-lead__inner {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: start;
  gap: 60px;
}
.guard-lead__text {
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.03em;
  font-size: clamp(0.9rem, 0.859rem + 0.21vw, 1rem);
  text-align: justify;
}
.guard-lead__img img {
  width: 100%;
  border-radius: 30px;
}


/* --------------------------------
  保護者向け：目次
-------------------------------- */
.guard-index {
  padding: 8rem 0 4rem;
}
/* この枠だけ幅を管理 */
.guard-index .wid {
  width: min(982.554px, calc(100% - 40px));
  max-width: 982.554px;
  margin: 0 auto;
}
.guard-index__box {
  position: relative;
  padding: 5.5rem 11% 4.5rem;
  overflow: visible;

  /* JSで上書きされる */
  --guard-frame-render-w: 982.554px;
  --guard-frame-top-overlap: 130px;
  --guard-side-top: 58px;
  --guard-side-bottom: 56px;
  --guard-side-render-w: 17.131px;
  --guard-side-render-h: 62.125px;
  --guard-side-gap: 17px;
}
/* 以前の点線枠を消す */
.guard-index__box::before {
  content: none;
}
/* 上下の波線 */
.guard-index__frame {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: var(--guard-frame-render-w);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}
.guard-index__frame--top {
  top: calc(var(--guard-frame-top-overlap) * -1);
}
.guard-index__frame--bottom {
  bottom: 0;
}
/* 左右の波線 */
.guard-index__side {
  position: absolute;
  top: var(--guard-side-top);
  bottom: var(--guard-side-bottom);
  z-index: 1;
  width: var(--guard-side-render-w);
  display: flex;
  flex-direction: column;
  gap: var(--guard-side-gap);
  overflow: hidden;
  pointer-events: none;
}
.guard-index__side--left {
  left: -10px;
}
.guard-index__side--right {
  right: -10px;
  transform: scaleX(-1);
}
.guard-index__side img {
  display: block;
  flex: 0 0 auto;
  width: var(--guard-side-render-w);
  height: var(--guard-side-render-h);
  max-width: none;
}

/* リスト */
.guard-index__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: row;
  gap: 0 48px;
  margin: 0;
  padding: 0;
  counter-reset: guard-index;
}
.guard-index__list li {
  counter-increment: guard-index;
}
.guard-index__list a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.35em;
  min-height: 46px;
  padding: 0.65rem 2.2rem 0.65rem 0;
  border-bottom: 1px solid var(--col_gre);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.guard-index__list a::before {
  content: counter(guard-index) ".";
  flex: 0 0 auto;
  color: var(--col_gre);
}
.guard-index__list a::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--col_gre);
  border-right: 2px solid var(--col_gre);
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s ease;
}
.guard-index__list a:hover,
.guard-index__list a:focus-visible {
  opacity: 1;
}
.guard-index__list a:hover::after,
.guard-index__list a:focus-visible::after {
  right: 0;
}

@media (max-width: 900px) {
  .guard-lead__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .guard-lead__img {
    max-width: 360px;
    margin: 0 auto;
  }
  .guard-index__box {
    padding: 5rem 8% 4rem;
  }
  .guard-index__list {
    gap: 0 32px;
  }
}

@media (max-width: 640px) {
  .guard-lead__img {
    max-width: 100%;
  }
  .guard-index {
    padding: 7.5rem 0 3rem;
    overflow-x: hidden;
  }
  .guard-index .wid {
    max-width: 308px;
  }
  .guard-index__box {
    padding: 5rem 7% 3.7rem;
  }
  .guard-index__frame {
    display: none !important;
  }
  .guard-index__side {
    display: none !important;
  }
  .guard-index__box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -82px;
    z-index: 1;
    width: 100%;
    height: 116px;
    background-image: url("../img/second/guard_index_top.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 615px auto;
    pointer-events: none;
  }
  .guard-index__box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 36px;
    background-image: url("../img/second/guard_index_bottom.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 615px auto;
    pointer-events: none;
  }
  .guard-index__list {
    display: block;
  }
  .guard-index__list a {
    min-height: 41px;
    padding: 0.62rem 2rem 0.62rem 0;
    font-size: 0.95rem;
    line-height: 1.45;
  }
  .guard-index__list a::after {
    right: 0.25rem;
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 640px) {
  .guard-index .wid {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .guard-index__box {
    padding: 5rem 24px 3.7rem;
  }
  .guard-index__list {
    max-width: 320px;
    margin: 0 auto;
  }
  .guard-index__box::before,.guard-index__box::after {
    transform: scale(1.3);
  }
}



/* --------------------------------
  保護者向け：コンテンツカード
-------------------------------- */
#second .guard-section {
  padding: 6.4rem 0 5.5rem;
}
#second .guard-section > .wid {
  max-width: 900px;
  max-width: var(--main_wid);
}

/* 見出し */
#second .guard_cont {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  margin: 0 0 4.4rem;
}
#second .guard_cont > img {
  flex: 0 0 92px;
  width: 92px;
}
#second .guard_cont h2 {
  margin-bottom: 2rem;
  color: var(--col_gre);
  font-weight: 700;
  font-size: clamp(1.2rem, 0.79rem + 2.05vw, 2.2rem);
  line-height: 1.35;
  letter-spacing: 0.08em;
}
#second .guard_cont p {
  color: #000;
  font-size: clamp(0.9rem, 0.859rem + 0.21vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#second .guard_cont p:first-of-type {
  margin-top: 2.1rem;
}

/* カードリスト */
#second .guard-card-list {
  margin: 0;
}
#second .guard-card-list .splide__track {
  overflow: visible;
}

/* カード全体リンク */
#second .guard-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
#second .guard-card:hover,
#second .guard-card:focus-visible {
  opacity: 1;
}

/* サムネイル */
#second .guard-card__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 230 / 150;
  border: 2px solid var(--col_gre);
  border-radius: 18px;
}
#second .guard-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

/* テキスト */
#second .guard-card h3 {
  margin: 0.65rem 0 0;
  color: var(--col_gre);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
#second .guard-card p {
  margin: 0.55rem 0 1.3rem;
  color: #000;
  font-size: 0.85rem;
  line-height: 1.75;
}

/* 詳しく読むボタン */
#second .guard-card__btn {
  position: relative;
  display: inline-block;
  width: 123px;
  margin-top: auto;
}
#second .guard-card__btn img {
  display: block;
  width: 100%;
}
#second .guard-card__btn .img-normal {
  opacity: 1;
  transition: opacity 0.25s ease;
}
#second .guard-card__btn .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* 一覧にもどる */
#second .guard-back {
  display: flex;
  justify-content: center;
  margin-top: 4.6rem;
}
#second .guard-back a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 70px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 1;
  overflow: visible;
  transition: color 0.2s ease;
  z-index: 0;
}
#second .guard-back a::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background-color: var(--col_main);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#second .guard-back a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("../img/second/ichiran.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}
#second .guard-back a:hover,
#second .guard-back a:focus-visible {
  color: #fff !important;
  opacity: 1;
}
#second .guard-back a:hover::before,
#second .guard-back a:focus-visible::before {
  opacity: 1;
}
#second .guard-back a:hover::after,
#second .guard-back a:focus-visible::after {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  #second .guard-card:hover,
  #second .guard-card:focus-visible {
    transform: translateY(-6px);
  }
  #second .guard-card:hover .guard-card__thumb img,
  #second .guard-card:focus-visible .guard-card__thumb img {
    transform: scale(1.06);
  }
  #second .guard-card:hover .guard-card__btn .img-hover,
  #second .guard-card:focus-visible .guard-card__btn .img-hover {
    opacity: 1;
  }
  #second .guard-card:hover .guard-card__btn .img-normal,
  #second .guard-card:focus-visible .guard-card__btn .img-normal {
    opacity: 0;
  }
}

/* PC：3カラム表示 */
@media (min-width: 641px) {
  #second .guard-card-list.splide.js-splide-sp.is-initialized:not(.is-active) .splide__track {
    overflow: visible;
  }
  #second .guard-card-list.splide.js-splide-sp.is-initialized:not(.is-active) .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.15rem 40px;
    margin: 0;
    padding: 0;
    transform: none !important;
  }
  #second .guard-card-list.splide.js-splide-sp.is-initialized:not(.is-active) .splide__slide {
    width: auto !important;
    flex: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 900px) {
  #second .guard-section > .wid {
    margin: auto 8%;
  }
  #second .guard_cont {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  #second .guard-section {
    padding: 4rem 0 4.5rem;
  }
  #second .guard-section > .wid {
    margin: auto 5%;
  }
  #second .guard_cont {
    display: grid;
    grid-template-columns: 65px 1fr;
    column-gap: 1.2rem;
    row-gap: 1.2rem;
    /*align-items: start;*/
    align-items: center;
    margin-bottom: 2.4rem;
  }
  #second .guard_cont > img {
    grid-column: 1;
    grid-row: 1;
    flex: none;
    width: 100%;
  }
  #second .guard_cont__text {
    display: contents;
  }
  #second .guard_cont h2 {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }
  #second .guard_cont p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    line-height: 1.7;
  }
  /*#second .guard_cont pからdivに変更*/
  #second .guard_cont .kodomo_cont__text div {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  #second .guard-card-list {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  #second .guard-card-list .splide__track {
    overflow: hidden;
    padding-top: 10px;
    margin-top: -10px;
  }
  #second .guard-card h3 {
    font-size: 0.95rem;
  }
  #second .guard-card p {
    font-size: 0.85rem;
  }
  #second .guard-back {
    margin-top: 3.2rem;
  }

  #second .guard-back a {
    height: 60px;
  }
  
  #second .guard-card-list .splide__arrow {
    top: 35%;
    background: var(--col_main);
  }  
  #second .guard-card-list .splide__arrow svg {
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
  } 
}


/* -------------------------------------------------------
  一時確認用：保護者向けカードをスライダーにせず表示
  - 641px以上：これまで通り3列
  - 640px以下：2列
------------------------------------------------------- */
    #second .guard-card-list.splide.js-splide-sp {
      visibility: visible;
    }
    
    @media (min-width: 641px) {
      #second .guard-card-list.splide.js-splide-sp .splide__track {
        overflow: visible;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__list {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3.15rem 40px;
        margin: 0;
        padding: 0;
        transform: none !important;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__slide {
        width: auto !important;
        flex: none !important;
        margin: 0 !important;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__arrows,
      #second .guard-card-list.splide.js-splide-sp .splide__pagination {
        display: none !important;
      }
    }
    
    @media (max-width: 640px) {
      #second .guard-card-list.splide.js-splide-sp {
        width: auto;
        margin-left: 0;
        margin-right: 0;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__track {
        overflow: visible;
        padding-top: 0;
        margin-top: 0;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 16px;
        margin: 0;
        padding: 0;
        transform: none !important;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__slide {
        width: auto !important;
        flex: none !important;
        margin: 0 !important;
      }
    
      #second .guard-card-list.splide.js-splide-sp .splide__arrows,
      #second .guard-card-list.splide.js-splide-sp .splide__pagination {
        display: none !important;
      }
    
      #second .guard-card__btn {
        width: min(123px, 100%);
      }
    }
/* -------------------------------------------------------
  END 一時確認用：保護者向けカードをスライダーにせず表示
------------------------------------------------------- */



/*---------------------------*/
/*こどものみんなへ              */
/*---------------------------*/

#second .kodomo_cont h2{
  color: var(--col_ora);
}
.kodomo-lead{
  text-align: center;
  margin: 0 auto;
}
.kodomo-lead a {
  display: inline-block;
  position: relative;
  width: 350px;
  margin-top: 2rem;
  color: var(--col_ora);
  text-align: left;
  opacity: 1;
}
.kodomo-lead a > div {
  background-color: #d4ecf1;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 0.5em 2em;
  box-shadow: 0px 6px #a7d6df;
  transition: transform 0.25s ease;
}
.kodomo-lead a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 21px;
  height: 16px;
  background: url(../img/arrow_ora_simple.svg) no-repeat;
  transform: translateY(-50%);
  transition: right 0.2s ease, transform 0.25s ease;
  pointer-events: none;
}
.kodomo-lead a:hover,
.kodomo-lead a:focus-visible {
  opacity: 1;
}
.kodomo-lead a:hover > div,
.kodomo-lead a:focus-visible > div {
  transform: translateY(-3px);
}
.kodomo-lead a:hover::after,
.kodomo-lead a:focus-visible::after {
  right: 1.5rem;
  transform: translateY(calc(-50% - 3px));
}
.kodomo-lead__text{
  width: 80%;
  max-width: 600px;
  text-align: justify;
  /*margin:0 auto;*/   
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .kodomo-lead a{
    width: 100%;
  }
  .kodomo-lead__text{
    width: 100%;
    margin: 1rem auto 0;
  }
}




/*-------------------------------*/
/*こどものみんなへ  ジーンケーン紹介  */
/*-------------------------------*/
.character-profile {
  --red: #e73e14;
  --green: var(--col_gre, #41b25d);

  --dot-size: 12px;
  --dot-gap: 10px;
  --hit-padding: 10px;

  --top-line-y: 54px;
  --bottom-line-y: 0px;

  --profile-side-gap: 80px;
  --profile-max-width: 1000px;

  --visual-width: 340px;
  --inner-gap: 0px;

  --image-width: 240px;
  --image-mt: -35px;
  --image-mb: 10px;

  position: relative;
  width: min(calc(100% - var(--profile-side-gap)), var(--profile-max-width));
  max-width: var(--profile-max-width);
  margin: 4rem auto;
  padding: 38px 0 24px;
  overflow: visible;
}
.character-profile > .character-profile__line {
  max-width: none;
  margin: 0;
}
/* 点線レイヤー */
.character-profile {
  /* 追加 */
  --line-right-gap: 16px;
}
.character-profile__line {
  position: absolute;
  left: 0;
  right: var(--line-right-gap);
  height: var(--dot-size);
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.character-profile__line--top {
  top: var(--top-line-y);
}
.character-profile__line--bottom {
  bottom: var(--bottom-line-y);
}
.character-profile__line span {
  position: absolute;
  top: 0;
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 0 0 3px 3px;
}
.character-profile__line--top span {
  background: var(--red);
}
.character-profile__line--bottom span {
  background: var(--green);
  border-radius: 3px 3px 0 0;
}
.character-profile__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: var(--visual-width) minmax(0, 1fr);
  gap: var(--inner-gap);
  align-items: center;
}
.character-profile__visual {
  text-align: center;
}
.character-profile__image {
  width: var(--image-width);
  margin: var(--image-mt) auto var(--image-mb);
}
.character-profile__visual h2 {
  margin: 0;
  font-size: clamp(1.3rem, 1.206rem + 0.47vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.character-profile__text {
  margin: 0;
  font-size: clamp(0.86rem, 0.801rem + 0.25vw, 0.95rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: justify;
  padding-top:calc(var(--top-line-y) / 2);
  padding-right: 2rem;
}

@media (max-width: 900px) {
  .character-profile {
    --profile-side-gap: 56px;
    --visual-width: 230px;
    --inner-gap: 28px;
    --image-width: 220px;
    --image-mt: -30px;
    --top-line-y: 52px;
    --bottom-line-y: 0px;
  }
  .character-profile__text br {
    display: none;
  }
}

@media (max-width: 760px) {
  .character-profile {
    --profile-side-gap: 40px;
    --visual-width: 205px;
    --inner-gap: 22px;
    --image-width: 200px;
    --image-mt: -24px;
    --top-line-y: 48px;
  }
  .character-profile__text {
    line-height: 1.7;
  }
}

@media (max-width: 640px) {
  .character-profile {
    --profile-side-gap: 48px;
    --profile-max-width: 430px;
    --dot-size: 8px;
    --dot-gap: 7px;
    --hit-padding: 8px;
    --top-line-y: 40px;
    --bottom-line-y: 20px;
    --image-width: 180px;
    --image-mt: -16px;
    --image-mb: 10px;
    width: min(calc(100% - var(--profile-side-gap)), var(--profile-max-width));
    max-width: var(--profile-max-width);
    margin: 3rem auto 0;
    padding: 34px 0 34px;
  }
  .character-profile__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .character-profile__visual h2 {
    font-size: 1.55rem;
    padding-bottom: 1em
  }
  .character-profile__text {
    font-size: 0.95rem;
    line-height: 1.8;
    padding-bottom: 1rem;
    padding-right: 0;
    padding-top: 0;
  }
  .character-profile__text br {
    display: none;
  }
}

@media (max-width: 390px) {
  .character-profile {
    --profile-side-gap: 32px;
    --image-width: 165px;
    --top-line-y: 38px;
  }
  .character-profile__visual h2 {
    font-size: 1.42rem;
  }
  .character-profile__text {
    font-size: 0.9rem;
  }
}


/*-------------------------------*/
/*こどものみんなへ セクション1-----  */
/*-------------------------------*/
#kodomo-sec-01 .jk_img{
  grid-column: 1 / -1;
  justify-self: center;
  margin: 1.5rem auto 3rem;
  max-width: 220px;
}
#kodomo-sec-01 .youtube-wrap  h3 {
  color: var(--col_ora);
  margin-bottom: 0.5em;
  font-size: clamp(1.2rem, 1.059rem + 0.71vw, 1.5rem);
}
.youtube-wrap .kodomo{
  position: relative;
  aspect-ratio: 16 / 9;
  border: 8px solid var(--col_ora);
  border-radius: 15px;
}
.youtube-wrap .kodomo::after {
  position: absolute;
  content: "";
  transform: translateY(-100%);
  background: url("../img/second/jk_2.webp") no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
  width: 100px;
  height: 100px;
  top: 0;
  right: 50px;
}
.kodomo_music_dl_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin: 2.8rem auto 0;
  padding: 0;
}
.kodomo_music_dl_list li {
  position: relative;
}
.kodomo_music_dl_list a {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 102px;
  padding: 32px 12px 20px;
  text-align: center;
  color: var(--col_ora);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: url("../img/second/dl_frame_ora.svg") no-repeat center / 100% 100%;
  opacity: 1;
  overflow: visible;
  transition: transform 0.3s ease;
}
.kodomo_music_dl_text {
  display: block;
}
.kodomo_music_dl_text .blue {
  color: var(--col_main);
  font-size: 1.1rem;
  padding-right: 0.1em;
}
.kodomo_music_dl_list a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url("../img/second/dl_ora.svg") no-repeat center / contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.kodomo_music_dl_list a:hover,
.kodomo_music_dl_list a:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
}
@media (max-width: 1100px) {
  .kodomo_music_dl_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    margin-top: 3rem;
  }
  .kodomo_music_dl_list a::before {
    top: -12px;
  }
}

@media (max-width: 768px) {
  .youtube-wrap .kodomo::after {
  width: 80px;
  height: 80px;
  right: 10px;
  }
  .kodomo_music_dl_list a::before {
    top: -9px;
  }
}
@media (max-width: 550px) {
  .kodomo_music_dl_list {
    grid-template-columns: 1fr;
  }
}



#kodomo-sec-02{
  background-color: var(--col_yel);
}
#kodomo-sec-02 .kodomo_cont{
  margin: 0;
}
#kodomo-sec-02 .sesame_link_btn {
  grid-column: 1 / -1;
  display: block;
  width: fit-content;
  margin: 4rem auto 0;
  transition: transform 0.3s ease;
}
#kodomo-sec-02 .sesame_link_btn img {
  max-width: 480px;
  margin: 0;
}
#kodomo-sec-02 .sesame_link_btn:hover,
#kodomo-sec-02 .sesame_link_btn:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
}

@media (max-width: 640px) {
  #second #kodomo-sec-02 .guard_cont h2 {
    font-size: 1.4rem;
  }
}



/*-------------------------------------------*/
/*大人の方へ （こどものメンタルヘルスを考えるときに）*/
/*-------------------------------------------*/
.otona_header {position: relative;}

.otona_header h1 {margin-top: 0!important;}

 #second header.otona_header .top_sec {
  margin: -2rem auto 0;
}
 #second header.otona_header .top_sec h1 img.sp {
  width: 100%;
}
.otona_header nav{
  background-color: #d4ecf1;
}
.otona_header::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem; /* h1 img の下margin分に合わせる */
  width: 100%;
  aspect-ratio: 1400 / 68.399;
  background-image: url("../img/second/w_deco.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  pointer-events: none;
}

@media (max-width: 640px) {
  .otona_header::before{
    display: none;
  }
}

/* --------------------------------
  おとな向け：メッセージカード
-------------------------------- */
.otona-message {
  --red: #e73e14;
  --green: var(--col_gre, #41b25d);

  --dot-size: 12px;
  --dot-gap: 10px;
  --hit-padding: 10px;

  --top-line-y: 0px;
  --character-width: 138px;
  --character-overhang: 110px;
  --bottom-line-y: var(--character-overhang);

  position: relative;
  width: min(calc(100% - 80px), 700px);
  margin: 5rem auto;
  padding-bottom: var(--character-overhang);
  overflow: visible;
}

/* 上下の点線 */
.otona-message .character-profile__line {
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  overflow: hidden;
}
.otona-message .character-profile__line--top span {
  background: var(--red);
}
.otona-message .character-profile__line--bottom span {
  background: var(--green);
}

/* メッセージ背景 */
.otona-message__paper {
  position: relative;
  z-index: 1;
  background: var(--col_sub);
  padding: 3.8rem 7.5% 3.5rem;
  overflow: hidden;
}

/* 右下のページめくれ */
.otona-message::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(var(--character-overhang) - 1px);
  z-index: 8;
  width: 54.132px;
  height: 56.7px;
  background-image: url("../img/second/otona_message_parts.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
}

/* 本文・罫線 */
.otona-message__body {
  --text-line-height: 2.5em;
  position: relative;
  z-index: 1;
  padding-bottom: 6.5rem;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(var(--text-line-height) - 1px),
    rgba(65, 178, 93, 0.75) calc(var(--text-line-height) - 1px),
    rgba(65, 178, 93, 0.75) var(--text-line-height)
  );
  font-weight: 700;
  font-size: clamp(0.9rem, 0.84rem + 0.3vw, 1rem);
  line-height: var(--text-line-height);
  letter-spacing: 0.03em;
}
.otona-message__body p {
  margin: 0;
  text-align: justify;
}
.otona-message__body p + p {
  margin-top: var(--text-line-height);
}
.otona-message__body .otona-message__credit {
  text-align: right;
}

.otona-message__character {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 6;
  width: var(--character-width);
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 640px) {
  .otona-message {
    --dot-size: 8px;
    --dot-gap: 7px;
    --hit-padding: 8px;
    --character-width: 112px;
    --character-overhang: 90px;

    width: min(calc(100% - 32px), 430px);
    margin: 3rem auto 4rem;
  }
  .otona-message__paper {
    padding: 3rem 24px 3.2rem;
  }
  .otona-message__body {
    --text-line-height: 2.25em;
    padding-bottom: 6rem;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
  }
  .otona-message::after {
    width: 44px;
    height: 46px;
  }
}


/* --------------------------------
  おとな向け：アコーディオン記事
-------------------------------- */
.otona-article-section {
  padding: 3rem 0 5rem;
}
.otona-article {
  max-width: 900px;
  margin: 0 auto 6rem;
}
.otona-article__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.3rem;
}
.otona-article__num {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--col_ora);
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1;
}
.otona-article__title {
  margin: 0;
  color: var(--col_gre);
  font-weight: 700;
  font-size: clamp(1.35rem, 1.12rem + 1.15vw, 1.85rem);
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.otona-article__lead {
  /*margin: 0 0 2.5rem;*/
  font-weight: 500;
  font-size: clamp(0.92rem, 0.87rem + 0.25vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
}

/* 開閉本文：アニメーション */
.otona-article__content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.45s cubic-bezier(.22, .61, .36, 1),
    margin-top 0.45s cubic-bezier(.22, .61, .36, 1),
    opacity 0.5s ease;
}
.otona-article.is-open .otona-article__content {
  margin-top: 2.8rem;
  opacity: 1;
}
.otona-article__content[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .otona-article.is-open .otona-article__content {
    margin-top: 2.2rem;
  }
}

.otona-article__block + .otona-article__block {
  margin-top: 2.1rem;
}
.otona-article__block h3 {
  margin: 0 0 0.6rem;
  color: var(--col_ora);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.otona-article__block p {
  /*margin: 0;*/
  font-weight: 500;
  font-size: clamp(0.86rem, 0.82rem + 0.2vw, 0.95rem);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
/* 下線＋ボタン */
.otona-article__toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--col_ora);
}
.otona-article__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: var(--col_ora);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.otona-article__toggle:hover,
.otona-article__toggle:focus-visible {
  opacity: 1;
}
.otona-article__toggle-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/arrow_gre_hov.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transition:
    transform 0.25s ease,
    translate 0.25s ease;
}
.otona-article.is-open .otona-article__toggle-icon {
  transform: rotate(-90deg);
}

@media (hover: hover) and (pointer: fine) {
  .otona-article__toggle:hover .otona-article__toggle-icon {
    animation: otona-article-arrow-bounce-down 0.45s ease-in-out 2;
  }

  .otona-article.is-open .otona-article__toggle:hover .otona-article__toggle-icon {
    animation-name: otona-article-arrow-bounce-up;
  }
}

@keyframes otona-article-arrow-bounce-down {
  0%,
  100% {translate: 0 0;}

  50% {translate: 0 5px;}
}

@keyframes otona-article-arrow-bounce-up {
  0%,
  100% {translate: 0 0;}

  50% {translate: 0 -5px;}
}

@media (prefers-reduced-motion: reduce) {
  .otona-article__toggle:hover .otona-article__toggle-icon {
    animation: none;
  }
}

@media (max-width: 640px) {
  .otona-article-section {
    padding: 2rem 0 4rem;
  }
  .otona-article__head {
    gap: 0.75rem;
    margin-bottom: 1.7rem;
  }
  .otona-article__num {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  .otona-article__title {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .otona-article__lead {
    margin-bottom: 2rem;
    line-height: 2;
  }
  .otona-article__content {
    margin-top: 2.2rem;
  }
  .otona-article__block + .otona-article__block {
    margin-top: 1.7rem;
  }
  .otona-article__block h3 {
    font-size: 0.95rem;
  }
  .otona-article__block p {
    font-size: 0.9rem;
    line-height: 1.9;
  }
  .otona-article__toggle-wrap {
    margin-top: 2rem;
  }
}

/*2-1 リンクボタン*/
.otona-article-link {
  text-align: center;
  margin: 0 auto 2.5rem;
}
.otona-article-link a {
  display: inline-block;
  color: var(--col_gre);
  font-weight: 700;
  opacity: 1;
}
.otona-article-link a span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0.85em 0.2em 0.2em;
  border-bottom: 2px solid var(--col_ora);
  transition: transform 0.25s ease;
}
.otona-article-link a span::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.25em;
  height: 0.95em;
  background: url("../img/arrow_gre_simple.svg") no-repeat center / contain;
  transform: translateY(0.03em);
  transition: transform 0.25s ease;
}
.otona-article-link a:focus-visible {
  opacity: 1;
  outline: 3px solid rgba(243, 151, 0, 0.35);
  outline-offset: 6px;
  border-radius: 4px;
}
.otona-article-link a:focus-visible span {
  transform: translateY(-3px);
}
.otona-article-link a:focus-visible span::after {
  transform: translateY(0.03em) translateX(6px);
}

@media (hover: hover) and (pointer: fine) {
  .otona-article-link a:hover {
    opacity: 1;
  }
  .otona-article-link a:hover span {
    transform: translateY(-3px);
  }
  .otona-article-link a:hover span::after {
    transform: translateY(0.03em) translateX(6px);
  }
}

@media (max-width: 640px) {
  .otona-article-link {
    margin: 2rem auto 0.5rem;
  }
  .otona-article-link a span {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
  }
}





/* --------------------------------
  おとな向け：記事4レイアウト
-------------------------------- */
#otona-article-04 .otona-article__block {
  display: block;
}
#otona-article-04 .otona-article__block h3 {
  margin-bottom: 0;
}
#otona-article-04 .otona-article__block img {
  display: block;
  width: min(100%, 640px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#otona-article-04 .otona-article__block small {
  display: block;
  width: min(100%, 640px);
  margin: 0 auto 3rem;
  font-size: 0.78rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
#otona-article-04 .otona-article__block p {
  margin: 0 0 1em;
  padding-left: 0;
  border-left: 0;
  max-width: none;
}
#otona-article-04 .otona-article__block + .otona-article__block {
  margin-top: 3.2rem;
}
#otona-article-04 .sesame-article__list {
  margin: 1rem auto 0;
}
#otona-article-04 .sesame-article__list li {
  line-height: 1.7;
  margin-left: 1em;
}


@media (max-width: 640px) {
  #otona-article-04 .otona-article__block img,
  #otona-article-04 .otona-article__block small {
    width: 100%;
  }
  #otona-article-04 .otona-article__block small {
    margin-bottom: 1.3rem;
    font-size: 0.72rem;
    line-height: 1.6;
  }
  #otona-article-04 .otona-article__block + .otona-article__block {
    margin-top: 2.4rem;
  }
}

/* --------------------------------
  おとな向け：保護者向けCTA
-------------------------------- */
.otona-guardian-cta {
  text-align: center;
  line-height: 1.8;
}
.otona-guardian-cta__lead {
  margin: 0 auto 4.2rem;
  color: var(--col_gre);
  font-weight: 700;
  font-size: clamp(0.95rem, 0.848rem + 0.51vw, 1.1rem);
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.otona-guardian-cta__label {
  position: relative;
  display: inline-block;
  margin-bottom: 1.6rem;
  color: var(--col_ora);
  font-weight: 700;
  font-size: clamp(1rem, 0.948rem + 0.51vw, 1.2rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.otona-guardian-cta__label::before,
.otona-guardian-cta__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 52px;
  background: var(--col_ora);
}

.otona-guardian-cta__label::before {
  left: -2.2rem;
  transform: translateY(-50%) rotate(-32deg);
}
.otona-guardian-cta__label::after {
  right: -2.2rem;
  transform: translateY(-50%) rotate(32deg);
}
.otona-guardian-cta__body {
  display: grid;
  grid-template-columns: 150px minmax(240px, 340px) 150px;
  align-items: end;
  justify-content: center;
  gap: 2.8rem;
}
.otona-guardian-cta__chara {
  width: 100%;
  max-width: 150px;
}
.otona-guardian-cta__chara--left {
  justify-self: end;
}
.otona-guardian-cta__chara--right {
  justify-self: start;
}
.otona-guardian-cta__link {
  display: block;
  opacity: 1;
  transition: transform 0.25s ease;
}
.otona-guardian-cta__link:hover,
.otona-guardian-cta__link:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
}
.otona-guardian-cta__link img {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .otona-guardian-cta__body {
    grid-template-columns: 120px minmax(240px, 320px) 120px;
    gap: 1.6rem;
  }
  .otona-guardian-cta__chara {
    max-width: 120px;
  }
}

@media (max-width: 640px) {
  .otona-guardian-cta {
    padding: 0rem 0 4.5rem;
  }
  .otona-guardian-cta__lead {
    margin-bottom: 3rem;
    text-align: left;
    line-height: 2;
  }
  .otona-guardian-cta__lead br {
    display: none;
  }
  .otona-guardian-cta__label {
    margin-bottom: 1.4rem;
    font-size: 1rem;
  }
  .otona-guardian-cta__label::before,
  .otona-guardian-cta__label::after {
    height: 42px;
  }
  .otona-guardian-cta__label::before {
    left: -1.5rem;
  }
  .otona-guardian-cta__label::after {
    right: -1.5rem;
  }
  .otona-guardian-cta__body {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.4rem;
  }
  .otona-guardian-cta__link {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(82%, 300px);
    margin: 0 auto;
  }
  .otona-guardian-cta__chara {
    grid-row: 2;
    max-width: 120px;
  }
  .otona-guardian-cta__chara--left {
    justify-self: end;
  }
  .otona-guardian-cta__chara--right {
    justify-self: start;
  }
}


/* --------------------------------
  おとな向け：大人のメンタルヘルス
-------------------------------- */
.otona-selfcare {
  padding: 5.5rem 0 6.5rem;
  margin-top: 5rem;
  background-color: var(--col_sub);
  line-height: 1.8;
}
.otona-selfcare__head {
  margin-bottom: 4rem;
  text-align: center;
}
.otona-selfcare__title {
  margin: 0;
  color: var(--col_gre);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.313rem + 1.44vw, 2.3rem);
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.otona-selfcare__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 3rem;
  /*max-width: 760px;*/
  margin: 0 auto;
}
.otona-selfcare__text {
  /*margin: 0;*/
  font-weight: 700;
  font-size: clamp(0.9rem, 0.859rem + 0.21vw, 1rem);
  line-height: 2.15;
  letter-spacing: 0.05em;
  text-align: justify;
}
.otona-selfcare__link {
  display: block;
  text-align: center;
  opacity: 1;
  transition: transform 0.25s ease;
}
.otona-selfcare__link:hover,
.otona-selfcare__link:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
}
.otona-selfcare__link-title {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--col_gre);
  font-weight: 700;
  font-size: clamp(1.15rem, 1.027rem + 0.62vw, 1.45rem);
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.otona-selfcare__link-text {
  position: relative;
  display: inline-block;
  margin-bottom: 1.3rem;
  color: var(--col_ora);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.otona-selfcare__link-text::before,
.otona-selfcare__link-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 48px;
  background: var(--col_ora);
}
.otona-selfcare__link-text::before {
  left: -2rem;
  transform: translateY(-50%) rotate(-32deg);
}
.otona-selfcare__link-text::after {
  right: -2rem;
  transform: translateY(-50%) rotate(32deg);
}
.otona-selfcare__link img {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.otona-selfcare__sub-arc {
  width: 280px;
  margin: 0 auto;
  line-height: 1;
}
.otona-selfcare__sub-arc svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.otona-selfcare__sub-arc text {
  fill: var(--col_ora);
  font-weight: 700;
  /*font-size: 1.45rem;*/
  font-size: clamp(1.45rem, 1.224rem + 1.13vw, 2rem);
  letter-spacing: 0.18em;
}

@media (max-width: 900px) {
  .otona-selfcare__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 680px;
  }
  .otona-selfcare__link {
    width: min(100%, 320px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .otona-selfcare {
    padding: 4rem 0 4.5rem;
  }
  .otona-selfcare__head {
    margin-bottom: 2.8rem;
  }
  .otona-selfcare__text {
    line-height: 2;
  }
  .otona-selfcare__link-title {
    margin-bottom: 1rem;
  }
  .otona-selfcare__link-text::before {
    left: -1.5rem;
  }
  .otona-selfcare__link-text::after {
    right: -1.5rem;
  }
}


/*-------------------------------------------*/
/*----セサミ----------------------------------*/
/*-------------------------------------------*/
.sesame_header nav {
    background-color: var(--col_yel);
}
#second .sesame_header .top_sec {
    margin: -2rem auto 0;
}
.sesame-ws {
  padding: 5rem 0 0rem;
}
.sesame-ws > .wid {
  max-width: 900px;
  max-width: var(--main_wid);
}
.sesame-ws__head {
  margin: 0 auto 4.5rem;
  text-align: center;
}
.sesame-ws__head img {
  width: min(100%, 760px);
  margin: 0 auto;
}
.ws-card {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 2rem;
  align-items: start;
}
.ws-card + .ws-card {
  margin-top: 5.5rem;
}
.otona-article + .otona-article {
  margin-top: 5.5rem;
}
.ws-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.ws-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ef342a;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
}
.ws-card__ttl {
  margin: 0;
  color: var(--col_gre);
  font-weight: 700;
  font-size: clamp(1.2rem, 0.894rem + 1.53vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: justify;
}
.ws-card__txt {
  /*margin: 0;*/
  font-weight: 500;
  font-size: clamp(0.9rem, 0.806rem + 0.47vw, 1.1rem);
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify;
}
.ws-card__side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ws-card__thumb {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.ws-card__dl {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0.65rem;
}
.ws-card__dl:hover,
.ws-card__dl:focus-visible {
  opacity: 1;
}
.ws-card__dl img {
  width: 100%;
}
.ws-card__dl-img {
  position: relative;
  z-index: 1;
}
.ws-card__dl-hov {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.ws-card__dl:hover .ws-card__dl-hov,
.ws-card__dl:focus-visible .ws-card__dl-hov {
  opacity: 1;
}

@media (max-width: 640px) {
  .sesame-ws {
    padding: 3.5rem 0 4.5rem;
  }
  .sesame-ws__head {
    margin-bottom: 3rem;
  }
  .ws-card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .ws-card + .ws-card {
    margin-top: 4rem;
  }
  .ws-card__head {
    gap: 0.75rem;
  }
  .ws-card__num {
    width: 42px;
    height: 42px;
    font-size: 1.45rem;
  }
  .ws-card__txt {
    line-height: 1.9;
  }
  .ws-card__side {
    width: 180px;
    max-width: 62%;
    margin: 0 auto;
  }
}

/* --------------------------------
  セサミ：記事アコーディオン
-------------------------------- */
.sesame-article-section {
  padding: 2.5rem 0 5.5rem;
  background: #fff;
}
.sesame-article {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.otona-article + .otona-article {
  margin-top: 5.5rem;
}
.sesame-article__head {
  padding-right: 210px;
}
.sesame-article__num {
  background: var(--col_main);
}
.sesame-article__dl {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  margin-top: 0;
}
.sesame-article__toggle-wrap {
  margin-top: 2.6rem;
}
.sesame-article__image img {
  width: 70%;
  margin: 0 auto 2rem;
  max-width: 500px;
}
.sesame-article__block h3 {
  color: var(--col_gre);
  font-size: 1.1rem;
}
.sesame-article__list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.sesame-article__list li {
  position: relative;
  padding-left: 1.4em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.sesame-article__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.72em;
  height: 0.72em;
  border-radius: 50%;
  background: var(--col_gre);
}
.sesame-article__list li span{
  font-weight: 400;
    display: inline-block;
  text-align: left;
  line-height: 1.6;
}
.sesame-article__bottom-dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(1.2rem, 3vw, 2rem);
  margin-top: 2.3rem;
}
.sesame-article__bottom-img {
  grid-column: 1;
  justify-self: end;
  width: 135px;
  max-width: 32vw;
}
.sesame-article__dl-bottom {
  grid-column: 2;
  justify-self: center;
  width: 170px;
  margin: 0;
}
.sesame-article.note {
  max-width: 900px!important;
}
.sesame-article.note p{
  line-height: 1.6;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-align: justify;
}


@media (max-width: 640px) {
  .sesame-article-section {
    padding: 2rem 0 4.5rem;
  }
  .otona-article + .otona-article {
    margin-top: 4rem;
  }
  .sesame-article__head {
    padding-right: 0;
  }
  .sesame-article__dl {
    position: relative;
    top: auto;
    right: auto;
    width: 180px;
    max-width: 62%;
    margin: 1.3rem auto 0;
  }
  .sesame-article__toggle-wrap {
    margin-top: 2.2rem;
  }
  .sesame-article__image img {
    width: 100%;
    margin-bottom: 2.8rem;
  }
  .sesame-article__bottom-dl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: clamp(72px, 18vw, 105px);
    margin-top: 2rem;
    overflow: visible;
  }
  .sesame-article__dl-bottom {
    width: clamp(128px, 42vw, 160px);
    max-width: none;
    margin: 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
  }
  .sesame-article__bottom-img {
    --bottom-img-w: clamp(50px, 16vw, 92px);
    --bottom-dl-half: clamp(64px, 21vw, 80px);
    --bottom-gap: 0.35rem;
    position: absolute;
    top: 50%;
    left: max(
      0px,
      calc(50% - var(--bottom-dl-half) - var(--bottom-gap) - var(--bottom-img-w))
    );
    transform: translateY(-50%);
    width: var(--bottom-img-w);
    max-width: none;
    z-index: 1;
  }
}


/*--------------------------------------------*/
/*--10代のみなさんへ----------------------------*/
/*--------------------------------------------*/

#second .teen_cont{
  margin: 0;
}
#second .teen_cont h2,#second .teen-card h3 {
    color: var(--col_bro);
}
#second .teen-card__thumb {
  border: 2px solid var(--col_bro);
}
#second .teen_cont p{
  font-weight: 400;
  margin-bottom: 1rem;
}
#second .teen_cont p a{
  text-decoration: underline;
}

@media (max-width: 640px) {
  #second .teen_cont {
    display: flex;
    flex-direction: column;
  }
  #second .teen_cont h2{
    margin-bottom: 1.5rem;
  }
}

/*--------------------------------------------*/
/*--関連情報-----------------------------------*/
/*--------------------------------------------*/

#second .resources_cont h2,#second .resources-card h3 {
    color: var(--col_blu);
}
#second .resources-card__thumb {
  border: 2px solid var(--col_blu);
}

@media (max-width: 640px) {
  #second .resources_cont {
    display: flex;
  }
}

/*--------------------------------------------*/
/*--関連情報：相談窓口一覧リード-------------*/
/*--------------------------------------------*/
#second .resources-counsel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 4rem);
  margin: 0;
}
#second .resources-counsel__body h2 {
  margin: 0 0 1em;
  color: var(--col_blu);
  font-size: clamp(1.2rem, 0.729rem + 2.35vw, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
#second .resources-counsel__body p {
  /*margin: 0;*/
  font-size: clamp(0.9rem, 0.853rem + 0.24vw, 1rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
#second .resources-counsel__image {
  margin: 0;
  width: 100%;
}
#second .resources-counsel__image img {
  width: 100%;
  max-width: 260px;
  margin-left: auto;
}

@media (max-width: 760px) {
  #second .resources-counsel {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  #second .resources-counsel__image {
    max-width: 260px;
    margin: 0 auto;
  }
  #second .resources-counsel__image img {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  #second .resources-counsel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  #second .resources-counsel__body h2 {
    margin-bottom: 1.2rem;
    font-size: 2.15rem;
    letter-spacing: 0.04em;
  }
  #second .resources-counsel__body p {
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
  #second .resources-counsel__image {
    align-self: center;
  }
}


/*--------------------------------------------*/
/*--関連情報：インデックス------------------------*/
/*--------------------------------------------*/
.resources-index__box {
  padding: 6.4rem 0 5.2rem;
}
.resources-index__frame {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: min(100%, 982px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}
.resources-index__frame--top {
  top: -110px;
}
.resources-index__frame--bottom {
  bottom: 0;
}
.resources-index__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.resources-index__list li {
  margin: 0;
}
.resources-index__list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 1rem 1.2rem 1rem;
  border-radius: 14px;
  background: var(--col_blu);
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  letter-spacing: 0.04em;
  opacity: 1;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.resources-index__list a::before {
  content: none;
}
.resources-index__list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--col_blu);
  transform: translateX(-50%);
  z-index: 1;
}
.resources-index__list a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.resources-index__list a span {
  position: relative;
  z-index: 3;
}
.resources-index__list a span::after {
  content: none;
}
.resources-index__list a:hover,
.resources-index__list a:focus-visible {
  opacity: 1;
  transform: translateY(3px);
}

.line-keep {
  display: inline-block;
  white-space: nowrap;
}
.line-keep.block {
  display: block;
}

@media (max-width: 760px) {
  .resources-index__box {
    padding: 5.5rem 24px 4.4rem;
  }
  .resources-index__list {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
    gap: 1.7rem;
  }
  .resources-index__list a {
    min-height: 76px;
  }
  .resources-index__frame--top {
    top: -82px;
  }
}

@media (max-width: 640px) {
  .resources-index__frame {
    display: none !important;
  }
  .resources-index__box::before {
    background-image: url("../img/second/resources_index_top.webp") !important;
    background-size: 720px auto;
    background-position: center top;
    height: 130px;
    top: -92px;
    transform: scale(1.25);
    transform-origin: center top;
  }
  .resources-index__box::after {
    background-image: url("../img/second/resources_index_bottom.svg") !important;
    background-size: 720px auto;
    background-position: center bottom;
    height: 48px;
    transform: scale(1.25);
    transform-origin: center bottom;
  }
}



/*--------------------------------------------*/
/*--関連情報：相談先一覧------------------------*/
/*--------------------------------------------*/

#second .resources-support-section {
  padding: 0 0 7.2rem;
}
#second .resources-support {
  margin-top: -0.8rem;
}
#second .resources-support__group {
  margin: 0;
}
#second .resources-support__group--adults {
  margin-top: 8.8rem;
}
#second .resources-support__heading {
  margin: 0 0 2.7rem;
  font-size: clamp(1.4rem, 1.188rem + 1.06vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
#second .resources-support__heading--children {
  color: var(--col_ora);
}
#second .resources-support__heading--adults {
  color: var(--col_gre);
}
/**電話*/
#second .resources-hotline-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(2rem, 4.4vw, 3.2rem);
  row-gap: 2.8rem;
  align-items: start;
}
#second .resources-hotline-card {
  min-width: 0;
}
#second .resources-hotline-card__title {
  margin: 0 0 0.9rem;
  color: var(--col_blu);
  font-size: clamp(1rem, 0.886rem + 0.3vw, 1.13rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
#second .resources-hotline-card__lead {
  margin: 0;
  min-height: 6.8em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #9d9d9d;
  color: #000;
  font-size: clamp(0.78rem, 0.731rem + 0.13vw, 0.88rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#second .resources-hotline-card__tel {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  color: var(--col_blu);
  opacity: 1;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
#second .resources-hotline-card__tel-line {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  transition: transform 0.25s ease;
}
#second .resources-hotline-card__tel:hover,
#second .resources-hotline-card__tel:focus-visible {
  opacity: 1;
}
#second .resources-hotline-card__tel:hover .resources-hotline-card__tel-line,
#second .resources-hotline-card__tel:focus-visible .resources-hotline-card__tel-line {
  transform: translateY(-2px);
}
#second .resources-hotline-card__tel-icon {
  flex: 0 0 42px;
  width: 42px;
}
#second .resources-hotline-card__tel-number-wrap {
  flex: 1 1 auto;
  display: block;
  min-width: 0;
}
#second .resources-hotline-card__tel-number {
  width: auto;
  max-width: 100%;
  transform: translateY(-9px);
}
#second .resources-hotline-card__tel-caption {
  display: block;
  margin-top: -0.15rem;
  margin-left: calc(42px + 0.45rem);
  color: var(--col_blu);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
#second .resources-hotline-card__note {
  margin: 0.9rem 0 0;
  color: #000;
  font-size: clamp(0.68rem, 0.621rem + 0.16vw, 0.76rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/* バナー */
#second .resources-support__link-row,
#second .resources-support__adult-body {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 405px);
  gap: clamp(2.4rem, 8vw, 6.5rem);
}
#second .resources-support__link-row {
  align-items: end;
  margin-top: 2.7rem;
  margin-bottom: 4rem;
}
#second .resources-support__adult-body {
  align-items: flex-start;
}
#second .resources-chat-box__name {
  margin: 0 0 0.95rem;
  color: var(--col_blu);
  font-size: clamp(1rem, 0.887rem + 0.3vw, 1.15rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#second .resources-chat-box__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 280px);
  min-height: 48px;
  margin: 0 0 1rem;
  padding: 0.8rem 1rem 0.8rem 1.1rem;
  border-radius: 7px;
  background: var(--col_blu);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  opacity: 1;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
#second .resources-chat-box__btn img {
  flex: 0 0 16px;
  width: 16px;
}
#second .resources-chat-box__btn:hover,
#second .resources-chat-box__btn:focus-visible,
#second .resources-support-banner:hover,
#second .resources-support-banner:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}
#second .resources-chat-box__note,
#second .resources-support__adult-body p {
  margin: 0;
  color: #000;
  font-size: clamp(0.78rem, 0.731rem + 0.13vw, 0.88rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
#second .resources-support-banner {
  display: block;
  justify-self: flex-start;
  width: 100%;
  max-width: 405px;
  opacity: 1;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
#second .resources-support-banner img {
  width: 100%;
}
/* チャイルドライン：バナー画像 */
#second .resources-chat-box__visual-row {
  width: fit-content;
  max-width: 100%;
}
#second .resources-chat-box__btn.resources-chat-box__btn--banner {
  display: block;
  width: 350px;
  max-width: 350px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
}
#second .resources-chat-box__btn.resources-chat-box__btn--banner img {
  flex: none;
  width: 100%;
  height: auto;
}
#second .resources-hotline-card__note-gap {
  display: block;
  height: 0.8em;
}

/* PC：2つのバナーを下揃え */
@media (min-width: 1001px) {
  #second .resources-support__link-row--children {
    display: grid;
    grid-template-columns: minmax(350px, 430px) 350px;
    grid-template-rows: auto auto auto;
    column-gap: 2rem;
    row-gap: 0;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
  #second .resources-support__link-row--children .resources-chat-box {
    display: contents;
  }
  #second .resources-support__link-row--children .resources-hotline-card__title {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  #second .resources-support__link-row--children .resources-chat-box__visual-row {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin: 0;
  }
  #second .resources-support__link-row--children .resources-hotline-card__note {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0.8rem;
  }
  #second .resources-support-banner--children {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: end;
    width: 350px;
    max-width: 350px;
    margin: 0;
  }
}

@media (max-width: 1000px) {
  #second .resources-support__link-row--children {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    justify-items: center;
  }
  #second .resources-support__link-row--children .resources-chat-box {
    display: block;
    width: 100%;
    max-width: 470px;
  }
  #second .resources-support__link-row--children .resources-hotline-card__title {
    margin-bottom: 0;
  }
  #second .resources-support__link-row--children .resources-chat-box__visual-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  #second .resources-chat-box__btn.resources-chat-box__btn--banner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #second .resources-support__link-row--children .resources-hotline-card__note {
    margin-top: 0.8rem;
  }
  #second .resources-support-banner--children {
    width: 100%;
    max-width: 350px;
    justify-self: center;
    margin: 2.4rem 0 0;
  }
}

@media (max-width: 860px) {
  #second .resources-hotline-list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 4rem;
  }
  #second .resources-hotline-card__lead {
    min-height: 0;
  }
  #second .resources-hotline-card__tel {
    max-width: 320px;
  }
  #second .resources-support__adult-body {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0rem;
  }
  #second .resources-support-banner {
    justify-self: start;
  }
  #second .resources-support-banner--children {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  #second .resources-support-section {
    padding: 2rem 0 5rem;
  }
  #second .resources-support {
    margin-top: 0;
  }
  #second .resources-support__group--adults {
    margin-top: 5.5rem;
  }
  #second .resources-support__heading {
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  #second .resources-hotline-card__title {
    font-size: 1.25rem;
  }
  #second .resources-hotline-card__lead,
  #second .resources-chat-box__note,
  #second .resources-support__adult-body p {
    font-size: 0.95rem;
  }
  #second .resources-hotline-card__tel-icon {
    flex-basis: 40px;
    width: 40px;
  }
  #second .resources-hotline-card__tel-number {
    max-width: 230px;
    transform: translateY(-7px);
  }
  #second .resources-hotline-card__tel-caption {
    margin-left: calc(40px + 0.45rem);
    font-size: 0.78rem;
  }
  #second .resources-hotline-card__note {
    font-size: 0.82rem;
  }
  #second .resources-support__link-row {
    margin-top: 4rem;
    column-gap: 0;
    row-gap: 0;
  }
  #second .resources-chat-box__name {
    font-size: 1.25rem;
  }
  #second .resources-chat-box__btn {
    width: 100%;
    max-width: 360px;
  }
  #second .resources-chat-box__btn.resources-chat-box__btn--banner,
  #second .resources-support-banner--children {
    max-width: 360px;
  }
  #second .resources-support-banner {
    justify-self: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

#second .resources-chat-box .schedule-row {
  display: grid;
  grid-template-columns: 9.5em auto;
  column-gap: 0.6em;
  align-items: baseline;
}



/*ここはcssの一番下に固定すること--------------------*/
/* タッチ端末ではhover画像を無効化 */
.is-touch .img-hover,
.is-touch .arr_hov,
.is-touch .ws-card__dl-hov {
  display: none !important;
  pointer-events: none !important;
}
.is-touch .img-normal,
.is-touch .arr_def,
.is-touch .ws-card__dl-img {
  opacity: 1 !important;
  visibility: visible !important;
}
/* タッチ端末でhover状態になっても通常画像を表示したままにする */
.is-touch a:hover .img-normal,
.is-touch a:hover .arr_def,
.is-touch a:hover .ws-card__dl-img {
  opacity: 1 !important;
  visibility: visible !important;
}