@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
}
select {
    margin: 0 0 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}
p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
    font-weight: normal;
    font-style: normal;
}
ul,
li,
ol {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
    -webkit-text-size-adjust: 100%;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body {
    line-height: 1.6 !important;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
/* ---------------------------------------------
    共通レイアウト
--------------------------------------------- */
.pc {
    display: block;
}
.sp {
    display: none;
}
.tab-sp {
    display: none;
}
@media screen and (max-width: 1080px) {
    .sp {
        display: none;
    }
    .tab-sp {
        display: block;
    }
    .pc {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .tab-sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.cx_smartphoneview #cx_commonPageTopBtn {
    width: 52px;
    height: 52px;
    bottom: 15px;
}
.cx_smartphoneview #cx_commonPageTopBtn a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
}
/* ============================================ */
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.small {
    font-size: 70%;
}
/* == 全体背景 ========================================== */
#fp-wrap {
    border-top: none;
    border-bottom: none;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    font-family: "Poppins", "BIZ UDPGothic", sans-serif;
    color: #111111;
    font-weight: 700;
    letter-spacing: -.01em;
}
/* == メインビジュアル ========================================== */
#fp-wrap .l-mainvisual {
    width: 100%;
    margin: 0 auto;
    padding: min(7vw, 70px) 0 min(6vw, 60px) 0;
    position: relative;
    overflow: hidden;
    background: url(../img/bg.jpg) no-repeat center top;
    background-size: cover;
}
.l-mainvisual__box {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.l-mainvisual__logo {
    width: min(60vw, 600px);
    margin: 0 auto;
}
.l-mainvisual__box h2 {
    font-size: min(3vw, 30px);
    line-height: 1.7;
    margin-top: min(4vw, 40px);
    font-weight: bold;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    #fp-wrap .l-mainvisual {
        padding: 10.67vw 0;
        background: url(../img/bg.jpg) no-repeat left top;
        background-size: cover;
    }
    .l-mainvisual__logo {
        width: 70%;
        margin: 0 auto;
    }
    .l-mainvisual__box h2 {
        font-size: 5.6vw;
        line-height: 1.8;
        margin-top: 8vw;
        letter-spacing: -.02em;
        padding: 0;
    }
}
.post {
    width: 94%;
    max-width: 1160px;
    margin: min(5vw, 50px) auto 0 auto;
    background: #FFF;
    position: relative;
    padding: min(3vw, 40px);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    border-radius: min(1vw, 10px);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.post-txt {
    width: 38%;
}
.post-txt h3 {
    font-size: min(2vw, 26px);
    background: url(../img/icon1.png) no-repeat left center;
    background-size: min(3.6vw, 40px);
    padding-left: min(4.5vw, 50px);
    font-weight: 700;
    box-sizing: border-box;
}
.post-txt p {
    font-size: min(1.5vw, 18px);
    line-height: 1.9;
    margin-top: min(2vw, 20px);
    font-weight: 700;
}
.post-link {
    width: 62%;
    background: linear-gradient(to right, #cbfefe, #fed9ec);
    border-radius: min(1vw, 10px);
    padding: min(2.4vw, 30px) 0 0 0;
    text-align: center;
    box-sizing: border-box;
}
.post-link h4 {
    font-size: min(1.8vw, 20px);
    letter-spacing: .02em;
    font-weight: 700;
}
.post-link ul {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: min(2vw, 20px) auto 0 auto;
}
.post-link ul li {
    width: 46%;
    margin: 0 2%;
    box-sizing: border-box;
}
.post-link ul li a {
    display: block;
    background: #FFF;
    font-weight: 700;
    color: #111;
    padding: min(2.4vw, 30px) 0;
    line-height: 1;
    font-size: min(1.7vw, 18px);
    border: 2px solid #111;
    border-radius: min(1vw, 10px);
    transition-duration: 0.3s;
    box-sizing: border-box;
}
.post-link ul li a:hover {
    opacity: .6;
    transform: scale(.95, .95);
}
.post-link ul li.post-link__line a {
    background-image: url(../img/icon_line.png), url(../img/arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left min(2vw, 20px) center, right min(1.5vw, 15px) center;
    background-size: min(2.6vw, 30px), min(2vw, 24px);
}
.post-link ul li.post-link__form a {
    background-image: url(../img/icon_mail.png), url(../img/arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left min(2vw, 20px) center, right min(1.5vw, 15px) center;
    background-size: min(2.6vw, 30px), min(2vw, 24px);
}
@media screen and (max-width: 768px) {
    .post {
        margin: 8vw auto 0 auto;
        padding: 8vw 4.8vw;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
        border-radius: 2vw;
        display: block;
    }
    .post-txt {
        width: 100%;
    }
    .post-txt h3 {
        font-size: 5.33vw;
        background: url(../img/icon1.png) no-repeat left center;
        background-size: 8vw;
        letter-spacing: -.03em;
        padding-left: 10.67vw;
    }
    .post-txt p {
        font-size: 4vw;
        line-height: 1.9;
        margin-top: 4vw;
    }
    .post-link {
        width: 100%;
        border-radius: 1.33vw;
        padding: 6vw 3.33vw;
        margin-top: 5.33vw;
    }
    .post-link h4 {
        font-size: 4.27vw;
        letter-spacing: .02em;
    }
    .post-link ul {
        width: 100%;
        display: block;
        margin: 5.33vw auto 0 auto;
    }
    .post-link ul li {
        width: 100%;
        margin: 4vw 0 0 0;
    }
    .post-link ul li a {
        display: block;
        padding: 5.33vw 0;
        line-height: 1;
        font-size: 4.27vw;
        border: 2px solid #111;
    }
    .post-link ul li a:hover {
        opacity: 1;
        transform: scale(1, 1);
    }
    .post-link ul li.post-link__line a {
        background-image: url(../img/icon_line.png), url(../img/arrow.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left 5.33vw center, right 4vw center;
        background-size: 6.67vw, 4.8vw;
    }
    .post-link ul li.post-link__form a {
        background-image: url(../img/icon_mail.png), url(../img/arrow.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left 5.33vw center, right 4vw center;
        background-size: 6.67vw, 4.8vw;
    }
}
.item1 {
    width: 94%;
    max-width: 1160px;
    margin: min(5vw, 50px) auto 0 auto;
    box-sizing: border-box;
}
.item1-title, .item2-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: min(1.5vw, 15px);
    box-sizing: border-box;
}
.item1-title img {
    width: min(15vw, 160px);
}
.item1-title p {
    font-size: min(3vw, 30px);
    padding-left: min(1vw, 10px);
    font-weight: 700;
}
.item2-contents {
    background: linear-gradient(to right, #cbfefe, #fed9ec);
    padding: min(5vw, 50px) 0;
    margin-top: min(5vw, 50px);
    box-sizing: border-box;
}
.item2-contents .item2:first-child {
    margin-top: 0;
}
.item2 {
    width: 94%;
    max-width: 1160px;
    margin: min(5vw, 50px) auto 0 auto;
    box-sizing: border-box;
}
.item2-title img {
    width: min(4vw, 40px);
}
.item2-title p {
    font-size: min(2.5vw, 25px);
    padding-left: min(1vw, 10px);
    font-weight: 700;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .item1 {
        margin: 8vw auto 0 auto;
    }
    .item1-title, .item2-title {
        padding-bottom: 3.33vw;
    }
    .item1-title img {
        width: 26.67vw;
    }
    .item1-title p {
        font-size: 5.33vw;
        padding-left: 2vw;
    }
    .item2-contents {
        padding: 8vw 0;
        margin-top: 8vw;
    }
    .item2-contents .item2:first-child {
        margin-top: 0;
    }
    .item2 {
        width: 94%;
        max-width: 1160px;
        margin: 8vw auto 0 auto;
    }
    .item2-title img {
        width: 8vw;
    }
    .item2-title p {
        font-size: 4.8vw;
        padding-left: 2vw;
    }
}

.spotlight-sns {
    width: 300px;
    margin: 0 auto;
    padding: min(7vw, 70px) 0;
}
.spotlight-sns__title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: min(2vw, 20px);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.spotlight-sns__title img {
    width: min(12vw, 120px);
}
.spotlight-sns__title p {
    font-size: min(1.8vw, 18px);
    padding-left: min(.5vw, 5px);
    font-weight: 500;
    letter-spacing: .03em;
}
.spotlight-sns__link {
    display: flex;
    flex-wrap: wrap;
}
.spotlight-sns__link li {
    width: 47%;
}
.spotlight-sns__link li:last-child {
    margin-left: 6%;
}
.spotlight-sns__link li a {
    display: block;
    border: 2px solid #111;
    background: #FFF;
    border-radius: min(.8vw, 8px);
    transition-duration: 0.3s;
    box-sizing: border-box;
    padding: min(2.6vw, 26px) 0;
}
.spotlight-sns__link li a img {
    width: min(4.5vw, 45px);
    display: block;
    margin: 0 auto;
}
.spotlight-sns__link li a:hover {
    opacity: .6;
}
@media screen and (max-width: 768px) {
    .spotlight-sns {
        width: 60vw;
        margin: 0 auto;
        padding: 10.67vw 0;
    }
    .spotlight-sns__title {

        padding-bottom: 4vw;
    }
    .spotlight-sns__title img {
        width: 24vw;
    }
    .spotlight-sns__title p {
        font-size: 4vw;
        padding-left: 2vw;
    }
    .spotlight-sns__link li a {
        border-radius: 1.33vw;
        padding: 5.33vw 0;
    }
    .spotlight-sns__link li a img {
        width: 9.33vw;
    }
    .spotlight-sns__link li a:hover {
        opacity: 1;
    }
}