@charset "UTF-8";
/* common
================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; word-break: break-all; }

body { -webkit-text-size-adjust: 100%; }

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

h1, h2, h3, h4, h5, h6 { word-break: break-word; line-break: strict; overflow-wrap: break-word; word-wrap: break-word; }

ul:not([class]), ol:not([class]) { padding-left: 1.25em; }

ul[class], ol[class] { list-style: none; }

_:-ms-lang(x)::-ms-backdrop, ol:not([class]) { padding-left: 1.6em; }

span { font-weight: inherit; }

blockquote, q { quotes: none; }

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

a { color: inherit; }

@media all and (min-width: 768px) { a:hover { text-decoration: none; } }

a[class] { text-decoration: none; }

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

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

del { text-decoration: line-through; }

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

address { font-style: normal; }

table { width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; }

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

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

/* form
================================================== */
input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option { display: block; width: 100%; max-width: 100%; font-family: inherit; outline: none; border: 1px solid; border-radius: 0; background: none; }

@media all and (max-width: 767px) { input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option { font-size: 1.6rem; } }

input[type="text"], input[type="email"], input[type="tel"], textarea, button { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }

input[type="radio"], input[type="checkbox"] { margin: 0; padding: 0; vertical-align: middle; }

select { color: inherit; }

textarea { resize: vertical; }

button { color: inherit; font-weight: normal; cursor: pointer; }

/* 02_base
================================================ */
html { overflow: auto; }

html:not([lang="ja"]) { word-break: break-word; }

body { overflow: hidden; min-width: 320px; padding-top: 60px; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color: #333; font-size: 1.4rem; line-height: 2; letter-spacing: .06em; }

@media all and (min-width: 768px) { body { min-width: 1280px; padding-top: 80px; font-size: 1.6rem; } }

.l-wrapper { position: relative; }

@media all and (min-width: 768px) { .l-container.is-col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1160px; margin: 0 auto; }
  .l-container.is-col2 .l-contents { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: calc(100% - 250px - 20px); }
  .l-container.is-col2 .l-sidebar { width: 250px; } }

/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { .u-media-query { font-family: 'tb'; } }

@media all and (min-width: 1280px) { .u-media-query { font-family: 'pc'; } }

@media all and (max-width: 1279px) { .u-view-pc { display: none !important; } }

@media all and (max-width: 767px) { .u-view-tb { display: none !important; } }

@media all and (min-width: 1280px) { .u-view-tb { display: none !important; } }

@media all and (min-width: 768px) { .u-view-sp { display: none !important; } }

@media all and (min-width: 1280px) { .u-view-under-tb { display: none !important; } }

@media all and (max-width: 767px) { .u-view-upper-tb { display: none !important; } }

/* text
-------------------------------------- */
.u-uppercase { text-transform: uppercase; }

.u-en { font-family: 'Poppins', sans-serif; line-height: 1.25; font-weight: 600; }

/* link
-------------------------------------- */
a.u-alpha { display: block; text-decoration: none; }

@media all and (min-width: 768px) { a.u-alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  a.u-alpha:hover { opacity: .7; } }

a.u-zoom { display: block; text-decoration: none; }

a.u-zoom .u-zoom__img { display: block; }

a.u-zoom .u-zoom__img-wrap { display: block; overflow: hidden; }

@media all and (min-width: 768px) { a.u-zoom .u-zoom__img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  a.u-zoom:hover .u-zoom__img { -webkit-transform: scale(1.1); transform: scale(1.1); } }

/* layout
-------------------------------------- */
.u-inner { -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }

@media all and (min-width: 768px) { .u-inner { width: 100%; max-width: 1160px; margin: auto; padding-left: 0; padding-right: 0; } }

/* component
================================================ */
/* .c-btn01.is-no-ico
================================================== */
.c-btn01.is-no-ico .c-btn01__link::before { content: none; }

/* .c-btn01
================================================== */
.c-btn01 { font-size: 1.3rem; font-weight: 700; margin-top: 22px; }

.c-btn01__link { background-color: #f5f5f5; position: relative; border-radius: 50px; text-align: center; padding: 17px 0; -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }

.c-btn01__link::before { width: 10px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cpath%20d%3D%22M4%2C1H9V6H4ZM3%2C7h7V0H3Z%22%20fill%3D%22%23286fb3%22%2F%3E%20%3Cpath%20d%3D%22M0%2C3v7H7V8H6V9H1V4H2V3Z%22%20fill%3D%22%23286fb3%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media all and (min-width: 768px) { .c-btn01 { margin: 28px auto 0; font-size: 1.4rem; width: 310px; }
  .c-btn01__link { padding: 15px 0; } }

/* .c-color-black
================================================== */
.c-color-black { color: #333; }

/* .c-color-blue
================================================== */
.c-color-blue { color: blue; }

/* .c-head01.is-white
================================================== */
.c-head01.is-white .c-head01__en { color: #fff; }

.c-head01.is-white .c-head01__main { color: #fff; }

/* .c-head01
================================================== */
.c-head01 { text-align: center; margin-bottom: 21px; }

.c-head01__en { font-size: 1.5rem; color: #286fb3; margin-bottom: 10px; }

.c-head01__main { font-size: 2.6rem; line-height: 1.5; font-weight: 700; letter-spacing: 0.06em; }

@media all and (min-width: 768px) { .c-head01__en { font-size: 2rem; margin-bottom: 14px; }
  .c-head01__main { font-size: 3.2rem; } }

/* .c-head02
================================================== */
.c-head02 { color: #1b397b; line-height: 1.75; font-weight: 700; font-size: 2rem; letter-spacing: 0.06em; margin-bottom: 8px; }

@media all and (min-width: 768px) { .c-head02 { font-size: 2.6rem; margin-bottom: 22px; } }

/* .c-marker01
================================================== */
.c-marker01 { background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(0%, #e2f2ff)); background: linear-gradient(transparent 53%, #e2f2ff 0%); }

@media all and (min-width: 768px) { .c-marker01 { background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(0%, #e2f2ff)); background: linear-gradient(transparent 69%, #e2f2ff 0%); } }

/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }

.l-breadcrumb-list__item { display: inline-block; vertical-align: top; }

.l-breadcrumb-list__item + .l-breadcrumb-list__item { margin-left: 5px; }

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before { content: ">"; margin-right: 5px; }

@media all and (max-width: 767px) { .l-breadcrumb-list { white-space: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; overflow: auto; }
  .l-breadcrumb-list::-webkit-scrollbar { display: none; } }

/* .l-footer
================================================ */
footer { background-color: #f5f5f5; padding: 30px 0 16px; }

footer .footer_inner { max-width: 1160px; width: 97%; margin: 0 auto; }

footer .footer_inner .footer_logo_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 35px; }

footer .footer_inner .footer_logo_wrapper .footer_left { text-align: center; }

footer .footer_inner .footer_logo_wrapper .footer_left_logo .footer_logo { width: 267.29px; height: 68.5px; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 13px 0 28px; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_links a { border-bottom: 1px solid #323232; color: #323232; display: inline-block; font-size: 1.2rem; margin: 0 5px; text-decoration: none; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_links a:hover { opacity: 0.7; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 94.87vw; padding-bottom: 27px; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp .img_wrap { width: 46vw; height: 14.47vw; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp .img_wrap img { width: 46vw; height: 14.47vw; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp .img_wrap img:hover { opacity: 0.7; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp .first_img_wrap { margin-bottom: 11px; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp .second_img_wrap { margin-bottom: 11px; }

footer .footer_inner .footer_logo_wrapper .footer_left .text { font-size: 1.2rem; letter-spacing: 0.025em; text-align: center; }

footer .footer_inner .footer_logo_wrapper .footer_left .footer_bottom_logo { margin-top: 12px; max-width: 323.9px; width: 100%; height: 74.04px; }

footer .footer_inner .footer_logo_wrapper .footer_right { display: none; }

footer .footer_inner .footer_logo_wrapper .footer_right .img_wrap { width: 26.25vw; height: 8.2vw; }

footer .footer_inner .footer_logo_wrapper .footer_right .img_wrap:first-child { margin-bottom: 10px; }

footer .footer_inner .footer_logo_wrapper .footer_right .img_wrap img { width: 26.25vw; height: 8.2vw; }

footer .footer_inner .footer_logo_wrapper .footer_right .img_wrap img:hover { opacity: 0.7; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

footer .footer_inner .copyright { text-align: center; color: #7e7e7e; }

@media all and (min-width: 768px) { footer .footer_inner .footer_logo_wrapper { margin-bottom: 40px; }
  footer .footer_inner .footer_logo_wrapper .footer_left_logo .footer_logo { width: 311px; height: 80.5px; }
  footer .footer_inner .footer_logo_wrapper .footer_left .footer_links { margin: 8px 0 11px; }
  footer .footer_inner .footer_logo_wrapper .footer_left .footer_service_logos_sp { display: none; }
  footer .footer_inner .footer_logo_wrapper .footer_right { max-width: 660px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  footer .footer_inner .footer_logo_wrapper .footer_right .img_wrap { width: 320px; height: 100px; }
  footer .footer_inner .footer_logo_wrapper .footer_right .img_wrap img { width: 320px; height: 100px; } }

/* .l-footer-pagetop
================================================ */
.l-footer-pagetop__link { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 10px; background: #000; color: #fff; text-align: center; text-decoration: none; overflow: hidden; text-indent: 200%; white-space: nowrap; }

@media all and (min-width: 768px) { .l-footer-pagetop { opacity: 0; visibility: hidden; overflow: hidden; position: fixed; right: 0; bottom: 0; z-index: 10; width: 50px; height: 50px; border-radius: 100px; margin: 0 30px 30px 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
  .l-footer-pagetop.is-view { opacity: 1; visibility: visible; }
  .l-footer-pagetop__link { width: 100%; height: 100%; } }

/* .l-header
================================================ */
.l-header { position: fixed; top: 0; left: 0; width: 100%; min-width: 320px; z-index: 2000; }

@media all and (min-width: 768px) { .l-header { min-width: 1280px; } }

/* .l-header-info
================================================== */
.l-header-info { position: relative; z-index: 3; background: #fff; padding: 17px 20px 9px; }

.l-header-info__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.l-header-info__logo-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.l-header-info__logo-svg { width: 104.2px; }

.l-header-info__logo-txt { font-size: 1rem; display: inline-block; color: #fff; background-color: #286fb3; border-radius: 50px; margin-left: 7px; padding: 8px 18px 10px 15px; -webkit-transform: translateY(-1px); transform: translateY(-1px); line-height: 1.1; letter-spacing: 0.05em; }

@media all and (max-width: 360px) { .l-header-info { padding: 17px 10px 10px; } }

@media all and (min-width: 768px) { .l-header-info { padding: 20px 149px 13px 30px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .l-header-info__logo { padding-top: 3px; width: 345px; }
  .l-header-info__logo-svg { width: 142.2px; height: 44px; }
  .l-header-info__logo-txt { font-size: 1.4rem; padding: 12px 20px 13px; margin-left: 10px; -webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-sizing: border-box; box-sizing: border-box; } }

@media (min-width: 768px) and (max-width: 1500px) { .l-header-info { padding-right: 120px; padding-left: 10px; }
  .l-header-info__logo { width: 305px; }
  .l-header-info__logo-txt { font-size: 1.2rem; margin-left: 6px; padding: 12px 15px 13px; } }

/* .l-nav-btn
================================================== */
.l-nav-btn { position: absolute; top: 0; right: 0; width: 60px; height: 60px; cursor: pointer; border: none; background: #f8a500; }

.l-nav-btn__line { position: absolute; left: 15px; width: 30px; height: 2px; content: ''; background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-nav-btn__line:nth-child(1) { top: 17px; }

.l-nav-btn__line:nth-child(2) { top: 25px; }

.l-nav-btn.is-open .l-nav-btn__line { width: 24px; top: 22px; left: 18px; }

.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.l-nav-btn__chara { position: absolute; left: 0; bottom: 12px; width: 100%; font-size: 1rem; line-height: 1.2; text-align: center; color: #fff; letter-spacing: 0.05em; }

/* .l-nav
================================================ */
.l-nav { position: absolute; top: 60px; left: 0; z-index: 2; width: 100%; max-height: calc(100vh - 61px); min-width: 320px; padding: 17px 19px 66px; background: #e2f2ff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-overflow-scrolling: touch; font-weight: 700; font-size: 1.6rem; }

@media all and (max-width: 767px) { .l-nav { overflow: auto; -webkit-transform: translateX(120%); transform: translateX(120%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-nav::-webkit-scrollbar { display: none; }
  .l-nav.is-open { -webkit-transform: translateX(0); transform: translateX(0); } }

@media all and (max-width: 767px) { .l-nav__area-btn { max-width: 295px; margin: 40px auto 0; }
  .l-nav-tel { margin-bottom: 15px; }
  .l-nav-tel__link { display: block; background-color: #fff; text-align: center; border-radius: 50px; padding: 17px 0px 14px; }
  .l-nav-tel__link-num { font-size: 2.2rem; position: relative; line-height: 1.1; letter-spacing: 0.02em; padding-left: 1px; margin-bottom: 2px; }
  .l-nav-tel__link-num::before { width: 16px; height: 19px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.054%22%20height%3D%2218.97%22%20viewBox%3D%220%200%2016.054%2018.97%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2216.054%22%20height%3D%2218.97%22%20fill%3D%22%232082c6%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20d%3D%22M16.039%2C15.093a.75.75%2C0%2C0%2C0-.308-.347c-.111-.086-.266-.2-.457-.331-.371-.257-.864-.576-1.348-.884-.377-.237-.927-.574-1.4-.836-.617-.339-.837-.4-1-.379a1.034%2C1.034%2C0%2C0%2C0-.5.192c-.151.089-.351.219-.591.381-.344.235-.768.54-1.3.931a.335.335%2C0%2C0%2C1-.392%2C0%2C15.406%2C15.406%2C0%2C0%2C1-2.578-2.23%2C7.709%2C7.709%2C0%2C0%2C1-2.058-4%2C.752.752%2C0%2C0%2C1%2C.332-.729L6.485%2C5.508a.809.809%2C0%2C0%2C0%2C.321-.962L5.357.63a.825.825%2C0%2C0%2C0-.61-.518A3.98%2C3.98%2C0%2C0%2C0%2C2.5.22a3.4%2C3.4%2C0%2C0%2C0-1.01.824A5.817%2C5.817%2C0%2C0%2C0%2C.467%2C2.758%2C7.08%2C7.08%2C0%2C0%2C0%2C0%2C5.4a10.567%2C10.567%2C0%2C0%2C0%2C.7%2C3.556%2C18.622%2C18.622%2C0%2C0%2C0%2C4.538%2C6.614%2C16.309%2C16.309%2C0%2C0%2C0%2C3.933%2C2.968%2C6.2%2C6.2%2C0%2C0%2C0%2C1.187.321%2C7.612%2C7.612%2C0%2C0%2C0%2C1.574.113%2C3.906%2C3.906%2C0%2C0%2C0%2C2.948-1.191%2C5.8%2C5.8%2C0%2C0%2C0%2C.981-1.6%2C2.021%2C2.021%2C0%2C0%2C0%2C.175-1.084%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%232082c6%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; margin-right: 2px; }
  .l-nav-tel__link-txt { font-size: 1.2rem; color: #888; font-weight: normal; line-height: 1.1; padding-left: 22px; }
  .l-nav-contact__link { display: block; background: -webkit-gradient(linear, left top, right top, from(#10a0e4), to(#286fb3)); background: linear-gradient(to right, #10a0e4 0%, #286fb3 100%); -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); color: #fff; text-align: center; border-radius: 50px; padding: 19px 0; }
  .l-nav-contact__link::before { width: 20px; height: 16px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.274%22%20height%3D%2216.141%22%20viewBox%3D%220%200%2020.274%2016.141%22%3E%20%3Cg%20transform%3D%22translate(-69.5%20-27.929)%22%3E%20%3Cg%20transform%3D%22translate(217%2013.429)%22%3E%20%3Cpath%20d%3D%22M-1006.319-5614.288a.692.692%2C0%2C0%2C1-.681-.7v-.445l6.921-5.508%2C1.744%2C1.382a1.556%2C1.556%2C0%2C0%2C0%2C1.943%2C0l1.746-1.384%2C6.919%2C5.508v.447a.691.691%2C0%2C0%2C1-.682.7Zm-.681-12.136%2C5.726%2C4.539-5.726%2C4.561Zm13.547%2C4.539%2C5.726-4.538v9.1Zm-13.547-6.431v-.414a.693.693%2C0%2C0%2C1%2C.681-.7h17.91a.692.692%2C0%2C0%2C1%2C.682.7v.416l-9.637%2C7.635Z%22%20transform%3D%22translate(860%205644.429)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; margin-right: 12px; margin-top: -5px; } }

@media all and (min-width: 768px) { .l-nav { width: calc(100% - 305px - 170px - 110px); min-width: auto; padding: 0; background-color: transparent; font-size: 1.4rem; font-weight: normal; top: 17px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 12; }
  .l-nav-contact { position: absolute; right: 0; top: 0; width: 130px; height: 80px; }
  .l-nav-contact__link { background-color: #f8a500; color: #fff; font-size: 1.4rem; text-align: center; display: block; height: 100%; padding-top: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .l-nav-contact__link-ico { width: 35px; height: 26px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.274%22%20height%3D%2216.141%22%20viewBox%3D%220%200%2020.274%2016.141%22%3E%20%3Cg%20transform%3D%22translate(-69.5%20-27.929)%22%3E%20%3Cg%20transform%3D%22translate(217%2013.429)%22%3E%20%3Cpath%20d%3D%22M-1006.319-5614.288a.692.692%2C0%2C0%2C1-.681-.7v-.445l6.921-5.508%2C1.744%2C1.382a1.556%2C1.556%2C0%2C0%2C0%2C1.943%2C0l1.746-1.384%2C6.919%2C5.508v.447a.691.691%2C0%2C0%2C1-.682.7Zm-.681-12.136%2C5.726%2C4.539-5.726%2C4.561Zm13.547%2C4.539%2C5.726-4.538v9.1Zm-13.547-6.431v-.414a.693.693%2C0%2C0%2C1%2C.681-.7h17.91a.692.692%2C0%2C0%2C1%2C.682.7v.416l-9.637%2C7.635Z%22%20transform%3D%22translate(860%205644.429)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; margin-bottom: 3px; }
  .l-nav-tel { width: calc(100% - 345px); }
  .l-nav-tel__link { text-align: center; width: 220px; display: block; margin-left: auto; }
  .l-nav-tel__link-num { font-size: 2.4rem; line-height: 1.1; letter-spacing: 0.03em; margin-bottom: 3px; }
  .l-nav-tel__link-num::before { width: 16px; height: 19px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.054%22%20height%3D%2218.97%22%20viewBox%3D%220%200%2016.054%2018.97%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2216.054%22%20height%3D%2218.97%22%20fill%3D%22%232082c6%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20d%3D%22M16.039%2C15.093a.75.75%2C0%2C0%2C0-.308-.347c-.111-.086-.266-.2-.457-.331-.371-.257-.864-.576-1.348-.884-.377-.237-.927-.574-1.4-.836-.617-.339-.837-.4-1-.379a1.034%2C1.034%2C0%2C0%2C0-.5.192c-.151.089-.351.219-.591.381-.344.235-.768.54-1.3.931a.335.335%2C0%2C0%2C1-.392%2C0%2C15.406%2C15.406%2C0%2C0%2C1-2.578-2.23%2C7.709%2C7.709%2C0%2C0%2C1-2.058-4%2C.752.752%2C0%2C0%2C1%2C.332-.729L6.485%2C5.508a.809.809%2C0%2C0%2C0%2C.321-.962L5.357.63a.825.825%2C0%2C0%2C0-.61-.518A3.98%2C3.98%2C0%2C0%2C0%2C2.5.22a3.4%2C3.4%2C0%2C0%2C0-1.01.824A5.817%2C5.817%2C0%2C0%2C0%2C.467%2C2.758%2C7.08%2C7.08%2C0%2C0%2C0%2C0%2C5.4a10.567%2C10.567%2C0%2C0%2C0%2C.7%2C3.556%2C18.622%2C18.622%2C0%2C0%2C0%2C4.538%2C6.614%2C16.309%2C16.309%2C0%2C0%2C0%2C3.933%2C2.968%2C6.2%2C6.2%2C0%2C0%2C0%2C1.187.321%2C7.612%2C7.612%2C0%2C0%2C0%2C1.574.113%2C3.906%2C3.906%2C0%2C0%2C0%2C2.948-1.191%2C5.8%2C5.8%2C0%2C0%2C0%2C.981-1.6%2C2.021%2C2.021%2C0%2C0%2C0%2C.175-1.084%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%232082c6%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; margin-right: 1px; }
  .l-nav-tel__link-txt { font-size: 1.2rem; line-height: 1.1; color: #888; padding-left: 20px; } }

@media (min-width: 768px) and (max-width: 1500px) { .l-nav { margin-left: 10px; }
  .l-nav-tel { width: calc(100% - 305px); }
  .l-nav-tel__link { width: 170px; }
  .l-nav-tel__link-num { font-size: 1.8rem; }
  .l-nav-contact { width: 110px; } }

/* .l-nav-list
================================================== */
.l-nav-list__item + .l-nav-list__item { margin-top: 17px; }

.l-nav-list__item-link { display: block; position: relative; padding-left: 20px; border-bottom: 1px solid #d2d2d2; padding-bottom: 19px; }

.l-nav-list__item-link::before { width: 10px; height: 10px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20viewBox%3D%220%200%209%2010%22%3E%20%3Cpath%20d%3D%22M4.126%2C1.573a1%2C1%2C0%2C0%2C1%2C1.748%2C0l3.3%2C5.941A1%2C1%2C0%2C0%2C1%2C8.3%2C9H1.7A1%2C1%2C0%2C0%2C1%2C.825%2C7.514Z%22%20transform%3D%22translate(9)%20rotate(90)%22%20fill%3D%22%23286fb3%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; left: 0; top: 12px; }

@media all and (min-width: 768px) { .l-nav-list { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 17px 0px 18px; }
  .l-nav-list__item + .l-nav-list__item { margin-top: 0; border-left: 1px solid #d2d2d2; }
  .l-nav-list__item-link { padding: 0px 19px; border-bottom: none; line-height: 1.1; }
  .l-nav-list__item-link::before { content: none; } }

@media (min-width: 768px) and (max-width: 1500px) { .l-nav-list__item-link { padding: 0px 10px; } }

/* .l-nav-overlay
================================================ */
.l-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); z-index: 1000; }

@media all and (min-width: 768px) { .l-nav-overlay { display: none !important; } }

/* .l-ie-attention
================================================ */
.l-ie-attention { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 9999; font-weight: 700; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.l-ie-attention__txt { font-size: 3rem; margin-bottom: 18px; }

.l-ie-attention__note { color: #989898; }

.l-ie-attention__note .l-ie-attention__note-link { display: inline-block; }

.l-ie-attention__note-link { font-size: 1.8rem; border-bottom: 1px solid; position: relative; margin-right: 25px; display: inline-block; }

.l-ie-attention__note-link::after { content: ''; position: absolute; right: -18px; top: 13px; width: 11px; height: 11px; background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23829%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023829%22%20width%3D%228%22%20height%3D%228%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4323%22%20data-name%3D%22%E3%83%91%E3%82%B9%204323%22%20d%3D%22M688%2C718.025h-6v-6%22%20transform%3D%22translate(-682%20-707.025)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/100%; }

/* .l-main-img HOME
================================================ */
.l-main-img { background: -webkit-gradient(linear, left top, left bottom, from(#10a0e4), to(#286fb3)); background: linear-gradient(#10a0e4 0%, #286fb3 100%); color: #fff; }

.l-main-img__inner { -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: 46px; }

.l-main-img__area-img { max-width: 302px; margin: 0 auto 26px; }

.l-main-img__read { font-weight: 700; font-size: 1.6rem; line-height: 1.8; }

.l-main-img__read-logo { display: inline-block; vertical-align: super; margin-right: 2px; }

.l-main-img__read-logo.is-goodline { width: 115.71px; }

.l-main-img__read-logo.is-call { width: 111px; margin-right: 5px; }

.l-main-img__copy { font-size: 3rem; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 19px; }

.l-main-img__copy-in { border-bottom: 5px solid #ffd712; padding-bottom: 1px; }

@media all and (max-width: 360px) { .l-main-img__copy { font-size: 2.5rem; }
  .l-main-img__txt { font-size: 1.3rem; margin-right: -10px; } }

@media all and (min-width: 768px) { .l-main-img__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 0px; }
  .l-main-img__area-img { max-width: 100%; margin: 0; width: 696px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 40px; }
  .l-main-img__img { margin-right: -40px; }
  .l-main-img__area-txt { width: calc(100% - 696px); -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-bottom: 9px; }
  .l-main-img__read { font-size: 2rem; margin-bottom: 11px; line-height: 2; }
  .l-main-img__read-logo.is-goodline { width: 142.29px; }
  .l-main-img__read-logo.is-call { width: 136px; }
  .l-main-img__copy { font-size: 4rem; margin-bottom: 28px; } }

/* .l-sidebar
================================================== */
/* helper
================================================ */
.js-c-anime-elem[data-anime="fadein-up"] { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.js-c-anime-elem[data-anime="fadein-up"].is-animated { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

.js-c-anime-elem[data-anime="fadein-left"] { opacity: 0; -webkit-transform: translateX(-30px); transform: translateX(-30px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.js-c-anime-elem[data-anime="fadein-left"].is-animated { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.js-c-anime-elem[data-anime="fadein-right"] { opacity: 0; -webkit-transform: translateX(30px); transform: translateX(30px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.js-c-anime-elem[data-anime="fadein-right"].is-animated { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.js-c-anime-elem[data-anime-delay="0.1"] { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }

.js-c-anime-elem[data-anime-delay="0.2"] { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.js-c-anime-elem[data-anime-delay="0.3"] { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.js-c-anime-elem[data-anime-delay="0.4"] { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }

.js-c-anime-elem[data-anime-delay="0.5"] { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

.js-c-anime-elem[data-anime-delay="0.6"] { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }

.js-c-anime-elem[data-anime-delay="0.7"] { -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }

.js-c-anime-elem[data-anime-delay="0.8"] { -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }

.js-c-anime-elem[data-anime-delay="0.9"] { -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }

.js-c-anime-elem[data-anime-delay="1"] { -webkit-transition-delay: 1s; transition-delay: 1s; }

.js-c-anime-elem[data-anime-delay="1.1"] { -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }

.js-c-anime-elem[data-anime-delay="1.2"] { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }

.js-c-anime-elem[data-anime-delay="1.3"] { -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }

.js-c-anime-elem[data-anime-delay="1.4"] { -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }

.js-c-anime-elem[data-anime-delay="1.5"] { -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }

.js-c-anime-elem[data-anime-delay="1.6"] { -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }

.js-c-anime-elem[data-anime-delay="1.7"] { -webkit-transition-delay: 1.7s; transition-delay: 1.7s; }

.js-c-anime-elem[data-anime-delay="1.8"] { -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }

.js-c-anime-elem[data-anime-delay="1.9"] { -webkit-transition-delay: 1.9s; transition-delay: 1.9s; }

.js-c-anime-elem[data-anime-delay="2"] { -webkit-transition-delay: 2s; transition-delay: 2s; }

.js-c-switch-tab { cursor: pointer; }

.js-c-switch-content { display: none; }

.js-c-switch-content.is-active { display: block; }

.js-c-toggle-trigger { cursor: pointer; }

.js-c-toggle-content { display: none; }

/* page
================================================ */
/* .home-about
================================================== */
.home-about__inner { padding-top: 53px; padding-bottom: 46px; }

.home-about__img { padding: 0 17px 0 18px; margin-bottom: 18px; }

.home-about__txt + .home-about__txt { margin-top: 28px; }

@media all and (min-width: 768px) { .home-about__inner { padding-top: 103px; padding-bottom: 103px; }
  .home-about-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .home-about__img { padding: 0; margin-bottom: 0; width: 558px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .home-about__area-txt { width: calc(100% - 558px); -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 52px; padding-top: 34px; }
  .home-about__txt + .home-about__txt { margin-top: 32px; } }

/* .home-service
================================================== */
.home-service { background-color: #f5f5f5; position: relative; }

.home-service::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 111px 236px 0 236px; border-color: #f5f5f5 transparent transparent transparent; position: absolute; bottom: -111px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; }

.home-service__inner { padding-top: 53px; }

.home-service__txt { margin-bottom: 31px; }

.home-service-list__item { border-radius: 5px; padding: 20px 20px 21px; color: #fff; }

.home-service-list__item + .home-service-list__item { margin-top: 10px; }

.home-service-list__item.is-soho { background-color: #10a0e4; }

.home-service-list__item.is-soho .home-service-list__item-img { max-width: 144px; }

.home-service-list__item.is-soho .home-service-list__item-logo { max-width: 256px; }

.home-service-list__item.is-goodline { background-color: #286fb3; }

.home-service-list__item.is-goodline .home-service-list__item-img { max-width: 231px; }

.home-service-list__item.is-goodline .home-service-list__item-logo { max-width: 166.51px; }

.home-service-list__item.is-call { background-color: #1b397b; }

.home-service-list__item.is-call .home-service-list__item-img { max-width: 268px; margin-right: 3px; }

.home-service-list__item.is-call .home-service-list__item-logo { max-width: 158.17px; }

.home-service-list__item-img { margin: 0 auto 16px; }

.home-service-list__item-read { text-align: center; font-weight: 700; }

.home-service-list__item-logo { margin: 0 auto 16px; }

@media all and (min-width: 768px) { .home-service::before { border-width: 212px 960px 0 960px; bottom: -212px; }
  .home-service__inner { padding-top: 102px; }
  .home-service__txt { text-align: center; padding-top: 14px; margin-bottom: 103px; }
  .home-service-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .home-service-list__item { width: calc(33.3333% - 16px); -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 30px 36px; }
  .home-service-list__item + .home-service-list__item { margin-top: 0; }
  .home-service-list__item.is-soho .home-service-list__item-img { max-width: 176px; -webkit-transform: translate(9px, -67px); transform: translate(9px, -67px); margin-bottom: -54px; }
  .home-service-list__item.is-soho .home-service-list__item-logo { max-width: 304px; }
  .home-service-list__item.is-soho .home-service-list__item-read { margin-bottom: 7px; }
  .home-service-list__item.is-goodline .home-service-list__item-img { max-width: 262px; }
  .home-service-list__item.is-goodline .home-service-list__item-logo { max-width: 247.62px; }
  .home-service-list__item.is-goodline .home-service-list__item-read { margin-bottom: -5px; }
  .home-service-list__item.is-call .home-service-list__item-img { max-width: 284px; margin-right: -2px; }
  .home-service-list__item.is-call .home-service-list__item-logo { max-width: 233px; }
  .home-service-list__item-img { -webkit-transform: translateY(-65px); transform: translateY(-65px); margin: 0 auto -41px; }
  .home-service-list__item-logo { margin-bottom: 27px; } }

/* .home-choice
================================================== */
.home-choice { background-color: #e2f2ff; position: relative; }

.home-choice__inner { position: relative; padding-top: 40px; padding-bottom: 50px; }

.home-choice__txt { font-size: 1.6rem; font-weight: 700; color: #286fb3; border: 1px solid #286fb3; border-radius: 50px; text-align: center; background-color: #fff; position: relative; z-index: 1; padding: 8px 0; }

.home-choice-list { margin-top: 40px; }

.home-choice-list__item { -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }

.home-choice-list__item + .home-choice-list__item { margin-top: 15px; }

.home-choice-list__item.is-soho .home-choice-list__item-logo { background-color: #10a0e4; }

.home-choice-list__item.is-soho .home-choice-list__item-logo img { width: 256px; }

.home-choice-list__item.is-soho .home-choice-list__item-detail-head::before { background-color: #10a0e4; }

.home-choice-list__item.is-soho .home-choice-list__item-detail-cat { border-color: #10a0e4; color: #10a0e4; }

.home-choice-list__item.is-goodline .home-choice-list__item-logo { background-color: #286fb3; }

.home-choice-list__item.is-goodline .home-choice-list__item-logo img { width: 166.51px; }

.home-choice-list__item.is-goodline .home-choice-list__item-detail-head::before { background-color: #286fb3; }

.home-choice-list__item.is-goodline .home-choice-list__item-detail-cat { border-color: #286fb3; color: #286fb3; }

.home-choice-list__item.is-call .home-choice-list__item-logo { background-color: #1b397b; }

.home-choice-list__item.is-call .home-choice-list__item-logo img { width: 158.17px; }

.home-choice-list__item.is-call .home-choice-list__item-detail-head::before { background-color: #1b397b; }

.home-choice-list__item-logo { text-align: center; border-radius: 5px 5px 0 0; padding: 15px 0; }

.home-choice-list__item-area-txt { background-color: #fff; border-radius: 0 0 5px 5px; padding: 15px 20px 25px; }

.home-choice-list__item-detail { font-size: 0; }

.home-choice-list__item-detail + .home-choice-list__item-detail { border-top: 1px solid #d2d2d2; margin-top: 12px; padding-top: 15px; }

.home-choice-list__item-detail-head { position: relative; font-weight: 700; font-size: 1.8rem; padding-left: 23px; margin-bottom: 10px; }

.home-choice-list__item-detail-head::before { content: ""; display: block; width: 15px; height: 3px; position: absolute; left: 0; top: 18px; }

.home-choice-list__item-detail-cat { display: inline-block; border: 1px solid; border-radius: 50px; padding: 0 10px; margin-right: 4px; margin-bottom: 8px; font-size: 1.4rem; }

.home-choice-list__item-detail-check { font-size: 1.4rem; position: relative; padding-left: 18px; line-height: 1.78; }

.home-choice-list__item-detail-check::before { width: 13.5px; height: 10.37px; content: ""; display: inline-block; vertical-align: middle; background: no-repeat center/contain; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.5%2010.37%22%3E%20%3Cpath%20d%3D%22M11.57%2C0%2C5.059%2C6.51%2C1.929%2C3.38%2C0%2C5.309l5.06%2C5.059%2C8.44-8.44Z%22%20transform%3D%22translate(0%200.001)%22%20fill%3D%22%23f48473%22%2F%3E%3C%2Fsvg%3E"); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; left: 0; top: 6px; }

.home-choice-list__item-detail-check + .home-choice-list__item-detail-check { margin-top: 5px; }

@media all and (min-width: 768px) { .home-choice__inner { padding-top: 100px; padding-bottom: 68px; }
  .home-choice__txt { max-width: 841px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 0; font-size: 2.4rem; padding: 8px 0 9px; }
  .home-choice-list { margin-top: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .home-choice-list__item { width: calc(33.3333% - 16px); background-color: #fff; border-radius: 5px; }
  .home-choice-list__item + .home-choice-list__item { margin-top: 0; }
  .home-choice-list__item.is-soho .home-choice-list__item-logo { padding-top: 28px; }
  .home-choice-list__item.is-soho .home-choice-list__item-logo img { width: 234px; }
  .home-choice-list__item.is-goodline .home-choice-list__item-logo img { width: 190.79px; }
  .home-choice-list__item.is-call .home-choice-list__item-logo img { width: 179px; }
  .home-choice-list__item-logo { padding: 19px 0 24px; }
  .home-choice-list__item-area-txt { padding: 25px 30px 31px; }
  .home-choice-list__item-detail + .home-choice-list__item-detail { margin-top: 22px; padding-top: 25px; }
  .home-choice-list__item-detail-head { margin-bottom: 15px; }
  .home-choice-list__item-detail-cat { margin-right: 5px; }
  .home-choice-list__item-detail-check { font-size: 1.5rem; } }

/* .home-plan
================================================== */
.home-plan__inner { padding-top: 53px; padding-bottom: 50px; }

.home-plan__txt { margin-bottom: 26px; }

.home-plan-detail__item { background-color: #f5f5f5; padding: 18px 20px 25px; }

.home-plan-detail__item + .home-plan-detail__item { margin-top: 15px; }

.home-plan-detail__item-head { font-weight: 700; position: relative; font-size: 2rem; line-height: 1.65; padding-left: 30px; margin-bottom: 9px; }

.home-plan-detail__item-head::before { content: ""; display: block; width: 16px; height: 16px; background-color: #286fb3; position: absolute; top: 10px; left: 0; }

.home-plan-detail__item-txt { margin-bottom: 16px; }

.home-plan-attention { border: 2px solid #286fb3; border-radius: 5px; margin-top: 15px; padding: 8px 18px 14px; }

.home-plan-attention__head { text-align: center; font-weight: 700; font-size: 1.8rem; color: #286fb3; margin-bottom: 1px; }

.home-plan-attention__txt { font-size: 1.6rem; }

@media all and (min-width: 768px) { .home-plan__inner { padding-top: 135px; padding-bottom: 100px; }
  .home-plan__txt { text-align: center; padding-top: 13px; margin-bottom: 56px; }
  .home-plan-detail { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .home-plan-detail__item { width: calc(50% - 10px); -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; padding: 38px 40px; }
  .home-plan-detail__item + .home-plan-detail__item { margin-top: 0; }
  .home-plan-detail__item + .home-plan-detail__item .home-plan-detail__item-txt { margin-bottom: 26px; }
  .home-plan-detail__item-head { font-size: 2.6rem; padding-left: 40px; margin-bottom: 22px; }
  .home-plan-detail__item-head::before { width: 20px; height: 20px; top: 12px; }
  .home-plan-detail__item-txt { margin-bottom: 56px; }
  .home-plan-attention { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px 28px 16px; }
  .home-plan-attention__head { margin-bottom: 0; border-right: 1px solid #286fb3; text-align: left; width: 87px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .home-plan-attention__txt { width: calc(100% - 87px); -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 30px; } }

/* .home-merit
================================================== */
.home-merit { position: relative; background-color: #f5f5f5; }

.home-merit::before { content: ""; display: block; width: 100%; height: 250px; background: url(../img/home/bg_merit01_sp.png) no-repeat center/cover; position: absolute; top: 0; left: 0; }

.home-merit__inner { position: relative; padding-top: 53px; padding-bottom: 50px; }

.home-merit-list__item { background-color: #fff; padding: 20px 20px 21px; border-radius: 5px; -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }

.home-merit-list__item + .home-merit-list__item { margin-top: 15px; }

.home-merit-list__item.is-merit01 .home-merit-list__item-img { max-width: 207.86px; }

.home-merit-list__item.is-merit02 .home-merit-list__item-img { max-width: 192.75px; }

.home-merit-list__item.is-merit03 .home-merit-list__item-img { max-width: 187.04px; }

.home-merit-list__item.is-merit04 .home-merit-list__item-img { max-width: 208.47px; }

.home-merit-list__item.is-merit05 .home-merit-list__item-img { max-width: 215.33px; }

.home-merit-list__item-img { margin: 0 auto 21px; }

.home-merit-list__item-read { color: #286fb3; text-align: center; font-size: 1.5rem; margin-bottom: 2px; }

.home-merit-list__item-read-num { font-size: 2rem; margin-left: 6px; }

.home-merit-list__item-head { text-align: center; font-weight: 700; font-size: 1.8rem; margin-bottom: 11px; }

.home-merit-list__item-txt { font-size: 1.6rem; }

@media all and (min-width: 768px) { .home-merit::before { background-image: url(../img/home/bg_merit01_pc.png); height: 520px; }
  .home-merit__inner { padding-top: 103px; padding-bottom: 80px; }
  .home-merit-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 18px; }
  .home-merit-list__item { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 32px 30px 44px; margin-bottom: 20px; }
  .home-merit-list__item + .home-merit-list__item { margin-top: 0; }
  .home-merit-list__item.is-pc-col2 { width: calc(50% - 10px); }
  .home-merit-list__item.is-pc-col3 { width: calc(33.33333% - 12px); }
  .home-merit-list__item.is-merit01 .home-merit-list__item-img { max-width: 214.37px; }
  .home-merit-list__item.is-merit02 .home-merit-list__item-img { max-width: 191.79px; }
  .home-merit-list__item.is-merit03 .home-merit-list__item-img { max-width: 184px; }
  .home-merit-list__item.is-merit04 .home-merit-list__item-img { max-width: 226px; }
  .home-merit-list__item.is-merit05 .home-merit-list__item-img { max-width: 219.18px; }
  .home-merit-list__item-img { margin-bottom: 14px; }
  .home-merit-list__item-read { font-size: 2rem; margin-bottom: 7px; }
  .home-merit-list__item-read-num { font-size: 2.6rem; }
  .home-merit-list__item-head { font-size: 2.6rem; margin-bottom: 15px; line-height: 1.5; } }

/* .home-flow
================================================== */
.home-flow__inner { padding-top: 53px; padding-bottom: 50px; }

.home-flow-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 850px; padding-top: 10px; padding-bottom: 25px; position: relative; }

.home-flow-list::before { content: ""; display: block; width: 100%; height: 2px; background: -webkit-gradient(linear, right top, left top, from(#10a0e4), to(#286fb3)); background: linear-gradient(to left, #10a0e4 0%, #286fb3 100%); position: absolute; left: 0; top: 72px; }

.home-flow-list__item { width: 125px; position: relative; }

.home-flow-list__item-num { font-size: 1.1rem; position: absolute; top: 0; left: 8px; color: #fff; width: 24px; height: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: -webkit-gradient(linear, left top, right top, from(#10a0e4), to(#286fb3)); background: linear-gradient(to right, #10a0e4 0%, #286fb3 100%); border-radius: 50%; }

.home-flow-list__item-img { margin-bottom: 4px; }

.home-flow-list__item-txt { text-align: center; color: #286fb3; }

.home-flow-contact { margin-top: 50px; }

@media all and (min-width: 768px) { .home-flow__inner { padding-top: 103px; padding-bottom: 120px; }
  .home-flow-list { width: 100%; padding-top: 49px; }
  .home-flow-list::before { top: 129px; }
  .home-flow-list__item { width: 160px; }
  .home-flow-list__item-num { width: 30px; height: 30px; font-size: 1.4rem; left: 10px; top: 1px; }
  .home-flow-list__item-img { margin-bottom: 6px; }
  .home-flow-list__item-txt { font-size: 1.8rem; }
  .home-flow-contact { margin-top: 80px; } }

/* .thanks-content
================================================== */
.thanks-content__inner { padding-top: 53px; padding-bottom: 46px; }

.thanks-content__img { padding: 0 17px 0 18px; margin-bottom: 18px; }

.thanks-content__txt + .thanks-content__txt { margin-top: 28px; }

@media all and (min-width: 768px) { .thanks-content__inner { padding-top: 103px; padding-bottom: 103px; text-align: center; }
  .thanks-content-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .thanks-content__img { padding: 0; margin-bottom: 0; width: 558px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .thanks-content__area-txt { width: calc(100% - 558px); -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 52px; padding-top: 34px; }
  .thanks-content__txt + .thanks-content__txt { margin-top: 32px; } }
