@charset "UTF-8";
/*
Theme Name: ジョブキャム
*/
/* ----------------------------- リセット */
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, 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; vertical-align: baseline; background: transparent; font-size: 100%; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

a { margin: 0; padding: 0; vertical-align: baseline; background: transparent; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

img { vertical-align: top; font-size: 0; line-height: 0; }

sup { font-size: 8px; }

em { font-style: normal; }

/* ----------------------------- 全体 */
html { font-size: 62.5%; }

body { font-size: 16px; font-size: 1.6rem; line-height: 1.5; color: #000; background: #fff; position: relative; min-width: 1100px; -webkit-text-size-adjust: 100%; font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-feature-settings: "palt"; }

a:link, a:visited { color: #00468A; text-decoration: underline; }
a:hover, a:active { color: #00468A; text-decoration: none; }
a, a img { -webkit-transition: 0.2s ease all; transition: 0.2s ease all; }
a:hover { opacity: 0.7; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); }

img { max-width: 100%; height: auto; }

@media screen and (min-width: 768px) { .sp-only { display: none !important; } }
@media screen and (max-width: 767px) { .pc-only { display: none !important; } }
/* ----------------------------- パーツ */
.c-wrap { max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__900 { max-width: 900px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__960 { max-width: 960px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__1024 { max-width: 1024px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__1080 { max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.c-wrap__1200 { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }

.c-title1 { text-align: center; margin-bottom: 40px; padding-bottom: 20px; position: relative; }
.c-title1:before { display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin-left: auto; margin-right: auto; width: 40px; height: 4px; background: #A8C8FF; }
.c-title1 .h { font-size: 32px; font-size: 3.2rem; }
.c-title1 .t { font-size: 30px; font-size: 3rem; line-height: 1.5; color: #3777CB; font-weight: 700;  }
.c-title1 .p { font-size: 18px; font-size: 1.8rem; line-height: 1.5; font-weight: 700; margin:10px auto 86px; }

.c-title2 { margin-bottom: 36px; }
.c-title2 .h { border-left: 4px solid #0F5EB1; padding-left: 24px; font-size: 32px; font-size: 3.2rem; font-weight: 700; letter-spacing: 0.02em; color: #00468A; line-height: 1.5; }

.c-title3 { margin-top: 24px; margin-bottom: 8px; }
.c-title3 .h { background: url(../img/common/icon_1.svg) no-repeat left center; padding-left: 37px; font-size: 24px; font-size: 2.4rem; color: #0F5EB1; line-height: 1.5; letter-spacing: 0.08em; margin-bottom: 8px; }

.c-btn1 { display: flex; }
.c-btn1 li { margin-right: 24px; min-width: 280px; text-align: center; }
.c-btn1 li:last-child { margin-right: 0; }
.c-btn1 li a, .c-btn1 li .anchor { font-size: 18px; font-size: 1.8rem; font-weight: 700; border-radius: 100px; padding: 15px 16px 16px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; text-align: center; display: block; text-decoration: none; background-repeat: no-repeat; background-image: linear-gradient(to right, #eb3349 0%, #f45c43 100%); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); overflow: hidden; position: relative; }
.c-btn1 li a::before, .c-btn1 li a::after, .c-btn1 li .anchor::before, .c-btn1 li .anchor::after { display: block; content: ""; position: absolute; }
.c-btn1 li a::before, .c-btn1 li .anchor::before { width: 0; height: 100%; left: 0; top: 0; background: #fff; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; z-index: 1; }
.c-btn1 li a::after, .c-btn1 li .anchor::after { left: 0; top: 0; right: 0; bottom: 0; border: 2px solid transparent; border-radius: 100px; background: linear-gradient(to right, #eb3349 0%, #f45c43 100%) border-box border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box; -webkit-mask-composite: destination-out; mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box; mask-composite: exclude; z-index: 1; }
.c-btn1 li a:hover, .c-btn1 li .anchor:hover { opacity: 1; border-color: #EF4547; color: #EF4547; }
.c-btn1 li a:hover::before, .c-btn1 li .anchor:hover::before { width: 100%; }
.c-btn1 li a:hover::after, .c-btn1 li .anchor:hover::after { background: linear-gradient(to right, #EF4547 0%, #EF4547 100%) border-box border-box; }
.c-btn1 li a:hover span::after, .c-btn1 li .anchor:hover span::after { background-image: url(../img/common/arrow_1-red.svg); }
.c-btn1 li .anchor { cursor: pointer; }
.c-btn1 li span { display: inline-block; background-position: left center; background-repeat: no-repeat; background-size: 21px 24px; padding-left: 32px; padding-top: 3px; padding-bottom: 3px; position: relative; z-index: 2; }
.c-btn1 li span::after { content: ""; display: inline-block; vertical-align: middle; background: url(../img/common/arrow_1-white.svg) no-repeat center; background-size: 9px 16px; width: 9px; height: 16px; margin-left: 12px; }
.c-btn1 li .t { font-size: 14px; font-size: 1.4rem; margin-top: 14px; color: #43474E; font-weight: 700; line-height: 1.5; }
.c-btn1 li.request span { background-image: url(../img/common/icon_request.svg); }
.c-btn1 li.request a:hover span, .c-btn1 li.request .anchor:hover span { background-image: url(../img/common/icon_request-red.svg); }
.c-btn1 li.demo span { background-image: url(../img/common/icon_demo-white.svg); }
.c-btn1 li.demo a:hover span, .c-btn1 li.demo .anchor:hover span { background-image: url(../img/common/icon_demo-red.svg); }

.c-btn2 { text-align: center; margin-top: 40px; }
.c-btn2 a, .c-btn2 .anchor { display: inline-block; color: #fff; font-size: 18px; font-size: 1.8rem; font-weight: 700; padding: 15px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 270px; background: #E76565; }
.c-btn2 a.blue, .c-btn2 .anchor.blue { background: #0F5EB1; }
.c-btn2 a.white, .c-btn2 .anchor.white { background: #fff; color: #0F5EB1; }
.c-btn2 a.white span, .c-btn2 .anchor.white span { background-image: url(../img/common/arrow_1-blue.svg); }
.c-btn2 .anchor { cursor: pointer; }
.c-btn2 span { display: inline-block; padding-right: 41px; background: url(../img/common/arrow_1-white.svg) no-repeat right center; background-size: 9px 16px; }

/* ----------------------------- ヘッダー */
.l-header { position: sticky; left: 0; top: 0; z-index: 99; background-color: rgba(255, 255, 255, 0.65); -webkit-box-sizing: border-box; box-sizing: border-box; }
@media screen and (min-width: 1160px) { .l-header .thin-view { display: none !important; } }
@media screen and (max-width: 1159px) { .l-header .wide-view { display: none !important; } }
@media screen and (max-width: 1100px) { .l-header { width: calc(100vw - 20px); } }
.l-header-wrap { display: flex; justify-content: space-between; align-items: center; }
.l-header .logo { padding: 16px; }
.l-header .block1 { display: flex; align-items: center; }
.l-header .menu { margin-left: auto; margin-right: 12px; }
.l-header .menu ul { display: flex; align-items: center; }
.l-header .menu li { margin-left: 24px; }
.l-header .menu li:first-child { margin-left: 0; }
@media screen and (max-width: 1300px) { .l-header .menu li { margin-left: 0; } }
.l-header .menu li a { color: #000; text-decoration: none; font-weight: 700; font-size: 15px; font-size: 1.5rem; padding: 0 12px; display: block; }
.l-header .menu li span { display: block; padding-top: 24px; padding-bottom: 24px; border-top: 4px solid transparent; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; }
.l-header .menu li.is-active a, .l-header .menu li a:hover { color: #00468A; opacity: 1; }
.l-header .menu li.is-active a span, .l-header .menu li a:hover span { border-top-color: #A8C8FF; }
.l-header .action { display: flex; }
.l-header .action li a { font-size: 16px; font-size: 1.6rem; display: block; font-weight: 700; text-decoration: none; padding: 13px 22px 10px; }
.l-header .action li span { display: block; background-repeat: no-repeat; background-position: center top; background-size: 21px 24px; padding-top: 28px; }
.l-header .action li.request a { background: #0F5EB1; color: #fff; }
.l-header .action li.request span { background-image: url(../img/common/icon_request.svg); }
.l-header .action li.demo a { background: #FFE169; color: #000; }
.l-header .action li.demo span { background-image: url(../img/common/icon_demo.svg); }
@media screen and (max-width: 1160px) { .l-header { padding-top: 16px; padding-bottom: 16px; }
  .l-header-wrap { padding-left: 18px; padding-right: 0; }
  .l-header .logo { padding: 0; }
  .l-header .logo img { width: 185px; }
  .l-header .menu { background: #0F5EB1; color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100dvh; overflow: auto; display: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 18px 50px; }
  .l-header .menu-wrap { display: flex; flex-direction: column; align-items: center; min-height: 100%; }
  .l-header .menu-inner { display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
  .l-header .menu .logo { font-size: 15px; font-size: 1.5rem; line-height: 135%; margin-bottom: 30px; color: #fff; }
  .l-header .menu ul { display: block; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; }
  .l-header .menu li { margin-left: 0; }
  .l-header .menu li:last-child { margin-bottom: 0; }
  .l-header .menu li a { color: #fff; font-size: 15px; font-size: 1.5rem; padding: 0 20px; border-top: 0; }
  .l-header .menu li a:hover { color: #fff; }
  .l-header .menu li span { border-top: 0; padding-top: 20px; padding-bottom: 20px; }
  .l-header .menu li.is-active a { color: #fff; }
  .l-header .menu .close { position: absolute; right: 20px; top: 20px; z-index: 9; }
  .l-header .menu .c-btn1 { margin-top: 50px; max-width: 500px; margin-left: auto; margin-right: auto; }
  .l-header .menu .c-btn1 li { margin-right: 0; margin-bottom: 32px; }
  .l-header .menu .c-btn1 li:last-child { margin-bottom: 0; }
  .l-header .menu .c-btn1 li span { display: inline-block; }
  .l-header .btn { padding: 18px 18px; }
  .l-header .btn span { display: block; background: #0F5EB1; position: relative; width: 28px; height: 1px; }
  .l-header .btn span:before, .l-header .btn span:after { display: block; content: ""; position: absolute; left: 0; width: 100%; height: 100%; background: #0F5EB1; }
  .l-header .btn span:before { top: -9px; }
  .l-header .btn span:after { bottom: -8px; }
  .l-header .btn.is-open span { background: transparent; }
  .l-header .btn.is-open span:before { top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .l-header .btn.is-open span:after { bottom: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } }

/* ----------------------------- フッター */
.l-footer { background: #333; padding-top: 64px; padding-bottom: 64px; color: #fff; }
.l-footer-wrap { display: flex; justify-content: center; }
.l-footer .block1 { margin-right: 146px; max-width: 355px; }
.l-footer .block1 .logo { font-size: 15px; font-size: 1.5rem; font-weight: 700; line-height: 135%; margin-bottom: 12px; }
.l-footer .block1 .info { line-height: 180%; margin-bottom: 12px; }
.l-footer .block1 .copyright { font-size: 12px; font-size: 1.2rem; }
.l-footer .menu li { margin-bottom: 16px; font-weight: 700; }
.l-footer .menu li:last-child { margin-bottom: 0; }
.l-footer .menu li a { text-decoration: none; color: #fff; }

/* ----------------------------- タブレット */
/* ----------------------------- スマホ */
@media screen and (max-width: 767px) { body { min-width: initial; }
  .c-title1 { padding-bottom: 15px; margin-bottom: 30px; }
  .c-title1:before { width: 30px; height: 3px; }
  .c-title1 .h { font-size: 21px; font-size: 2.1rem; }
  .c-title2 .h { font-size: 21px; font-size: 2.1rem; padding-left: 14px; }
  .c-title3 .h { font-size: 20px; font-size: 2rem; background-size: 22px; padding-left: 30px; }
  .c-btn1 { flex-direction: column; align-items: center; }
  .c-btn1 li { margin-right: 0; margin-bottom: 32px; }
  .c-btn1 li:last-child { margin-bottom: 0; }
  .l-header { width: 100%; }
  .l-footer { padding-top: 50px; padding-bottom: 80px; }
  .l-footer-wrap { display: block; }
  .l-footer .block1 { max-width: initial; margin-right: 0; margin-bottom: 20px; }
  .l-footer .block1 .info { font-size: 14px; font-size: 1.4rem; line-height: 165%; margin-top: 10px; }
  .l-footer .menu li { margin-bottom: 0; border-bottom: 1px dotted #666; }
  .l-footer .menu li a { display: block; padding-top: 10px; padding-bottom: 10px; }
  .l-footer .copyright { margin-top: 25px; font-size: 12px; font-size: 1.2rem; }
  /* ----------------------------- 固定ボタン */
  .l-fixed { position: fixed; left: 0; right: 0; bottom: 0; z-index: 99; width: 100%; max-width: 340px; margin-left: auto; margin-right: auto; }
  .l-fixed ul { display: flex; }
  .l-fixed li { width: 50%; }
  .l-fixed li a { font-size: 15px; font-size: 1.5rem; display: block; font-weight: 700; text-decoration: none; padding: 10px 22px; text-align: center; }
  .l-fixed li span { display: inline-block; background-repeat: no-repeat; background-position: left center; background-size: 21px 24px; padding-left: 32px; padding-top: 4px; padding-bottom: 4px; }
  .l-fixed li.request a { background: #0F5EB1; color: #fff; border-radius: 6px 0 0 0; }
  .l-fixed li.request span { background-image: url(../img/common/icon_request.svg); }
  .l-fixed li.demo a { background: #FFE169; color: #000; border-radius: 0 6px 0 0; }
  .l-fixed li.demo span { background-image: url(../img/common/icon_demo.svg); } }
/* ----------------------------- TOP */
.p-top__kv .block1 { background: #EFF6FC url(../img/top/kv_bg1.jpg) no-repeat center right; background-size: cover; padding-top: 60px; padding-bottom: 60px; }
.p-top__kv .block1 .c-wrap__1200 { display: flex; justify-content: space-between; }
.p-top__kv .block1 .box1 { width: 47.25%; }
.p-top__kv .block1 .box1 .catch { margin-bottom: 20px; color: #BA1A1A; font-weight: 700; font-size: 24px; font-size: 2.4rem; }
.p-top__kv .block1 .box1 .lead { font-size: 52px; font-size: 5.2rem; font-weight: 900; line-height: 1.24; margin-bottom: 20px; color: #0F5EB1; }
.p-top__kv .block1 .box1 .logo { background: #0F5EB1; color: #fff; font-size: 30px; font-size: 3rem; padding: 8px 25px 9px; line-height: 1.35; margin-bottom: 24px; }
.p-top__kv .block1 .box1 .txt1 { font-weight: 700; line-height: 1.55; margin-bottom: 30px; color: #43474E; }
.p-top__kv .block1 .img1 { width: 52.84%; text-align: right; }
.p-top__kv .point { display: flex; justify-content: space-between; padding-top: 40px; padding-bottom: 40px; }
.p-top__kv .point li { margin-right: 40px; background-position: left center; background-repeat: no-repeat; background-size: 54px 54px; padding-left: 70px; }
.p-top__kv .point li:last-child { margin-right: 0; }
.p-top__kv .point li.p1 { background-image: url(../img/top/kv_icon1.svg); }
.p-top__kv .point li.p2 { background-image: url(../img/top/kv_icon2.svg); }
.p-top__kv .point li.p3 { background-image: url(../img/top/kv_icon3.svg); }
.p-top__kv .point li.p4 { background-image: url(../img/top/kv_icon4.svg); }
.p-top__kv .point .h { font-size: 18px; font-size: 1.8rem; color: #0F5EB1; padding-bottom: 8px; margin-bottom: 6px; position: relative; }
.p-top__kv .point .h:before { display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #CCFFFD 0%, #B4D7FF 100%); }
.p-top__kv .point .t { font-size: 12px; font-size: 1.2rem; line-height: 1.8; font-weight: 500; }
.p-top__achievement { background: linear-gradient(90deg, #CCFFFD 0%, #B4D7FF 100%); padding-top: 54px; padding-bottom: 186px; position: relative; }
.p-top__achievement:before { display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 114px; background: url(../img/top/achievement_bg1.svg) no-repeat center bottom; background-size: 1440px 114px; }
@media screen and (min-width: 1440px) { .p-top__achievement:before { background-size: 100% 114px; } }
.p-top__achievement .c-wrap { display: flex; justify-content: space-between; position: relative; z-index: 1; }
.p-top__achievement .img1 { width: 49.3637%; }
.p-top__achievement .box1 { width: 47.4545%; }
.p-top__achievement .box1 .h { font-size: 28px; font-size: 2.8rem; margin-bottom: 6px; }
.p-top__achievement .box1 .h.l2 { margin-bottom: 18px; }
.p-top__achievement .box1 .h span { color: #003062; }
.p-top__achievement .box1 .h em { color: #BA1A1A; }
.p-top__achievement .box1 .txt1 { font-size: 18px; font-size: 1.8rem; margin-bottom: 24px; }
.p-top__achievement .box1 .txt1 strong { margin-top: 10px; font-size: 24px; font-size: 2.4rem; display: block; }
.p-top__achievement .box1 .c-btn1 { position: relative; margin-left: -30px; }
.p-top__achievement .box1 .c-btn1 li { margin-right: 16px; }
.p-top__problem { background: #FDFBFF; padding-top: 94px; }
.p-top__problem .problem { margin-bottom: 40px; padding-bottom: 40px; background: url(../img/top/problem_icon1.svg) no-repeat center bottom; background-size: 56px 56px; }
.p-top__problem .problem ul { display: flex; flex-wrap: wrap; }
.p-top__problem .problem li { width: 48.4375%; margin-left: 3.125%; margin-bottom: 80px; text-align: center; }
.p-top__problem .problem li:nth-child(2n+1) { margin-left: 0; }
.p-top__problem .problem .img1 { margin-bottom: 28px; }
.p-top__problem .problem .txt1 { color: #6F5675; font-weight: 700; font-size: 18px; font-size: 1.8rem; padding-left: 10px; padding-right: 10px; }
.p-top__problem .problem p { color: #43474E; line-height: 1.5; font-weight: 700; text-align: left; background: url(../img/common/icon_check.svg) no-repeat left top; background-size: 25px 24px; padding-left: 30px; margin-bottom: 16px; }
.p-top__problem .problem p:last-child { margin-bottom: 0; }
.p-top__problem .problem p em { color: #3777CB; }
.p-top__problem .support { text-align: center; background: #fff; padding-top: 64px; padding-bottom: 56px; }
.p-top__problem .support .box1 p { font-size: 32px; font-size: 3.2rem; line-height: 1.5; font-weight: 700; }
.p-top__problem .support .box1 p em { color: #BA1A1A; }
.p-top__reason { padding-top: 136px; padding-bottom: 136px; background: #fff; }
.p-top__reason .content { margin-bottom: 104px; }
.p-top__reason .content li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 104px; }
.p-top__reason .content li:last-child { margin-bottom: 0; }
.p-top__reason .content li:nth-child(2n) { flex-direction: row-reverse; }
.p-top__reason .content .box1 { width: 45.3125%; }
.p-top__reason .content .box1 .en { font-family: "Barlow", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-weight: 700; font-size: 24px; font-size: 2.4rem; color: #0F5EB1; margin-bottom: 10px; line-height: 1; }
.p-top__reason .content .box1 .en span { font-size: 40px; font-size: 4rem; }
.p-top__reason .content .box1 .h { font-size: 32px; font-size: 3.2rem; margin-bottom: 20px; }
.p-top__reason .content .box1 .h span { display: inline-block; position: relative; z-index: 1; }
.p-top__reason .content .box1 .h span::before { display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 42%; -webkit-box-sizing: border-box; box-sizing: border-box; background: #FFD702; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; z-index: -1; }
.p-top__reason .content .box1 .h span.is--animate::before { width: 100%; }
.p-top__reason .content .box1 .h2 { font-size: 24px; font-size: 2.4rem; font-weight: 700; color: #43474E; margin-bottom: 24px; line-height: 1.5; }
.p-top__reason .content .box1 .h2 em { color: #0F5EB1; }
.p-top__reason .content .box1 .t { margin-bottom: 20px; line-height: 1.5; }
.p-top__reason .content .box1 .point p { font-weight: 700; margin-bottom: 16px; background: url(../img/common/icon_check.svg) no-repeat left top; background-size: 24px 24px; padding-left: 32px; }
.p-top__reason .content .box1 .point p:last-child { margin-bottom: 0; }
.p-top__reason .content .img1 { width: 45.3125%; }
.p-top__reason .content .img1 img { border-radius: 16px; box-shadow: 24px 24px 0px #D5E8FA; }
.p-top__contact { background: #0F5EB1; color: #fff; padding-top: 64px; padding-bottom: 64px; margin-bottom: 96px; text-align: center; }
.p-top__contact:last-child { margin-bottom: 0; }
.p-top__contact .h { margin-bottom: 40px; font-size: 28px; font-size: 2.8rem; line-height: 1.5; font-weight: 700; }
.p-top__contact .c-btn1 { justify-content: center; }
.p-top__contact .c-btn1 .t { color: #fff; }
.p-top__function { margin-bottom: 208px; }
.p-top__function .heading { margin-bottom: 116px; text-align: center; }
.p-top__function .heading .c-title1 { margin-bottom: 60px; }
.p-top__function .content { display: flex; }
.p-top__function .content .block1 { width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 20px; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; text-decoration: none; color: #000; }
.p-top__function .content .block1:hover { opacity: 1; }
.p-top__function .content .block1-inner { max-width: 480px; margin-left: auto; margin-right: auto; }
.p-top__function .content .block1 .h { text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: 700; padding: 18px 10px; margin-bottom: 26px; color: #fff; }
.p-top__function .content .block1 .l { text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: 700; color: #43474E; margin-bottom: 28px; line-height: 1.5; margin-bottom: 46px; }
.p-top__function .content .block1 .img1 { text-align: center; margin-bottom: 48px; }
.p-top__function .content .block1 .check p { font-weight: 700; line-height: 1.5; margin-bottom: 16px; background-repeat: no-repeat; background-position: left top; background-size: 24px 24px; padding-left: 32px; }
.p-top__function .content .block1 .check p:last-child { margin-bottom: 0; }
.p-top__function .content .block1.website { background: #F2F0EF; }
.p-top__function .content .block1.website:hover { background: #F9EBEB; }
.p-top__function .content .block1.website .h { background: #E76565; }
.p-top__function .content .block1.website .l em { color: #E76565; }
.p-top__function .content .block1.website .check p { background-image: url(../img/common/icon_check-red.svg); }
.p-top__function .content .block1.admin { background: #D5E8FA; }
.p-top__function .content .block1.admin:hover { background: #bedcf9; }
.p-top__function .content .block1.admin .h { background: #0F5EB1; }
.p-top__function .content .block1.admin .l em { color: #0F5EB1; }
.p-top__function .content .block1.admin .check p { background-image: url(../img/common/icon_check.svg); }
.p-top__result { max-width: 1140px; margin-left: auto; margin-right: auto; margin-bottom: 130px; }
.p-top__result .block1 { display: flex; justify-content: space-between; align-items: center; }
.p-top__result .block1 .img1 { width: calc(100% - 598px + 180px); position: relative; z-index: 1; margin-right: -180px; height: 434px; }
.p-top__result .block1 .img1 img { width: 100%; height: 100%; object-fit: cover; }
.p-top__result .block1 .box1 { max-width: 598px; position: relative; z-index: 9; background: linear-gradient(to right, #0f5eb1 0%, #1884a4 100%); color: #fff; padding: 30px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.p-top__result .block1 .box1 .t { font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-bottom: 18px; }
.p-top__result .block1 .box1 .t span { display: inline-block; color: #0F5EB1; background: #fff; padding: 3px 5px; margin-bottom: 8px; }
.p-top__result .block1 .box1 .t span:last-child { margin-bottom: 0; }
.p-top__result .block1 .box1 .name { margin-top: 18px; }
.p-top__result .block1 .box1 .c-btn2 { margin-top: 32px; }
.p-top__client { background: #F2F4F6; position: relative; padding-top: 208px; padding-bottom: 20px; }
.p-top__client:before { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 114px; background: url(../img/top/client_bg1.svg) no-repeat center bottom; background-size: 1440px 114px; }
@media screen and (min-width: 1440px) { .p-top__client:before { background-size: 100% 114px; } }
.p-top__client .content ul { display: flex; flex-wrap: wrap; }
.p-top__client .content li { width: 32.037%; margin-left: 1.9445%; margin-bottom: 96px; display: flex; }
.p-top__client .content li:nth-child(3n+1) { margin-left: 0; }
.p-top__client .content li a { display: block; text-decoration: none; background: #fff; color: #000; border-radius: 0 0 20px 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.p-top__client .content li a:hover { opacity: 1; }
.p-top__client .content li a:hover .img1 img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.p-top__client .content li .img1 { overflow: hidden; }
.p-top__client .content li .img1 img { width: 100%; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; }
.p-top__client .content li .box1 { padding: 14px 16px 16px; }
.p-top__client .content li .box1 .logo { margin-bottom: 14px; }
.p-top__client .content li .box1 .t { font-weight: 700; line-height: 1.5; margin-bottom: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.p-top__client .content li .box1 .company { margin-bottom: 12px; }
.p-top__client .content li .box1 .area { display: inline-block; font-size: 13px; font-size: 1.3rem; border-radius: 6px; border: 1px solid #000; padding: 6px 12px 5px; }
.p-top__area { padding-bottom: 104px; background: #F4F3F7; }
.p-top__area .content { text-align: center; }
.p-top__area .content .img1 { margin-bottom: 40px; }
.p-top__plan { background: linear-gradient(90deg, #CCFFFD 0%, #B4D7FF 100%); }
.p-top__plan .block1 { padding-top: 77px; padding-bottom: 50px; background: url(../img/top/plan_bg1.jpg) no-repeat center; background-size: cover; }
.p-top__plan .block1 .c-wrap__1024 { display: flex; align-items: center; justify-content: space-between; }
.p-top__plan .block1 .txt1 { width: 36.1328%; }
.p-top__plan .block1 .txt1 .t { font-size: 28px; font-size: 2.8rem; margin-bottom: 40px; }
.p-top__plan .block1 .img1 { width: 62.5%; }
.p-top__plan .block2 { padding-top: 96px; padding-bottom: 96px; background: rgba(255, 255, 255, 0.5); }
.p-top__plan .block2 .lead { text-align: center; font-size: 26px; font-size: 2.6rem; margin-bottom: 40px; }
.p-top__plan .block2 .c-btn1 { justify-content: space-around; }
.p-top__plan .block2 .c-btn1 li { min-width: 460px; margin-right: 0; }
.p-top__faq { background: #F4F3F7; padding-top: 96px; padding-bottom: 68px; }
.p-top__faq .content dl { margin: 0; background: #fff; border: 1px solid #eee; box-shadow: 0 4px 0px #E6EBEF; padding: 24px 40px; margin-bottom: 15px; cursor: pointer; }
.p-top__faq .content dl:last-child { margin-bottom: 0; }
.p-top__faq .content dl.is-open dt span:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.p-top__faq .content dt { font-size: 20px; font-size: 2rem; background: url(../img/top/faq_icon1.svg) no-repeat left center; background-size: 43px 40px; padding-left: 68px; font-weight: 700; padding-top: 5px; padding-bottom: 5px; }
.p-top__faq .content dt span { display: block; position: relative; padding-right: 24px; }
.p-top__faq .content dt span:before { display: block; content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; width: 19px; height: 9px; background: url(../img/top/faq_icon2.svg) no-repeat center; background-size: contain; }
.p-top__faq .content dd { display: none; cursor: auto; position: relative; margin: 24px -40px -20px; padding: 0 40px 20px; }
.p-top__faq .content dd > div { padding-top: 24px; border-top: 1px solid #ddd; }
.p-top__request { background: #D5E3FF; padding-top: 96px; padding-bottom: 96px; }
.p-top__request .content .note { text-align: center; font-size: 14px; font-size: 1.4rem; margin-bottom: 25px; }
.p-top__request .content .form { border: 1px solid #A8C8FF; background: #fff; padding: 30px 40px 45px; }
.p-top__request .content .form table { width: 100%; }
.p-top__request .content .form th, .p-top__request .content .form td { border-bottom: 1px solid #A8C8FF; padding-top: 20px; padding-bottom: 20px; }
.p-top__request .content .form th { font-weight: normal; text-align: left; vertical-align: top; width: 220px; }
.p-top__request .content .form th .required { display: inline-block; background: #BA1A1A; color: #fff; font-size: 12px; font-size: 1.2rem; border-radius: 3px; padding: 1px 5px; margin-left: 3px; }
.p-top__request .content .form td { width: calc(100% - 220px); }
.p-top__request .content .form td label { cursor: pointer; display: inline-block; vertical-align: middle; }
.p-top__request .content .form td label + label { margin-left: 30px; }
.p-top__request .content .form td input[type="checkbox"] { width: 16px; height: 16px; margin-right: 5px; }
.p-top__request .content .form td input[type="text"], .p-top__request .content .form td input[type="tel"], .p-top__request .content .form td input[type="email"], .p-top__request .content .form td textarea { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-size: 16px; font-size: 1.6rem; line-height: 1.7; padding: 8px; border: 1px solid #ccc; border-radius: 5px; }
.p-top__request .content .form td textarea { height: 120px; }
.p-top__request .content .form .privacy { text-align: center; margin-top: 30px; margin-bottom: 30px; }
.p-top__request .content .form .privacy label { cursor: pointer; }
.p-top__request .content .form .privacy input[type="checkbox"] { width: 16px; height: 16px; margin-right: 5px; }
.p-top__request .content .form .submit { text-align: center; }
.p-top__request .content .form .submit button, .p-top__request .content .form .submit input[type="submit"] { display: inline-block; vertical-align: middle; background: #00468A; color: #fff; font-size: 18px; font-size: 1.8rem; font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; line-height: 1.8; border-radius: 50px; padding: 11px 50px 15px; border: 0; cursor: pointer; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; margin-left: 10px; margin-right: 10px; }
.p-top__request .content .form .submit button:hover, .p-top__request .content .form .submit input[type="submit"]:hover { opacity: .7; }
.p-top__request .content .form .submit button.back, .p-top__request .content .form .submit input[type="submit"].back { background: #666; }

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) { .p-top__kv { padding-top: 24px; padding-bottom: 40px; margin-bottom: 0; }
  .p-top__kv .catch { margin-bottom: 32px; }
  .p-top__kv .block1 { background: none; display: block; padding-top: 0; padding-bottom: 0; margin-bottom: 20px; }
  .p-top__kv .block1 .c-wrap__1200 { display: block; }
  .p-top__kv .block1 .box1 { width: auto; padding-top: 0; text-align: center; }
  .p-top__kv .block1 .box1 .lead { font-size: 32px; font-size: 3.2rem; line-height: 1.4; margin-bottom: 16px; position: relative; margin-left: -15px; margin-right: -15px; }
  .p-top__kv .block1 .box1 .lead2 { margin-bottom: 16px; font-size: 24px; font-size: 2.4rem; font-weight: 700; line-height: 1.5; }
  .p-top__kv .block1 .box1 .lead2 em { color: #BA1A1A; }
  .p-top__kv .block1 .box1 .logo { font-size: 32px; font-size: 3.2rem; line-height: 1.35; text-align: center; position: relative; margin-left: -15px; margin-right: -15px; padding-top: 4px; padding-bottom: 4px; margin-bottom: 16px; }
  .p-top__kv .block1 .box1 .catch { font-size: 20px; font-size: 2rem; margin-bottom: 12px; }
  .p-top__kv .block1 .box1 .txt1 { font-size: 15px; font-size: 1.5rem; text-align: left; margin-bottom: 0; }
  .p-top__kv .block1 .img1 { width: auto; text-align: center; margin: -30px -15px 20px; position: relative; }
  .p-top__kv .point { display: block; padding-left: 37px; padding-right: 37px; }
  .p-top__kv .point li { margin-right: 0; margin-bottom: 25px; background-size: 54px 54px; padding-left: 70px; }
  .p-top__kv .point li:last-child { margin-bottom: 0; }
  .p-top__kv .point .h { padding-bottom: 6px; margin-bottom: 4px; }
  .p-top__achievement { background: linear-gradient(60deg, #CCFFFD 0%, #B4D7FF 100%); padding-top: 40px; padding-bottom: 65px; }
  .p-top__achievement:before { height: 25px; background-size: 100% 25px; }
  .p-top__achievement .c-wrap { display: block; }
  .p-top__achievement .img1 { width: auto; margin-bottom: 10px; }
  .p-top__achievement .box1 { width: auto; }
  .p-top__achievement .box1 .h { font-size: 24px; font-size: 2.4rem; text-align: center; }
  .p-top__achievement .box1 .h.l2 { margin-bottom: 10px; }
  .p-top__achievement .box1 .txt1 { line-height: 160%; font-size: 15px; font-size: 1.5rem; }
  .p-top__achievement .box1 .txt1 strong { line-height: 160%; margin-top: 4px; font-size: 18px; font-size: 1.8rem; }
  .p-top__achievement .box1 .c-btn1 { margin-left: 0; }
  .p-top__achievement .box1 .c-btn1 li { margin-right: 0; }
  .p-top__problem { padding-top: 70px; padding-bottom: 0; }
  .p-top__problem .problem { padding-bottom: 80px; margin-bottom: 35px; background-size: 36px 36px; }
  .p-top__problem .problem ul { display: block; }
  .p-top__problem .problem li { width: 100%; margin-left: 0; margin-bottom: 53px; }
  .p-top__problem .problem li:last-child { margin-bottom: 0; }
  .p-top__problem .problem .txt1 { font-size: 16px; font-size: 1.6rem; margin-top: 12px; }
  .p-top__problem .support { padding: 0 15px; position: relative; }
  .p-top__problem .support .box1 p { font-size: 18px; font-size: 1.8rem; line-height: 170%; }
  .p-top__reason { padding-top: 48px; padding-bottom: 98px; }
  .p-top__reason .content { margin-bottom: 0; }
  .p-top__reason .content li { display: block; margin-bottom: 70px; }
  .p-top__reason .content .box1 { width: 100%; margin-bottom: 32px; }
  .p-top__reason .content .box1 .en { font-size: 16px; font-size: 1.6rem; margin-bottom: 2px; }
  .p-top__reason .content .box1 .en span { font-size: 30px; font-size: 3rem; }
  .p-top__reason .content .box1 .h { font-size: 24px; font-size: 2.4rem; margin-bottom: 32px; }
  .p-top__reason .content .box1 .h2 { font-size: 22px; font-size: 2.2rem; }
  .p-top__reason .content .img1 { width: 100%; }
  .p-top__reason .content .img1 img { border-radius: 12px; box-shadow: 15px 15px 0px #D5E8FA; }
  .p-top__contact { padding-top: 64px; padding-bottom: 64px; }
  .p-top__contact .h { font-size: 18px; font-size: 1.8rem; }
  .p-top__function { margin-bottom: 80px; }
  .p-top__function .heading { padding-left: 15px; padding-right: 15px; margin-bottom: 30px; }
  .p-top__function .content { padding-left: 15px; padding-right: 15px; }
  .p-top__function .content .block1 { padding: 30px 15px; display: block; }
  .p-top__function .content .block1 .h { font-size: 20px; font-size: 2rem; padding: 7px; margin-bottom: 32px; }
  .p-top__function .content .block1 .l { margin-bottom: 24px; text-align: left; }
  .p-top__function .content .block1 .img1 { margin-top: 24px; margin-bottom: 24px; }
  .p-top__function .content .block1.website { margin-bottom: 80px; position: relative; }
  .p-top__function .content .block1.website:before { display: block; content: ""; position: absolute; width: 100%; border-top: 1px solid #C2C1C1; left: 0; bottom: -40px; }
  .p-top__function .content .block1.website .h { background: #F35744; }
  .p-top__function .content .block1.website .l em { color: #0F5EB1; }
  .p-top__function .content .block1.website .check p { background-image: url(../img/common/icon_check.svg); }
  .p-top__area { padding-top: 80px; padding-bottom: 40px; background-size: 100% 40px; }
  .p-top__area .content .img1 { margin-bottom: 30px; }
  .p-top__area .content p { line-height: 160%; text-align: left; }
  .p-top__area .content p small { font-size: 14px; font-size: 1.4rem; }
  .p-top__plan .block1 { padding-top: 60px; padding-bottom: 60px; }
  .p-top__plan .block1 .c-wrap__1024 { display: block; }
  .p-top__plan .block1 .txt1 { width: 100%; margin-bottom: 25px; }
  .p-top__plan .block1 .txt1 .t { font-size: 22px; font-size: 2.2rem; margin-bottom: 20px; }
  .p-top__plan .block1 .img1 { width: 100%; }
  .p-top__plan .block2 { padding-top: 30px; padding-bottom: 30px; }
  .p-top__plan .block2 .lead { font-size: 18px; font-size: 1.8rem; margin-bottom: 30px; }
  .p-top__plan .block2 .c-btn1 li { min-width: 240px; }
  .p-top__function .content { display: block; }
  .p-top__function .content .block1 { width: auto; }
  .p-top__result { padding-left: 15px; padding-right: 15px; }
  .p-top__result .block1 { display: block; }
  .p-top__result .block1 .img1 { width: 100%; height: auto; margin-left: 0; }
  .p-top__result .block1 .box1 { padding: 30px 15px; }
  .p-top__client .c-title1 .t { font-size: 22px; font-size: 2.2rem; }
  .p-top__client .content li { width: 46.6473%; margin-left: 6.7054%; margin-bottom: 30px; }
  .p-top__client .content li a { border-radius: 0; }
  .p-top__client .content li:nth-child(3n+1) { margin-left: 6.7054%; }
  .p-top__client .content li:nth-child(2n+1) { margin-left: 0; }
  .p-top__client .content li .box1 .t { font-size: 14px; font-size: 1.4rem; }
  .p-top__client .content li .box1 .company { font-size: 12px; font-size: 1.2rem; }
  .p-top__client .content li .box1 .area { font-size: 12px; font-size: 1.2rem; }
  .p-top__faq { padding-top: 50px; padding-bottom: 40px; }
  .p-top__faq .content dl { padding: 10px 15px; }
  .p-top__faq .content dt { font-size: 16px; font-size: 1.6rem; background-size: 24px 24px; padding-left: 36px; }
  .p-top__faq .content dt span { padding-right: 16px; }
  .p-top__faq .content dt span:before { width: 12px; }
  .p-top__faq .content dd { margin: 15px -15px -10px; padding: 0 15px 15px; font-size: 14px; font-size: 1.4rem; }
  .p-top__faq .content dd > div { padding-top: 15px; }
  .p-top__request { padding-top: 60px; padding-bottom: 60px; }
  .p-top__request .content .note { margin-bottom: 15px; }
  .p-top__request .content .form { padding: 10px 15px 35px; }
  .p-top__request .content .form table, .p-top__request .content .form tbody, .p-top__request .content .form tr, .p-top__request .content .form th, .p-top__request .content .form td { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  .p-top__request .content .form th { border-bottom: 0; padding-top: 22px; padding-bottom: 0; }
  .p-top__request .content .form td { padding-top: 15px; padding-bottom: 22px; }
  .p-top__request .content .form td label + label { margin-left: 0; margin-top: 8px; }
  .p-top__request .content .form .privacy { margin-bottom: 0; }
  .p-top__request .content .form .submit button, .p-top__request .content .form .submit input[type="submit"] { margin-top: 30px; } }
/* ----------------------------- TOP */
.p-request { padding-top: 96px; margin-bottom: 140px; }
.p-request__tab { margin-bottom: 60px; }
.p-request__tab ul { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 4px solid #0F5EB1; }
.p-request__tab li { width: 49.21875%; margin-left: 1.5625%; cursor: pointer; text-align: center; background: #F2F2F2; font-size: 24px; font-size: 2.4rem; line-height: 1.5; font-weight: 700; }
.p-request__tab li:nth-child(2n+1) { margin-left: 0; }
.p-request__tab li a { display: block; text-decoration: none; padding: 16px; color: #0F5EB1; }
.p-request__tab li .anchor { background: #0F5EB1; padding: 24px 16px; color: #fff; }
.p-request__tab li .anchor span { background-image: url(../img/common/arrow_2-down-white.svg); }
.p-request__tab li span { display: inline-block; background: url(../img/common/arrow_2.svg) no-repeat left center; background-size: 24px 24px; padding-left: 34px; }
.p-request__content { display: flex; justify-content: space-between; }
.p-request__content .block1 { width: 46.875%; }
.p-request__content .block2 { width: 46.875%; }
.p-request__content .block2 dl { margin: 0; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #B3CCFC; }
.p-request__content .block2 dt { font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; }
.p-request__content .block2 .required, .p-request__content .block2 .any { color: #fff; font-size: 12px; font-size: 1.2rem; font-weight: 700; padding: 1px 8px 2px; line-height: 1.2; margin-right: 8px; }
.p-request__content .block2 .required { background: #CE052C; }
.p-request__content .block2 .any { background: #777; }
.p-request__content .block2 p { font-size: 14px; font-size: 1.4rem; margin-top: 8px; }
.p-request__content .block2 p a { color: #329BD2; }
.p-request__content .block2 input[type="text"], .p-request__content .block2 input[type="email"], .p-request__content .block2 input[type="tel"], .p-request__content .block2 textarea { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 16px; font-size: 1.6rem; font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; width: 100%; padding: 14px 10px; border: 1px solid #BEBEBE; background: #F5F5F5; }
.p-request__content .block2 textarea { height: 182px; }
.p-request__content .block2 label { display: block; cursor: pointer; line-height: 1.5; font-weight: 700; margin-top: 22px; }
.p-request__content .block2 .button { margin-top: 56px; text-align: center; }
.p-request__content .block2 .button button { cursor: pointer; display: inline-block; font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; color: #fff; background: #0F5EB1; border-radius: 100px; padding: 18px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 240px; font-size: 18px; font-size: 1.8rem; font-weight: 700; border: 0; outline: 0; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; }
.p-request__content .block2 .button button:hover { opacity: 0.7; }

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) { .p-request { padding-top: 40px; margin-bottom: 60px; }
  .p-request__tab li { font-size: 16px; font-size: 1.6rem; }
  .p-request__tab li a { padding: 10px; }
  .p-request__tab li .anchor { padding: 16px; }
  .p-request__tab li span { background-size: 20px 20px; padding-left: 30px; }
  .p-request__content { display: block; }
  .p-request__content .block1 { width: auto; margin-bottom: 60px; }
  .p-request__content .block2 { width: auto; } }
/* ----------------------------- TOP */
.p-result__kv { background: url(../img/result/kv_bg1.svg) no-repeat center top; background-size: 1440px 251px; padding-top: 54px; margin-bottom: 144px; text-align: center; }
@media screen and (min-width: 1440px) { .p-result__kv { background-size: 100% 251px; } }
.p-result__kv .h { font-size: 36px; font-size: 3.6rem; font-weight: 700; color: #0F5EB1; line-height: 1.5; margin-bottom: 30px; }
.p-result__kv .img1 { margin-bottom: 72px; }
.p-result__kv .img1 img { border-radius: 16px 16px 0 0; }
.p-result__kv .lead { color: #00468A; font-size: 24px; font-size: 2.4rem; font-weight: 700; line-height: 1.5; margin-bottom: 46px; }
.p-result__kv .box1 { background: #F4F3F7; padding: 32px 26px; line-height: 1.8; text-align: left; }
.p-result__content { margin-bottom: 133px; }
.p-result__content .block1 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 112px; }
.p-result__content .block1.is-img-left { flex-direction: row-reverse; }
.p-result__content .block1 .box1 { width: 52.4545%; }
.p-result__content .block1 .box1.w100 { width: 100%; }
.p-result__content .block1 .box1 .h { font-size: 32px; font-size: 3.2rem; margin-bottom: 22px; }
.p-result__content .block1 .box1 .h span { background: linear-gradient(to bottom, transparent 0%, transparent 57%, #FFD702 58%, #FFD702 100%); }
.p-result__content .block1 .box1 .t { font-size: 24px; font-size: 2.4rem; line-height: 1.5; font-weight: 700; margin-bottom: 22px; color: #0F5EB1; }
.p-result__content .block1 .box1 p { margin-bottom: 22px; line-height: 1.8; }
.p-result__content .block1 .box1 p:last-child { margin-bottom: 0; }
.p-result__content .block1 .img1 { width: 42.181%; }
.p-result__content .block2 { display: flex; justify-content: space-between; align-items: center; }
.p-result__content .block2 .img1 { width: 41%; }
.p-result__content .block2 .box1 { width: 51.778%; }
.p-result__content .block2 .box1 th, .p-result__content .block2 .box1 td { padding-top: 4px; padding-bottom: 4px; }
.p-result__content .block2 .box1 th { text-align: left; padding-right: 1em; }
.p-result__content .block2 .box1 a { color: #000; text-decoration: underline; }

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) { .p-result__kv .h { font-size: 24px; font-size: 2.4rem; }
  .p-result__kv .lead { font-size: 21px; font-size: 2.1rem; }
  .p-result__content .block1 { display: block; margin-bottom: 60px; }
  .p-result__content .block1 .box1 { width: auto; margin-bottom: 30px; }
  .p-result__content .block1 .box1 .h { font-size: 24px; font-size: 2.4rem; }
  .p-result__content .block1 .box1 .t { font-size: 21px; font-size: 2.1rem; }
  .p-result__content .block1 .img1 { width: auto; }
  .p-result__content .block2 { display: block; }
  .p-result__content .block2 .img1 { width: auto; margin-bottom: 25px; text-align: center; }
  .p-result__content .block2 .box1 { width: auto; }
  .p-result__content .block2 .box1 th { width: 70px; }
  .p-result__content .block2 .box1 td { width: calc(100% - 70px - 1em); } }
/* ----------------------------- TOP */
.p-function__kv { background: url(../img/function/kv_bg1.jpg) no-repeat center; background-size: cover; padding-top: 75px; padding-bottom: 96px; margin-bottom: 96px; text-align: center; }
.p-function__kv .h { color: #0F5EB1; font-size: 36px; font-size: 3.6rem; font-weight: 700; line-height: 1.5; margin-bottom: 18px; }
.p-function__kv .l { font-size: 18px; font-size: 1.8rem; font-weight: 700; }
.p-function-title1 { text-align: center; margin-bottom: 32px; }
.p-function-title1 .h { font-size: 32px; font-size: 3.2rem; color: #0F5EB1; font-weight: 700; line-height: 1.5; }
.p-function-title1 .en { color: #D5E3FF; font-weight: 700; letter-spacing: 0.15em; }
.p-function__front { margin-bottom: 192px; }
.p-function__front-block1 { margin-bottom: 96px; }
.p-function__front-block1:last-child { margin-bottom: 0; }
.p-function__front-block1 .heading { margin-bottom: 24px; background-position: left center; background-repeat: no-repeat; padding-left: 180px; padding-top: 33px; padding-bottom: 33px; }
.p-function__front-block1 .heading .l { font-size: 18px; font-size: 1.8rem; color: #3777CB; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.p-function__front-block1 .heading .h { font-size: 32px; font-size: 3.2rem; line-height: 1.5; font-weight: 700; }
.p-function__front-block1 .heading .h span { background: linear-gradient(to bottom, transparent 0%, transparent 57%, #E9ECF8 58%, #E9ECF8 100%); }
.p-function__front-block1.f1 .heading { background-image: url(../img/function/front1_icon1.png); }
.p-function__front-block1.f2 .heading { background-image: url(../img/function/front2_icon1.png); }
.p-function__front-block1.b1 .heading { background-image: url(../img/function/back1_icon1.png); }
.p-function__front-block1.b2 .heading { background-image: url(../img/function/back2_icon1.png); }
.p-function__front .lead { margin-bottom: 64px; }
.p-function__front .box1 ul { display: flex; justify-content: space-between; }
.p-function__front .box1 li { background: #F2F2F2; width: 32%; border-radius: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 23px 20px; margin-left: 2%; }
.p-function__front .box1 li:nth-child(3n+1) { margin-left: 0; }
.p-function__front .box1 .img1 { text-align: center; margin-bottom: 25px; }
.p-function__front .box1 .txt1 .t { color: #3777CB; font-size: 26px; font-size: 2.6rem; line-height: 1.5; font-weight: 700; margin-bottom: 16px; text-align: center; }
.p-function__front .box1 .txt1 p { line-height: 1.68; }
.p-function__front .box1 .txt1 p em { color: #F10505; font-weight: 700; }
.p-function__front .box2 { position: relative; padding: 58px 20px 75px; text-align: center; }
.p-function__front .box2:before { display: block; content: ""; position: absolute; background: #F2F2F2; z-index: -1; width: 100%; height: 60%; left: 0; top: 0; }
.p-function__front .box2 .h { font-size: 24px; font-size: 2.4rem; font-weight: 700; line-height: 1.5; margin-bottom: 24px; }
.p-function__front .box2 p { line-height: 1.56; }
.p-function__front .box2 .img1 { margin-top: 37px; display: flex; justify-content: center; align-items: center; }
.p-function__front .box2 .img1 > div + div { margin-left: 36px; }
.p-function__front .block1 { margin-bottom: 100px; display: flex; justify-content: space-between; }
.p-function__front .block1.is-img-left { flex-direction: row-reverse; }
.p-function__front .block1:last-child { margin-bottom: 0; }
.p-function__front .block1-txt1 { width: 44.5454%; padding-top: 20px; }
.p-function__front .block1-txt1 .t { font-size: 32px; font-size: 3.2rem; line-height: 1.5; font-weight: 700; margin-bottom: 24px; }
.p-function__front .block1-txt1 .t span { background: linear-gradient(to bottom, transparent 0%, transparent 57%, #FFD702 58%, #FFD702 100%); }
.p-function__front .block1-txt1 p { padding: 8px; line-height: 1.6; }
.p-function__front .block1-img1 { width: 53.4545%; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; background: #ECF5FC; padding: 20px; text-align: center; }
.p-function__front .block1-img1 ul { max-width: 501px; margin-left: auto; margin-right: auto; }
.p-function__front .block1-img1 li { background: url(../img/function/bg1.png) center bottom; padding-bottom: 6px; }
.p-function__front .block1-img1 img { display: inline; }
.p-function__front .block1-img1 .slick-arrow { position: absolute; background-color: transparent; background-position: center; background-repeat: no-repeat; background-size: 12px 14px; top: 50%; margin-top: -12px; width: 24px; height: 24px; overflow: hidden; cursor: pointer; white-space: nowrap; text-indent: 100px; border: 0; outline: 0; }
.p-function__front .block1-img1 .slick-arrow.slick-next { background-image: url(../img/common/arrow_3.svg); right: -30px; }
.p-function__front .block1-img1 .slick-arrow.slick-prev { background-image: url(../img/common/arrow_3-left.svg); left: -30px; }
.p-function__front .block1-img1 .slick-dots { display: flex; justify-content: center; margin-top: 12px; }
.p-function__front .block1-img1 .slick-dots li { margin-left: 5px; margin-right: 5px; padding-bottom: 0; background: none; }
.p-function__front .block1-img1 .slick-dots li button { display: block; cursor: pointer; border: 0; outline: 0; width: 7px; height: 7px; padding: 0; border-radius: 100%; vertical-align: top; background: #D9D9D9; white-space: nowrap; overflow: hidden; text-indent: 100px; }
.p-function__front .block1-img1 .slick-dots li.slick-active button, .p-function__front .block1-img1 .slick-dots li button:hover { background: #0F5EB1; }

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) { .p-function__kv { padding-top: 40px; padding-bottom: 40px; margin-bottom: 50px; }
  .p-function__kv .h { font-size: 24px; font-size: 2.4rem; }
  .p-function__kv .l { font-size: 16px; font-size: 1.6rem; }
  .p-function-title1 { margin-bottom: 25px; }
  .p-function-title1 .h { font-size: 21px; font-size: 2.1rem; }
  .p-function-title1 .en { font-size: 14px; font-size: 1.4rem; }
  .p-function__front { margin-bottom: 120px; }
  .p-function__front-block1 { margin-bottom: 60px; }
  .p-function__front-block1 .heading { padding-left: 0; padding-top: 106px; padding-bottom: 0; margin-bottom: 20px; background-position: center top; background-size: 345px 90px; text-align: center; }
  .p-function__front-block1 .heading .l { font-size: 14px; font-size: 1.4rem; }
  .p-function__front-block1 .heading .h { font-size: 21px; font-size: 2.1rem; }
  .p-function__front-block1 .lead { font-size: 16px; font-size: 1.6rem; margin-bottom: 40px; }
  .p-function__front-block1.f1 .heading { background-image: url(../img/function/front1_icon1_sp.png); }
  .p-function__front-block1.f2 .heading { background-image: url(../img/function/front2_icon1_sp.png); }
  .p-function__front-block1.b1 .heading { background-image: url(../img/function/back1_icon1_sp.png); }
  .p-function__front-block1.b2 .heading { background-image: url(../img/function/back2_icon1_sp.png); }
  .p-function__front .box1 ul { display: block; }
  .p-function__front .box1 li { width: auto; margin-left: 0; margin-bottom: 20px; }
  .p-function__front .box1 li:last-child { margin-bottom: 0; }
  .p-function__front .box2:before { height: 57%; }
  .p-function__front .box2 .h { text-align: left; font-size: 21px; font-size: 2.1rem; }
  .p-function__front .box2 p { font-size: 20px; font-size: 2rem; line-height: 1.56; text-align: left; }
  .p-function__front .box2 .img1 { display: block; }
  .p-function__front .box2 .img1 > div + div { margin-top: 60px; margin-left: 0; }
  .p-function__front .block1 { display: block; margin-bottom: 60px; }
  .p-function__front .block1-txt1 { width: auto; margin-bottom: 30px; }
  .p-function__front .block1-txt1 .t { font-size: 21px; font-size: 2.1rem; margin-bottom: 8px; }
  .p-function__front .block1-img1 { width: auto; } }
@keyframes top-bottom { 50% { transform: translate(0, -50px); } }
@keyframes right-left { 50% { transform: translate(-50px, 0); } }
@keyframes c-scale { 50% { transform: scale(0.8) rotate(90deg); } }
/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); } }
@-webkit-keyframes fadeOut { 0% { opacity: 1; -webkit-transform: translateY(0); }
  100% { opacity: 0; -webkit-transform: translateY(20px); } }
@keyframes fadeOut { 0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(20px); } }
.js-hidden-animate { opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
.js-hidden-animate.is--animate { -webkit-animation: fadeOut 1.2s 1 ease-in-out; animation: fadeOut 1.2s 1 ease-in-out; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }

.js-animate { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animate.is--animate { -webkit-animation: fadeInUp 0.6s 1 ease-in-out; animation: fadeInUp 0.6s 1 ease-in-out; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
.js-animate--delay1 { -webkit-animation-delay: 0.1s !important; animation-delay: 0.1s !important; }
.js-animate--delay2 { -webkit-animation-delay: 0.2s !important; animation-delay: 0.2s !important; }
.js-animate--delay3 { -webkit-animation-delay: 0.3s !important; animation-delay: 0.3s !important; }
.js-animate--delay4 { -webkit-animation-delay: 0.4s !important; animation-delay: 0.4s !important; }
.js-animate--delay5 { -webkit-animation-delay: 0.5s !important; animation-delay: 0.5s !important; }
.js-animate--delay6 { -webkit-animation-delay: 0.6s !important; animation-delay: 0.6s !important; }
.js-animate--delay7 { -webkit-animation-delay: 0.7s !important; animation-delay: 0.7s !important; }
.js-animate--delay8 { -webkit-animation-delay: 0.8s !important; animation-delay: 0.8s !important; }
.js-animate--delay9 { -webkit-animation-delay: 0.9s !important; animation-delay: 0.9s !important; }
.js-animate--delay10 { -webkit-animation-delay: 1s !important; animation-delay: 1s !important; }
.js-animate--delay11 { -webkit-animation-delay: 1.1s !important; animation-delay: 1.1s !important; }
.js-animate--delay12 { -webkit-animation-delay: 1.2s !important; animation-delay: 1.2s !important; }
.js-animate--delay13 { -webkit-animation-delay: 1.3s !important; animation-delay: 1.3s !important; }
.js-animate--delay14 { -webkit-animation-delay: 1.4s !important; animation-delay: 1.4s !important; }
.js-animate--delay15 { -webkit-animation-delay: 1.5s !important; animation-delay: 1.5s !important; }
.js-animate--delay16 { -webkit-animation-delay: 1.6s !important; animation-delay: 1.6s !important; }
.js-animate--delay17 { -webkit-animation-delay: 1.7s !important; animation-delay: 1.7s !important; }
.js-animate--delay18 { -webkit-animation-delay: 1.8s !important; animation-delay: 1.8s !important; }
.js-animate--delay19 { -webkit-animation-delay: 1.9s !important; animation-delay: 1.9s !important; }
.js-animate--delay20 { -webkit-animation-delay: 2s !important; animation-delay: 2s !important; }
.js-animate--delay21 { -webkit-animation-delay: 2.1s !important; animation-delay: 2.1s !important; }
.js-animate--delay22 { -webkit-animation-delay: 2.2s !important; animation-delay: 2.2s !important; }
.js-animate--delay23 { -webkit-animation-delay: 2.3s !important; animation-delay: 2.3s !important; }
.js-animate--delay24 { -webkit-animation-delay: 2.4s !important; animation-delay: 2.4s !important; }
.js-animate--delay25 { -webkit-animation-delay: 2.5s !important; animation-delay: 2.5s !important; }
.js-animate--delay26 { -webkit-animation-delay: 2.6s !important; animation-delay: 2.6s !important; }
.js-animate--delay27 { -webkit-animation-delay: 2.7s !important; animation-delay: 2.7s !important; }
.js-animate--delay28 { -webkit-animation-delay: 2.8s !important; animation-delay: 2.8s !important; }
.js-animate--delay29 { -webkit-animation-delay: 2.9s !important; animation-delay: 2.9s !important; }
.js-animate--delay30 { -webkit-animation-delay: 3s !important; animation-delay: 3s !important; }
.js-animate--delay31 { -webkit-animation-delay: 3.1s !important; animation-delay: 3.1s !important; }
.js-animate--delay32 { -webkit-animation-delay: 3.2s !important; animation-delay: 3.2s !important; }
.js-animate--delay33 { -webkit-animation-delay: 3.3s !important; animation-delay: 3.3s !important; }
.js-animate--delay34 { -webkit-animation-delay: 3.4s !important; animation-delay: 3.4s !important; }
.js-animate--delay35 { -webkit-animation-delay: 3.5s !important; animation-delay: 3.5s !important; }
.js-animate--delay36 { -webkit-animation-delay: 3.6s !important; animation-delay: 3.6s !important; }
.js-animate--delay37 { -webkit-animation-delay: 3.7s !important; animation-delay: 3.7s !important; }
.js-animate--delay38 { -webkit-animation-delay: 3.8s !important; animation-delay: 3.8s !important; }
.js-animate--delay39 { -webkit-animation-delay: 3.9s !important; animation-delay: 3.9s !important; }
.js-animate--delay40 { -webkit-animation-delay: 4s !important; animation-delay: 4s !important; }
.js-animate--duration1 { -webkit-animation-duration: 0.1s !important; animation-duration: 0.1s !important; }
.js-animate--duration2 { -webkit-animation-duration: 0.2s !important; animation-duration: 0.2s !important; }
.js-animate--duration3 { -webkit-animation-duration: 0.3s !important; animation-duration: 0.3s !important; }
.js-animate--duration4 { -webkit-animation-duration: 0.4s !important; animation-duration: 0.4s !important; }
.js-animate--duration5 { -webkit-animation-duration: 0.5s !important; animation-duration: 0.5s !important; }
.js-animate--duration6 { -webkit-animation-duration: 0.6s !important; animation-duration: 0.6s !important; }
.js-animate--duration7 { -webkit-animation-duration: 0.7s !important; animation-duration: 0.7s !important; }
.js-animate--duration8 { -webkit-animation-duration: 0.8s !important; animation-duration: 0.8s !important; }
.js-animate--duration9 { -webkit-animation-duration: 0.9s !important; animation-duration: 0.9s !important; }
.js-animate--duration10 { -webkit-animation-duration: 1s !important; animation-duration: 1s !important; }
.js-animate--duration11 { -webkit-animation-duration: 1.1s !important; animation-duration: 1.1s !important; }
.js-animate--duration12 { -webkit-animation-duration: 1.2s !important; animation-duration: 1.2s !important; }
.js-animate--duration13 { -webkit-animation-duration: 1.3s !important; animation-duration: 1.3s !important; }
.js-animate--duration14 { -webkit-animation-duration: 1.4s !important; animation-duration: 1.4s !important; }
.js-animate--duration15 { -webkit-animation-duration: 1.5s !important; animation-duration: 1.5s !important; }
.js-animate--duration16 { -webkit-animation-duration: 1.6s !important; animation-duration: 1.6s !important; }
.js-animate--duration17 { -webkit-animation-duration: 1.7s !important; animation-duration: 1.7s !important; }
.js-animate--duration18 { -webkit-animation-duration: 1.8s !important; animation-duration: 1.8s !important; }
.js-animate--duration19 { -webkit-animation-duration: 1.9s !important; animation-duration: 1.9s !important; }
.js-animate--duration20 { -webkit-animation-duration: 2s !important; animation-duration: 2s !important; }
.js-animate--duration21 { -webkit-animation-duration: 2.1s !important; animation-duration: 2.1s !important; }
.js-animate--duration22 { -webkit-animation-duration: 2.2s !important; animation-duration: 2.2s !important; }
.js-animate--duration23 { -webkit-animation-duration: 2.3s !important; animation-duration: 2.3s !important; }
.js-animate--duration24 { -webkit-animation-duration: 2.4s !important; animation-duration: 2.4s !important; }
.js-animate--duration25 { -webkit-animation-duration: 2.5s !important; animation-duration: 2.5s !important; }
.js-animate--duration26 { -webkit-animation-duration: 2.6s !important; animation-duration: 2.6s !important; }
.js-animate--duration27 { -webkit-animation-duration: 2.7s !important; animation-duration: 2.7s !important; }
.js-animate--duration28 { -webkit-animation-duration: 2.8s !important; animation-duration: 2.8s !important; }
.js-animate--duration29 { -webkit-animation-duration: 2.9s !important; animation-duration: 2.9s !important; }
.js-animate--duration30 { -webkit-animation-duration: 3s !important; animation-duration: 3s !important; }
.js-animate--duration31 { -webkit-animation-duration: 3.1s !important; animation-duration: 3.1s !important; }
.js-animate--duration32 { -webkit-animation-duration: 3.2s !important; animation-duration: 3.2s !important; }
.js-animate--duration33 { -webkit-animation-duration: 3.3s !important; animation-duration: 3.3s !important; }
.js-animate--duration34 { -webkit-animation-duration: 3.4s !important; animation-duration: 3.4s !important; }
.js-animate--duration35 { -webkit-animation-duration: 3.5s !important; animation-duration: 3.5s !important; }
.js-animate--duration36 { -webkit-animation-duration: 3.6s !important; animation-duration: 3.6s !important; }
.js-animate--duration37 { -webkit-animation-duration: 3.7s !important; animation-duration: 3.7s !important; }
.js-animate--duration38 { -webkit-animation-duration: 3.8s !important; animation-duration: 3.8s !important; }
.js-animate--duration39 { -webkit-animation-duration: 3.9s !important; animation-duration: 3.9s !important; }
.js-animate--duration40 { -webkit-animation-duration: 4s !important; animation-duration: 4s !important; }

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(-20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-animateFadeInRight { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInRight.is--animate { -webkit-animation: fadeInRight 0.8s 1 ease-in-out; animation: fadeInRight 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); } }
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-animateFadeInLeft { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInLeft.is--animate { -webkit-animation: fadeInLeft 0.8s 1 ease-in-out; animation: fadeInLeft 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(40px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); } }
.js-animateFadeInUp { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeInUp.is--animate { -webkit-animation: fadeInUp 0.8s 1 ease-in-out; animation: fadeInUp 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }

/* フェードインのみ */
@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.js-animateFadeIn { opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.js-animateFadeIn.is--animate { -webkit-animation: fadeIn 0.8s 1 ease-in-out; animation: fadeIn 0.8s 1 ease-in-out; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }


/* 料金表（26.04.13 tosa wrote）*/
.p-top__plan-price { padding-top: 96px; padding-bottom: 68px; }
.p-top__plan-price .align-center { text-align : center ; }
.p-matrix { display : flex ; }
.p-matrix div { width : 33.333% ; margin : 0 1% 20px ; border : solid 1px #dedede ; border-radius : 14px ; padding : 20px ; box-sizing : border-box ; }
.p-matrix p span { background : #efefef ; color : #666 ; padding : 2px 8px ; display : inline-block ; border-radius : 10px ; }
.p-matrix h3 { font-size : 26px ; font-size : 2.6rem ; line-height : 1.5 ; margin : 0.4em 0 0 ; }
.p-matrix h4 { margin : 0.5em 0 ; }
.p-matrix h4 strong { padding : 0 4px ; font-size : 38px ; font-size : 3.8rem ; }
.p-matrix h5 { font-weight : 400 ; margin : 0.6em 0 0.8em ; padding : 0.3em 0 ; border-top : solid 1px #dedede ; border-bottom : solid 1px #dedede ; }
.p-matrix small { font-size : 0.95rem ; }
.p-matrix a { display : block ; margin : 1.3em 0 ; padding : 0.8em ; border-radius : 40px ; background : #2f69b4 ; color : #fff ; text-decoration : none ; }
.p-matrix table { width : 100% ; }
.p-matrix th, td { padding : 0.5em 0 ; border-bottom : solid 1px #dedede ; vertical-align : middle ; }
.p-matrix th { font-weight : normal ; text-align : left ; }
.p-matrix td { text-align : center ; }
.p-matrix tr:last-child th,
.p-matrix tr:last-child td { border-bottom : none ; }

.p-matrix .matrix-jobcam { border : solid 2px #2f69b4 ; }
.p-matrix .matrix-jobcam span { background : #d8edf4 ; color : #2f69b4 ; }

p.plan-capton { line-height : 1.6 ; margin : 0 0 0.2em ; font-size : 14px ; font-size : 1.4rem ; }

.p-top__plan-price h2.h2-function { margin : 70px 0 40px ; font-size : 32px ; font-size : 3.2rem ; }

.p-function { width : 100% ; margin-bottom : 50px ; }
.p-function h3 { font-size : 20px ; font-size : 2rem ; border-left : solid 5px #A8C8FF ; padding-left : 0.5em ; margin : 2.5em 0 1em ; }
.p-function table { width : 100% ; border-collapse : collapse ; table-layout : fixed ; margin-bottom : 20px ; }
.p-function tr { border-bottom : solid 1px #dedede ; }
.p-function th, 
.p-function td { padding : 1em 0 ; vertical-align : middle ; box-sizing : border-box ; width : 25% ; }
.p-function th { text-align : left ; padding : 1em 0.8em ; font-weight : 400 ; }
.p-function td { text-align : center ; }
.p-function tbody th { background : #f9f9f9 ; }
.p-function thead td { font-weight : 700 ; background : #efefef ; }

/* スマホ */
@media screen and (max-width: 767px) {
    .p-top__plan-price { padding-top : 50px ; padding-bottom : 40px ; }
    .p-matrix { flex-flow : column ; }
    .p-matrix div { width : 96% ; margin : 0 auto 20px ; }
    .p-function tbody th { width : 100% ; }
    
    .p-top__plan-price h2.h2-function { margin : 40px 0 ; font-size : 21px ; font-size : 2.1rem ; }
    .p-function h3 { font-size : 17px ; font-size : 1.7rem ; }
    .p-function table, .p-function thead, .p-function tbody, .p-function tr, .p-function th, .p-function td { display : block ; width : 100% !important ; box-sizing : border-box ; }
    .p-function thead tr { display : flex ; border-bottom : none ; }
    .p-function thead td:first-child { display : none ; }
    .p-function thead td { flex : 1 ; padding : 10px 2px ; }
    .p-function tbody tr { display : flex ; flex-wrap : wrap ; padding : 0 ; }
    .p-function tbody th { flex : 0 0 100% ; padding : 10px 0.8em ; font-weight : 700 ; border-bottom : solid 1px #dedede ; }
    .p-function tbody td { flex : 1 ; padding : 15px 0 ; border-bottom : none ; border-left : solid 1px #dedede ; box-sizing : border-box ; }
    .p-function tbody td:nth-of-type(1) { border-left : none ; }
}