@charset "UTF-8";

/* 共通 ベース base
----------------------------------------------- */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wrapper {
	width: 100%;
}
main {
  padding-top: 155px;
}
.container {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
h2.sec_title {
  color: #0e370fff;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;

}
.english p {
  word-break: keep-all;
}

.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.relative {
  position: relative;
}

.biz-gothic {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mincho {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

.btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #606833;
  display: block;
  padding: 28px 0;
	border-radius: 8px;
}
.btn:hover {
  transform: scale(1.05);
}
.btn_link a {
  position: relative;
}
.btn_link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../images/link_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.a_none {
  pointer-events: none;
}
a.link{
	color: #003FFF;
  display: inline-block;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s ease;
}
a.link:hover {
  color: #606833;
  transition: 0.3s ease;
}
.strikethrough {
    text-decoration: line-through;
}


@media only screen and (max-width: 1400px) {
  main {
    padding-top: 165px;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {
  main {
    padding-top: 71px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 65px; /* 固定ヘッダーの高さ＋αの数値を指定 */
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h2.sec_title {
    margin-bottom: 30px;
  }
  h3 {
    font-size: 18px;
    font-size: 1.5rem;
  }
  p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 479px) {
  main {
    padding-top: 63px;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 370px) {

}



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

	 トップページ

----------------------------------------------- */
.top_main {
  padding-top: 10px;
  background-color: #c7d869;
}


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1024px) {
  .top_main {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {

}






/* top_news
----------------------------------------------- */
.top_news {
  padding: 80px 0 100px;
  background-color: #ecf2c2;
}
.top_news h2 .icon {
  position: relative;
  padding-left: 50px;
}
.top_news h2 .icon::before {
  content: '\f028';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #0e370fff;
  border-radius: 50%;
  padding: 5px;
}
.top_news .news_list li + li {
  margin-top: 10px;
}
.top_news .news_list li a {
  display: block;
  position: relative;
  padding: 18px 25px;
  background-color: #fff;
  border-radius: 20px;
}
/*.top_news .news_list li a::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  color: #2463ae;
  transition: 0.3s ease;
}*/
.top_news .news_list .news_date {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s ease;
}
.top_news .news_list .news_title {
  color: #666666;
  transition: 0.3s ease;
}
/*.top_news .news_list li a:hover {
  background-color: #dbe883ff;
}*/
.top_news .news_list li a:hover p,
.top_news .news_list li a:hover::after {
  color: #ff5035ff;
  transition: 0.3s ease;
}




#g_top .info_area .info_box_inner {
  /*height: 300px; /*1つ表示は70px*/
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#g_top .info_area .info_box_inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #636363 !important;
  border-radius: 50px !important;
  width: 9px;
  margin-left: 3px;
  margin-top: 2px;
  opacity: 0.8 !important;
  left: 1px !important;
  right: 1px !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: rgb(237 237 237 / 80%);
  width: 15px !important;
}




@media only screen and (max-width: 1024px) {
  .top_news .news_list {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .top_news {
    padding: 80px 0;
  }
  .top_news h2 {
    text-align: left;
  }
  .top_news h2 .icon::before {
    font-size: 2rem;
  }
  .top_news .news_list {
    width: 100%;
  }
  .top_news .news_list li a {
    padding: 12px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .top_news {
    padding: 50px 0;
  }
  .top_news .news_list li a::after {
    font-size: 1.6rem;
    right: 15px;
  }
  .top_news .news_list .news_date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .top_news .news_list .news_title {
    width: 95%;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 370px) {

}



/*top_bnr
----------------------------------------------- */
#g_top .top_bnr  {
  padding: 80px 0;
}
#g_top .top_bnr ul {
  gap: 15px 20px;
}
#g_top .top_bnr ul li {
  line-height: 0;
  width: calc( 100% / 4 - 15px );
  /*max-width: 280px;*/
}
#g_top .top_bnr ul li a:hover {
  opacity: 0.9;
}



@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  #g_top .top_bnr {
    padding: 60px 0;
  }
  #g_top .top_bnr ul li {
    width: calc( 100% / 3 - 13.4px );
  }
}

@media only screen and (max-width: 479px) {
  #g_top .top_bnr {
    padding: 50px 0;
  }
  #g_top .top_bnr ul {
    gap: 10px;
    width: 85%;
    margin: 0 auto;
  }
  #g_top .top_bnr ul li {
    /*width: calc( 100% / 2 - 5px );*/
    width: 100%;
  }
}






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

	 英語ページcss

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