@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    list-style: none;
    vertical-align: baseline;
    text-decoration: none;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --base-text-color: #333333;
}

html {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    font-size: 62.5%;
    overflow-x:hidden;
}

body {
    -webkit-overflow-scrolling: touch;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow:hidden;
    animation-name:loading;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay:0.4s;
    opacity:0;
    background-color: #395DA2;
    color: #4C4948;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

div, main, section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height:auto;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}

a:link, a:visited {
    color:var(--base-text-color);
    text-decoration:none;
}

.sp{
    display: none !important;
}
.readend {
    height: 1px;
}

/*heading*/
h2 {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto 2rem auto;
    padding: 0.3rem 0;
    background-color: #4C4848;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 800;
    text-align: center;
}
@media (max-width: 834px) {
    h2 {
        width: 90%;
        font-size: 2.6rem;
    }
}

/*header*/
header {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 2rem auto;
}
.header_logo_asahi{
    width:10vw;
    max-width: 160px;
    line-height: 1;
    z-index: 10;
}


/*footer*/
footer{
    position: relative;
    padding:20px;
    color: #fff;
}

.footer_container{
    width:992px;
    margin:0 auto;
}
.copyright{
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
}
.p-gf__main__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-gf__main__menu a {
  display: inline-block;
  width: auto;
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.86666667;
  font-weight: 600;
  color: #fff;
}
.p-gf__main__menu a:hover {
  text-decoration: underline;
}
.p-gf__main__menu ul li {
  margin: 0 0 0 0.75rem;
}
.p-gf__main__menu ul li:nth-child(1) {
  margin: 0;
}
.p-gf__main__menu ul li::after {
  content: "|";
  color: #fff;
  margin: 0 0 0 0.75rem;
  padding: 0 0 0 0;
  font-size: 14px;
}
.p-gf__main__menu ul li:nth-last-child(1)::after {
  content: "";
}
@media (max-width: 834px) {
  .p-gf__main__menu ul {
    justify-content: center;
  }
  .p-gf__main__menu ul li {
    margin: 0;
  }
  .p-gf__main__menu ul li::after {
    content: "";
    margin: 0 0 0 0.75rem;
  }
  .p-gf__main__menu a {
    text-decoration: underline;
  }
}

/*floating*/
.floating {
    position: fixed;
    bottom: 3rem;
    right: -5px;
    z-index: 999;
}
@media (max-width: 834px) {
    .floating {
        bottom: 0;
        right: 0;
    }
    .floating a img {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}
/*---------------------------------------------*/

@media (max-width: 834px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .header_logo_asahi{
        width:26.13333333vw;
    }
    .footer_container{
        width:89.33333333vw;
        margin:0 auto;
    }
    .copyright{
        font-size: 1.2rem;
        margin-top: 5.33333333vw;
    }
}

/*main area*/
.main_area {
    position: relative;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 120px 0 0 0;
}
@media (max-width: 834px) {
    .main_area {
        width: 90%;
        border-radius: 50px 0 0 0;
    }
}

/*hero*/
.hero {
    position: relative;
}
.hero h1 {
    width: 64%;
    padding: 9% 9.5% 5%;
}
.hero_pict {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
}
@media (max-width: 834px) {
    .hero h1 {
        width: 90%;
        margin: 0 auto;
        padding: 9% 9.5% 5%;
    }
    .hero_pict {
        position: relative;
        transform: translate(-50%,0);
        top: 0;
        left: 50%;
        width: 110%;
        max-width: 100vw !important;
    }
}

/*lead*/
 .lead {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
 }
.sdgs_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    max-width: 1000px;
    margin: 4rem auto;
}
.sdgs_icon ul li {
    width: 10.4%;
}
@media (max-width: 834px) {
    .lead {
        display: block;
        width: 90%;
        margin: 2rem auto 0;
        font-size: 1.6rem;
        letter-spacing: -0.05rem;
    }
    .sdgs_icon ul {
        width: 90%;
        margin: 3rem auto;
    }
    .sdgs_icon ul li {
        width: 15.4%;
    }
}

/*theme*/
.theme_txt {
    font-size: 3.0rem;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.theme_txt span {
    font-size: 5.0rem;
    font-weight: 800;
}
.award ul {
    display: flex;
    justify-content: center;
}
.award ul li {
    width: 33%;
    margin: 2rem 2rem 0;
}
.special {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 5rem 0 6rem;
}
.special img {
    width: 24%;
    object-fit: contain;
}
.special .txt {
    width: 41%;
    margin: 0 0 0 2rem;
}
.special .txt p {
    font-size: 2.0rem;
    font-weight: 800;
}
.special .txt p.note {
    font-size: 1.4rem;
    font-weight: 500;
}
.special .txt ul li {
    line-height: 1.6;
}
.special .txt ul li span {
    font-size: 2.0rem;
    font-weight: 600;
}
@media (max-width: 834px) {
    .theme_txt {
        font-size: 5.0vw;
        width: 100%;
        line-height: 1.2;
    }
    .theme_txt span {
        font-size: 6.6vw;
    }
    .award ul {
        display: block;
    }
    .award ul li {
        display: block;
        width: 80%;
        margin: 3rem auto 0;
    }
    .special {
        display: block;
        margin: 3rem 0 4rem;
    }
    .special img {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .special .txt {
        display: block;
        width: 80%;
        margin: 2rem auto 4rem;
    }
    .special .txt p {
        font-size: 1.6rem;
        font-weight: 800;
    }
    .special .txt p.note {
        font-size: 1.2rem;
        font-weight: 500;
    }
    .special .txt ul li {
        display: block;
        margin: 1rem 0;
    }
    .special .txt ul li {
        line-height: 1.4;
        text-indent: -1.6rem;
        padding: 0 0 0 1.6rem;
    }
    .special .txt ul li span {
        font-size: 1.6rem;
        font-weight: 800;
    }
}

/*target*/
.target ul {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 6rem;
}
.target ul li span {
    font-size: 2.0rem;
    font-weight: 800;
}
@media (max-width: 834px) {
    .target ul {
        width: 90%;
        margin: 0 auto 4rem;
    }
}

/*flow*/
.flow ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 85%;
    max-width: 1000px;
    margin: 6rem auto;
}
.flow ul li {
    position: relative;
    width: 30%;
    background-color: #EBEBEB;
    border: solid 3px #3B3938;
    border-radius: 0 8px 8px 8px;
    padding: 0 0 2% 0;
}
.flow ul li::after {
    content: "";
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    left: 107%;
    width: 2rem;
    height: 4rem;
    background: url(../img/frow_arrow.svg) no-repeat center center;
    background-size: 100%;
}
.flow ul li:nth-child(3):after {
    content: "";
    background: none;
}
.flow ul li h3 {
    width: 90%;
    margin: 1.5rem auto 1.2rem;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    color: #395DA2;
    letter-spacing: -0.15rem;
}
.flow ul li h3 span {
    font-size: 2.6rem;
}
.flow ul li h3 img {
    position: absolute;
    top: -3.8rem;
    left: -3px;
    width: 130px;
}
.flow ul li p {
    width: 90%;
    margin: 0 auto 1rem;
    font-size: 1.6rem;
}
.flow ul li p.note {
    font-size: 1.2rem;
    line-height: 1.6;
}
.flow a {
    position: relative;
    display: block;
    width: 90%;
    margin: 2rem auto 0;
    padding: 1.2rem 0 1.4rem;
    background-color: #395DA2;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 800;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
}
.flow a:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.flow a.entry::after, .flow a.form::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}
.flow a.entry::after {
    background: url(../img/btn_icon01.svg) no-repeat center center;
    background-size: 100%;
}
.flow a.form::after {
    background: url(../img/btn_icon02.svg) no-repeat center center;
    background-size: 100%;
}
@media (max-width: 834px) {
    .flow ul {
        display: block;
        width: 90%;
        margin: 6rem auto 4rem;
    }
    .flow ul li {
        width: 100%;
        border-radius: 0 8px 8px 8px;
        margin: 0 0 8rem 0;
    }
    .flow ul li::after {
        content: "";
        position: relative;
        transform: translate(-50%,0) rotate(90deg);
        top: 7rem;
        left: 50%;
        display: block;
        width: 3rem;
        height: 6rem;
        background: url(../img/frow_arrow.svg) no-repeat center center;
        background-size: 100%;
        margin: -4rem 0 0 0;
    }
    .flow ul li:nth-child(3) {
        margin: 0 0 4rem 0;
    }
}

/*deadline*/
.deadline img {
    display: block;
    margin: 2rem auto 6rem;
    width: 50%;
}
@media (max-width: 834px) {
    .deadline img {
        margin: 2rem auto 4rem;
        width: 90%;
    }
}

/*contact*/
.contact a.btn {
    position: relative;
    display: block;
    width: 50%;
    margin: 2rem auto 0;
    padding: 1.2rem 0 1.4rem;
    background-color: #395DA2;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 800;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
}
.contact a.btn:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.contact a.btn::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/btn_icon02.svg) no-repeat center center;
    background-size: 100%;
}
.contact p {
    display: block;
    margin: 2rem auto;
    width: 85%;
    max-width: 1000px;
    text-align: center;
    font-weight: 800;
}
.contact p a {
    position: relative;
    text-decoration: underline;
}
.contact p a::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: -2rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/btn_icon03.svg) no-repeat center center;
    background-size: 100%;
}
@media (max-width: 834px) {
    .contact a.btn {
        width: 90%;
    }
    .contact p {
        width: 90%;
    }
}

/*credit*/
.credit ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.credit ul li {
    display: block;
    margin: 1rem;
}
.credit ul li span {
    display: inline-block;
    background-color: #3B3938;
    color: #fff;
    margin: 0 1rem 0 0;
    padding: 0 0.5rem 0.2rem;
}
.logos {
    display: block;
    margin: 2rem auto 0;
    padding: 2rem 0;
    width: 85%;
    max-width: 1000px;
    border-top: solid 1px #3B3938;
}
.logos ul li {
    display: block;
    margin: 0 2rem;
}
.logos ul li:nth-child(1) a {
    display: block;
    width: 373px;
}
.logos ul li:nth-child(2) a {
    display: block;
    width: 274px;
}
@media (max-width: 834px) {
    .credit ul {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 1.4rem;
    }
    .logos {
        width: 90%;
    }
    .logos ul li:nth-child(1) a {
        width: 100%;
        margin: 0.5rem auto 0;
    }
    .logos ul li:nth-child(2) a {
        width: 60%;
        margin: 0.5rem auto 0;
    }
}