@charset "utf-8";

p {
    font-size: 16px;
    line-height: 1.5;
}
#wrap {
    background: #f7f7f7;
}
#mainVisual {
    color: #D2D2D2;
    font-weight: bold;
    background: url(../../img/4point/mv_pc.jpg) top center no-repeat;
    height: 599px;
}
#mainVisual div {
    font-size: 48px;
    text-align: center;
    padding-top: 252px;
}
#mainVisual h1 {
    padding-top: 0;
}
#mainVisual span {
    color: #0098df;
    font-size: 20px;
    margin: 0 0 13px;
}
.sub {
	position: relative;
}
.sub .inner {
    color: #fff;
    line-height: 1.5;
    width: 800px;
    background: #222;
    padding: 26px 20px;
    margin: -55px auto 0;
}
.sub > nav.sub {
  margin: 0;
}

.sub > .c-linkButton__wrap {
display: flex;
flex-flow: row wrap;
width: 100svw;
justify-content: center;
align-items: center;
gap: 4px;
margin: 20px 0;
}
.sub > .c-linkButton__wrap > .c-linkButton {
	min-height: 5em;
}
.sub > .c-linkButton__wrap > .c-linkButton > .c-linkButton__link {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: #A68F5D;
color: #fff;
width: calc(89.33svw / 2);
min-height: 5em;
padding: 20px 10px;
text-decoration: none;
border-radius: 2px;
text-align: left;
font-size: 4svw;
font-weight: bold;
}
.sub > .c-linkButton__wrap > .c-linkButton > .c-linkButton__link::after {
  display: none;
}
@media all and (min-width: 768px) {
	.sub > nav.sub{
		display: flex;
		justify-content: space-around;
	}
	.sub > .c-linkButton__wrap {
    display: flex;
    flex-flow: row wrap;
    width: clamp(768px, 100%, 1000px);
    flex-flow: row wrap;
    /* gap: 20px; */
    justify-content: space-between;
    margin: 40px 0;
    padding: 0;
  }

  .sub > .c-linkButton__wrap > .c-linkButton {
    width: calc((100% - 30px) / 4);
  }

  .sub > .c-linkButton__wrap > .c-linkButton > .c-linkButton__link {
    width: 100%;
    padding: 30px;
    font-size: 1rem;
    height: calc(2em + 30px + 30px);
    display: flex;
    font-size: clamp(12px, 0.9%, 0.7svw);
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  .sub > .c-linkButton__wrap > .c-linkButton > .c-linkButton__link::after {
    content: "";
    display: block;
    position: absolute;
    right: 5%;
    top: calc(50% - (20px / 2));
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    }
}
#contents {
    background: #f7f7f7;
    padding-bottom: 146px;
}
article {
    width: 1000px;
    margin: 130px auto 0;
}
#article01 {
    margin-top: 22px;
}
#bnr {
    margin: 80px auto;
}
h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    height: 169px;
    padding-top: 40px;
}
#article01 h2 {
    background: url(../../img/4point/bg01_pc.png) top center no-repeat;
}
#article02 h2 {
    background: url(../../img/4point/bg02_pc.png) top center no-repeat;
}
#article03 h2 {
    background: url(../../img/4point/bg03_pc.png) top center no-repeat;
}
#article04 h2 {
    background: url(../../img/4point/bg04_pc.png) top center no-repeat;
}
h2 span {
    color: #fff;
    font-size: 22px;
    display: block;
    margin-top: 49px;
}
article .inner {
    width: 960px;
    padding: 22px 0 0;
}
article .inner .clearfix {
    margin: 22px 0;
}
article .inner .clearfix img {
    width: 450px;
    float: left;
}
article .inner .clearfix p {
    width: 480px;
    float: right;
}
#footer {
    background: #222;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
    p {
        font-size: 14px;
    }
    #contents {
        padding-bottom: 43.6%;
    }
    #mainVisual {
        background: url(../../img/4point/mv_sp.jpg) top center no-repeat;
        background-size: 100% auto;
        padding-bottom: 82.2%;
        height: 0;
<<<<<<< HEAD
        padding-bottom: 82.2%;
=======
>>>>>>> origin/develop
    }
    #mainVisual div {
        font-size: 6.4vw;
        padding-top: 0;
        width: 100%;
        position: absolute;
        top: 26%;
    }
    #mainVisual div span {
        font-size: 2.666666666666667vw;
        margin-bottom: 3vw;
    }
    #mainVisual h1 {
        position: initial;
    }
    .sub {
<<<<<<< HEAD
        margin-top: -37.8vw;
=======
        /* display: none; */
            margin-top: -37.8vw;
>>>>>>> origin/develop
    }
    .sub .inner {
        font-size: 3.733333333333333vw;
        width: 89.33333333333333%;
        margin-top: -12.8vw;
    }
    article {
        width: 100%;
    }
    article .inner {
        padding: 5% 0 0;
    }
    article .inner .clearfix {
        margin: 5% 0;
    }
    #article01 {
        margin-top: 5%;
    }
    #article01 h2 {
        background: url(../../img/4point/bg01_sp.png) top center no-repeat;
        background-size: 100% auto;
    }
    #article02 h2 {
        background: url(../../img/4point/bg02_sp.png) top center no-repeat;
        background-size: 100% auto;
    }
    #article03 h2 {
        background: url(../../img/4point/bg03_sp.png) top center no-repeat;
        background-size: 100% auto;
    }
    #article04 h2 {
        background: url(../../img/4point/bg04_sp.png) top center no-repeat;
        background-size: 100% auto;
    }
    #bnr {
    margin: 10% auto 10%;
    width: 90%;
    }
    h2 {
        font-size: 5.066666666666667vw;
        height: 0;
        padding-top: 23.5%;
        padding-bottom: 36.23333333333333%;
    }
    h2 span {
        font-size: 3.2vw;
        margin-top: 23%;
    }
    article {
        margin-top: 20%;
    }
    article .inner {
        width: 89.33333333333333%;
    }
    article .inner .clearfix p,
    article .inner .clearfix img {
        width: 100%;
        float: none;
    }
    article .inner .clearfix img {
        margin-top: 5%;
}
