@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@500;700&display=swap");
html { -webkit-text-size-adjust: 100%; }

/* Scss Document _reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

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

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

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

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

img { vertical-align: bottom; }

img, video { width: 100%; }

a { text-decoration: none; word-break: break-all; }
a img { border: none; }

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

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

input, button, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; }

textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; resize: vertical; }

input[type="checkbox"], input[type="radio"] { display: none; }
input[type="submit"], input[type="button"] { cursor: pointer; }

label, button { cursor: pointer; }

select { cursor: pointer; }
select::-ms-expand { display: none; }

/*
body { font-size: 14px; font-weight: 500; line-height: 1.4; color: #323232; font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; font-feature-settings: "palt" 1; text-align: left; }
body #main { padding-top: 105px; }
@media screen and (max-width: 768px) { body #main { padding-top: 50px; } }
a { transition: 200ms ease all; color: #1558D6; text-decoration: underline; }
@media screen and (min-width: 769px) { a:hover { text-decoration: none; } }
*/

sup { font-size: 10px; }

.f__common-text_left { text-align: left; }
.f__common-text_center { text-align: center; }
.f__common-text_right { text-align: right; }
.f__common-text_bold { font-weight: 700; }
.f__common-text_underline { text-decoration: underline; }
.f__common-text_highlighter { background: linear-gradient(transparent 75%, #EDEB4E 75%); background-position: 0 1.3em; }
.f__common-text_annotation { font-size: 10px; }
.f__common-text_nowrap { display: inline-block; }
.f__common-color_seisan { color: #007BC7; }
.f__common-color_meisai { color: #267d00; }
.f__common-color_hanbai { color: #f53c20; }
.f__common-color_kintai { color: #00b2ab; }
.f__common-bgcolor_sub-10 { background-color: #F0F2FF; }
.f__common-bgcolor_background-main { background-color: #6C80FF; }
.f__common-bgcolor_gray { background-color: #f6f6f6; }
.f__common-bgcolor_white { background-color: #FFF !important; }

_::-webkit-full-page-media, _:future, :root .f__common-text_highlighter { background: linear-gradient(transparent 75%, #EDEB4E 75%); background-position: 0 1.3em; }

.fixed_bottom { position: absolute; bottom: 0; }

@keyframes loop { 0% { background-position: 0 0; }
  100% { background-position: -2237px 0; } }
@media (min-width: 769px) { .pc-only { display: inline-block !important; }
  .pc-only._block { display: block !important; }
  .sp-only { display: none !important; } }
@media (max-width: 768px) { .pc-only { display: none !important; }
  .pc-only._block { display: none !important; }
  .sp-only { display: inline-block !important; } }
.f-l__common-inner { position: relative; max-width: 1000px; min-width: 1000px; margin: 0 auto; width: inherit; }
.f-l__common-section { padding: 70px 0; }
@media screen and (max-width: 1024px) { .f-l__common-inner { max-width: 100%; min-width: inherit; padding: 0 20px; } }
@media screen and (max-width: 768px) { .f-l__common-inner { max-width: 100%; min-width: 100px; padding: 0 20px; } }
@media screen and (max-width: 576px) { .f-l__common-inner { max-width: 100%; min-width: 100px; padding: 0 20px; }
  .f-l__common-section { padding: 50px 0; } }

.cf { clear: both; }

body { padding-top: 0; }

.f-l__lp-header-container { width: 100%; position: relative; top: 0; z-index: 1000; background-color: #FFF; transition: 100ms ease all; }
.f-l__lp-header-container_inner { max-width: 1200px; margin: 0px auto; display: flex; }
@media screen and (max-width: 1024px) { .f-l__lp-header-container_inner { max-width: 1024px; padding: 0 20px; } }
@media screen and (max-width: 576px) { .f-l__lp-header-container_inner { padding: 0; } }
@media screen and (max-width: 768px) { .f-l__lp-header-container { padding: 0 11px; }
  .f-l__lp-header-container.scroll-type { transform: translateY(0px); }
  .f-l__lp-header-container_inner { width: 100%; } }
.f-l__lp-header-logo { width: 148px; height: 82px; display: inline-block; padding: 18px 0; }
.f-l__lp-header-logo img { width: 100%; height: auto; display: block; }
@media screen and (max-width: 1024px) { .f-l__lp-header-logo { width: 120px; display: inline-block; padding: 20px 0; } }
@media screen and (max-width: 768px) { .f-l__lp-header-logo { width: 90px; height: 50px; display: inline-block; padding: 11px 0; } }
.f-l__lp-header-tagline { display: block; font-size: 14px; color: #323232; font-weight: 700; padding: 34px 0 0 25px; }
@media screen and (max-width: 1024px) { .f-l__lp-header-tagline { display: inline-block; padding: 20px 0; margin: 10px 0 0 10px; } }
@media screen and (max-width: 768px) { .f-l__lp-header-tagline { white-space: nowrap; padding: 19px 0 0 20px; font-size: 12px; margin: 0; } }

.f-l__lp-footer-content { max-width: 1000px; margin: 0 auto; }
@media screen and (max-width: 768px) { .f-l__lp-footer-content { width: 100%; } }
.f-l__lp-footer-content_head { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.f-l__lp-footer-content_head_logo { width: 38px; height: 43px; }
.f-l__lp-footer-content_head_text { font-size: 14px; line-height: 1.6; padding: 0 0 0 35px; width: 70%; }
.f-l__lp-footer-content_head_link { text-align: right; display: flex; justify-content: right; }
.f-l__lp-footer-content_head_link li { margin-right: 15px; font-size: 12px; text-decoration: underline; text-align: right; }
.f-l__lp-footer-content_head_link li a { color: #323232; }
@media screen and (max-width: 768px) { .f-l__lp-footer-content_head { justify-content: left; }
  .f-l__lp-footer-content_head_logo { width: 38px; height: 43px; }
  .f-l__lp-footer-content_head_text { width: 80%; padding: 0 0 0 20px; }
  .f-l__lp-footer-content_head_link { padding: 15px 0 0; } }
.f-l__lp-footer-content_under_text { padding: 30px 0; width: 100%; font-size: 12px; line-height: 1.4; }
.f-l__lp-footer-copyright { text-align: center; font-size: 10px; color: #6e6e6e; padding: 20px 0 55px; }

.o-c__cta-link_orange { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); text-decoration: none; display: block; font-weight: 700; text-align: center; border-radius: 50px; position: relative; z-index: 300; line-height: 1; padding: 33px 25px 24px; background-color: #FFAA3C; border: 3px solid #FFF; color: #FFF; font-size: 18px; }
.o-c__cta-link_orange_text { line-height: 1; }
.o-c__cta-link_orange_text_sub { font-size: 12px; display: block; padding: 0 0 5px; }
.o-c__cta-link_orange_free { display: inline-block; background-color: #FFF; border-radius: 20px; color: #FFAA3C; padding: 6px 10px 3px; margin-right: 3px; font-size: 14px; top: -3px; position: relative; }
.o-c__cta-link_orange_balloon { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); font-size: 14px; text-align: center; border-radius: 20px; display: block; position: absolute; padding: 10px 25px 7px; top: -17px; left: 50%; transform: translateX(-50%); white-space: nowrap; background-color: #FFF; color: #323232; }
.o-c__cta-link_orange_balloon_orange { color: #FFAA3C; }
.o-c__cta-link_orange_balloon:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -8px; transform: translateX(-50%); border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid white; }
.o-c__cta-link_orange_capture { display: block; position: absolute; top: 50%; left: -40px; transform: translateY(-50%); transition: all ease 0.3s; width: 90px; }
@media screen and (max-width: 576px) { .o-c__cta-link_orange_capture { width: 60px; left: -5px; } }
.o-c__cta-link_orange_capture img { width: 100%; height: auto; }
.o-c__cta-link_orange:before { position: absolute; display: block; content: ""; width: 13px; height: 13px; top: 0; right: 32px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease 0.3s; border-top: 3px solid white; border-right: 3px solid white; }
.o-c__cta-link_orange._fv { width: 425px; height: 85px; font-size: 22px; }
.o-c__cta-link_orange._common { width: 380px; height: 73px; padding: 30px 25px 20px; font-size: 22px; }
.o-c__cta-link_orange._common_2line { width: 370px; padding: 17px 25px 15px; margin: 0 auto; }
.o-c__cta-link_orange._common .o-c__cta-link_orange_capture { width: 75px; left: -30px; }
@media screen and (max-width: 576px) { .o-c__cta-link_orange._common .o-c__cta-link_orange_capture { left: -10px; } }
.o-c__cta-link_orange._common .o-c__cta-link_orange_text { font-size: 22px; display: block; line-height: 1; padding: 0 0 10px; }
@media screen and (max-width: 576px) { .o-c__cta-link_orange._common .o-c__cta-link_orange_text { font-size: 18px; } }
.o-c__cta-link_orange._common .o-c__cta-link_orange_copy { font-size: 14px; display: block; line-height: 1; font-weight: normal; }
.o-c__cta-link_orange._simple { width: 380px; height: 73px; padding: 30px 25px 0; font-size: 22px; }
.o-c__cta-link_orange._simple:after { display: none; }
.o-c__cta-link_orange._floating { display: inline-block; width: 100%; height: inherit; font-size: 18px; margin: 0 auto; padding: 10px 25px 8px; }
.o-c__cta-link_orange._floating:after { display: none; }
@media screen and (max-width: 768px) { .o-c__cta-link_orange._fv { width: 370px; font-size: 18px; height: inherit; } }
@media screen and (max-width: 576px) { .o-c__cta-link_orange { padding: 19px 15px 14px; }
  .o-c__cta-link_orange:before { right: 20px; width: 8px; height: 8px; }
  .o-c__cta-link_orange_free { display: none; }
  .o-c__cta-link_orange_balloon { font-size: 12px; padding: 8px 15px 5px; top: -15px; }
  .o-c__cta-link_orange_balloon:after { bottom: -5px; }
  .o-c__cta-link_orange._fv { width: 85%; font-size: 18px; margin: 0 auto 20px; height: 60px; padding: 22px 15px 14px; }
  .o-c__cta-link_orange._common { width: 100%; font-size: 18px; margin-bottom: 0; padding: 22px 25px 15px; height: 60px; }
  .o-c__cta-link_orange._simple { width: 100%; height: 60px; padding: 22px 25px 15px; font-size: 18px; }
  .o-c__cta-link_orange._simple:after { display: none; }
  .o-c__cta-link_orange._floating { font-size: 14px; padding: 10px 0px 8px; border: 3px solid #FFAA3C; }
  .o-c__cta-link_orange._floating .o-c__cta-link_orange_text_sub, .o-c__cta-link_orange._floating:before { display: none; } }
@media screen and (min-width: 769px) { .o-c__cta-link_orange:hover { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); background-color: #FFF; border: 3px solid #FFAA3C; color: #FFAA3C; transform: scale(1.03); }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free { background-color: #FFAA3C; color: #FFF; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon { background-color: #FFAA3C; color: #FFF; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange { color: #FFF; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_capture { transform: translateY(-50%) scale(1.08); }
  .o-c__cta-link_orange:hover:before { border-top: 3px solid #FFAA3C; border-right: 3px solid #FFAA3C; }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after { border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #FFAA3C; } }
.o-c__cta-link_border { text-decoration: none; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); display: block; font-weight: 700; text-align: center; border-radius: 50px; position: relative; z-index: 300; line-height: 1; padding: 33px 25px 24px; background-color: #FFF; border: 3px solid #FFAA3C; color: #FFAA3C; font-size: 18px; }
.o-c__cta-link_border_text { display: block; line-height: 1; }
.o-c__cta-link_border_text_sub { font-size: 12px; display: block; padding: 0 0 5px; }
.o-c__cta-link_border_balloon { font-size: 14px; text-align: center; border-radius: 20px; display: block; position: absolute; padding: 10px 25px 7px; top: -17px; left: 50%; transform: translateX(-50%); white-space: nowrap; background-color: #FFAA3C; color: #FFF; }
.o-c__cta-link_border_balloon_orange { color: #FFAA3C; }
.o-c__cta-link_border_balloon:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -8px; transform: translateX(-50%); border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #FFAA3C; }
.o-c__cta-link_border_capture { display: block; position: absolute; top: 50%; left: -40px; transform: translateY(-50%); width: 90px; }
.o-c__cta-link_border_capture img { width: 100%; height: auto; }
.o-c__cta-link_border:before { position: absolute; display: block; content: ""; width: 13px; height: 13px; top: 0; right: 32px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease 0.3s; border-top: 3px solid #FFAA3C; border-right: 3px solid #FFAA3C; }
.o-c__cta-link_border._fv { width: 425px; height: 85px; font-size: 22px; }
.o-c__cta-link_border._common { width: 370px; font-size: 22px; }
.o-c__cta-link_border._common .o-c__cta-link_border_capture { width: 75px; left: -20px; }
.o-c__cta-link_border._simple { width: 370px; font-size: 22px; margin: 0 auto; padding: 30px 25px 0; }
.o-c__cta-link_border._simple:after { display: none; }
.o-c__cta-link_border._floating { display: inline-block; width: 100%; font-size: 18px; margin: 0 auto; padding: 10px 25px 8px; }
.o-c__cta-link_border._floating:after { display: none; }
@media screen and (max-width: 768px) { .o-c__cta-link_border._fv { width: 370px; font-size: 20px; height: inherit; } }
@media screen and (max-width: 576px) { .o-c__cta-link_border { padding: 19px 15px 14px; }
  .o-c__cta-link_border:before { right: 20px; right: 20px; width: 8px; height: 8px; }
  .o-c__cta-link_border_balloon { font-size: 12px; padding: 8px 15px 5px; top: -15px; }
  .o-c__cta-link_border_balloon:after { bottom: -5px; }
  .o-c__cta-link_border._fv { width: 85%; font-size: 18px; margin: 0 auto 20px; height: 60px; padding: 22px 15px 14px; }
  .o-c__cta-link_border._common { width: 100%; font-size: 18px; }
  .o-c__cta-link_border._floating { font-size: 14px; padding: 10px 0px 8px; border: 3px solid #FFF; }
  .o-c__cta-link_border._floating .o-c__cta-link_border_text_sub, .o-c__cta-link_border._floating:before { display: none; }
  .o-c__cta-link_border._simple { width: 100%; height: 60px; padding: 22px 25px 15px; font-size: 18px; margin-top: 20px; } }
@media screen and (min-width: 769px) { .o-c__cta-link_border:hover { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); background-color: #FFAA3C; border: 3px solid #FFF; color: #FFF; transform: scale(1.03); }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon { background-color: #FFF; color: #FFAA3C; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon_orange { color: #FFF; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_capture { transform: translateY(-50%) scale(1.07); }
  .o-c__cta-link_border:hover:before { border-top: 3px solid #FFF; border-right: 3px solid #FFF; }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon:after { border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #FFF; } }
.o-c__cta-floating_cta_container { position: fixed; bottom: 120px; right: 0; z-index: 997; }
@media screen and (max-width: 768px) { .o-c__cta-floating_cta_container { display: none !important; } }
.o-c__cta-floating_cta_close { display: block; position: absolute; width: 25px; height: 25px; top: -25px; right: 0; background-color: #d2d2d2; padding: 5px 5px 1px 5px; }
.o-c__cta-floating_cta_close:before { content: ""; background-color: #FFF; width: 3px; height: 14px; line-height: 0; position: absolute; top: 6px; left: 12px; transform: rotate(-45deg); }
.o-c__cta-floating_cta_close:after { content: ""; background-color: #FFF; width: 3px; height: 14px; line-height: 0; position: absolute; top: 6px; left: 12px; transform: rotate(45deg); }
.o-c__cta-floating_cta_link { text-decoration: none; display: block; padding: 30px 0.5em 20px 20px; font-size: 18px; font-weight: 700; color: #FFF; line-height: 1.1; letter-spacing: 1px; text-align: center; border-radius: 10px 0 0 10px; background-color: #FFAA3C; border-top: 2px solid #FFAA3C; border-left: 2px solid #FFAA3C; border-bottom: 2px solid #FFAA3C; }
.o-c__cta-floating_cta_link:hover { background-color: #FFF; color: #FFAA3C; }
.o-c__cta-floating_cta_link:hover .o-c__cta-link_orange_free { background: #FFAA3C; color: #fff; }
.o-c__cta-floating_cta_link .o-c__cta-link_orange_capture img { width: 74px; height: auto; top: 50%; left: -40px; }
.o-c__cta-floating_cta_link .o-c__cta-link_orange_balloon { background: #00b2ab; color: #fff; font-size: 12px; top: -30px; line-height: 1.3; }
.o-c__cta-floating_cta_link .o-c__cta-link_orange_balloon:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -8px; transform: translateX(-50%); border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #00b2ab; }
.o-c__cta-floating_cta_function { text-decoration: none; display: block; width: 180px; padding: 15px 0 10px 30px; font-size: 16px; font-weight: 700; color: #FFF; line-height: 1.4; text-align: center; border-radius: 10px 0 0 10px; background-color: #FFAA3C; border-top: 2px solid #FFAA3C; border-left: 2px solid #FFAA3C; border-bottom: 2px solid #FFAA3C; }
.o-c__cta-floating_cta_function span { display: block; font-size: 10px; }
.o-c__cta-floating_cta_function_capture { display: block; position: absolute; top: 50%; left: -40px; transform: translateY(-50%); width: 80px; }
.o-c__cta-floating_cta_function_capture img { width: 100%; height: auto; }
.o-c__cta-floating_cta_function:hover { background-color: #FFF; color: #FFAA3C; }

.o-c__btn-link { text-decoration: none; display: inline-block; padding: 15px 40px 12px; text-align: center; position: relative; line-height: 1.2; color: #FFF; border-radius: 50px; border: 2px solid #00b2ab; transition: all ease 0.3s; }
.o-c__btn-link:after { position: absolute; z-index: 1; display: block; content: ""; width: 8px; height: 8px; top: 0; right: 17px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.o-c__btn-link._external:after { display: none; }
.o-c__btn-link._external .icon_box { position: relative; display: inline-block; width: 100%; }
.o-c__btn-link._external .icon_box:after { position: absolute; z-index: 1; display: block; content: ""; width: 7px; height: 7px; top: 1px; right: -25px; margin: auto; transition: all ease .3s; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.o-c__btn-link._external .icon_box:before { position: absolute; z-index: 1; display: block; content: ""; background-color: #FFF; width: 8px; height: 7px; top: 50%; right: -22px; margin: auto; transition: all ease .3s; transform: translateY(-50%); }
.o-c__btn-link._box_type { padding: 25px 40px 21px; border-radius: 10px; }
.o-c__btn-link._blue { background-color: #00b2ab; color: #FFF; }
.o-c__btn-link._white { background-color: #FFF; color: #00b2ab; border: 2px solid #FFF; }
.o-c__btn-link._white:after { border-top: 2px solid #00b2ab; border-right: 2px solid #00b2ab; }
.o-c__btn-link._white._external .icon_box:after { border-top: 1px solid #00b2ab; border-right: 1px solid #00b2ab; }
.o-c__btn-link._white._external .icon_box:before { background-color: #00b2ab; }
.o-c__btn-link._gray { background-color: #464646; border: 2px solid #464646; color: #FFF; }
.o-c__btn-link._white_border { background-color: #FFF; color: #00b2ab; }
.o-c__btn-link._white_border:after { border-top: 2px solid #00b2ab; border-right: 2px solid #00b2ab; }
.o-c__btn-link._white_border._external .icon_box:after { border-top: 1px solid #00b2ab; border-right: 1px solid #00b2ab; }
.o-c__btn-link._white_border._external .icon_box:before { background-color: #00b2ab; }
.o-c__btn-link._navi_blue { background-color: #00b2ab; padding: 10px 20px 7px 10px; font-size: 12px; }
.o-c__btn-link._navi_blue:after { width: 6px; height: 6px; right: 10px; }
.o-c__btn-link._light_blue { background-color: #F0F2FF; color: #FFF; border-radius: 10px; border-radius: 10px; border: none; color: #00b2ab; }
.o-c__btn-link._light_blue:after { right: 10px; border-top: 2px solid #00b2ab; border-right: 2px solid #00b2ab; }
.o-c__btn-link._light_blue:hover { background-color: #00b2ab; color: #FFF; }
.o-c__btn-link._light_blue:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
@media screen and (min-width: 769px) { .o-c__btn-link._blue:hover { background-color: #FFF; color: #00b2ab; }
  .o-c__btn-link._blue:hover:after { border-top: 2px solid #00b2ab; border-right: 2px solid #00b2ab; }
  .o-c__btn-link._white:hover { background-color: #00b2ab; color: #FFF; }
  .o-c__btn-link._white:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
  .o-c__btn-link._white:hover._external .icon_box:after { border-top: 1px solid #FFF; border-right: 1px solid #FFF; }
  .o-c__btn-link._white:hover._external .icon_box:before { background-color: #FFF; }
  .o-c__btn-link._gray:hover { background-color: #FFF; color: #464646; }
  .o-c__btn-link._gray:hover:after { border-top: 2px solid #464646; border-right: 2px solid #464646; }
  .o-c__btn-link._gray:hover._external .icon_box:after { border-top: 1px solid #464646; border-right: 1px solid #464646; }
  .o-c__btn-link._gray:hover._external .icon_box:before { background-color: #464646; }
  .o-c__btn-link._white_border:hover { background-color: #00b2ab; color: #FFF; }
  .o-c__btn-link._white_border:hover:after { border-top: 2px solid #FFF; border-right: 2px solid #FFF; }
  .o-c__btn-link._white_border:hover._external .icon_box:after { border-top: 1px solid #FFF; border-right: 1px solid #FFF; }
  .o-c__btn-link._white_border:hover._external .icon_box:before { background-color: #FFF; }
  .o-c__btn-link._navi_blue:hover { background-color: #FFF; color: #00b2ab; }
  .o-c__btn-link._navi_blue:hover:after { border-top: 2px solid #00b2ab; border-right: 2px solid #00b2ab; } }
.o-c__btn-link._orange { min-width: 130px; background-color: #FFAA3C; border: 2px solid #FFAA3C; }
@media screen and (min-width: 769px) { .o-c__btn-link._orange:hover { background-color: #FFF; color: #FFAA3C; }
  .o-c__btn-link._orange:hover:after { border-top: 2px solid #FFAA3C; border-right: 2px solid #FFAA3C; } }
.o-c__btn-link._btn_center { margin: 0 auto; }
.o-c__btn-text { text-decoration: none; font-size: 14px; font-weight: 700; position: relative; display: inline-block; margin: 0 auto; padding: 2px 0 0 23px; cursor: pointer; }
.o-c__btn-text_icon_plus { display: inline-block; text-decoration: none; color: #00b2ab; }
.o-c__btn-text_icon_plus:hover { color: #00b2ab; }
.o-c__btn-text_icon_plus_bg { display: inline-block; background-color: #00b2ab; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: all ease 0.3s; }
.o-c__btn-text_icon_plus_bg:before { content: ""; background-color: #FFF; width: 8px; height: 2px; line-height: 0; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }
.o-c__btn-text_icon_plus_bg:after { content: ""; background-color: #FFF; width: 2px; height: 8px; line-height: 0; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); }
.o-c__btn-text_icon_plus.active .o-c__btn-text_icon_plus_bg:after { display: none; }
@media screen and (min-width: 769px) { .o-c__btn-text_icon_plus:hover .o-c__btn-text_icon_plus_bg { transform: translateY(-50%) rotate(90deg); } }
.o-c__btn-text_icon_arrow { display: inline-block; text-decoration: none; color: #00b2ab; }
.o-c__btn-text_icon_arrow:hover { color: #00b2ab; }
.o-c__btn-text_icon_arrow_bg { display: inline-block; background-color: #00b2ab; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: all ease 0.3s; }
.o-c__btn-text_icon_arrow_bg:after { position: absolute; z-index: 1; display: block; content: ""; width: 6px; height: 6px; top: 0; right: 7px; bottom: 0; margin: auto; transform: rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (min-width: 769px) { .o-c__btn-text_icon_arrow:hover .o-c__btn-text_icon_arrow_bg { left: -3px; } }
.o-c__btn-scltop { text-decoration: none; width: 50px; height: 50px; border-radius: 10px; background-color: #00b2ab; position: fixed; z-index: 1000; bottom: -60px; right: 30px; transition: all ease .3s; }
@media screen and (max-width: 768px) { .o-c__btn-scltop { right: 10px; } }
.o-c__btn-scltop_inner { display: block; width: 50px; height: 50px; position: relative; width: 100%; }
.o-c__btn-scltop_inner:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-30%) translateX(-50%) rotate(-45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.o-c__btn-scltop.show_feature_floater { bottom: 30px; }
@media screen and (max-width: 768px) { .o-c__btn-scltop.show_feature_floater { bottom: 75px; right: 10px; } }

.o-m__panel-box { display: block; text-align: center; border-radius: 10px; padding: 35px 30px; position: relative; cursor: pointer; text-decoration: none; }
.o-m__panel-box dt { font-size: 20px; color: #00b2ab; font-weight: 700; padding: 20px 0 15px; }
.o-m__panel-box_lead { font-size: 16px; line-height: 1.6; padding: 0 0 15px; color: #323232; }
.o-m__panel-box_lead ul { min-height: 95px; }
.o-m__panel-box_list { font-size: 16px; min-height: 120px; line-height: 1.6; padding: 0 0 15px; color: #323232; }
@media screen and (min-width: 769px) { .o-m__panel-box._linkbox:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .o-m__panel-box._linkbox:hover .o-c__btn-text_icon_plus_bg { transform: translateY(-50%) rotate(90deg); }
  .o-m__panel-box._linkbox:hover .o-c__btn-text_icon_arrow_bg { left: -3px; } }
@media screen and (max-width: 576px) { .o-m__panel-box { padding: 25px 0; }
  .o-m__panel-box dt { font-size: 18px; padding: 15px 0 10px; }
  .o-m__panel-box_lead { font-size: 12px; line-height: 1.6; padding: 0 15px 15px; }
  .o-m__panel-box_list { font-size: 12px; line-height: 1.6; padding: 0 30px 20px; min-height: 10px; } }
.o-m__panel-box_icon { background-color: #FFF; width: 95px; height: 95px; border-radius: 50px; margin: 0 auto; display: grid; place-items: center; }
.o-m__panel-box_head { width: 100%; display: block; }
.o-m__panel-box_head_icon { background-color: #FFF; width: 95px; height: 95px; border-radius: 50px; margin: 0 auto; display: grid; place-items: center; }
@media screen and (max-width: 576px) { .o-m__panel-box_head { display: flex; padding: 0 20px 20px; }
  .o-m__panel-box_head_icon { width: 75px; height: 75px; }
  .o-m__panel-box_head_icon img { width: 55px; height: auto; }
  .o-m__panel-box_head dt { width: 70%; display: flex; place-items: center left; text-align: left; } }
.o-m__panel-box_hidetext { height: 0; opacity: 0; padding: 0 20px; background-color: #FFF; border-radius: 10px; font-size: 14px; line-height: 1.6; text-align: left; transition: all ease 0.3s; }
.o-m__panel-box_hidetext_title { display: none; }
.o-m__panel-box_hidetext_indata { display: block; padding: 10px 0; text-align: center; font-weight: 700; }
.o-m__panel-box_hidetext_indata .o-c__btn-link { padding: 15px 25px 12px 15px; }
.o-m__panel-box_hidetext_indata .o-c__btn-link:after { right: 10px; }
.o-m__panel-box_hidetext_close { display: none; }
@media screen and (max-width: 576px) { .o-m__panel-box_hidetext { height: auto; opacity: 1; display: none; }
  .o-m__panel-box_hidetext_title { font-size: 18px; font-weight: 700; color: #00b2ab; padding: 0 0 10px; text-align: left; display: block; }
  .o-m__panel-box_hidetext_close { display: block; position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 15px; background-color: #00b2ab; }
  .o-m__panel-box_hidetext_close:after, .o-m__panel-box_hidetext_close:before { content: ""; background-color: #fff; width: 3px; height: 14px; line-height: 0; position: absolute; top: 8px; left: 14px; transform: rotate(-45deg); }
  .o-m__panel-box_hidetext_close:before { transform: rotate(45deg); } }
.o-m__panel-box._js_open .o-m__panel-box_hidetext { height: auto; opacity: 1; padding: 20px; margin-bottom: 30px; transition: all ease 0.3s; }
@media screen and (max-width: 576px) { .o-m__panel-box._js_open .o-m__panel-box_hidetext { display: block; position: fixed; z-index: 2000; top: 25%; left: 5%; width: 90%; } }
.o-m__panel-box._js_open .o-c__btn-text_icon_plus_bg:after { display: none; }
@media screen and (max-width: 576px) { .o-m__panel-box._js_open:after { content: ""; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.4); position: fixed; z-index: 1000; top: 0; left: 0; } }

.o-c__heading { text-align: center; position: relative; }
.o-c__heading-h1 { font-size: 36px; line-height: 1.3; font-weight: 700; padding-bottom: 30px; position: relative; }
@media screen and (max-width: 576px) { .o-c__heading-h1 { padding-bottom: 20px; font-size: 25px; } }
.o-c__heading-h2 { font-size: 30px; line-height: 1.3; font-weight: 700; padding-bottom: 56px; position: relative; }
.o-c__heading-h2_annotation { font-size: 12px; }
@media screen and (max-width: 576px) { .o-c__heading-h2 { font-size: 25px; padding-bottom: 40px; }
  .o-c__heading-h2:after { height: 2px; bottom: 23px; } }
.o-c__heading-h2_line { font-size: 28px; line-height: 1; font-weight: 700; position: relative; color: #00b2ab; }
.o-c__heading-h2_line_box { background-color: #FFF; padding: 0 30px; position: relative; z-index: 200; }
.o-c__heading-h2_line_big { font-size: 48px; margin: 0 10px; }
.o-c__heading-h2_line:after { content: ""; width: 1000px; height: 1px; line-height: 0; background-color: #00b2ab; position: absolute; z-index: 100; bottom: 20px; left: 50%; transform: translateX(-50%); }
@media screen and (max-width: 768px) { .o-c__heading-h2_line { font-size: 22px; }
  .o-c__heading-h2_line_box { padding: 0 20px; }
  .o-c__heading-h2_line_big { font-size: 30px; }
  .o-c__heading-h2_line:after { width: 90%; } }
.o-c__heading-lead { font-size: 18px; padding-bottom: 30px; position: relative; top: -5px; }
.o-c__heading-lead::before, .o-c__heading-lead::after { content: ""; display: block; width: 0; height: 0; }
.o-c__heading-lead::before { margin-top: calc((1 - 1.6) * 0.3em); }
.o-c__heading-lead::after { margin-bottom: calc((1 - 1.6) * 0.7em); }
.o-c__heading-lead_bold { font-weight: 700; }
@media screen and (max-width: 576px) { .o-c__heading-lead { font-size: 16px; line-height: 24px; } }
.o-c__heading-balloon { background: #00b2ab; color: #fff; font-size: 18px; line-height: 1.3; position: relative; padding: 10px 10px; border-radius: 30px; }
.o-c__heading-balloon:after { font-size: 14px; display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -8px; transform: translateX(-50%); border: 6px solid transparent; border-bottom-width: 0; border-top: 10px solid #00b2ab; }

.o-c__icon-85px { background-color: #fff; width: 85px; height: 85px; border-radius: 50px; margin: 0 auto; display: grid; place-items: center; }
.o-c__icon-85px img { width: 60px; height: auto; }

.o-c__list-check li { position: relative; text-align: left; margin-bottom: 12px; }
.o-c__list-check li:before { content: ""; width: 10px; height: 7px; border-radius: 0; background: none; border-top: solid 2px #00b2ab; border-right: solid 2px #00b2ab; position: absolute; top: 2px; left: 0; transform: rotate(135deg); }
.o-c__list-check li:last-child { margin: 0; }
.o-c__list-check._size_s li { line-height: 1.4; padding: 0 0 0 20px; font-size: 12px; }
.o-c__list-check._size_s li:before { width: 10px; height: 6px; }
.o-c__list-check._size_m li { line-height: 1.4; padding: 0 0 0 18px; font-size: 14px; }
.o-c__list-check._size_m li:before { width: 12px; height: 8px; }
.o-c__list-check._size_l li { line-height: 1.5; padding: 0 0 0 20px; font-size: 16px; }
.o-c__list-check._size_l li:before { width: 14px; height: 10px; }
.o-c__list-check._size_xl li { line-height: 1.5; padding: 0 0 0 24px; font-size: 18px; }
.o-c__list-check._size_xl li:before { width: 16px; height: 12px; }

.o-m__cta-fv { width: 940px; margin: 0px auto; position: relative; top: -42px; z-index: 500; display: flex; justify-content: space-around; }
@media screen and (max-width: 768px) { .o-m__cta-fv { width: 100%; } }
@media screen and (max-width: 576px) { .o-m__cta-fv { width: 100%; display: block; top: -110px; height: 0; } }
.o-m__cta-common { color: #FFF; width: 100%; overflow: hidden; position: relative; }
.o-m__cta-common:before { display: block; content: ""; position: absolute; bottom: -95px; left: -70px; width: 350px; height: 350px; background-image: url(/assets/image/figure/cta_left.svg); background-size: cover; background-repeat: no-repeat; z-index: 1; }
.o-m__cta-common:after { content: ""; position: absolute; z-index: 100; top: -175px; right: 0; width: 410px; height: 380px; background-image: url(/assets/image/figure/cta_right.svg); background-size: cover; background-repeat: no-repeat; z-index: 1; }
@media screen and (max-width: 1024px) { .o-m__cta-common:before { bottom: -190px; left: -140px; }
  .o-m__cta-common:after { top: -210px; right: -140px; } }
.o-m__cta-common_inner { width: 1200px; height: 300px; margin: 0px auto; padding: 60px 0 50px; position: relative; z-index: 2; }
@media screen and (max-width: 1024px) { .o-m__cta-common_inner { width: 100%; } }
.o-m__cta-common_title { text-align: center; font-size: 32px; font-weight: 700; padding: 0 0 15px; width: 100%; margin: 0 auto; }
.o-m__cta-common_title_single { display: block; padding: 10px 0 20px; }
@media screen and (max-width: 768px) { .o-m__cta-common_title .sp-only { display: block; } }
.o-m__cta-common_title_lead { font-size: 18px; padding: 15px 0 0; font-weight: 500; display: block !important; }
@media screen and (max-width: 1024px) { .o-m__cta-common_title { font-size: 28px; } }
.o-m__cta-common_capture_right { width: 300px; height: 300px; position: absolute; z-index: 200; right: -110px; bottom: -35px; }
.o-m__cta-common_capture_right img { width: 100%; height: auto; }
@media screen and (max-width: 1024px) { .o-m__cta-common_capture_right { display: none; } }
.o-m__cta-common_talent_left { width: 290px; height: 320px; position: absolute; z-index: 200; left: -70px; bottom: 0; }
.o-m__cta-common_talent_left img { width: 100%; height: auto; }
.o-m__cta-common_talent_right { width: 300px; height: 300px; position: absolute; z-index: 200; right: -85px; bottom: 0; }
.o-m__cta-common_talent_right img { width: 100%; height: auto; }
@media screen and (max-width: 1024px) { .o-m__cta-common_talent_left { display: none; }
  .o-m__cta-common_talent_right { display: none; } }
.o-m__cta-common_button { width: 775px; margin: 0px auto; z-index: 500; display: flex; justify-content: space-around; padding: 15px 0 0; }
@media screen and (max-width: 768px) { .o-m__cta-common_button { width: 100%; } }
@media screen and (max-width: 768px) { .o-m__cta-common_title { text-align: center; font-size: 25px; position: relative; z-index: 100; margin: 0 auto; width: 100%; }
  .o-m__cta-common_title_lead { font-size: 16px; } }
@media screen and (max-width: 576px) { .o-m__cta-common:before { z-index: 1; top: 83px; left: -87px; width: 250px; height: 220px; background-size: contain; opacity: 0.7; transform: rotate(-14deg); }
  .o-m__cta-common:after { z-index: 1; top: -90px; right: -70px; width: 230px; height: 240px; background-size: contain; opacity: 0.7; transform: rotate(-297deg); }
  .o-m__cta-common_inner { width: 100%; height: 225px; padding: 35px 0; }
  .o-m__cta-common_inner.double { height: auto; }
  .o-m__cta-common_title { text-align: center; font-size: 22px; position: relative; z-index: 100; margin: 0 auto; width: 100%; }
  .o-m__cta-common_title_lead { font-size: 16px; }
  .o-m__cta-common_talent_left { display: none; }
  .o-m__cta-common_talent_right { display: none; }
  .o-m__cta-common_button { width: 85%; margin: 0px auto; display: block; position: relative; z-index: 100; } }
.o-m__cta-floating { background-color: rgba(0, 125, 204, 0.8); width: 100%; padding: 15px 0; position: fixed; z-index: 1000; bottom: 0; left: 0; transition: 0.3s; transform: translateY(101%); }
.o-m__cta-floating.is-show { transform: translateY(0); }
.o-m__cta-floating_link { width: 1000px; margin: 0px auto; display: flex; justify-content: space-between; }
.o-m__cta-floating_link_item { width: 48%; }
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating_link_item .o-c__cta-link_border_capture { left: 20px; width: 70px; }
@media screen and (max-width: 768px) { .o-m__cta-floating_link { width: 100%; }
  .o-m__cta-floating_link_item { width: 49%; } }
@media screen and (max-width: 768px) { .o-m__cta-floating { padding: 15px; top: 0; bottom: auto; transform: translateY(-101%); } }
@media screen and (max-width: 576px) { .o-m__cta-floating { padding: 10px; } }
.o-m__cta-floating-bottom { background-color: rgba(37, 49, 183, 0.8); width: 100%; padding: 15px 0; position: fixed; z-index: 1000; bottom: 0; left: 0; transition: 0.3s; transform: translateY(101%); }
.o-m__cta-floating-bottom.is-show { transform: translateY(0); }
.o-m__cta-floating-bottom_link { width: 1000px; margin: 0px auto; display: flex; justify-content: space-between; }
@media screen and (max-width: 768px) { .o-m__cta-floating-bottom_link { width: 100%; } }
.o-m__cta-floating-bottom_link_item { width: 48%; }
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture { left: 20px; width: 70px; }
@media screen and (max-width: 768px) { .o-m__cta-floating-bottom_link { width: 100%; }
  .o-m__cta-floating-bottom_link_item { width: 49%; }
  .o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture { display: none; } }
@media screen and (max-width: 768px) { .o-m__cta-floating-bottom { padding: 15px; } }
@media screen and (max-width: 576px) { .o-m__cta-floating-bottom { padding: 10px; } }

.o-m__onayami.f__common-bgcolor_gray .o-m__onayami-content_data_theme { background-color: #fff; }
.o-m__onayami.f__common-bgcolor_gray .o-m__onayami-content_data_theme:after { border-top: 15px solid #fff; }
.o-m__onayami._bg_brand { background-color: #F0F2FF; border-radius: 10px; padding-left: 40px; padding-right: 40px; }
.o-m__onayami._bg_brand .o-m__onayami-content_data_theme { background-color: #fff; }
.o-m__onayami._bg_brand .o-m__onayami-content_data_theme::after { border-top: 15px solid #fff; }
@media screen and (min-width: 577px) { .o-m__onayami._bg_brand .o-m__onayami-content_answer_title { top: 165px; } }
@media screen and (max-width: 576px) { .o-m__onayami._bg_brand { border-radius: 0; margin-left: calc(((100vw - 100%) / 2) * -1); margin-right: calc(((100vw - 100%) / 2) * -1); } }
.o-m__onayami-content { display: flex; justify-content: space-between; position: relative; }
@media screen and (max-width: 576px) { .o-m__onayami-content.swiper-container { padding: 0 0 35px; } }
.o-m__onayami-content_answer_title { width: 100%; text-align: center; font-size: 28px; font-weight: 700; color: #00b2ab; position: absolute; z-index: 300; top: 140px; left: 0; }
.o-m__onayami-content_answer_title img { width: 183px; height: 45px; display: inline-block; padding: 0 20px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_answer_title { font-size: 22px; line-height: 1.3; top: 125px; }
  .o-m__onayami-content_answer_title img { width: 130px; height: 35px; padding: 0 12px; } }
.o-m__onayami-content_data { width: 23%; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data { width: 100%; padding: 0 35px; } }
.o-m__onayami-content_data_theme { width: 100%; background-color: #f6f6f6; padding: 25px 0; border-radius: 10px; position: relative; margin-bottom: 135px; text-align: center; font-size: 16px; line-height: 24px; font-weight: 700; }
.o-m__onayami-content_data_theme._base_3 { padding: 13px 0; }
.o-m__onayami-content_data_theme._magin_bottom { margin-bottom: 120px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_theme._magin_bottom { margin-bottom: 45px; } }
.o-m__onayami-content_data_theme:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -15px; transform: translateX(-50%); border: 10px solid rgba(0, 0, 0, 0); border-bottom-width: 0; border-top: 15px solid #f6f6f6; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_theme { margin-bottom: 100px; } }
.o-m__onayami-content_data_answer { width: 100%; min-height: 340px; background-color: #F0F2FF; padding: 45px 0px 40px; border-radius: 10px; text-align: center; position: relative; }
.o-m__onayami-content_data_answer:before { content: ""; display: block; position: absolute; top: -45px; left: 50%; transform: translateX(-50%); width: 72px; height: 72px; border-radius: 36px; background-color: #FFF; }
.o-m__onayami-content_data_answer:after { content: ""; display: block; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 28px; height: 38px; background-image: url(/assets/image/icon/icon_000_arrow.svg); background-repeat: no-repeat; background-size: cover; }
.o-m__onayami-content_data_answer h3 { font-size: 20px; line-height: 28px; font-weight: 700; color: #00b2ab; margin-bottom: 20px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_answer { min-height: 0; padding: 45px 0px 20px; }
  .o-m__onayami-content_data_answer h3 { font-size: 16px; line-height: 24px; text-align: left; padding: 0 0 0 90px; } }
.o-m__onayami-content_data_icon { background-color: #FFF; width: 116px; height: 116px; border-radius: 60px; margin: 0px auto 20px; display: grid; place-items: center; }
.o-m__onayami-content_data_icon img { width: 80px; height: auto; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_icon { width: 65px; height: 65px; position: absolute; left: 15px; top: 35px; }
  .o-m__onayami-content_data_icon img { width: 50px; height: auto; } }
.o-m__onayami-content_data_description { padding: 0 30px; }
@media screen and (max-width: 576px) { .o-m__onayami-content_data_description { padding: 0 20px; } }
.o-m__onayami-random { background-color: #f6f6f6; position: relative; padding: 70px 0; }
.o-m__onayami-random::before { content: ""; position: absolute; bottom: 0px; left: 0; width: 50%; height: 0; border-style: solid; border-width: 70px 0 0 50vw; border-color: transparent transparent transparent #FFF; z-index: 0; }
.o-m__onayami-random:after { content: ""; position: absolute; bottom: 0px; right: 0; width: 50%; height: 0; border-style: solid; border-width: 70px 50vw 0 0; border-color: transparent #FFF transparent transparent; z-index: 0; }
@media screen and (max-width: 576px) { .o-m__onayami-random { background-color: inherit; padding: 0; }
  .o-m__onayami-random::before { display: none; }
  .o-m__onayami-random:after { display: none; } }
.o-m__onayami-random_lists { display: flex; flex-wrap: wrap; column-gap: 20px; gap: 40px 20px; justify-content: center; }
.o-m__onayami-random_lists_sp { display: none; }
@media screen and (max-width: 576px) { .o-m__onayami-random_lists { gap: 20px 10px; }
  .o-m__onayami-random_lists_pc { display: none; }
  .o-m__onayami-random_lists_sp { display: flex; } }
.o-m__onayami-random_item { width: calc((100% - 60px) / 4); background-color: #fff; padding: 25px 0; border-radius: 10px; position: relative; text-align: center; font-size: 16px; line-height: 24px; font-weight: 700; }
.o-m__onayami-random_item:after { display: block; position: absolute; content: ""; width: 0; height: 0; left: 50%; bottom: -15px; transform: translateX(-50%); border: 10px solid rgba(0, 0, 0, 0); border-bottom-width: 0; border-top: 15px solid #fff; }
@media screen and (max-width: 576px) { .o-m__onayami-random_item { background-color: #f6f6f6; margin-bottom: 10px; width: calc((100% - 10px) / 2); }
  .o-m__onayami-random_item:after { border-top: 15px solid #f6f6f6; } }
.o-m__onayami-random_conclusion { display: flex; align-items: center; justify-content: center; margin-top: 40px; position: relative; }
@media screen and (max-width: 576px) { .o-m__onayami-random_conclusion { display: block; } }
.o-m__onayami-random_conclusion_text { font-size: 28px; font-weight: 700; margin-bottom: 40px; }
@media screen and (max-width: 576px) { .o-m__onayami-random_conclusion_text { font-size: 20px; text-align: center; margin-bottom: 20px; } }
.o-m__onayami-random_conclusion_icon { width: 65px; height: auto; position: absolute; top: -20px; right: 25%; }
@media screen and (max-width: 576px) { .o-m__onayami-random_conclusion_icon { width: 85px; margin: auto; position: relative; right: auto; } }
.o-m__onayami-note_text { font-size: 10px; padding: 15px 0 0; }
.o-m__onayami-pager_box { z-index: 500; }
.o-m__onayami-display { max-width: 700px; margin: auto; display: flex; align-items: center; justify-content: center; }
.o-m__onayami-display_left { max-width: 300px; width: 100%; }
.o-m__onayami-display_right { font-size: 16px; line-height: 1.8; margin-left: 30px; }
@media screen and (max-width: 576px) { .o-m__onayami-display { flex-wrap: wrap-reverse; }
  .o-m__onayami-display_left { max-width: unset; }
  .o-m__onayami-display_right { text-align: center; margin-left: 0; margin-bottom: 20px; } }
.o-m__onayami .pc-only { display: inline-block; }
.o-m__onayami .swiper-wrapper { display: flex; justify-content: space-between; }
.o-m__onayami .swiper-slide { width: 31.999%; }
.o-m__onayami .swiper-pagination, .o-m__onayami .swiper-button-prev, .o-m__onayami .swiper-button-next { display: none; }
@media screen and (max-width: 576px) { .o-m__onayami .pc-only { display: none; }
  .o-m__onayami .swiper-pagination { display: block; bottom: 10px !important; }
  .o-m__onayami .swiper-pagination-bullet-active { opacity: 1; background: #00b2ab !important; }
  .o-m__onayami .swiper-button-prev { display: block; background-image: none !important; width: 35px !important; height: 35px !important; top: 170px !important; }
  .o-m__onayami .swiper-button-prev:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0px; }
  .o-m__onayami .swiper-button-prev:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-30%) rotate(45deg); transition: all ease .3s; border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
  .o-m__onayami .swiper-button-prev._top { top: 55px !important; }
  .o-m__onayami .swiper-button-next { display: block; background-image: none !important; width: 35px !important; height: 35px !important; top: 170px !important; }
  .o-m__onayami .swiper-button-next:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0; }
  .o-m__onayami .swiper-button-next:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-70%) rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
  .o-m__onayami .swiper-button-next._top { top: 55px !important; } }
.o-m__onayami.f__common-bgcolor_sub-10 .o-m__onayami-content_data_theme { background: #fff; }
.o-m__onayami.f__common-bgcolor_sub-10 .o-m__onayami-content_data_theme:after { border-top: 15px solid #fff; }

.o-m__about-logo { display: inline-block; width: 180px; height: 56px; margin-right: 15px; }
@media screen and (max-width: 576px) { .o-m__about-logo { width: 157px; height: 48px; } }
.o-m__about-content { position: relative; }
.o-m__about-content p { margin-top: 30px; line-height: 1.6; font-size: 16px; }
@media screen and (max-width: 576px) { .o-m__about-content p { font-size: 14px; } }
.o-m__about-content_flow { display: flex; justify-content: space-between; }
@media screen and (max-width: 768px) { .o-m__about-content_flow { padding: 0 15px; } }
@media screen and (max-width: 576px) { .o-m__about-content_flow { display: block; padding: 0; } }
.o-m__about-content_flow_data { width: 300px; position: relative; }
@media screen and (max-width: 768px) { .o-m__about-content_flow_data { width: 28%; } }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data { width: 100%; margin: 0 0 80px; }
  .o-m__about-content_flow_data:last-child { margin: 0; } }
.o-m__about-content_flow_data_icon { display: block; width: 100px; height: 110px; margin: -20px auto 0; text-align: center; }
.o-m__about-content_flow_data_icon img { height: auto; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_icon { width: 70px; height: 70px; position: absolute; top: 50%; left: 10px; transform: translateY(-50%); padding: 0; margin: 0; } }
.o-m__about-content_flow_data dt { position: absolute; max-width: 210px; white-space: nowrap; line-height: 1; left: 50%; top: 75px; transform: translateX(-50%); background-color: #fff; padding: 8px 20px; text-align: center; border-radius: 50px; margin: 0 auto; font-size: 18px; color: #00b2ab; font-weight: 700; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data dt { width: 130px; font-size: 16px; position: absolute; top: -15px; padding: 8px 0; text-align: center; } }
.o-m__about-content_flow_data dd { min-height: 132px; background-color: #F0F2FF; padding: 40px 20px 20px; border-radius: 10px; font-size: 14px; line-height: 24px; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data dd { min-height: 0; padding: 30px 20px 20px 85px; font-size: 12px; line-height: 20px; } }
.o-m__about-content_flow_data_arrow { position: absolute; top: 115px; right: -40px; font-size: 16px; text-align: center; }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_arrow { top: auto; left: 33%; right: auto; bottom: -40px; font-size: 14px; } }
.o-m__about-content_flow_data_arrow_check { position: relative; }
.o-m__about-content_flow_data_arrow_check:after { content: ""; display: block; position: absolute; bottom: -60px; right: 3px; width: 28px; height: 38px; background-image: url(/assets/image/icon/icon_000_arrow.svg); background-repeat: no-repeat; background-size: cover; transform: rotate(-90deg); }
@media screen and (max-width: 576px) { .o-m__about-content_flow_data_arrow_check:after { bottom: auto; top: -40px; left: 60px; width: 38px; height: 52px; transform: translateX(-50%) rotate(0deg); } }
.o-m__about-note_text { font-size: 10px; padding: 15px 0 0; }
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt { background-color: #F0F2FF; }
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd { background-color: #FFF; }

.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt { background-color: #F0F2FF; }
.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd { background: #fff; }

.o-m__panel-list-3colum { background: #fff; border-radius: 10px; padding: 10px 30px 30px 30px; margin-bottom: 40px; position: relative; }
.o-m__panel-list-3colum:last-child { margin-bottom: 0; }
.o-m__panel-list-3colum_title { font-size: 22px; color: #00b2ab; font-weight: 700; line-height: 1; padding: 20px 0; text-align: center; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum_title { font-size: 18px; padding: 20px 0; } }
.o-m__panel-list-3colum_description { font-size: 18px; line-height: 1.5; width: 85%; margin: 0 auto 20px; text-align: left; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum_description { display: none; } }
.o-m__panel-list-3colum .swiper-container.o-m__panel-list-3colum_list { display: flex; justify-content: space-between; }
.o-m__panel-list-3colum .swiper-wrapper { width: 32%; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum .swiper-wrapper { font-size: 16px; } }
.o-m__panel-list-3colum .swiper-slide { padding: 0 20px; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum .swiper-slide { width: auto; padding: 0; } }
.o-m__panel-list-3colum_item_icon { background-color: #F0F2FF; width: 95px; height: 95px; border-radius: 50px; margin: 0 auto; display: grid; place-items: center; }
.o-m__panel-list-3colum_item h5 { font-size: 20px; color: #00b2ab; font-weight: 700; line-height: 1; padding: 20px 0; text-align: center; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum_item h5 { padding: 20px 0 0; } }
.o-m__panel-list-3colum_item dd { font-size: 14px; line-height: 1.5; text-align: left; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum_item dd { padding: 20px 0 0; } }
.o-m__panel-list-3colum .swiper-pagination { display: none; }
.o-m__panel-list-3colum .pager_box pager_box_panel, .o-m__panel-list-3colum .swiper-button-prev, .o-m__panel-list-3colum .swiper-button-next { display: none; }
@media screen and (max-width: 576px) { .o-m__panel-list-3colum .swiper-pagination { display: block !important; margin: 20px auto 0; width: 80%; position: relative; }
  .o-m__panel-list-3colum .swiper-pagination-bullet { margin: 0 4px; }
  .o-m__panel-list-3colum .swiper-pagination-bullet-active { opacity: 1; background: #00b2ab !important; }
  .o-m__panel-list-3colum .pager_box pager_box_panel, .o-m__panel-list-3colum .swiper-button-prev, .o-m__panel-list-3colum .swiper-button-next { display: block; }
  .o-m__panel-list-3colum .swiper-button-prev { background-image: none !important; width: 35px !important; height: 35px !important; top: 50% !important; position: absolute; left: -15px; }
  .o-m__panel-list-3colum .swiper-button-prev:before { content: ""; width: 45px; height: 45px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0px; content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0px; }
  .o-m__panel-list-3colum .swiper-button-prev:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-30%) rotate(45deg); transition: all ease .3s; border-bottom: 2px solid #fff; border-left: 2px solid #fff; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; }
  .o-m__panel-list-3colum .swiper-button-next { background-image: none !important; width: 35px !important; height: 35px !important; top: 50% !important; position: absolute; right: -15px; }
  .o-m__panel-list-3colum .swiper-button-next:before { content: ""; width: 45px; height: 45px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0; content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0; }
  .o-m__panel-list-3colum .swiper-button-next:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-70%) rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; } }

.o-m__price-content { max-width: 740px; margin: 0px auto 0 180px; display: flex; justify-content: center; align-items: flex-start; }
@media screen and (max-width: 768px) { .o-m__price-content { margin: 0px auto; } }
.o-m__price-content_box { width: auto; padding: 0 0 0 40px; }
.o-m__price-content_box.f__common-bgcolor_white { width: 300px; text-align: center; padding: 30px 20px 10px; border-radius: 10px; }
.o-m__price-content_box .o-c__list-check li { margin-bottom: 15px; line-height: 1; }
@media screen and (max-width: 576px) { .o-m__price-content_box .o-c__list-check li { font-size: 14px; margin-bottom: 10px; }
  .o-m__price-content_box .o-c__list-check li:before { width: 10px; height: 6px; } }
.o-m__price-content_box p { font-size: 18px; margin: 10px 0 10px 0; }
@media screen and (max-width: 576px) { .o-m__price-content_box p { text-align: center; margin: 20px 0 15px; } }
.o-m__price-content_title { font-size: 18px; font-weight: 700; color: #00b2ab; }
.o-m__price-content_text { font-size: 24px; }
.o-m__price-content_text_amount { font-size: 40px; font-weight: 700; }
.o-m__price-content_tax { text-align: center; font-size: 14px; }
@media screen and (max-width: 768px) { .o-m__price-content { width: 100%; } }
@media screen and (max-width: 576px) { .o-m__price-content { width: 100%; display: block; }
  .o-m__price-content_plus { width: 100%; }
  .o-m__price-content_box { width: 88%; padding: 20px 5px 5px; margin: 0 auto; }
  .o-m__price-content_box .o-c__list-check._size_xl { width: 220px; margin: 0 auto; }
  .o-m__price-content_title { font-size: 18px; padding: 0 0 5px; }
  .o-m__price-content_text { font-size: 18px; line-height: 1; }
  .o-m__price-content_text_amount { font-size: 30px; } }
.o-m__price-cta { text-align: center; padding: 55px 0 0; }
.o-m__price-cta .o-c__cta-link_orange { display: inline-block; margin: 0px auto; }
@media screen and (max-width: 576px) { .o-m__price-cta { padding: 30px 0 0; } }

.o-m__case-list { position: relative; }
@media screen and (max-width: 576px) { .o-m__case-list { height: 290px; }
  .o-m__case-list .swiper-wrapper { padding: 0 0 30px; } }
.o-m__case-list_slide { border-left: 1px solid #f6f6f6; padding: 20px 20px 0; }
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev { opacity: 0.5; }
.o-m__case-list_slide_title { font-size: 20px; font-weight: 700; text-align: center; color: #00b2ab; padding: 0; width: 500px; min-height: 84px; margin: 0 auto; }
.o-m__case-list_slide_photo { display: block; margin: 30px auto; width: auto; height: 180px; border-radius: 10px; }
@media screen and (max-width: 576px) { .o-m__case-list_slide_photo { margin: 20px auto; } }
.o-m__case-list_slide_company { font-size: 20px; font-weight: 700; text-align: center; padding: 0 0 25px; line-height: 1; }
.o-m__case-list_slide_company span { font-size: 16px; }
.o-m__case-list_slide_voice { font-size: 16px; line-height: 1.6; padding: 0 20px; }
@media screen and (max-width: 576px) { .o-m__case-list_slide_voice { padding: 0 50px; font-size: 14px; line-height: 1.6; } }
.o-m__case-list_slide_link { padding: 0; text-align: center; }
@media screen and (max-width: 576px) { .o-m__case-list_slide { padding: 0px 0px 20px; }
  .o-m__case-list_slide_title { font-size: 14px; padding: 0; width: 100%; min-height: inherit; }
  .o-m__case-list_slide_photo { width: 180px; height: auto; }
  .o-m__case-list_slide_company { font-size: 16px; padding: 0; }
  .o-m__case-list_slide_company span { font-size: 12px; }
  .o-m__case-list_slide_point { display: block; margin-bottom: 15px; padding: 0 50px; }
  .o-m__case-list_slide_point span { font-size: 16px; min-width: 0px; display: block; place-items: left; }
  .o-m__case-list_slide_point ul { border: none; padding: 5px 0 2px 5px; }
  .o-m__case-list_slide_point ul li { position: relative; line-height: 24px; padding: 0 0 0 20px; font-size: 12px; }
  .o-m__case-list_slide_point ul li:before { content: ""; width: 10px; height: 7px; border-radius: 0; background: none; border-top: solid 2px #00b2ab; border-right: solid 2px #00b2ab; display: block; position: absolute; transform: rotate(135deg); }
  .o-m__case-list_slide_link { padding: 20px 0 0; } }
.o-m__case-pager_box { position: absolute; height: 0; width: 39.7%; padding: 30px 0 0; text-align: center; top: 0; left: 50%; transform: translateX(-50%); z-index: 100; }
@media screen and (max-width: 1024px) { .o-m__case-pager_box { width: 60%; } }
@media screen and (max-width: 576px) { .o-m__case-pager_box { width: 100%; } }
.o-m__case-link { padding: 30px 0 0; text-align: center; }
@media screen and (max-width: 576px) { .o-m__case-link { padding: 00; } }
.o-m__case .swiper-pagination { display: none; }
@media screen and (max-width: 576px) { .o-m__case .swiper-pagination { display: block; bottom: 10px !important; }
  .o-m__case .swiper-pagination-bullet-active { opacity: 1; background: #00b2ab !important; }
  .o-m__case .swiper-container-horizontal > .swiper-pagination-bullets, .o-m__case .swiper-pagination-custom, .o-m__case .swiper-pagination-fraction { display: none; } }
.o-m__case .swiper-button-prev { top: 220px !important; background-image: none !important; width: 45px !important; height: 45px !important; }
.o-m__case .swiper-button-prev:before { content: ""; width: 45px; height: 45px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0px; }
.o-m__case .swiper-button-prev:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-30%) rotate(45deg); transition: all ease .3s; border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
@media screen and (max-width: 576px) { .o-m__case .swiper-button-prev { width: 35px !important; height: 35px !important; top: 150px !important; }
  .o-m__case .swiper-button-prev:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0px; }
  .o-m__case .swiper-button-prev:after { width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; } }
.o-m__case .swiper-button-next { top: 220px !important; background-image: none !important; width: 45px !important; height: 45px !important; }
.o-m__case .swiper-button-next:before { content: ""; width: 45px; height: 45px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0; }
.o-m__case .swiper-button-next:after { position: absolute; z-index: 1; display: block; content: ""; width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; margin: auto; transform: translateY(-50%) translateX(-70%) rotate(45deg); transition: all ease .3s; border-top: 2px solid #fff; border-right: 2px solid #fff; }
@media screen and (max-width: 576px) { .o-m__case .swiper-button-next { width: 35px !important; height: 35px !important; top: 150px !important; }
  .o-m__case .swiper-button-next:before { content: ""; width: 35px; height: 35px; border-radius: 30px; background-color: #00b2ab; position: absolute; left: 0; }
  .o-m__case .swiper-button-next:after { width: 12px; height: 12px; top: 50%; left: 50%; bottom: auto; } }

.o-m__flow-content { position: relative; margin-top: 15px; }
@media screen and (max-width: 576px) { .o-m__flow-content { margin-top: 20px; } }
.o-m__flow-content_flow { display: flex; justify-content: space-between; }
@media screen and (max-width: 768px) { .o-m__flow-content_flow { padding: 0; } }
@media screen and (max-width: 576px) { .o-m__flow-content_flow { display: block; padding: 0; } }
.o-m__flow-content_flow_data { width: 188px; position: relative; }
@media screen and (max-width: 1024px) { .o-m__flow-content_flow_data { width: 20%; } }
@media screen and (max-width: 576px) { .o-m__flow-content_flow_data { width: 100%; margin: 0 0 80px; }
  .o-m__flow-content_flow_data:last-child { margin: 0; } }
.o-m__flow-content_flow_data_circle { background-color: #fff; width: 68px; height: 68px; border-radius: 32px; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); top: -34px; color: #00b2ab; padding: 10px 0 0; font-weight: 700; line-height: 1.2; }
.o-m__flow-content_flow_data_circle._bg-color { background-color: #F0F2FF; }
@media screen and (max-width: 576px) { .o-m__flow-content_flow_data_circle { width: 58px; height: 58px; left: 50%; transform: translateX(-50%); top: -29px; } }
.o-m__flow-content_flow_data_circle_text { font-size: 10px; display: block; }
.o-m__flow-content_flow_data_circle_num { font-size: 24px; }
@media screen and (max-width: 576px) { .o-m__flow-content_flow_data_circle_num { font-size: 22px; } }
.o-m__flow-content_flow_data dd { line-height: 1.6; font-size: 14px; margin-top: 20px; }
.o-m__flow-content_flow_data dd .o-c__btn-text { margin-top: 20px; }
@media screen and (max-width: 576px) { .o-m__flow-content_flow_data dd { font-size: 14px; width: 260px; margin: 10px auto 0 auto; line-height: 1.4; }
  .o-m__flow-content_flow_data dd .o-c__btn-text { margin: 10px auto 0; display: block; }
  .o-m__flow-content_flow_data dd .o-c__btn-text a { display: block; margin: 0 auto; text-align: center; }
  .o-m__flow-content_flow_data dd .o-c__btn-text a span { left: 80px; } }
.o-m__flow-content_flow_data dt { background-color: #F0F2FF; width: 188px; height: 100px; padding: 60px 0 30px; border-radius: 10px; font-size: 18px; line-height: 1px; color: #00b2ab; font-weight: 700; text-align: center; }
.o-m__flow-content_flow_data dt._white { background-color: #fff; }
@media screen and (max-width: 768px) { .o-m__flow-content_flow_data dt { width: auto; } }
@media screen and (max-width: 576px) { .o-m__flow-content_flow_data dt { min-height: 0; width: 260px; height: 80px; margin: 0 auto; padding: 40px 0 25px 0; line-height: 1; } }
.o-m__flow-content_flow_data dt:after { content: ""; display: block; position: absolute; top: auto; bottom: 160px; right: -23px; width: 24px; height: 24px; z-index: 10; background-image: url(/assets/image/icon/icon_000_arrow_02.svg); background-repeat: no-repeat; background-size: contain; background-position: bottom; }
.o-m__flow-content_flow_data dt.no-arrow:after { display: none; }
@media screen and (max-width: 768px) { .o-m__flow-content_flow_data dt:after { bottom: 185px; } }
@media screen and (max-width: 576px) { .o-m__flow-content_flow_data dt:after { bottom: auto; top: 83px; left: 53%; width: 32px; height: 50px; transform: translateX(-50%) rotate(90deg); }
  .o-m__flow-content_flow_data dt.o-m__flow-content_flow_data_circle_add-text01:after { top: 150px; }
  .o-m__flow-content_flow_data dt.o-m__flow-content_flow_data_circle_add-text02:after { top: 165px; } }
.o-m__flow-note_text { font-size: 10px; padding: 15px 0 0; }
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt { background-color: #F0F2FF; }
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd { background-color: #FFF; }

.o-m__faq-content_btn { text-align: center; padding: 30px 0 0; }
.o-m__faq-content_item { position: relative; background-color: #FFF; border-radius: 10px; padding: 0 0 25px; margin-bottom: 10px; cursor: pointer; }
@media screen and (max-width: 576px) { .o-m__faq-content_item { padding: 0 0 12px; } }
.o-m__faq-content_item_icon_ball { display: inline-block; background-color: #00b2ab; width: 18px; height: 18px; border-radius: 9px; position: absolute; top: 27px; right: 27px; transition: all ease 0.3s; }
.o-m__faq-content_item_icon_ball:before { content: ""; background-color: #fff; width: 8px; height: 2px; line-height: 0; position: absolute; left: 5px; top: 9px; transform: translateY(-50%); }
.o-m__faq-content_item_icon_ball:after { content: ""; background-color: #fff; width: 2px; height: 8px; line-height: 0; position: absolute; left: 9px; top: 5px; transform: translateX(-50%); }
.o-m__faq-content_item_icon_ball._js_open:after { display: none; }
@media screen and (max-width: 576px) { .o-m__faq-content_item_icon_ball { top: 17px; right: 15px; } }
@media screen and (min-width: 769px) { .o-m__faq-content_item:hover .o-m__faq-content_item_icon_ball { transform: rotate(90deg); } }
.o-m__faq-content_item_label { font-size: 16px; padding: 25px 25px 0px 60px; position: relative; display: block; }
.o-m__faq-content_item_label:before { content: "Q"; position: absolute; left: 30px; top: 22px; font-size: 22px; color: #00b2ab; }
@media screen and (max-width: 576px) { .o-m__faq-content_item_label { font-size: 14px; padding: 17px 40px 2px 40px; }
  .o-m__faq-content_item_label:before { left: 13px; top: 13px; } }
.o-m__faq-content_item_answer { width: 95%; height: 0; opacity: 0; padding: 0 25px 0 45px; margin: 0 auto; overflow: hidden; background-color: #F0F2FF; border-radius: 10px; transition: all ease .3s; }
.o-m__faq-content_item_answer_title { font-size: 16px; padding: 0 0 10px; color: #00b2ab; font-weight: 700; position: relative; }
.o-m__faq-content_item_answer_title:before { content: "A"; position: absolute; font-weight: 500; left: -25px; top: -3px; font-size: 22px; color: #00b2ab; }
.o-m__faq-content_item_answer_detail { font-size: 14px; line-height: 24px; }
.o-m__faq-content_item_answer_link-area { padding: 15px 0 0; }
.o-m__faq-content_item_answer_link-area a { margin-right: 10px; }
.o-m__faq-content_item_answer._js_open { padding: 25px 25px 25px 45px; opacity: 1; margin: 15px auto 0; height: auto; visibility: visible; }
@media screen and (max-width: 576px) { .o-m__faq-content_item_answer._js_open { margin-top: 10px; padding: 20px 20px 20px 40px; } }
@media screen and (max-width: 576px) { .o-m__faq-content_item_answer { width: 93%; padding: 0 15px 0 40px; }
  .o-m__faq-content_item_answer_link-area { padding: 5px 0 0; }
  .o-m__faq-content_item_answer_link-area a { margin-top: 10px; } }

.o-m__faq-content_item { background-color: #F0F2FF; }

.o-m__faq-content_item_answer { background-color: #fff; }

.o-m_benefits_wrap { width: 100%; max-width: 641px; margin: 0 auto; }
.o-m_benefits img { width: 100%; max-width: 641px; height: auto; display: block; margin: 20px auto; }
.o-m_benefits_title { font-size: 18px; color: #00b2ab; text-align: center; font-weight: 700; }

.o-m__onayami-content_data_description { padding: 0 20px; }

.p__lp-bigword-fv { width: 100%; padding: 0; overflow: hidden; background: #f6f6f6; }
@media screen and (max-width: 576px) { .p__lp-bigword-fv { padding: 0; } }
.p__lp-bigword-fv_block { width: 1100px; margin: 0px auto; padding: 90px 0 125px; position: relative; }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block { max-width: 1100px; width: 100%; margin: 0px auto; padding: 60px 0 125px; position: relative; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block { width: 100%; padding: 40px 30px 105px; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block { width: 100%; padding: 40px 0 0 0; height: 510px; } }
.p__lp-bigword-fv_block:before { content: ""; position: absolute; z-index: 1; bottom: -65px; left: -470px; width: 405px; height: 405px; background-size: cover; background-image: url(/assets/image/figure/fv_back_component_left.svg); background-repeat: no-repeat; }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block:before { bottom: -160px; left: -400px; width: 367px; height: 498px; background-size: cover; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block:before { display: none; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block:before { display: none; } }
.p__lp-bigword-fv_block:after { content: ""; position: absolute; z-index: 1; bottom: -382px; right: -613px; width: 1185px; height: 1185px; background-image: url(/assets/image/figure/fv_back_component.svg); background-repeat: no-repeat; background-size: contain; transform: rotate(-1deg); }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block:after { display: block; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block:after { bottom: -100px; right: -300px; width: 600px; height: 600px; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block:after { display: block; bottom: 105px; right: 75px; width: 265px; height: 265px; transform: rotate(130deg); background-size: contain; background-repeat: no-repeat; background-image: url(/assets/image/figure/fv_back_component.svg); } }
.p__lp-bigword-fv_block_point { font-size: 32px; margin-top: 30px; z-index: 2; }
.p__lp-bigword-fv_block_point img { width: 180px; height: auto; display: inline-block; margin-left: 15px; }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block_point img { display: block; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block_point img { display: block; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block_point img { width: 77px; display: inline; } }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block_point { font-size: 3.5vw; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block_point { font-size: 3.5vw; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block_point { margin-top: 15px; font-size: 4vw; text-align: center; } }
.p__lp-bigword-fv_block_copy { font-size: 70px; font-weight: 700; line-height: 1; position: relative; z-index: 100; letter-spacing: 0; }
.p__lp-bigword-fv_block_copy_space { letter-spacing: -50px; }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block_copy_space { letter-spacing: -20px; } }
.p__lp-bigword-fv_block_copy_sub { font-size: 40px; font-weight: 700; line-height: 1; display: block; padding-bottom: 40px; }
.p__lp-bigword-fv_block_copy_sub sup { font-size: 13px; }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block_copy { font-size: 6vw; }
  .p__lp-bigword-fv_block_copy_sub { font-size: 3.5vw; padding-bottom: 10px; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block_copy { font-size: 6vw; line-height: 1.2; }
  .p__lp-bigword-fv_block_copy_space { letter-spacing: 0; }
  .p__lp-bigword-fv_block_copy_space { letter-spacing: 0; }
  .p__lp-bigword-fv_block_copy_sub { font-size: 3.5vw; line-height: 1.4; }
  .p__lp-bigword-fv_block_copy .sp-only { display: block; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block_copy { font-size: 12vw; line-height: 1; text-align: center; letter-spacing: 1px; }
  .p__lp-bigword-fv_block_copy_space { letter-spacing: 0; }
  .p__lp-bigword-fv_block_copy_sub { font-size: 5.5vw; line-height: 28px; padding-bottom: 15px; } }
.p__lp-bigword-fv_block_talent { position: absolute; z-index: 100; top: 30px; right: -70px; width: 507px; }
.p__lp-bigword-fv_block_talent img { width: 100%; height: auto; display: block; }
@media screen and (max-width: 1024px) { .p__lp-bigword-fv_block_talent { width: 440px; right: -30px; } }
@media screen and (max-width: 768px) { .p__lp-bigword-fv_block_talent { width: 50vw; top: 40px; right: -30px; } }
@media screen and (max-width: 576px) { .p__lp-bigword-fv_block_talent { top: auto; bottom: -25px; right: 30px; width: 310px; } }
.p__lp-bigword-cta { width: 940px; margin: 0px auto; position: relative; top: -42px; z-index: 500; display: flex; justify-content: space-around; }
@media screen and (max-width: 1024px) { .p__lp-bigword-cta { width: 100%; } }
@media screen and (max-width: 768px) { .p__lp-bigword-cta { width: 100%; } }
@media screen and (max-width: 576px) { .p__lp-bigword-cta { width: 100%; display: block; top: -110px; height: 0; } }
.p__lp-bigword-introduction { padding: 30px 0 0 0; }
@media screen and (max-width: 768px) { .p__lp-bigword-introduction { display: block; padding: 0; } }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction { display: block; padding: 40px 0 0; } }
.p__lp-bigword-introduction_inner { width: 900px; margin: 0px auto; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .p__lp-bigword-introduction_inner { display: block; width: 100%; } }
.p__lp-bigword-introduction_heading_h2 { font-size: 25px; line-height: 1.7; padding: 20px 10px 0; font-weight: 700; text-align: center; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_heading_h2_copy { font-size: 20px; } }
.p__lp-bigword-introduction_heading_h2_big { font-size: 38px; }
.p__lp-bigword-introduction_heading_h2_small { font-size: 24px; }
@media screen and (max-width: 768px) { .p__lp-bigword-introduction_heading_h2 { text-align: center; } }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_heading_h2 { font-size: 25px; text-align: center; padding: 40px 0 0; line-height: 1.5; }
  .p__lp-bigword-introduction_heading_h2_big { font-size: 24px; }
  .p__lp-bigword-introduction_heading_h2_small { font-size: 18px; } }
.p__lp-bigword-introduction_emblem { display: flex; }
.p__lp-bigword-introduction_emblem_item { width: 155px; height: 155px; margin: 0 10px; font-size: 18px; line-height: 20px; background-image: url(/assets/image/figure/figure_laurel.svg); background-size: cover; padding: 35px 0 0; text-align: center; font-weight: 700; }
.p__lp-bigword-introduction_emblem_item_small { font-size: 16px; line-height: 1.3; display: block; padding: 0; letter-spacing: -0.5px; }
.p__lp-bigword-introduction_emblem_item_no1 { line-height: 32px; font-size: 32px; display: block; color: #00b2ab; margin-top: 5px; }
.p__lp-bigword-introduction_emblem_item sup { line-height: 10px; color: #00b2ab; top: -8px; position: relative; }
@media screen and (max-width: 768px) { .p__lp-bigword-introduction_emblem { justify-content: center; padding: 20px 0 0; } }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_emblem { justify-content: center; padding: 5px 0 0; }
  .p__lp-bigword-introduction_emblem_item { margin: 0 5px; width: 115px; height: 115px; font-size: 13px; line-height: 15px; padding: 28px 0 0; }
  .p__lp-bigword-introduction_emblem_item_small { font-size: 11px; display: block; }
  .p__lp-bigword-introduction_emblem_item_no1 { line-height: 22px; font-size: 22px; display: block; color: #00b2ab; }
  .p__lp-bigword-introduction_emblem_item sup { line-height: 10px; color: #00b2ab; top: -3px; position: relative; } }
.p__lp-bigword-introduction_company { padding: 10px 0; }
.p__lp-bigword-introduction_company_image { width: 100%; text-align: center; margin: 0 auto; height: 140px; overflow: hidden; animation: loop 50s linear infinite; background: url(/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 140px; }
.p__lp-bigword-introduction_note { width: 740px; margin: 20px auto 0; }
.p__lp-bigword-introduction_note_text { font-size: 10px; }
@media screen and (max-width: 768px) { .p__lp-bigword-introduction_note { width: 100%; padding: 0 20px; } }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content { padding-top: 20px; } }
.p__lp-bigword-reason_content .f__common-text_annotation { margin-top: 20px; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content .f__common-text_annotation { margin-top: 10px; } }
.p__lp-bigword-reason_content_btn { margin-top: 20px; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_btn { text-align: center; } }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content .o-c__btn-link { padding: 15px 30px 12px; } }
.p__lp-bigword-reason_content_head { display: flex; padding: 0 0 30px; }
.p__lp-bigword-reason_content_head_left { width: 365px; }
.p__lp-bigword-reason_content_head_right { width: 635px; padding: 30px 0 0 30px; }
.p__lp-bigword-reason_content_head_right h3 { font-size: 24px; font-weight: 700; line-height: 1.8; padding: 0 0 15px; }
.p__lp-bigword-reason_content_head_right_text { font-size: 16px; line-height: 1.8; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_head { display: block; padding: 0 0 20px; }
  .p__lp-bigword-reason_content_head_left { display: block; width: 90%; margin: 0px auto; }
  .p__lp-bigword-reason_content_head_right { width: 100%; padding: 20px 0 0 0; }
  .p__lp-bigword-reason_content_head_right h3 { font-size: 16px; line-height: 24px; }
  .p__lp-bigword-reason_content_head_right_text { font-size: 14px; line-height: 22px; } }
.p__lp-bigword-reason_content_data { background-color: #FFF; border-radius: 10px; padding: 50px 40px 40px; margin-bottom: 40px; position: relative; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_data { padding: 50px 20px 30px; } }
.p__lp-bigword-reason_content_data:last-child { margin: 0; }
.p__lp-bigword-reason_content_data_circle { background-color: #F0FFF6; width: 62px; height: 60px; border-radius: 32px; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); top: -30px; color: #00b2ab; padding: 10px 0 0; font-weight: 700; line-height: 1.2; }
.p__lp-bigword-reason_content_data_circle_text { font-size: 10px; }
.p__lp-bigword-reason_content_data_circle_num { font-size: 24px; }
.p__lp-bigword-reason_content_data_image { width: 37%; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_data_image { width: 100%; } }
.p__lp-bigword-reason_content_data_detail { width: 60%; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_data_detail { width: 100%; } }
.p__lp-bigword-reason_content_data_title { padding: 0 0 15px; }
.p__lp-bigword-reason_content_data_title_sub { font-size: 16px; font-weight: 700; color: #00b2ab; }
.p__lp-bigword-reason_content_data_title_main { font-size: 24px; font-weight: 700; color: #00b2ab; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_data_title { text-align: center; padding: 25px 0 15px; }
  .p__lp-bigword-reason_content_data_title_sub { font-size: 16px; padding: 0 0 10px; }
  .p__lp-bigword-reason_content_data_title_main { font-size: 18px; } }
.p__lp-bigword-reason_content_data_text { font-size: 14px; font-weight: 800; line-height: 24px; }
.p__lp-bigword-reason_content_data_hide_list { padding: 15px 0 0; text-align: center; }
.p__lp-bigword-reason_content_data_hide_list_box { background-color: #F0F2FF; border-radius: 10px; overflow: hidden; opacity: 0; height: 0; padding: 0px 20px 0px; transition: all ease 0.3s; }
.p__lp-bigword-reason_content_data_hide_list_box.active { overflow: visible; opacity: 100; height: auto; padding: 20px 20px 15px; margin-bottom: 15px; }
.p__lp-bigword-reason_content_data_hide_list_box li { position: relative; padding: 6px 0 0 30px; margin-bottom: 5px; text-align: left; }
.p__lp-bigword-reason_content_data_hide_list_box li:before { content: ""; position: absolute; left: 0; top: 15px; transform: translateY(-50%); width: 21px; height: 21px; background: #00b2ab; border-radius: 11px; }
.p__lp-bigword-reason_content_data_hide_list_box li:after { content: ""; width: 8px; height: 6px; border-top: solid 2px #fff; border-right: solid 2px #fff; display: block; position: absolute; left: 6px; top: 11px; transform: rotate(135deg); }
.p__lp-bigword-reason_content_data ._left_style { float: left; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_data ._left_style { float: none; } }
.p__lp-bigword-reason_content_data ._right_style { float: center; }
@media screen and (max-width: 576px) { .p__lp-bigword-reason_content_data ._right_style { float: none; } }
.p__lp-bigword-reason_content_data ._right_style._movie { position: relative; }
@media screen and (max-width: 1024px) { .p__lp-bigword-reason_content_data ._right_style._movie { margin: 0 auto; width: 212px; }
  .p__lp-bigword-reason_content_data ._right_style._movie img { width: 212px; height: auto; margin: 0 auto; display: block; } }
.p__lp-bigword-reason_content_data ._right_style._movie .p__lp-overtime-reason_content_data_image_movie_contents { position: absolute; width: 247px; height: 158px; overflow: hidden; z-index: 2; bottom: 25px; left: 47px; }
@media screen and (max-width: 1024px) { .p__lp-bigword-reason_content_data ._right_style._movie .p__lp-overtime-reason_content_data_image_movie_contents { width: 153px; height: 96px; overflow: hidden; z-index: 2; bottom: 20px; left: 30px; margin: 0 auto; position: absolute; } }
.p__lp-bigword-reason_content_data ._right_style._movie .p__lp-overtime-reason_content_data_image_movie_contents video { position: absolute; display: block; width: 113.5%; top: 0; left: -7%; margin: 0 auto; z-index: 1; }
.p__lp-bigword-reason_content_data_clear { overflow: hidden; }
.p__lp-bigword-reason_note { padding-bottom: 30px; }
.p__lp-bigword-reason_note_text { font-size: 10px; }
.p__lp-bigword-panel .o-m__panel-list-linkdata_box { cursor: unset; }
@media screen and (max-width: 576px) { .p__lp-bigword-panel .o-m__panel-list-linkdata_box:nth-of-type(2) dt { font-size: 16px; } }
.p__lp-bigword-panel .o-m__panel-list-linkdata_icon { background-color: #fff; }
.p__lp-bigword-onayami .o-m__onayami-content_data_answer { min-height: 335px; }
@media screen and (max-width: 576px) { .p__lp-bigword-onayami .o-m__onayami-content_data_answer { min-height: 0; }
  .p__lp-bigword-onayami .o-m__onayami-content_data_answer._margin_sp h3 { margin: 12px 0 30px; } }
.p__lp-bigword-footer.f-l__lp-footer { padding-top: 70px; }
@media screen and (max-width: 576px) { .p__lp-bigword-footer.f-l__lp-footer { padding-top: 50px; } }
.p__lp-bigword-introduction.f-l__common-section { padding: 70px 0 80px; }
.p__lp-bigword-introduction.f-l__common-section._padd_bottom_0 { padding: 70px 0 0px; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction.f-l__common-section { padding: 50px 0; }
  .p__lp-bigword-introduction.f-l__common-section._padd_bottom_0 { padding: 50px 0 0; } }
.p__lp-bigword-introduction_h3-title { background-color: #00b2ab; color: #FFF; font-size: 30px; font-weight: 700; text-align: center; border-radius: 50px; position: relative; top: 0; left: 50%; transform: translateX(-50%); max-width: 385px; padding: 10px; margin-bottom: 30px; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_h3-title { font-size: 25px; width: 100%; max-width: none; margin: 0 auto 20px; } }
.p__lp-bigword-introduction_h3-title:after { content: ""; display: block; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 10px 7.5px 0 7.5px; border-color: #00b2ab transparent transparent transparent; }
.p__lp-bigword-introduction_content { padding: 25px 0 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.p__lp-bigword-introduction_content._top-no-margin { padding: 0; }
.p__lp-bigword-introduction_content._box_list { padding: 30px 0 70px; }
.p__lp-bigword-introduction_content._box_list .p-f__f_expenses-introduction_content_box { margin-bottom: 0px; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content._box_list { padding: 30px 0 0px; }
  .p__lp-bigword-introduction_content._box_list .p-f__f_expenses-introduction_content_box { margin-bottom: 50px; } }
.p__lp-bigword-introduction_content_box { width: 48.5%; background-color: #F0F2FF; border-radius: 10px; padding: 0 30px 30px; position: relative; text-align: center; margin-bottom: 50px; }
.p__lp-bigword-introduction_content_box:nth-child(3), .p__lp-bigword-introduction_content_box:nth-child(4) { margin-bottom: 0; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_box { width: 100%; padding: 0 20px 20px; }
  .p__lp-bigword-introduction_content_box:nth-child(3) { margin-bottom: 50px; }
  .p__lp-bigword-introduction_content_box:nth-child(4) { margin-bottom: 0px; } }
.p__lp-bigword-introduction_content_box._box_3column-list { width: 320px; height: 255px; background-color: #fff; border-radius: 10px; padding: 20px; position: relative; text-align: center; margin-bottom: 20px; }
.p__lp-bigword-introduction_content_box._box_3column-list:nth-child(7) { margin-bottom: 0; }
.p__lp-bigword-introduction_content_box._box_3column-list:nth-child(8) { margin-bottom: 0; }
.p__lp-bigword-introduction_content_box._box_3column-list:nth-child(9) { margin-bottom: 0; }
@media screen and (max-width: 1024px) { .p__lp-bigword-introduction_content_box._box_3column-list { width: 49%; height: auto; padding: 20px 20px 20px; }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(7) { margin-bottom: 20px; }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(8) { margin-bottom: 20px; }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(9) { margin-bottom: 0; } }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_box._box_3column-list { width: 100%; height: auto; padding: 0 20px 20px; }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(9) { margin-bottom: 0; } }
.p__lp-bigword-introduction_content_title { height: 70px; display: block; position: relative; z-index: 50; padding: 27px 0 0 120px; text-align: left; }
@media screen and (max-width: 1024px) { .p__lp-bigword-introduction_content_title { padding: 20px 0 0 120px; } }
.p__lp-bigword-introduction_content_title._small { padding: 25px 0 38px 87px; height: auto; font-size: 18px; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_title._small { padding: 50px 0 40px 95px; } }
.p__lp-bigword-introduction_content_title_annotation { font-size: 12px; }
.p__lp-bigword-introduction_content_title_icon { position: absolute; top: -30px; left: 0; width: 120px; height: 120px; border-radius: 60px; background-color: #F0F2FF; text-align: center; display: grid; place-items: center; }
.p__lp-bigword-introduction_content_title_icon img { width: 80px; height: 80px; }
.p__lp-bigword-introduction_content_title_icon._small { position: absolute; top: 0; left: 0; width: 77px; height: 77px; border-radius: 60px; background-color: #F0F2FF; text-align: center; display: grid; place-items: center; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_title_icon._small { top: 25px; left: 40px; } }
.p__lp-bigword-introduction_content_title_icon._small img { width: 51px; height: 51px; }
.p__lp-bigword-introduction_content_title h3 { font-size: 20px; font-weight: 700; color: #00b2ab; }
@media screen and (max-width: 1024px) { .p__lp-bigword-introduction_content_title h3 { font-size: 18px; line-height: 1.2; } }
.p__lp-bigword-introduction_content_title._2line { padding: 17px 0 0 120px; }
.p__lp-bigword-introduction_content_title._2line h3 { line-height: 1.2; }
.p__lp-bigword-introduction_content_title._2line._small { padding: 18px 0 25px 87px; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_title._2line._small { padding: 42px 0 35px 87px; } }
.p__lp-bigword-introduction_content_title._2line._small h3 { line-height: 1.2; font-size: 18px; }
.p__lp-bigword-introduction_content_title._small h3 { line-height: 1.5; font-size: 18px; text-align: left; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_title { height: auto; padding: 40px 0 10px 0; }
  .p__lp-bigword-introduction_content_title_icon { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 101px; height: 101px; }
  .p__lp-bigword-introduction_content_title_icon img { width: 50px; height: 50px; position: absolute; top: 15px; }
  .p__lp-bigword-introduction_content_title h3 { font-size: 20px; position: relative; z-index: 60; text-align: center; }
  .p__lp-bigword-introduction_content_title._2line { padding: 80px 0 10px 0; } }
.p__lp-bigword-introduction_content_point { background-color: #fff; padding: 30px; min-height: 185px; border-radius: 10px; position: relative; z-index: 60; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_point { padding: 20px; min-height: inherit; } }
.p__lp-bigword-introduction_content_point_text { font-size: 14px; line-height: 1.6; padding: 0; text-align: left; }
@media screen and (max-width: 576px) { .p__lp-bigword-introduction_content_point_text { font-size: 12px; line-height: 1.6; } }
.p__lp-bigword_main-function { padding: 70px 0; }
@media screen and (max-width: 768px) { .p__lp-bigword_main-function { padding: 50px 0; } }
.p__lp-bigword_main-function h3 { background-color: #00b2ab; color: #FFF; font-size: 30px; font-weight: 700; text-align: center; border-radius: 50px; position: relative; top: 0; left: 50%; transform: translateX(-50%); max-width: 385px; padding: 10px; margin-bottom: 30px; }
@media screen and (max-width: 576px) { .p__lp-bigword_main-function h3 { font-size: 25px; width: 100%; max-width: none; margin: 0 auto 20px; } }
.p__lp-bigword_main-function h3:after { content: ""; display: block; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 10px 7.5px 0 7.5px; border-color: #00b2ab transparent transparent transparent; }
@media screen and (max-width: 768px) { .p__lp-bigword_main-function .o-c__heading-lead { text-align: left; } }

@media screen and (max-width: 768px) { .o-m__case .swiper-pagination { display: block !important; } }

.o-m__flow-content_flow_data dt:after { bottom: 138px; }

@media screen and (max-width: 768px) { .o-m__flow-content_flow_data_circle_add-text02:after { top: 130px !important; } }

.p__lp-bigword_simple-cta .o-m__cta-common_inner { height: auto !important; }
.p__lp-bigword_simple-cta .o-m__cta-common_talent_left { bottom: -49px; }
.p__lp-bigword_simple-cta .o-m__cta-common_talent_right { bottom: -48px; }
@media screen and (max-width: 576px) { .p__lp-bigword_simple-cta .o-m__cta-common_title { padding: 0; } }
.p__lp-bigword_simple-cta .o-c__cta-link_orange_balloon { display: none; }
.p__lp-bigword_simple-cta .o-c__cta-link_orange._common { padding: 25px 25px 20px; }
@media screen and (max-width: 576px) { .p__lp-bigword_simple-cta .o-c__cta-link_orange._common { padding: 21px 25px 20px; } }

@media screen and (min-width: 577px) { .o-c__cta-link_orange._floating { padding: 20px 25px; }
  .o-c__cta-link_border._floating { padding: 20px 25px; } }

/*# sourceMappingURL=bigword.css.map */
