
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

body {
  font:
    21px/1.9 游ゴシック,
    YuGothic,
    "Noto Sans JP",
    Arial,
    Verdana,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  /*	background: #fff;*/
}

html {
  scroll-behavior: smooth;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
.active {
  text-decoration: underline;
  transition: 0.3s;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #2d7d8c;
  outline-offset: 4px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.txt_r {
  text-align: right;
}

.font_b {
  font-weight: bold;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------------------*/
#pagehead {
  background-color: #e6e5d7;
}

#header {
  text-align: center;
  position: fixed;
  z-index: 500;
  background-color: #e6e5d7;
  height: 150px;
  width: 100%;
}

#headerWrap {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 28px;
}

body.article-polish #sec01 .article-intro {
  box-sizing: border-box;
  width: min(86%, 920px);
  margin: 32px auto 52px;
  padding: 28px 34px;
  border-left: 5px solid #d8d1bd;
  background: #faf9f5;
  text-align: left;
}

body.article-polish section .imgcon img {
  border-radius: 18px;
}

@media screen and (max-width: 768px) {
  body.article-polish #sec01 .article-intro {
    width: 92%;
    margin: 24px auto 36px;
    padding: 20px 22px;
  }

  body.article-polish section .imgcon img {
    border-radius: 12px;
  }

}

#header h1 {
  padding-top: 0;
  text-align: left;
  float: left;
  /*	display: inline-block;*/
  margin: -25px 0 0;
  width: 30%;
  clear: both;
  /*	min-width: 280px;*/
  line-height: 1.1;
}

#header h1 img {
  width: 80%;
  display: block;
  margin: 0 0 5px;
  min-width: 320px;
}

#header h1 span {
  font-size: 72%;
}

#header .head_txt {
  text-align: left;
  font-size: 80%;
  line-height: 1.1;
}

#header .head_txt p {
  padding: 15px 0 0;
}

#header .head_link {
  margin: 0 0 0;
  float: right;
  padding: 0 0 0;
  width: 13%;
}

#mainnav a,
.bread a {
  color: #333;
}

.bread {
  clear: both;
  padding: 150px 0 15px;
  font-size: 75%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}

.bread.bottom {
  padding: 15px 10px 10px;
}

.bread span {
  margin: 0 10px;
  color: #ed5656;
}

#mainImg {
  clear: both;
  position: relative;
  overflow: hidden;
  /*  width: 100%;
  height: 528px;
	max-width: 1500px;*/
  text-align: center;
  padding: 0 0 50px;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}

/*
#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}*/
#mainImg img {
  margin: 0 auto 0;
  width: 100%;
}

#mainImg .scap {
  font-size: 65%;
  text-align: right;
}

button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  padding-top: 3px;
  font-weight: bold;
  color: #fff;
  background: #222;
  border: none;
  border-radius: 15%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  letter-spacing: 1px;
  z-index: 9999;
}

.is-active {
  opacity: 0.8;
  visibility: visible;
}

/* =========================
   ハンバーガーメニュー（SP）
========================= */
.panel {
  will-change: max-height, opacity, transform;
}

@media only screen and (min-width: 1025px) {
  .panel {
    max-height: none;
    opacity: 1;
    transform: none;
    overflow: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .panel {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.25s ease;
    position: relative;
    top: 15px;
    z-index: 600;
  }

  .panel.is-open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* ãƒ•ãƒƒã‚¿ãƒ¼
------------------------------------------------------------*/
#footer {
  /*clear: both;*/
  padding: 70px 0 50px;
  background-color: #e6e5d7;
  font-size: 17px;
  text-align: left;
}

/* å…±é€š
------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}

section {
  clear: both;
  padding-top: 70px;
}

section .imgcon {
  width: 80%;
  text-align: center;
  margin: 50px auto;
}

section .imgcon .captxt {
  font-size: 80%;
  margin: 10px auto;
}

section .imgcon .captxt.captxt-left {
  text-align: left;
}

section .imgcon .credit-note {
  display: block;
  margin-top: 6px;
  font-size: 85%;
  line-height: 1.6;
  word-break: break-word;
}

#sec01 .txtcon p.article-note {
  margin: -14px 0 34px;
  padding-left: 2.8em;
  font-size: 70%;
  line-height: 1.7;
  color: #666;
  text-indent: 0;
}

#sec01 .txtcon .article-note-ref {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 65%;
  line-height: 1;
  vertical-align: super;
}

#sec01 .txtcon .article-note__mark {
  display: inline-block;
  width: 2.8em;
  margin-left: -2.8em;
}

#sec01 .txtcon .article-note a {
  color: inherit;
  text-decoration: underline;
}

#sec01 .txtcon .article-dialogue {
  margin: -14px 0 34px 1em;
  padding: 14px 18px;
  border-left: 4px solid #fbe5e9;
  background: #fff8fa;
}

#sec01 .txtcon .article-dialogue p {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.7;
  text-indent: 0;
}

#sec01 .txtcon .article-dialogue p:last-child {
  margin-bottom: 0;
}

#sec01 .txtcon .article-dialogue span {
  font-weight: bold;
}

#sec01 .pda-result-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2em 1.2em;
  text-align: right;
}

#sec01 .pda-result-lead span {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

#sec01 .pda-result-lead .prefecture {
  white-space: nowrap;
}

#sec01 .pda-photo-grid {
  --pda-photo-height: 220px;
  display: grid;
  width: 86%;
  margin: 48px auto;
  gap: 24px;
  align-items: start;
}

#sec01 .pda-photo-grid--2 {
  --pda-photo-height: clamp(190px, 20vw, 250px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#sec01 .pda-photo-grid--3 {
  --pda-photo-height: clamp(140px, 14vw, 180px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#sec01 .pda-photo-grid figure {
  margin: 0;
}

#sec01 .pda-photo-grid img {
  display: block;
  width: 100%;
  height: var(--pda-photo-height);
  object-fit: cover;
  object-position: center;
}

#sec01 .pda-photo-grid figcaption {
  margin-top: 8px;
  color: #555;
  font-size: 80%;
  line-height: 1.6;
  text-align: center;
}

#sec01 .pda-event-box {
  margin: -10px 0 40px;
  padding: 22px 26px;
  border-left: 5px solid #e6e5d7;
  background: #faf9f5;
}

#sec01 .txtcon .pda-event-box p {
  margin: 0 0 16px;
  text-indent: 0;
}

#sec01 .txtcon .pda-event-box p:last-child {
  margin-bottom: 0;
}

#sec01 .txtcon .article-list {
  margin: -8px 0 36px 1.5em;
  padding: 0;
}

#sec01 .txtcon .article-list li {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.8;
}

section .imgcon .attribution {
  margin: 8px auto 0;
  color: #666;
  font-size: 68%;
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}

section .imgcon .attribution a {
  color: inherit;
  text-decoration: underline;
}

section .imgcon .attribution .cc-icon {
  display: inline;
  height: 1em;
  margin-right: 0.125em;
  vertical-align: -0.1em;
}

#profile .inner.overseas-profile img {
  max-width: 220px;
  height: auto;
  object-fit: cover;
}

body.world-childcare-page #profile {
  max-width: 960px;
  margin: 64px auto 52px;
  padding: 0;
  border-top: 0;
  font-size: 80%;
}

body.world-childcare-page #profile .inner.overseas-profile {
  display: flex;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
  padding: 34px 38px;
  border: 1px solid #d8d1bd;
  border-radius: 8px;
  background: #fbfaf5;
}

body.world-childcare-page #profile .inner.overseas-profile img {
  display: block;
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  max-width: none;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

body.world-childcare-page #profile .inner.overseas-profile p {
  display: block;
  flex: 1 1 auto;
  width: auto;
  margin: 0;
  line-height: 1.8;
  vertical-align: initial;
}

/* SEC01
------------------------------------------------------------*/
#sec01 {
  max-width: 1200px;
  margin: 0 auto;
}

#sec01 header {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: bold;
}

#sec01 .voice-bubble .column-title {
  margin: 0 0 8px;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 26px;
  color: #6b4e2e;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

#sec01 h2 {
  margin: 0 auto 10px;
  font-size: 42px;
  text-align: left;
}

#sec01 h2 p.ss {
  font-size: 70%;
  margin: 10px 0;
}

#sec01 h2.cat_ttl {
  margin: 0 auto 10px;
  font-size: 36px;
  text-align: center;
}

#sec01 .ttl_sub {
  font-size: 30px;
  text-align: right;
}

#sec01 .subtxt {
  font-size: 22px;
  margin: 30px 0;
  line-height: 1.5;
  font-weight: 500;
}

#sec01 .txtcon p {
  font-size: 20px;
  margin: 0 0 40px;
  line-height: 1.8;
  text-indent: 1em;
}

#sec01 .txtcon p.article-meta {
  text-indent: 0;
}

#sec01 .txtcon2 {
  margin: 0 0 40px;
}

#sec01 .txtcon2 p {
  font-size: 20px;
  margin: 0 0 0;
  line-height: 1.8;
  text-indent: 1em;
}

#sec01 .txtcon p.mar00 {
  margin: 0 0 0;
}

#sec01 .txtcon p.sttl,
#sec01 .txtcon2 p.sttl {
  margin: 0 0 10px;
  font-weight: bold;
  text-indent: 0;
}

#sec01 .txtcon p.sttl span,
#sec01 .txtcon2 p.sttl span {
  /*background: linear-gradient(transparent 50%, #fbe5e9 50%);*/
  border-bottom: dashed 5px #fbe5e9;
}

#sec01 .editor-note {
  width: 80%;
  margin: 70px auto 50px;
  padding: 28px 34px 30px;
  border: 1px solid #d8d1bd;
  border-left: 6px solid #9b7b48;
  background: #fbfaf5;
  box-sizing: border-box;
}

#sec01 .editor-note p {
  margin: 0;
  text-indent: 0;
}

#sec01 .editor-note p.sttl {
  margin: 0 0 18px;
  color: #6f552f;
}

#sec01 .editor-note p.sttl span {
  border-bottom: 0;
}

#sec01 .pr_link {
  margin: 70px auto;
  width: 960px;
  border: 1px solid #000;
  padding: 0;
  position: relative;
}

#sec01 .pr_link::after {
  content: "≫";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 28px;
  /*color: rgba(209, 201, 173, 0.3);  */
  z-index: 0;
  white-space: nowrap;
}

#sec01 a.prbox {
  background-color: #fff;
  display: block;
}

#sec01 a.prbox:hover {
  text-decoration: none;
  background: #fbe5e9;
}

#sec01 .pr_link img {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

#sec01 .pr_link p {
  font-size: 90%;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

#sec01 .pr_link p.nopic {
  padding: 20px 20px;
}

#sec01 .next_link {
  text-align: center;
  padding: 30px 0;
}

#sec01 .next_link img {
  height: 40px;
  display: inline-block;
  margin: 0 5px 30px;
}

#sec01 .next_arrow {
  margin: 100px auto;
  text-align: center;
  /*width: 225px;*/
  position: relative;
  top: 0;
  left: 0;
}

#sec01 .next_back {
  margin: 100px auto;
  text-align: center;
  /*width: 225px;*/
  position: relative;
  top: 0;
  left: 0;
}

/*
#sec01 .next_arrow img{
	position: relative;
	top: 0;
	left:0;
}*/
/*
#sec01 .next_arrow a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	transform: scale(1.1);
}*/
#sec01 .next_link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

#sec01 a img.next_arrow:hover {
  left: 10px;
  transition: 0.3s;
}

#sec01 a img.next_back:hover {
  left: -10px;
  transition: 0.3s;
}

#sec01 .next_link a,
#sec01 .next_link img.next-btn {
  cursor: pointer;
  /* マウスポインターを変える */
  transition: all 0.3s ease;
  /* アニメーションで滑らかに */
}

#sec01 .next_link a:hover,
#sec01 .next_link img.next-btn:hover {
  opacity: 0.5;
  /* 透明度を下げる */
  left: 10px;
}

#profile {
  border-top: 1px solid #333;
  max-width: 1500px;
  padding: 80px 0;
  margin: 40px auto;
  font-size: 80%;
  text-align: left;
}

#profile .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#profile img {
  display: inline-block;
  width: 55%;
}

#profile .inner p {
  display: inline-block;
  width: 40%;
  vertical-align: bottom;
  margin-left: 4%;
}

.voice-box {
  max-width: 1100px;
  margin: 70px auto 40px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  border: 2px solid #f0c24b;
  background: #fffdf2;
  border-radius: 18px;
  padding: 26px;
}

.voice-icon {
  width: 110px;
  flex: 0 0 110px;
}

.voice-icon img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #e6dcc8;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.voice-bubble {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.voice-bubble p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
}

.voice-bubble p:last-child {
  margin-bottom: 0;
}

.voice-title {
  font-weight: 700;
  font-size: 18px;
}

.voice-name {
  font-weight: 700;
  color: #6b4e2e;
  font-size: 17px;
}

@media only screen and (max-width: 1024px) {
  .voice-box {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }

  .voice-icon {
    width: 70px;
    flex: 0 0 70px;
  }

  .voice-bubble {
    width: 100%;
    padding: 0;
  }

  .voice-bubble p {
    font-size: 90%;
  }
}

.golist {
  text-align: center;
  margin: 0 auto 50px;
  width: 25%;
  max-width: 400px;
}

.golist .btnlist {
  /*コレ*/
  border-radius: 200px;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}

.golist a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

/* SEC02 PICKUP
------------------------------------------------------------*/
#pickup {
  padding: 50px 50px 0;
  margin: 2em auto 0;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #ffffff,
    #ffffff 7px,
    #fbe5e9 3px,
    #fbe5e9 22px
  );
  max-width: 1400px;
}

#pickup header {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

/*-------- swiper --------*/
#pickup .swiper {
  width: 100%;
  max-width: 1500px;
  margin: 40px auto 0;
  position: relative;
  padding: 0 0 120px;
}

/* --- ã‚¹ãƒ©ã‚¤ãƒ‰å…¨ä½“ --- */
.swiper-slide {
  background: #fff;
  /* border-radius: 8px; */
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  /* padding: 1%; */
  height: auto;
}

.swiper-slide:hover {
  transform: translateY(-4px);
}

#pickup .swiper-wrapper {
  align-items: stretch;
}

#pickup .swiper-slide > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* --- ç”»åƒéƒ¨åˆ† --- */
.slide-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  margin: 0;
}

/* --- ãƒ†ã‚­ã‚¹ãƒˆéƒ¨åˆ† --- */
.slide-content {
  padding: 16px;
  text-align: left;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.slide-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.5;
}

.slide-desc {
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

.slide-add {
  font-size: 14px;
  color: #8f8f8f;
  margin: 15px 0 0;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}

.cat,
.date {
  display: inline-block;
}

#pickup .swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%;
  font-size: 85%;
  font-weight: 500;
}

#pickup .swiper-button-next,
#pickup .swiper-button-prev {
  position: absolute;
  top: 90%;
  /*width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);*/
  width: 33px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 30;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#pickup .swiper-button-prev::after,
#pickup .swiper-button-next::after {
  content: "";
}

#pickup .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 20%;
}

#pickup .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 20%;
}

/* --- ãƒšãƒ¼ã‚¸ç•ªå· --- */
.swiper-pagination {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

/* SEC03 PROJECT
------------------------------------------------------------*/
#bnr {
  max-width: 1500px;
  display: flex;
  justify-content: space-around;
  /* å­è¦ç´ ã‚’å‡ç­‰ã«é…ç½®ã—ã¾ã™ */
  align-items: center;
  /* å­è¦ç´ ã‚’ç¸¦æ–¹å‘ã®ä¸­å¿ƒã«æƒãˆã¾ã™ */
  margin: 30px auto 70px;
}

#bnr img {
  max-width: 90%;
  /* ç”»åƒã®æœ€å¤§å¹…ã‚’è¨­å®šã—ã¾ã™ */
  height: auto;
  /* ç”»åƒã®ç¸¦æ¨ªæ¯”ã‚’ç¶­æŒã—ã¾ã™ */
  margin: 0 5%;
  position: relative;
  top: 0;
}

#bnr a {
}

#bnr a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  /*transform: scale(1.1);*/
}

#bnr a img:hover {
  top: -10px;
  transition: 0.3s;
}

/* SEC05 COMPANY
------------------------------------------------------------*/
footer .inner {
  max-width: 1500px;
  margin: 0 auto;
}

footer .inner .col3 {
  float: left;
  width: 74%;
}

footer .inner .col3 li {
  display: inline-block;
  /* width: 20%; */
  padding: 0 0 20px;
  margin: 0 5% 0 0;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}

footer .inner .col3 li.snsshare {
  width: 45%;
  /* min-width: 100px; */
}

footer .inner .col3 li h3 {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 20px;
}

#sns img {
  width: 16%;
  padding: 0 2% 5px 0;
}

#sns a:hover img {
  opacity: 0.8;
}

.footer-official-sns {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-official-sns a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.footer-official-sns a:hover {
  opacity: 0.8;
}

footer .inner .foot_box {
  float: right;
  width: 26%;
  padding: 0 0 50px;
  margin-bottom: 0;
  vertical-align: top;
  text-align: right;
}

footer .inner .foot_box .foot_logo {
  margin: 0 0 50px;
}

footer .inner .foot_box .linktxt {
  font-size: 90%;
}

footer .copyright {
  clear: both;
  text-align: right;
  font-size: 80%;
}

/* category
------------------------------------------------------------*/
ul.cat_list {
  display: flex;
  gap: 5%;
  margin: 50px auto;
  flex-wrap: wrap;
  align-items: stretch;
}

ul.cat_list li {
  width: 30%;
  line-height: 1.2;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

ul.cat_list li > a {
  display: block;
  aspect-ratio: 800 / 520;
  overflow: hidden;
  border-radius: 10px;
  background: #efeee7;
}

ul.cat_list li > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

ul.cat_list li > a.thumb-fit-contain img {
  object-fit: contain;
}

ul.cat_list li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.3s;
}

ul.cat_list li p {
  font-size: 80%;
  margin: 15px 0;
}

ul.cat_list li p.link {
  font-size: 75%;
  text-align: right;
  margin: auto 0 0;
  padding-top: 15px;
}

ul.cat_list p.coming {
  text-align: center;
  margin: 100px auto;
  font-size: 30px;
}

/* RESPONSIVE 
------------------------------------------------------------*/

@media only screen and (min-width: 1025px) {
  body {
    font-size: 21px;
  }

  #header {
    /*min-width: 1200px;*/
  }

  a#menu {
    display: none;
  }

  /*
	.panel{
		display:block !important;
		margin: 20px 0 0;
	}
*/
  #mainnav {
    /*display: inline-block;*/
    margin: -15px 0 0;
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-size: 18px;
    font-weight: bold;
    float: right;
    color: #333;
    width: 70%;
    text-align: right;
  }

  #mainnav ul {
    padding: 35px 0 0 0;
  }

  #mainnav li {
    display: inline-block;
    padding: 0 0 0 3%;
    font-size: 17px;
  }

  /* SEC03 PROJECT
	-----------------
	.col3{
	}

	.col3 li{
		display: inline-block;
		width: 20%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.next_arrow{}*/

  #footer {
    padding: 50px 20px 50px;
  }
}

/*
@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}
*/
@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #pagehead {
    background-color: #e6e5d7;
  }

  #header {
    text-align: center;
    position: fixed;
    z-index: 500;
    background-color: #e6e5d7;
    height: 140px;
    padding: 0 0;
  }

  #headerWrap {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 16px;
  }

  #header h1 {
    padding: 15px 1%;
    text-align: left;
    float: left;
    /*	display: inline-block;*/
    margin: -30px 0 0;
    width: 65%;
    line-height: 1;
  }

  #header h1 img {
    width: 45%;
    display: block;
    min-width: 270px;
    margin: 10px 0 0;
  }

  #header h1 span {
    font-size: 65%;
  }

  #header .head_txt {
    text-align: left;
    font-size: 70%;
    line-height: 1.1;
    margin: 0 0 0;
  }

  #header .head_txt p {
    padding: 5px 0 0;
  }

  #header .head_link {
    margin: 0 0 0 15px;
    float: right;
    padding: 0 0 0 0;
    width: 15%;
    min-width: 150px;
    z-index: 600;
    position: relative;
  }

  #mainnav a,
  .bread a {
    color: #333;
  }

  .bread {
    clear: both;
    padding: 140px 10px 10px;
    font-size: 70%;
    line-height: 1.1;
    /* max-width: 1500px; */
    margin: 0 auto 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bread span {
    margin: 0 10px;
    color: #ed5656;
  }

  #mainImg {
    padding: 0 16px 0;
  }

  #mainImg img {
    margin: 0 0;
    width: 100%;
    padding-top: 0;
    z-index: 0;
  }

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 50px;
    margin: 50px 15px 0 0;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -1.5px 0 0 -11px;
    background: #000;
    transition: 0.2s;
  }

  #menuBtn:before,
  #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 27%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #000;
    transition: 0.3s;
  }

  #menuBtn:before {
    margin-top: -11px;
  }

  #menuBtn:after {
    margin-top: 10px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before,
  a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  /*
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 15px;
		z-index: 100;
	}
*/
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }

  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #e6e5d7;
    text-align: left;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 12px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    font-size: 85%;
  }

  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 25%;
    left: 5px;
    width: 6px;
    height: 6px;
    /* margin: -4px 0 0 0; */
    /* border-top: solid 2px #000; */
    /* border-right: solid 2px #000; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
  }

  .col3 li {
    margin: 50px auto 0 auto;
    display: block;
  }

  section {
    padding-top: 20px;
  }

  section h2 {
    margin: 0 auto 20px;
    font-size: 90%;
  }

  /*	section h2 span {
		padding: 0 30px;
	}*/

  /* ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------------------*/

  /*
#mainImg{
	clear: both;
	position: relative;
  overflow: hidden;
	text-align: center;
}*/
  /*


/* ãƒ•ãƒƒã‚¿ãƒ¼
------------------------------------------------------------*/
  #footer {
    /*clear: both;*/
    padding: 30px 0 30px;
    background-color: #e6e5d7;
    font-size: 17px;
    text-align: left;
  }

  /* å…±é€š
------------------------------------------------------------*/

  section .imgcon {
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }

  section .imgcon .captxt {
    font-size: 80%;
    margin: 0px auto;
  }

  section .imgcon .captxt.captxt-left {
    text-align: left;
  }

  /* SEC01
------------------------------------------------------------*/
  #sec01 {
    /* max-width: 1200px; */
    margin: 0 5%;
  }

  #sec01 header {
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: bold;
  }

  #sec01 .voice-bubble .column-title {
    margin: 0 0 6px;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-size: 120%;
    color: #6b4e2e;
    letter-spacing: 0.02em;
    line-height: 1.1;
  }

  #sec01 h2 {
    margin: 20px auto 10px;
    font-size: 130%;
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
  }

  #sec01 h2.cat_ttl {
    font-size: 130%;
    text-align: center;
  }

  #sec01 .ttl_sub {
    font-size: 100%;
    text-align: right;
  }

  #sec01 .subtxt {
    font-size: 90%;
    margin: 30px 0;
    line-height: 1.3;
    font-weight: 500;
  }

  #sec01 .txtcon p {
    font-size: 85%;
    margin: 0 0 40px;
    line-height: 1.6;
  }

  #sec01 .txtcon .article-dialogue p {
    font-size: 85%;
  }

  #sec01 .pda-result-lead {
    justify-content: center;
    text-align: center;
  }

  #sec01 .pda-photo-grid,
  #sec01 .pda-photo-grid--2,
  #sec01 .pda-photo-grid--3 {
    grid-template-columns: 1fr;
    width: 90%;
    gap: 26px;
  }

  #sec01 .txtcon .article-list li {
    font-size: 85%;
    line-height: 1.6;
  }

  body.world-childcare-page #profile {
    margin: 44px 5% 40px;
    font-size: 72%;
  }

  body.world-childcare-page #profile .inner.overseas-profile {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 28px 22px;
  }

  body.world-childcare-page #profile .inner.overseas-profile img {
    flex-basis: auto;
    width: 150px;
    height: 150px;
  }

  body.world-childcare-page #profile .inner.overseas-profile p {
    width: 100%;
  }

  #sec01 .txtcon2 {
    margin: 0 0 40px;
  }

  #sec01 .txtcon2 p {
    font-size: 85%;
    margin: 0 0 0px;
    line-height: 1.6;
  }

  #sec01 .txtcon p.sttl,
  #sec01 .txtcon2 p.sttl {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 85%;
  }

  #sec01 .editor-note {
    width: 100%;
    margin: 40px auto 30px;
    padding: 20px 18px 22px;
  }

  #sec01 .editor-note p {
    font-size: 85%;
  }

  #sec01 .pr_link {
    margin: 40px auto;
    width: 100%;
    border: 1px solid #000;
    padding: 0;
    position: relative;
  }

  #sec01 .pr_link::after {
    content: "≫";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    /*color: rgba(209, 201, 173, 0.3);   */
    z-index: 0;
    white-space: nowrap;
  }

  #sec01 a.prbox {
    background-color: #fff;
    display: block;
  }

  #sec01 a.prbox:hover {
    text-decoration: none;
    background: #fbe5e9;
  }

  #sec01 .pr_link img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 2%;
  }

  #sec01 .pr_link p {
    font-size: 70%;
    display: inline-block;
    /* padding: 10px 0 0; */
    width: 50%;
    vertical-align: middle;
    margin: 0 0;
    line-height: 1.3;
  }

  #sec01 .pr_link p.nopic {
    font-size: 75%;
    display: inline-block;
    /* padding: 10px 0 0; */
    width: 80%;
    vertical-align: middle;
    margin: 0 0;
    line-height: 1.3;
  }

  #sec01 .next_link {
    text-align: center;
    padding: 30px 0 0;
  }

  #sec01 .next_link img {
    height: 36px;
    display: inline-block;
    margin: 0 5px 30px;
  }

  #sec01 .next_arrow {
    /*margin: 100px auto;*/
    text-align: center;
    /*width: 225px;*/
    position: relative;
    top: 0;
    left: 0;
  }

  #sec01 .next_link a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }

  #sec01 a img.next_arrow:hover {
    left: 10px;
    transition: 0.3s;
  }

  #profile {
    border-top: 1px solid #333;
    padding: 50px 0 0;
    margin: 5% 5%;
    font-size: 72%;
    line-height: 1.5;
    text-align: left;
  }

  #profile .inner {
    margin: 0 auto;
  }

  #profile img {
    display: block;
    width: 92%;
    margin: 0 4%;
  }

  #profile .inner p {
    display: block;
    width: 94%;
    margin-top: 20px;
  }

  .golist {
    text-align: center;
    margin: 60px auto;
    width: 50%;
    /*max-width: 400px;*/
  }

  .golist a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }

  /* SEC02 PICKUP
------------------------------------------------------------*/
  #pickup {
    padding: 20px 15px 0;
    margin: 2em auto 0;
    background: -webkit-repeating-linear-gradient(
      -45deg,
      #f0f8ff,
      #f0f8ff 3px,
      #e9f4ff 3px,
      #e9f4ff 7px
    );
    background: repeating-linear-gradient(
      -45deg,
      #ffffff,
      #ffffff 7px,
      #fbe5e9 3px,
      #fbe5e9 22px
    );
    /* max-width: 1400px; */
  }

  #pickup header {
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
  }

  /*-------- swiper --------*/
  #pickup .swiper {
    width: 100%;
    /* max-width: 1500px; */
    /* â† æœ€å¤§å¹…ã‚’1500pxã«å¤‰æ›´ */
    margin: 40px auto 0;
    position: relative;
    padding: 0 0 80px;
  }

  /* --- ã‚¹ãƒ©ã‚¤ãƒ‰å…¨ä½“ --- */
  .swiper-slide {
    background: #fff;
    /* border-radius: 8px; */
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    /* padding: 1%; */
  }

  .swiper-slide:hover {
    transform: translateY(-4px);
  }

  /* --- ç”»åƒéƒ¨åˆ† --- */
  .slide-img {
    width: 100%;
    margin: 0;
  }

  /* --- ãƒ†ã‚­ã‚¹ãƒˆéƒ¨åˆ† --- */
  .slide-content {
    padding: 12px;
    text-align: left;
  }

  .slide-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
  }

  .slide-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .slide-add {
    font-size: 14px;
    color: #8f8f8f;
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .cat,
  .date {
    display: inline-block;
  }

  #pickup .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
    font-size: 85%;
    font-weight: 500;
  }

  #pickup .swiper-button-next,
  #pickup .swiper-button-prev {
    position: absolute;
    top: 90%;
    /*width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);*/
    width: 33px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 30;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }

  /* --- çŸ¢å°ãƒœã‚¿ãƒ³ --- */
  #pickup .swiper-button-prev::after,
  #pickup .swiper-button-next::after {
    content: "";
    /* ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆçŸ¢å°ã‚’éžè¡¨ç¤º */
  }

  #pickup .swiper-button-prev {
    width: 40px;
    height: 50px;
    left: 5%;
  }

  #pickup .swiper-button-next {
    width: 40px;
    height: 50px;
    right: 5%;
  }

  /* --- ãƒšãƒ¼ã‚¸ç•ªå· --- */
  .swiper-pagination {
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }

  /* SEC03 PROJECT
------------------------------------------------------------*/
  #bnr {
    /* max-width: 1500px; */
    display: block;
    /* justify-content: space-around; */
    /* å­è¦ç´ ã‚’å‡ç­‰ã«é…ç½®ã—ã¾ã™ */
    /* align-items: center; */
    /* å­è¦ç´ ã‚’ç¸¦æ–¹å‘ã®ä¸­å¿ƒã«æƒãˆã¾ã™ */
    margin: 20px auto 30px;
  }

  #bnr img {
    width: 80%;
    /* ç”»åƒã®æœ€å¤§å¹…ã‚’è¨­å®šã—ã¾ã™ */
    height: auto;
    /* ç”»åƒã®ç¸¦æ¨ªæ¯”ã‚’ç¶­æŒã—ã¾ã™ */
    margin: 5px 10%;
    position: relative;
    top: 0;
  }

  #bnr a {
  }

  #bnr a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    /*transform: scale(1.1);*/
  }

  #bnr a img:hover {
    top: -10px;
    transition: 0.3s;
  }

  /* SEC05 COMPANY
------------------------------------------------------------*/
  footer .inner {
    /* max-width: 1500px; */
    margin: 0 5%;
  }

  footer .inner .col3 {
    float: none;
  }

  footer .inner .col3 li {
    display: inline-block;
    /* width: 20%; */
    padding: 0 0 20px;
    margin: 0 10% 0 0;
    vertical-align: top;
    text-align: left;
    font-weight: 500;
    font-size: 90%;
  }

  footer .inner .col3 li.snsshare {
    /* width: 40%; */
    /* min-width: 100px; */
    margin: 0;
  }

  footer .inner .col3 li h3 {
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 15px;
  }

  #sns img {
    width: 22%;
    padding: 0 2% 5px 0;
  }

  #sns a:hover img {
    opacity: 0.8;
  }

  footer .inner .foot_box {
    float: none;
    width: 40%;
    padding: 30px 0 30px;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
  }

  footer .inner .foot_box .foot_logo {
    margin: 0 0 20px;
  }

  footer .inner .foot_box .linktxt {
    font-size: 85%;
    line-height: 1.5;
  }

  footer .copyright {
    clear: both;
    text-align: center;
    font-size: 80%;
  }
}

@media only screen and (max-width: 480px) {
  #header {
    height: 130px;
  }

  #header h1 {
    padding: 15px 2%;
    text-align: left;
    float: left;
    /*	display: inline-block;*/
    margin: -35px 0 0;
    width: 70%;
    min-width: 180px;
    line-height: 0.8;
  }

  #header h1 img {
    width: 40%;
    display: block;
    margin: 15px 0 0;
  }

  #header h1 span {
    font-size: 65%;
  }

  #header .head_txt {
    text-align: left;
    font-size: 50%;
    line-height: 1.1;
    margin: 0 0 0 0;
  }

  #header .head_txt p {
    padding: 5px 0 0 1%;
  }

  #header .head_link {
    margin: 0 0 0 30px;
    float: right;
    padding: 0;
    width: 15%;
    min-width: 130px;
    z-index: 600;
  }

  .bread {
    padding: 130px 10px 10px;
    font-size: 60%;
  }

  .bread span {
    margin: 0 5px;
    color: #ed5656;
  }

  .golist {
    text-align: center;
    margin: 60px auto;
    width: 70%;
    font-size: 80%;
  }

  /* category
------------------------------------------------------------*/
  ul.cat_list {
    display: block;
    /*gap: 5%;*/
    margin: 50px auto;
  }

  ul.cat_list li {
    width: 80%;
    margin: 30px 10%;
    line-height: 1.2;
  }

  ul.cat_list li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transition: 0.3s;
  }

  ul.cat_list li p {
    font-size: 75%;
    margin: 15px 0;
  }

  ul.cat_list li p.link {
    font-size: 70%;
    text-align: right;
    margin: 15px 0;
  }

  ul.cat_list p.coming {
    text-align: center;
    margin: 100px auto;
    font-size: 24px;
  }

  footer .inner .foot_box {
    float: none;
    width: 60%;
    padding: 30px 0 10px;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
  }

  footer .inner .foot_box .foot_logo {
    margin: 0 0 20px;
  }

  footer .inner .foot_box .linktxt {
    font-size: 85%;
    line-height: 1.5;
  }
}

/* 目次 */
.toc-container {
  background-color: #f9f9f9;
  /* 背景をごく薄いグレーに */
  border: 1px solid #ddd;
  /* 薄い枠線 */
  padding: 20px 30px;
  margin: 30px auto 50px;
  /* 上下の余白 */
  max-width: 800px;
  /* 幅を広げすぎない */
  border-radius: 4px;
  /* 角を少し丸く */
}

.toc-title {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  /* サイトの見出しフォントに合わせる */
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 95%;
  border-bottom: 1px dashed #e6e5d7;
  /* サイトのテーマカラーで区切り線 */
  padding-bottom: 8px;
}

.toc-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.toc-list li a {
  color: #333;
  display: block;
  /* クリック領域を広げる */
  position: relative;
  padding-left: 15px;
  transition: 0.3s;
}

/* ビュレット（点）の代わりにアクセントカラーの装飾 */
.toc-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #fbe5e9;
  /* 既存デザインのピンク */
  border-radius: 50%;
}

.toc-list li a:hover {
  color: #000;
  background-color: #fff;
  /* ホバー時に少し明るく */
  padding-left: 20px;
  /* 少し右に動くアニメーション */
  text-decoration: none;
}

/* 固定ヘッダー対策：リンククリック時のスクロール位置調整
   見出し（p.sttl）に対して適用します */
#sec01 .txtcon p.sttl,
#sec01 .txtcon2 p.sttl {
  scroll-margin-top: 180px;
  /* PCヘッダー150px + 余白 */
}

.ind00 {
  text-indent: 0 !important;
}

#sec01 .article-meta-bar {
  margin: 20px 0 34px;
  padding: 18px 20px;
  border: 1px solid #ddd7c7;
  border-radius: 14px;
  background: #f8f7f2;
}

#sec01 .article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

#sec01 .article-category-link,
.article-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d4ccb9;
  background: #fff;
  font-size: 75%;
  line-height: 1.3;
  text-decoration: none;
}

#sec01 .article-category-link:hover,
.article-tag:hover {
  text-decoration: none;
  background: #fbe5e9;
}

#sec01 .article-date {
  font-size: 80%;
  color: #555;
}

#sec01 .article-tag-list,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

#sec01 .article-share {
  margin: 42px auto 30px;
  padding: 24px;
  border-radius: 16px;
  background: #f8f7f2;
}

#sec01 .article-share-label {
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 85%;
  text-indent: 0;
}

#sec01 .article-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  text-decoration: none;
}

.share-btn:hover {
  text-decoration: none;
  opacity: 0.85;
}

.share-btn--x {
  background: #111;
}

.share-btn--facebook {
  background: #1877f2;
}

.share-btn--line {
  background: #06c755;
}

.share-btn--linkedin {
  background: #0a66c2;
}

.home-hero {
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8f6ef 0%, #fff1dd 100%);
}

.home-eyebrow {
  margin: 0 0 10px;
  font-size: 70%;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7d6a48;
}

.home-hero h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.4;
}

.home-copy {
  margin: 0;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.8;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  text-decoration: none;
}

.home-hero__button--sub {
  background: #fff;
  color: #111;
  border: 1px solid #111;
}

.home-hero__button:hover {
  text-decoration: none;
  opacity: 0.85;
}

.home-section {
  margin-top: 46px;
}

.home-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 18px;
}

.home-section-head h3 {
  margin: 0;
  font-size: 28px;
}

.home-section-head p {
  margin: 0;
  font-size: 75%;
  color: #666;
}

.home-category-grid,
.home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-category-card,
.home-article-card {
  border: 1px solid #e3ddcf;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.home-category-card a,
.home-article-card a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.home-category-card a:hover,
.home-article-card a:hover {
  text-decoration: none;
}

.home-category-card {
  padding: 24px;
}

.home-category-card__count {
  margin: 0 0 10px;
  font-size: 70%;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7d6a48;
}

.home-category-card h4,
.home-article-card h4 {
  margin: 0 0 10px;
  line-height: 1.5;
}

.home-category-card p:last-child,
.home-article-card__body p:last-child {
  margin-bottom: 0;
}

.home-article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-article-card__body {
  padding: 18px;
}

.home-article-card__meta {
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 70%;
  color: #666;
}

.home-empty {
  font-size: 85%;
}

/* TOP B案
------------------------------------------------------------*/
body.home-page {
  background: #fff;
  color: #24201d;
}

body.home-page #pagehead {
  background: #e8e5d7;
}

body.home-page #header {
  position: relative;
  height: auto;
  min-height: 154px;
  background: #e8e5d7;
}

body.home-page #headerWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 154px;
  padding: 18px 28px 22px;
}

body.home-page #header h1.home-site-logo {
  float: none;
  clear: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.1;
}

.home-site-logo a,
.home-footer-logo {
  display: inline-block;
  color: #231915;
  text-decoration: none;
}

.home-site-logo__main {
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.home-site-logo__sub {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

body.home-page #mainnav {
  position: absolute;
  top: 18px;
  right: 28px;
  width: auto;
  margin: 0;
  float: none;
  text-align: right;
}

body.home-page a#menu {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 0;
}

body.home-page #menuBtn,
body.home-page #menuBtn::before,
body.home-page #menuBtn::after {
  width: 38px;
  height: 4px;
  background: #000;
}

body.home-page #menuBtn {
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -19px;
}

body.home-page #menuBtn::before {
  top: 0;
  margin-top: -12px;
}

body.home-page #menuBtn::after {
  top: 0;
  margin-top: 12px;
}

body.home-page a#menu .close {
  background: transparent;
}

body.home-page #mainnav .panel {
  position: absolute;
  top: 62px;
  right: 0;
  width: min(320px, calc(100vw - 32px));
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

body.home-page #mainnav .panel.is-open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.home-page #mainnav ul {
  padding: 0;
  border: 1px solid #d5d0bd;
  background: #e8e5d7;
  text-align: left;
}

body.home-page #mainnav li {
  display: block;
  padding: 0;
}

body.home-page #mainnav li a {
  display: block;
  padding: 13px 18px;
  border-bottom: 1px solid #d5d0bd;
  font-size: 15px;
  font-weight: 500;
}

body.home-page #mainnav li:last-child a {
  border-bottom: 0;
}

body.home-page #maincont {
  overflow: hidden;
}

body.home-page #sec01 {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home-page .home-kv {
  padding: 0;
  background: #e8e5d7;
}

.home-kv__image {
  display: block;
  overflow: hidden;
}

.home-kv__image img {
  display: block;
  width: 100%;
  height: min(64vw, 680px);
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.home-kv__panel {
  position: relative;
  z-index: 1;
  width: min(900px, 82vw);
  margin: -118px 0 0 auto;
  padding: 50px 58px 62px;
  border-radius: 92px 0 0 0;
  background: #e8e5d7;
  box-sizing: border-box;
}

.home-kv__panel a {
  display: block;
  text-decoration: none;
}

body.home-page .home-kv__panel h2 {
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
}

.home-kv__panel p,
.home-post-card p,
.home-pickup-card__cat,
.home-ranking-list__cat {
  color: #827744;
  font-weight: 700;
}

.home-kv__panel p {
  display: inline-block;
  padding: 2px 15px 3px;
  border: 1px solid #c8bea2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  font-size: 15px;
}

body.home-page .home-section {
  margin: 0;
  padding: 82px max(28px, calc((100vw - 1120px) / 2));
}

body.home-page .home-section--white {
  background: #fff;
}

body.home-page .home-section--pickup {
  background: #eef8f9;
}

body.home-page .home-section--category {
  background: #fff;
}

body.home-page .home-section--ranking {
  padding-top: 86px;
  padding-bottom: 92px;
  background: #e8e5d7;
}

.home-heading {
  margin: 0 0 58px;
  text-align: center;
}

body.home-page .home-heading h2 {
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.home-heading p {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.home-post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px 42px;
}

.home-post-card {
  min-width: 0;
}

.home-post-card--large {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 0 auto;
}

.home-post-card a,
.home-pickup-card a,
.home-ranking-list a {
  display: block;
  text-decoration: none;
}

.home-post-card a:hover,
.home-pickup-card a:hover,
.home-ranking-list a:hover,
.home-category-bubble:hover {
  text-decoration: none;
  opacity: 0.82;
}

.home-post-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.home-post-card--large img {
  aspect-ratio: 16 / 10;
  border-radius: 56px;
}

.home-post-card h3 {
  margin: 22px 0 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
}

.home-post-card__cat {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.home-post-card--large h3 {
  font-size: 21px;
}

.home-post-card p {
  font-size: 16px;
  line-height: 1.5;
}

.home-pr {
  position: relative;
  max-width: 760px;
  margin: 76px auto 0;
  border: 2px solid #d45656;
  background: #fff;
}

.home-section--category .home-pr {
  border-color: #0b5d78;
}

.home-section--ranking .home-pr {
  border-color: #00856d;
}

.home-pr span {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  padding: 2px 9px;
  border: 2px solid #888;
  background: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.home-pr a,
.home-pr img {
  display: block;
}

.home-pr img {
  width: 100%;
}

.home-pickup-row {
  display: flex;
  gap: 52px;
  overflow-x: auto;
  padding: 0 0 10px;
  scroll-snap-type: x proximity;
}

.home-pickup-card {
  flex: 0 0 min(420px, 44%);
  scroll-snap-align: start;
}

.home-pickup-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 32% 32% 24% 24% / 24% 24% 18% 18%;
  object-fit: cover;
}

.home-pickup-card h3 {
  margin: 24px 0 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.home-pickup-card__desc {
  display: -webkit-box;
  margin: 0 0 18px;
  overflow: hidden;
  color: #2b2724;
  font-size: 17px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-pickup-card__cat {
  font-size: 17px;
}

.home-pickup-arrows {
  display: flex;
  justify-content: space-between;
  width: min(540px, 70%);
  margin: 42px auto 0;
  color: #8f8f8f;
  font-size: 38px;
  line-height: 1;
}

.home-pickup-arrow {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: auto;
}

.home-pickup-arrow:hover {
  color: #5d5d5d;
}

.home-category-bubbles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 58px;
  max-width: 860px;
  margin: 0 auto;
}

.home-category-bubble {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: #2a2520;
  text-align: center;
}

.home-category-bubble i {
  margin-bottom: 12px;
  font-size: 48px;
}

.home-category-bubble__icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  color: #2a2520;
}

.home-category-bubble__abc {
  width: auto;
  height: 50px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 50px;
}

.home-category-bubble span {
  width: 82%;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.home-category-bubble--blue {
  background: #e6f0f9;
}

.home-category-bubble--pink {
  background: #f8d8d2;
}

.home-category-bubble--cream {
  background: #f4ebdb;
}

.home-category-bubble--ivory {
  background: #f0e3d0;
}

.home-category-bubble--orange {
  background: #ffd8af;
}

.home-category-bubble--green {
  background: #dde5d2;
}

.home-ranking-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 68px 40px;
  border-radius: 22px;
  background: #fff;
  box-sizing: border-box;
}

.home-ranking-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-ranking-list li {
  border-top: 3px dashed #e6e5d7;
}

.home-ranking-list li:first-child {
  border-top: 0;
}

.home-ranking-list a {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px 0;
}

.home-ranking-list img {
  display: block;
  width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  object-fit: cover;
}

.home-ranking-list__num {
  display: block;
  margin-bottom: 8px;
  color: #e3b62f;
  font-family: "Hiragino Maru Gothic ProN", "HG Maru Gothic M PRO", "Arial Rounded MT Bold", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    -2px 0 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    0 2px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    3px 3px 4px rgba(85, 70, 40, 0.3);
}

.home-ranking-list li:nth-child(2) .home-ranking-list__num {
  color: #a7b6c6;
}

.home-ranking-list li:nth-child(3) .home-ranking-list__num {
  color: #e8807d;
}

.home-ranking-list li:nth-child(4) .home-ranking-list__num {
  color: #6ea0d1;
}

.home-ranking-list li:nth-child(5) .home-ranking-list__num {
  color: #92bd7f;
}

.home-ranking-list__body {
  display: block;
}

.home-ranking-list__title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.home-ranking-list__cat {
  display: block;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.4;
}

body.home-page #footer {
  background: #d2c9ad;
}

body.home-page footer .inner .col3 {
  width: 68%;
}

body.home-page footer .inner .col3 li {
  margin-right: 8%;
}

body.home-page footer .inner .col3 li.snsshare {
  width: auto;
}

.home-footer-sns {
  display: grid;
  grid-template-columns: repeat(3, 46px);
  gap: 16px;
}

.home-footer-sns a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.home-footer-logo {
  text-align: center;
}

.home-footer-logo .home-site-logo__main {
  font-size: 56px;
}

.home-footer-logo .home-site-logo__sub {
  font-size: 12px;
}

/* スマホ用調整 */
@media only screen and (max-width: 1024px) {
  .toc-container {
    padding: 20px;
    margin: 20px auto 40px;
    width: 90%;
    /* スマホでは幅を確保 */
  }

  .toc-list li {
    font-size: 90%;
  }

  /* スマホのヘッダー高さに合わせたスクロール位置調整 */
  #sec01 .txtcon p.sttl,
  #sec01 .txtcon2 p.sttl {
    scroll-margin-top: 160px;
    /* SPヘッダー140px + 余白 */
  }

  #sec01 .article-meta-bar {
    margin: 16px 0 28px;
    padding: 16px;
  }

  #sec01 .article-share {
    margin: 34px auto 24px;
    padding: 18px 16px;
  }

  .share-btn {
    min-width: 88px;
  }

  .home-hero {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .home-hero h2 {
    font-size: 30px;
  }

  .home-copy {
    font-size: 15px;
  }

  .home-section-head {
    display: block;
  }

  .home-section-head p {
    margin-top: 6px;
  }

  .home-category-grid,
  .home-article-grid {
    grid-template-columns: 1fr;
  }
}

/* テーブル用追加スタイル
------------------------------------------------------------*/
.table-wrap {
  width: 100%;
  overflow-x: auto;
  /* スマホで表がはみ出る場合は横スクロールさせる */
  -webkit-overflow-scrolling: touch;
  /* iOSでのスクロールを滑らかに */
  margin: 0 0 40px;
}

.data-table {
  width: 100%;
  min-width: 600px;
  /* スマホで横スクロールを発火させるための最低幅 */
  border-collapse: collapse;
  font-size: 18px;
  /* PCでの文字サイズ（本文よりわずかに小さくしてスッキリと） */
}

.data-table th,
.data-table td {
  border: 1px solid #ccc;
  padding: 15px;
  line-height: 1.6;
}

.data-table th {
  background-color: #e6e5d7;
  /* サイトのヘッダー色に合わせて統一感を出す */
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  /* 見出しの意図しない改行を防ぐ */
}

.data-table td {
  background-color: #fff;
}

/* 偶数行だけ背景色をわずかに変えて、行を読みやすくする（ストライプ） */
.data-table tr:nth-child(even) td {
  background-color: #faf9f5;
}

/* テーブル内の文字配置ユーティリティ */
.data-table .txt-center {
  text-align: center;
}

/* スマホ用テーブル調整 */
@media only screen and (max-width: 1024px) {
  .data-table {
    font-size: 85%;
    /* スマホの本文サイズ（85%）に合わせる */
    min-width: 500px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .data-table th,
  .data-table td {
    padding: 10px;
  }
}

@media only screen and (max-width: 760px) {
  body.home-page #header,
  body.home-page #headerWrap {
    min-height: 150px;
  }

  body.home-page #headerWrap {
    padding: 25px 20px 20px;
  }

  .home-site-logo__main {
    font-size: 58px;
  }

  .home-site-logo__sub {
    margin-top: 10px;
    font-size: 16px;
  }

  body.home-page #mainnav {
    top: 18px;
    right: 18px;
  }

  body.home-page #mainnav .panel {
    top: 54px;
  }

  body.home-page a#menu {
    width: 44px;
    height: 44px;
  }

  body.home-page #menuBtn,
  body.home-page #menuBtn::before,
  body.home-page #menuBtn::after {
    width: 34px;
  }

  body.home-page #menuBtn {
    margin-left: -17px;
  }

  .home-kv__image img {
    height: 108vw;
    min-height: 450px;
    object-position: center;
  }

  .home-kv__panel {
    width: calc(100% - 32px);
    margin-top: -88px;
    padding: 42px 36px 46px;
    border-radius: 72px 0 0 0;
  }

  body.home-page .home-kv__panel h2 {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.75;
  }

  body.home-page .home-section {
    padding: 72px 34px;
  }

  body.home-page .home-section--ranking {
    padding: 72px 34px 82px;
  }

  .home-heading {
    margin-bottom: 52px;
  }

  body.home-page .home-heading h2 {
    font-size: 36px;
  }

  .home-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 34px;
  }

  .home-post-card--large {
    grid-column: 1 / -1;
  }

  .home-post-card--large img {
    border-radius: 44px;
  }

  .home-post-card h3 {
    font-size: 18px;
    line-height: 1.55;
  }

  .home-post-card--large h3 {
    font-size: 19px;
  }

  .home-pr {
    margin-top: 64px;
  }

  .home-pickup-row {
    gap: 42px;
    margin-right: -34px;
    padding-right: 34px;
  }

  .home-pickup-card {
    flex-basis: 46%;
    min-width: 230px;
  }

  .home-pickup-card h3 {
    font-size: 19px;
  }

  .home-pickup-card__desc {
    font-size: 16px;
  }

  .home-category-bubbles {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 22px;
  }

  .home-category-bubble i {
    font-size: 38px;
  }

  .home-category-bubble__icon {
    width: 40px;
    height: 40px;
  }

  .home-category-bubble__abc {
    width: auto;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }

  .home-category-bubble span {
    width: 86%;
    font-size: 16px;
  }

  .home-ranking-card {
    padding: 58px 44px 30px;
    border-radius: 18px;
  }

  .home-ranking-list a {
    grid-template-columns: 132px 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .home-ranking-list img {
    width: 132px;
  }

  .home-ranking-list__num {
    font-size: 36px;
  }

  .home-ranking-list__title {
    font-size: 18px;
  }

  body.home-page footer .inner .col3 {
    width: 100%;
  }

  body.home-page footer .inner .col3 li {
    display: inline-block;
    margin: 0 8% 28px 0;
    vertical-align: top;
  }

  body.home-page footer .inner .foot_box {
    width: 100%;
    padding: 22px 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-site-logo__main {
    font-size: 46px;
  }

  .home-site-logo__sub {
    font-size: 13px;
  }

  body.home-page #menuBtn,
  body.home-page #menuBtn::before,
  body.home-page #menuBtn::after {
    width: 30px;
    height: 3px;
  }

  body.home-page #menuBtn {
    margin-left: -15px;
  }

  .home-kv__panel {
    width: calc(100% - 20px);
    padding: 34px 28px 40px;
    border-radius: 58px 0 0 0;
  }

  body.home-page .home-kv__panel h2 {
    font-size: 20px;
  }

  body.home-page .home-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-post-grid {
    gap: 42px 24px;
  }

  .home-post-card h3,
  .home-ranking-list__title {
    font-size: 16px;
  }

  .home-category-bubble span {
    font-size: 13px;
  }

  .home-ranking-card {
    padding: 46px 24px 24px;
  }

  .home-ranking-list a {
    grid-template-columns: 94px 1fr;
    gap: 14px;
  }

  .home-ranking-list img {
    width: 94px;
    border-radius: 18px;
  }

  .home-ranking-list__num {
    font-size: 30px;
  }

  .home-ranking-list__cat {
    margin-top: 10px;
    font-size: 14px;
  }

  .home-footer-logo .home-site-logo__main {
    font-size: 44px;
  }
}

/* TOP B案 polish
------------------------------------------------------------*/
body.home-page {
  background: #f7f4ea;
}

body.home-page #pagehead,
body.home-page #header {
  background: #e6deca;
}

body.home-page #headerWrap {
  min-height: 138px;
  align-items: center;
}

body.home-page #header h1 .home-site-logo__main,
.home-site-logo__main {
  font-size: clamp(52px, 7vw, 78px);
}

body.home-page #header h1 .home-site-logo__sub,
.home-site-logo__sub {
  margin-top: 9px;
  color: #2a2520;
  font-size: clamp(13px, 1.5vw, 18px);
}

body.home-page #mainnav li a:focus-visible,
.home-post-card a:focus-visible,
.home-pickup-card a:focus-visible,
.home-category-bubble:focus-visible,
.home-ranking-list a:focus-visible,
.home-kv__panel a:focus-visible,
.home-kv__image:focus-visible {
  outline: 3px solid #2d7d8c;
  outline-offset: 4px;
}

body.home-page .home-kv {
  position: relative;
  background: #e6deca;
}

.home-kv__slider {
  position: relative;
  overflow: hidden;
}

.home-kv__slide {
  background: #e6deca;
}

.home-kv__image img {
  height: clamp(430px, 53vw, 700px);
  object-position: center center;
}

.home-kv__controls {
  position: absolute;
  right: max(28px, calc((100vw - 1120px) / 2));
  bottom: 32px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-kv__nav {
  position: absolute;
  top: min(26.5vw, 350px);
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 6;
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid #c8bea2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  color: #6f6742;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  letter-spacing: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 10px rgba(55, 43, 30, 0.12);
}

.home-kv__nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6f6742;
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.home-kv__nav--prev::before {
  content: "‹";
}

.home-kv__nav--next::before {
  content: "›";
}

.home-kv__nav--next-mobile::before {
  content: "›";
}

.home-kv__nav--prev {
  left: max(20px, calc((100vw - 1320px) / 2));
}

.home-kv__nav--next {
  right: auto;
  left: calc(100vw - 74px);
}

.home-kv__nav--next-mobile {
  display: none;
}

.home-kv__nav:hover {
  background: #fff;
}

.home-kv__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 92px;
}

.home-kv__slider .home-kv__pagination.swiper-pagination-horizontal {
  position: static;
  bottom: auto;
  left: auto;
  width: auto;
  transform: none;
}

.home-kv__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0;
  background: #fff;
  border: 1px solid #938a62;
  opacity: 1;
}

.home-kv__pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: #827744;
}

.home-kv__panel {
  width: min(860px, 86vw);
  margin-top: -104px;
  padding: 42px 54px 54px;
  border-radius: 88px 0 0 0;
  background: #e6deca;
}

.home-kv__meta,
.home-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 16px;
  color: #827744;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.home-kv__panel p.home-kv__meta {
  display: flex;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
}

.home-kv__meta span,
.home-post-card__meta span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  min-height: 28px;
  padding: 2px 14px;
  border: 1px solid #b3a987;
  border-radius: 999px;
  background: transparent;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.home-page #sec01 .home-kv__panel h2 {
  display: -webkit-box;
  margin: 0 0 18px;
  overflow: hidden;
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.62;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-kv__desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #36302b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
  overflow-wrap: anywhere;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-kv__panel p.home-kv__desc {
  display: -webkit-box;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 17px;
}

.home-kv__panel p,
.home-post-card p,
.home-pickup-card__cat,
.home-ranking-list__cat {
  font-weight: 700;
}

.home-kv__panel p.home-kv__desc,
.home-post-card p.home-post-card__desc {
  color: #36302b;
  font-weight: 500;
}

body.home-page .home-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

body.home-page .home-section--white {
  background: #fffdf8;
}

body.home-page .home-section--pickup {
  background: #eaf7f8;
}

body.home-page .home-section--ranking {
  background: #e6deca;
}

.home-heading {
  margin-bottom: 54px;
}

body.home-page #sec01 .home-heading h2 {
  color: #837c74;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

.home-heading p {
  color: #2a2520;
  font-size: 14px;
}

.home-post-grid {
  gap: 56px 42px;
}

.home-post-card a {
  height: 100%;
}

.home-post-card h3 {
  display: -webkit-box;
  margin-top: 16px;
  overflow: hidden;
  color: #2b2724;
  font-size: 18px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-post-card--large h3 {
  font-size: 22px;
  -webkit-line-clamp: 2;
}

.home-post-card__desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-pr {
  max-width: 720px;
  border-width: 1px;
}

.home-pr span {
  border-width: 1px;
}

.home-pickup-row {
  scrollbar-width: none;
}

.home-pickup-row::-webkit-scrollbar {
  display: none;
}

.home-pickup-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-category-bubbles {
  max-width: 900px;
}

.home-category-bubble {
  min-width: 0;
  transition: transform 0.25s ease;
}

.home-category-bubble:hover {
  transform: translateY(-3px);
}

.home-category-bubble span {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.home-ranking-card {
  border-radius: 26px;
  box-shadow: 0 6px 18px rgba(55, 43, 30, 0.05);
}

.home-ranking-list a {
  min-height: 150px;
}

.home-ranking-list__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.home-page #footer {
  background: #d0c6aa;
}

@media only screen and (max-width: 760px) {
  body.home-page #header,
  body.home-page #headerWrap {
    min-height: 118px;
  }

  body.home-page #headerWrap {
    padding: 19px 18px 17px;
  }

  body.home-page #header h1 .home-site-logo__main,
  .home-site-logo__main {
    font-size: 47px;
  }

  body.home-page #header h1 .home-site-logo__sub,
  .home-site-logo__sub {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.35;
  }

  body.home-page #mainnav {
    top: 13px;
    right: 10px;
  }

  body.home-page #mainnav .panel {
    top: 50px;
  }

  .home-kv__image img {
    height: 89vw;
    min-height: 330px;
    object-position: center top;
  }

  .home-kv__controls {
    right: 18px;
    bottom: 18px;
    gap: 9px;
  }

  .home-kv__nav {
    top: calc(89vw / 2);
    width: 38px;
    height: 38px;
  }

  .home-kv__nav::before {
    font-size: 22px;
  }

  .home-kv__nav--prev {
    left: 12px;
  }

  .home-kv__nav--next {
    display: none;
  }

  .home-kv__nav--next-mobile {
    right: auto;
    left: calc(var(--home-visual-vw, 100vw) - 50px);
    display: block;
  }

  .home-kv__pagination {
    gap: 6px;
    min-width: 68px;
  }

  .home-kv__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .home-kv__pagination .swiper-pagination-bullet-active {
    width: 20px;
  }

  .home-kv__panel {
    width: calc(100% - 44px);
    margin: -54px auto 0;
    padding: 26px 26px 54px;
    border-radius: 32px 32px 0 0;
  }

  .home-kv__meta {
    gap: 6px;
    margin: 2px 0 0;
    font-size: 12px;
  }

  .home-kv__panel p.home-kv__meta {
    font-size: 12px;
  }

  .home-kv__meta span {
    min-height: 26px;
    padding: 1px 12px;
  }

  body.home-page #sec01 .home-kv__panel h2 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.75;
  }

  .home-kv__desc {
    font-size: 13px;
    line-height: 1.7;
    -webkit-line-clamp: 2;
  }

  .home-kv__panel p.home-kv__desc {
    display: none;
  }

  body.home-page .home-section {
    padding: 66px 28px;
  }

  body.home-page .home-section--ranking {
    padding: 66px 28px 76px;
  }

  .home-heading {
    margin-bottom: 38px;
  }

  body.home-page #sec01 .home-heading h2 {
    font-size: 31px;
  }

  .home-heading p {
    margin-top: 6px;
    font-size: 12px;
  }

  .home-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 22px;
  }

  .home-post-card--large img {
    aspect-ratio: 4 / 3;
    border-radius: 36px;
  }

  .home-post-card h3 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .home-post-card--large h3 {
    font-size: 15px;
  }

  .home-post-card__cat {
    font-size: 12px;
  }

  .home-pickup-row {
    gap: 28px;
    margin-right: -28px;
    padding-right: 28px;
  }

  .home-pickup-card {
    flex: 0 0 66%;
    min-width: 210px;
  }

  .home-pickup-card h3 {
    margin: 16px 0 10px;
    font-size: 15px;
  }

  .home-pickup-card__desc,
  .home-pickup-card__cat {
    font-size: 12px;
  }

  .home-pickup-arrows {
    width: 76%;
    margin-top: 28px;
    font-size: 25px;
  }

  .home-category-bubbles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .home-category-bubble i {
    margin-bottom: 7px;
    font-size: 28px;
  }

  .home-category-bubble__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
  }

  .home-category-bubble__abc {
    width: auto;
    height: 30px;
    font-size: 19px;
    line-height: 30px;
  }

  .home-category-bubble span {
    width: 88%;
    font-size: 11px;
    line-height: 1.28;
  }

  .home-ranking-card {
    padding: 42px 20px 18px;
    border-radius: 20px;
  }

  .home-ranking-list a {
    grid-template-columns: 76px 1fr;
    gap: 10px;
    min-height: 76px;
    padding: 17px 0;
  }

  .home-ranking-list img {
    width: 76px;
    border-radius: 14px;
  }

  .home-ranking-list__num {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .home-ranking-list__title {
    font-size: 12px;
    line-height: 1.45;
  }

  .home-ranking-list__cat {
    margin-top: 7px;
    font-size: 11px;
  }

  body.home-page footer .inner .col3 {
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }

  body.home-page footer .inner .col3 li {
    margin: 0;
  }

  .home-footer-sns {
    grid-template-columns: repeat(3, 34px);
    gap: 10px;
  }

  .home-footer-sns a {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
  body.home-page .home-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.home-page #header h1 .home-site-logo__main,
  .home-site-logo__main {
    font-size: 42px;
  }

  body.home-page #header h1 .home-site-logo__sub,
  .home-site-logo__sub {
    font-size: 9px;
  }

  .home-kv__image img {
    min-height: 300px;
  }

  .home-kv__panel {
    width: calc(100% - 40px);
    padding: 22px 22px 50px;
  }

  .home-post-grid {
    gap: 32px 18px;
  }

  .home-category-bubbles {
    gap: 18px 12px;
  }

  .home-category-bubble span {
    font-size: 10px;
  }

  .home-ranking-list a {
    grid-template-columns: 64px 1fr;
    gap: 8px;
  }

  .home-ranking-list img {
    width: 64px;
  }
}

/* Face photo-free layout (page011, page012)
------------------------------------------------------------*/
body.no-face-layout #mainImg.mainimg-no-photo {
  min-height: 320px;
  padding: 40px;
  border: 1px solid #d9d9d9;
  background: linear-gradient(135deg, #f6f2e6 0%, #edf3f4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.no-face-layout .mainimg-no-photo-inner {
  width: 100%;
  max-width: 960px;
  text-align: left;
}

body.no-face-layout .mainimg-no-photo-label {
  margin: 0 0 14px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.14em;
}

body.no-face-layout .mainimg-no-photo-title {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}

body.no-face-layout .no-photo-card {
  width: 80%;
  margin: 50px auto;
  padding: 24px 30px;
  border-left: 4px solid #333;
  background: #f8f7f2;
  box-sizing: border-box;
}

body.no-face-layout .no-photo-card p {
  margin: 0;
  font-size: 22px;
  line-height: 1.7;
}

body.no-face-layout #profile .inner.no-photo-profile {
  max-width: 960px;
}

body.no-face-layout #profile .inner.no-photo-profile p {
  display: block;
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  body.no-face-layout #mainImg.mainimg-no-photo {
    min-height: 180px;
    padding: 28px 20px;
  }

  body.no-face-layout .mainimg-no-photo-label {
    margin: 0 0 10px;
    font-size: 11px;
  }

  body.no-face-layout .mainimg-no-photo-title {
    font-size: 145%;
  }

  body.no-face-layout .no-photo-card {
    width: 100%;
    margin: 30px auto;
    padding: 18px 16px;
  }

  body.no-face-layout .no-photo-card p {
    font-size: 85%;
  }

  body.no-face-layout #profile .inner.no-photo-profile p {
    width: 100%;
    margin: 0;
  }
}

/* Diagram compare (page011)
------------------------------------------------------------*/
#sec01 .diagram-compare {
  width: 92%;
  max-width: 980px;
  margin: 30px auto 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

#sec01 .diagram-compare .diagram-compare__item {
  margin: 0;
  padding: 14px 16px 12px;
  border: 1px solid #d8d4c4;
  background: #f8f7f2;
  box-sizing: border-box;
}

#sec01 .diagram-compare .diagram-compare__item img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

#sec01 .diagram-compare .diagram-compare__item .captxt {
  margin: 10px 0 0;
  font-size: 82%;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  #sec01 .diagram-compare {
    width: 100%;
    margin: 20px auto 34px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #sec01 .diagram-compare .diagram-compare__item {
    padding: 12px;
  }

  #sec01 .diagram-compare .diagram-compare__item .captxt {
    margin-top: 8px;
    font-size: 80%;
  }
}

/* 案1
#mainImg .main-profile-icon {
  position: absolute;

  bottom: 7.5%;
  right: 1%;

  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 10;

  border: 3px solid #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  #mainImg .main-profile-icon {
    width: 60px;
    height: 60px;
    bottom: 8%;
    right: 5%;
    border-width: 2px;
  }
} */

/* =========================================
   タイトル横のプロフィール画像（サイズ拡大・位置下げ）
========================================= */
#sec01 .article-header {
  position: relative;
  margin-bottom: 30px;
}

/* 画像が大きくなる分、タイトルテキストが被らないように右側の空きを広げます */
#sec01 .article-header h2 {
  padding-right: 150px;
  margin-bottom: 0;
}

/* 画像を大きくし、思い切って下に下げます */
#sec01 .title-profile-icon {
  position: absolute;
  top: 30px; /* ★ここがポイント！天井からガッツリ下げて重心を安定させます */
  right: 0;

  width: 170px; /* ★思い切って大きくし、主役級の存在感を出します */
  height: 170px;
  border-radius: 50%;
  object-fit: cover;

  /* フチを完全に無くし、柔らかい影だけでフワッと浮かせる（雑誌でよく使われる手法です） */
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* サブタイトルの調整 */
#sec01 .article-header .ttl_sub {
  margin-top: 50px; /* ★画像が大きくなり下に下がった分、文字に被らないよう下に逃がします */
  /* text-align: right; や font-weight などは元のCSSのままでOKです */
}

body.agnes-essay-page027 #sec01 .article-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 24px 32px;
  align-items: center;
  margin-bottom: 44px;
}

body.agnes-essay-page027 #sec01 .article-header h2 {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding-right: 0;
  margin-bottom: 0;
}

body.agnes-essay-page027 #sec01 .article-header .ttl_sub {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}

body.agnes-essay-page027 #sec01 .title-profile-icon {
  position: static;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  width: 120px;
  height: 120px;
  max-width: none;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

body.agnes-essay-page027 #profile {
  max-width: 960px;
  margin: 68px auto 52px;
  padding: 0;
  border-top: 0;
  font-size: 80%;
}

body.agnes-essay-page027 #profile .inner.agnes-profile-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  box-sizing: border-box;
  max-width: none;
  padding: 34px 38px;
  border: 1px solid #d8d1bd;
  border-radius: 8px;
  background: #fbfaf5;
}

body.agnes-essay-page027 #profile .agnes-profile-card__image {
  display: block;
  width: 180px;
  height: 180px;
  max-width: none;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

body.agnes-essay-page027 .agnes-profile-card__body {
  min-width: 0;
}

body.agnes-essay-page027 #profile .agnes-profile-card__name {
  display: block;
  width: auto;
  margin: 0 0 8px;
  color: #222;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.35;
}

body.agnes-essay-page027 #profile .agnes-profile-card__title {
  display: block;
  width: auto;
  margin: 0 0 16px;
  color: #827744;
  font-size: 95%;
  font-weight: bold;
  line-height: 1.6;
}

body.agnes-essay-page027 #profile .agnes-profile-card__text {
  display: block;
  width: auto;
  margin: 0;
  color: #333;
  line-height: 1.85;
}

#sec01 .txtcon .footnote.article-footnote {
  font-size: 70% !important;
  line-height: 1.6;
}

#sec01 .page016-photo {
  overflow: hidden;
  aspect-ratio: 16 / 8.7;
}

#sec01 .page016-photo .page016-photo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec01 .page016-photo--1 .page016-photo__img {
  object-position: 58% 48%;
  transform: scale(1.05);
}

#sec01 .page016-photo--2 .page016-photo__img {
  object-position: 50% 58%;
  transform: scale(1.03);
}

/* ▼ スマホ画面（sp）用の微調整 ▼ */
@media screen and (max-width: 768px) {
  #sec01 .article-header h2 {
    padding-right: 90px;
  }
  #sec01 .title-profile-icon {
    top: 15px;
    width: 80px;
    height: 80px;
  }
  #sec01 .article-header .ttl_sub {
    margin-top: 30px;
  }
  body.agnes-essay-page027 #sec01 .article-header {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    text-align: center;
  }

  body.agnes-essay-page027 #sec01 .article-header h2,
  body.agnes-essay-page027 #sec01 .article-header .ttl_sub,
  body.agnes-essay-page027 #sec01 .title-profile-icon {
    grid-column: 1;
    grid-row: auto;
  }

  body.agnes-essay-page027 #sec01 .article-header h2 {
    padding-right: 0;
  }

  body.agnes-essay-page027 #sec01 .article-header .ttl_sub {
    margin-top: 0;
  }

  body.agnes-essay-page027 #sec01 .title-profile-icon {
    width: 96px;
    height: 96px;
  }

  body.agnes-essay-page027 #profile {
    margin: 48px 5% 42px;
    font-size: 72%;
  }

  body.agnes-essay-page027 #profile .inner.agnes-profile-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    padding: 28px 22px;
  }

  body.agnes-essay-page027 #profile .agnes-profile-card__image {
    width: 150px;
    height: 150px;
  }

  body.agnes-essay-page027 .agnes-profile-card__body {
    width: 100%;
  }

  body.agnes-essay-page027 #profile .agnes-profile-card__name,
  body.agnes-essay-page027 #profile .agnes-profile-card__title {
    text-align: center;
  }

  #sec01 .page016-photo {
    aspect-ratio: 16 / 10;
  }
  #sec01 .page016-photo--1 .page016-photo__img {
    object-position: 60% 50%;
    transform: scale(1.04);
  }
  #sec01 .page016-photo--2 .page016-photo__img {
    object-position: 50% 60%;
    transform: scale(1.02);
  }
}

/* page018 / page019 study-abroad article polish
------------------------------------------------------------*/
body.overseas-study-layout #sec01 header {
  margin-bottom: 34px;
}

body.overseas-study-layout #sec01 h2 {
  line-height: 1.42;
}

body.overseas-study-layout section .imgcon {
  width: 74%;
  max-width: 920px;
  margin: 54px auto;
}

body.overseas-study-layout section .imgcon .captxt {
  max-width: 760px;
  color: #555;
  line-height: 1.6;
}

body.overseas-study-layout section .imgcon .captxt + .captxt {
  margin-top: 4px;
}

body.overseas-study-layout #profile {
  margin-top: 56px;
}

body.overseas-study-layout #profile .inner.no-photo-profile {
  max-width: 900px;
}

body.overseas-study-layout #profile .inner.no-photo-profile p {
  line-height: 1.8;
}

body.overseas-study-layout #profile .inner.overseas-profile p {
  line-height: 1.8;
}

body.overseas-study-page019 #profile .overseas-profile {
  display: block;
}

body.overseas-study-page019 #sec01 h2 {
  font-size: 39px;
}

body.overseas-study-page019 .overseas-photo--portrait {
  width: 56%;
  max-width: 520px;
}

body.overseas-study-page019 .overseas-photo--portrait img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

body.overseas-study-page019 #profile .overseas-profile img {
  display: inline-block;
  width: 55%;
  max-width: none;
  aspect-ratio: 800 / 622;
  object-fit: cover;
  object-position: 50% 40%;
}

body.overseas-study-page019 #profile .overseas-profile p {
  display: inline-block;
  width: 40%;
  margin: 0 0 0 4%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  body.overseas-study-layout #sec01 header {
    margin-bottom: 24px;
  }

  body.overseas-study-layout #sec01 h2 {
    line-height: 1.35;
  }

  body.overseas-study-layout section .imgcon,
  body.overseas-study-page019 .overseas-photo--portrait {
    width: 100%;
    max-width: none;
    margin: 34px auto;
  }

  body.overseas-study-layout section .imgcon .captxt {
    max-width: 100%;
    margin-top: 6px;
    line-height: 1.55;
  }

  body.overseas-study-layout #profile {
    margin-top: 44px;
  }

  body.overseas-study-page019 #sec01 h2 {
    font-size: 128%;
  }

  body.overseas-study-page019 #profile .overseas-profile img {
    display: block;
    width: 92%;
    max-width: none;
    margin: 0 4%;
  }

  body.overseas-study-page019 #profile .overseas-profile p {
    display: block;
    width: 94%;
    margin: 20px 0 0;
  }
}

/* page022 recipe layout
-------------------------------------------------- */
body.recipe-page .recipe-title-en {
  display: inline-block;
  margin-top: 8px;
  font-size: 68%;
  font-weight: 500;
  line-height: 1.3;
  color: #6f552f;
}

body.recipe-page .recipe-lead {
  width: 86%;
  margin: 0 auto 24px;
  padding: 26px 32px;
  border-top: 1px solid #d8d1bd;
  border-bottom: 1px solid #d8d1bd;
  background: #fbfaf5;
  box-sizing: border-box;
}

body.recipe-page #sec01 .recipe-lead p {
  margin: 0;
  text-indent: 0;
}

body.recipe-page .recipe-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 86%;
  margin: 0 auto 42px;
}

body.recipe-page .recipe-summary div {
  padding: 14px 16px;
  border: 1px solid #dfe6d2;
  background: #f7faf2;
  box-sizing: border-box;
}

body.recipe-page .recipe-summary span,
body.recipe-page .recipe-summary strong {
  display: block;
}

body.recipe-page .recipe-summary span {
  margin-bottom: 4px;
  color: #6d7f45;
  font-size: 14px;
  font-weight: 600;
}

body.recipe-page .recipe-summary strong {
  color: #333;
  font-size: 18px;
  line-height: 1.35;
}

body.recipe-page .recipe-card {
  width: 86%;
  margin: 56px auto;
  background: #fffaf6;
  border: 1px solid #eadfce;
  border-top: 5px solid #b96f4b;
  padding: 34px 38px;
  box-sizing: border-box;
}

body.recipe-page .recipe-card--steps {
  background: #fff;
  border-top-color: #71864b;
}

body.recipe-page .recipe-list,
body.recipe-page .recipe-steps {
  margin: 22px 0 0;
  padding-left: 1.4em;
  line-height: 1.95;
}

body.recipe-page .recipe-list li,
body.recipe-page .recipe-steps li {
  margin: 0 0 18px;
}

body.recipe-page .recipe-card--ingredients .recipe-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 30px;
  padding-left: 0;
  list-style: none;
}

body.recipe-page .recipe-card--ingredients .recipe-list li {
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid #eadfce;
}

body.recipe-page #sec01 .recipe-card .article-note {
  margin: 18px 0 0;
  padding: 12px 16px;
  border-left: 4px solid #71864b;
  background: #f7faf2;
  color: #4f5f36;
  text-indent: 0;
}

body.recipe-page .recipe-steps {
  padding-left: 0;
  list-style: none;
  counter-reset: recipe-step;
}

body.recipe-page .recipe-steps li {
  counter-increment: recipe-step;
  position: relative;
  margin: 0 0 28px;
  padding: 4px 0 0 58px;
  border-top: 1px solid #eadfce;
}

body.recipe-page .recipe-steps li::before {
  content: counter(recipe-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #71864b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

body.recipe-page .recipe-steps li:last-child {
  margin-bottom: 0;
}

body.recipe-page .recipe-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 80%;
}

body.recipe-page .recipe-photo-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.recipe-page .recipe-photo-grid--single {
  grid-template-columns: 1fr;
  max-width: 760px;
}

body.recipe-page .recipe-photo-grid--portrait img {
  aspect-ratio: 3 / 4;
}

body.recipe-page .recipe-step-photos {
  margin: 20px 0 8px;
  width: 100%;
}

body.recipe-page .recipe-step-note {
  margin: 8px 0 0;
  text-indent: 0;
}

body.page030-talk #sec01 .talk-lead {
  box-sizing: border-box;
  width: min(86%, 960px);
  margin: 28px auto 34px;
  padding: 24px 30px;
  border-top: 1px solid #d8d1bd;
  border-bottom: 1px solid #d8d1bd;
  background: #fffdf8;
  color: #4d4038;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-indent: 0;
}

body.page030-talk #sec01 .talk-intro {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(86%, 880px);
  margin: 0 auto 58px;
}

body.page030-talk #sec01 .talk-intro__person {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid #e4d7c2;
  border-radius: 8px;
  background: #fff;
}

body.page030-talk #sec01 .talk-intro__person--host {
  border-left: 5px solid #e7b6c0;
  background: #fff8f8;
}

body.page030-talk #sec01 .talk-intro__person--guest {
  border-left: 5px solid #a9c7a8;
  background: #fbfdf8;
}

body.page030-talk #sec01 .talk-intro__role {
  display: block;
  margin-bottom: 8px;
  color: #7c6a56;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

body.page030-talk #sec01 .talk-intro__avatar {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(94, 73, 45, 0.14);
  object-fit: cover;
}

body.page030-talk #sec01 .talk-intro__person--guest .talk-intro__avatar {
  object-position: center 22%;
}

body.page030-talk #sec01 .talk-intro__text {
  display: block;
  min-width: 0;
}

body.page030-talk #sec01 .talk-intro__name {
  display: block;
  color: #2f2a25;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

body.page030-talk #sec01 .txtcon.talk-block {
  width: min(86%, 960px);
  margin: 0 auto 52px;
}

body.page030-talk #sec01 .txtcon.talk-block p {
  margin: 0 0 24px;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-theme {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #6d583d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: 0;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-theme::before {
  content: "";
  display: block;
  flex: 0 0 34px;
  height: 1px;
  background: #d8d1bd;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-question,
body.page030-talk #sec01 .txtcon.talk-block p.talk-answer {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 18px 22px;
  border-radius: 8px;
  line-height: 1.8;
  text-indent: 0;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-question {
  border-left: 5px solid #e7b6c0;
  background: #fff7f8;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-question--follow {
  margin-top: -2px;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-answer {
  border-left: 5px solid #a9c7a8;
  background: #f8fbf4;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-question strong {
  color: #965466;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-answer strong {
  color: #4f7658;
}

body.page030-talk #sec01 .txtcon.talk-block p.talk-question strong,
body.page030-talk #sec01 .txtcon.talk-block p.talk-answer strong {
  display: inline-block;
  margin-right: 0.35em;
}

body.page030-talk #sec01 .txtcon.talk-block p:not(.talk-theme):not(.talk-question):not(.talk-answer):not(.txt_r) {
  margin-left: 24px;
  padding-left: 20px;
  border-left: 1px solid #e3eadc;
  text-indent: 0;
}

body.page030-talk #profile {
  max-width: 1120px;
  margin: 54px auto 46px;
  padding: 56px 0 18px;
  border-top: 1px solid #d8d1bd;
  font-size: 80%;
}

body.page030-talk #profile .inner.talk-profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1000px;
}

body.page030-talk #profile .talk-profile-card {
  box-sizing: border-box;
  min-width: 0;
  padding: 24px;
  border: 1px solid #e4d7c2;
  border-radius: 8px;
  background: #fff;
}

body.page030-talk #profile .talk-profile-card--host {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  background: #fffaf8;
}

body.page030-talk #profile .talk-profile-card--guest {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  background: #fbfdf8;
}

body.page030-talk #profile .talk-profile-card img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(94, 73, 45, 0.14);
  object-fit: cover;
}

body.page030-talk #profile .talk-profile-card--guest img {
  object-position: center 22%;
}

body.page030-talk #profile .talk-profile-card p {
  display: block;
  width: auto;
  margin: 0;
  text-indent: 0;
  vertical-align: baseline;
}

body.page030-talk #profile .talk-profile-card__role {
  color: #7c6a56;
  font-weight: bold;
  line-height: 1.5;
}

body.page030-talk #profile .talk-profile-card__name {
  margin-top: 3px;
  color: #2f2a25;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
}

body.page030-talk #profile .talk-profile-card__text {
  margin-top: 12px;
  line-height: 1.8;
}

body.feature-article #sec01 > header {
  margin-bottom: 34px;
}

body.feature-article #sec01 .feature-lead {
  box-sizing: border-box;
  width: min(86%, 960px);
  margin: 26px auto 54px;
  padding: 30px 34px;
  border-top: 1px solid #d8d1bd;
  border-bottom: 1px solid #d8d1bd;
  background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
}

body.feature-article #sec01 .feature-lead p {
  margin-bottom: 0;
  color: #42372f;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.95;
  text-indent: 0;
}

body.feature-article #sec01 .feature-lead--english .con_ttl {
  margin-bottom: 24px;
  color: #6d583d;
  font-size: 24px;
  line-height: 1.55;
}

body.feature-article #sec01 .feature-lead--english p + p {
  margin-top: 24px;
}

body.feature-article #sec01 .feature-section {
  box-sizing: border-box;
  width: min(86%, 960px);
  margin: 0 auto 52px;
  padding: 34px 38px 32px;
  border: 1px solid #e6ddcf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(84, 69, 48, 0.06);
}

body.feature-article #sec01 .feature-section p {
  margin-bottom: 26px;
  text-indent: 0;
}

body.feature-article #sec01 .feature-section p:last-child {
  margin-bottom: 0;
}

body.feature-article #sec01 .feature-section p.sttl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #6d583d;
  font-size: 22px;
  line-height: 1.55;
}

body.feature-article #sec01 .feature-section p.sttl::before {
  content: "";
  flex: 0 0 34px;
  height: 1px;
  background: #d8d1bd;
}

body.feature-article #sec01 .feature-section p.sttl span {
  border-bottom: 0;
}

body.feature-article #sec01 .feature-section--english {
  border-left: 5px solid #d8d1bd;
}

body.feature-article #sec01 .feature-photo {
  box-sizing: border-box;
  width: min(86%, 960px);
  margin: 8px auto 56px;
}

body.feature-article #sec01 .feature-photo img {
  width: 100%;
  box-shadow: 0 18px 40px rgba(84, 69, 48, 0.12);
}

body.feature-article #sec01 .feature-photo--portrait {
  text-align: center;
}

body.feature-article #sec01 .feature-photo--portrait img {
  width: min(72%, 560px);
}

body.feature-article #sec01 .feature-photo .captxt {
  box-sizing: border-box;
  width: min(92%, 840px);
  margin: 14px auto 0;
  color: #6a625b;
  font-size: 90%;
  line-height: 1.7;
  text-align: left;
}

body.page029-feature #sec01 .study-section {
  background: #fffdf8;
}

body.page029-feature #sec01 .study-section > p:first-child {
  justify-content: center;
  margin-bottom: 28px;
  color: #5e4b35;
  text-align: center;
}

body.page029-feature #sec01 .study-section > p:first-child::before {
  display: none;
}

body.page029-feature #sec01 .study-section p.sttl:not(:first-child) {
  margin-top: 34px;
  font-size: 19px;
}

body.page029-feature #sec01 .study-section p.sttl:not(:first-child)::before {
  flex-basis: 24px;
}

body.feature-article #profile {
  max-width: 1120px;
  margin: 54px auto 46px;
  padding: 54px 0 18px;
  border-top: 1px solid #d8d1bd;
  font-size: 80%;
}

body.feature-article #profile .inner.feature-author-card {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 960px;
  padding: 28px 30px;
  border: 1px solid #e6ddcf;
  border-radius: 8px;
  background: #fffdf8;
}

body.feature-article #profile .inner.feature-author-card.no-photo-profile {
  display: block;
}

body.feature-article #profile .inner.feature-author-card img {
  flex: 0 0 168px;
  width: 168px;
  height: 168px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}

body.feature-article #profile .inner.feature-author-card p {
  display: block;
  width: auto;
  margin: 0;
  line-height: 1.8;
}

body.recipe-page #sec01 .recipe-step-note {
  margin: 8px 0 0;
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  body.recipe-page .recipe-lead,
  body.recipe-page .recipe-summary,
  body.recipe-page .recipe-card {
    width: 100%;
  }

  body.recipe-page .recipe-lead {
    margin-bottom: 18px;
    padding: 20px 18px;
  }

  body.recipe-page .recipe-summary {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }

  body.recipe-page .recipe-summary div {
    padding: 12px 14px;
  }

  body.recipe-page .recipe-summary span {
    font-size: 12px;
  }

  body.recipe-page .recipe-summary strong {
    font-size: 90%;
  }

  body.recipe-page .recipe-card {
    margin: 40px auto;
    padding: 24px 20px;
  }

  body.recipe-page .recipe-card--ingredients .recipe-list {
    grid-template-columns: 1fr;
  }

  body.recipe-page .recipe-steps li {
    padding-left: 48px;
  }

  body.recipe-page .recipe-steps li::before {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
  }

  body.recipe-page .recipe-photo-grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 14px;
  }

  body.recipe-page .recipe-step-photos {
    margin: 14px 0 4px;
  }

  body.page030-talk #sec01 .talk-lead {
    width: 92%;
    margin: 22px auto 28px;
    padding: 18px 20px;
    font-size: 86%;
    line-height: 1.8;
  }

  body.page030-talk #sec01 .talk-intro {
    grid-template-columns: 1fr;
    width: 92%;
    gap: 10px;
    margin-bottom: 42px;
  }

  body.page030-talk #sec01 .talk-intro__person {
    padding: 14px 16px;
  }

  body.page030-talk #sec01 .talk-intro__avatar {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  body.page030-talk #sec01 .talk-intro__role {
    margin-bottom: 5px;
    font-size: 72%;
  }

  body.page030-talk #sec01 .talk-intro__name {
    font-size: 100%;
  }

  body.page030-talk #sec01 .txtcon.talk-block {
    width: 92%;
    margin-bottom: 40px;
  }

  body.page030-talk #sec01 .txtcon.talk-block p {
    margin-bottom: 20px;
  }

  body.page030-talk #sec01 .txtcon.talk-block p.talk-theme {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 86%;
  }

  body.page030-talk #sec01 .txtcon.talk-block p.talk-theme::before {
    flex-basis: 24px;
  }

  body.page030-talk #sec01 .txtcon.talk-block p.talk-question,
  body.page030-talk #sec01 .txtcon.talk-block p.talk-answer {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: 85%;
    line-height: 1.7;
  }

  body.page030-talk #sec01 .txtcon.talk-block p:not(.talk-theme):not(.talk-question):not(.talk-answer):not(.txt_r) {
    margin-left: 10px;
    padding-left: 12px;
  }

  body.page030-talk #profile {
    margin: 44px 5% 36px;
    padding: 38px 0 0;
    font-size: 72%;
  }

  body.page030-talk #profile .inner.talk-profile-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page030-talk #profile .talk-profile-card {
    padding: 20px 18px;
  }

  body.page030-talk #profile .talk-profile-card--guest {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page030-talk #profile .talk-profile-card--host {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page030-talk #profile .talk-profile-card img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }

  body.page030-talk #profile .talk-profile-card__name {
    font-size: 135%;
  }

  body.feature-article #sec01 > header {
    margin-bottom: 22px;
  }

  body.feature-article #sec01 .feature-lead {
    width: 92%;
    margin: 20px auto 38px;
    padding: 20px 22px;
  }

  body.feature-article #sec01 .feature-lead p {
    font-size: 88%;
    line-height: 1.8;
  }

  body.feature-article #sec01 .feature-lead--english .con_ttl {
    margin-bottom: 18px;
    font-size: 100%;
  }

  body.feature-article #sec01 .feature-section {
    width: 92%;
    margin-bottom: 40px;
    padding: 24px 20px;
  }

  body.feature-article #sec01 .feature-section p {
    margin-bottom: 20px;
  }

  body.feature-article #sec01 .feature-section p.sttl {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 95%;
  }

  body.feature-article #sec01 .feature-section p.sttl::before {
    flex-basis: 24px;
  }

  body.feature-article #sec01 .feature-photo {
    width: 92%;
    margin-bottom: 38px;
  }

  body.feature-article #sec01 .feature-photo--portrait img {
    width: min(84%, 420px);
  }

  body.feature-article #sec01 .feature-photo .captxt {
    width: 100%;
    margin-top: 10px;
    font-size: 76%;
  }

  body.page029-feature #sec01 .study-section p.sttl:not(:first-child) {
    margin-top: 26px;
    font-size: 88%;
  }

  body.feature-article #profile {
    margin: 42px 5% 36px;
    padding: 38px 0 0;
    font-size: 72%;
  }

  body.feature-article #profile .inner.feature-author-card {
    display: block;
    padding: 22px 20px;
  }

  body.feature-article #profile .inner.feature-author-card img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 18px;
  }
}

/* utility: inline-style replacements */
.subtxt--card {
  background: #f4f7f8;
  padding: 20px;
  border-radius: 8px;
}

.footnote--small {
  font-size: 0.8em;
}
