<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.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 ***/


.campaign_bt-wrap {
	width: 50%;
	margin: 0 auto;
}

.campaign_bt-wrap a,
.campaign1_bt a {
	transition: all .2s ease;
}

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

main .campaign_bt-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.campaign1 {
	background: linear-gradient(90deg, #e7eed8, #bed68b);
	padding-bottom: 60px;
}

.campaign1 .campaign_bt-wrap {
	margin-top: -50px;
}

.campaign2 {
	background: linear-gradient(90deg, #f8f6bd, #fffcdb);
	margin-top: 10px;
	padding-bottom: 60px;
}

.campaign2 .campaign_bt-wrap {
	margin-top: -60px;
}

.campaign3 {
	background: linear-gradient(90deg, #badbbc, #e6f0e9);
	margin-top: 10px;
	padding-bottom: 60px;
}

.subject-bg {
	background-image: url("../images/subject_bg-obj01.png");
	background-position: right bottom 5%;
	background-repeat: no-repeat;
	background-size: 450px;
}

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

.subject_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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

.subject_title dl {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.subject_title dt {
	width: 28px;
}

.subject_title dd {
	line-height: 1.0;
	margin-left: 5px;
}


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

.subject_cont-wrap li {
	width: 48%;
	padding-top: 30px;
}

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



.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 ***/

.campaign_bt-wrap {
	width: 80%;
}

main .campaign_bt-wrap {
	margin-top: 15px;
	margin-bottom: 15px;
}

.campaign1 {
	padding-bottom: 30px;
}
	
.campaign1 .campaign_bt-wrap {
	margin-top: -20px;
}
	
.campaign2 {
	margin-top: 5px;
	padding-bottom: 30px;
}
	
.campaign2 .campaign_bt-wrap {
	margin-top: 30px;
}

.campaign3 {
	margin-top: 5px;
	padding-bottom: 30px;
}

	
.subject-bg {
	background-image: none;
}
	
.subject-wrap {
	margin-top: 50px;
}
	
.subject_title {
	justify-content: center;
}
	
.subject_title li:nth-child(1) {
	width: 100%;
	margin-bottom: 10px;
}
	
.subject_title li:nth-child(2) {
	margin: 0 5px;
	margin-top: 5px;
}
	
.subject_title li:nth-child(3) {
	margin: 0 5px;
	margin-top: 5px;
}
	
	
.subject_title .ttl {
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.2em;
}

.subject_title dl {
	margin-left:0;
}

.subject_title dt {
	width: 20px;
}

.subject_title dd {
	font-size: 1.3rem;
	letter-spacing: 0;
	margin-left: 5px;
}

	
	

.subject_cont-wrap {
	margin-top: 0;
	padding-bottom: 40px;
}
	
.subject_cont-wrap li {
	width: 100%;
	padding-top: 30px;
}


	
	
.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 ***/
	
	
	
	
	

	
	
	
	
}
</pre></body></html>