@charset "UTF-8";

/* pc -------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {

/* タイトル */
.title {
width: 100%;
height: 360px;
overflow: hidden;
position: relative;
}

/*タイトル部分ここから*/
.titlebar__inner{
  width: 1040px;          /* 指示：左右1040px */
/*  margin: 0 auto;*/
  padding: 18px 20px;
  display: flex;              /* flexbox */
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top:0;
  left: 50%;            /* 親の左から 50% の位置へ */
  transform: translate(-50%, 0%); /* 自身の幅と高さの半分だけ戻す */
}

.titlebar__inner img{
width: 21px;
height: 21px;
}

/* 左：タイトル（左寄せ＋下線） */
.titlebar__title{
  margin: 0;
  color: #2f6f90;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
}

/* 右：リンク（右寄せ） */
.titlebar__nav{
  display: flex;              /* flexbox */
  align-items: center;
  justify-content: flex-end;  /* 右寄せ */
  gap: 35px;
  flex: 0 0 auto;
}

.titlebar__link{
  display: inline-flex;       /* アイコン＋文字を横並び */
  align-items: center;
  gap: 0.4em;
  font-weight: 700;
  white-space: nowrap;
}

.titlebar__icon{
  width: 21px;                /* 見た目に合わせて調整OK */
  height: 21px;
  display: block;
  flex: 0 0 auto;
}

.titlebar__text{
  font-size: 15px;
  letter-spacing: .06em;
}

/*タイトル部分ここまで*/

/*リード文ここから*/
.read_txt {
font-size: 110%;
font-weight: 700;
line-height: 2.1em;
margin-top: 1.7em;
text-align: center;
  position: absolute;
  top:48%;
  left: 50%;            /* 親の左から 50% の位置へ */
  transform: translate(-50%, -50%); /* 自身の幅と高さの半分だけ戻す */
}
/*挨拶部分ここまで*/

/*---------------------------------------------------------*/

/* 1カテゴリ */
.item-block{
  width: 100%;
  margin-bottom: 60px;
}

/* 上の帯（画像エリア：グレーでスペース確保） */
.item-hero{
  width: 100%;
  height: 139px;                 /* 画像帯の高さ（必要なら調整） */
  position: relative;
}

/* タイトル（左下） */
.item-title{
  position: absolute;
  left: 20px;
  bottom: 15px;
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .08em;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
}

/* 下の白地 */
.item-body{
  background:#fff;
  padding: 0.6em 0 0 0;
}

/* 1040px想定の中央寄せ */
.item-cols{
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0.8em;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

/* 4列 */
.item-cols.cols-4 > .item-list_left,
.item-cols.cols-4 > .item-list_right {
  flex: 1 1 0;
  min-width: 0;
}

.item-list_left,
.item-list_right{
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.item-list_left > .item-list,
.item-list_right > .item-list {
  flex: 1 1 0;
  min-width: 0;
}

/* リスト */
.item-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ● を before で */
.item-list li{
  position: relative;
  padding-left: 1.2em;
  margin: 0.6em 0;
  font-size: 14px;
  line-height: 1.4;
}

.item-list li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.95em;
  color: #005d99;
}

}



/* sp -------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

/* タイトル */
.title {
width: 100%;
height: 23em;
overflow: hidden;
position: relative;
}

/*タイトル部分ここから*/
.titlebar__inner{
  width: 100%;
/*  margin: 0 auto;*/
  padding: 0.5em 0 0 0.9em;
  display: flex;              /* flexbox */
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top:0;
  left: 0;            /* 親の左から 50% の位置へ */
/*  transform: translate(-50%, 0%); /* 自身の幅と高さの半分だけ戻す */
}

/* 左：タイトル（左寄せ＋下線） */
.titlebar__title{
  margin: 0;
  color: #2f6f90;
  font-weight: 800;
  font-size: 6.5vw;
  letter-spacing: .04em;
  line-height: 1;
}
/*タイトル部分ここまで*/

/* 右：リンク（右寄せ） */
.titlebar__nav{
  display: none;
}
/*タイトル部分ここまで*/

/*リード文ここから*/
.read_txt {
  width: 100%;
font-size: 90%;
font-weight: 700;
line-height: 2em;
/*margin-top: 1.7em;*/
text-align: center;
  position: absolute;
  top:53%;
  left: 50%;            /* 親の左から 50% の位置へ */
  transform: translate(-50%, -50%); /* 自身の幅と高さの半分だけ戻す */
}
/*挨拶部分ここまで*/

/*---------------------------------------------------------*/

/* 1カテゴリ */
.item-block{
  width: 100%;
  margin-bottom: 3em;
}
.item-block:last-child{
  margin-bottom: 5em;
}

/* 上の帯（画像エリア：グレーでスペース確保） */
.item-hero{
  width: 100%;
  height: auto;                 /* 画像帯の高さ（必要なら調整） */
  position: relative;
}

/* タイトル（左下） */
.item-title{
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 150%;
  font-weight: 800;
  letter-spacing: .08em;
text-shadow:
    0 0 10px rgba(32,94,143,1.0),
    0 0 10px rgba(32,94,143,1.0),
    0 0 10px rgba(32,94,143,1.0);
/*水平方向オフセット 縦方向オフセット ぼかし RGB 濃度（アルファ）*/
/*ぼかしを重ねることで輪郭を厚く見せられる。*/
}

/* 下の白地 */
.item-body{
  background:#fff;
  padding: 0.25em 0 0 0;
}

.item-cols{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.8em;
  display: flex;
  gap: 1em;
  align-items: flex-start;
}

/* 4列 */
.item-cols.cols-4 > .item-list_left,
.item-cols.cols-4 > .item-list_right {
  flex: 1 1 0;
  min-width: 0;
}

.item-list_left,
.item-list_right{
  display: block;
/*  gap: 28px;
  align-items: flex-start;*/
}

.item-list_left > .item-list,
.item-list_right > .item-list {
/*  flex: 1 1 0;
  min-width: 0;*/
}

/* リスト */
.item-list{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 80%;
}

/* ● を before で */
.item-list li{
  position: relative;
  padding-left: 1.2em;
  margin: 0.6em 0;
/*  font-size: 14px;*/
  line-height: 1.4;
}

.item-list li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.95em;
  color: #005d99;
}

}






