/* st　 
#EB611C
#FFA01D
#FFE599
*/
body {
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h1, h2, h3, h4, h5 {
  font-family: "游明朝";
}
h1, h2, h3, h4, h5, p, li {
  line-height: 150%;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
}
th {
  white-space: nowrap;
}
td {
  word-break: break-all;
}
td, td p, td h3 {
  text-align: left !important;
  padding: 0 1em;
}
a, a:hover, a:visited {
  color: #000 !important;
}
a:hover {
  opacity: 0.8;
}
/*----------------------  head  
#head {
  width: 1300px;
  height: 134px;
  margin: 0 auto 0 auto;
  position: relative;
}
#head .head_r {
  position: absolute;
  right: 82px;
  top: 92px;
}
*/
/*----------------------  .header  */
#header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 80px;
  background: #FFF;
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1000px;
  width: 80%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  inset: auto 0;
  margin: 0 auto;
  padding: 0px;
}
.header h1 {
  margin: 0px;
  padding: 0px;
}
.header .logo {
  width: 350px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  transition: 0.5s;
  position: absolute;
  top: 1px;
  left: 0;
}
.header .logo img {
  height: 60px;
  width: auto;
  margin-top: 10px;
}
.header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header ul, header li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header li a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
  width: 110px;
  text-align: center;
  display: block;
  height: auto;
  padding: 13px 0 6px 0;
  font-size: 0.9rem;
  line-height: 120%
}
.header li a:hover {
  text-decoration: underline;
  background: #F8F8F8;
  color: #933;
}
.header span {
  font-size: 0.6rem;
  color: #009;
  display: inline;
}
/*切替*/
.header.scroll-nav {
  padding: 0 10px;
  background: white;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.1);
  height: 40px;
}
.header.scroll-nav .logo {
  top: -12px;
  left: -100px;
}
.header.scroll-nav .logo img {
  width: 128px;
  height: auto;
}
.header.scroll-nav ul li a {
  height: 30px;
  padding: 10px 0 0 0;
}
.header.scroll-nav span {
  display: none;
}
/*----------------------  ナビゲーション  */
#menu {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#menu li {
  position: relative;
}
#menu li a {}
#menu li ul {
  list-style: none;
  position: absolute;
}
#menu li:last-child ul {
  left: -100%;
  width: 100%
}
#menu li ul li {
  overflow: hidden;
  float: none;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a {
  padding: 13px 15px;
  background: white;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#menu li:hover > a {
  background: #EB611C;
  color: #fff;
}
#menu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #EB611C;
}
#menu li:hover ul li:first-child {
  border-top: 0;
}
#menu li:hover ul li:last-child {
  border-bottom: 0;
}
/*----------------------  t_sub_img  */
.t_sub_img {
  width: 100%;
  height: 400px;
  background-color: #EB611C;
  position: relative;
}
.t_sub_img_txt {
  width: 600px;
  height: 300px;
  z-index: 3;
  position: absolute;
  top: 50;
  left: 20%;
}
.t_sub_img_txt h1 {
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  text-align: left;
  color: white;
  margin: 80px 0 1em 0;
  background-color: rgb(235 97 28 / 0.8);
}
.t_sub_img_txt p {
  text-align: left;
  font-size: 1.2rem;
  color: white;
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 3px 0;
  background-color: rgb(235 97 28 / 0.8);
}
.t_sub_img_01 {
  width: 800px;
  height: 400px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.t_sub_img_02 {
  width: 800px;
  height: 400px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.t_sub_img_grd {
  width: 100%;
  height: 400px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}
/*----------------------  wrapper  */
.wrapper {
  min-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
.wrapper h1 {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0;
}
.wrapper h2 {
  font-size: 2.6rem;
  color: white;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 1em 0 5px 0;
  margin: 4em 0 1.5em 0;
  background-color: #EB611C;
}
.wrapper strong {
  font-size: 2.0rem;
  line-height: 150%;
  color: #EB611C;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 1em;
}
.wrapper em {
  font-size: 1.2rem;
  line-height: 150%;
  font-style: normal;
  font-weight: bolder;
  color: #000;
  letter-spacing: 0.2em;
}
.wrapper table {
  margin: 0 auto 0 auto;
  text-align: left;
}
/*--------------------------------------  */
/*----------------------  t_sub_col  */
.t_sub_col {
  width: 100%;
  min-width: 1000px;
  height: 545px;
  position: relative;
}
.t_sub_col h3, .t_sub2_col h3 {
  font-size: 1.6rem;
}
.t_sub_col_01, .t_sub_col_02, .t_sub_col_03 {
  width: 28%;
  min-width: 190px;
  height: auto;
  position: absolute;
  border: ridge #ddd 3px;
  border-radius: 30px;
  background-color: white;
}
.t_sub_col_01 {
  top: 0;
  left: 5%;
  ;
}
.t_sub_col_02 {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.t_sub_col_03 {
  top: 0;
  right: 5%;
}
.t_sub_col img {
  width: 100%;
  max-width: 250px;
  min-width: 180px;
  height: auto;
}
.i_sub {}
.i_sub h3 {
  font-size: 1.6rem;
}
.t_sub_col_01, .t_sub_col_02, .t_sub_col_03 {
  width: 28%;
  min-width: 190px;
  height: auto;
  position: absolute;
  border: ridge #ddd 3px;
  border-radius: 30px;
  background-color: white;
}
.t_sub.t_sub_col_01 {
  top: 0;
  left: 5%;
  ;
}
.t_sub_col_02 {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.t_sub_col_03 {
  top: 0;
  right: 5%;
}
.i_sub img {
  height: 120px !important;
  width: auto;
  max-width: auto;
  min-width: auto;
  display: block;
  margin: 0 auto;
}
.i_sub p {
  text-align: left;
  margin: 1em;
}
/*----------------------  t_sub2_col  */
.t_sub_dcol {
  width: 100%;
  padding: 2em 1em;
  background: linear-gradient(0deg, rgb(255, 229, 153), rgb(255, 245, 220));
  border-radius: 20px;
  border: 1px solid rgb(255, 229, 153);
}
.t_sub2_col {
  width: 100%;
  min-width: 1000px;
  height: 500px;
  margin-top: 2em;
  position: relative;
  overflow: hidden;
}
.t_sub2_col_01, .t_sub2_col_02 {
  width: 46%;
  min-width: 430px;
  max-width: 500px;
  height: 495px;
  padding: 5px 10px;
  position: absolute;
  border: double #ddd 5px;
  border-radius: 20px;
  background-color: white;
}
.t_sub2_col_01 {
  top: 0;
  left: 3%;
  ;
}
.t_sub2_col_02 {
  top: 0;
  right: 3%;
}
.t_sub2_col img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.t_sub2_col_h {
  height: 600px;
}
.t_sub2_col_h .t_sub2_col_01, .t_sub2_col_h .t_sub2_col_02 {
  height: 550px;
}
/*--------------------- .phi */
.phi {
  text-align: center;
}
.phi img {
  width: 50%;
  max-width: 190px;
  height: auto;
  display: inline-block;
  margin-bottom: 1em;
}
.phi p {
  text-indent: 1em;
  text-align: left;
  margin: 0;
  padding: 0 0 0.3em 0;
}
.phi ul {
  margin: 0 1em 0.5em 0;
}
.phi li {
  list-style: disc;
  text-align: left;
}
/*----------------------  .t_strg  */
.t_strg {
  width: 100%;
  height: auto;
  position: relative;
}
.t_strg h3 {
  font-size: 1.6rem;
  margin: 2em 10px 2em 10px;
  padding: 1em 1em 0.3em 1em;
  border-top: solid 1px #333;
  border-bottom: dashed 1px #333;
}
.t_strg ul {
  overflow: hidden;
}
.t_strg li {
  display: block;
  float: left;
  margin: 0 20px 5px 0;
  padding-right: 10px;
  border-right: solid #333 1px;
}
.t_strg li:last-child {
  border-right: none;
}
/*----------------------  .t_strg_l_01  */
.t_strg_l_01 {
  width: 60%;
  height: auto;
  position: relative;
  top: 0;
  left: 5%;
}
.t_strg_l_01 p {
  text-align: left !important;
}
.t_strg_l_01 table {
  text-align: left;
  float: none;
  margin: 0.5em auto 2em 0 !important;
  padding: 10em;
}
.t_strg_l_01 th {
  text-align: left !important;
  padding: 5px 1em 0 0;
  border-bottom: 1px dashed #ddd;
}
.t_strg_l_01 td {
  text-align: left !important;
  padding: 5px 0 0 0;
  border-bottom: 1px dashed #ddd;
}
.t_strg_l_01 li {
  font-size: 0.75rem;
}
.t_strg_l_01_t1, .t_strg_l_01_t2, .t_strg_l_01_t3, .t_strg_l_01_t4, .t_strg_l_01_t5 {
  border: solid #ddd 1px;
  border-radius: 5px;
  position: relative;
  padding: 0 0.5em;
}
.t_strg_l_01_t0 {
  width: 105%;
}
.t_strg_l_01_t1 {
  width: 80%;
  background: #eee;
  left: 0px;
}
.t_strg_l_01_t2 {
  width: 100%;
  background: #fff;
  top: -15px;
  left: 12px;
}
.t_strg_l_01_t3 {
  width: 98%;
  background: #E8FFFF;
  top: -24px;
  left: -5px;
}
.t_strg_l_01_t4 {
  width: 98%;
  background: #FFEEEE;
  top: -15px;
  left: 12px;
}
.t_strg_l_01_t5 {
  width: 95%;
  background: #E8FFFF;
  top: -15px;
  left: 12px;
}
/*----------------------  .t_strg_l_02  */
.t_strg_l_02, .t_strg_l_02_1 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 80px;
  right: 3%;
  text-align: right;
}
.t_strg_l_02 img {
  width: 90%;
  max-width: 300px;
  background: #ffe;
  border: solid #FFE599 1px;
  border-radius: 100%;
}
.t_strg_l_02_1 img {
  width: 90%;
  max-width: 320px;
  background: #ffe;
  border: solid #FFE599 1px;
  border-radius: 30px;
}
/*----------------------  .t_strg_l_03  */
.t_strg_l_03 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 180px;
  right: 0;
}
.t_strg_l_03 img {
  width: 90%;
  max-width: 250px;
  background: #ffe;
  border: solid #FFE599 1px;
  border-radius: 3%;
}
/*----------------------  b_foot  */
.b_foot, .b_foot2 {
  width: 80%;
  min-width: 950px;
  overflow: hidden;
  justify-content: space-between;
  padding: 2em;
  border: 5px solid #FFE599;
  margin: 2em auto 0 auto;
  border-radius: 80px;
}
.b_foot {
  margin-top: 300px;
}
.b_foot h2, .b_foot2 h2 {
  color: #EB611C;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #FFE599;
  text-align: left;
}
.b_foot img, .b_foot2 img {
  width: 100%;
  height: auto;
  padding: 0 2em;
}
.b_foot p, .b_foot2 p {
  text-align: left;
  margin: 0 0 0.5em 0;
}
.b_foot .b_foot_img, .b_foot2 .b_foot_img {
  width: 25%;
  float: left;
}
.b_foot .b_foot_txt, .b_foot2 .b_foot_txt {
  width: 74%;
  float: right;
  padding: 0 2em;
}
.b_foot2 .b_foot_img {
  float: right;
}
.b_foot2 .b_foot_txt {
  float: left;
}
.b_foot3 {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  justify-content: space-between;
  padding: 2em;
}
.b_foot4 {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  padding: 2em;
}
.b_foot3 p, .b_foot4 p {
  font-size: 1.8rem !important;
  font-weight: bolder;
  color: #000;
  margin: 0 0 1em 0;
  text-align: left;
}
.b_foot3 em {
  color: #EB611C !important;
  font-size: 2rem;
}
.b_foot3 img {
  width: 100%;
  height: auto;
  border: 1px solid #FFA01D;
  border-radius: 10px;
}
.b_foot4 img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.b_foot3 .b_foot_img {
  width: 45%;
  float: left;
}
.b_foot4 .b_foot_img {
  width: 20%;
  float: left;
}
.b_foot3 .b_foot_txt {
  width: 50%;
  float: right;
  padding: 0 1em;
}
.b_foot4 .b_foot_txt {
  width: 70%;
  float: right;
  padding: 0 1em;
}
.b_foot2 .b_foot_img {
  float: right;
}
.b_foot2 .b_foot_txt {
  float: left;
}
/*----------------------  t_ft_img  */
.t_ft_img {
  width: 80%;
  min-width: 1000px;
  height: 210px;
  background-color: #FFE599;
  position: relative;
  margin: 3em auto;
  border: 1px solid #FFA01D;
  border-radius: 10px;
}
.t_ft_img_txt {
  width: 500px;
  height: 200px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 10%;
}
.t_ft_img_txt h2 {
  text-align: left;
  color: #333;
  font-size: 1.4rem;
  margin: 1.5em 0 1em 0;
  padding: 0;
  border: none;
  background: transparent;
}
.t_ft_img_txt p {
  text-align: left;
  padding-left: 1em;
  color: #333;
}
.t_ft_img_txt ul, .t_ft_img_txt li {
  text-align: left;
  list-style: none;
  color: #333;
  margin: 0;
}
.t_ft_img_01 {
  display: none;
  width: 400px;
  height: 200px;
  z-index: 2;
  position: absolute;
  top: 2px;
  right: 5%;
}
.t_ft_img_02 {
  width: 400px;
  height: 200px;
  z-index: 1;
  position: absolute;
  top: 3px;
  right: 5%;
}
.t_ft_img_grd {
  width: 400px;
  height: 200px;
  z-index: 4;
  position: absolute;
  top: 3px;
  right: 5%;
}
.t_ft_img_grd p a {
  text-decoration-line: none;
  display: block;
  color: white !important;
  width: 200px;
  height: 40px;
  padding: 10px 0 0 0;
  background-color: #EB611C;
  z-index: 5;
  border: 1px solid #FFA01D;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  right: 25%;
}
.t_ft_img_grd p a span {
  position: relative;
}
.t_ft_img_grd p a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.t_ft_img_grd p a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFA01D;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  border: 1px solid #FFA01D;
  border-radius: 10px;
}
/*----------------------  footer  */
footer {
  width: 100%;
  min-width: 1000px;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 3px solid #FFA01D;
}
.SDGs {
  margin-bottom: 3em;
}
.SDGs p {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.SDGs em {
  font-size: 1.1rem;
  font-weight: bold;
  font-style: normal;
  color: #FFA01D;
}
.footer {
  padding: 2em 0;
  background-color: #FFA01D;
  margin-bottom: 1em;
}
.footer p {
  margin: 0 0 0.5em 0;
  padding: 0;
}
/*----------------------  c_com  */
.c_com table {
  width: 60%;
  min-width: 800px;
}
.c_com th {
  width: 250px;
  padding: 10px 0 5px 1em;
  border-bottom: solid 3px #EB611C;
}
.c_com td {
  padding: 10px 0 5px 1em;
  border-bottom: solid 3px #FFE599;
}
.c_com td ul {
  padding: 0 1em;
  margin: 0;
  list-style: square;
}
.c_com td li {
  text-align: left;
  padding: 10px 0 5px 0;
  list-style: square;
  margin: 0;
}
/*----------------------  .t_tec_t  */
.t_tec_t {
  width: 90%;
  min-width: 400px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.t_tec_t ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.t_tec_t li {
  font-size: 0.8rem;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 1.5em 0 0;
  float: left;
  line-height: 120%;
}
.t_tec_t li img {
  width: 60px;
  height: auto;
}
/*----------------------  .t_tec  */
.t_tec {
  width: 90%;
  min-width: 950px;
  margin: 0 10%;
  height: auto;
  overflow: hidden;
}
/*----------------------  .t_tec01  */
.t_tec01 {
  width: 43%;
  min-width: 450px;
  height: auto;
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid #bbb;
  border-radius: 5%;
}
.t_tec01 h3 {
  font-size: 1.6rem;
  border-bottom: solid 1px #FFE599;
  margin-bottom: 0.5em;
}
.t_tec01 h4 {
  margin: 0.5em 1em;
  font-size: 1.4rem;
  color: #FFA01D;
  border-bottom: solid 2px #FFA01D;
  margin-bottom: 0.5em;
}
/*----------------------  .t_tec02  */
.t_tec02 {
  width: 95%;
  min-width: 445px;
  margin: 1em auto;
  overflow: hidden;
}
/*----------------------  .t_tec_l  */
.t_tec_l {
  width: 10%;
  min-width: 130px;
  float: left;
  border: 1px solid #FFE599;
  border-radius: 5%;
  background-color: #FFE599;
  text-align: center
}
.t_tec_l h5 {
  font-style: normal;
  padding: 0;
  margin: 0.5em 0 0 0;
}
.t_tec_l p {
  line-height: 100%;
  padding: 0;
  margin: 0 0 0.5em 0;
}
/*----------------------  .t_tec_r  */
.t_tec_r {
  min-width: 300px;
  width: 70%;
  float: right;
}
.t_tec_r p {
  line-height: 120%;
  text-align: left !important;
  margin: 0 0 0.5em 0.5em;
}
/*=== 画像の設定 ======================================= */
/* テキストのスタイル */
.title {
  display: block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}
.title span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}
.title span:first-child {
  transform: translate(0, 40px);
  font-size: 20px;
  transition-delay: 0.25s;
}
.title span:last-child {
  margin-top: 18px;
  transform: translate(0, 30px);
  font-size: 48px;
  transition-delay: 0.45s;
}
.bg.-visible .title span {
  opacity: 1;
  transform: translate(0, 0);
}
/*=== ボタン ========================= */
.cont_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #1B85FB;
  background-color: #fff;
  position: relative;
  border: 1px solid #1B85FB;
  transition: color 0.5s ease;
}
.cont_btn:hover {
  color: #fff;
}
.cont_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cont_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B85FB;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.fd-bg::before {
  position: absolute;
  content: "";
}
.fd {
  position: absolute;
  bottom: 17px;
  right: 30%;
  color: rgb(255, 255, 255);
  opacity: 0;
  z-index: 6;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
div.com, div.com2 {
  margin-top: 0 !important;
}
div.com p, div.com2 p {
  font-size: 1.4rem;
  line-height: 140%;
  color: #EB611C;
  font-weight: bold;
}
div.com h3, div.com2 h3 {
  font-size: 2rem;
  line-height: 160%;
  text-align: left;
  font-weight: bolder;
}
div.com p {
  text-indent: -1em;
}
#menu-btn-check {
  display: none;
}
.n_li{display:none!important;}