@charset "utf-8";

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
   /* box-sizing: border-box;*/
}

html,
body {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans JP",
        sans-serif;
    color: #666666;
    background: #ffffff;
    box-sizing: border-box;
    /* デフォルトで余白を無し*/
    /* スマホ横向き時のフォントサイズ */
    /* 横向きにするとフォントサイズが拡大されてしまうことがあるため、text-size-adjust:100%で防ぐ*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
}

/*body{
        position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/* 右に全角スペース2つ分空ける */
.mgr-32 {
    margin-right: 32px;
}

.mgr-16 {
    margin-right: 16px;
}

header {
    width: 100%;
    height: 60px;
    padding: 0 1%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    left: 0;
    right: 0;
    align-items: center;
}

.logo img {
    width: 200px;
    
  }

nav {
    width: 70%;
}

nav ul {
    display: flex;
    list-style-type: none;
    /* justify-content: space-around; */
    justify-content: flex-end;
}

nav ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 1.6rem;
    padding-left: 50px;
}

nav ul li a:hover{
    color: #0070C0;
}

.Instagram_icon {
    margin-left: 1%;
}


.Instagram_icon img {
    width: 31px;
}

.info_button1 {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 8%;
    background-color: #92D050;
    border-radius: 10px;
    margin-left: 1%;
    margin-bottom: 2px;
}

.info_button2 {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 8%;
    border-radius: 10px;
    background-color: #ffc000;
    margin-left: 1%;
    margin-bottom: 2px;
}

.info_button1 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
}

.blink {
	-webkit-animation: blink 1.5s ease infinite alternate;
	 animation: blink 1.5s ease infinite alternate;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.info_button2 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
}

.top_image {
    height: auto;
    width: 100%;
    /*position: relative;*/
}

.splide {
    line-height: 0;
}

.splide__track img {
    height: auto;
    object-fit: contain;
}

.splide__slide img {
     height: 100%;
  object-fit: cover;
    width: 100%;
    opacity: .3;
}

/* アクティブなスライドのスタイル */
.splide__slide.is-active img {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    z-index: 1;
    /* 中央のスライドを一番上にする */

}



/* 矢印のクリック範囲など */
.splide .splide__arrow {
    background-color: #222222;
    color: #222222;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px gray
}

.splide__arrow>svg {
    display: none;
}

.topbox1 {
    position: relative;
    width: 100%;
    height: 600px;
}

.topbox4 {
    position: absolute;
    width: 50%;
    /*500*/
    height: 5%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topbox5 {
    position: absolute;
    width: 70%;
    /*700*/
    height: 5%;
    /*30*/
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table,
td,
th {
    border: solid 1px #595959;
    border-collapse: collapse;
}

table {
    /*position: absolute;*/
    width: 90%;
    /*1000*/
    height: auto;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    margin: 0 auto;
}

th {
    font-family: "HGP明朝E";
    font-size: 2.5rem;
    background-color: #fff;
    color: #000;
}

td {
    
    /*300*/
    background-color: #92D050;
    vertical-align: middle;
}

td img {
    object-fit: cover;
    height: 300px;
    width: 300px;
    /* width: 90%;
    height: auto;*/
    margin: auto;
    padding: 5px 5px;
    display: block;
    transition: transform 0.3s ease; /* 拡大のアニメーション */
}

td img:hover{
    transform: scale(1.1); /* 1.2倍に拡大 */
}

td,
th {
    padding: 5px;
    width: 500px;
}



.topimage img {
    height: 700px;
    width: 100%;
    opacity: 0.6;
    object-fit: cover;
    object-position: 0% 200%;
}

.topbox2 p {
    font-size: 1.6rem;
    padding-left: 10px;
    width: 100%;
    /*660*/
    /*height: 4.5vw;*/
    /*250*/
    /*20%*/
    /*top: 40%;*/
}

.topbox3 p {
    width: 100%;
    /*154*/
    /*height: auto;*/
    /*40*/
    font-size: 2rem;
    /* padding: 0% 1%;*/
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topbox3 p:hover{
    color: #000;
}

.sdgs_link{
    font-size: 1.6rem;
      background: url("../images/新しいウィンドウで開くボタン\　2.png") no-repeat left center / auto 1em;  /* 背景画像でアイコンを入れる */
  padding: 0 0 0 1.5em;  /* アイコン画像分 + 適度な間隔 */
  margin-left: 10px;
}

.sdgs_link a{
    text-decoration: none;
    color: #666666;
}

.topbox4 p {
    font-family: "HGP明朝B";
    font-size: 5rem;
    color: red;
    text-align: center;
}

.topbox5 p {
    font-family: "HGP明朝B";
    font-size: 3rem;
    text-align: center;
    color: #000;
}

.subtitle {
    font-size: 1.6rem;
    color: #666666;
}

a:hover {
    color: #0070C0;
}


.grid {
    display: grid;
    width: 70%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

footer {
    margin-top: 10%;
}

.footer {
    padding: 2rem;
    font-size: 1.6rem;
    color: #666666;
    background: #fff;
}

.footer__navi-heading {
    font-weight: 600;
    font-size: 2rem;
    padding-left: 1%;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.footer__navi {
    padding-left: 0;
}

.footer__navi li {
    margin-bottom: 0.75rem;
    list-style: none;
    padding-left: 5%;
}

.footer__navi li a {
    text-decoration: none;
    color: #666666;
}

.footer__navi li a:hover {
    color: #0070C0;
}

.footer_under {
    width: 100%;
    height: 50px;
    background-color: #0070C0;
    display: table;
}

.footer_under p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer_under a{
    text-decoration: none;
    color: #fff;
}

.footer_under a:hover{
    color: #000;
}


.copyright {
    text-align: center;
    color: #666666;
    font-size: 1.6rem;
    margin-top: 1%;
}