@charset "UTF-8";
@font-face {
	font-family: "Noto Sans JP";
	src: url(/fonts/NotoSansJP-Bold.woff);
font-weight: bold;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url(/fonts/NotoSansJP-Medium.woff);
font-weight: 500;
}

@font-face {
	font-family: "Noto Sans JP";
	src: url(/fonts/NotoSansJP-Regular.woff);
font-weight: 400;
}

@font-face {
	font-family: "Noto Serif JP";
	src: url(/fonts/NotoSerifJP-Bold.woff);
font-weight: bold;
}

@font-face {
	font-family: "Noto Serif JP";
	src: url(/fonts/NotoSerifJP-Medium.woff);
font-weight: 500;
}

@font-face {
	font-family: "Noto Serif JP";
	src: url(/fonts/NotoSerifJP-Regular.woff);
font-weight: 400;
}


/* reset */
body {
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.l-wrapper {
  background: #fff;
}

.breadcrumbs {
  display: none;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}

.h1_section {
  display: none;
}

/* outline */
.l-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.l-page h2 {
  font-family: "Noto Serif JP", sans-serif;
}



.mainCatch {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: url(../images/mainCatch.png) center top no-repeat;
  height: 550px;
  padding-top: 0;
}

.mainCatch__ttl {
  margin-bottom: 10px;
  font-size: 40px;
  color: #fff;
  padding-top: 131px;
}

.green_text {
  color: #03502E;
  font-family: "Noto Serif JP", sans-serif;
}

.mainCatch__text {
  font-size: 18px;
  color: #fff;
}

.mainCont {
  width: 100%;
}

[class$="__contWrap"] {
  width: 1140px;
  margin: 0 auto;
  padding: 40px 0 60px;
  background: #fff;
}

[class*="__contTtl"] {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

[class*="cont-parts"] {
  padding-top: 38px;
}

[class*="cont-parts"]:first-child {
  padding-top: 38px;
}


[class*="cont-parts"]:nth-of-type(odd),
[class*="cont-parts"]:nth-of-type(odd) [class$="__contWrap"] {
  background-color: #EFF6F4;
  padding-bottom: 40px;
}
