@charset "UTF-8";
/* reset */
body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}
#contents_outer {
  background: #fff!important;
}
#path,
.h1_section {
    display: none;
}

/* outline */
.l-page * {
    font-family: "Noto Sans JP", sans-serif;
}

.l-page {
    background: url(../images/catch_bg.png) center top no-repeat;
}

.l-page img{
    width: 100%;
    object-fit: contain;
    vertical-align: bottom;
}

.mainCatch {
    width: 100%;
    padding: 111px 0 104px;
    text-align: center;
}

.mainCatch__ttl {
    margin-bottom: 10px;
    font-size: 50px;
    letter-spacing: .2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.55;
}
.mainCatch__ttl span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.mainCont {
    width: 100%;
}

[class$="__contWrap"] {
    width: 950px;
    margin: 0 auto;
    padding: 80px 0 40px;
    background: #fff;
}

[class*="__contTtl"] {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.parts3__contWrap:not(:first-child) {
    padding-top: 40px;
}