@charset "UTF-8";
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #000;
}

/*family*/
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
}

/***PC／スマホ切替***/
.sp {
  display: none;
}

.pc {
  display: block;
}

/*** 他 ***/

.cap {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap.mt {
	margin-top: 60px;
}

.txt-white {
	color: #fff;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.0rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.posa{position:absolute;}
.posr{ position: relative;}

.ib {
	display: inline-block;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(130%);
}

.bt-bright2 a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright2 a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.container {
	margin: 0 auto;
    max-width: 1040px;
	padding: 0 20px;
}

.container_sp-wide {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}



.all-wrap {

}




/*** content ***/



.campaign1_bt img {
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.campaign1_bt a {
	transition: all .2s ease;
}

.campaign1_bt a:hover {
	text-decoration: none;
	filter: brightness(130%);
}

.campaign1_bt {
	position: absolute;
	top: 14%;
	left: 30%;
	width: 40%;
}

.viewmore_bt a {
	transition: all .2s ease;
}

.viewmore_bt a:hover {
	text-decoration: none;
	filter: brightness(115%);
}

.viewmore_bt {
	position: absolute;
	bottom: 7%;
	left: 35%;
	width: 30%;
}


.subject-wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}

.subject_title .ttl {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.3em;
	text-align: center;
}



.subject_cont-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	padding-bottom: 80px;
}

.subject_cont-wrap li {
	width: 23.4%;
	padding-top: 20px;
}

.subject_cont-wrap li .title {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	background: #585757;
	padding: 10px 5px;
}



.cap-wrap {
	padding-bottom: 80px;
}





/*** footer ***/

.footer-logo-area {
	border-top: 1px solid #D1D1D1;
	padding-top: 50px;
}

.footer-logo-area ul {
	display: flex;
	justify-content: center;
}

.footer-logo-area ul li {
	width: 203px;
}

.footer-logo-area .link {
	font-size: 1.1rem;
	padding-top: 10px;
}

.footer-logo-area .link p {
	padding-bottom: 2px;
}

.footer-logo-area .link a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-logo-area .link a:hover {
	text-decoration: none;
}

.copyright {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	padding: 30px 0;
}

/*** ↑footer ***/













@media screen and (max-width: 767px) {
	
  body {
    font-size: 1.4rem;
  }
	
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
	
.container {
  margin: 0 auto;
  padding: 0 4%;
}
	
.container_sp-wide {
	margin: 0 auto;
	padding: 0;
}
	
.cap {
	font-size: 1.1rem;
}
	
.cap.mt {
	margin-top: 30px;
}
	
/*** content ***/


.campaign1_bt {
	top: 7%;
	left: 11%;
	width: 78%;
}

.viewmore_bt {
	position: absolute;
	bottom: 8%;
	left: 20%;
	width: 60%;
}

.subject-wrap {
	margin-top: 50px;
}
	
.subject_title .ttl {
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0.2em;
}
	

.subject_cont-wrap {
	margin-top: 10px;
	padding-bottom: 40px;
}
	
.subject_cont-wrap li {
	width: 48.5%;
	padding-top: 15px;
}

.subject_cont-wrap li .title {
	font-size: 1.1rem;
	padding: 8px 0;
}
	
	
.cap-wrap {
	padding-bottom: 40px;
}

	
	
	
	
/*** footer ***/

.footer-logo-area {
	padding-top: 30px;
}

.footer-logo-area ul {
	display: flex;
	justify-content: center;
}

.footer-logo-area ul li {
	width: 41%;
}
	
.footer-logo-area .link {
	font-size: 0.9rem;
	letter-spacing: 0;
}
	
.copyright {
	font-size: 1.2rem;
}

/*** ↑footer ***/
	
	
	
	
	

	
	
	
	
}
