@charset "utf-8";

/* CSS Document */

:root { --blue: #275BA0; }
html { font-size: 10px; }
body { font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", "MS Gothic", "Helvetica Neue", Arial, sans-serif; font-size: 1.6rem; margin: 0px; text-align: center; background: #fff; line-height: 1.5; color: #444; word-wrap: break-word; -webkit-text-size-adjust: none; image-rendering: auto; font-weight: 500; font-optical-sizing: auto; }

b { font-weight: bold; }
p, form { margin: 0px; padding: 0px; }
img { border: none; margin: 0px; padding: 0px; backface-visibility: visible; -webkit-backface-visibility: visible; max-width: 100%; height: auto; vertical-align: top; }
picture { display: inline-block; }
a { text-decoration: none; outline: none; color: #444; }
a, input, textarea, button { transition: all 0.2s ease-out; }
input, textarea, select, button { outline: none; }
h1, h2, h3, h4, ul, dl, dt, dd { margin: 0px; padding: 0px; font-weight: 500; list-style: none; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.sp { display: none; }

.btns { display: flex; gap: 16px; }
.btns a { display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff; background: var(--blue) url(img/ic_arrow_w.svg) no-repeat right 16px center; background-size: 7px auto; border-radius: 50px; min-height: 48px; padding: 0px 36px 2px 24px; }
.btns a:hover { opacity: 0.75; background-position: right 12px center; }

/* Header */

header { background-color: rgba(255, 255, 255, 0.85); position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1001; transition: all 0.2s ease-out; }
header .cont { display: flex; justify-content: space-between; align-items: center; height: 96px; padding: 0px 35px; transition: all 0.2s ease-out; }
header .logo { display: flex; align-items: flex-end; }
header .logo span { display: inline-block; vertical-align: baseline; font-size: 1.2rem; color: var(--blue); border: var(--blue) solid 1px; border-radius: 30px; padding: 0px 5px; margin: 0px 0px 4px 6px; }
.float_nav header { backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
.float_nav header .cont { height: 80px; }

@media screen and (max-width: 820px) {
	header .cont { padding: 0px 20px; }
	header .logo img { width: 200px; }
}

/* Content */

main { overflow: hidden; }
main section { padding: 1px 20px; }
main section > .cont { max-width: 1024px; margin: 0 auto; }

.mv { height: 660px; }
.mv .swiper-slide { display: flex; justify-content: center; position: relative; }
.mv .swiper-slide > div { height: 660px; width: 1140px; max-width: 100%; margin: 0 auto; position: relative; transition: all 0.5s ease-out; display: flex; align-items: center; justify-content: space-between; text-align: left; padding: 96px 20px 0px 20px; }
.mv .swiper-slide-active > div { transform: translateX(0px); }
.mv .swiper-slide-prev > div { transform: translateX(-30px); }
.mv .swiper-slide-next > div { transform: translateX(30px); }
.mv .s1 { background: url(img/slide01.png) no-repeat center; background-size: cover; }
.mv .s1 .bx { width: 100%; }
.mv .s1 .ti { color: #000; font-family: "Noto Serif JP", sans-serif; font-size: 4.4rem; font-weight: bold; line-height: 1.4; text-shadow: 0px 0px 20px #fff; min-height: 190px; margin-bottom: 10px; padding-top: 20px; }
.mv .s1 > p { position: absolute; left: 20px; bottom: 10px; font-size: 1rem; color: #668FAB; font-weight: 300; }
.mv .s2 { background: url(img/slide02_bg.jpg) no-repeat center; background-size: cover; }
.mv .s2 .ti { font-size: 3.4rem; font-weight: bold; line-height: 1.7; min-height: 190px; margin-bottom: 10px; }
.mv .s2 .bx { width: 520px; }
.mv .s2 .im { width: 577px; max-width: calc(100% - 520px); }
.mv .s2 .im img { max-width: calc(100% + 60px); margin: 0px -30px -40px -30px; display: block; }

@media screen and (max-width: 1010px) {
	.mv .s2 .im img { max-width: calc(100% + 110px); margin: 0px -80px -40px -30px; }
}
@media screen and (max-width: 1060px) {
	.mv .s1 { background-position: 40% center; }
}

.title { font-family: "Noto Serif JP", sans-serif; font-size: 4rem; font-weight: bold; line-height: 1.4; margin-bottom: 50px; }
.title2 { font-size: 3.2rem; font-weight: bold; margin-bottom: 30px; }

.c01 { padding: 80px 20px; }
.c01 .bx1 { margin-bottom: 60px; }
.c01 .bx1 > div { background-color: #EEF2F7; width: 420px; max-width: 100%; margin: 0 auto; border-radius: 100px; border: var(--blue) solid 1px; font-size: 2.4rem; font-weight: bold; padding: 18px 20px; }
.c01 .bx1 > div:not(:last-child) { margin-bottom: 17px; }
.c01 .bx1 span { display: inline-block; background: url(img/ic_check.svg) no-repeat 0px center; background-size: 22px auto; padding: 0px 0px 2px 34px; min-width: 314px; text-align: left; }
.c01 .bx1 u { text-decoration: none; background: linear-gradient(to bottom, transparent 60%, #CC56694C 60%); }
.c01 .bx2 { display: flex; align-items: center; justify-content: space-between; }
.c01 .bx2 .t1 { width: 40%; }
.c01 .bx2 .t2 { width: 53%; }
.c01 .bx2 > div { background-color: #F6F6F6; border: #CFCFCF solid 1px; border-radius: 16px; padding: 0px 20px 25px 20px; }
.c01 .bx2 h3 { background-color: #CFCFCF; margin: -1px -21px 0px -21px; font-size: 2rem; font-weight: bold; padding: 14px 20px; margin-bottom: 25px; border-radius: 16px 16px 0px 0px; }
.c01 .bx2 > div > b { display: flex; justify-content: center; gap: 2px; }
.c01 .bx2 > div > b i { display: inline-block; width: 23px; height: 23px; background: url(img/ic_user.svg) no-repeat center; background-size: contain; vertical-align: top; }
.c01 .bx2 h4 { font-size: 2.4rem; margin-bottom: 5px; }
.c01 .bx2 h4:before { content: ''; display: block; margin: 0 auto; margin-bottom: 5px;  }
.c01 .bx2 h4 span { font-size: 3rem; }
.c01 .bx2 > div div { font-size: 2.4rem; margin-bottom: 10px; }
.c01 .bx2 > div div span { font-family: Inter, sans-serif; font-weight: 500; font-size: 4rem; margin-right: 2px; }
.c01 .bx2 > div div i { font-size: 1.2rem; font-style: normal; }
.c01 .bx2 > div.t2 { border: var(--blue) solid 2px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
.c01 .bx2 > div.t2 h3 { font-size: 3.2rem; color: #fff; background-color: var(--blue); }
.c01 .bx2 > div.t2 div { font-size: 3.2rem; }
.c01 .bx2 > div.t2 div span { font-size: 6.4rem; color: var(--blue); font-weight: bold; line-height: 1.2; }
.c01 .bx2 hr { display: block; border: none; background: none; width: 32px; height: 64px; background: url(img/ic_arrow_v.svg) no-repeat center; background-size: contain; margin: 0px 5px; }

.c02 { padding: 60px 20px 80px 20px; }
.c02 .cont > div:not(:last-child) { margin-bottom: 70px; }
.c02 .tx { display: inline-block; background: url(img/man01.png) no-repeat 0px center; background-size: 90px auto; padding: 17px 0px 17px 120px; font-weight: 500; margin-bottom: 10px; }
.c02 .t2 .tx { background: url(img/man02.png) no-repeat 0px center; background-size: 90px auto; }
.c02 .tx span { display: inline-block; background-color: #EEF2F7; font-size: 2.4rem; border-radius: 16px; border: var(--blue) solid 1px; padding: 10px 24px; position: relative; }
.c02 .tx span i { position: absolute; left: -13px; top: 50%; margin-top: -12px; transform: scaleY(0.6); }
.c02 .tx span i:before { content: ''; width: 24px; height: 24px; background-color: #EEF2F7; border: var(--blue) solid; border-width: 0px 0px 1px 1px; transform: rotate(45deg); display: block; }
.c02 h3 { font-size: 3.2rem; font-weight: bold; color: var(--blue); background: url(img/ic_arrow_h.svg) no-repeat center top; background-size: 64px auto; padding-top: 40px; margin-bottom: 25px; }
.c02 ul { display: flex; gap: 24px; }
.c02 li { width: 34%; border: var(--blue) solid 1px; border-radius: 16px; font-size: 2rem; line-height: 1.4; font-weight: bold; padding: 20px; display: flex; flex-direction: column; }
.c02 li span { display: block; margin: auto; }
.c02 li img { margin: 15px auto 0px auto; }

@media screen and (max-width: 960px) {
	.c02 ul { gap: 16px; }
	.c02 li { font-size: 1.8rem; padding: 16px; }
}

.c03 { background: url(img/bg01.png) no-repeat center 20%; background-size: cover; padding: 100px 20px; box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1); }
.c03 .cont { display: flex; flex-direction: column; align-items: flex-end; max-width: 1100px; }
.c03 p { text-align: left; width: 550px; font-family: "Noto Serif JP", sans-serif; font-size: 3.2rem; font-weight: bold; line-height: 1.4; }
.c03 p:not(:last-child) { margin-bottom: 20px; }

@media screen and (max-width: 1140px) {
	.c03 p { width: 480px; font-size: 2.8rem; }
}
@media screen and (max-width: 1000px) {
	.c03 { background-position: 60% 20%; }
	.c03 p { width: 420px; font-size: 2.4rem; }
}

.cta { margin-top: 140px; padding-bottom: 90px; position: relative; }
.cta:after { content: ''; position: absolute; width: 247px; height: 540px; background: url(img/decor01.svg) no-repeat center; background-size: cover; bottom: 0px; left: 0px; }
.cta .cont { display: flex; gap: 40px; }
.cta .cont > .ti { display: none; }
.cta .im { display: flex; background: #E9F3FF url(img/bg02.png) no-repeat center; background-size: cover; border-radius: 8px; width: 51%; align-items: center; justify-content: center; padding: 20px; min-height: 440px; }
.cta .ti { font-family: "Noto Serif JP", sans-serif; font-size: 4rem; font-weight: bold; line-height: 1.4; color: var(--blue); margin-left: -22px; margin-bottom: 20px; }
.cta .tx { width: 49%; text-align: left; padding-left: 22px; }
.cta .tx p { font-size: 2.4rem; font-weight: bold; line-height: 1.4; margin-bottom: 20px; }
.cta .tx ul { margin-bottom: 30px; }
.cta .tx li { line-height: 1.7; position: relative; padding-left: 18px; }
.cta .tx li:before { content: '・'; position: absolute; left: 0px; }
.cta .tx .btn a { display: inline-block; border-radius: 8px; font-weight: bold; font-size: 2rem; color: #fff; overflow: hidden; background: url(img/ic_arrow_w.svg) no-repeat right 20px center, linear-gradient(to bottom, #95AC4C 40%, #798C3E); background-size: 7px auto, auto; padding: 15px 44px 17px 28px; position: relative; }
.cta .tx .btn a:after { content: ''; width: 40px; height: 40px; background-color: #fff; opacity: 0.5; position: absolute; right: -24px; bottom: -24px; transform: rotate(45deg); }
.cta .tx .btn a:hover { opacity: 0.75; background-position: right 16px center; }

@media screen and (max-width: 1200px) {
	.cta:after { width: 180px; height: 400px; background-position: right bottom; }
}
@media screen and (max-width: 940px) {
	.cta:after { width: 120px; height: 320px; }
	.cta .cont { gap: 20px; }
	.cta .im { padding: 15px; min-height: 380px; }
	.cta .ti { font-size: 3.2rem; }
	.cta .tx p { font-size: 2rem; }
}

.c04 { background-color: #F6F8FB; position: relative; box-shadow: 0px -10px 20px #275BA01A; padding: 80px 20px 160px 20px; }
.c04 .cont > p { font-size: 2rem; line-height: 1.4; margin-bottom: 70px; }
.c04 .bx1 { margin-bottom: 70px; }
.c04 .bx1 h3 { font-size: 2.4rem; font-weight: bold; margin-bottom: 20px; }
.c04 .bx1 ul { display: flex; gap: 20px; justify-content: space-between; }
.c04 .bx1 li { width: 304px; font-size: 2rem; font-weight: bold; }
.c04 .bx1 li img { border-radius: 300px; border: solid 2px; width: 304px; }
.c04 .bx1 li span { display: block; margin-top: 10px; }
.c04 .bx1 li:nth-child(1) { color: #95AC4C; }
.c04 .bx1 li:nth-child(1) img { border-color: #95AC4C; }
.c04 .bx1 li:nth-child(2) { color: #DE764C; }
.c04 .bx1 li:nth-child(2) img { border-color: #DE764C; }
.c04 .bx1 li:nth-child(3) { color: #CC5669; }
.c04 .bx1 li:nth-child(3) img { border-color: #CC5669; }
.c04 .bx2 { background: url(img/bg03.png) no-repeat center 10%; background-size: cover; text-align: left; padding: 60px 30px; display: flex; }
.c04 .bx2 > div { width: 520px; margin-left: auto; }
.c04 .bx2 h3 { font-size: 2.4rem; font-weight: bold; margin-bottom: 20px; }
.c04 .bx2 p { font-weight: 400; }

@media screen and (max-width: 1020px) {
	.c04 .bx2 { background-position: 70% 10%; }
	.c04 .bx2 > div { width: 460px; }
}
@media screen and (max-width: 940px) {
	.c04 .bx2 > div { width: 400px; }
}

.c05 { background-color: #F6F8FB; padding: 0px 20px 80px 20px; }
.c05 .head { background: url(img/bg04.jpg) no-repeat center top; background-size: cover; height: 500px; padding: 70px 20px 20px 20px; margin: 0px -20px; }
.c05 .head > div { max-width: 1024px; margin: 0 auto; text-align: left; }
.c05 .title { margin-bottom: 20px; }
.c05 .title img { display: inline-block; vertical-align: top; margin: 3px 10px 0px 0px; }
.c05 .head p { font-size: 2rem; }
.c05 .cont { position: relative; background-color: #fff; border-radius: 16px; box-shadow: 0px 0px 10px #275BA01A; padding: 32px; margin-top: -220px; }
.c05 .list { display: flex; flex-flow: row wrap; gap: 32px; }
.c05 .list > div { width: calc(50% - 16px); }
.c05 .list .btn { cursor: pointer; transition: all 0.15s ease-out; }
.c05 .list .btn h3 { font-size: 2.4rem; font-weight: bold; margin: 12px 0px 5px 0px; }
.c05 .list .btn p { text-align: left; font-weight: 400; }
.c05 .list .btn:hover { opacity: 0.75; }

.popup { display: flex; position: fixed; width: 100%; height: 100%; z-index: 1002; left: 0px; top: 0px; justify-content: center; padding: 20px; pointer-events: none; opacity: 0; transition: all 0.2s ease-out; }
.popup > span { background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; }
.popup .pcont { background-color: #fff; border-radius: 16px; padding: 16px 6px 16px 32px; position: relative; z-index: 1; margin-top: auto; margin-bottom: auto; width: 800px; max-width: 100%; transition: all 0.2s ease-out; transform: translateY(-10px); }
.popup .pcont > div { max-height: calc(100vh - 32px - 40px); overflow: auto; padding: 16px 26px 16px 0px; }
.popup .pcont > div::-webkit-scrollbar { width: 8px; border-radius: 5px; }
.popup .pcont > div::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 5px; }
.popup .pcont > div::-webkit-scrollbar-thumb { background: #999; border-radius: 5px; }
.popup .pcont > div::-webkit-scrollbar-thumb:hover { background: #666; }
.popup .pcont .ti { font-weight: bold; font-size: 2.4rem; margin-bottom: 20px; }
.popup .pcont p { font-weight: 400; text-align: left; margin-top: 15px; }
.popup .pcont > span { position: absolute; z-index: 1; top: -12px; right: -12px; width: 44px; height: 44px; border-radius: 50%; background-color: #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); cursor: pointer; transition: all 0.15s ease-in-out; }
.popup .pcont > span:before, .popup .pcont > span:after { content: ''; width: 20px; height: 2px; background-color: var(--blue); position: absolute; left: 12px; top: 50%; margin-top: -1px; transform: rotate(-45deg); transition: all 0.15s ease-in-out; }
.popup .pcont > span:before { transform: rotate(45deg); }
.popup .pcont > span:hover { background-color: var(--blue); }
.popup .pcont > span:hover:before { background-color: #fff; transform: rotate(-45deg); }
.popup .pcont > span:hover:after { background-color: #fff; transform: rotate(45deg); }
.popup.on { opacity: 1; pointer-events: all; }
.popup.on .pcont { transform: translateY(0px); }

.c06 { padding: 80px 20px; }
.c06 .bx { display: flex; justify-content: space-between; margin-bottom: 15px; }
.c06 .bx > div { width: 48%; display: flex; flex-direction: column; }
.c06 .bx > i { font-style: normal; font-family: Inter, sans-serif; font-size: 4.8rem; font-weight: normal; padding: 0px 10px 40px 10px; margin-top: auto; margin-bottom: auto; }
.c06 .tx { border: #444 solid 2px; border-radius: 16px; background-color: #F6F6F6; padding: 0px 20px 20px 20px; display: flex; flex-direction: column; width: 100%; flex-grow: 1; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
.c06 .tx h3 { margin: -2px -22px 20px -22px; padding: 14px; border-radius: 16px 16px 0px 0px; font-size: 3.2rem; font-weight: bold; color: #fff; background-color: #444; }
.c06 .tx h3 + * { margin-top: auto; }
.c06 .tx h4 { font-size: 1.6rem; margin-bottom: 10px; }
.c06 .tx > span { font-size: 2.4rem; margin-bottom: 10px; }
.c06 .tx > span b { font-size: 3rem; font-weight: 500; display: inline-block; background: url(img/ic_user.svg) no-repeat 0px 6px; background-size: 23px 23px; padding-left: 30px; line-height: 1; }
.c06 .tx > div { margin-bottom: auto; font-size: 3.2rem; }
.c06 .tx > div span { font-family: Inter, sans-serif; font-weight: bold; font-size: 6.4rem; margin-right: 2px; }
.c06 .tx > div i { font-style: normal; font-size: 1.2rem; }
.c06 .t2 .tx { border-color: var(--blue); }
.c06 .t2 .tx h3 { background-color: var(--blue); }
.c06 .t2 .tx > div span { color: var(--blue); }
.c06 .bx > div > p { border: #CC5669 solid 1px; border-radius: 16px; background-color: #FAEEF0; color: #CC5669; font-size: 2.2rem; padding: 14px 10px 16px 10px; margin-top: 24px; position: relative; }
.c06 .bx > div > p i { position: absolute; left: 50%; margin-left: -12px; top: -13px; transform: scaleX(0.6); }
.c06 .bx > div > p i:before { content: ''; width: 24px; height: 24px; border: #CC5669 solid; border-width: 1px 0px 0px 1px; background-color: #FAEEF0; display: block; transform: rotate(45deg); }
.c06 .cont > p { text-align: left; font-size: 1.1rem; line-height: 1.4; color: #818181; }
.c06 .ctx { margin-top: 50px; }
.c06 .ctx .ti { font-size: 2.4rem; font-weight: bold; line-height: 1.4; margin-bottom: 20px; }
.c06 .ctx .im { margin-bottom: 25px; }
.c06 .ctx .btn a { display: inline-block; border-radius: 8px; font-weight: bold; font-size: 2rem; color: #fff; overflow: hidden; background: url(img/ic_arrow_w.svg) no-repeat right 20px center, linear-gradient(to bottom, #95AC4C 40%, #798C3E); background-size: 7px auto, auto; padding: 15px 44px 17px 28px; position: relative; }
.c06 .ctx .btn a:after { content: ''; width: 40px; height: 40px; background-color: #fff; opacity: 0.5; position: absolute; right: -24px; bottom: -24px; transform: rotate(45deg); }
.c06 .ctx .btn a:hover { opacity: 0.75; background-position: right 16px center; }

@media screen and (max-width: 1020px) {
	.c06 .bx > div > p { font-size: 1.8rem; }
}
@media screen and (max-width: 900px) {
	.c06 .bx > i { font-size: 4rem; padding-left: 5px; padding-right: 5px; }
	.c06 .tx > div span { font-size: 5.4rem; }
}

.c07 { padding: 60px 20px 80px 20px; }
.c07 .list { counter-reset: c07; }
.c07 dl { border: var(--blue) solid 2px; border-radius: 16px; background-color: #EEF2F7; display: flex; align-items: center; padding: 10px 24px 10px 114px; min-height: 104px; text-align: left; counter-increment: c07; position: relative; }
.c07 dl:not(:last-child) { margin-bottom: 24px; }
.c07 dl:before { content: counter(c07); width: 92px; font-family: Inter, sans-serif; font-size: 4.8rem; color: #fff; line-height: 1; position: absolute; left: 0px; top: 0px; display: flex; height: calc(100% + 4px); margin: -2px 0px -2px -2px; border-radius: 16px 0px 0px 16px; background-color: var(--blue); align-items: center; justify-content: center; padding-bottom: 3px; }
.c07 dt { width: 40%; font-size: 2.4rem; font-weight: bold; line-height: 1.4; }
.c07 dd { width: calc(60% - 15px); line-height: 1.4; margin-left: auto; }

.c08 { padding: 60px 20px; }
.c08 dl { border-top: #CFCFCF solid 1px; text-align: left; padding-top: 30px; }
.c08 dt, .c08 dd { position: relative; padding-left: 34px; }
.c08 dt:before, .c08 dd:before { font-family: Inter, sans-serif; font-size: 2.4rem; font-weight: 500; line-height: 1; color: var(--blue); position: absolute; left: 0px; width: 30px; text-align: center; }
.c08 dt:before { content: 'Q'; margin-top: 4px; }
.c08 dd:before { content: 'A'; margin-top: 3px; }
.c08 dt { font-size: 2rem; font-weight: 500; padding-bottom: 14px; }
.c08 dd { border-bottom: #CFCFCF solid 1px; font-weight: 400; padding-bottom: 30px; line-height: 1.7; }
.c08 dd:not(:last-child) { margin-bottom: 30px; }
.c08 dd a { text-decoration: underline; }
.c08 dd a:hover { text-decoration: none; }

/* Footer */

footer { background-color: #002B64; color: #fff; padding: 42px 20px 40px 20px; }
footer p { font-size: 1.2rem; font-weight: 400; letter-spacing: 0.06em; line-height: 1.6; }

.ptop { position: fixed; right: 20px; bottom: 20px; z-index: 100; transition: all 0.2s ease-out; }
.ptop a { width: 60px; height: 60px; display: block; opacity: 0; transform: translateY(10px); position: relative; pointer-events: none; background: var(--blue) url(img/ic_arrow_up.svg) no-repeat center; background-size: 16px auto; transition: all 0.2s ease-out; border-radius: 50%; }
.ptop_up .ptop a { opacity: 1; transform: translateY(0px); pointer-events: all; }
.ptop_up .ptop a:hover { text-decoration: none; opacity: 0.75; }

/* Responsive */

@media screen and (max-width: 768px) {
	.sp { display: block; }
	.pc { display: none; }

	header .cont { height: 92px; padding: 0px 16px; }
	header .logo { flex-direction: column; align-items: flex-start; }
	header .logo img { width: 180px; }
	header .logo span { font-size: 1rem; margin: 4px 0px 0px 0px; }
	header .btns { gap: 8px; }
	header .btns a { width: 60px; height: 60px; font-size: 0.7rem; line-height: 1.4; padding: 25px 0px 0px 0px; }
	header .btns .b1 a { background: var(--blue) url(img/ic_document.svg) no-repeat center 7px; background-size: 24px auto; }
	header .btns .b2 a { background: var(--blue) url(img/ic_mail.svg) no-repeat center 9px; background-size: 24px auto; padding-top: 22px; }
	.float_nav header .cont { height: 76px; }

	main section { padding: 1px 16px; }

	.mv { height: 558px; }
	.mv .swiper-slide > div { height: 558px; padding: 92px 24px 0px 24px; }
	.mv .s1 { background: url(img/slide01_sp.png) no-repeat center; background-size: cover; }
	.mv .s1 .ti { font-size: 3.2rem; padding-top: 0px; }
	.mv .s1 > p { display: none; }
	.mv .s2 .ti { font-size: 2.8rem; line-height: 1.5; position: relative; z-index: 1; }
	.mv .s2 .bx { width: 100%; }
	.mv .s2 .im { width: 0px; }
	.mv .s2 .im img { content: url(img/slide02_img_sp.png); max-width: 366px; margin: 200px -180px 0px -186px; }
	.mv .btns { flex-direction: column; align-items: flex-start; position: relative; z-index: 1; }
	.mv .btns a { font-size: 1.8rem; }

	.title { font-size: 2.4rem; margin-bottom: 30px; }
	.title2 { font-size: 2.4rem; margin-bottom: 25px; }

	.c01 { padding: 60px 16px; }
	.c01 .bx1 { margin-bottom: 45px; }
	.c01 .bx1 > div { width: 324px; max-width: 100%; font-size: 2rem; padding: 15px; }
	.c01 .bx1 > div:not(:last-child) { margin-bottom: 16px; }
	.c01 .bx1 span { padding: 0px 0px 0px 32px; min-width: 268px; }
	.c01 .bx2 { flex-direction: column; }
	.c01 .bx2 .t1, .c01 .bx2 .t2 { width: 100%; }
	.c01 .bx2 > div { padding-bottom: 16px; }
	.c01 .bx2 h3 { font-size: 1.6rem; padding: 12px 20px; margin-bottom: 20px; }
	.c01 .bx2 h4 { font-size: 2rem; margin-bottom: 0px; }
	.c01 .bx2 h4 span { font-size: 2.4rem; }
	.c01 .bx2 > div div { font-size: 2rem; }
	.c01 .bx2 > div div span { font-size: 3.6rem; }
	.c01 .bx2 > div.t2 h3 { font-size: 2.4rem; }
	.c01 .bx2 > div.t2 div { font-size: 2.4rem; }
	.c01 .bx2 > div.t2 div span { font-size: 5.6rem; }
	.c01 .bx2 > div p { font-size: 1.4rem; }
	.c01 .bx2 hr { width: 48px; height: 24px; background: url(img/ic_arrow_h.svg) no-repeat center; background-size: contain; margin: 16px 0px; }

	.c02 { padding: 20px 16px 60px 16px; }
	.c02 .cont > div:not(:last-child) { margin-bottom: 60px; }
	.c02 .tx { display: inline-block; background-size: 78px auto; padding: 10px 0px 10px 100px; margin-bottom: 5px; }
	.c02 .t2 .tx { background-size: 78px auto; }
	.c02 .tx span { font-size: 1.6rem; padding: 10px 20px; text-align: left; }
	.c02 .tx span i { transform: scaleY(0.4); }
	.c02 h3 { font-size: 2.4rem; background-size: 48px auto; padding-top: 30px; margin-bottom: 16px; }
	.c02 ul { flex-direction: column; gap: 20px; }
	.c02 li { width: 100%; font-size: 2rem; padding: 20px; }

	.c03 { background: url(img/bg01_sp.png) no-repeat center bottom; background-size: cover; padding: 40px 16px; min-height: 522px; }
	.c03 .cont { display: block; }
	.c03 p { text-align: center; width: auto; font-size: 2.3rem; }

	.cta { margin-top: 70px; padding-bottom: 70px; }
	.cta:after { display: none; }
	.cta .cont { display: block; }
	.cta .cont > .ti { display: block; }
	.cta .im { width: 100%; padding: 40px 20px; min-height: 0px; margin-bottom: 20px; }
	.cta .im img { width: 300px; }
	.cta .ti { font-size: 3.5rem; margin-left: -22px; margin-bottom: 20px; }
	.cta .tx { width: auto; text-align: center; padding-left: 0px; }
	.cta .tx .ti { display: none; }
	.cta .tx p { font-size: 2.4rem; margin-bottom: 16px; }
	.cta .tx ul { display: inline-block; text-align: left; margin-bottom: 25px; }

	.c04 { padding: 60px 16px 80px 16px; }
	.c04 .cont > p { font-size: 1.6rem; margin-bottom: 50px; }
	.c04 .bx1 { margin-bottom: 50px; }
	.c04 .bx1 h3 { font-size: 2rem; margin-bottom: 20px; }
	.c04 .bx1 ul { flex-direction: column; gap: 32px; align-items: center; }
	.c04 .bx1 li { width: 304px; font-size: 1.6rem; }
	.c04 .bx1 li img { width: 200px; }
	.c04 .bx1 li span { margin-top: 5px; }
	.c04 .bx2 { background-position: -200px 0px; padding: 16px; min-height: 250px; align-items: center; }
	.c04 .bx2 > div { width: auto; padding-left: 110px; }
	.c04 .bx2 h3 { font-size: 2rem; margin-bottom: 10px; }
	.c04 .bx2 p { font-size: 1.4rem; }

	.c05 { padding: 0px 0px 60px 0px; }
	.c05 .head { background: url(img/bg04_sp.jpg) no-repeat center top; background-size: cover; height: 287px; padding: 40px 16px 20px 16px; margin: 0px; }
	.c05 .head > div { max-width: 1024px; margin: 0 auto; text-align: left; }
	.c05 .title { margin-bottom: 16px; }
	.c05 .title img { width: 194px; margin: 0px; }
	.c05 .title span { display: block; }
	.c05 .head p { font-size: 1.6rem; }
	.c05 .cont { margin-top: -80px; }
	.c05 .list > div { width: 100%; }
	.c05 .list .btn h3 { font-size: 2rem; }

	.popup { padding: 10px; }
	.popup > span { background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; }
	.popup .pcont { background-color: #fff; border-radius: 16px; padding: 16px; position: relative; z-index: 1; margin-top: auto; margin-bottom: auto; width: 800px; max-width: 100%; transition: all 0.2s ease-out; transform: translateY(-10px); }
	.popup .pcont > div { max-height: calc(100vh - 60px); padding: 4px 0px; }
	.popup .pcont > div::-webkit-scrollbar { width: 0px; }
	.popup .pcont .ti { font-size: 2rem; margin-bottom: 16px; }

	.c06 { padding: 60px 16px; }
	.c06 .bx { flex-direction: column; align-items: center; margin-bottom: 15px; }
	.c06 .bx > div { width: 100%; }
	.c06 .bx > i { padding: 10px 0px; }
	.c06 .tx h3 { padding: 12px; font-size: 2.4rem; }
	.c06 .tx h4 { font-size: 1.6rem; margin-bottom: 10px; }
	.c06 .tx > span { font-size: 2rem; margin-bottom: 0px; }
	.c06 .tx > span b { font-size: 2.4rem; background-position: 0px 2px; padding-bottom: 1px; }
	.c06 .tx > div { font-size: 2.4rem; }
	.c06 .tx > div span { font-size: 5.6rem; }
	.c06 .bx > div > p { font-size: 2rem; padding: 10px; }
	.c06 .bx > div > p i { transform: scaleX(0.5); }
	.c06 .ctx .im img { width: 300px; }

	.c07 { padding: 30px 16px 60px 16px; }
	.c07 dl { flex-direction: column; align-items: flex-start; padding: 18px 22px 18px 66px; min-height: 0px; }
	.c07 dl:not(:last-child) { margin-bottom: 16px; }
	.c07 dl:before { width: 48px; font-size: 3.2rem; padding-bottom: 1px; }
	.c07 dt { width: auto; font-size: 2rem; margin-bottom: 10px; }
	.c07 dd { width: auto; font-size: 1.4rem; margin-left: 0px; }

	.c08 { padding: 30px 16px 10px 16px; }
	.c08 dl { padding-top: 25px; }
	.c08 dt, .c08 dd { padding-left: 34px; }
	.c08 dd:before { margin-top: 1px; }
	.c08 dt { font-size: 2rem; padding-bottom: 12px; }
	.c08 dd { font-size: 1.4rem; padding-bottom: 25px; }
	.c08 dd:not(:last-child) { margin-bottom: 25px; }

	footer { padding: 28px 60px 28px 16px; }

	.ptop { right: 10px; bottom: 16px; }
	.ptop a { width: 40px; height: 40px; }
}
@media screen and (max-width: 380px) {
	.mv .s2 .ti { font-size: 2.7rem; }
	.title { font-size: 2.2rem; }

	.c03 p { font-size: 2.2rem; }
	.cta .ti { font-size: 3.4rem; }
	.c04 .cont > p { font-size: 1.5rem; }

	.c07 dl { padding: 18px 18px 18px 60px; }
	.c07 dl:before { width: 44px; }
}