/************************************
著者／監修者一覧（固定ページ専用）
************************************/
.kontentu-borishi02{
	font-size:14px;
}

.garb-author-list-page{
  display: grid;
  gap: 18px;
}

.garb-author-card{
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 16px;
  overflow: hidden; /* 回り込みの親の安定化 */
}

.garb-author-card__media{
  float: left;
  margin: 0 16px 0px 0;
}

.garb-author-card__media img{
  width: 90px;
  height: 90px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
}

.garb-author-card__name{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 2px 0 8px;
	padding:18px 0px 0px 0px;
}

.garb-author-card__meta{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 10px;
	color:#634e4e;
}

.garb-author-card__bio{
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

@media (max-width: 680px){
  .garb-author-card{
    padding: 14px;
  }
  .garb-author-card__media{
    margin: 0 12px 8px 0;
  }
  .garb-author-card__media img{
    width: 72px;
    height: 72px;
  }
  .garb-author-card__name{
    font-size: 16px;
  }
}


/************************************
 SP menu (widget nav)
************************************/
.menuBtn__contentInner .ms-spMenu .widget{
  margin-bottom: 0px !important;
}
/* スマホメニュー 見出し（widget title）をメニュー行と揃える */
.menuBtn__contentInner .ms-spMenu .heading-widget{
  display: flex;
	justify-content: center;
  font-size: 13px;
  line-height: 1.25;
  padding: 20px 20px;
  background: #f2f2f2;
  color: #0A2F60;
  border-radius: 0;
	margin:0px -14px 0px -14px;
}



/* ●（a:before）をスマホmenu内だけ無効化 */
.menuBtn__contentInner .ms-spMenu .widget.widget_nav_menu ul.menu li a:before,
.menuBtn__contentInner .ms-spMenu .widget.widget_nav_menu ul.menu li a::before,
.menuBtn__contentInner .ms-spMenu .widget_nav_menu ul.menu li a:before,
.menuBtn__contentInner .ms-spMenu .widget_nav_menu ul.menu li a::before{
  content: none !important;
  display: none !important;
}

/* メニュー本体 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 親（1階層） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li{
	margin:0px -14px 0px -14px!important;
	
}

.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > a{
  position: relative !important;
  display: flex !important;
  color: #102a43 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216,216,216,0.9) !important;
  font-weight: 400 !important;
	padding:18px 18px 18px 20px;
}

/* ＞（子なし）だけ左に寄せる：親 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li:not(.menu-item-has-children) > a::after{
  right: 17px !important;
}


/* 親：子なし「›」(大きすぎ回避＋ズレ防止) */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > a::after{
  content: "›";
  position: absolute;
  right: 14px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 26px; 
  line-height: 1 ;
  color: #F46F72 !important;
  opacity: 1 !important;
}

/* 親：子ありは「＋」 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li.menu-item-has-children > a::after{
  content: "＋" !important;
  font-size: 18px !important;        /* 大きすぎを修正 */
  line-height: 1 !important;
  color: #F46F72 !important;
  opacity: 1 !important;
  font-weight: 800 !important;       /* 記号だけ太く */
}

/* 親：開いたら「－」 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li.menu-item-has-children.is-open > a::after{
  content: "－" !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 800 !important;
}

/* 親：タップ時 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > a:active{
  background: rgba(10,47,96,0.05) !important;
}

/* 子（2階層）全体：背景を確実に付ける（テーマに負けない） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;

  background: rgba(30,144,255,0.08) !important;

  overflow: hidden !important;
  max-height: 0px;
  transition: max-height .22s ease;

  border: 0 !important;   /* 二重線の原因を消す */
  box-shadow: none !important;
}

/* 子：各行（親と同じ高さにする） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li > a{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;

  text-decoration: none !important;
  color: #102a43 !important;

  font-size: 13px !important;        /* 親と揃える（差は背景とインデントで出す） */
  line-height: 1.25 !important;

  padding: 14px 44px 14px 26px !important;  /* 左だけインデントで差を出す */
  background: #FDF2F4 !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(216,216,216,0.7) !important; /* 下線方式に統一（太線化を防ぐ） */
}

/* 子：最後だけ下線は残す（見た目統一） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li:last-child > a{
  border-bottom: 1px solid rgba(216,216,216,0.7) !important;
}

/* 子：右は「›」 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li > a::after{
  content: "›" !important;
  position: absolute !important;
  right: 17px !important;
  top: 43% !important;
  transform: translateY(-50%) !important;
  font-size: 26px !important;        /* 親より少し小さく */
  line-height: 1 !important;
  color: #999 !important;
  opacity: 1 !important;
	font-weight: normal !important; /* normal */
}

/* 子：タップ時 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li > a:active{
  background: rgba(10,47,96,0.05) !important;
}

/* ウィジェットタイトル（必要なら） */
.menuBtn__contentInner .ms-spMenu .widget-title{
  margin: 0 0 10px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: rgba(16,42,67,0.75) !important;
}
/**********************
お問い合わせ
**********************/
.otoiawase-fomu01 h2{
	text-align: center;
	color:#002060;
	margin:20px 0px 0px 0px!important;
}
.otoiawase-fomu01{
	padding:23px 0px 83px 0px;
	margin: 2em 0;
	border: solid 1px #e0e0e0;
	background-color:#fff;
	font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Kaku Gothic ProN, YuGothic, Yu Gothic, "游ゴシック", Meiryo,sans-serif!important;
	border-radius: 10px;
}
.wpcf7-list-item{
	display: block!important;
}
.wpcf7 .template02 input[type=email]{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu textarea{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu input[type=text]{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu input[type=tel]{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu input[type=URL]{
	background-color:#ffffcb!important;
}
/* template02 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}

.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
	color:#333;
	margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
	font-weight: 800;
	font-size:104%;
}
.wpcf7 .template02 p.form__label02 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label02 {
  width: 36%;
  padding: 1.5em 1em;
}


.wpcf7 .template02 p.form__label02 label {
  position: relative;
	color:#333;
	margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
	font-weight: 800;
	font-size:104%;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
	margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #6c5c2f;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #c00000;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type="url"],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
	color:#333;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #ffffcb;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
	color: #333!important;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #002060;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #002060;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
	color: #333;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #ffffcb;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
	width: 300px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #ffffcb;
  background-image: linear-gradient(90deg, #002060, #002060);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}

.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
}
.wpcf7 .template02 textarea{
	height:150px;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #c00000 solid;
  border-radius: 8px;
  background-color: #c00000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #999999!important;
  color: #fff!important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}


/************************************
著者／監修者一覧（固定ページ専用）
************************************/
.kontentu-borishi02{
	font-size:14px;
}

.garb-author-list-page{
  display: grid;
  gap: 18px;
}

.garb-author-card{
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 16px;
  overflow: hidden; /* 回り込みの親の安定化 */
}

.garb-author-card__media{
  float: left;
  margin: 0 16px 0px 0;
}

.garb-author-card__media img{
  width: 90px;
  height: 90px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
}

.garb-author-card__name{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 2px 0 8px;
	padding:18px 0px 0px 0px;
}

.garb-author-card__meta{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 10px;
	color:#634e4e;
}

.garb-author-card__bio{
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

@media (max-width: 680px){
  .garb-author-card{
    padding: 14px;
  }
  .garb-author-card__media{
    margin: 0 12px 8px 0;
  }
  .garb-author-card__media img{
    width: 72px;
    height: 72px;
  }
  .garb-author-card__name{
    font-size: 16px;
  }
}


/************************************
TOPデザイン(サブ)
************************************/
.top-sub{
	font-weight: 700;
	color: #f87273;
	text-align:center;
}

.top-main{
	font-size:20px!important;
	text-align:center;
	background-image: linear-gradient(
  90deg,
  #dfdfdf 0%,
  #dfdfdf 40%,
  #f87273 40%,
  #f87273 60%,
  #dfdfdf 60%,
  #dfdfdf 100%
);
background-repeat: no-repeat;
background-size: 100% 5%;
background-position: bottom;
line-height: 1;
padding: 6px 0 14px;
margin: -3px 0px 24px 0px!important;
}
/* タイトルのみ */
.guide-archive-item-title{
  margin: 12px 22px 14px!important;
  font-size: 15px!important;
  line-height: 1.55!important;
}
/* 下の「一覧へ」右寄せ */
.guide-cat-more{
  margin-top: 10px;
  text-align: right;
}



/* ショートコードで補足説明 */
.supplement {
	background: lightyellow;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	border-color: rgba(165, 165, 165, 0.2);
	line-height: 1.8em!important;
}
@media screen and (max-width: 640px) {
	.supplement {
	font-size:94%;
}
}

.supplement p,
.c_box p {
	margin-bottom: .8em;
}

.supplement p:last-child,
.c_box p:last-child {
	margin-bottom: 0;
}

.supplement.warning {
	background: pink;
	background: rgba(255, 0, 45, 0.18);
	color: #333;
}

.supplement:before {
	font-family: "dashicons";
	content: "\f125"; /* dashicons-format-chat */
	display: inline-block;
	margin-right: .3em;
	font-size: 20px;
	vertical-align: middle;
}


.supplement.warning:before {
	content: '\f071';
}

.supplement.boader::before,
.supplement.border::before{
	content: none;
}

.supplement.noicon:before {
	content: none;
}

.supplement.boader,
.supplement.border {
	background: none;
}
/* 志望動機例文 */
.kakomi-tape3{
	position: relative;
    margin: 50px 0px 0px 0px!important;
    padding:0px 12px 0px 12px;
    border: solid 2px #9AC841;
	background-color:#F7FFE1;
	color:#333;
}
.title-tape3{
	position: absolute;
    display: inline-block;
    top: -27px;
    left: 10px;
    padding:10px 9px 10px 9px;
    line-height: 25px;
    background: #9AC841;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
}
.reibunwaku-content{
	position: relative;
    margin: -32px 0px 30px 0px!important;
    padding:15px;
    border: solid 2px #9AC841;
	background-color:#FCFBE6;
}

/************************************
アーカイブのデザイン
************************************/
.head-title-css {
    padding: 20px 0;
    background: #2F3E5C;
    overflow-x: auto;
    font-weight: 800;
	border-bottom: 5px solid #FF8694;
}
.head-title-css h1 {
    font-size: 18px;
    color: #fff;
}

.guide-archive-head{
  margin: 0 0 18px;
}

.guide-archive-title{
  margin: 0 0 10px;
  line-height: 1.25;
}

.guide-archive-desc{
  margin: 0;
}

/* 3カラム（SPで1カラムへ） */
.guide-archive-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 0;
}

@media (max-width: 980px){
  .guide-archive-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  .guide-archive-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* カード */
.guide-archive-card{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

.guide-archive-link{
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: box-shadow .18s ease, transform .18s ease;
}

/* 画像ズーム完全禁止（テーマ側のtransform/hoverが当たっても止める） */
.guide-archive-thumb,
.guide-archive-thumb *{
  transform: none !important;
}

.guide-archive-thumb{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f3f3;
}

.guide-archive-thumb-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none !important;
  transition: none !important;
}

.guide-archive-thumb-placeholder{
  width: 100%;
  height: 100%;
}

/* タイトル・説明 */
.guide-archive-item-title{
  margin: 12px 14px 8px;
  font-size: 16px;
  line-height: 1.4;
}

.guide-archive-item-desc{
  margin: 0 14px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
  word-break: break-word;
}

/* ロールオーバー（軽く浮く。画像はズームしない） */
@media (hover:hover){
  .guide-archive-link:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
  }
  .guide-archive-link:hover .guide-archive-item-title{
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

/* ページャー余白 */
.guide-archive-pager{
  margin: 22px 0 0;
}

/* 0件時 */
.guide-archive-none{
  padding: 18px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}


/************************************
転職テーブル
************************************/
/* 転職テーブル */
.tensyoku-tb th{
	background-color:#FF8694!important;
	border: 1px solid #e2e2e2!important;
	color:#fff!important;
	padding:15px 5px 15px 5px!important;
	font-weight: 700;
	font-size:90%;
	text-align:center;
}
.tensyoku-tb td{
	background-color:#fff;
	font-size:100%;
	border: 1px solid #e2e2e2!important;
	color:#333;
	font-size:13px;
	font-weight: 700;
	text-align:center;
}

.kyuujin-tb{
	border: 1px solid #e2e2e2;
    width: 100%;
	color:#333;
	margin-bottom:25px;
}
.kyuujin-tb th{
	width: 25%;
	color:#fff!important;
	background-color:#009dc6!important;
	border: 1px solid #fff!important;
	border-top: 1px solid #009dc6!important;
	padding:3px 5px 5px 3px!important;
	font-weight: 700;
	text-align:center;
}
.kyuujin-tb td{
	text-align: left!important;
	background-color:#fff;
	font-size:100%;
	border: 1px solid #009dc6!important;
	padding:10px!important;
}
/************************************
postのデザイン系
************************************/

/* ===== 記事上部カテゴリータグ ===== */


.heading-primary{
	font-size:28px;
	color:#333;
}
.guide-blog{
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.95;
  color: #222;
  word-break: break-word;
}



.styled_h4{
	background-color:#f1f6f7;
	padding:15px 20px 10px 20px;
	color:#634e4e;
	margin:60px 0px 20px 0px!important;
}
.styled_h4::before {
    content: "✓ ";
    color: #634e4e; /* レ点の色をテキストと揃える */
    font-weight: bold;
}

.guide-blog a{
  text-decoration: underline;
}

.guide-blog strong {
  text-decoration: underline;
  text-decoration-color: #F26C74;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
/* 表レスポンシブ */
.peko-resupon{
	margin-bottom:20px;
}
.peko-resupon th{
	font-weight: 800;
	width:25%;
	text-align:center;
}
@media screen and (max-width: 780px){
.peko-resupon th, .peko-resupon td{
	display:block;
	text-align: left;
	}
	.peko-resupon th{
		width:100%;
	}
}
/* 志望動機例文： */
.title-reibunwaku {
    background-color: #9AC841;
    display: inline-block;
    font-style: normal;
    border-radius: 4px 4px 0 0;
    padding: 0.25em 1em;
    color: #fff;
    font-weight: 700;
}

.reibunwaku-content {
	position: relative;
	margin: -32px 0px 30px 0px !important;
	padding: 15px;
	font-size:15px;
	border: solid 1px #9AC841;
    background-color: #FCFBE6;
}

/* eyecatch のズーム（hover拡大）を無効化 */
.eyecatch-main img,
.eyecatch-main .wp-post-image{
  transform: none !important;
  transition: none !important;
}

.eyecatch-main:hover img,
.eyecatch-main:hover .wp-post-image{
  transform: none !important;
}

/************************************
景品表示法
************************************/

/* PRアコーディオン調整 */
.tyousei-pr{
	margin:-30px 0px 20px 0px;
}
/* PRアコーディオン */
.accordion-004 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #e8edf2;
    border-radius: 3px;
	background-color:#fff
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.8em 2em;
    cursor: pointer;
		font-size:95%;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #757575b3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0!important;
    padding: .3em 2em 1.5em!important;
    transition: transform .5s, opacity .5s;
	font-size:13px!important;
	color:#666666!important;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}
/* PRアコーディオンEND */
.strong-css01{
	color:#FF4280;
	font-size:130%;
	font-weight: 800;
}
.fukkubunn-tensyoku{
	font-weight: 800;
	margin:10px 0px 5px 0px!important;
	font-size:13px;
	color: #634e4e;
}

.haiiro-style-title{
	text-align: center;
	font-size:120%;
	font-weight: 800;
	margin:0px 0px 0px 0px!important;
}
.haiiro-style {
   clear: both;
  margin: 0 0 28px;
  padding: 20px;
  position: relative;
  border: 1px #cccccc solid;
background-color: #f3f3f3;
}
.haiiro-style *:last-child {
  margin-bottom: 0;
}


/************************************
著作者（post）
************************************/
.purofu-box div::after {
  content: none !important;
  display: none !important;
}
/* 著者BOX内ではテーマの疑似アイコンを無効化 */
.purofu-box ul > li::before,
.purofu-box ul > li:before{
  content: none !important;
  display: none !important;
}
.purofu-box ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.purofu-box ul > li{
  padding-left: 0;
  margin-left: 0;
}
/* 著者・監修者BOX（post内） */
.purofu-box{
  border: 1px solid #e3e3e3;
  background: #fff;
  margin: 24px 0;
}
.purofu-box .box-title{
  background: #e6e6e6;
  text-align: center;
  font-weight: 700;
  padding: 14px 16px;
  letter-spacing: .02em;
}
.purofu-box .saboxplugin-wrap{
  padding: 18px 18px 16px;
}

.purofu-box .saboxplugin-gravatar{
  float: left;
  margin: 0 18px 10px 0; /* 右と下に余白 */
}

.purofu-box .saboxplugin-gravatar img{
  width: 90px;
  height: 90px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
}


/* 名前（右カラム上部） */
.purofu-box .saboxplugin-authorname{
  grid-column: 2 / 3;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 2px;
}
/* 箇条書き（プロフィール項目） */


/* 説明文 */
.purofu-box .saboxplugin-desc p{
  margin: 10px 0;
	font-size:14px;
}
/* アイコン行（下部） */
.purofu-box .rinku-tyousei0002{
  margin-top: 0px;
}
.personal-information{
	margin:-10px 0px 0px 0px!important;
	font-size:14px;
}
.personal-information li{
	line-height: 1.7!important;
}

/* あなたのHTMLだと span がある前提：文字ボタンを非表示にしてアイコンだけ運用したい場合 */
.purofu-box #author_sns a span{
  display: none;
}

/* 「著作・監修記事一覧」右寄せ */
.kontentu-borishi{
	margin-top:-10px!important;
}
.purofu-box .kontentu-borishi a{
  text-decoration: none;
}
.purofu-box .kontentu-borishi a:hover{
  text-decoration: underline;
}
/* ② SNSアイコン表示 */
.purofu-box #author_sns{
  display: flex;
  gap: 10px;
  align-items: center;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.purofu-box #author_sns li{
  margin: 0;
  padding: 0;
}

.purofu-box #author_sns a{
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

/* Dashicons（X以外） */
.purofu-box #author_sns a::before{
  font-family: dashicons;
  font-size: 18px;
  line-height: 1;
  content: "\f110"; /* デフォルト */
}

/* 既存Dashicons振り分け */
.purofu-box #author_sns a[title="プロフィール"]::before{ content: "\f319"; }
.purofu-box #author_sns a[title="お問い合わせ"]::before{ content: "\f465"; }
.purofu-box #author_sns a[title="著者ページ"]::before{ content: "\f109"; }
.purofu-box #author_sns a[title="Instagram"]::before{ content: "\f306"; }

/* ▼ Xだけ文字表示に変更 */
.purofu-box #author_sns a[title="X"]{
  font-family: inherit;
  font-weight: 700;
}

.purofu-box #author_sns a[title="X"]::before{
  content: "X";
  font-family: inherit;
  font-size: 15px;
}

/* hover */
.purofu-box #author_sns a:hover{
  border-color: #bbb;
}

/* SP最適化 */
@media (max-width: 680px){
  .purofu-box .saboxplugin-wrap{
    grid-template-columns: 90px 1fr;
    gap: 14px 14px;
    padding: 16px;
  }
  .purofu-box .saboxplugin-authorname{
    font-size: 16px;
  }
  .purofu-box .saboxplugin-gravatar img{
    width: 72px;
    height: 72px;
  }
}
/* ① 箇条書きが無いときの“謎の空白”を潰す */
.purofu-box .saboxplugin-desc ul{
  margin: 0;            /* 常に0にして押し下げを防ぐ */
  padding-left: 0;
  list-style: none;
}

/* liがあるときだけ余白を付ける（対応ブラウザでは最適化） */
.purofu-box .saboxplugin-desc ul:has(li){
  margin: 10px 0 12px;
}

.purofu-box .saboxplugin-desc li{
  margin: 2px 0;
}

/* 本文pの余白も少し整える（空白過多の抑制） */
.purofu-box .saboxplugin-desc p{
  margin: 10px 0 0;
}

/**********************
目次設定
**********************/
#ez-toc-container .content ul > li::before,
#ez-toc-container ul > li::before {
    content: none !important;
    font-family: inherit !important;
    display: none !important;
}

/* 目次の閉じるボタンデザイン */
.ez-toc-btn {
border:none;
background:#e8e8e8	;
border-radius:0;	
	width:100px;
	height:30px;
}
.ez-toc-glyphicon{
	font-size:25px!important;
}
#ez-toc-container p.ez-toc-title {
	display: inline-block;
  position: relative;
  padding: 6px 60px!important;
	margin:10px 0px 10px 10px!important;
  font-size: 14px;
  background: #2F3E5C;/*リボンの色*/
	color:#fff!important;
	border-bottom: 3px solid #F26C74;
	font-weight:normal;
}

#ez-toc-container {
    background: #fff;
    border: 0px solid #009dc6!important;
	background-color:#f8f8f8!important;
		border-top: solid 1px #2F3E5C!important;
	border-bottom: solid 1px #2F3E5C!important;
	 border-radius:0px;
}

@media screen and (max-width:780px) {
#ez-toc-container {
	margin-right:-15px;
margin-left:-15px;
}
}

#ez-toc-container ul  li {
   border-top: 1px dotted #e2e2e2;
	width: 100%;
	padding:8px 10px 1px 10px;
}

#ez-toc-container ul ul li {
   border-top: 1px dotted #e2e2e2;
	padding:8px 0px 0px 38px!important;
	margin:0px 0px 0px 1px!important;
}

#ez-toc-container ul li a {
 font-weight: 900;
	color:#364e96!important;
}
#ez-toc-container ul ul li a {
  font-size: 95%;
	font-weight: normal;
	color:#666666	!important;
	width:100%!important;
}
#ez-toc-container ul ul {
  margin: 5px -18px 0px -20px;
	
}
.ez-toc-list li {
	display:inline-block;
	line-height:1.3;
	position: relative;/*相対位置*/
	box-sizing:border-box;
}

.ez-toc-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 1.3em;
  top: 0.5em;
  color:#FFD2D7; 
}

/************************************
関連記事
************************************/

.design_headline2.rich_font{
  position: relative;
  text-align: center;
  padding: 26px 0 10px;
  margin: 40px 0 24px;
  background: transparent;
}

@media screen and (min-width: 780px) {
	/* 上のグレー線（右に45pxだけ伸ばす） */
.design_headline2.rich_font::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -45px;   /* ← 指定どおり */
  height: 1px;
  background: #dcdcdc;
  z-index: 1;
}
}
.design_headline2.rich_font::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  height: 1px;
  background: #dcdcdc;
  z-index: 1;
}

/* タイトル */
.design_headline2.rich_font span{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #111;
  padding-top: 5px;
}

/* 中央ブルーライン（グレー線と被らない位置） */
.design_headline2.rich_font span::before{
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #F46F72;
  border-radius: 2px;
  z-index: 2;
}

.peko-postgrid{
  margin: 16px 0 28px;
}

.peko-postgrid__inner{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.peko-postgrid__item{
  margin: 0;
}

.peko-postgrid__link{
  display: block;
  text-decoration: none;
}

.peko-postgrid__thumb{
  position: relative;
  width: 100%;
  aspect-ratio: 770 / 440;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f2f2;
}

.peko-postgrid__imgtag{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.peko-postgrid__noimg{
  position: absolute;
  inset: 0;
  display: block;
}

.peko-postgrid__title{
  margin: 10px 0 0;
  font-weight: 700;
  line-height: 1.45;
  font-size: 15px;
  color: inherit;
}

.peko-postgrid__link:hover .peko-postgrid__title{
  text-decoration: underline;
}

@media (max-width: 1024px){
  .peko-postgrid__inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px){
  .peko-postgrid__inner{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}



/* ==================================
   box-style リストデザイン変更
================================== */

/* ボックス背景 */
.box-style {
  background:#FFF9EB; 
  padding: 24px 28px 4px 28px;
	margin-bottom:20px;
}
/* テーマの疑似アイコンを完全無効 */
.box-style ul > li::before,
.box-style ul > li:before {
  content: none !important;
  display: none !important;
}

/* li基準設定 */
.box-style ul {
  margin: 0;
  padding: 0;
}

.box-style ul > li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}

/* ピンク丸 */
.box-style ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.24em;
  width: 15px;
  height: 15px;
  background: #f26c74;
  border-radius: 50%;
}
/* ==================================
   box-style 数字付きリスト
================================== */

/* カウンター初期化 */
.box-style ol {
  counter-reset: boxNumber;
  margin: 0;
  padding: 0;
}

/* テーマの数字を無効化 */
.box-style ol > li::before,
.box-style ol > li:before {
  content: none !important;
  display: none !important;
}

/* li設定 */
.box-style ol > li {
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  counter-increment: boxNumber;
}

/* ピンク丸＋数字 */
.box-style ol > li::after {
  content: counter(boxNumber);
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 20px;
  height: 20px;
  background: #f26c74;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
/************************************
次へ前へ
************************************/
.guide-pnnav{
  margin: 32px 0;
  --guide-pnnav-right-topline: 140%;
  --guide-pnnav-right-overhang: 32px;
  overflow: visible;
}

.guide-pnnav,
.guide-pnnav *{
  box-sizing: border-box;
}

/* 前後ナビ：リンク下線を完全に消す（PC/SP共通） */
.guide-pnnav a,
.guide-pnnav a:hover,
.guide-pnnav a:focus,
.guide-pnnav a:active,
.guide-pnnav a:visited{
  text-decoration: none !important;
  border-bottom: none;
  box-shadow: none !important;
  background-image: none !important;
}

.guide-pnnav__inner{
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

/* PCは常に50:50 */
.guide-pnnav__col{
  flex: 0 0 50%;
  min-width: 0;
}

/* 空カラムは「見えない箱」にする（幅は残す） */
.guide-pnnav__col.is-empty{
  min-height: 1px;
}

/* クリックブロック */
.guide-pnnav__item{
  display: flex;
  align-items: center;
  min-width: 0;
  position: relative;
}

/* 矢印（Dashicons） */
.guide-pnnav__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
  font-size: 18px;
	color:#999999;
}

.guide-pnnav__arrow--left{
  left: 12px;
}

.guide-pnnav__arrow--right{
  right: 12px;
}

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

  .guide-pnnav__item{
    padding: 28px 44px 32px 44px;
    background: transparent;
    justify-content: flex-start; /* PCは左寄せ */
    text-align: left;
    border-top: 1px solid #dcdcdc; /* 左は通常の上線 */
  }

  /* 中央の縦線：両方ある時だけ、右ブロックの左線として出す（境界線） */
  .guide-pnnav__inner.is-both .guide-pnnav__item--next{
    border-left: 1px solid #dcdcdc;
  }

  /* 右側の上線だけ長さを調整できるようにする（右へはみ出して伸ばす） */
  .guide-pnnav__item--next{
    border-top: 0;
  }

  .guide-pnnav__item--next::before{
    content: "";
    position: absolute;
    top: 0;
    right: calc(-1 * var(--guide-pnnav-right-overhang)); /* 右へはみ出す */
    width: var(--guide-pnnav-right-topline);
    height: 1px;
    background: #dcdcdc;
  }

  /* 右側が空の場合：余計な線は出さない */
  .guide-pnnav__col--next.is-empty{
    border-left: 0;
  }

  /* PC：タイトルは省略しない（…禁止） */
  .guide-pnnav__pcText{
		font-size:15px;
    display: block;
    min-width: 0;
    max-width: 100%;
    font-weight: 600;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .guide-pnnav__spLabel{
    display: none;
  }
}

/* ===============================
   SP
================================= */
@media (max-width: 767px){

  .guide-pnnav__item{
    padding: 14px 44px;
    border: 1px solid #dcdcdc;
    background: #fff;
    justify-content: center; /* SPはセンター */
    text-align: center;
  }

  /* SPは中央線不要 */
  .guide-pnnav__item--next{
    border-left: 0;
  }

  .guide-pnnav__pcText{
    display: none;
  }

  .guide-pnnav__spLabel{
    display: block;
    min-width: 0;
    max-width: 100%;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px){
  .guide-pnnav__item{
    border-bottom: 1px solid #dcdcdc !important;
  }
}

/*********************************
FAQ関連
************************************/

.accordionBox h3{
	font-size: 16px!important;
	text-align: left;
	color: #333333!important;
	background: #fff!important;
	border-left: 0px solid #ff8694!important;
	padding: 10px!important;
	margin: 0px 0px 0px!important;
}

.content .accordionBox dt::after {
 color:#0A2F60;
	font-size:80%;
	right: 15px;
}
.accordionBox{
	border: solid 1px  #e0e0e0;
	background-color:#fff!important;
}
.content .accordionBox dt{
	background-color:#fff!important;
}

.content dd{
	font-size:15px;
	padding:20px;
}

/************************************

************************************/
/* Wrapper */
.peko-acc{ margin: 18px 0; }

/* Blue border only (container) */
.peko-acc__box{
  background: transparent;
  overflow: hidden;

}

/* Button header */
.peko-acc__btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 10px 24px;
  margin: 0;
  background: transparent;
  border: 0;
  color: #fff;
	background:#009DC6;
  font-size: 14px;
  line-height: 1.4;
	border-radius:7px;
}

.peko-acc__btn:focus{
  outline: 2px solid rgba(30,144,255,.35);
  outline-offset: -2px;
}
.peko-acc__t1{
	font-size:14px;
}

/* Title (swap via aria-expanded) */
.peko-acc__t1{ display: inline; }
.peko-acc__t2{ display: none; }
.peko-acc__btn[aria-expanded="true"] .peko-acc__t1{ display:none; }
.peko-acc__btn[aria-expanded="true"] .peko-acc__t2{ display:inline; }


/* Icon (Dashicons + / -) */
.peko-acc__icon{
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;

  font-family: dashicons;
  font-size: 22px;
  color: #fff;
}

.peko-acc__icon::before{
  content: "\f132"; /* dashicons-plus */
}

.peko-acc__btn[aria-expanded="true"] .peko-acc__icon::before{
  content: "\f460"; /* dashicons-minus */
}

/* Content wrapper: only spacing + show/hide */
.peko-acc__panel{
  display: none;
}

.peko-acc__btn[aria-expanded="true"] + .peko-acc__panel{
  display: block;
}


/************************************
TOPデザイン
************************************/
/* top-description：画像をアプリアイコン風＋回り込み */
.top-description{
  overflow: hidden; /* floatの高さ崩れ防止 */
}

/* 画像（アプリアイコン風） */
.top-description img{
  float: left;
  width: 84px;          /* 好みで調整OK */
  height: 84px;         /* 正方形でアイコン感 */
  object-fit: cover;    /* 画像が崩れない */
  border-radius: 18px;  /* 角丸（アイコン風） */
  border: 1px solid #e6e6e6; /* 薄い灰色線 */
  background: #fff;     /* 透過PNGでも見やすく */
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  margin: 0 14px 10px 0; /* 右と下に余白 */
}

/* 文章側（画像に回り込ませる） */
.top-description p,
.top-description ul,
.top-description ol{
  margin-top: 0;
}




.top-catchcopy{
	text-align:center;
	margin-bottom:20px;
	margin-top:-10px!important;
	font-size:15px;
	color:#666666;
}

/* ===== Hero（固有） ===== */
.nhw-hero{
  position: relative;
  overflow: hidden;
  padding: 0px 0px 56px;
}


/* コンテンツを上に重ねる */
.nhw-hero__inner{
  text-align: center;
}

/* 検索：SPは100% / PCは70%中央 */
.nhw-hero__cta{
  margin-top: 18px;
}

.nhw-hero__search{
  width: 100%;
  max-width: 720px; /* SPでも暴れない上限 */
  margin: 0 auto;
}
.hero-title01{
	margin: 0 0 16px;
  font-size: 23px;
  line-height: 1.2;
	font-weight:600;
}
.hero-copy__title{
  margin: -5px 0px 16px!important;
  font-size: 30px;
  line-height: 1.2;
	font-weight:600;
}

/* 検索フォーム全体 */
.nhw-search{
  display: flex;
  width: 100%;
}

/* 入力フォーム */
.nhw-search__input{
  flex: 1;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-right: none;        /* ← ボタンとくっつける */
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  outline: none;
  background: #fff;
}

/* フォーカス */
.nhw-search__input:focus{
  border-color: #F46F72;
  box-shadow: 0 0 0 3px rgba(244,111,114,.18);
}

/* ボタン */
.nhw-search__btn{
  height: 46px;
  padding: 0 20px;
  border: 1px solid #F46F72;
  border-radius: 0 8px 8px 0;
  background: #F46F72;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
}

/* hover */
.nhw-search__btn:hover{
  filter: brightness(0.95);
}



/************************************
postのサイドバー
************************************/

/* サイドバー区切り線（上に余白＋下線1px＋左へはみ出す） */

.l-sidebar .nhw-side-block,
.l-sidebar .widget,
.l-sidebar .widgetSticky .widget{
  position: relative;
  padding-bottom: 35px;
}
/* 2個目以降だけ上マージン */

.l-sidebar .nhw-side-block + .nhw-side-block,
.l-sidebar .widget + .widget,
.l-sidebar .widgetSticky .widget + .widget{
  margin-top: 20px;
}

.l-sidebar .nhw-side-block::after,
.l-sidebar .widget::after,
.l-sidebar .widgetSticky .widget::after{
  content: "";
  position: absolute;
  right: 0;                 /* 右端を固定 */
  bottom: 0;
  width: calc(100% + 55px); /* 伸ばす量（例：28px） */
  height: 1px;
  background: #cfcfcf;
}


/************************************
postのデザイン系
************************************/
/* パンくず */
.breadcrumb{
	background:#fff;
	padding:20px 0;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
	.breadcrumb{
	background:#fff;
	padding:4px 0px;
	border-bottom: 1px solid #e5e5e5;
}
	.breadcrumb__item{
		font-size:11px;
	}
	.guide-blog p{
	line-height: 2.0!important;
  margin: 0 0 2em 0;
	color:#000;
		font-size:15px;
}
	.guide-blog h3{
	font-size: 19px!important;
	padding: 15px 10px 15px 20px;
	margin: 80px -15px 20px!important;
		border-left: 8px solid #ff8694!important;
}
.post-cat-tag__item{
  font-size: 12px!important;
  padding: 0px 0px!important;
	color:#ff8694!important;
	background: transparent !important;
	font-weight:700;
}
	.post-cat-tag{
  margin-top: -28px;
		margin-bottom: 1px!important;
}
}

.post-cat-tag{
  margin-bottom: 18px;
}

.post-cat-tag__item{
  display: inline-block;
  background:#ff8694;
  color: #fff;
  font-size: 13px;
  padding: 6px 34px;
  border-radius: 20px;
  text-decoration: none!important;
  line-height: 1.4;
  transition: 0.2s ease;
}

.post-cat-tag__item:hover{
  opacity: 0.85;
  color: #fff;
}
.guide-blog p{
	line-height: 2.4;
  margin: 0 0 2em 0;
	color:#000;
}
.guide-blog h3{
	font-size: 20px;
	text-align: left;
	color: #333333;
	background: #f8f8f8;
	border-left: 6px solid #ff8694;
	padding: 15px 10px 15px 20px;
	margin: 80px 0px 20px;
}

@media screen and (max-width: 767px) {
.heading-primary{
	font-size:20px
}
}


.guide-blog h2 {
    line-height: 1.5;
    margin-top: 48px;
    background: #2F3E5C;
    border-radius: 2px;
    border-bottom: 5px solid #FF8694;
    color: #fff!important;
    padding: 20px 15px 20px 15px;
    margin: 80px 0px 20px;
	font-size:24px;
}
@media screen and (max-width:780px) {
	.guide-blog h2{
		margin-left: -15px;
		margin-right:-15px;
		font-size:20px;
		 padding: 20px 25px 20px 25px;
}
}


@media (min-width: 1024px){
  #guide-post .l-wrapper::before{
    content:"";
    position:absolute;
    width:1px;
    background:#e5e5e5;
    pointer-events:none;
    left: calc(100% - 350px);
    top: -60px;
    bottom: -50px;
  }

  /* 線より前面に */
  #guide-post .wider > *,
  #guide-post .l-wrapper > *{
    position: relative;
    z-index: 1;
  }
.dividerBottom{
		width:770px;
	}
  /* サイドバーの実体を350px固定（FITのDOM差を吸収） */
  #guide-post .l-wrapper .sidebar,
  #guide-post .l-wrapper .l-sidebar,
  #guide-post .l-wrapper #side{
    box-sizing: border-box;
    width: 300px!important;
    max-width: 400px;
    flex: 0 0 400px;
  }

	
  /* サイド内側に余白（線に密着しないように） */
  #guide-post .l-wrapper .sidebar,
  #guide-post .l-wrapper .l-sidebar,
  #guide-post .l-wrapper #side{
    padding-left: 100px !important;
  }
}




/***************************************** フッター*/
.l-footer{
	border-top: 1px solid #EAEAEA;
}

.widget.widget_categories ul li a:before, .widget.widget_nav_menu ul.menu li a:before {
    font-family: icomoon;
    content: "";
    margin-right: 5px;
    color: #fff;
}
/* ボタン調整 */
/* ナビゲーションメニュー全体 */
.widget.widget_nav_menu ul.menu {
  border: none !important;
}

/* メニュー項目 */
.widget.widget_nav_menu ul.menu li {
  border-top: 0 !important;
}

/* メニューリンク */
.widget.widget_nav_menu ul.menu li a {
  color: #333 !important;
  background: #fff !important;
	border-top: 1px solid #EAEAEA;
}
.heading-widget {
    font-size: 1.5rem;
    margin-bottom: 0px;
  background: none !important;
  background-color: transparent !important;
    color:#2F3E5C;
    border-radius: 5px;
}

/* ホバー時 */
.widget.widget_nav_menu ul.menu li a:hover {
	background:#fff!important;
  background: none !important;
  color: #333 !important;
}

/* アイコンや疑似要素 */
.widget.widget_nav_menu ul.menu li a:before {
  color: #333 !important;
}
.bottomFooter__list li a{
	color:#333;
	text-decoration: none;
	font-weight: normal;
}
.bottomFooter__link{
	color: inherit;
}

.bottomFooter{
	background:#fff;
}
.bottomFooter {
    border-top: 1px solid #EAEAEA;
}
.l-footer{
	background:#fff;
	padding:1px 0px 0px 0px;
}
.widget-title{
  font-size: 17px;
  margin: 40px 0 20px;
  color: #111;
  line-height: 1.4;
  position: relative;
}
.widget-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #1E90FF;
  margin-top: 8px;
  border-radius: 3px;
}
/************************************
固定ページ
************************************/
.fixed_page h2{
    font-size: 20px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f87273), color-stop(20%, #dfdfdf));
    background-image: linear-gradient(90deg, #f87273 0 20%, #dfdfdf 20%);
    background-repeat: no-repeat;
    background-size: 100% 5%;
    background-position: bottom;
    line-height: 1;
    padding: 46px 0 14px;
    margin-bottom: 24px;
}


:root{
  --guide-fixed-line-color: #e5e5e5;
  --guide-fixed-line-w: 1px;
  --guide-fixed-gap: 40px;
  --guide-fixed-lift: 75px;
  --guide-fixed-top-space: 16px;
}

/* スマホ無効：PCのみ */
@media (min-width: 1024px){
  #guide-page .l-wrapper{
    position: relative;
  }
  #guide-page .l-wrapper::before{
    content:"";
    position:absolute;
    width: var(--guide-fixed-line-w);
    background: var(--guide-fixed-line-color);
    pointer-events:none;
    left: var(--guide-fixed-gap);
    top: calc(var(--guide-fixed-top-space) - var(--guide-fixed-lift));
    bottom: 0;

    z-index: 0;
  }

  /* 右線（.l-wrapper 基準） */
  #guide-page .l-wrapper::after{
    content:"";
    position:absolute;
    width: var(--guide-fixed-line-w);
    background: var(--guide-fixed-line-color);
    pointer-events:none;

    right: var(--guide-fixed-gap);

    top: calc(var(--guide-fixed-top-space) - var(--guide-fixed-lift));
    bottom: 0;

    z-index: 0;
  }

  /* 線より前面に */
  #guide-page .wider,
  #guide-page .l-wrapper,
  #guide-page .l-wrapper > *{
    position: relative;
    z-index: 1;
  }

  /* 本文だけ内側に寄せる */
  #guide-page .l-wrapper .l-main{
    padding-left: 120px;
    padding-right: 120px;
    box-sizing: border-box;
  }
}

/************************************
 topヘッダー
************************************/
@media screen and (max-width: 767px) {
.l-header{
	padding:10px 0px 0px 0px;
}
}
/* ms-megaNav はPCのみ表示 */
@media screen and (max-width: 767px){
  .globalNavi__inner{ display:none !important; }
	.ms-megaNav__top{ display:none !important; }
	
}

.bottomFooter__topBtn {
background-color: #ff8694;
}

.menuBtn__link{
background:#fff;
color:#F46F72!important;
}
.menuBtn__link:hover{
color:#fff!important;
background:#F46F72;
}


/* デフォルト：スマホでは非表示 */
.guide-header-top {
    display: none;
}

/* PC だけ表示（768px以上） */
@media screen and (min-width: 768px) {
	/* ヘッダーのコンテナを全幅化 */
header .container {
    max-width: 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
	.siteTitle {
        margin: 0 100px 0 0;
    }
    .guide-header-top {
        display: block;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #eee;
        padding: 8px 0;
        font-size: 13px;
    }

    .guide-header-top__inner {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .guide-header-copy {
        color: #333;
    }
	.guide-header-top-menu a {
		margin:0px 16px 0px 0px;
		color: #0C77C3;
		text-decoration: none;
	}

    .guide-header-top-menu a:hover {
        text-decoration: underline;
    }
}

.globalNavi__list>li .children>li, .globalNavi__list>li .sub-menu>li {
	background:#1E90FF;
	}

	.globalNavi__list>li:hover .children::before, .globalNavi__list>li:hover .sub-menu::before {
		border-bottom: 6px solid #1E90FF;
	}

.globalNavi__list .current-menu-item>a, .globalNavi__list .current-menu-parent>a, .globalNavi__list .current_page_item>a, .globalNavi__list .menu-item a:hover, .globalNavi__list .page_item a:hover{
	border-bottom: 2px solid #1E90FF;
	color:#1E90FF;
}

.l-wrapper.l-wrapper--news {
    display: block;
}
/************************************
 ヘッダーメガメニュー
************************************/

/* 親メニュー：ホバー時に青い下線が中央からスッと伸びる */
.ms-megaNav__topLink{
  position: relative;
}

.ms-megaNav__topLink::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: #F46F72;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

/* ホバー時 */
.ms-megaNav__top > li:hover > .ms-megaNav__topLink::after,
.ms-megaNav__top > li:focus-within > .ms-megaNav__topLink::after{
  transform: translateX(-50%) scaleX(1);
}

/* ヘッダー高さ（必要なら実寸に合わせて変更） */
:root{
  --ms-header-h: 120px;
}

.ms-megaNav{
  position: relative;
  margin-left: 0px;
}

.ms-megaNav__top{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
  align-items: center;
}

.ms-megaNav__top > li{
  position: relative;
}

.ms-megaNav__topLink{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 24px 6px;
  text-decoration: none;
  color: #1f2b3a;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ms-megaNav__caret{
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .6;
  margin-top: -2px;
}

/* 現在地（文字だけ青） */
.ms-megaNav__top > li.current-menu-item > a,
.ms-megaNav__top > li.current_page_item > a,
.ms-megaNav__top > li.current-menu-ancestor > a,
.ms-megaNav__top > li.current_page_ancestor > a{
  color: #F46F72;
}

/* ===== メガパネル：全幅・ヘッダー直下に固定 ===== */
.ms-megaNav__panel{
  position: fixed;
  left: 0;
  right: 0;
  top: var(--ms-header-h);
  width: 100vw;
  background: #fff;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(10px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;

  border-top: 1px solid rgba(10,47,96,0.08);
  box-shadow: 0 18px 50px rgba(10,47,96,0.10);
  z-index: 9999;
}

/* 中身はメインカラム幅に合わせる */
.ms-megaNav__panel-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 38px 40px;
}

/* 4列 */
.ms-megaNav__grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 0;
}

/* 子メニュー：常に下線を出す（項目が少なくても下線あり） */
.ms-megaNav__grid > li{
  margin: 0;
  padding: 0;
}

.ms-megaNav__subLink{
  position: relative; 
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #243447;
  padding: 15px 44px 15px 15px;
  border-bottom: 1px solid #d8d8d8;
}

/* 右矢印（青）：位置ズレ防止 */
.ms-megaNav__subLink::after{
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  color: #F46F72;
  opacity: 1;
}
.ms-megaNav__topLink:hover,
.ms-megaNav__topLink:focus {
  color: #F46F72 !important;
}

.ms-megaNav__subLink:hover{
  background: rgba(10,47,96,0.05);
}

.ms-megaNav__ico{
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
  color: rgba(10,47,96,0.70);
  flex: 0 0 auto;
}

/* 子メニュー文字：太字NGなので、色・字間・行間で視認性を上げる */
.ms-megaNav__text{
  display: inline-block;
  font-size: 14.5px;
  line-height: 2.0;
  letter-spacing: 0.02em;
  color: #333;
	font-weight:700;
}

.ms-megaNav__subLink:hover .ms-megaNav__text{
  color: #0a3a7a;
}

/* 開閉（ホバー/フォーカス） */
.ms-megaNav__top > li:hover > .ms-megaNav__panel,
.ms-megaNav__top > li:focus-within > .ms-megaNav__panel{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}

/* 親リンクもホバーで青 */
.ms-megaNav__top > li:hover > a{
  color: #1E90FF;
}

/* SPでは表示しない（SPは既存メニュー維持） */
@media (max-width: 1024px){
  .ms-megaNav{
    display: none;
  }
}

/* walkerが生成する通常ulは使わない（念のため） */
.ms-megaNav__top > li > ul{
  display: none;
}
