@charset "utf-8";
/* CSS Document */

#ss-preview { display: none; }

html { height: 100%; }
body { margin: 0; padding: 0; height: 100%; }

/*#ss-preview { display: none; }*/

html, body {
  /*height: 1200px;*/
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans Japanese";
}
.bg-switcher {
  width: 100vw;
  height: 100vh;
  background-position:center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-title {
  color: #fff;
/*  font-size: 48px;*/
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  text-align:center;
  text-shadow: 1px 1px 1px #000;
}


.nav-toggle {
  position: relative;
}
.nav-toggle .logo {
  position: absolute;
  left: 20px;
  top: 8px;
}


#tool {
  background-color: #1F3617;
  background: #1F3617 url(/img/top/header_back01.png);
}
#top-tool {
  width: 100%;
  min-width: 1280px;
  margin: 0;
  text-align: right;
  background: url(/img/top/header_back01.png);
  position: relative;
}
#top-tool .logo {
  position: absolute;
  left: 20px;
  top: 8px;
}
#top-tool .tool_box {
  display: inline-block;
  margin: 1.2em 2.5em;
}
#tool { padding: .7em .5em; }
#tool .logo {
  position: absolute;
  left: 30px;
  top: 8px;
}
.logo {
  padding-top: 3px;
  position: absolute;
  left: 10px;
  top: 0px;
  z-index: 100;
}
.logo img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.logo-top {
  padding-top: 5px;
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 100;
}
.logo_sp{
  width:220px;
}

#nocssread {
  color: #fff;
}
.arrow_bottom {
  border-color: #fff;
}
#theme {
  color: #fff;
}
#size p {
  color: #fff;
}


#header { display: none; }


#searth {
  position: absolute;
  width: 270px;
  top: 0px;
  right: 0px;
  padding: 0px;
  background: none;
}
.searth_content {
  width: 100%;
  margin-left: auto;
  margin-bottom: 11px;
  padding-left: 0px;
  position: relative;
}
.searth_content div{
  width:100%;
}
.site_search {
  display: inline-block;
  height: auto;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0px #999 solid;
}
.site_search .search-box {
  border: 0px #ccc solid;
}
@media all and (-ms-high-contrast:none){
  .site_search .search-box {
    height: 30px;
    line-height: 30px;
  }
}
.site_search .search-button {
  float: right;
  width: 70px;
  background: #1e7037;
  color: #fff;
  font-size: 85%;
  line-height: 30px;
  border: 0px #ccc solid;
}
.site_search input {
  padding: 0.3em 0.8em;
}
/*.searth_content:before {
  font-family: "Font Awesome 5 Free";
  font-family: FontAwesome;
  content: "\f002";
  font-size: 150%;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #0a1e20;
}*/


/* 目的なび・組織なび */
.search_navi01 {
  display: flex;
  justify-content: space-between;
}
.search_navi01 .nav01 {
  display: flex;
  width: 49.2%;
  border-right: 0px #3c9468 solid;
}
.search_navi01 .nav02 {
  display: flex;
  width: 50%;
}
.search_navi01 .nav01 a, .search_navi01 .nav02 a {
  display: block;
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  background: #0c6856;
  border-radius: 4px;
  transition: .2s linear;
  -webkit-transition: .2s linear;
}
.search_navi01 .nav01 a:hover, .search_navi01 .nav02 a:hover {
  background: #0d4238;
  opacity: 0.9;
}


#footer {
  background: #0a1e20;
}
.footer_nav a {
  color: #fff;
  font-weight: 400;
}


.FoLa-link {
  background: #fff;
  display: block;
  padding: 0.2em 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #9A9A9A;
/*  transition: .3s;*/
  margin-right: 1em;
  color: #000;
}


#wrapper {
  display: block;
  width: 100%;
  position: relative;
}


/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: ' ';
  transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
  transition-delay: .3s;
  background-color: #78BD36;
  background: url(/img/top/loading_back01.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
}
.loadingAnim:before {
  top: 0;
}
.loadingAnim:after {
  bottom: 0;
}

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}
.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%);
}
.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 500px;
  height: 2em;
  margin: auto;
  transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
  transition-delay: .6s;
  text-align: center;
}
.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto  auto auto 0;
  content: ' ';
  -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  background-color: #fff;
  will-change: transform, width;
}
.loadingAnim_line:before {
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: "Noto Sans Japanese";*/
  /*font-family: 'Libre Baskerville', serif;*/
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 2em;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: block;
  content: '';
  -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
  animation: loadingAnim_text 1s ease .1s infinite alternate both;
  letter-spacing: .0.5em;
  color: #fff;
  will-change: opacity;
}
.loaded .loadingAnim_line {
  overflow: hidden;
  height: 0;
}
.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none;
}
.loaded .loadingAnim_line:before {
  content: '';
  font-size: 2.5em;
}

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim {
  0%{
    width: 0;
  }
  100%{
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes loadingAnim{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@-webkit-keyframes loadingAnim_text{
  0%{
    opacity: 1;
    color: #cba166;
  }
  50%{
    color: #111;
  }
  100%{
    opacity: .5;
    color: #fff;
  }
}
@keyframes loadingAnim_text{
  0%{
    opacity: 1;
    color: #cba166;
  }
  50%{
    color: #111;
  }
  100%{
    opacity: .5;
    color: #fff;
  }
}


/**/
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  background: url(/img/top/loading_back01.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  z-index: 9999;
}

.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
  animation: lodanimetion 1500ms ease-out forwards infinite;
}

@-webkit-keyframes lodanimetion {
  from,to {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
}

@keyframes lodanimetion {
  from,to {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
}



/**/
.sk-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0px auto;
  width: 80px;
  height: 70px;
  text-align: center;
/*  font-size: 10px;*/
  font-size: 1em;  
}
.sk-wave .sk-rect {
  background-color: #fff;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}



/* Positioning */
body {
  position: relative;
}
.p01, .div01 {
  position: absolute;
}
.p01 {
  font: 2.7em/1.2 'Courgette', cursive;
  color: #fff;
  text-align: center;
  top: 45.5%;
  left: 41%;
  z-index: 1;
}
.div01 {
  width: 500px;
  height: 500px;
  left: 34%;
  top: 31%;
  /*mix-blend-mode: multiply;*/
}

/* Circles */
.circle-1 {
  /*
  background: #78bd36;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: border-animation 12s infinite linear;
  background: url(/img/top/circle_img01.png) no-repeat;
  background-position: center;
  background-size: 500px;*/
}
.circle-2 {
  background: #319041;
  border-radius: 80% 30% 50% 50%/50%;
  animation: border-animation 4s infinite linear;
}
.circle-3 {
  background: #3c9468;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  animation: border-animation 3s infinite linear;
}

/* Animation */
@keyframes border-animation {
  to { transform: rotate(360deg); }
}


/* トップメニュー */

/*menu*/
.top-menu {
  height: 90px;
  position: absolute;
  left: 30px;
  top: 1.9em;
  width: 70px;
  z-index: 120;
  background: #0a1e20;
  border: 0px #fff solid;
  border-radius: 4px;
}
.top-menu__line {
  background: #fff;
  display: block;
  height: 4px;
  position: absolute;
  transition:transform .3s;
  width: 60%;
  left: 20%;
}
.top-menu__line--top {
  top: 21px;
}
.top-menu__line--center {
  top: 33px;
}
.top-menu__line--bottom {
  bottom: 40px;
}
.top-menu__line--top.active {
  top: 30px;
  transform: rotate(45deg);
}
.top-menu__line--center.active {
  transform:scaleX(0);
}
.top-menu__line--bottom.active {
  bottom: 56px;
  transform: rotate(135deg);
}
.top-menu p {
  position: absolute;
  color: #fff;
  width: 60%;
  left: 17%;
  bottom: 12px;
  margin: 0px;
  padding-left: 1px;
}

/*gnav*/
/*.gnav {
  background: rgba(30,112,55,0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 110;
  top: 0;
}*/
.gnav {
  background: rgba(30,112,55,0.9);
  display: none;
  position: fixed;
  width: 100%;
  z-index: 110;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  margin: 0;
}
.gnav__wrap {
  /*align-items: center;*/
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 12%;
}
@media all and (-ms-high-contrast:none){
  .gnav__wrap {
    display: block;
  }
}

.gnav__wrap ul {
  max-width: 1100px;
  list-style: none;
  padding-left: 0px;
  margin: 0px auto;
  -ms-margin: 0px auto 0px 0px;
}
@media all and (-ms-high-contrast:none){
  .gnav__wrap ul {
    margin: 0px auto;
  }
}

.gnav__menu {
  position: relative;
  top: 0;
}
.gnav__menu__item {
  width: 1100px;
  margin: 0px auto;
}
.gnav__menu__item p {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  transition: .5s;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
  transition: .5s;
}
.gnav__menu__item ul {
  display: block;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
.gnav__menu__item ul li {
  margin: 0.8em 0;
}
.gnav__menu__item ul li a {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  padding: 10px;
  padding-left: 0px;
  text-decoration: none;
  transition: .3s;
}
.gnav__menu__item ul li a:hover {
  color: #BAEA0F;
  /*opacity: 0.3;*/
}

.gnav__menu__item ul li ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin: 5px 0px 5px 0px;
}
.gnav__menu__item ul li ul li {
  float: left;
  width: 185px;
  padding-left: 15px;
  margin: 0.3em 0;
  position: relative;
}
.gnav__menu__item ul li ul li a {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 5px;
  text-decoration: none;
  transition: .5s;
}

.gnav__menu__item ul li ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid rgba(255,255,255,0.5);
  border-right: 2px solid rgba(255,255,255,0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnav__menu .inner { display: none; }
.gnav__menu .inner.open { display: block; }
.gnav__menu p {
  cursor: pointer;
  padding: 10px;
  padding-left: 0px;
  border-bottom: 1px #fff solid;
}

.gnav__menu .link-btn {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.gnav__menu .link-btn li {
  width: 21%;
  float: left;
  padding: 1em;
  border: 1px #fff solid;
  text-align: center;
  position: relative;
}
.gnav__menu .link-btn li a {
  display: block;
  padding: 0px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: .5s;
}
.gnav__menu .link-btn li:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid rgba(255,255,255,1);
  border-right: 2px solid rgba(255,255,255,1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/**/
.link_btn_box {
  width: 240px;
  height: 100%;
  background: rgba(255,255,255,0);
}
.link_btn01 {
  margin-bottom: 10px;
  filter: drop-shadow(0px 0px 7px rgba(0,0,0,.3));
  position: relative;
}
.link_btn01 a {
  display: block;
  background: #319041;
  background: url(/img/top/link_btn01.png);
  background-position: center;
  background-size: 240px;
  border-radius: 10px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0.3em;
  transition: .2s linear;
  -webkit-transition: .2s linear;
}
.link_btn01 a div {
  padding: 1.5em 0em;
  border: 1px rgba(255,255,255,0.7) solid;
  background: url(/img/top/triangle01.png) no-repeat;
  background-position: right 8px bottom 8px;
  border-radius: 8px;
}
.link_btn01 a:hover { opacity: 0.7; }
.link_btn01 p {
  margin: 0px;
  padding: 8px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111;
  font-size: 1em;
  font-weight: 500;
  font-family: "Noto Sans Japanese";
}

.link_btn02 {
  margin-bottom: 10px;
  filter: drop-shadow(0px 0px 7px rgba(0,0,0,.3));
  position: relative;
}
.link_btn02 a {
  display: block;
  vertical-align: middle;  
  background: #3c9468;
  background: url(/img/top/link_btn04.png);
  background-position: center;
  background-size: 240px;
  border-radius: 8px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0.3em;
  position: relative;
  transition: .2s linear;
  -webkit-transition: .2s linear;
}
.link_btn02 a div {
  padding: 1.5em 0em;
  border: 1px rgba(255,255,255,0.7) solid;
  background: url(/img/top/triangle01.png) no-repeat;
  background-position: right 8px bottom 8px;
  border-radius: 8px;
}
.link_btn02 a:hover { opacity: 0.7; }
.link_btn02 p {
  margin: 0px;
  padding: 8px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111;
  font-size: 1em;
  font-weight: 500;
  font-family: "Noto Sans Japanese";
}

.link_btn03 {
  margin-bottom: 10px;
  filter: drop-shadow(0px 0px 7px rgba(0,0,0,.3));
  position: relative;
}
.link_btn03 a {
  display: block;
  background: #78bd36;
  background: url(/img/top/link_btn03.png);
  background-position: center;
  background-size: 240px;
  border-radius: 8px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0.3em;
  transition: .2s linear;
  -webkit-transition: .2s linear;
}
.link_btn03 a div {
  padding: 1.5em 0em;
  border: 1px rgba(255,255,255,0.7) solid;
  background: url(/img/top/triangle01.png) no-repeat;
  background-position: right 8px bottom 8px;
  border-radius: 8px;
}
.link_btn03 a:hover { opacity: 0.7; }
.link_btn03 p {
  margin: 0px;
  padding: 8px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111;
  font-size: 1em;
  font-weight: 500;
  font-family: "Noto Sans Japanese";
}
.link_btn_box_sp { display: none; }



/* 災害情報 lv1 */
#lv1-emergency-box-sp01 {
  display: none;
}
#lv1-emergency-box01 {
  position: absolute;
  top: 160px;
  right: 0px;
  width: 100%;
}
#lv1-emergency-box01 .tit01 {
  padding: 10px 15px;
  background: #9d0d05;
  color: #fff;
}
#lv1-emergency-box01 .news01 {
  padding: 10px 15px;
  background: #fff;
  font-size: 1em;
}
#lv1-emergency-box01 ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
#lv1-emergency-box01 ul li {
  margin-left: 0px;
  margin: 0px 0px 10px 0px;
  padding:  0px 0px 10px 20px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px #ccc dashed;
  position: relative;
}
#lv1-emergency-box01 ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9d0d05;
  border-right: 2px solid #9d0d05;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 災害情報 lv2 */
#lv2-emergency-box-sp01 {
  display: none;
}
#lv2-emergency-box01 {
  position: absolute;
  top: 160px;
  right: 0px;
  width: 100%;
}
#lv2-emergency-box01 .tit01 {
  padding: 10px 15px;
  background: #9d0d05;
  color: #fff;
}
#lv2-emergency-box01 .news01 {
  padding: 10px 15px;
  background: #fff;
  font-size: 1em;
}
#lv2-emergency-box01 ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
#lv2-emergency-box01 ul li {
  margin-left: 0px;
  margin: 0px 0px 10px 0px;
  padding:  0px 0px 10px 20px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px #ccc dashed;
  position: relative;
}
#lv2-emergency-box01 ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9d0d05;
  border-right: 2px solid #9d0d05;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



#wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 93%;
  position: relative;
  clear: both;
}
#wrapper .contents-left {
  width: 440px;
  position: relative;
  margin: 30px 0px;
}
#wrapper .contents-right {
  width: 240px;
  position: absolute;
  top: 0;
  right: 50px;
  margin: 30px 0px;
}


/* 試作 */
#sw-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.contents-left {
  width: 360px;
  position: absolute;
  top: 0;
  left: 30px;
  margin: 30px 0px;
  z-index: 100;
}
.contents-right {
  width: 240px;
  position: absolute;
  top: 0;
  right: 30px;
  margin: 30px 0px;
  z-index: 99;
}


/* サンプル */
.sample-box01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border:2px #ccc solid;
  height:200px;
  margin:0 0 1em;
}
.between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.children-01 {
  width: 410px;
  height: 100px;
  margin: 30px 0px;
  z-index: 100;
  background: #ddd;
}
.children-02 {
  width: 300px;
  height: 100px;
  margin: 30px 0px;
  background: #ccc;
}
.children-03 {
  width: 240px;
  height: 100px;
  margin: 30px 0px;
  z-index: 100;
  background: #eee;
}


/* 1440以下 */
@media only screen and (max-width:1400px) {
  .logo img { 
    width: auto; height: auto; max-width: 80%; max-height: 80%; 
  }
  .logo_sp{
    width:240px;
    min-width:240px;
  }
/*
  .contents-right { width: 240px; position: absolute; top: 0; right: 30px; margin: 30px 0px; z-index: 99; }
  .link_btn_box { width: 240px; height: 100%; }
  
  .link_btn01 a { padding: 0.22em; font-size: 1.9em; }
  .link_btn02 a { padding: 0.22em; font-size: 1.9em; }
  .link_btn03 a { padding: 0.22em; font-size: 1.9em; }
  
  .link_btn01 a div { padding: 1.5em 0em; background-size: 15px auto; }
  .link_btn02 a div { padding: 1.5em 0em; background-size: 15px auto; }
  .link_btn03 a div { padding: 1.5em 0em; background-size: 15px auto; }
*/
}


@media only screen and (max-width:768px) {
  .menu-box01 { display: none; position: relative; }
}


/* スマホ　目的なび・組織なび */
.sub-navi-box01 { display: none; }
.sub-navi-box01 .btn01 { display: none; }
.sub-navi-box01 .btn02 { display: none; }

@media only screen and (max-width:414px) {
  
  .sub-navi-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
    padding: 1em 0 0;
  }
  .between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  }
  
  .sub-navi-box01 .btn01 {
    display: block;
    width: 48%;
    height: 48%;
    background: #226D37;
    font-size: 1.2em;
    font-weight: 500;
    border-radius: 0px;
  }
  .sub-navi-box01 .btn01 a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 0em;
  }
  
  .sub-navi-box01 .btn02 {
    display: block;
    width: 48%;
    height: 48%;
    background: #226D37;
    font-size: 1.2em;
    font-weight: 500;
    border-radius: 0px;
  }
  .sub-navi-box01 .btn02 a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 0em;
  }
  
}


/*googleカスタム検索*/
.gsc-search-button-v2{
	background: #0c6856!important;
}

.gsc-input-box {
  width: 100%!important;
  height: 35px!important;
  box-sizing: border-box!important;
  padding: 3px 10px!important;
  border: 1px solid #c0c0c0!important;
  float: right;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  .gsc-input-box {
    width: 200px!important;
  }
}


/* 吹き出し */
.balloon1-box {
  display: none;
  position: absolute;
  right: 100%;
  top: 10%;
  padding-right: 10px;
}
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 15px 15px;
  min-width: 200px;
  max-width: 100%;
  color: #fff;
  /*background: #e0edff;*/
  background: rgba(10,10,10,0.8);
  border-radius: 6px;
}
.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid rgba(10,10,10,0.8);
}
.balloon1-right p {
  margin: 0;
  padding: 0;
  color: #fff;
}

/* 吹き出し表示動作 */
.link_btn_link01:hover + .balloon1-box,
.link_btn_link02:hover + .balloon1-box,
.link_btn_link03:hover + .balloon1-box {
  display: block;
  animation: fadeIn .5s ease 0s 1 normal;
  -webkit-animation: fadeIn .5s ease 0s 1 normal;
}

/* 翻訳CSS */
.translated-ltr body #sw-box .contents-right .link_btn_box .link_btn01 a,
.translated-ltr body #sw-box .contents-right .link_btn_box .link_btn02 a,
.translated-ltr body #sw-box .contents-right .link_btn_box .link_btn03 a {
  font-size: 1.6em;
  line-height: 32px;
  letter-spacing: 0px;
}

.translated-ltr body #sw-box .contents-right .link_btn_box .link_btn01 .balloon1-box,
.translated-ltr body #sw-box .contents-right .link_btn_box .link_btn02 .balloon1-box,
.translated-ltr body #sw-box .contents-right .link_btn_box .link_btn03 .balloon1-box {
  right: 100%;
  bottom: 15%;
}


/* 注目ワード */
.attention-word-box {
  margin-bottom: 10px;
  background: rgba(10,10,10,0.8);
  box-sizing: border-box;
  border-radius: 4px;
  padding: .6em .5em .5em;
  color: #fff;
  text-align: center;
}
.attention-word-box .word01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0px 0px;
}
.attention-word-box .word02 {
  width: 30%;
  margin: 0px 0px;
  padding: .3em 0;
  font-size: .75em;
}
.attention-word-box .word03 {
  width: 70%;
  margin: 0px 0px;
}
.attention-word-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.attention-word-box ul li {
  display: flex;
  width: 49.5%;
  margin-bottom: 2px;
  border-right: 0px #3c9468 solid;
  color: #fff;
  font-size: .8em;
  font-weight: 200;
}
.attention-word-box ul li a {
  display: block;
  width: 100%;
  padding: .2em;
  background: #0c6856;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
}
.attention-word-box ul li a:hover {
  opacity: 0.8;
}
.attention-word-box .gsc-search-button-v2 {
  width: 50px!important;
}


/* Effect 07 */
/*figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}*/
.link_btn_box .link_btn01 figcaption, .link_btn_box .link_btn02 figcaption {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  width: 80%;
  /*height: 60%;*/
  margin-top: 2em;
  margin-right: 1em;
  /*padding-top: 1em;*/
  padding: .5em;
  font-size: .9em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(0,0,0,.6);
  /*-webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);*/
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.link_btn_box .link_btn01:hover figcaption, .link_btn_box .link_btn02:hover figcaption {
  top: 0;
  right: 100%;
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
.link_btn_box .link_btn01 figcaption p, .link_btn_box .link_btn02 figcaption p {
  color: #fff;
}


.link_btn_box .link_btn03 figcaption {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  width: 80%;
  /*height: 60%;*/
  margin-top: 3em;
  margin-right: 1em;
  /*padding-top: 1em;*/
  padding: .5em;
  font-size: .9em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.link_btn_box .link_btn03:hover figcaption {
  top: 0;
  right: 100%;
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
.link_btn_box .link_btn03 figcaption p {
  color: #fff;
}


.translated-ltr .link_btn_box .link_btn01 figcaption,
.translated-ltr .link_btn_box .link_btn02 figcaption {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  width: 100%;
  /*height: 60%;*/
  margin-top: 0em;
  margin-right: 1em;
  padding-top: 0em;
  padding: .5em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.translated-ltr .link_btn_box .link_btn01:hover figcaption,
.translated-ltr .link_btn_box .link_btn02:hover figcaption {
  top: 0;
  right: 100%;
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
.translated-ltr .link_btn_box .link_btn01 figcaption p,
.translated-ltr .link_btn_box .link_btn02 figcaption p {
  color: #fff;
}


.translated-ltr .link_btn_box .link_btn03 figcaption {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  width: 100%;
  /*height: 60%;*/
  margin-top: 0em;
  margin-right: 1em;
  padding-top: 0em;
  padding: .5em;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.translated-ltr .link_btn_box .link_btn03:hover figcaption {
  top: 0;
  right: 100%;
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
.translated-ltr .link_btn_box .link_btn03 figcaption p {
  color: #fff;
}




/* 新着情報 */

.topics_box01 {
  width: 70%;
  margin: 0 auto;
  padding: 2em 4em;
  background: #fff;
  box-sizing: border-box;
}
.topics_box01 .inner_box01 {
  width: 1140px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
  color: #444;
  font-weight: 300;
  background: rgba(255,255,255,0.8);
}
.topics_box01 .topics01 {
  width: 100%;
  background: #EEE;
}
.topics01 .backnumber01 {
  width: 30%;
  margin: 30px auto 0px auto;
  text-align: center;
}
.topics01 .backnumber01 a {
  display: block;
  padding: 10px 0px;
  color: #FFF;
  text-decoration: none;
  background: rgba(1,101,99,1);
  transition: .1s linear;
  -webkit-transition: .1s linear;
}
.topics01 .backnumber01 a:hover { background: rgba(1,101,99,0.8); }

/* タブ切り替え全体のスタイル */
.topics_box01 .tabs {
  padding-bottom: 0px;
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
  color: #111;
}

/*タブのスタイル*/
.topics_box01 .tab_item {
  width: 49.8%;
  /*width: 33.2%;*/
  height: 45px;
  background-color: #222;
  line-height: 45px;
  font-size: 100%;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  position: relative;
}
.topics_box01 .tab_item:hover {
  opacity: 0.75;
}
.topics_box01 .tab_item::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 14px;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 2px solid #FFF;
}
.topics_box01 .tab_item::after {
  content: '';
  position: absolute;
  right: 23px;
  top: 20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ラジオボタンを全て消す */
input[name="tab_item"] { display: none; }

/* タブ切り替えの中身のスタイル */
.topics_box01 .tab_content {
  display: none;
  padding: 17px 20px 22px 20px;
  clear: both;
  overflow: hidden;
}

/* 選択されているタブのコンテンツのみを表示 */
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content { display: block; }

/* 選択されているタブのスタイルを変える */
/*.topics_box01 .tabs input:checked + .tab_item {
  background-color: #016563;
  color: #FFF;
}*/
.topics_box01 .tabs #all:checked ~ .tab_item[for='all'] {
  background-color: #016563;
  color: #fff;
}
.topics_box01 .tabs #programming:checked ~ .tab_item[for='programming'] {
  background-color: #016563;
  color: #fff;
}
.topics_box01 .tabs #design:checked ~ .tab_item[for='design'] {
  background-color: #016563;
  color: #fff;
}

.tab_content {
  display: block;
}
.tab_content ul {
  list-style: none;
  padding-left: 0px;
  font-size: 100%;
}
.tab_content ul li {
  margin-bottom: 14px;
  padding-left: 25px;
  padding-bottom: 14px;
  border-bottom: 1px #CCC dashed;
  position: relative;
}
.tab_content ul li a {
  color: #0547A9;
  margin-left: 20px;
}
.tab_content ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ECB935;
  border-right: 3px solid #ECB935;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topics_box01 .pickup01 {
  width: 25%;
  float: right;
  margin-bottom: 30px;
  padding: 20px;
  text-align: justify;
  background: #FFF;
}
.topics_box01 .pickup_tit01 {
  text-align: center;
  font-size: 170%;
  font-weight: 600;
  padding-bottom: 10px;
  color: #016563;
}
.topics_box01 .pickup01 .photo01 {
  width: 100%;
  padding-bottom: 10px;
}
.topics_box01 .pickup01 .photo01 img {
  width: 100%;
}
.topics_box01 .pickup01 .article-pages,.topics_box01 .pickup01 .cms-pages {
  margin-bottom: 0px;
}
.pickup01 .backnumber01 {
  width: 60%;
  font-size: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
}
.pickup01 .backnumber01 a {
  display: block;
  padding: 10px 0px;
  color: #FFF;
  text-decoration: none;
  background: rgba(1,101,99,1);
  transition: .1s linear;
  -webkit-transition: .1s linear;
}
.pickup01 .backnumber01 a:hover { background: rgba(1,101,99,0.8); }

.tab_content ul li {
  padding-left: 160px;
  text-indent: -8.7em;
}
.tab_content ul li br {
  display: none;
}


.slider-pro a {
  position: absolute!important;
  transition: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
}
.sp-button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bbb!important;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-selected-button {
  background: #777 !important;
}
.sp-buttons {
  /* position: absolute; */
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 10px;
  text-align: center;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  z-index: 30;
  background: none!important;
}


/*スクロールボタン-animation*/
html body [data-ca3_iconfont="ETmodules"]::before {
  font-family: "ETmodules";
}
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(/img/top/scroll-down-arrow.png);
  /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);*/
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
  height: 60px;
  width: 40px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  filter: drop-shadow(0 0 0.75rem #444);
  -webkit-filter: drop-shadow(0 0 0.75rem #444);
  -moz-webkit-filter: drop-shadow(0 0 0.75rem #444);
  -ms-webkit-filter: drop-shadow(0 0 0.75rem #444);
  -webkit-animation: ca3_fade_move_down 3s ease-in-out infinite;
  -moz-animation:    ca3_fade_move_down 3s ease-in-out infinite;
  animation:         ca3_fade_move_down 3s ease-in-out infinite;
}

.feed .rss {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding-left: 28px;
  color: #0547A9;
  background: url(/img/article/rss_icon.png) no-repeat left center;
}

.topics01 .backnumber01 {
  width: 30%;
  margin: 0px auto 0px auto;
  text-align: center;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-50px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,-10px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-50px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,-10px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-50px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,-10px); opacity: 0; }
}

@media screen and (max-width: 768px) {
  .topics_box01 {
    width: 94%;
    margin: 0 auto;
    padding: 0em;
    background: #fff;
    box-sizing: border-box;
  }
  .topics_box01 .tab_content {
    display: none;
    padding: 10px 0px 20px;
    clear: both;
    overflow: hidden;
  }
  
  .tab_content .article-pages ul li,.tab_content .cms-pages ul li {
    font-size: 95%;
    font-size: 95%;
    padding-left: 23px;
    text-indent: 0em;
  }
  .tab_content .article-pages ul li br,.tab_content .cms-pages ul li br {
    display: block;
  }
  .tab_content ul li a {
    color: #0547A9;
    margin-left: 0px;
  }
  
  .topics01 #all_content .backnumber01 {
    width: 60%;
    float: none;
    font-size: 90%;
    margin: 0px auto 0px auto;
    text-align: center;
  }
  
  .topics_box01 .tab_item::before {
    display: none;
  }
  .topics_box01 .tab_item::after {
    display: none;
  }
  
  .ca3-scroll-down-link {
    display: none;
  }
  
}

@media screen and (max-width: 420px) {
  .topics01 .backnumber01 {
    width: 60%;
    margin: 30px auto 0px auto;
    text-align: center;
  }
}