@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;900&display=swap');

/************************************************************

     Contents | General Settings

************************************************************/

.content{
    position: relative;
    margin: 100px 0 0 0;

    /* Font Settings */
    font-family: 'M PLUS 1p', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    letter-spacing: 0;
    font-feature-settings: "palt";

}
.__pc{ display: block; }
.__sp{ display: none; }

/************************************************************

     Hero

************************************************************/

.c-hero{
    position: relative;
    margin: 0;
    background-color: #f4f1e8;
    padding: 2.4vw 1.2vw 0;
}
.c-hero__pc{
    display: block;
    text-align: center;
}
.c-hero__pc h1{
    max-width: 1440px;
    display: inline-block;
}
.c-hero__sp{ display: none; }
.c-hero__awards{
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 720px;
    margin: 0 auto;
    background-image: url(../images/c_hero_awards_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.c-hero__awards .__ttl{
    position: absolute;
    width: 66.666%;
    max-width: 640px;
    background: rgba(255,255,255,0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1.2vw;
    overflow: hidden;
}
.c-hero__awards .__ttl .__head{
    background: #e5b800;
    padding: 2.0vw;
    text-align: center;
}
.c-hero__awards .__ttl .__head h2{
    font-size: 2.0em;
    font-weight: 900;
}
.c-hero__awards .__ttl .__body{
    padding: 3.2vw;
}
.c-hero__awards .__ttl .__body .__num{
    margin-bottom: 2.4vw;
    text-align: center;
}
.c-hero__awards .__ttl .__body .__num h3{
    font-size: 1.4em;
    font-weight: 900;
    margin-bottom: .5em;
}
.c-hero__awards .__ttl .__body .__num h3 span{
    font-size: 2.0em;
    font-weight: 900;
    margin: 0 .2em;
    color: #00803a;
}
.c-hero__awards .__ttl .__body .__num p{
    color: #cc007f;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.05em;
}
.c-hero__awards .__ttl .__body .__anchor{
    display: flex;
    flex-wrap: wrap;
}
.c-hero__awards .__ttl .__body .__anchor .__item{
    width: 50%;
    text-align: center;
    padding: 2.0vw 0;
}
.c-hero__awards .__ttl .__body .__anchor .__item.__left{
    border-right: 5px solid #e5b800;
}
.c-hero__awards .__ttl .__body .__anchor .__item a{
    display: block;
    color: #000;
    font-weight: 900;
}
.c-hero__awards .__ttl .__body .__anchor .__item a:hover{
    color: #999;
}
.c-hero__awards .__ttl .__body .__anchor .__item figure{
    margin-bottom: .75em;
}
.c-hero__awards .__ttl .__body .__anchor .__item figure img{
    width: 60px;
    height: auto;
}

/************************************************************

     Awards

************************************************************/

.c-awards{
    position: relative;
    margin: -100px 0 9.6vw;
    padding-top: 100px;
}
.c-awards__inner{
    position: relative;
    margin: 0;
    background: #f4f1e8;
    padding: 9.6vw 6.4vw;
}
.c-awards__item{
    margin: -100px 0 0;
    padding: 100px 0 0;
}
.c-awards__item.__tw{
    margin-bottom: 6.4vw;
}
.c-awards__item .__head{
    position: relative;
    padding: 4.8vw 0 0;
    margin: 0 0 3.2vw;
    background-image: url(../images/c_head_line.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 70%;
}
.c-awards__item .__head h2{
    position: relative;
    text-align: center;
    font-weight: 900;
}
.c-awards__item.__tw .__head h2::before,
.c-awards__item.__ig .__head h2::before{
    content: "";
    display: block;
    width: 72px;
    height: 60px;
    margin: 0 auto .75em;
    background-repeat: no-repeat;
    background-size: 100%;
}
.c-awards__item.__tw .__head h2::before{
    background-image: url(../images/c_award_head_tw.png);
}
.c-awards__item.__ig .__head h2::before{
    background-image: url(../images/c_award_head_ig.png);
}
.__awards .__subhead{
    margin-bottom: 2.4vw;
    text-align: center;
}
.__awards .__subhead h3{
    font-size: 2.0em;
    font-weight: 900;
    line-height: 1.5;
}
.__awards .__gold{
    margin:0 0 4.8vw;
}
.__awards .__gold .__column{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: 2.4vw;
}
.__awards .__gold .__column .__img{
    width: 50%;
}
.__awards .__gold .__column .__txt{
    width: 50%;
    padding: 3.2vw 6.4vw;
}
.__awards .__gold .__column .__txt p.__name{
    position: relative;
    margin: 0 0 1.5em;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
}
.__awards .__gold .__column .__txt p.__name::before{
    content: "";
    display: block;
    margin: 0 auto .5em;
    width: 90px;
    height: 80px;
    background-image: url(../images/c_awards_crown.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.__awards .__gold .__column .__txt p.__name span{
    margin-left: .25em;
    font-size: .6em;
}
.__awards .__gold .__column .__txt p.__comment{
    font-size: 1.0em;
    line-height: 1.8;
}
.__awards .__gold .__column .__txt p.__comment em{
    display: block;
    font-size: 1.0em;
    font-weight: 700;
    margin-bottom: .5em;
    text-align: center;
}
.__awards .__silver{
    margin:0 0 4.8vw;
}
.__awards .__silver .__column{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}
.__awards .__silver .__column .__item{
    width: 47%;
    margin: 0 1.5%;
}
.__awards .__bronze .__column{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.5% -4.8%;
}
.__awards .__bronze .__column .__item{
    width: 30.333%;
    margin: 0 1.5% 4.8%;
}
.__awards .__silver .__column .__item .__img,
.__awards .__bronze .__column .__item .__img{
    margin-bottom: 1.75em;
}
.__awards .__silver .__column .__txt p.__name,
.__awards .__bronze .__column .__txt p.__name{
    margin: 0 0 .75em;
    text-align: center;
    font-size: 1.35em;
    font-weight: 900;
}
.__awards .__silver .__column .__txt p.__name span,
.__awards .__bronze .__column .__txt p.__name span{
    margin-left: .25em;
    font-size: .6em;
}
.__awards .__silver .__column .__txt p.__comment,
.__awards .__bronze .__column .__txt p.__comment{
    font-size: 1.0em;
    line-height: 1.8;
    padding: 0 1.2vw;
}
.__awards .__bronze .__column .__txt p.__cat{
    text-align: center;
    font-size: .75em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

/************************************************************

     About

************************************************************/
.c-about{
    position: relative;
    margin: -100px 0 9.6vw;
    padding-top: 100px;
}
.c-about__inner{
    position: relative;
    margin: 0;
    padding: 0 6.4vw;
}
.c-about__head{
    margin: 0 0 3.2vw;
}
.c-about__head h2{
    text-align: center;
    font-size: 2.0em;
    font-weight: 900;
    background-image: url(../images/c_head_line.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 50%;
}
.c-about__head h2 span{
    display: inline-block;
    background-color: #fff;
    padding: 0 24px;
}
.c-about__body table{
    width: 100%;
    border-bottom: 1px solid #f6c900;
}
.c-about__body table tr{
    width: 100%;
    border-top: 1px solid #f6c900;
}
.c-about__body table tr th,
.c-about__body table tr td{
    padding: 2.4vw 1.2vw;
    border-top: 1px solid #f6c900;
}
.c-about__body table tr th{
    width: 25%;
    font-weight: 900;
    white-space: nowrap;
    line-height: 1.5;
}
.c-about__body table tr td{
    width: 75%;
    font-weight: 700;
    color: #666;
    line-height: 1.5;
}
.c-about__body table tr td ul li{
    list-style: disc;
    margin-left: 2em;
    line-height: 1.5;
    margin-bottom: .5em;
}

/************************************************************

     Prize

************************************************************/

.c-prize{
    position: relative;
    margin: -100px 0 9.6vw;
    padding-top: 100px;
}
.c-prize__inner{
    position: relative;
    margin: 0;
    background: #f4f1e8;
    padding: 9.6vw 6.4vw;
}
.c-prize__head{
    margin: 0 0 3.2vw;
}
.c-prize__head h2{
    position: relative;
    text-align: center;
    font-size: 2.0em;
    font-weight: 900;
    background-image: url(../images/c_head_line.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 50%;
}
.c-prize__head h2 span{
    display: inline-block;
    background-color: #f4f1e8;
    padding: 0 24px;
}
.c-prize__head p{
    margin: 1.6vw 0 0;
    text-align: center;
    font-weight: 900;
}
.c-prize__body .__gold{
    background-color: #fff;
    border: 12px solid #cbb03e;
    border-radius: 2.4vw;
    overflow: hidden;
}
.c-prize__body .__silver{
    background-color: #fff;
    border: 12px solid #a9a9a9;
    border-radius: 2.4vw;
    overflow: hidden;
}
.c-prize__body .__bronze{
    background-color: #fff;
    border: 12px solid #cc8e66;
    border-radius: 2.4vw;
    overflow: hidden;
}
.c-prize__body .__column{
    display: flex;
    flex-wrap: wrap;
    margin: 3% -1.5% 4.8vw;
}
.c-prize__body .__column .__item{
    width: 47%;
    margin: 0 1.5%;
}
.c-prize__more{
    width: 80%;
    max-width: 960px;
    margin: 4.8vw auto 0;
}
.c-prize__more .__column{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-prize__more .__column .__img{
    width: 25%;
    margin-right: 4%;
}
.c-prize__more .__column .__txt{
    width: 71%;
}
.c-prize__more .__column .__txt p{
    font-weight: 900;
    line-height: 1.5;
    font-size: 1.5em;
}
.c-prize__more .__column .__txt p span{
    color: #dd007f;
    font-size: .8em;
}

/************************************************************

     How

************************************************************/

.c-how{
    position: relative;
    margin: -100px 0 9.6vw;
    padding-top: 100px;
}
.c-how__inner{
    position: relative;
    margin: 0;
    padding: 0 6.4vw;
}
.c-how__head{
    margin: 0 0 3.2vw;
    background-image: url(../images/c_head_line.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 50%;
}
.c-how__head h2{
    text-align: center;
    font-size: 2.0em;
    font-weight: 900;
}
.c-how__head h2 span{
    display: inline-block;
    background-color: #fff;
    padding: 0 24px;
}
.c-how__body{}
.c-how__body .__head{
    text-align: center;
}
.c-how__body .__head .__num{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 1.6em;
    font-weight: 900;
    margin-bottom: .5em;
    color: #fff;
    background-image: url(../images/c_how_num.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.c-how__body .__head h3{
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.5;
}
.c-how__body .__column{
    display: flex;
    flex-wrap: wrap;
    margin: 2.4vw -1.5% 6.4vw;
}
.c-how__body .__column .__item{
    width: 47%;
    margin: 0 1.5%;
}
.c-how__body .__column .__item a{
    display: block;
    background: #9feaf9;
    border-radius: 1.2vw;
    padding: 2.4vw;
}
.c-how__body .__column .__item .__acount{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c-how__body .__column .__item .__acount .__icon{
    width: 26%;
    margin-right: 4%;
}
.c-how__body .__column .__item .__acount .__name{
    width: 60%;
}
.c-how__body .__column .__item .__acount .__name p{
    font-weight: 900;
    line-height: 1.5;
}
.c-how__body .__column .__item .__acount .__name p span{
    font-size: .8em;
    font-weight: 700;
}
.c-how__body .__box{
    display: block;
    background: #9feaf9;
    border-radius: 1.2vw;
    margin: 2.4vw 0 6.4vw;
    padding: 2.4vw;
    text-align: center;
}
.c-how__body .__box p{
    font-size: 1.2em;
    font-weight: 900;
    line-height: 3.2;
}
.c-how__body .__box p span{
    display: inline-block;
    background: #fff;
    border-radius: 90px;
    margin: 0 0.2em;
    padding: 0.2em 1.2em;
    color: #dd007f;
}

.c-how__example{}
.c-how__example .__head{
    margin: 0 0 3.2vw;
    text-align: center;
}
.c-how__example .__head h3{
    font-weight: 900;
    font-size: 1.6em;
}
.c-how__example .__column{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% 6.4vw;
}
.c-how__example .__column .__item{
    width: 30%;
    margin: 0 1.5%;
}
.c-how__example .__column .__item figure{
    margin-bottom: 1.6vw;
    border-radius: 100%;
    overflow: hidden;
}
.c-how__example .__column .__item figure img{
    width: 100%;
}
.c-how__example .__column .__item p{
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
.c-how__attention{
    margin: 0 0 6.4vw;
}
.c-how__attention p{
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
}

/************************************************************

     Notice

************************************************************/

.c-notice{
    position: relative;
    margin: -100px 0 9.6vw;
    padding-top: 100px;
}
.c-notice__inner{
    position: relative;
    margin: 0 auto;
    padding: 9.6vw 6.4vw;
    background: #f4f1e8;
}
.c-notice__head{
    margin-bottom: 2.4vw;
}
.c-notice__head h2{
    font-size: 2.0em;
    font-weight: 900;
}
.c-notice__head p{
    margin: .75em 0 0;
    font-size: 1.0em;
    font-weight: 900;
    line-height: 1.5;
}
.c-notice__body{
    margin-bottom: 4.8vw;
}
.c-notice__body.__mb0{
    margin-bottom: 0;
}
.c-notice__body ul li{
    list-style: disc;
    font-size: .85em;
    margin-left: 2em;
    line-height: 1.5;
    margin-bottom: .5em;
    color: #666;
    font-weight: 700;
}