@charset "UTF-8";

/* Switch
=========================================== */
.viewPc { display: none !important; }

@media screen and (min-width: 600px) { .viewPc { display: block !important; }
  .viewSp { display: none !important; } }
/* layout
=========================================== */
.wrapperInner { padding-left: 15px; padding-right: 15px; margin: 0 auto; }
@media screen and (min-width: 600px) { .wrapperInner { max-width: 940px; padding-left: 0; padding-right: 0; } }


/*==============================================================================================
	module
==============================================================================================*/
/*	.modTit01
---------------------------*/
.modTit01 { font-size: 1.8rem; padding-bottom: 10px; margin: 0 0 15px; border-bottom: 1px solid #5B5B5B; }
@media screen and (min-width: 600px) { .modTit01 { font-size: 2.3rem; margin-bottom: 30px; } }

/*	.modTit02
---------------------------*/
.modTit02 { font-size: 1.8rem; padding: 8px 15px 5px; margin-bottom: 20px; }
.modTit02.green { background: #CCDD8C; }
.modTit02.yellow { background: #F4E58E; }
@media screen and (min-width: 600px) { .modTit02 { font-size: 2.1rem; padding: 10px 23px 8px; margin-bottom: 40px; } }

/*	.modNolink
---------------------------*/
.modNolink {
	pointer-events: none;
}


/*=============================================================
	#gHeader
=============================================================*/
#gHeader { padding: 20px 0; }
#gHeader .pageTtl { font-size: 2rem; padding-bottom: 3px; position: relative; border-bottom: 1px solid #C6C6C6; }
#gHeader .pageTtl:after { content: ''; width: 40%; height: 2px; position: absolute; bottom: -2px; left: 0; background: #ff8f00; }
@media screen and (min-width: 600px) { #gHeader { padding: 90px 0 60px; }
  #gHeader .pageTtl { font-size: 3rem; padding-bottom: 7px; } }

/*==============================================================================================
	.top
==============================================================================================*/
/*=============================================================
	.mv
=============================================================*/
.top { font-size: 1.4rem; }
.top .mv { padding: 30px 0; background: url(/wordpress/wp-content/uploads/2018/11/bg_top_mv01.png) no-repeat center; background-size: contain; }
.top .mv .txtBox { padding: 20px; background: #fff; }
.top .mv .txtBox .secTit { width: 176px; margin: auto; margin-bottom: 20px; border-bottom: none;}
.top .mv .txtBox .lead { font-weight: bold; font-size: 1.6rem; text-align: center; margin-bottom: 15px; }
.top .mv .txtBox .txt { font-size: 1.2rem; }
.top .mv .imgBox { margin-bottom: 20px; overflow: hidden;}
.top .mv .imgBox img { float: left; width: 25%; }
.top .mv .txt + .txt { margin-top: 20px; }
@media screen and (min-width: 600px) {
  .top { font-size: 1.5rem; }
  .top .mv { padding: 95px 0 100px; margin: 0 -100%;}
  .top .mv .txtBox { padding: 45px 30px 50px; }
  .top .mv .txtBox .secTit { width: 100%; text-align: center; margin-bottom: 50px; }
  .top .mv .txtBox .lead { font-size: 2.3rem; margin-bottom: 35px; }
  .top .mv .txtBox .txt { font-size: 1.6rem; text-align: center; }
  .top .mv .imgBox { display: table; margin: 0 auto 48px; }
  .top .mv .imgBox img { width: 216px; }
  .top .mv .txt { font-size: 1.6rem; }
  .top .mv .txt + .txt { margin-top: 20px; } }

/*=============================================================
	.about
=============================================================*/
.top .about { padding: 40px 0 15px; }
.about-objective__tit { display: block; margin: 22px auto 10px; text-align: center;}
.about-objective__list {
  list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  padding: 0;
  margin: 0 -2.5px;
}
.about-objective__item {
  width: calc(16.666% - 5px);
  margin: 0 2.5px 5px;
}
.about-objective-modal {
  position: relative;
  list-style: none;
  padding: 0;
}
.about-objective-modal__box {
  z-index: 998!important;
  display: none;
}
.about-objective-modal__inner {
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 92%;
  max-height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  padding: 25px 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;

}
.about-objective-modal__inner::-webkit-scrollbar {
  display:none;
}
.about-objective-modal-close__link {
  position: absolute;
  right: 10px;
  top: 2px;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  color: #585858;
  cursor: pointer;
}
.about-objective-modal-area-head {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-objective-modal__img {
  width: 20%;
  margin: 0 10px 0 0;
}
.about-objective-modal__head {
  flex: 1 1 0%;
  font-weight: bold;
  font-size: 1.6rem;
}
.about-objective-modal__lead {
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 15px;
  border-bottom: 3px dotted #6b6b6b;
}
.about-objective-modal__btn {
  display: inline-block;
  margin-top: 10px;
}
.about-objective-modal__btn-link {
  box-sizing: border-box;
  border-radius: 6px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.top .about .catch { text-align: center; font-weight: bold; font-size: 1.6rem; }
.top .about .lead { font-size: 1.4rem; }

.iziModal-overlay.fadeInRight,
.iziModal.fadeInRight {
  -webkit-animation: iziM-fadeInRight .3s cubic-bezier(.16,.81,.32,1);
  animation: iziM-fadeInRight .2s cubic-bezier(.16,.81,.32,1);
}
.iziModal-overlay.fadeOutRight,
.iziModal.fadeOutRight {
  -webkit-animation: iziM-fadeOutLeft .2s ease;
  animation: iziM-fadeOutLeft .2s ease;
}
.iziModal-overlay.fadeInLeft,
.iziModal.fadeInLeft {
  -webkit-animation: iziM-fadeInLeft .2s cubic-bezier(.16,.81,.32,1);
  animation: iziM-fadeInLeft .2s cubic-bezier(.16,.81,.32,1);
}
.iziModal-overlay.fadeOutLeft,
.iziModal.fadeOutLeft {
  -webkit-animation: iziM-fadeOutLeft .2s ease;
  animation: iziM-fadeOutLeft .2s ease;
}

@-webkit-keyframes iziM-fadeOut{
  100%{opacity:1}to{opacity:1}
}
@-moz-keyframes iziM-fadeOut{
  100%{opacity:1}to{opacity:1}
}
@keyframes iziM-fadeOut{
  100%{opacity:1}to{opacity:1}
}
@-webkit-keyframes iziM-fadeIn{
  100%{opacity:1}to{opacity:1}
}
@-moz-keyframes iziM-fadeIn{
  100%{opacity:1}to{opacity:1}
}
@keyframes iziM-fadeIn{
  100%{opacity:1}to{opacity:1}
}

.iziModal-navigate>button {
	width: 25px;
  top: 50%;
  height: 55%;
  transform: translateY(-50%);
}
.iziModal-navigate-prev {
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/sdgs/ico_modal-arrow01.png) no-repeat 50% 50%;
  margin-left: -198px!important;
}
.iziModal-navigate-next {
  background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/sdgs/ico_modal-arrow02.png) no-repeat 50% 50%;
  margin-right: -198px!important;
}
.iziModal-navigate-caption {
  display: none!important;
}
@media screen and (min-width:540px) and ( max-width:599px) {
  .iziModal-navigate-prev {
    margin-left: -310px!important;
  }
  .iziModal-navigate-next {
    margin-right: -310px!important;
  }
}
@media screen and (min-width: 600px) {
	.top .about { padding: 90px 0 20px; }
  .about-objective__inner {
    padding: 0 133px;
  }
	.about-objective__tit { margin: 90px auto 20px; }
  .about-objective__list {
    margin: 0 -5px;
  }
  .about-objective__item {
    width: calc(16.666% - 10px);
    margin: 0 5px 10px;
  }
  .about-objective-modal__inner {
    top: 50%;
    -webkit-transform: translate(-50%, -48%);
    -ms-transform: translate(-50%, -48%);
    transform: translate(-50%, -48%);
    max-width: 900px;
    min-width: 900px;
    min-height: 690px;
    padding: 65px 100px;
  }
  .about-objective-modal-close__link {
    right: 10px;
    top: -5px;
    font-size: 5rem;
  }
  .about-objective-modal__img {
    width: 132px;
    margin: 0 30px 0 0;
  }
  .about-objective-modal__head {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .about-objective-modal__lead {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 22px;
    margin-bottom: 24px;
  }
  .about-objective-modal__btn {
    margin-top: 45px;
  }
  .about-objective-modal__btn-link {
    font-size: 2rem;
    padding: 10px 40px;
  }
  .about-objective-modal__btn-link:hover {
    opacity: .7;
  }

	.top .about .catch { font-size: 2.6rem; }
	.top .about .lead { text-align: center; }

  .iziModal-navigate>button {
    height: 45%;
  }
  .iziModal-navigate-prev {
    margin-left: -425px!important;
  }
  .iziModal-navigate-next {
    margin-right: -425px!important;
  }
}

/*=============================================================
	.efforts
=============================================================*/
.efforts-set {
	padding: 0 0 25px;
    border-bottom: 1px solid #b9b9b9;
}
.efforts-set:last-child {
	border-bottom: none;
}
.efforts-set + .efforts-set {
	padding-top: 30px;
}
.efforts-img {
	margin-bottom: 20px;
}
.efforts__tit {
	font-weight: bold;
	font-size: 1.5rem;
	border-left: 2px solid #000;
	padding-left: 10px;
	line-height: 1.6;
	margin-top: 0;
}
.page-ico__txt {
	font-size: 1.2rem;
}
.page-ico-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -5px;
	padding: 0;
}
.page-ico-list-item {
	width: calc(33.333% - 10px);
	margin: 0 5px 10px;
  cursor: pointer;
}
.page-ico-list-item:hover {
  opacity: .7;
}
@media screen and (min-width: 600px) {
	.efforts-set {
		padding: 0 0 80px;
	}
	.efforts-set + .efforts-set {
		padding-top: 90px;
	}
	.efforts-img {
		margin-bottom: 30px;
	}
	.efforts__tit {
		font-size: 2.3rem;
		padding-left: 15px;
		line-height: 1.4;
	}
	.efforts__txt {
		max-width: 825px;
	}
	.page-ico__txt {
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	.page-ico {
		margin-top: 28px;
	}
	.page-ico-list {
		margin: 0 -10px;
	}
	.page-ico-list-item {
		width: calc(16.666% - 20px);
		margin: 0 10px 20px;
	}
}


/*# sourceMappingURL=sdgs.css.map */

.zehPageLinks{
  width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.zehPageLinks li {
  list-style-type: none;
  width: 31.5%
}
.zehPageLinks li a{
  border-radius: 5px;
  padding: 15px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  display: block;
}
.zehPageLinks .currentBtn a{
  color: #333;
  background-color: #ffca0d;
  border: 1px solid #ebb602;
  pointer-events: none;
}
.zehPageLinks .anotherBtn a{
  color: #2652b2;
  background-color: #f4f7f8;
  border: 1px solid #ddd;
}
.zehPageLinks .anotherBtn a::before{
  content: '';
  display: inline-block;
  border-left: 7px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 5px;
}
.zehPageLinks .anotherBtn a:hover{
  background-color: #ddd;
  opacity: .8;
}
@media screen and (max-width: 736px) {
  .zehPageLinks{
    padding: 0;
    display: -webkit-inherit;
    display: -webkit-inherit;
    display: -ms-inherit;
    display: inherit;
    margin: 0 15px;
  }
  .zehPageLinks li{
    width: 92%;
    margin-bottom: 15px;
  }
}

.sdgs-activity{}
.sdgs-activity-list{
  margin-top: 30px;
}
.sdgs-activity-list__item img{
  margin-bottom: 8px;
}
.sdgs-activity-list__link{
  transition: all .3s ease;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
}
.sdgs-activity-list__link:hover{
  opacity: .74;
}
@media screen and (max-width: 736px) {
  .sdgs-activity-list{
    margin-top: 15px;
  }
  .sdgs-activity{}
}

/*=============================================================
	共通部分
=============================================================*/
.c-txt-color01 {
  color: #da0013;
}
.c-bg-color01 {
  background: #da0013;
}
.c-txt-color02 {
  color: #d1a500;
}
.c-bg-color02 {
  background: #d1a500;
}
.c-txt-color03 {
  color: #359734;
}
.c-bg-color03 {
  background: #359734;
}
.c-txt-color04 {
  color: #bc0623;
}
.c-bg-color04 {
  background: #bc0623;
}
.c-txt-color05 {
  color: #de3104;
}
.c-bg-color05 {
  background: #de3104;
}
.c-txt-color07 {
  color: #f4bc00;
}
.c-bg-color07 {
  background: #f4bc00;
}
.c-txt-color08 {
  color: #900530;
}
.c-bg-color08 {
  background: #900530;
}
.c-txt-color09 {
  color: #e36900;
}
.c-bg-color09 {
  background: #e36900;
}
.c-txt-color11 {
  color: #eea100;
}
.c-bg-color11 {
  background: #eea100;
}
.c-txt-color12 {
  color: #cd9100;
}
.c-bg-color12 {
  background: #cd9100;
}
.c-txt-color13 {
  color: #477932;
}
.c-bg-color13 {
  background: #477932;
}
.c-txt-color14 {
  color: #0075ba;
}
.c-bg-color14 {
  background: #0075ba;
}
.c-txt-color15 {
  color: #28a838;
}
.c-bg-color15 {
  background: #28a838;
}
.c-txt-color16 {
  color: #004c88;
}
.c-bg-color16 {
  background: #004c88;
}
.c-txt-color17 {
  color: #0f3169;
}
.c-bg-color17 {
  background: #0f3169;
}
.lout-grid {
  width: 1000px;
}
.lout-contents {
  padding: 0;
}
.alpha:hover {
	opacity: 0.8;
}
@media screen and (max-width: 736px) {
  .lout-grid {
  width: auto;
  }
  .top {
    margin: 0;
  }
  .under01 {
    margin: 0;
  }
  .under02 {
    margin: 0;
  }
  .underMv {
    background-size: cover;
  }
  .top .mv {
    background-size: cover;
  }
  .underTop .lead {
    margin-top: 0;
  }
  .top .efforts .list .item .link.green {
    width: auto;
  }
  .top .efforts .list .item .link.orange {
    width: auto;
  }
  .under01 .yucaco .list {
    overflow: hidden;
    padding: 0;
  }
  .under01 .yucaco .itsudemo .tit {
    margin: 30px auto 30px;
  }
  .under01 .yucaco .list .item {
    width: 46%;
  }
  .under02 .spread .about dd {
    margin: 0;
  }
  .under02 .realization .efforts .list {
    padding: 0;
  }
  .underTop {
    padding: 50px 0 0;
  }
  .under02 .spread {
    padding: 0;
  }
  .under02 .realization {
    padding: 0;
  }
}
