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


body{
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin:0;
  color:#000;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

img{
}

a{
    color:#000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-decoration:none;
  outline:none;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration:none;
    opacity: 0.7;
}
p,div,a,dt,dd,li {
    line-height: 140%;
    letter-spacing: 0.05em;
}
p {
    margin-bottom: 0.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}
li {
  text-align: justify;
  text-justify: inter-ideograph;
}
img {
  vertical-align: bottom;
}
area{
  border:none;
  outline:none;
  }

/* font
---------------------------------------------------------- */
.kozukagothic {
  font-family: kozuka-gothic-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* common
---------------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_end {
  justify-content: flex-end;
}

.only_pc {
  display:block;
}
.only_tb {
  display:none;
}
.only_sp {
  display:none;
}

a.anchor {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}

img.w100 {
  width: 100%;
  height: auto;
}

#wrapper {
	width:100%;
  padding-top: 175px;
}


.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pml50 {padding-left: 50px;}



/* ie警告文
---------------------------------------------------------- */
#ie-buster-app {
}
#ie-buster-app p {
  max-width: 100% !important;
  color: #f00 !important;
}
#ie-buster-app a {
  display: none !important;
}


/* header
---------------------------------------------------------- */
header{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.area_header {
  background-color: #e7a400;
  padding: 40px 40px 35px;
}
.area_header h1 img {
  width: 23vw;
  min-width: 350px;
  height: auto;
  transition: 0.5s;
}
.scroll-nav .area_header h1 img {
  width: 23vw;
  min-width: 250px;
}


/* area_navi
---------------------------------------------------------- */
.area_navi.only_pc {
}
.area_navi.only_pc nav{
    width: 100%;
}
.area_navi.only_pc nav ul{
  overflow-y: clip;
  transform: translateX(10px);
}
.area_navi.only_pc nav li {
  position: relative;
  transform: skewX(-20deg);
  margin-right: -1px;/*隙間調整*/
  width: 11vw;
}
.area_navi.only_pc nav li:nth-child(5)::after {
  border-bottom: 70px solid #c6adb9;
  content: '';
  position: absolute;
  top: 0;
  right: -25px; 
 border-right: 26px solid transparent;
}
.area_navi.only_pc nav li a {
  color: #fff;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
/* .area_navi.only_pc nav li:nth-child(1) a {
  padding: 0 5vw 0 5vw;
}

.area_navi.only_pc nav li:nth-child(5) a {
  padding: 0 2vw 0 3.5vw;
} */

.area_navi.only_pc nav li a:hover {
  text-decoration: none;
}
.area_navi.only_pc nav li a img {
  vertical-align: middle;
  width: auto;
  height: 2.5vh;
  margin: 0 5px 0 0;
}
.area_navi.only_pc nav li:nth-child(1) {
  background-color: #af9b49;
  letter-spacing: 0.3em;
}
.area_navi.only_pc nav li:nth-child(2) {
  background-color: #d19e5f;
}
.area_navi.only_pc nav li:nth-child(3) {
  background-color: #93a9b1;
}
.area_navi.only_pc nav li:nth-child(4) {
  background-color: #809b65;
}
.area_navi.only_pc nav li:nth-child(5) {
  background-color: #a4805d;
}
.area_navi.only_pc nav li:nth-child(6) {
  background-color: #c6adb9;
}
.area_navi.only_pc nav li:hover{
    transition: background-color 0.5s ease-out;
}
@media screen and (max-width: 1200px) {
.area_navi.only_pc nav li a {
  /* padding: 0 3vw; */
  
}
.area_navi.only_pc nav li:nth-child(1) a {
  padding: 0 2.5vw 0 2.5vw;
}
  .area_navi.only_pc nav li:nth-child(5) a {
    padding: 0 2vw 0 2.5vw;
  }
}

.scroll-nav .area_navi.only_pc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70vw;
}
.scroll-nav .area_navi.only_pc nav li {
  width: 11.7vw;
  position: relative;
  line-height: 50px;
  transform: skewX(-20deg);
  margin-right: -1px;/*隙間調整*/
}
.scroll-nav .area_navi.only_pc nav li a {
  color: #fff;
  font-size: 0.8em;
  padding: 0 1vw;
  transform: skewX(20deg);
  height: 50px;
}
.scroll-nav .area_navi.only_pc nav li:nth-child(1) a {
  padding: 0 3vw 0 3vw;
}

.scroll-nav .area_navi.only_pc nav li:nth-child(5) a {
  padding: 0 2vw 0 2.5vw;
}


/* breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 0;
  position: relative;
  z-index: 10;
}
.archive #breadcrumb {
  padding: 0;
  background: transparent;
}
#breadcrumb ul {
  margin: 0;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  color: #000;
  font-size: 0.7em;
}
#breadcrumb li:after {
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.6);
  content: ">";
  font-size: 14px;
}
#breadcrumb li:last-child::after {
  content: "";
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li:first-child a:before {
  padding-right: 5px;
  font-size: 1.1em;
  font-weight: normal;
}
#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
}


/* contents
---------------------------------------------------------- */
.contents_inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.ttl_01 {
  font-size: 40px;
  margin-bottom: 10px;
  letter-spacing: 0em;
}




/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  width: 90%;
  max-width: 1024px;
  margin:70px auto 50px;
  display: flex;
  padding: 0 0 40px;
}
.area_ttl p {
  margin: 0;
  padding: 0;
  display: block;
}
.area_ttl .box_ttl {
  margin: 0 40px 0 0;
  white-space: nowrap;
}
.area_ttl .box_ttl p {
  font-size: 4em;
  line-height: 1.2;
}
.area_ttl .box_ttl img.logo_ttl {
  margin: 0 0 10px 10px;
  vertical-align: 0%;
  height: 15px;
  display: block;
}
.area_ttl .box_txt p {
  margin: 30px 0 0;
}

/* box_sdgs
---------------------------------------------------------- */
.box_sdgs {
  border-top: 1px solid #000;
  padding: 30px 0 0;
  width: 90%;
  max-width: 1024px;
  margin:-30px auto 70px;
}
.box_sdgs dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.box_sdgs dl dt {
  width: 9%;
  margin: 0 1% 1% 0;
}
.box_sdgs dl dt img {
  width: 100%;
  height: auto;
}
.box_sdgs dl dd {
  width: 89%;
  font-size: 0.95em;
}



/* area_ttlimg
---------------------------------------------------------- */
.area_ttlimg {
  background-size: cover !important;
  padding: 20% 0 20%;
  text-align: center;
}
.area_ttlimg .ttl_01 {
  text-align: center;
  display: inline-block;
  position: relative;
}
.area_ttlimg .ttl_01 > p {
  font-size: 80px;
  color: #fff;
  line-height: 1.3;
  text-shadow: 2px 2px 8px #333;
  margin: 0 0 10px;
}
.area_ttlimg .box_txt_01 {
  border-top: 8px solid #fff;
  width: 100%;
  transform: skewX(-15deg);
  text-align: left;
  font-size: 0;
}
.area_ttlimg .box_txt_01 .txt_01 {
  padding: 8px 10px;
  margin: -8px 0 0;
  background-color: #fff;
  display: inline-block;
  font-size: 20px;
}
_:-ms-fullscreen, :root .area_ttlimg .box_txt_01 .txt_01 {
  padding: 0px 0 8px 0;
}
.area_ttlimg .box_txt_01 .txt_01 p {
  line-height: 1.0;
  margin: 0;
}
_:-ms-input-placeholder, :root .area_ttlimg .box_txt_01 .txt_01 p {
  margin: 10px 20px -2px !important;
}



/* #page-top
---------------------------------------------------------- */
#page-top{
  width: 70px;
  height: 60px;
  position: fixed;
  right: 40px;
  bottom: 20px;
  background: #e7a400;
}
#page-top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* area_footer
---------------------------------------------------------- */
.area_footer {
  padding: 20px 0 20px;
  border-top: #e7a400 10px solid;
  font-size: 0.8em;
}
.area_footer .box_footer_logo img {
  width: 90%;
  height: auto;
}
.area_footer .box_footer_logo .txt_01 {
  margin: 40px 30px 0 0;
  letter-spacing: 0.05em;
}
.area_footer .box_footer_logo .footer_logo_inner {
  display: flex;
  align-items: flex-end;
}
.area_footer .box_footer_01 {
  display: flex;
  justify-content: space-between;
  padding: 30px 2.5vw 70px;
}
.area_footer .box_footer_01 .box_footer_navi {
  display: flex;
}
.area_footer .box_footer_01 .box_footer_navi ul {
  display: block;
  flex-wrap: wrap;
  padding: 15px 1.7vw 0 2.5vw;
  border-right: 1px solid #ccc;
}
.area_footer .box_footer_01 .box_footer_navi ul:first-child {
  border-left: 1px solid #ccc;
}
.area_footer .box_footer_01 .box_footer_navi ul li {
  margin: 0 15px 10px 0;
}
.area_footer .box_footer_01 .box_footer_navi ul li a {
  color: #000;
}
.area_footer .box_footer_01 .box_footer_navi ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #e7a400;
  margin: 0 5px 0 0;
}
.area_footer .box_footer_01 .box_footer_navi ul li.sub_page a::before {
  content: "－";
  font-weight: 900;
  color: #e7a400;
  margin: 0 5px 0 0.8em;
}
.area_footer .box_footer_01 .box_footer_icon {
}
.area_footer .box_footer_01 .box_footer_icon ul {
  display: flex;
  margin: 10px 0 0;
}
.area_footer .box_footer_01 .box_footer_icon ul li {
  margin: 0 15px 0 0;
}
.area_footer .box_footer_01 .box_footer_icon img {
  width: 40px;
  height: auto;
}
.copyright {
  text-align: center;
}


/* ==========================================================================//
//
//　1300px以下
//
// ========================================================================== */
@media screen and (max-width: 1300px) {

/* area_ttlimg
---------------------------------------------------------- */
.area_ttlimg .ttl_01 > p {
  font-size: 70px;
}



/* area_footer
---------------------------------------------------------- */
.area_footer .box_footer_logo {
  width: 35%;
}
.area_footer .box_footer_logo img {
  width: 90%;
  height: auto;
}
.area_footer .box_footer_logo .txt_01 {
  margin: 40px 0 0 0;
}
.area_footer .box_footer_logo .footer_logo_inner {
  display: block;
}
.area_footer .box_footer_01 .box_footer_navi ul {
  display: block;
  padding: 15px 2vw 0 2vw;
}
.area_footer .box_footer_01 .box_footer_navi ul li {
  margin: 0 0 10px 0;
}
.area_footer .box_footer_01 .box_footer_navi ul li a {
  word-break:keep-all;
}
.area_footer .box_footer_01 .box_footer_icon ul {
  margin: 10px 0 0;
}
.area_footer .box_footer_01 .box_footer_icon img {
  width: 30px;
  height: auto;
}

}


/* ==========================================================================//
//
//　1024px以下
//
// ========================================================================== */

@media screen and (max-width: 1024px) {
.only_tb {
  display:block;
}
/* header
---------------------------------------------------------- */
.area_header {
  padding: 40px 2vw 35px;
}

/* area_navi
---------------------------------------------------------- */
.area_navi.only_pc nav li{
  container: nav-item / inline-size;
  width: 15vw;
}
.area_navi.only_pc nav li a {
  font-size: 12cqw;
  padding: 0 10cqw;
}
.scroll-nav .area_navi.only_pc {
  width: 100vw;
  width: 70%;
  margin: 0 auto;
}
.scroll-nav .area_navi.only_pc nav ul{
}
.scroll-nav .area_navi.only_pc nav li {
  width: 20vw;
  position: relative;
}

.scroll-nav .area_navi.only_pc nav li:nth-child(1) a {
  padding: 0 5cqw;
}
.scroll-nav .area_navi.only_pc nav li:nth-child(5) a {
  padding: 0 5cqw;
}


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  width: 90%;
  max-width: 1024px;
  margin:70px auto 50px;
  display: block;
  padding: 0 0 40px;
}
.area_ttl p {
  margin: 0;
  padding: 0;
  display: block;
}
.area_ttl .box_ttl {
  margin: 0 40px 0 0;
  white-space: nowrap;
}
.area_ttl .box_ttl p {
  font-size: 3em;
  line-height: 1.2;
}
.area_ttl .box_ttl img.logo_ttl {
  margin: 0 0 10px 10px;
  vertical-align: 0%;
  height: 15px;
  display: block;
}
.area_ttl .box_txt p {
  margin: 30px 0 0;
}

/* box_sdgs
---------------------------------------------------------- */
.box_sdgs {
  border-top: 1px solid #000;
  padding: 30px 0 0;
  width: 90%;
  max-width: 1024px;
  margin:-30px auto 30px;
}
.box_sdgs dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.box_sdgs dl dt {
  width: 10%;
  margin: 0 1% 1% 0;
}
.box_sdgs dl dt img {
  width: 100%;
  height: auto;
}
.box_sdgs dl dd {
  width: 88%;
  font-size: 0.95em;
}



/* area_ttlimg
---------------------------------------------------------- */
.area_ttlimg .ttl_01 > p {
  font-size: 60px;
}


/* area_footer
---------------------------------------------------------- */
.area_footer .box_footer_01 {
  display: block;
  padding: 30px 2.5vw 30px;
}
.area_footer .box_footer_logo {
  width: 100%;
  text-align: center;
}
.area_footer .box_footer_logo > a > img {
  width: 40%;
  min-width: 335px;
  height: auto;
}
.area_footer .box_footer_logo .txt_01 {
  margin: 20px 0 0 0;
  text-align: center;
}
.area_footer .box_footer_icon ul {
  justify-content: center;
}
.area_footer .box_footer_01 .box_footer_navi {
  display: none;
}

}


}
/* ==========================================================================//
//
//　768px以上
//  ※TELリンク設定
//
// ========================================================================== */

@media screen and (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none !important;
color: #000 !important;
}
}

/* ==========================================================================//
//
//　SP 767px以下
//
// ========================================================================== */

@media screen and (max-width: 767px) {
body {
  min-width: 100% !important;
  padding-top: 60px;
  position: relative;
  font-size: 13px !important;
  line-height: 1.4;
}
.only_pc {
  display:none;
}
.only_sp {
  display:block !important;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
#wrapper {
	width:100%;
  margin-top:-60px;
  padding-top:60px;
}




  
/* header
---------------------------------------------------------- */
header{
 background-color: #e7a400;
 position: fixed !important;
 top: 0;
 z-index: 999999;
 width: 100%;
}
.area_header {
  padding: 0;
}
.area_header h1 img {
  width: 50%;
  height: auto;
  padding: 25px 0 25px 20px;
  min-width: auto !important;
}
.scroll-nav .area_header h1 img {
  width: 50%;
  min-width: auto !important;
}


/* nav-スマホ
---------------------------------------------------------- */
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 0;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 10px;
}
.hamburger span:nth-child(3) {
  top: 20px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 10px;
  left: 0;
  background :#fff;/*×ボタン*/
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 10px;
  background :#fff;/*×ボタン*/
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
.globalMenuSp.active {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(231,164,0,1.0);/*背景色*/
  text-align: center !important;
  width: 100%;
  height: 100%;
  /*overflow-y: auto;*//*長い時スクロール*/
	/*height:100vh;*//*長い時スクロール*/
}

.globalMenuSp.active ul {
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
  /*height: 900px;*//*長い時スクロール*/
}

.globalMenuSp.active ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
.globalMenuSp.active ul li:last-child {
  padding-bottom: 0;
}
.globalMenuSp.active ul li:hover{
  /*background :#ddd;*//*リンク文字色boxのhover*/
}

.globalMenuSp ul li a {
  display: none;
  /*font-size: 36px;*/
}

.globalMenuSp.active ul li a {
  display: block;
  color: #fff;/*リンク文字色*/
  padding: 1em 0;
  text-decoration :none;
  text-align: center;
  font-size: 1.5em;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  opacity: 100;

}


/* breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  width: 90%;
  padding: 30px 0 0;
}




/* contents
---------------------------------------------------------- */
.ttl_01 {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.2;
}


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
 margin:30px auto 30px;
  display: block !important;
}
.area_ttl .box_ttl {
  margin: 0;
}
.area_ttl .box_ttl img.logo_ttl {
  margin: 0 0 5px 0;
  height: 10px;
  display: block;
}
.area_ttl .box_ttl p {
  font-size: 3em;
}
.area_ttl .box_txt p {
  margin: 20px 0 0;
}
.area_ttl .box_ttl img.icon_sdgs {
  margin: 20px 0 0 5px;
  height: 100px;
}
.box_sdgs dl dt {
  width: 20%;
  margin: 0 2% 1% 0;
}
.box_sdgs dl dd {
  width: 78%;
  margin: 0 0 3%;
}


/* area_ttlimg
---------------------------------------------------------- */
.area_ttlimg {
  padding: 20% 0 20%;
}
.area_ttlimg .ttl_01 > p {
 font-size: 28px;
 padding: 0 0 5px;
 text-align: center;
}
.area_ttlimg .box_txt_01 {
  border-top: 6px solid #fff;
  width: 95%;
  margin: -10px auto 0;
}
.area_ttlimg .box_txt_01 .txt_01 {
  font-size: 8px;
  position: absolute;
  top: 3px;
  max-width:90% ;
  padding: 0px 10px 4px;
}
.area_ttlimg .box_txt_01 .txt_01 p {
  transform: skewX(15deg);
  margin: 3px 0 2px !important;
  line-height: 1.2;
}

/* #page-top
---------------------------------------------------------- */
#page-top{
  width: 50px;
  height: 40px;
}
#page-top a{
  width: 50px;
  height: 40px;
}
#page-top a::before{
  font-size: 26px;
  width: 25px;
  height: 20px;
}


/* area_footer
---------------------------------------------------------- */
.area_footer {
  font-size: 0.8em;
}
.area_footer .box_footer_logo {
}
.area_footer .box_footer_logo > a > img {
  width: 70%;
  min-width: auto !important;
  height: auto;
}
.area_footer .box_footer_logo .txt_01 {
  margin: 20px 0 30px 0;
}


}
