@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
}
body{
	width: 100%;
	color: #000;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.wrapper img{
	width: 100%;
	height: auto;
}


/* mv
----------------------------------------*/
.mv{
  background-color: #01171c;
}
.mv-inner{
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 0 40px;
  background: url(mv-bg.jpg) no-repeat center;
  background-size: cover;
}
.mv-text{
  max-width: 1000px;
  margin: 0 auto;
}
.mv-text .title-award{
  max-width: 525px;
  margin: 0 auto;
}
.mv-text .title-main{
  max-width: 722px;
  margin: 30px auto 0;
}
.mv-text .catch{
  margin-top:min(60vw, 60px);
  text-align: center;
}
.mv-text .catch span{
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 5px 20px;
  background-color: #00a7b3;
  color: #fff;
	font-feature-settings: "palt";
  font-size: min(2.4vw, 2.4rem);
  font-weight: 700;
	letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .mv-inner{
    padding: 50px 3% 40px;
    background: url(mv-bg-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .mv-text .title-award{
    width: 70%;
  }
  .mv-text .title-main{
    margin: 20px auto 0;
  }
  .mv-text .catch{
    margin-top: min(30vw, 30px);
  }
  .mv-text .catch span{
    font-size: 4.27vw;
    line-height: 2.2;
  }
}


/* main
----------------------------------------*/
.main{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 80px;
}

@media screen and (max-width: 767px){
  .main{
    padding: 30px 0 50px;
  }
}


/* lead
----------------------------------------*/
.lead{
  position: relative;
  max-width: 860px;
  margin: 0 auto 50px;
  padding-bottom: 30px;
}
.lead::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10%;
  height: 4px;
  background-color: #8f7b15;
  content: "";
}
.lead p{
  color: #8f7b15;
	font-size: 1.8rem;
  font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding-bottom: 20px;
  }
  .lead::after{
    width: 20%;
  }
}


/* section
----------------------------------------*/
.section{
	max-width: 1000px;
	margin: 0 auto;
}
.section + .section{
  margin-top: 80px;
}
.section-text{
  padding: 0 7%;
}
.section-text > p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section-text > p:last-of-type{
	margin-bottom: 0;
}
.section-text > p.link a{
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.section-text > p.link a::before{
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #8f7b15;
  border-bottom: 3px solid #8f7b15;
  transform: rotate(-45deg);
}
.section-heading{
  margin: 80px 0 50px;
  padding-bottom: 30px;
  border-bottom: solid 2px #10367f;
  color: #10367f;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
  text-align: center;
}
.section-subheading{
  margin-top: 60px;
	padding-bottom: 20px;
  border-bottom: solid 2px #8f7b15;
  color: #8f7b15;
	font-size: 2.6rem;
	font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px){
  .section + .section{
    margin-top: 50px;
  }
  .section-text{
    padding: 0;
  }
  .section-heading{
    margin: 50px 0 30px;
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
  .section-subheading{
    margin-top: 40px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
}


/* category
----------------------------------------*/
.category{
  position: relative;
	max-width: 1000px;
  margin: 0 auto 30px;
  padding: 50px 20px;
  background-color: #f2ede1;
}
.category-inner{
  max-width: 860px;
  margin: 0 auto;
}
.category-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-box + .category-box{
  margin-top: 40px;
}
.category-heading{
  width: 5.81395348837209%;
}
.category-heading span{
  display: block;
  position: relative;
  padding-top: 60px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.category-heading span::after{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 50px;
  content: "";
}
.category-heading.gold span{
  color: #8f7b15;
}
.category-heading.gold span::after{
  background: url(icon-gold.png) no-repeat center;
}
.category-heading.silver span{
  color: #808080;
}
.category-heading.silver span::after{
  background: url(icon-silver.png) no-repeat center;
}
.category-heading.bronze span{
  color: #bb653e;
}
.category-heading.bronze span::after{
  background: url(icon-bronze.png) no-repeat center;
}
.category-heading.gold span::after,
.category-heading.silver span::after,
.category-heading.bronze span::after{
  background-size: cover;
}
.category-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 87.2093023255813%;
}
.category-list.column3 li{
  width: 30.66666666666667%;
  margin-left: 4%;
}
.category-list.column3 li:first-of-type{
  margin-left: 0;
}
.category-list.column2 li{
  width: 48%;
  margin-left: 4%;
}
.category-list.column2 li:first-of-type{
  margin-left: 0;
}
.category-list.column1 li{
  width: 100%;
}
.category-list.column1 li:nth-of-type(n+2){
  margin-top: 20px;
}
.category-list.column1 li p{
  display: inline;
}
.category-list.column1 li.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-list.column1 li.flex .image{
  width: 48%;
}
.category-list.column1 li.flex .text{
  width: calc(100% - 48% - 4%);
}
.category-list.column1 li.flex p{
  display: block;
}
.category-list .image{
  margin-bottom: 15px;
}
.category-list .text .name{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.category-list .text .detail{
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.category-notes{
  margin-top: 40px;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 767px){
  .category{
    padding: 20px;
  }
  .category-box + .category-box{
    margin-top: 30px;
  }
  .category-heading{
    width: 100%;
    margin-bottom: 30px;
  }
  .category-heading span{
    padding: 10px 0 0 50px;
    text-align: left;
  }
  .category-heading span::after{
    top: 0;
    left: 0;
    transform: none;
    width: 35px;
    height: 44px;
  }
  .category-list{
    width: 100%;
  }
  .category-list .image{
    margin-bottom: 0;
  }
  .category-list li:nth-of-type(n+2){
    margin-top: 15px;
  }
  .category-list.column1 li p{
    display: block;
  }
  .category-list.column2 li,
  .category-list.column3 li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }  
  .category-list.column2 .image{
    width: 50%;
  }
  .category-list.column2 .text{
    width: 46%;
  }
  .category-list.column3 .image{
    width: 40%;
  }
  .category-list.column3 .text{
    width: 56%;
  }
  .category-list.column1 li.flex .image{
    width: 50%;
  }
  .category-list.column1 li.flex .text{
    width: 46%;
  }
}


/* bnr
----------------------------------------*/
.bnr{
  margin-top: 50px;
}
.bnr a{
  position: relative;
  display: block;
  padding: 25px 40px 25px 120px;
  /* background-color: #8f7b15; */
  border: solid 4px #10367f;
  border-radius: 1em;
  color: #10367f;
  font-feature-settings: "palt";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
  transition: 0.5s;
}
.bnr a::before{
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 4px solid #10367f;
  border-bottom: 4px solid #10367f;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.bnr a::after{
  position: absolute;
  top: calc(50% - 40px);
  left: 20px;
  width: 80px;
  background: url(icon-award.png) no-repeat center;
  background-size: cover;
  content: "";
  height: 80px;
  background-size: cover;
}
.bnr a:hover{
  opacity: 0.8;
}
.bnr a:hover::before{
  right: 20px;
}
.bnr a span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .bnr{
    margin-top: 30px;
  }
  .bnr a{
    padding: 70px 15px 15px 15px;
    font-size: 1.6rem;
    text-align: center;
  }
  .bnr a::before{
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #10367f;
    border-bottom: 3px solid #10367f;
    }
  .bnr a::after{
    top: 15px;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    height: 50px;
  }
  .bnr a span{
    font-size: 130%;
  }
}


/* outline
----------------------------------------*/
.outline{
  padding: 80px 5%;
  background-color: #f2f2f2;
}
.outline-inner{
  max-width: 860px;
  margin: 0 auto;
}
.outline-heading{
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #8f7b15;
  color: #8f7b15;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.outline-list{
  display: flex;
  flex-wrap: wrap;
}
.outline-list dt,
.outline-list dd{
  padding: 5px 0;
  font-size: 1.6rem;
  line-height: 2;
}
.outline-list dt{
  width: 5em;
}
.outline-list dd{
  width: calc(100% - 5em);
}
.outline-list dd span{
  display: inline-block;
}
@media screen and (max-width: 767px){
  .outline{
    padding: 50px 5%;
  }
  .outline-list dt,
  .outline-list dd{
    width: 100%;
  }
  .outline-list dt{
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 110px 5%;
  background: linear-gradient(135deg,#0b3025,#01171c);
}
.contact-inner{
  max-width: 860px;
  margin: 0 auto;
}
.contact-inner p{
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: center;
}
.contact-inner p a{
  color: #fff;
  text-decoration: none;
}
.contact-logo{
  max-width: 500px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 70px 5%;
  }
  .contact-logo{
    margin: 0 auto 40px;
  }
  .contact-inner p{
    font-size: 1.8rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 2em;
	right: 2em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* footer
----------------------------------------*/
.footer-bottom{
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}