@charset "UTF-8";
/* CSS Document */


/* ベース設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body{
  margin: 0;
  color: #192b34;
  font-family: "Noto Sans JP","メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  word-wrap: break-word;/* 英字折り返し */
  height: 100vh;
  background-color: #F1F1F1;
}


/*------------------------------------------------------------
|
| ICON
|
------------------------------------------------------------*/

/*==========================================================
  リンクアイコン
========================================================= */
.windowicon-white {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/icon_window-wh.svg);
    background-size: 20px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    width: 32px;
}
.windowicon-black {
    margin-right: 2px;
    padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/icon_window-bk.svg);
    background-size: 20px 24px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 32px;
    width: 32px;

}






/*------------------------------------------------------------
|
| footer
|
------------------------------------------------------------*/
footer {
  width: 100%;
  bottom: 0px;
  margin: 0px;
  background-color: #192b34;
  padding-top: 40px;
}
footer .inner {
  display: flex;
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  color: #2C2C2C;
}
footer .inner a {
  color: #fff;
}
.footer_logo img {
  max-width: 264px;
  width: 90%;
}
.footer_right {
  max-width: 550px;
  width: 90%;
  margin-left: 80px;
}
.footer_unei {
  margin-bottom: 15px;
}
.jimukyoku_unei_tite {
  background-color: #fff;
  color: #144688;
  padding: 6px 16px;
  display: inline;
  font-size: 0.8rem;
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: 12px;
}
.footer_copyright {
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 40px;
  color: #fff;
}


#page-top a {
    position: fixed;
    background: #144688;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: #fff;
    right: 10px;
    bottom: 50px;
    width: 60px;
    height : 60px;
    padding: 28px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
#page-top a:after{
    content:"";
    position:absolute;
    bottom:.1rem;
    top:-10px;
	left:25px;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .15em solid #FFF;
    border-right: .15em solid #FFF;
    transform: rotate(315deg);
    transition:.3s;
}
#page-top a:hover:after{
    top:-14px;
}
@media screen and (max-width: 1040px) {
footer .inner {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0px 0px 0px;
}
.footer_logo img {
  max-width: 90%;
}
.footer_right {
  max-width: 90%;
  width: 90%;
  margin-top: 32px;
  margin-left: 0px;
}
.footer_unei {
  margin-bottom: 15px;
}
.footer_jimukyoku,.footer_unei{
    width: 100%;
    padding-bottom: 10px;
}

}






/*------------------------------------------------------------
|
|  All
|
------------------------------------------------------------*/


.wrap{
  display: block;
  width: 90%;
  max-width: 1240px;
  background-color: #FFFFFF;
  margin: 0 auto 40px auto;
  padding-bottom: 1px;
}
.wrap__inner{
  margin: 40px;
  padding: 40px;
}



@media screen and (max-width: 960px) {
.wrap{
  width: 96%;
  margin: 0 auto;
}
.wrap__inner{
    margin: 10px auto;
    padding: 5%;
}

}






/*------------------------------------------------------------
|
| BASE KIT
|
------------------------------------------------------------*/
/* 画像の隙間をなくす */
img{vertical-align:top;}

.img_100{width: 100%;}
.img_80{width:   80%;}
.img_50{width:   50%;}

/* ブレイクポイント */
.sp {/* PCレイアウトでSPを消す*/
  display: none;
}
.pc {/* SPレイアウトでPCを表示*/
  display: block;
}
@media screen and (max-width: 960px) {
.sp {/* PCレイアウトでSPを消す*/
  display:block;
}
.pc {/* SPレイアウトでPCを表示*/
  display: none;
}
}


  /* 配置 */
    
.center{
  text-align: center;
}
.parent{/* 上下センター*/
  display: flex;
  align-items: center;
}
.col{/* 横並び*/
  display: inline-flex;
  line-height: 2.0rem;
}
@media screen and (max-width: 960px) {
.col{/* 横並びを解除*/
  display: block;
 }
}
.col-between{/* 横並び*/
  display: inline-flex;
  display: flex;
  sjustify-content: space-between;
}
@media screen and (max-width: 960px) {
.col-between{/* 横並びを解除*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
 }
}









/*------------------------------------------------------------
|
| TYPOGRAPHY
|
------------------------------------------------------------*/

a {
  color: #d81e67;
  text-decoration: underline;
  font-weight: normal;
  transition: .3s;
}
a:visited {
  color: #d81e67;
}
a:hover {
  color: #d81e67;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
}
p{
  margin-bottom: 0.1rem;
  }
h2 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 1.8rem;
  color: #003b82;
  font-weight: 500;
}

/* 1本目（青） */
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #003b82;
  z-index: 1; /* ← 緑より下にする */
}

/* 2本目（緑） → 青の上に表示 */
h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* ← 完全に同じ位置に重ねる */
  width: 20%;
  height: 3px;
  background: #adcf3f;
  z-index: 2; /* ← 一番前面にする（緑を見せる） */
}


h3 {
  position: relative;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  color: #144688;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  margin-top: 2.0rem;
  font-weight: 500;
}

h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* ← 完全に同じ位置に重ねる */
  width: 20%;
  height: 1px;
  background: #003b82;
  z-index: 2; /* ← 一番前面にする（緑を見せる） */
}
h4 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #144688;
  font-weight: bold;
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
  border-left: 3px solid #144688;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  background-color: #f5fbfe;
}
h5 {
  font-size: 1.0rem;
  font-weight: bold;
  color: #346321;
  margin-bottom: 0px;
}

.txt_size_sss {/* 極小小の文字サイズ */
  font-size: 0.6rem;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;
}
.txt_size_ss {/* 極小の文字サイズ */
  font-size: 0.72rem;
  line-height: 1.4rem;
  letter-spacing: 0.1rem;

}
.txt_size_s {/* 小の文字サイズ */
  font-size: 0.85rem;
  line-height: 1.5rem;

}
.txt_size_m {/* 中の文字サイズ */
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.15rem;
}
.txt_size_l {/* 大の文字サイズ */
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.15rem;
}
.txt_size_ll {/* 大の文字サイズ */
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0.15rem;
}

.txt_li li {/* リスト項目 */
  line-height: 1.8rem;
  text-indent: 0rem;
  padding-left: rem;
  margin-left: 2rem;
}
.txt_li li {/* リスト項目 */
  list-style-type: disc;
}

.txt_ol {
  font-size: 1.0rem;
  line-height: 2.0rem;
  padding-top: 0.8rem;
}
.txt_ol li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.txt_color_red {
  color: #F72608;
}
.txt_color_orange {
  color: #F78608;
}
.txt_color_white {
  color: #FFFFFF;
}
.txt_color_gray {
  color: #B3B3B3;
}
.txt_color_blue{
  color: #005bac;
}
.txt_day {
  font-size: 1.3rem;
  line-height: 2.0rem;
  padding-top: 1rem;
  padding-left: 0.4rem;
  color: #FF6E00;
  font-weight: bold;
}

.txt-marker {
  text-decoration: underline;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: rgba(255, 145, 113, 0.4);
  text-underline-offset: -0.4rem;
  text-decoration-skip-ink: none;
}

.del {/*二重取り消し線 */
  background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 4px), transparent 0);
  color: #888;
  text-decoration: none;
}









/*------------------------------------------------------------
|
| MARGIN
|
------------------------------------------------------------*/
  
.center {/* 配置－中央 */
  text-align: center;
}
.right {/* 配置－右 */
  text-align: right;
}
.sp_mt_1 {margin-top: 1rem;}
.sp_mt_2 {margin-top: 2rem;}
.sp_mt_3 {margin-top: 3rem;}
.sp_mt_4 {margin-top: 4rem;}
.sp_mb_1 {margin-bottom: 1rem;}
.sp_mb_2 {margin-bottom: 2rem;}
.sp_mb_3 {margin-bottom: 3rem;}
.sp_mb_4 {margin-bottom: 4rem;}
.sp_mr_2 {margin-right: 2rem;}

.al_mid {/* 上下のセンタリング */
  display: table-cell;
  vertical-align: middle;
}







/*------------------------------------------------------------
|
| LAYOUT
|
------------------------------------------------------------*/


.kv_area {
  position: relative;       /* 子要素のabsoluteの基準にする */
  overflow: hidden;         /* はみ出さないように（必要なら） */
}
/*==========================================================
スクロールダウンのスタイル
========================================================= */
.kv_area .scroll {
  position: absolute;  
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin-top: 50px;
  width: 50px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .9);;
  z-index: 5;
    opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
/* 非表示状態用のクラス */
.kv_area .scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px); /* 少し下にずらして消える感じ */
}
/* 矢印 */
.scroll span {
  border-bottom: 2px solid #003b82;
  border-left: 2px solid #003b82;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 33%;
  transform: rotate(-45deg);
  width: 10px;
}
/* アニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
/* アニメーション */
@keyframes scroll {
     0% {opacity: 0;}
    30% {opacity: 1;}
    60% {box-shadow: 0 0 0 20px rgba(255, 255, 255, .5);opacity: 0;}
   100% {opacity: 0;}
}


/*==========================================================
プロモーション動画
========================================================= */
#pv-area{
    padding: 3px;
    background-color: #282828;
    margin-top: 30px;
    text-align: center;
}
video {
  max-width: 100%;
}


/*==========================================================
トップページNewsArea 
========================================================= */
#news_box {
  padding: 0px;
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 20px 0px;
}
#news_box ul {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
#news_box li {
  font-size: 0.9rem;
  line-height: 200%;
  text-indent: -9rem;
  list-style: none;
  letter-spacing: 0.1rem;
  margin: 0px 0px 10px 9rem;
  padding: 8px 0px 0px 0px;
}
#news_box strong {
  font-weight: normal;
  color: #FFF;
  background-color: #144688;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 15px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1040px) {
#news_box {
  width: 80%;
  }
#news_box li {
  width: 95%;
}

#news_box {
  width: 100%;
  }
#news_box ul {
  margin: 0px;
  padding: 0px;
}
#news_box li {
  width: 96%;
  margin: 0px 0px 0px 10px;
  font-size: 0.9rem;
  line-height: 200%;
  text-indent: 0rem;
  letter-spacing: 0.1rem;
  list-style: none;
  background-repeat: no-repeat;
  padding: 8px 0px 0px 0px;
}
#news_box strong {
  display: table;
  text-indent: 1rem;
  font-size: 0.9em;
  line-height: 1.0rem;
  margin: 0px 0px 2px 0px;
  padding-top: 0.5rem 0rem 0rem 0rem;
}
}






/*==========================================================
会長挨拶
========================================================= */

.greeting-col {
	display: flex;  
    flex-direction: row-reverse;

}
.photo-box {
    width: 250px;
    margin: 0px 0px 30px 0px;

}
.photo-box img {
    width: 100%;

}
.photo-txt {
    width: 500px;
    text-align: rig;
    margin-top: 30px;
    line-height: 1.2em;
    font-size: 1.1em;
}

@media screen and (max-width: 1040px) {
.greeting-col {
	display: block;  
}
.photo-box {
    width: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
}
.photo-txt {
    width: 90%;
    margin-top: 30px;
}
}
@media screen and (max-width: 768px) {
.photo-box {
    width: 90%;

}
}

