@charset "UTF-8";

/*Noto Sans JP 400*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Regular.ttf);
  font-weight: 400;
}

/*Noto Sans JP 500*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Medium.ttf);
  font-weight: 500;
}

/*Noto Sans JP 700*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Bold.ttf);
  font-weight: 700;
}

/* reset */
body {
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

#contents {
  width: 100%;
  padding: 0;
  background: #fff;
}

.h1_section {
  display: none;
}

/* outline */
.l-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.l-page {
  background: url(../images/catch_bg.jpg) center top no-repeat;
}

.mainCatch {
  width: 100%;
  padding: 80px 0 231px;
  text-align: center;
}

.mainCatch__ttl {
  margin-right: 325px;
}

.mainCatch__text {
  font-size: 18px;
  color: #fff;
}

.mainCont {
  width: 100%;
}

[class$="__contWrap"] {
  width: 950px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}

[class*="__contTtl"] {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

