/*------------------------------------------------------------------------------

  Challenge detail

------------------------------------------------------------------------------*/
.under .main {
  margin-bottom: 0;
}

.under_container.col-1 .under_main {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .detail.breadcrumb {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .detail.breadcrumb {
    margin-bottom: 0;
  }
}

.challenge_h2 {
  color: #222;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .challenge_h2 {
    font-size: 40px;
    font-size: 4rem;
    padding: 0 0 0 68px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_h2 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 0 0 36px;
  }
}

.challenge_h2::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/about/img/index/about_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .challenge_h2::before {
    width: 53px;
    height: 58px;
    top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_h2::before {
    width: 31px;
    height: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_content {
    width: 1100px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_content .container {
    width: 940px;
  }
}

.challenge_content_title {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_title {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_title {
    margin: 0 0 25px;
  }
}

.challenge_content_title p {
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_title p {
    font-size: 38px;
    font-size: 3.8rem;
    padding-left: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_title p {
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 33px;
  }
}

.challenge_content_title p::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center/contain no-repeat;
  top: 3px;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .challenge_content_title p::before {
    width: 42px;
    height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_content_title p::before {
    width: 30px;
    height: 32px;
  }
}

.challenge_mainvisual {
  position: relative;
  z-index: 2;
}

.challenge_mainvisual .mod-image-variation-default {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .challenge_mainvisual .container {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_title {
    margin-top: -190px;
  }
}

.challenge_title_wrapper {
  background-color: #5cb531;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .challenge_title_wrapper {
    min-width: 1100px;
    padding-bottom: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title_wrapper {
    padding-bottom: 42px;
  }
}

.challenge_title_wrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: linear-gradient(-52deg, transparent 50%, #00787e 0%, #00787e);
  background-position: right top;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .challenge_title_wrapper::before {
    left: calc(50% - 180px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title_wrapper::before {
    left: calc(50% - 75px);
  }
}

.challenge_title_inner {
  height: 100%;
}

.challenge_title-leadText {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-leadText {
    width: 1100px;
    margin: 110px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-leadText {
    padding: 0 10px;
    margin: 70px 0 0;
  }
}

.challenge_title-leadText::before, .challenge_title-leadText::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}

.challenge_title-leadText::before {
  background-color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-leadText::before {
    height: 106px;
    bottom: calc(100% + 35px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-leadText::before {
    height: 70px;
    bottom: calc(100% + 30px);
  }
}

.challenge_title-leadText::after {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-leadText::after {
    height: 55px;
    bottom: calc(100% + 110px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-leadText::after {
    height: 30px;
    bottom: calc(100% + 70px);
  }
}

.challenge_title-leadText_inner {
  position: relative;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-leadText_inner {
    width: 900px;
    margin: auto;
  }
}

.challenge_title-leadText_inner::before, .challenge_title-leadText_inner::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.challenge_title-leadText_inner::before {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #00787e;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-leadText_inner::before {
    bottom: calc(100% + 17px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-leadText_inner::before {
    bottom: calc(100% + 12px);
  }
}

.challenge_title-leadText_inner::after {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-leadText_inner::after {
    bottom: calc(100% + 32px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-leadText_inner::after {
    bottom: calc(100% + 27px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-leadText_inner .mod-text-center {
    text-align: left;
  }
}

.challenge_title .container {
  position: relative;
  height: 100%;
}

.challenge_title-logo {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .challenge_title-logo {
    top: 230px;
    left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-logo {
    top: 25px;
    left: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_title-logo img {
    width: 200px;
    height: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_title-logo img {
    width: 111px;
    height: 37px;
  }
}

.challenge_titleArea {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .challenge_titleArea {
    padding-top: 232px;
    padding-left: 325px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_titleArea {
    padding-top: 41px;
    text-align: right;
  }
}

.challenge_titleArea-tag {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 11px;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .challenge_titleArea-tag {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 120px;
    padding-top: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_titleArea-tag {
    font-size: 11px;
    font-size: 1.1rem;
    min-width: 100px;
    padding: 1px 0;
  }
}

.challenge_titleArea-tag + .challenge_titleArea-title {
  margin-top: 12px;
}

.challenge_titleArea-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .challenge_titleArea-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .challenge_titleArea-title > span{
    font-size: 36px;
    font-size: 3.6rem;
  }
}


@media only screen and (max-width: 767px) {
  .challenge_titleArea-title {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .challenge_titleArea-title > span {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_relation {
    margin: 100px 0 0;
  }
}

@media print, screen and (min-width: 1101px) {
  .challenge_relation {
    background-color: #e6f2f3;
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_relation {
    background-color: #e6f2f3;
    margin: 60px 0 0;
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .challenge_relation .container {
    background-color: #e6f2f3;
    padding: 100px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_relation .challenge_content_title {
    margin: 0 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_relation .challenge_content_title {
    margin: 0 0 20px;
  }
}

.challenge_relation .mod-background {
  margin-top: 0;
}

.challenge_relation .mod-imageText-contents .challenge_relation-title {
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .challenge_relation .mod-imageText-contents .challenge_relation-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_relation .mod-imageText-contents .challenge_relation-title {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
}

.challenge_relation .mod-imageText-contents .challenge_relation-title span {
  display: block;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .challenge_relation .mod-imageText-contents .challenge_relation-title span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_relation .mod-imageText-contents .challenge_relation-title span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_relation .mod-imageText-image figure img {
    max-width: 340px;
  }
}

.challenge_relation .mod-background_inner {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .challenge_relation .mod-background_inner {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_relation .mod-background_inner {
    padding: 30px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink {
    margin: 100px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink {
    margin: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-list ul {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-list li {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-list li {
    border-top: 1px solid  #d4d4d4;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-list li:first-child {
    padding-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-list li + li {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-list li + li {
    margin-top: 25px;
    padding-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-list li a:hover .challenge_otherLink-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.challenge_otherLink-list li a:hover .challenge_otherLink-title {
  color: #00787e;
}

.challenge_otherLink-image {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-image {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-image img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-image img {
    width: 63.1%;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-image + .challenge_otherLink-content {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-image + .challenge_otherLink-content {
    margin-top: 12px;
  }
}

.challenge_otherLink-content .challenge_otherLink-tag {
  display: inline-block;
  color: #00787e;
  font-size: 11px;
  font-size: 1.1rem;
  border: 1px solid #00787e;
  border-radius: 9px;
  line-height: 1.4;
  min-width: 90px;
  text-align: center;
  padding: 1px 5px;
}

.challenge_otherLink-content .challenge_otherLink-title {
  font-weight: bold;
  line-height: 1.3;
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-content .challenge_otherLink-title {
    margin: 15px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-content .challenge_otherLink-title {
    margin: 10px 0 0;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-content .challenge_otherLink-title span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-content .challenge_otherLink-title span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.challenge_otherLink-content .challenge_otherLink-text {
  color: #555;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .challenge_otherLink-content .challenge_otherLink-text {
    margin: 20px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_otherLink-content .challenge_otherLink-text {
    margin: 10px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink {
    margin: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink {
    margin: 60px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink > a {
    min-width: 1100px;
  }
}

.challenge_indexLink_inner {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink_inner {
    min-height: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink_inner {
    min-height: 190px;
  }
}

.challenge_indexLink_inner::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/about/challenge/img/detail/challenge_link_icon.svg") center/contain no-repeat;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink_inner::after {
    width: 41px;
    height: 40px;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink_inner::after {
    width: 35px;
    height: 35px;
    top: calc(50% + 10px);
  }
}

.challenge_indexLink-image {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink-image {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc(50% - 220px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink-image {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink-image img {
    width: 230px;
    height: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink-image img {
    width: 120px;
    height: 41px;
  }
}

.challenge_indexLink-text {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink-text {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: calc(50% + 265px);
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 55px);
  }
}

.challenge_indexLink-text p {
  color: #fff;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .challenge_indexLink-text p {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 68px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .challenge_indexLink-text p {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 38px 0 0;
  }
}

.challenge_indexLink a {
  display: block;
  position: relative;
  z-index: 0;
}

.challenge_indexLink a::before, .challenge_indexLink a::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.challenge_indexLink a::before {
  background: linear-gradient(127deg, #00787e 0%, #00787e 50%, #5cb531 calc(50% + 1px), #5cb531 100%);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  z-index: -1;
}

.challenge_indexLink a::after {
  background: linear-gradient(127deg, #00565b 0%, #00565b 50%, #439836 calc(50% + 1px), #439836 100%);
  z-index: -2;
}

.challenge_indexLink a:hover::before {
  opacity: 0;
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .challenge_otherLink-content .challenge_otherLink-tag {
    padding: 2px 5px 0;
  }
}
