@charset "UTF-8";

/*
whole
———————————*/
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif, "Noto Sans JP"!important;
  color: #2D2D2D;
  position: relative;
}
body.overflow-y-hidden {overflow-y: hidden;}

a:hover {
  text-decoration: none;
}

.text-en {
  font-family: "Mitr", sans-serif;
  font-weight: 400;
}

.text-ja {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

#content {
  padding-bottom: 0;
}

img {image-rendering: -webkit-optimize-contrast;}

div .max-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
button {
  padding: 0;
  border: none;
  outline: none;
}
input {outline: none;}
.boxzilla {z-index: 99!important;}
#container {
  overflow: hidden;
  position: relative;
  background-color: #f6f9fe;
}
/* #container.bg-fff {background-color: #fff;} */
.searchform input.searchform__input {
  background: #fff;
  border-radius: 21px;
  border: 1px solid #D9D9D9;
  font-size: 13px;
  padding-left: 23px;
}
.searchform input.searchform__input::placeholder {
  color: #D9D9D9;
  font-family: Montserrat;
}
.searchform button.searchform__submit {width: 60px;}
.searchform__submit i {
  color: #2D2D2D;
  font-size: 18px;
}
input.searchform__input:focus+.searchform__submit i {font-size: 20px;}
#container #content {margin-top: 140px;}
#inner-content {
  display: flex;
  max-width: 1130px;
  width: 100%!important;
  padding: 0 15px;
}
.post-grid-scroll+.pagination {opacity: 0;}
#container #breadcrumb {
  font-size: 10px;
  font-weight: 400;
  color: #2D2D2D;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  box-sizing: border-box;
}
#container #breadcrumb ul {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#breadcrumb li {color: #9A9A9A;}
#breadcrumb li:after {
  content: '>';
  font-size: 10px;
  color: #9A9A9A;
}
#breadcrumb li:first-child a:before {content: none;}
#breadcrumb li a {color: #9A9A9A;}
#container .page-title {
  color: #2D2D2D;
  font-size: 46px;
  border: none;
  padding: 45px 0 0;
  margin: 0 0 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#container .page-title .down {
  font-size: 15px;
  font-weight: 300;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif, "Noto Sans JP"!important;
}
#entry,
#container #breadcrumb {background: none;}
.page-header .post-thumbnail,
.entry-header .taxonomy-description,
.entry-content .categorySearchForm {display: none;}
#container .d-5of7 {
  max-width: 760px;
  width: 100%;
  padding-right: 0;
  margin-right: 75px;
  position: relative;
}
.entry-content {padding: 0;}
#infscr-loading {
  margin: 0 auto!important;
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: -100px;
  right: 0!important;
  left: 0!important;
}
#infscr-loading>img {display: none;}
#infscr-loading .common-active-circle {visibility: hidden;}
#infscr-loading .common-loading {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box3 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #2d2d2d;
  background: none;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #inner-content {flex-direction: column;}
  #container .d-5of7 {
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  #container .page-title {
    font-size: 38px;
    padding-top: 40px;
  }
  #container #breadcrumb {padding: 0 0 15px 0;}
  #container .d-5of7 {margin-bottom: 60px;}
}

/*
article_list
———————————*/
.cus_3flex {
  justify-content: space-between;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}
.cus_3flex:after {
  content: "";
  display: block;
  width: calc(100% / 3 - 70px / 3);
  height: 0;
}
.c_linkto_goal_avatar_item {
  position: relative;
  line-height: 1;
}
.c_linkto_goal_avatar_item:hover {transform: scale(0.9);}
.sng-link-time {
  font-size: 11px;
  font-weight: 400;
  color: #2d2d2d;
  margin: 0;
  margin-left: auto;
  translate: 0 3px;
}
.sng-link-time:before {content: none!important;}
.d-5of7 .box-wrap {
  width: calc(100% / 3 - 70px / 3);
  transition: initial;
}
.d-5of7 .box-wrap:hover .box-image-wrap>img {transform: scale(1.1);}
.d-5of7 .box-wrap:nth-child(n+4) {margin-top: 35px;}
.d-5of7 .box-wrap .box-image-wrap {
  position: relative;
  height: 146px;
  overflow: hidden;
  border-radius: 4px;
}
.d-5of7 .box-wrap .box-image-wrap>img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.d-5of7 .box-wrap .sentence {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  color: #2D2D2D;
  margin: 15px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: opacity 0.3s;
}
.d-5of7 .box-wrap:hover .sentence {opacity: 0.7;}
.d-5of7 .box-wrap .tag-and-date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.d-5of7 .box-wrap .tag-and-date object {margin-right: 10px;}
@media screen and (max-width: 760px) {
  .d-5of7 .box-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    position: relative;
  }
  .d-5of7 .box-wrap:first-child {
    flex-direction: column;
  }
  .d-5of7 .box-wrap:first-child .box-image-wrap {
    width: 100%;
    height: 100%;
  }
  .d-5of7 .box-wrap:first-child .box-image-wrap>img {position: relative;}
  .d-5of7 .box-wrap:first-child .under-wrap {width: 100%;}
  .d-5of7 .box-wrap:not(:last-child) {margin-bottom: 25px;}
  .d-5of7 .box-wrap::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: 0;
    display: block;
  }
  .d-5of7 .box-wrap .box-image-wrap {
    width: 125px;
    height: 81px;
  }
  .d-5of7 .box-wrap .under-wrap {width: calc(100% - 140px);}
  .d-5of7 .box-wrap .sentence {
    margin: 0 0 3px;
    line-height: 20px;
  }
  .d-5of7 .box-wrap:first-child .sentence {
    margin: 13px 0 3px;
    font-size: 14px;
    line-height: 22.5px;
  }
  .c_linkto_goal_avatar_item {width: 17.5px;}
  .d-5of7 .box-wrap:nth-child(n+4) {margin-top: 0;}
}

/*
article
———————————*/
.single-title {
  font-size: 26px;
  margin-top: 33px;
  font-weight: 600;
}
.post-thumbnail {margin-top: 30px;}
.post-thumbnail img {border-radius: 4px;}
.article-meta-under-thums {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.article-meta-under-thums .left .avatar {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 5px;
}
.article-meta-under-thums .left .name {
  font-weight: 400;
  font-size: 11px;
}
.article-meta-under-thums .right {
  display: flex;
  align-items: center;
}
.article-meta-under-thums .sng-link-time {margin-left: 35px;}
.single .entry-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
.single .entry-content>p {margin-bottom: 20px;}
.article-sp-cat {
  margin-top: 30px;
  display: flex;
}
/** ez-TOC **/
#ez-toc-container {
  position: relative;
  width: 100%!important;
  border: 2px solid #2D2D2D!important;
  border-radius: 6px;
  padding: 40px 30px 30px;
  box-sizing: border-box;
  font-size: 13px;
  color: #2D2D2D;
  margin: 90px 0 75px;
  background-color: #fff;
}
#ez-toc-container .ez-toc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 30px;
  top: -17px;
  left: 30px;
  background: #fff;
  margin: 0!important;
  color: #2D2D2D!important;
  font-size: 15px!important;
  font-weight: 600!important;
  padding-top: 4px;
}
.ez-toc-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 25px;
  margin-left: 10px;
  border-radius: 5px;
  background: #cbcbcb;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
#ez-toc-container .ez-toc-toggle a {
  color: #fff;
  text-decoration: none;
}
#ez-toc-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
}
#ez-toc-container .ez-toc-list {
  padding-left: 20px;
  display: block!important;
}
#ez-toc-container .ez-toc-list li {padding: 0;}
#ez-toc-container .ez-toc-list li a {
  color: #2D2D2D;
  padding-bottom: 8px;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  font-weight: 600;
  font-size: 13px;
}
#ez-toc-container .ez-toc-list li a:hover {opacity: 0.75;}
#ez-toc-container .ez-toc-list>li>ul {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left:0;
}
#ez-toc-container .ez-toc-list li>ul>li>a {
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2d
}
#ez-toc-container .ez-toc-list li>ul>li>a:before {content: '・';}
.ez-toc-number {
  padding-right: 2px;
  font-family: Quicksand,sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}
#ez-toc-container.over_length .ez-toc-list>li:nth-child(n+4) {display: none;}
#ez-toc-container.over_length .more_toc {
  margin: 35px auto 0;
  background: none;
  border: none;
  display: block;
  font-weight: 600;
  font-size: 11px;
  color: #BFBFBF;
  transition: opacity 0.3s;
}
#ez-toc-container.over_length .more_toc:hover {opacity: 0.75;}
.ez-toc-title-toggle {display: none!important;}
#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list>li {
  list-style: auto;
  overflow: initial;
  font-size: 13px;
  font-weight: 600;
}
/* ez-TOCここまで */
.single .entry-content h2>span {
  background-color: initial!important;
  border: none!important;
  padding: 0!important;
}
.single .entry-content h2 i {display: none;}
.single .entry-content h2 {
  font-size: 22px!important;
  font-weight: 600!important;
  color: #2d2d2d!important;
  border-left: 6px solid #5B8A45!important;
  border-bottom: 2px solid #5B8A45!important;
  padding: 12px 20px 10px!important;
  box-sizing: border-box!important;
  display: block!important;
  width: 100%!important;
}
.single .entry-content h2 .sgb-heading__inner,
.single .entry-content h2 .sgb-heading__text {
  font-size: 22px!important;
  color: #2d2d2d!important;
}
.single .entry-content h3 {
  border-left: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
}
.single .entry-content h3:before,
.single .entry-content h3:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #5B8A45;
  display: block;
}
.single .entry-content h3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  z-index: 1;
  background-color: #D9D9D9;
  display: block;
}
.sgb-box-simple__title {
  font-size: 0.8em;
  font-weight: 600;
}
.entry-content .sgb-heading {margin: 1.8em 0;}
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  font-size: 15px;
  font-weight: 600;
  color: #2D2D2D;
}.single .entry-content h4 .fa,
.single .entry-content h5 .fa,
.single .entry-content h6 .fa {display: none;}
.single .entry-content h4 {
  background: url(/wp-content/themes/sango-theme-child/img/thorn_check_icon.png) top 4px left / 30px 30px no-repeat;
  padding: 10px 0 10px 40px;
}
.article-footer .application-banner,
.article-footer .twitter-banner {
  width: 100%;
  height: 140px;
  max-width: 745px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.article-footer .application-banner {background-image: url(/wp-content/themes/sango-theme-child/img/application_bg03.png);}
.article-footer .twitter-banner {background-image: url(/wp-content/themes/sango-theme-child/img/twitter_bg.png);}
.article-footer .wrap-bottom-banner {
  margin-top: 75px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.article-footer .application-banner {margin-bottom: 15px;}
.article-footer .application-banner .button-wrap {
  position: absolute;
  width: 265px;
  height: 40px;
  right: 37px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
}
.article-footer .application-banner .button-wrap li:first-child {margin-right: 7px;}
.article-footer .application-banner .button-link {
  display: inline-block;
  transition: transform 0.3s;
}
.article-footer .application-banner .button-link:hover {transform: scale(0.9);}
.article-footer .application-banner img {
  height: 40px;
  image-rendering: -webkit-optimize-contrast;
}
.article-footer .twitter-banner-button {
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  background-color: #1D9BF0;
  border-radius: 17px;
  width: 195px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  transition: transform 0.3s;
}
.article-footer .twitter-banner-button:hover {transform: scale(0.9);}
.article-footer .twitter-banner-button .be-strong {font-size: 13px;}
.article-footer .twitter-banner-button .fa-twitter:before {
  font-size: 18px;
  margin-right: 10px;
}
.article-footer .twitter-banner-button .wrap-word {padding-top: 3px;}
.wp-block-sgb-list {font-size: 13px;}
.is-style-sango-list-main-color li:before {background-color: #42a543;}
@media screen and (max-width: 760px) {
  .single-title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }
  .post-thumbnail {margin-top: 25px;}
  .article-meta-under-thums .left .avatar {
    width: 34px;
    height: 34px;
  }
  .article-sp-cat .common-white-button {
    font-size: 11px;
    padding: 4px 15px 3px;
  }
  #ez-toc-container .ez-toc-list {padding-left: 16px;}
  #ez-toc-container .ez-toc-list,
  #ez-toc-container .ez-toc-list>li,
  #ez-toc-container .ez-toc-list li a {font-weight: 700;}
  #ez-toc-container .ez-toc-list li>ul>li>a {
    font-weight: 600;
    font-size: 11px;
  }
  #ez-toc-container {padding: 30px 15px;}
  #ez-toc-container.over_length .more_toc {margin-top: 25px;}
  .single .entry-content h2 {
    font-size: 17px!important;
    border-left: 4px solid #5B8A45!important;
    border-bottom: 1px solid #5B8A45!important;
    padding: 12px 15px 13px!important;
  }
  .single .entry-content h2 .sgb-heading__inner,
  .single .entry-content h2 .sgb-heading__text {
    font-size: 17px!important;
  }
  .single .entry-content p {
    font-weight: 500;
    line-height: 22px;
  }
  .single .entry-content h3,
  .single .entry-content strong,
  .sgb-box-simple__title {font-size: 15px;}
  .single .entry-content h3 {padding-bottom: 15px;}
  .single .entry-content h3:before {width: 60px;}
  .single .entry-content h4,
  .single .entry-content h5, 
  .single .entry-content h6 {font-size: 14px;}
  .single .entry-content h4 {
    background-size: 25px 25px;
    background-position: top 6px left;
    padding-left: 30px;
  }
  .sns-btn__title {
    font-size: 17px;
    font-weight: 600;
  }
  .sns-btn {
    flex-direction: column;
    padding: 20px 10px;
  }
  .sns-btn-flex {margin: 10px 0 0 0;}
  .footer-meta {flex-direction: column;}
  .footer-meta_title {margin-bottom: 20px;}
  .footer-meta ul li {margin-bottom: 8px;}
  .article-related-post-list-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .title-on-author {
    text-align: center;
    background-color: #f9f9f9;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 600;
  }
  #inner-content .article-footer .author-info {background-color: #f9f9f9!important;}
  .article-footer .author-info__inner .common-arrow-button {
    margin: 0 auto;
    line-height: 1.8;
  }
  .article-footer .authorItemInfoLink {flex-direction: column;}
  .article-footer .authorItemInfoLink .follow_btn>* {margin-bottom: 50px;}
  .article-footer .author-info__inner .tb-right p {margin-bottom: 30px;}
  .article-footer .author-info {padding-bottom: 40px;}
  .article-footer .wrap-bottom-banner {
    margin-top: 60px;
    flex-direction: column;
  }
  .article-footer .application-banner,
  .article-footer .twitter-banner {
    width: 345px;
    height: 230px;
  }
  .article-footer .application-banner {background-image: url(/wp-content/themes/sango-theme-child/img/application_bg03_sp.png);}
  .article-footer .twitter-banner {background-image: url(/wp-content/themes/sango-theme-child/img/twitter_bg_sp.png);}
  .article-footer .wrap-bottom-banner {
    align-items: center;
    margin-top: 60px;
  }
  .article-footer .application-banner .button-wrap {
    right: 32px;
    bottom: 17px;
    width: 145px;
    flex-direction: column;
    left: 34px;
  }
  .article-footer .twitter-banner-button {
    width: 200px;
    height: 35px;
    font-size: 12.5px;
    bottom: 70px;
    line-height: 1;
  }
  .article-footer .twitter-banner-button .be-strong {font-size: 12.5px;}
  .article-footer .twitter-banner-button .fa-twitter:before {
    font-size: 16px;
    margin-right: 10px;
  }
  .article-footer .application-banner .button-wrap li:first-child {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .article-footer .application-banner img {height: auto;}
}

/*
common_parts
———————————*/
.common-text-yumin {font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
.common-slanting-border {
  width: 2px;
  height: 107px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #242537;
  transform: rotate(45deg);
}
.common-slanting-border.gd-orange {background: linear-gradient(rgba(250, 209, 38, 1) 0%, #ff544f 100%);}
.common-slanting-border.gd-orange02 {background: linear-gradient(#ff544f 0%, rgba(250, 209, 38, 1) 100%);}
.common-slanting-border.gd-green {background: linear-gradient(#43EA82 0%, #40F8D4 100%);}
.common-slanting-border.gd-blue {background: linear-gradient(#0AB9FE 0%, #6853ED 100%);}
.common-slanting-border.gd-blue02 {background: linear-gradient(#6853ED 0%, #0AB9FE 100%);}
.common-slanting-border.gd-purple {background: linear-gradient(#C872F2 0%, #F672D2 100%);}
.common-scale-button {
  width: 200px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: transform 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.2em;
  border-radius: initial;
}
.wpcf7-submit.common-scale-button {
  border: none;
  background-color: initial;
}
.common-scale-button:hover {transform: scale(0.9);}
.common-scale-button.white {
  background-image: url('/wp-content/themes/sango-theme-child/img/white_bg_button.png');
  color: #2D2D2D;
}
.common-scale-button.black {
  background-image: url('/wp-content/themes/sango-theme-child/img/black_bg_button.png');
  color: #CDB574;
}
.common-scale-button.blue {
  background-image: url('/wp-content/themes/sango-theme-child/img/blue_bg_button.png');
  color: #fff;
}
.common-arrow-button {
  width: 89px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
.common-arrow-button .cicle {
  height: 20px;
  width: 20px;
  background-color: #2D2D2D;
  border-radius: 10px;
  display: block;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
}
.common-arrow-button .cicle .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  width: 12px;
  display: block;
  height: 1.8px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.common-arrow-button .cicle .arrow:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  z-index: 10;
  left: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.common-arrow-button .text {
  position: absolute;
  right: 10px;
  top: 0;
  margin: auto;
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.common-arrow-button:hover .cicle {width: 100%;}
.common-arrow-button:hover .cicle .arrow {
  background: #fff;
  transform: translate(10px, 0);
}
.common-arrow-button:hover .text {color: #fff;}
.common-black-button {
  min-width: 90px;
  min-height: 24px;
  padding: 1px 10px;
  font-weight: 11px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: #2D2D2D;
  border: 1px solid #2D2D2D;
  font-size: 11px;
}
.common-black-button:hover {
  background-color: #fff;
  color: #2D2D2D;
}
.common-white-button {
  font-size: 11px;
  font-weight: 400;
  color: #2D2D2D;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #2D2D2D;
  padding: 5px 19px;
  transition: 0.3s;
}
.common-white-button:hover {
  background-color: #2d2d2d;
  color: #fff;
}
.common-trans-button {
  padding: 2px 19px 0px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border: 1px solid #fff;
  font-size: 11px;
}
.common-trans-button:hover {
  background-color: #fff;
  color: #2D2D2D;
}
.common-loading {
  font-size: 0;
  width: 120px;
  height: 120px;
  margin: 100px auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
#infscr-loading .common-loading {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 760px) {
  .common-loading {
    width: 80px;
    height: 80px;
  }
}
.common-loading .circle:nth-child(1) {animation-delay: 0.25s;}
.common-loading .circle:nth-child(2) {animation-delay: 0.5s;}
.common-loading .circle:nth-child(3) {animation-delay: 0.75s;}
.common-loading .circle:nth-child(4) {animation-delay: 0.9s;}
.common-loading .circle:nth-child(5) {animation-delay: 1.15s;}
.common-loading .circle:nth-child(6) {animation-delay: 1.3s;}
.common-loading .circle:nth-child(7) {animation-delay: 1.55s;}
#infscr-loading .common-loading .circle:nth-child(1) {animation-delay: 0.15s;}
#infscr-loading .common-loading .circle:nth-child(2) {animation-delay: 0.3s;}
#infscr-loading .common-loading .circle:nth-child(3) {animation-delay: 0.45s;}
#infscr-loading .common-loading .circle:nth-child(4) {animation-delay: 0.6s;}
#infscr-loading .common-loading .circle:nth-child(5) {animation-delay: 0.85s;}
#infscr-loading .common-loading .circle:nth-child(6) {animation-delay: 1s;}
#infscr-loading .common-loading .circle:nth-child(7) {animation-delay: 1.15s;}
.common-loading .circle {
  opacity: 0;
  position: relative;
  display: inline-block;
  height: 120px;
  animation: loading-move 2s infinite;
}
@media screen and (max-width: 760px) {
  .common-loading .circle {height: 80px;}
}
#infscr-loading .common-loading .circle {animation: loading-move 1.5s infinite;}
#infscr-loading .common-loading .circle {height: 80px;}
.common-loading .circle:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .common-loading .circle:after {
    width: 15px;
    height: 15px;
  }
}
#infscr-loading .common-loading .circle:after {
  width: 12px;
  height: 12px;
}
@keyframes loading-move {
  0% {
    transform: rotate(0deg);
    opacity: 0.4;
  }
  50% {
    transform: rotate(300deg);
    opacity: 0;
  }
  90% {
    transform: rotate(340deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}
.common-sp-only {display: none;}
.common-ts-only {display: none;}
.common-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transform: translate(0,430px);
  width: 909px;
}
.common-map.not-front {
  position: fixed;
  margin: auto;
  transform: none;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 505px;
}
.common-map img {
    width: 909px;
    max-width: initial;
}
.common-active-circle {
  width: 7px;
  height: 7px;
  animation-name: activeCicleMain;
  background-color: rgba(0, 0, 0, 0.8);
}
.common-active-circle,
.common-active-circle:before,
.common-active-circle:after {
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  position: absolute;
  border-radius: 100%;
}
.common-active-circle:before,
.common-active-circle:after {
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  animation-name: activeCicle1;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.8);
}
.common-active-circle:before {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.common-active-circle:after {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.common-active-circle.no1 {
  left: 301px;
  top: 195px;
}
.common-active-circle.no2 {
  left: 151px;
  top: 113px;
}
.common-active-circle.no3 {
  left: 676px;
  top: 141px;
}
.common-active-circle.no4 {
  left: 790px;
  top: 368px;
}
.common-active-circle.no5 {
  left: 376px;
  top: 413px;
}
.common-active-circle.no6 {
  left: 395px;
  top: 64px;
}
@keyframes activeCicle1 {
  100% {
      background-color: rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes activeCicleMain {
  100% {
      background-color: rgba(255, 255, 255, 0);
  }
}
.common-slide-article {
    position: relative;
    z-index: 2;
    width: 574px;
    height: 369px;
}
.common-slide-article .slide-article-li {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    width: 574px;
    height: 369px;
}
.common-slide-article .image-link,
.common-slide-article .image-link:after {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: block;
}
.common-slide-article .image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999;
}
.common-slide-article .image-link:after {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 14.55%, rgba(0, 0, 0, 0.7) 70.14%, rgba(0, 0, 0, 0.7) 100%);
}
.common-slide-article .icon-link {display: inline-block;}
.common-slide-article .icon-link,
.common-slide-article .image-link {transition: 0.8;}
.common-slide-article .image-link:hover {transform: scale(1.1);}
.common-slide-article .slide-article-li:hover .sentence {opacity: 0.85;}
.common-slide-article .sentence {
    font-size: 14px;
    color: #fff;
    position: relative;
    bottom: 0;
    z-index: 2;
    text-align: left;
    line-height: 23px;
    margin-top: auto;
    margin-bottom: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: opacity 0.3s;
}
.common-slide-article .icon-ul {
    position: relative;
    z-index: 2;
    margin-right: auto;
    display: flex;
}
.common-slide-article .icon-li:not(:last-child) {margin-right: 10px;}
.common-slide-article .icon-ul img {width: 57px;}
.common-slide-article .image {width: -webkit-fill-available;}
@media screen and (max-width: 1000px) {
    .common-map {transform: translate(0,270px);}
    .common-pc-only {display: none;}
    .common-ts-only {display: block;}
    .common-slide-article,
    .common-slide-article .slide-article-li {
        width: 401px;
        height: 258px;
    }
}
@media screen and (max-width: 760px) {
  .common-arrow-button {width: 84px;}
  .common-arrow-button .cicle {
    height: 15.5px;
    width: 15.5px;
  }
  .common-arrow-button .cicle .arrow {
    top: -1px;
    width: 8px;
  }
  .common-arrow-button .cicle .arrow:before {
    width: 4px;
    height: 4px;
    left: 4px;
    top: 0;
    border-width: 2px;
  }
  .common-arrow-button .text {
    font-size: 13px;
    right: 10px;
    top: -3px;
  }
  .common-white-button {
    font-size: 10px;
    padding: 3px 13px 2px;
  }
  .front-page-main .sdgs-attempt .box-wrap:last-child {margin-top: 50px;}
  .common-pt-only {display: none;}
  .common-sp-only {display: block;}
  .common-map,
  .common-map img {width: 382px;}
  .common-map.not-front {height: 212px;}
  .common-active-circle {
      width: 3px;
      height: 3px;
  }
  .common-active-circle:before,
  .common-active-circle:after {box-shadow: 0 0 0 2px rgb(255 255 255 / 80%);}
  .common-active-circle:before {
      height: 6px;
      width: 6px;
  }
  .common-active-circle:after {
      height: 10px;
      width: 10px;
  }
   .common-active-circle.no1 {
      left: 151px;
      top: 35px;
  }
   .common-active-circle.no2 {
      left: 60px;
      top: 60px;
  }
   .common-active-circle.no3 {
      left: 100px;
      top: 45px;
  }
   .common-active-circle.no4 {
      left: 251px;
      top: 37px;
  }
   .common-active-circle.no5 {
      left: 151px;
      top: 163px;
  }
   .common-active-circle.no6 {
      left: 290px;
      top: 83px;
  }
  .common-map {transform: translate(0,600px);}
  .common-slide-article,
  .common-slide-article .slide-article-li {
      width: 344px;
      height: 221px;
      margin: 0 auto;
  }
  .common-slide-article .icon-ul img {width: 33px;}
  .common-slanting-border {width: 1px;}
}
.reveal-text,
.reveal-text::after {
    visibility: visible;
	animation-delay: var(--animation-delay, 0.2s);
	animation-iteration-count: var(--iterations, 1);
	animation-duration: var(--duration, 800ms);
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}
.reveal-text {
    animation-name: clip-text;
}
.reveal-text:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2d2d2d;
    transform: scaleX(0);
    transform-origin: 0 50%;
    animation-name: text-revealer;
}
@keyframes clip-text {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}
@keyframes text-revealer {
	0%, 50% {
		transform-origin: 0 50%;
	}
	
	60%, 100% {
		transform-origin: 100% 50%;		
	}
	60% {
		transform: scaleX(1);
	}
	
	100% {
		transform: scaleX(0);
	}
}
#projector {
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #f9f9f9;
} 
#projector.fixed {position: fixed;}