@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}


body {
  margin: 0;
  padding: 0;
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
 
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  z-index: 1;

  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pwid";
  background: #fff;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.75em;
  font-size:0.8rem;
}

.nxt_header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #FFF;
}


.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}

.sp_nxt_header {
  display: none;
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #ebf5ff;
  animation: show 1.6s ease 0s 1 normal;
  border-top: 2px solid #ababab;
}

.wrap:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(img_mv.jpg) top center no-repeat;
  background-size: auto 525px;
  overflow: hidden;
}

.wrap:after {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(bg_mv.svg) top center no-repeat;
  background-size: auto 525px;
  overflow: hidden;
}

@keyframes show {
	0% {
		opacity:0;
                                                                filter: blur(10px);
	}
	100% {
		opacity:1;
                                                                filter: blur(0);
	}
}


.article_header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
  z-index:2;
}


.head_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 750px;
}

.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(300/750 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index:2;
}



.main_ttl {
  position: relative;
  margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(280/860 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_ttl.svg) top center / cover no-repeat;
  z-index:10;
}



h1 {
                                text-indent: 100%;
                                white-space: nowrap;
                                overflow: hidden;
}


.leadarea {
  width: 94%;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  padding: 0 0 40px;
}


.lead {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
  color: #000;
  font-weight: bold;
}


main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index:2;
}


main img {
  width: 100%;
}

main p {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 17px;
  padding-bottom: 1.8%;
  color: #000;
}

.sml_txt {
  font-size: 0.9rem;
}

.sml_txt a {
  color: #046a38;
  text-decoration: underline;
}

.sec1 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index:10;
}

.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 900px;
  background: #fff;
  height: 100%;
  margin: 0 auto;
  color: #333;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  overflow: hidden;
}

.sec1_inner_content {
  padding: 0 30px;
}

.content_lead {
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px 30px;
  background: #f5f5f5;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  text-align: justify;
  color: #000;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}


.h2_box {
  margin: 0 auto;
  padding: 5px 30px;
  position: relative;
  background: #050073;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: relative;
  text-align: left;
  letter-spacing: 0.1em;
}

.h2_tag {
  position: absolute;
  width: 100px;
  height: 80%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: #fff;
  color: #050073;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}


h3 {
  margin: 30px auto  !important;
  padding: 5px 30px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #050073;
  position: relative;
  border-left: 4px solid #050073;
}

h3:before {
  content:'';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #485beb;
}

.small_h3 {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

h4 {
  margin: 30px auto 20px !important;
  padding-bottom: 15px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #050073;
  position: relative;
  border-bottom: 2px dotted #969696;
}

h5 {
  margin: 10px auto  !important;
  padding-bottom: 15px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #000;
  position: relative;
}

.img_border img {
  border: 1px solid #dedede;
}


.txt0 {
padding-left:0.5rem;
text-indent:-0.5rem;
}

.txt01 {
padding-left:3em;
}

.ph_flex {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.pf_item1 {
  position: relative;
  width: 46%;
  align-self: center;
}

.pf_item3 {
  position: relative;
  width: 49%;
}

.pf_item1 img, .pf_item3 img {
  width: 100%;
  border-radius: 5px;
}


.ph_flex2 {
  width: 100%;
  margin: 30px auto 50px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #0266a1;
}

.pf_item4 {
  position: relative;
  width: 75%;
  align-self: flex-end;
}

.pf_item5 {
  position: relative;
  width: 25%;
  align-self: flex-end;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding-bottom: 12px;
}

.ph_flex3 {
  width: 100%;
  margin: 30px auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #0266a1;
}

.pf_item6 {
  position: relative;
  width: 18%;
}



.profile {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: justify;
  font-size: 0.87rem;
  line-height: 1.4;
  color: #333;
}

.pf_name {
  padding: 5%;
  position: relative;
}

.pf_name_txt {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #000;
  text-align: left;
  position: relative;
  z-index: 1;
}

.pf_prof {
  margin: 0;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  text-align: justify; 
  text-justify: inter-ideograph;
  letter-spacing: -0.03em;
  border-top: 1px solid #133d85;
  border-bottom: 1px solid #133d85;
}

.name_area {
  margin: 10px auto;
  padding: 0 0 15px ;
  width: 100%;
  position: relative;
}

.name {
  margin: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #000;
  width: 100%;
}

.name2 {
  margin: 0;
  font-size: 0.87rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
  width: 100%;
}

.name_left {
  text-align: left !important;
}

.name_large {
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: baseline;
}

.img_box1 {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 40px;
  text-align: center;
}

.img_box1 img {
  width: 100%;
}

.img_area {
  width: 100%;
  margin: 0 auto;
}

.img_area img {
  border-radius: 10px;
}

.movie_box_inner {
  width: 94%;
  max-width: 560px;
  margin: 0 auto;
}

.img_box2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}

.img_box2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.zoom {
  position: relative;
}

a.zoom:before {
  content: "＋zoom";
  position: absolute;
  background-color: #30acc6;
  color: #fff;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 5px 2px 10px;
  border-radius: 8px 0 0 8px;
  transition: all .3s;
}

a.zoom img:hover {
  opacity: 0.7;
}

a.zoom:hover:before {
  opacity: 0.7;
}

.caption {
  width: 94%;
  max-width: 600px;
  margin: 10px auto;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
}

.caption2 {
  width: 100%;
  margin: 10px auto 30px;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: justify;
}

.list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.list_item {
  width: 56%;
  margin-right: -100px;
  position: relative;
  align-self: flex-end;
}

.list_item2 {
  width: 56%;
  position: relative;
  align-self: flex-end;
  margin-left: -100px;
  z-index: 2;
}

.list2_bg {
   width: 100%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 1.5% 0 0;
}

.list2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.list2_item {
  width: 50%;
  position: relative;
}

.list_item img,
.list2_item img {
  width: 100%;
}

.add_border {
  border-bottom: 1px solid #afd5e9;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  padding: 2% 0;
  position: relative;
}

.add_f_bdr {
  border-top: 1px solid #312d2a;
  width: 100%;
}

.ft_nml {
  width: 94%;
  max-width: 960px;
  margin: 0% auto !important;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;

  font-weight: normal;
}

.b_txt {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
}

.b_txt2 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
}


.logo {
  width: 100%;
  margin: 0 auto;  
  text-align: center;
}


.logo img {
  margin: 30px auto;
  width: 280px;
  text-align: center;
}


.localFooter {
  line-height: 150%;
}

.footer_wrap {
  width: 100%;
  background: #FFF !important;
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
}

/* バナー追加 */
.p2_bnr_box {
  margin: 50px auto 0;
  padding-bottom: 20px;
  position: relative;
  z-index:10;
}

.p2_bnr_box a {
  text-decoration: none;
  display: flex;
  width: 94%;
  max-width: 600px;
  margin: 0 auto;
  transition: 0.3s;
}

.p2_bnr_box a:hover img {
  opacity: 0.8;
}

.p2_bnr_box a:hover .txt_box {
  background-size: auto 115%;
}

.p2_bnr_box .img_box {
  width: 410px;
  overflow: hidden;
  margin: 0;
  font-size: 0;
}

.p2_bnr_box .img_box img {
  width: 100%;
  transition: 0.2s ease;
}

.p2_bnr_box .txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: calc(100% - 410px);
  padding: 15px 35px;
  color: #FFF;
  transition: 0.2s ease;
}


.p2_bnr_box .txt_box .ttl {
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
  text-align: left;
  width: 100%;
}

.p2_bnr_box .txt_box .txt {
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 10px 0 0;
}

.p2_bnr_box .txt_box .link {
  margin: 20px 0 0;
  padding: 15px 0 0;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #fff;
}

/* バナー追加 */


/* float */
.img_add {
  float: right;
  width: 280px;
  margin: 5px 0 25px 0;
  padding:0 0 5px 30px;
  position: relative;
  background: #fff;
}

.img_add2 {
  float: left;
  width: 28px;
  margin: 5px 0 25px -50px;
  padding:0 30px 5px 0;
  position: relative;
  z-index: 10;
}


.img_add img,
.img_add2 img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}


/* pager */
.pager {
  overflow: hidden;
  margin: 0 auto 1%;
  padding: 5px 0;
  background: #312d2a;
}
 
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
 
.pager ul li {
  margin: 0 5px;
  position: relative;
  left: -50%;
  float: left;
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.7em 0.9em;
  font-weight: bold;
  width: 38px;
  text-align: center;
}
 
.pager ul li a {
  color: #312d2a;
  text-decoration: none;
   border-radius: 2px;
  background: #FFF;  
}
 
.pager ul li a:hover {
  background:#fff;
  color: #312d2a;
   border-radius: 2px;
}

.current {
  color: #312d2a;  
   border-radius: 2px;
  background: #FFF;
}

#note_text {
  padding: 15px 10%;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align:center;
}

.btn_area {
  width: 100%;
  margin: 30px auto;
  padding: 5px;
  transition: 0.3s;
  position: relative;
}

.btn_area:before {
  content:'';
  position:absolute;
  display: block;
  width: 98.5%;
  height: 82%;
  top: 0;
  left: 0;
  border-top: 1px solid #c74634;
  border-left: 1px solid #c74634;
  transition: 0.3s;
}

.btn_area:after {
  content:'';
  position:absolute;
  display: block;
  width: 98.5%;
  height: 82%;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #c74634;
  border-right: 1px solid #c74634;
  transition: 0.3s;
}

.btn_area:hover {
  background: #c74634;
}


.arrow-button{
  color: #FFF;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  padding: 0.7em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  background: #c74634;
  z-index: 9999;
}


.mb40 {
  margin-bottom: 40px;
}

.next_txt {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.next_txt::before,
.next_txt::after {
  background-color: #fff; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.next_txt::before {
  margin-right: 15px; /* 文字との余白 */
}
.next_txt::after {
  margin-left: 15px; /* 文字との余白 */
}

.name_color1 {
  color: #056b39;
  font-weight: bold;
}

.name_color2 {
  color: #42b029;
  font-weight: bold;
}

.interviewer {
  color: #777;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 24px;
}

.interviewer2 {
  color: #777;
  font-weight: bold;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.foot-border {
    margin: 30px auto 0;
    text-align: center;
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
}


.line-up-border {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #023478;
    font-weight: bold;
}
 
.line-up-border:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #0266a1; 
}
 
.line-up-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #0266a1; 
}
 
.line-up-border:before {
    margin-right: 1rem;
}
 
.line-up-border:after {
    margin-left: 1rem;
}


.movie_box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  text-align: center;
  border-bottom: 1px solid #0266a1;
}

.sp_br {
  display: none;
}

/* 全体レイアウト */
.card-nav {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0;
}

/* 2カラムのグリッド設定 */
.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2カラム */
  gap: 10px; /* カード間の余白 */
}

/* カード共通設定 */
.card-item {
  text-decoration: none;
  color: #1a1a1a;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-item:hover {
  transform: translateY(2px);
  opacity: 0.75;
}

.card-inner {
  display: flex;
  background-color: #fff;
  height: 130px; /* 高さを揃える */
  overflow: hidden;
  border-radius: 5px;
}

/* 画像エリア */
.card-image {
  flex: 0 0 140px; /* 画像幅を固定 */
  background-color: #fff;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* コンテンツエリア */
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ヘッダー帯 */
.card-header {
  background-color: #050073;
  color: #fff;
  padding: 5px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-weight: bold;
  font-size: 1rem;
}

.tag {
  width: 60px;
  font-size: 0.75rem;
  font-weight: bold;
  background: #fff;
  padding: 1px 4px;
  color: #050073;
white-space: nowrap;
  display: inline-block;
}

/* テキストエリア */
.card-body {
  flex: 1;
  padding: 10px 8px;
  position: relative;
  display: flex;
}

.card-title {
  margin: 0;
  font-size: 0.95rem; /* 1行27文字程度に収まるよう調整 */
  line-height: 1.3;
  font-weight: bold;
  word-break: break-all;
  text-align: left;
}

.small-title {
  font-size: 0.87rem;
}

/* 装飾とボタン */

.read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #485beb;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 12px;
  font-weight: bold;
  border-radius: 5px 0 0 0;
}

/* レスポンシブ：画面が狭いときは1カラム */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}


.pagetop_area {
  margin-top: 50px;
  text-align: right; /* 親要素で中身を右に寄せる */
}

.pagetop_area .btn_pagetop {
  display: inline-block; /* 横幅を中身に合わせる */
  background: #485beb;
  color: #fff;
  /* widthの指定は削除 */
  margin-right: 30px; /* 右端からの余白 */
  padding: 8px 30px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
  text-decoration: none; /* 下線を消す */
}

/* 共通部分は変更なし */
.pagetop_area .btn_pagetop_inner {
  position: relative;
  display: inline-block;
}

.pagetop_area .btn_pagetop_inner::before {
  content: "▲";
  margin-right: 0.4em;
  font-size: 0.5rem;
  display: inline-block;
}

.pagetop_area .btn_pagetop:hover {
  background: #050073;
  color: #FFF;
}

.contact-card {
  width: 94%;
  max-width: 900px; /* 他のカードと幅を揃える */
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}

.contact-inner {
  display: flex;
  background-color: #fff;
  min-height: 120px; /* 画像の高さに合わせる */
}

/* 左側：紺色のラベル */
.contact-label {
  flex: 0 0 160px; 
  background-color: #050073; /* 濃い紺色 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px;
}

/* 右側：テキストエリア */
.contact-info {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-name {
  margin: 0 0 15px 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.contact-url {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.contact-url a {
  color: #000;
  text-decoration: none;
}

.contact-url a:hover {
  text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .contact-inner {
    flex-direction: column;
  }
.contact-info {
  flex: 1;
  padding: 12px;
}
  .contact-label {
    flex: 0 0 auto;
    padding: 15px;
  }
.company-name {
  font-size: 1rem;
}

}

/* 全体レイアウト */
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: flex-start; /* 追従を機能させるために必須 */
}

/* メインコンテンツ */
.main-content {
  flex: 1; /* 左側を可変に */
}

.header-banner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.author-section {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.author-photo img {
  width: 200px;
  border-radius: 10px;
}

.author-info .name {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* サイドバー（追従エリア） */
.sidebar {
  width: 280px; /* ナビゲーションの幅を固定 */
}

.sticky-nav {
  position: -webkit-sticky; /* Safari用 */
  position: sticky;
  top: 20px; /* 画面上部からの距離 */
}

.nav-header img {
  width: 100%;
  margin-bottom: 20px;
}

/* ナビゲーションリスト */
.nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-item {
  display: block;
  background-color: #fff;
  padding: 15px;
  text-decoration: none;
  color: #333;
  border-left: 5px solid transparent;
  transition: all 0.3s ease; /* エフェクトを滑らかに */
}

/* ホバーエフェクト */
.nav-item:hover {
  background-color: #e0e0d5;
  border-left: 5px solid #004488; /* パナソニックブルー寄りのアクセント */
  transform: translateX(5px); /* 少し右に動かす */
}

/* 現在選択されているアイテム（Active） */
.nav-item.active {
  background-color: #002244;
  color: #fff;
  border-left: 5px solid #004488;
}

.nav-item .label {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  margin-bottom: 5px;
}

.nav-item.active .label {
  background-color: #ff3333;
}

.nav-title {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  font-weight: bold;
}

/* --- レスポンシブ対応（画面幅768px以下） --- */
@media (max-width: 768px) {
  /* 2カラムを解除して縦並びにする */
  .container {
    flex-direction: column;
    padding: 10px;
    gap: 30px;
  }

  /* 記事エリアを横幅いっぱいに */
  .main-content {
    width: 100%;
  }

  /* サイドバー（ナビゲーション）を横幅いっぱいに */
  .sidebar {
    width: 94%;
    margin: 0 auto;
  }

  /* スマホ時は追従（sticky）を解除 */
  .sticky-nav {
    position: static;
  }

  /* 著者セクションのレイアウト調整 */
  .author-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-photo img {
    width: 100%;
    max-width: 300px;
  }

  /* ナビゲーションアイテムの調整 */
  .nav-item {
    padding: 20px; /* タップしやすいように少し広めに */
  }

  .nav-item:hover {
    transform: none; /* スマホではホバーの移動は不要なため解除 */
  }
}

@media screen and (max-width: 999px) {


.head_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 100%;
}


.main_ttl:before {
  display: none;
}

main p {
  font-size: 1rem;
  line-height: 1.8;
}




.img_add2 {
  float: left;
  width: 300px;
  margin: 5px 0 25px 0;
  padding:0 30px 5px 0;
  position: relative;
  z-index: 10;
}



.btn_area {
  width: 100%;
}


.button_1 a{
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height:0;
  padding-top: calc(115/800 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  transition:all .5s ease;
filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.2));
}

.list2_bg {
   width: 94%;
  margin: 3% auto;
}

.list2 {
   width: 100%;
}

.logo img {
  margin: 5% auto;
}


.interviewer {
  padding-bottom:20px;
}

.interviewer2 {
  padding-bottom:20px;
}

.brand {
  font-weight: bold;
  font-size: 0.9rem;
}



}


@media screen and (max-width: 767px) {




h3 {
  font-size: 1.6rem;
}


.img_add {
  width: 350px;
}


.btn_area {
  margin: 3% auto 2%;
}

.pb20 {
  padding-bottom:3% !important;
}
.pb40 {
  padding-bottom:3% !important;
}
.pb50 {
  padding-bottom:4% !important;
}


.ph_flex3 {
  width: 100%;
  margin: 30px auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #0266a1;
  flex-wrap: wrap;
  gap:10px;
}

.pf_item6 {
  position: relative;
  width: 30%;
}


.sp_br {
  display: block;
}

.line-up-border {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #023478;
    font-weight: bold;
}
 

}

@media screen and (max-width: 639px) {


.p2_hdr {
  margin: 0 auto 0;
}

h3 {
  font-size: 1.4rem;
}

.small_h3 {
  font-size: 1.2rem;
}

.img_add {
  float: none;
  margin: 20px auto ;
  padding: 0 0 5px;
  width: 280px;
}

.img_add2 {
  float: none;
  margin: 5px auto 20px;
  padding: 0 0 5px;
  width: 280px;
}


.list {
flex-direction: column;
  width: 94%;
  align-items: center;
}

.list_item {
  width: 100%;
  margin-right: 0;
  margin-bottom:20px;
  position: relative;
  align-self: flex-end;
}

.list_item2 {
  width: 100%;
  position: relative;
  align-self: flex-end;
  margin-left: 0;
  margin-bottom:20px;
}


.list2 {
flex-direction: column;
  width: 94%;
  align-items: center;
}

.list2_item {
  width: 100%;
  padding: 5px 0;
}


#note_text {
  text-align:left;
}

#note_text br {
  display:none;
}

.ph_flex {
  width: 100%;
  margin: 20px auto;
  max-width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.pf_item1, .pf_item3 {
  position: relative;
  width: 100%;
}

.pf_item4 {
  position: relative;
  width: 70%;
  align-self: flex-end;
}

.pf_item5 {
  position: relative;
  width: 30%;
  align-self: flex-end;
  font-size: 0.87rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding-bottom: 10px;
}


.ph_flex3 {
  width: 100%;
  margin: 30px auto;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #0266a1;
  flex-wrap: wrap;
  gap:15px;
}

.pf_item6 {
  position: relative;
  width: 94%;
}

}


@media screen and (max-width: 479px) {

.main_ttl {
  position: relative;
  margin: 0 auto;
  width: 94%; /* android view point */
  height: 0;
  padding-top: calc(320/480 * 94%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl.svg) top center / cover no-repeat;
  z-index:10;
}



.ft_nml {
  padding-bottom: 6%;
}

.catch {
  font-size: 1.2rem;
  line-height: 1.5;
}

.h2_box {
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
  background: #050073;
}

.h2_tag {
  position: absolute;
  width: 85px;
  height: 80%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #fff;
  color: #050073;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}



h2 {
  font-size: 1.2rem;
  letter-spacing: 0;
  padding-right: 80px;
}

h4 {
  font-size: 1.1rem;
}

.sp_n {
  display: block;
}


.p2_ttl_box h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.logo img {
  margin: 5% auto;
  width: 200px;
}


.contact-url {
  margin: 0;
  font-size: 0.85rem;
  color: #333;
  word-break: break-all;
}

}

@media screen and (max-width: 375px) {


h2 {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.card-inner {
  height: 120px; /* 高さを揃える */
}

/* 画像エリア */
.card-image {
  flex: 0 0 115px; /* 画像幅を固定 */
}


.card-title {
  margin: 0;
  font-size: 0.8rem; /* 1行27文字程度に収まるよう調整 */
  line-height: 1.3;
  font-weight: bold;
  word-break: break-all;
  text-align: left;
}

.small-title {
  font-size: 0.7rem;
}


}

@media screen and (min-width: 1921px) {

header,main,footer {
  width: 100%; /* android view point */
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
   position: relative;
}



}
