@charset "UTF-8";
:root { --color-gray: #929292; --color-gray-second: #c4c4c4; --color-gray-third: #707070; --color-gray-fourth: #d8d5d5; --color-gray-fifth: #e3e3e3; --color-gray-sixth: #F6F6F6; --color-black: #000000; --color-black-second: #0d0d0d; --color-black-third: #262421; --color-white: #ffffff; --color-brown: #684117; --color-red: #ff0000; --font-noto-sans-jp: "Noto Sans JP", sans-serif; --font-noto-serif-jp: "Noto Serif JP", serif; --font-saira: "Saira Semi Condensed", sans-serif; --font-libre-baskerville: "Libre Baskerville", serif; }

:root { --color-gray: #929292; --color-gray-second: #c4c4c4; --color-gray-third: #707070; --color-gray-fourth: #d8d5d5; --color-gray-fifth: #e3e3e3; --color-gray-sixth: #F6F6F6; --color-black: #000000; --color-black-second: #0d0d0d; --color-black-third: #262421; --color-white: #ffffff; --color-brown: #684117; --color-red: #ff0000; --font-noto-sans-jp: "Noto Sans JP", sans-serif; --font-noto-serif-jp: "Noto Serif JP", serif; --font-saira: "Saira Semi Condensed", sans-serif; --font-libre-baskerville: "Libre Baskerville", serif; }

/* ================================================== main-visual ================================================== */
#wrapper { padding: 135px 0 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { #wrapper { padding: 65px 0 0; } }

/* ========== end △ */
#main { padding-bottom: 80px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { #main { padding-bottom: 40px; } }

/* ========== end △ */
.page-visual { position: relative; overflow: hidden; position: relative; background: url(../common_img/c_bg02.jpg) no-repeat center center; background-size: cover; padding: 0px 0 45px; margin-bottom: 51px; }

.page-visual:before { position: absolute; content: ""; left: 0; right: 0; z-index: 1; top: 0; background: url(../common_img/c_bg02_top.png) no-repeat center top; background-size: 538px auto; height: 66px; }

.page-visual:after { position: absolute; content: ""; left: 0; right: 0; z-index: 1; bottom: 0; background: url(../common_img/c_bg02_bot.png) no-repeat center bottom; background-size: 1920px auto; height: 400px; }

.page-visual .container { position: relative; z-index: 221; max-width: 968px; }

.page-visual .page-ttl { text-align: center; padding: 119px 0 87px; }

.page-visual .page-ttl .ttljp { display: block; color: #e86913; text-align: center; font-size: 50px; line-height: 1.7; letter-spacing: 0.05em; font-weight: bold; text-transform: capitalize; }

.page-visual .page-ttl .ttlen { color: #000000; display: block; text-align: center; font-size: 20px; line-height: 1.25; letter-spacing: 0.05em; font-weight: bold; margin: 7px 0 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .page-visual { padding: 0px 0 2px; margin-bottom: 25px; }
  .page-visual:before { background-size: 63% auto; height: 66px; }
  .page-visual:after { background-size: 160% auto; height: 300px; }
  .page-visual .page-ttl { padding: 30px 0 15px; }
  .page-visual .page-ttl .ttljp { font-size: 28px; line-height: 1.25; }
  .page-visual .page-ttl .ttlen { font-size: 16px; line-height: 1.375; margin: 4px 0 0; } }

/* ========== end △ */
.junbi { text-align: center; padding: 100px 0 100px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .junbi { font-size: 15px; line-height: 1.6; padding: 40px 0 80px; } }

/* ========== end △ */
.js-block-hide { display: none; }

.js-block-hide.is-opened { display: block; }

.js-show-more.is-active .c-btn02:after { transform: rotate(-180deg); }

/* ================================================== breadcrumb（パンくず） ================================================== */
.c-breadcrumb { padding: 3px 20px 3px; font-size: 14px; line-height: 1.78571; letter-spacing: 0.05em; font-weight: 400; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; overflow-x: auto; justify-content: flex-end; }

.c-breadcrumb li { display: inline-block; color: #000000; }

.c-breadcrumb li .home { position: relative; display: inline-block; height: 17px; width: 17px; background: url(../common_img/ico_home.png) no-repeat center center; background-size: 100% auto; vertical-align: top; margin: 3px 0 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .c-breadcrumb li .home { width: 14px; height: 14px; margin: 5px 0 0; } }

/* ========== end △ */
.c-breadcrumb li:not(:last-child) { position: relative; padding-right: 18px; }

.c-breadcrumb li:not(:last-child):before { position: absolute; content: ""; width: 3px; height: 3px; background: #bc3804; border-radius: 50%; right: 0; top: 50%; margin: -2px 0 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .c-breadcrumb li:not(:last-child):before { margin-top: -1px; } }

/* ========== end △ */
.c-breadcrumb li:not(:first-child) { margin-left: 14px; }

.c-breadcrumb a, .c-breadcrumb span { display: block; white-space: nowrap; text-decoration: none; color: #000000; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .c-breadcrumb { padding: 0 10px 0; font-size: 13px; line-height: 1.69231; }
  .c-breadcrumb li:not(:last-child) { padding-right: 10px; }
  .c-breadcrumb li:not(:first-child) { margin-left: 5px; }
  .c-breadcrumb a, .c-breadcrumb span { display: block; white-space: nowrap; text-decoration: none; color: #000000; } }

/* ========== end △ */
.paging { margin: 50px auto 75px; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; padding: 0px; }

.paging .paging-btn { font-size: 15px; line-height: 2.13333; letter-spacing: 0em; font-weight: 500; }

.paging .paging-btn a { color: #000; display: inline-block; vertical-align: top; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 500; text-decoration: none; text-align: center; position: relative; padding-left: 35px; }

.paging .paging-btn a span { border-bottom: 1px solid #c8c8c8; }

.paging .paging-btn a:before { content: ""; position: absolute; left: 0px; top: 50%; width: 18px; height: 19px; background: url(../common_img/prev.png) no-repeat center center; background-size: 100% auto; margin: -8px 0 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .paging .paging-btn a:hover { opacity: 0.5; } }

/* ========== end △ */
.paging .prev { margin-right: auto; }

.paging .next { margin-left: auto; }

.paging .next a { padding: 0 35px 0 0; }

.paging .next a:before { right: 0px; left: auto; width: 18px; height: 19px; background: url(../common_img/next.png) no-repeat center center; background-size: 100% auto; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .paging { margin: 40px 0 45px; padding: 15px 10px 15px; }
  .paging .btn { font-size: 14px; line-height: 1.78571; }
  .paging .btn a { font-size: 14px; line-height: 1.78571; } }

/* ========== end △ */
.pagenavi { text-align: center; margin: 100px 0 0; position: relative; min-height: 62px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }

.pagenavi .c-btn01 { max-width: 340px; height: 62px; }

.pagenavi .page { color: #1d4394; font-size: 18px; line-height: 1.38889; width: 3px; height: 3px; width: 38px; height: 38px; line-height: 37px; border: 1px solid #1d4394; margin: 0 7px; border-radius: 3px; }

.pagenavi .page a { display: block; text-decoration: none; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .pagenavi .page a:hover { opacity: 1; background: #1d4394; color: #fff; } }

/* ========== end △ */
.pagenavi .page.current { background: #1d4394; color: #fff; }

.pagenavi .extend { color: #1d4394; border: 0; background: none; margin: 3px 7px; width: 38px; height: 38px; white-space: nowrap; letter-spacing: 0; text-align: center; }

.pagenavi .last { display: none; }

.pagenavi .prevlink { margin-right: auto; width: 300px; }

.pagenavi .prevlink .c-btn01:after { left: 30px; right: auto; transform: rotate(180deg); }

.pagenavi .nextlink { margin-left: auto; width: 300px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .pagenavi { margin: 25px 0 0; }
  .pagenavi .c-btn01 { max-width: 220px; height: 50px; }
  .pagenavi .prevlink { width: 150px; }
  .pagenavi .prevlink .c-btn01 { padding-left: 20px; }
  .pagenavi .prevlink .c-btn01:after { left: 15px; }
  .pagenavi .nextlink { width: 155px; }
  .pagenavi .nextlink .c-btn01 { padding-right: 20px; }
  .pagenavi .nextlink .c-btn01:after { right: 15px; } }

/* ========== end △ */
/* ==================================================
  p-contact
================================================== */
.p-contact .main-contents { margin-bottom: 0; }

.p-contact .sec01 { padding: 0 0 65px; }

.p-contact .sec01 .c-ttl02 { margin: 0 0 45px; }

.p-contact .sec01 .desc02 { font-size: 16px; line-height: 1.875; letter-spacing: 0.03em; font-weight: bold; text-align: center; margin: 0 0 35px; }

.p-contact .sec01 .desc01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.03em; font-weight: 400; text-align: center; margin: 0 0 45px; }

.p-contact .sec01 .block { position: relative; background: url(../contact/images/bg01.png) no-repeat center center; background-size: 100% 100%; max-width: 945px; padding: 59px 20px 33px; }

.p-contact .sec01 .block:before { position: absolute; content: ""; width: 329px; height: 238px; background: url(../contact/images/tool01.png) no-repeat center center; background-size: 100% auto; top: -30px; right: -254px; }

.p-contact .sec01 .block .txt01 { text-align: center; color: #fff; font-size: 16px; line-height: 1.875; letter-spacing: 0.03em; font-weight: 400; margin: 16px 0 0; }

.p-contact .sec01 .boxtel { text-align: center; }

.p-contact .sec01 .boxtel .tel a { display: inline-block; text-decoration: none; }

.p-contact .sec01 .boxtel .tel .num { position: relative; display: inline-block; font-family: "Jost", sans-serif; font-size: 54px; line-height: 1; letter-spacing: 0.05em; font-weight: 400; color: #fff; padding: 0 0 0 79px; }

.p-contact .sec01 .boxtel .tel .num:before { position: absolute; content: ""; width: 64px; height: 37px; background: url(../common_img/tel02.png) no-repeat center center; background-size: 100% auto; top: 7px; left: 0; }

.p-contact .sec01 .boxtel .tel .num-char { position: relative; }

.p-contact .sec01 .boxtel .tel .num-char .char { position: absolute; color: #fff; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 19px; line-height: 1.26316; letter-spacing: 0.025em; font-weight: 500; font-style: normal; white-space: nowrap; left: 50%; transform: translateX(-50%); top: -11px; }

.p-contact .sec01 .boxtel .time { font-size: 18px; line-height: 1.33333; letter-spacing: 0.025em; font-weight: 500; text-align: right; margin: 0 auto; max-width: 434px; color: #fff; }

.p-contact .sec02 { padding: 65px 0 48px; }

.p-contact .sec03 { padding: 65px 0 0; }

.p-contact .sec03 .pp-ttl { font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 500; }

.p-contact .sec03 .pp-lst { margin-bottom: 30px; }

.p-contact .sec03 .pp-lst li { position: relative; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; padding: 0 0 0 27px; }

.p-contact .sec03 .pp-lst li:before { position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; background: #eb8a00; left: 6px; top: 12px; }

.p-contact .sec03 .pp-desc01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; }

.p-contact .sec03 .pp-desc01 .it { width: 57px; display: inline-block; vertical-align: top; }

.p-contact .sec03 .pp-desc01 .tt { width: calc(100% - 57px); display: inline-block; vertical-align: top; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-contact .sec03 .pp-desc01 .tt { text-indent: -15px; padding: 0 0 0 15px; } }

/* ========== end △ */
.p-contact .sec03 .pp-desc01 a { color: #000; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-contact .sec03 .pp-desc01 a:hover { color: #e86913; } }

/* ========== end △ */
.p-contact .sec03 .pp-block { margin-bottom: 30px; }

.p-contact.confirm .sec01 { padding: 60px 0 140px; }

.p-contact.confirm .sec01 .form-txt01 { margin-bottom: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-contact .sec01 { padding: 0 0 35px; }
  .p-contact .sec01 .c-ttl02 { margin: 0 0 25px; }
  .p-contact .sec01 .desc02 { font-size: 15px; line-height: 1.53333; margin: 0 0 25px; }
  .p-contact .sec01 .desc01 { font-size: 15px; line-height: 1.53333; text-align: left; margin: 0 0 45px; }
  .p-contact .sec01 .block { padding: 40px 40px 20px 24px; }
  .p-contact .sec01 .block:before { width: 235px; height: 180px; top: -14px; right: -204px; }
  .p-contact .sec01 .block .txt01 { font-size: 14px; line-height: 1.57143; margin: 10px 0 0; }
  .p-contact .sec01 .boxtel .tel .num { font-size: 32px; line-height: 1; padding: 0 0 0 45px; }
  .p-contact .sec01 .boxtel .tel .num:before { width: 40px; height: 25px; top: 2px; }
  .p-contact .sec01 .boxtel .tel .num-char .char { font-size: 14px; line-height: 1.57143; top: -11px; }
  .p-contact .sec01 .boxtel .time { font-size: 14px; line-height: 1.57143; max-width: 250px; }
  .p-contact .sec02 { padding: 35px 0 25px; }
  .p-contact .sec03 { padding: 35px 0 0; }
  .p-contact .sec03 .pp-ttl { font-size: 16px; line-height: 1.4375; }
  .p-contact .sec03 .pp-lst { margin-bottom: 30px; }
  .p-contact .sec03 .pp-lst li { font-size: 15px; line-height: 1.53333; padding: 0 0 0 22px; }
  .p-contact .sec03 .pp-lst li:before { width: 8px; height: 8px; left: 6px; top: 8px; }
  .p-contact .sec03 .pp-desc01 { font-size: 15px; line-height: 1.53333; }
  .p-contact .sec03 .pp-block { margin-bottom: 25px; }
  .p-contact.confirm .sec01 { padding: 30px 0 0px; }
  .p-contact.confirm .sec01 .form-txt01 { margin-bottom: 20px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
/* ================================================== page-news ================================================== */
.p-topics#wrapper { overflow: initial; }

.p-topics .c-list-topics { margin-bottom: 80px; }

.p-topics .c-list-topics .item { margin-bottom: 30px; }

.p-topics .c-list-topics .item:last-child { border-bottom: 0; padding-bottom: 0; }

.p-topics .c-list-topics .item a { text-decoration: none; border-radius: 10px; display: block; background: #f2f2f2; padding: 21px 20px 20px; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-topics .c-list-topics .item a:hover { opacity: 1; }
  .p-topics .c-list-topics .item a:hover .item__ttl { color: #1d4394; }
  .p-topics .c-list-topics .item a:hover .c-link01:after { transform: translateY(-3px); } }

/* ========== end △ */
.p-topics .c-list-topics .item .item__meta { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 24px; }

.p-topics .c-list-topics .item .item__meta .time { width: 110px; }

.p-topics .c-list-topics .item .time { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; color: #1d4394; }

.p-topics .c-list-topics .item .cats { color: #000; max-width: calc(100% - 110px); }

.p-topics .c-list-topics .item .cats .cat { font-size: 16px; line-height: 1.5; letter-spacing: 0.1em; font-weight: bold; display: inline-block; background: #d1e4f2; padding: 2px 8px 2px; }

.p-topics .c-list-topics .item__ttl { font-size: 18px; line-height: 1.38889; letter-spacing: 0.1em; font-weight: bold; overflow: hidden; width: 100%; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: normal; margin-bottom: 30px; }

.p-topics .c-list-topics .item .btn { text-align: right; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-topics .c-list-topics .item .btn .c-link01:hover { opacity: 1; } }

/* ========== end △ */
.p-topics .c-list-topics .item__thumb { width: 35%; float: left; margin: 0 34px 0 0; }

.p-topics .c-list-topics .item__thumb .c-img { position: relative; border-radius: 10px; }

.p-topics .c-list-topics .item__thumb .c-img:before { display: block; content: " "; width: 100%; padding-top: 72.4%; }

.p-topics .c-list-topics .item__thumb .c-img > .content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.p-topics .c-list-topics .item__thumb .c-img img { object-fit: contain; border-radius: 10px; }

.p-topics .c-list-topics .item__info { overflow: hidden; margin: 9px 0 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .c-list-topics { margin-bottom: 50px; }
  .p-topics .c-list-topics .item { margin-bottom: 20px; }
  .p-topics .c-list-topics .item:last-child { border-bottom: 0; padding-bottom: 0; }
  .p-topics .c-list-topics .item a { padding: 15px 15px 15px; }
  .p-topics .c-list-topics .item .item__meta { margin-bottom: 10px; }
  .p-topics .c-list-topics .item .item__meta .time { width: 85px; }
  .p-topics .c-list-topics .item .time { font-size: 15px; line-height: 1.6; }
  .p-topics .c-list-topics .item .cats { width: calc(100% - 85px); }
  .p-topics .c-list-topics .item .cats .cat { font-size: 15px; line-height: 1.46667; padding: 2px 8px 2px; }
  .p-topics .c-list-topics .item__ttl { font-size: 18px; line-height: 1.38889; overflow: hidden; width: 100%; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: normal; margin-bottom: 20px; }
  .p-topics .c-list-topics .item .btn { text-align: right; }
  /* ▽ PC-TAB layout ========== */ }

@media only screen and (max-width: 767px) and (min-width: 768px) { .p-topics .c-list-topics .item .btn .c-link01:hover { opacity: 1; } }

@media only screen and (max-width: 767px) { /* ========== end △ */
  .p-topics .c-list-topics .item__thumb { width: 100%; float: none; margin: 0 0 20px; }
  .p-topics .c-list-topics .item__info { margin: 9px 0 0; } }

/* ========== end △ */
.p-topics .sg-ttl { font-size: 24px; line-height: 1.20833; letter-spacing: 0.1em; font-weight: bold; margin-bottom: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .sg-ttl { font-size: 18px; line-height: 1.38889; margin-bottom: 15px; } }

/* ========== end △ */
.p-topics .sg-meta { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 47px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .sg-meta { margin-bottom: 25px; } }

/* ========== end △ */
.p-topics .sg-meta .time { width: 105px; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; color: #1d4394; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .sg-meta .time { font-size: 15px; line-height: 1.66667; width: 90px; } }

/* ========== end △ */
.p-topics .sg-meta .cats { max-width: calc(100% - 105px); color: #000; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .sg-meta .cats { max-width: calc(100% - 90px); } }

/* ========== end △ */
.p-topics .sg-meta .cats .cat { font-size: 16px; line-height: 1.5; letter-spacing: 0.1em; font-weight: bold; display: inline-block; background: #d1e4f2; padding: 2px 8px 2px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .sg-meta .cats .cat { font-size: 15px; line-height: 1.53333; } }

/* ========== end △ */
.p-topics .sg-cms figure { margin: 0; }

.p-topics .sg-cms img { border-radius: 5px; }

.p-topics .sg-cms p { font-size: 16px; line-height: 1.875; letter-spacing: 0.075em; font-weight: 400; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-topics .sg-cms p { font-size: 15px; line-height: 1.73333; } }

/* ========== end △ */
.btn-list { text-align: center; margin: 79px 0 0; }

.btn-list .c-btn01 { margin: 0 auto; max-width: 350px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .btn-list .c-btn01 { max-width: 250px; } }

/* ========== end △ */
.sec-anchor { margin-bottom: 94px; }

.sec-anchor ul { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin: 0 -6px; }

.sec-anchor ul li { width: 25%; text-align: center; padding: 0 6px; }

.sec-anchor ul li a { max-width: 100%; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .sec-anchor ul li a:hover:after { transform: translateY(8px); } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .sec-anchor { margin-bottom: 40px; }
  .sec-anchor ul li { width: 50%; padding: 0 3px; margin-bottom: 6px; } }

/* ========== end △ */
/* ================================================== infra ================================================== */
.c-flexPC__img img { border-radius: 8px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .c-flexPC { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .c-flexPC__info { width: 47%; }
  .c-flexPC__img { width: 53%; padding: 19px 0 0 62px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .c-flexPC__img { text-align: center; margin-top: 20px; } }

/* ========== end △ */
.c-block-paint { position: relative; background: url(../common_img/c_bg04.png) no-repeat center center; background-size: 100% 100%; max-width: 945px; padding: 24px 70px 25px; }

.c-block-paint:before { position: absolute; content: ""; width: 187px; height: 135px; background: url(../common_img/tool01.png) no-repeat center center; background-size: 100% auto; top: -14px; right: -136px; }

.c-block-paint .txt01 { text-align: left; color: #fff; font-size: 20px; line-height: 1.8; letter-spacing: 0.05em; font-weight: bold; max-width: 764px; margin: 0 auto; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .c-block-paint { background: url(../common_img/c_bg04_sp.png) no-repeat center center; background-size: 100% 100%; padding: 24px 41px 25px 24px; }
  .c-block-paint:before { width: 219px; height: 162px; top: -21px; right: -184px; }
  .c-block-paint .txt01 { font-size: 14px; line-height: 1.64286; letter-spacing: 0em; max-width: 764px; } }

/* ========== end △ */
.c-box-ytb { position: relative; cursor: pointer; }

.c-box-ytb:before { position: absolute; content: ""; width: 47px; height: 47px; background: url(../common_img/ico_play.png) no-repeat center center; background-size: 100% auto; left: 0; right: 0; text-align: center; margin: 0 auto; transform: translateY(-50%); top: 50%; z-index: 33; }

.popup-ytb { position: fixed; z-index: 33333; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.9); opacity: 0; pointer-events: none; }

.popup-ytb.is-show { opacity: 1; pointer-events: auto; }

.popup-ytb .class-video { position: absolute; left: 7%; right: 7%; top: 7%; bottom: 7%; max-width: 85%; max-height: 85%; margin: 0 auto; z-index: 33; }

.popup-ytb .class-video iframe { width: 100% !important; height: 100% !important; }

.popup-ytb .btn-close { position: absolute; width: 38px; height: 38px; background: url(../common_img/ico_close.png) no-repeat center center; background-size: 100% auto; top: calc(7% - 16px); right: calc(7% - 16px); z-index: 322; cursor: pointer; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .popup-ytb .class-video { max-width: 92%; height: 210px; left: 10px; right: 10px; top: 50%; bottom: auto; transform: translateY(-50%); }
  .popup-ytb .class-video iframe { width: 100% !important; height: 100% !important; }
  .popup-ytb .btn-close { position: absolute; width: 38px; height: 38px; background: url(../common_img/ico_close.png) no-repeat center center; background-size: 100% auto; top: calc(7% - 16px); right: calc(7% - 16px); z-index: 322; cursor: pointer; } }

/* ========== end △ */
/* ================================================== p-paint ================================================== */
.p-paint .icon-red { background: #bc3804; width: 95px; height: 95px; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; border-radius: 50%; }

.p-paint .icon-red .txt01 { color: #fff; text-align: center; font-size: 14px; line-height: 1.57143; letter-spacing: 0em; margin-bottom: 6px; }

.p-paint .icon-red .txt02 { color: #fff; text-align: center; font-size: 14px; line-height: 1.57143; letter-spacing: 0em; }

.p-paint .icon-red .icon { text-align: center; }

.p-paint .sec01 { padding: 0 0 118px; }

.p-paint .sec01 .block { margin: 45px 0 0; }

.p-paint .sec01 .block .lst-icon { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px; }

.p-paint .sec01 .block .lst-icon li { margin: 0 12px 0 0; }

.p-paint .sec01 .block .lst-icon li:last-child { margin-right: 0; }

.p-paint .sec01 .block .ttl01 { font-size: 30px; line-height: 1.16667; letter-spacing: 0em; font-weight: 500; margin-bottom: 17px; }

.p-paint .sec01 .block .logo02 { margin: 20px 0 0; text-align: center; }

.p-paint .sec01 .block .box01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; border-radius: 5px; border: 2px solid #000f49; margin: 33px 0 0; }

.p-paint .sec01 .block .box01 .logo { width: 50%; padding: 10px 10px 10px; text-align: center; }

.p-paint .sec01 .block .box01 .btn01 { width: 50%; background: #000f49; padding: 23px 10px 23px; text-align: center; position: relative; text-decoration: none; }

.p-paint .sec01 .block .box01 .btn01 .txt { padding-right: 33px; z-index: 22; position: relative; font-size: 18px; line-height: 1.66667; letter-spacing: 0.025em; font-weight: 500; color: #fff; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; }

.p-paint .sec01 .block .box01 .btn01:after { position: absolute; content: ""; width: 19px; height: 11px; background: url(../common_img/ico_arr01.png) no-repeat center center; background-size: 100% auto; right: 20px; top: 50%; border-radius: 50%; margin: -6px 0 0; z-index: 3; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-paint .sec01 .block .box01 .btn01:hover { opacity: 0.8; }
  .p-paint .sec01 .block .box01 .btn01:hover:after { transform: translateX(8px); } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-paint .sec01 .block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-paint .sec01 .block__info { width: 57%; padding: 0 0 0 62px; }
  .p-paint .sec01 .block__img { width: 43%; text-align: left; } }

/* ========== end △ */
.p-paint .sec02 { padding: 113px 0 118px; background: url(../common_img/c_bg03.jpg) repeat-y center top; background-size: 100% auto; }

.p-paint .sec02 .block01 .ttl01 { font-size: 30px; line-height: 1.16667; letter-spacing: 0em; font-weight: 500; margin-bottom: 18px; }

.p-paint .sec02 .block01 .c-flexPC__info { padding-top: 13px; }

.p-paint .sec02 .block01 .c-flexPC__img { text-align: center; }

.p-paint .sec02 .block01 .btn01 { margin: 33px 0 0; }

.p-paint .sec02 .block01 .btn01 .c-btn01 { max-width: 275px; height: 70px; }

.p-paint .sec02 .block02 { background: #fff; border-radius: 5px; margin: 40px 0 0; padding: 55px 46px 58px; }

.p-paint .sec02 .block02 + .block01 { margin-top: 115px; }

.p-paint .sec02 .block02 .ttl01 { text-align: center; color: #fff; font-size: 26px; line-height: 1.34615; letter-spacing: 0em; font-weight: 500; }

.p-paint .sec02 .block02 .ttl01 span { display: inline-block; background: url(../common_img/bg_re01.jpg) repeat center center; background-size: 19px 19px; padding: 14px 34px 16px; border-radius: 5px; }

.p-paint .sec02 .block02 .lst { margin: 29px 0 0; }

.p-paint .sec02 .block02 .lst .item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }

.p-paint .sec02 .block02 .lst .item:last-child { margin-bottom: 0; }

.p-paint .sec02 .block02 .lst .item__icon { width: 117px; }

.p-paint .sec02 .block02 .lst .item__info { width: calc(100% - 117px); }

.p-paint .sec02 .block02 .lst .item__info p { font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 400; }

.p-paint .sec02 .block02 .lst .item__info p small { font-size: 14px; line-height: 2.14286; }

.p-paint .sec03 { margin: 115px 0 118px; }

.p-paint .sec03 .sec03__desc01 { text-align: center; font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 400; margin-bottom: 55px; }

.p-paint .sec03 .subttl01 { text-align: center; font-size: 40px; line-height: 1.55; letter-spacing: 0em; font-weight: 500; margin-bottom: 71px; }

.p-paint .sec03 .block { border: 5px solid #e86913; position: relative; padding: 20px 29px 20px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin-bottom: 60px; }

.p-paint .sec03 .block:after { position: absolute; content: ""; width: 47px; height: 47px; background: url(../paint/images/arr01.png) no-repeat center center; background-size: 100% auto; bottom: -51px; left: 0; right: 0; margin: 0 auto; }

.p-paint .sec03 .block__ttl { width: 28%; padding-right: 10px; padding-left: 15px; }

.p-paint .sec03 .block__ttl .ttl01 { color: #e86913; font-family: "Jost", sans-serif; font-size: 20px; line-height: 1.5; letter-spacing: 0em; font-weight: 500; }

.p-paint .sec03 .block__ttl .ttl01 span { font-size: 30px; line-height: 1; letter-spacing: 0em; font-weight: 400; }

.p-paint .sec03 .block__ttl .ttl02 { font-size: 26px; line-height: 1.15385; letter-spacing: 0.025em; font-weight: 500; }

.p-paint .sec03 .block__info { width: 45%; padding: 0 0 5px; }

.p-paint .sec03 .block__info ul li { position: relative; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: bold; padding: 0 0 0 25px; margin-bottom: 10px; }

.p-paint .sec03 .block__info ul li:last-child { margin-bottom: 0; }

.p-paint .sec03 .block__info ul li:before { position: absolute; content: "✓ "; left: 0; top: 0; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: bold; width: 18px; height: 18px; }

.p-paint .sec03 .block__img { text-align: right; width: 27%; }

.p-paint .sec04 .sec04__img { position: relative; margin-bottom: -84px; }

.p-paint .sec04 .sec04__img:before { position: absolute; content: ""; width: 996px; height: 233px; background: url(../paint/images/bg02.png) no-repeat center center; background-size: 100% auto; bottom: 0px; right: 48%; z-index: 22; }

.p-paint .sec04 .sec04__img .c-img { height: 400px; }

.p-paint .sec04 .c-ttl02 { position: relative; text-align: left; z-index: 33; }

.p-paint .sec04 .c-ttl02:before { margin: 0; right: auto; }

.p-paint .sec04 .sec04__desc { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; margin-bottom: 46px; }

.p-paint .sec04 .block01 .btn01 { margin: 33px 0 0; }

.p-paint .sec04 .block01 .btn01 .c-btn01 { height: 70px; max-width: 276px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-paint .sec04 .block01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-paint .sec04 .block01 .block01__left { width: 61.5%; }
  .p-paint .sec04 .block01 .block01__right { width: 38.5%; padding: 36px 0 0 49px; } }

/* ========== end △ */
.p-paint .sec04 .block02 { margin: 67px 0 0; }

.p-paint .sec04 .block02 .ttl01 { text-align: center; font-size: 26px; line-height: 1.15385; letter-spacing: 0.05em; font-weight: 500; margin-bottom: 30px; }

.p-paint .sec04 .block02 .ttl01 .ttl01_inner { display: inline-block; position: relative; background-image: -webkit-linear-gradient(30deg, #f5cf3f 0%, #f5cf3f 100%); background-image: -o-linear-gradient(30deg, #f5cf3f 0%, #f5cf3f 100%); background-image: linear-gradient(30deg, #f5cf3f 0%, #f5cf3f 100%); background-repeat: no-repeat; background-size: 100% 6px; background-position: 0 75%; font-style: normal; }

.p-paint .sec04 .block02 .ttl01 span { color: #e86913; font-size: 30px; line-height: 1; letter-spacing: 0.05em; font-weight: bold; }

.p-paint .sec04 .block02 ul li { text-align: center; }

.p-paint .sec04 .block02 ul li .thumb { text-align: center; margin-bottom: 26px; }

.p-paint .sec04 .block02 ul li .thumb img { border-radius: 5px; }

.p-paint .sec04 .block02 ul li .txt01 { margin-bottom: 3px; }

.p-paint .sec04 .block02 ul li .txt01 span { display: inline-block; color: #fff; background: #e86913; border-radius: 2px; padding: 2px 7px 2px; font-family: "Jost", sans-serif; font-size: 16px; line-height: 1.125; letter-spacing: 0em; font-weight: 500; }

.p-paint .sec04 .block02 ul li .txt02 { font-size: 20px; line-height: 1.5; letter-spacing: 0.05em; font-weight: bold; margin-bottom: 4px; }

.p-paint .sec04 .block02 ul li .txt03 { font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 400; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-paint .sec04 .block02 ul { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-paint .sec04 .block02 ul li { width: 31%; margin: 0 3.5% 0 0; }
  .p-paint .sec04 .block02 ul li:nth-child(3n) { margin-right: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-paint .icon-red { width: 80px; height: 80px; }
  .p-paint .icon-red .txt01 { font-size: 13px; line-height: 1.53846; margin-bottom: 3px; }
  .p-paint .icon-red .txt02 { font-size: 13px; line-height: 1.53846; }
  .p-paint .sec01 { padding: 0 0 45px; }
  .p-paint .sec01 .block { margin: 25px 0 0; }
  .p-paint .sec01 .block .lst-icon { justify-content: space-between; margin-bottom: 15px; max-width: 450px; margin: 0 auto; }
  .p-paint .sec01 .block .lst-icon li { margin: 0; }
  .p-paint .sec01 .block .lst-icon li:last-child { margin-right: 0; }
  .p-paint .sec01 .block .ttl01 { font-size: 22px; line-height: 1.27273; margin-bottom: 10px; }
  .p-paint .sec01 .block .box01 { border-radius: 5px; margin: 25px 0 0; }
  .p-paint .sec01 .block .box01 .logo { width: 42%; padding: 5px 5px 5px; }
  .p-paint .sec01 .block .box01 .logo img { max-height: 38px; }
  .p-paint .sec01 .block .box01 .btn01 { padding: 16px 3px 16px; width: 58%; }
  .p-paint .sec01 .block .box01 .btn01 .txt { padding-right: 18px; font-size: 14px; line-height: 1.57143; }
  .p-paint .sec01 .block .box01 .btn01:after { width: 19px; height: 11px; right: 10px; margin: -6px 0 0; }
  .p-paint .sec01 .block__info { padding: 0; }
  .p-paint .sec01 .block__img { margin-bottom: 20px; text-align: center; }
  .p-paint .sec02 { padding: 45px 0 45px; }
  .p-paint .sec02 .block01 .ttl01 { font-size: 22px; line-height: 1.36364; margin-bottom: 10px; }
  .p-paint .sec02 .block01 .c-flexPC__info { padding: 0 0 20px; }
  .p-paint .sec02 .block01 .c-flexPC__img { text-align: center; }
  .p-paint .sec02 .block01 .btn01 { margin: 20px 0 0; }
  .p-paint .sec02 .block01 .btn01 .c-btn01 { max-width: 220px; height: 50px; margin: 0 auto; }
  .p-paint .sec02 .block02 { margin: 30px 0 0; padding: 20px 12px 20px; }
  .p-paint .sec02 .block02 + .block01 { margin-top: 35px; }
  .p-paint .sec02 .block02 .ttl01 { font-size: 18px; line-height: 1.33333; }
  .p-paint .sec02 .block02 .ttl01 span { padding: 10px 10px 10px; }
  .p-paint .sec02 .block02 .lst { margin: 29px 0 0; }
  .p-paint .sec02 .block02 .lst .item { margin-bottom: 20px; align-items: flex-start; }
  .p-paint .sec02 .block02 .lst .item:last-child { margin-bottom: 0; }
  .p-paint .sec02 .block02 .lst .item__icon { width: 90px; }
  .p-paint .sec02 .block02 .lst .item__info { width: calc(100% - 90px); }
  .p-paint .sec02 .block02 .lst .item__info p { font-size: 15px; line-height: 1.46667; }
  .p-paint .sec02 .block02 .lst .item__info p small { font-size: 13px; line-height: 1.53846; }
  .p-paint .sec03 { margin: 38px 0 45px; }
  .p-paint .sec03 .sec03__desc01 { font-size: 15px; line-height: 1.46667; text-align: left; margin-bottom: 25px; }
  .p-paint .sec03 .subttl01 { text-align: left; font-size: 20px; line-height: 1.5; margin-bottom: 25px; }
  .p-paint .sec03 .block { border: 3px solid #e86913; padding: 20px 10px 20px; margin-bottom: 40px; }
  .p-paint .sec03 .block:after { width: 38px; height: 38px; bottom: -38px; }
  .p-paint .sec03 .block__ttl { text-align: center; width: 100%; padding: 0 10px 10px; }
  .p-paint .sec03 .block__ttl .ttl01 { font-size: 16px; line-height: 1.125; }
  .p-paint .sec03 .block__ttl .ttl01 span { font-size: 18px; line-height: 1; }
  .p-paint .sec03 .block__ttl .ttl02 { font-size: 24px; line-height: 1.58333; }
  .p-paint .sec03 .block__info { width: 100%; }
  .p-paint .sec03 .block__info ul li { position: relative; font-size: 15px; line-height: 1.46667; padding: 0 0 0 20px; margin-bottom: 10px; }
  .p-paint .sec03 .block__info ul li:last-child { margin-bottom: 0; }
  .p-paint .sec03 .block__info ul li:before { position: absolute; content: "✓ "; font-size: 16px; line-height: 1.5; width: 15px; height: 15px; }
  .p-paint .sec03 .block__img { text-align: center; width: 100%; margin: 15px 0 0; }
  .p-paint .sec03 .block__img img { width: 100%; }
  .p-paint .sec04 .sec04__img { margin-bottom: 20px; }
  .p-paint .sec04 .sec04__img:before { height: 170px; right: 32%; }
  .p-paint .sec04 .sec04__img .c-img { height: 160px; }
  .p-paint .sec04 .sec04__img .c-img img { object-position: 79% center; }
  .p-paint .sec04 .c-ttl02 { position: relative; text-align: center; z-index: 33; }
  .p-paint .sec04 .c-ttl02:before { margin: 0 auto; right: 0; }
  .p-paint .sec04 .sec04__desc { font-size: 15px; line-height: 1.46667; margin-bottom: 20px; }
  .p-paint .sec04 .block01 .btn01 { margin: 20px 0 0; text-align: center; }
  .p-paint .sec04 .block01 .btn01 .c-btn01 { height: 50px; max-width: 220px; margin: 0 auto; }
  .p-paint .sec04 .block01 .block01__left { margin-bottom: 20px; }
  .p-paint .sec04 .block02 { margin: 35px 0 0; }
  .p-paint .sec04 .block02 .ttl01 { font-size: 22px; line-height: 1.13636; margin-bottom: 20px; }
  .p-paint .sec04 .block02 .ttl01 .ttl01_inner { background-size: 100% 4px; background-position: 0 75%; font-style: normal; }
  .p-paint .sec04 .block02 .ttl01 span { font-size: 25px; line-height: 1; }
  .p-paint .sec04 .block02 ul li { margin-bottom: 25px; }
  .p-paint .sec04 .block02 ul li:last-child { margin-bottom: 0; }
  .p-paint .sec04 .block02 ul li .thumb { margin-bottom: 10px; }
  .p-paint .sec04 .block02 ul li .thumb img { width: 100%; border-radius: 3px; }
  .p-paint .sec04 .block02 ul li .txt01 { margin-bottom: 3px; }
  .p-paint .sec04 .block02 ul li .txt01 span { padding: 3px 7px 2px; border-radius: 3px; font-size: 15px; line-height: 1.2; letter-spacing: 0em; font-weight: 500; }
  .p-paint .sec04 .block02 ul li .txt02 { font-size: 20px; line-height: 1.3; margin-bottom: 4px; }
  .p-paint .sec04 .block02 ul li .txt03 { font-size: 15px; line-height: 1.46667; text-align: left; } }

/* ========== end △ */
/* ================================================== p-reason ================================================== */
.p-reason .sec01 .sec-intro { text-align: center; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; margin-bottom: 76px; }

.p-reason .point + .point { margin-top: 100px; }

.p-reason .point .block01 .heading { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin-bottom: 22px; }

.p-reason .point .block01 .heading__icon { width: 85px; }

.p-reason .point .block01 .heading__ttl { width: calc(100% - 85px); padding: 0 0 0 16px; }

.p-reason .point .block01 .heading__ttl .ttl01 { color: #e86913; font-family: "Jost", sans-serif; font-size: 20px; line-height: 1.2; letter-spacing: 0em; font-weight: 500; margin-bottom: 10px; }

.p-reason .point .block01 .heading__ttl .ttl01 strong { font-size: 24px; line-height: 1; letter-spacing: 0em; font-weight: 400; }

.p-reason .point .block01 .heading__ttl .ttl02 { font-size: 26px; line-height: 1.15385; letter-spacing: 0em; font-weight: 500; }

.p-reason .point .block01__img img { border-radius: 5px; }

.p-reason .point .block01__info .c-lst-dot01 + p { margin-top: 15px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-reason .point .block01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-reason .point .block01__info { width: 55.5%; padding: 0 53px 0 0; }
  .p-reason .point .block01__img { width: 44.5%; }
  .p-reason .point .block01.img-left .block01__info { order: 2; padding: 0 0 0 53px; }
  .p-reason .point .block01.img-left .block01__info { order: 1; } }

/* ========== end △ */
.p-reason .point .block02 { border: 1px solid #bc3804; border-radius: 5px; position: relative; padding: 55px 57px 45px; margin: 40px 0 0; }

.p-reason .point .block02:before { position: absolute; content: ""; width: 130px; height: 100px; background: url(../reason/images/tag.png) no-repeat left top; background-size: 100% auto; left: 0px; top: 0; z-index: 22; }

.p-reason .point .block02__ttl { font-size: 22px; line-height: 1.36364; letter-spacing: 0em; font-weight: 500; border-bottom: 1px dashed #cac9c9; padding: 0 0 18px; margin-bottom: 20px; }

.p-reason .point .block02 .box { background: #f7f7f7; padding: 25px 28px 25px; margin: 15px 0 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; border-radius: 5px; }

.p-reason .point .block02 .box__ttl { font-size: 20px; line-height: 1.5; letter-spacing: 0.01em; font-weight: 500; margin-bottom: 8px; }

.p-reason .point .block02 .box__desc { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; margin: 9px 0 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-reason .point .block02 .box__img { width: 131px; }
  .p-reason .point .block02 .box__info { width: calc(100% - 131px); padding: 0 0 0 27px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-reason .sec01 .sec-intro { text-align: left; font-size: 15px; line-height: 1.53333; margin-bottom: 25px; }
  .p-reason .point + .point { margin-top: 50px; }
  .p-reason .point .block01 .heading { margin-bottom: 22px; }
  .p-reason .point .block01 .heading__icon { width: 65px; }
  .p-reason .point .block01 .heading__ttl { width: calc(100% - 65px); padding: 0 0 0 10px; }
  .p-reason .point .block01 .heading__ttl .ttl01 { font-size: 17px; line-height: 1.11765; margin-bottom: 4px; }
  .p-reason .point .block01 .heading__ttl .ttl01 strong { font-size: 19px; line-height: 1; }
  .p-reason .point .block01 .heading__ttl .ttl02 { font-size: 20px; line-height: 1.3; }
  .p-reason .point .block01__img { margin: 20px 0 0; }
  .p-reason .point .block01__img img { width: 100%; }
  .p-reason .point .block02 { padding: 40px 15px 25px; margin: 30px 0 0; }
  .p-reason .point .block02:before { width: 70px; height: 60px; }
  .p-reason .point .block02__ttl { font-size: 18px; line-height: 1.33333; padding: 0 0 12px; margin-bottom: 15px; }
  .p-reason .point .block02 .box { padding: 20px 12px 20px; margin: 15px 0 0; }
  .p-reason .point .block02 .box__ttl { text-align: center; font-size: 18px; line-height: 1.33333; margin-bottom: 8px; }
  .p-reason .point .block02 .box__desc { font-size: 15px; line-height: 1.53333; margin: 9px 0 0; }
  .p-reason .point .block02 .box__img { width: 95px; margin: 0 auto 15px; } }

/* ========== end △ */
/* ================================================== p-company ================================================== */
.p-company .sec01 { padding: 0 0 120px; }

.p-company .sec01 .c-flexPC { margin: 37px 0 0; }

.p-company .sec01 .c-flexPC__info .desc01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; }

.p-company .sec01 .c-flexPC__info .desc02 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 500; text-align: right; margin: 23px 0 0; }

.p-company .sec01 .c-flexPC__info .desc02 .txt1 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 500; display: block; margin-bottom: 7px; }

.p-company .sec01 .c-flexPC__info .desc02 .txt2 { display: block; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 500; }

.p-company .sec01 .c-flexPC__info .desc02 .txt2 em { margin-left: 14px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-company .sec01 .c-flexPC__img { width: 43%; padding: 8px 0 0; }
  .p-company .sec01 .c-flexPC__info { width: 57%; padding: 0 0 0 62px; } }

/* ========== end △ */
.p-company .sec02 { padding: 0 0 120px; }

.p-company .sec02 .c-ttl02 { position: relative; text-align: left; z-index: 33; margin-bottom: 7px; }

.p-company .sec02 .c-ttl02:before { right: auto; margin: 0; }

.p-company .sec02 .sec02__img { position: relative; margin-bottom: -84px; }

.p-company .sec02 .sec02__img:before { position: absolute; content: ""; width: 996px; height: 233px; background: url(../company/images/bg01.png) no-repeat center center; background-size: 100% auto; bottom: 0px; right: 47.5%; z-index: 22; }

.p-company .sec02 .sec02__img .c-img { height: 400px; }

.p-company .sec02 .c-tbl01 { margin: 0; }

.p-company .sec02 .lst01 { margin: 70px 0 0; }

.p-company .sec02 .lst01 li { text-align: center; }

.p-company .sec02 .lst01 .img img { border-radius: 5px; }

.p-company .sec02 .lst01 .txt { font-size: 24px; line-height: 1.25; letter-spacing: 0.05em; font-weight: bold; margin: 33px 0 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-company .sec02 .lst01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-company .sec02 .lst01 li { width: 50%; padding: 0 23px; } }

/* ========== end △ */
.p-company .sec03 { background: url(../common_img/c_bg03.jpg) no-repeat center center; background-size: cover; padding: 112px 0 113px; }

.p-company .sec03 .mapbox { margin: 48px 0 0; background: #fff; padding: 2px; border-radius: 5px; }

.p-company .sec03 .mapbox iframe { border-radius: 5px; width: 100%; height: 515px; }

.p-company .sec03 .map-info { margin: 20px 0 0; }

.p-company .sec03 .map-info p { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; }

.p-company .sec03 .map-info p strong { font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 500; }

.p-company .sec04 { padding: 112px 0 10px; }

.p-company .sec04 .block01 { margin-bottom: 72px; }

.p-company .sec04 .block02 { margin-bottom: 79px; }

.p-company .sec04 .block03 { position: relative; }

.p-company .sec04 .block03 .ttl { position: relative; background: url(../company/images/bg02.png) no-repeat center center; background-size: 100% 100%; max-width: 533px; text-align: center; margin-bottom: -47px; padding: 17px 24px 18px; }

.p-company .sec04 .block03 .ttl:before { position: absolute; content: ""; width: 121px; height: 88px; background: url(../company/images/tool01.png) no-repeat center center; background-size: 100% auto; top: -14px; right: -97px; }

.p-company .sec04 .block03 .ttl .txt { font-size: 24px; line-height: 1.5; letter-spacing: 0.05em; font-weight: bold; color: #fff; }

.p-company .sec04 .block03 .c-flexPC { background: #fff; box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2); padding: 68px 39px 27px 24px; }

.p-company .sec04 .block03 .c-flexPC .desc01 { text-align: left; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; }

.p-company .sec04 .block03 .c-flexPC .desc02 { text-align: right; font-size: 20px; line-height: 1.5; letter-spacing: 0.05em; font-weight: 500; margin: 12px 0 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-company .sec04 .block03 .c-flexPC__img { width: 182px; padding: 0; }
  .p-company .sec04 .block03 .c-flexPC__info { padding: 8px 0 0 42px; width: calc(100% - 182px); } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-company .sec01 { padding: 0 0 40px; }
  .p-company .sec01 .c-flexPC { margin: 25px 0 0; }
  .p-company .sec01 .c-flexPC__img { text-align: center; margin-bottom: 20px; }
  .p-company .sec01 .c-flexPC__info .desc01 { font-size: 15px; line-height: 1.53333; }
  .p-company .sec01 .c-flexPC__info .desc02 { font-size: 15px; line-height: 1.53333; margin: 15px 0 0; }
  .p-company .sec01 .c-flexPC__info .desc02 .txt1 { font-size: 15px; line-height: 1.53333; margin-bottom: 5px; }
  .p-company .sec01 .c-flexPC__info .desc02 .txt2 { font-size: 16px; line-height: 1.5; }
  .p-company .sec01 .c-flexPC__info .desc02 .txt2 em { margin-left: 10px; }
  .p-company .sec02 { padding: 0 0 40px; }
  .p-company .sec02 .c-ttl02 { position: relative; text-align: center; z-index: 33; }
  .p-company .sec02 .c-ttl02:before { margin: 0 auto; right: 0; }
  .p-company .sec02 .sec02__img { margin-bottom: 20px; }
  .p-company .sec02 .sec02__img:before { height: 170px; right: 32%; }
  .p-company .sec02 .sec02__img .c-img { height: 160px; }
  .p-company .sec02 .sec02__img .c-img img { object-position: 79% center; }
  .p-company .sec02 .c-tbl01 { margin: 0; }
  .p-company .sec02 .lst01 { margin: 50px 0 0; }
  .p-company .sec02 .lst01 li { text-align: center; margin-bottom: 20px; }
  .p-company .sec02 .lst01 li:last-child { margin-bottom: 0; }
  .p-company .sec02 .lst01 .img { text-align: center; }
  .p-company .sec02 .lst01 .img img { width: 100%; border-radius: 5px; }
  .p-company .sec02 .lst01 .txt { font-size: 18px; line-height: 1.33333; margin: 12px 0 0; }
  .p-company .sec03 { padding: 45px 0 45px; }
  .p-company .sec03 .mapbox { margin: 25px 0 0; }
  .p-company .sec03 .mapbox iframe { height: 220px; }
  .p-company .sec03 .map-info { margin: 20px 0 0; }
  .p-company .sec03 .map-info p { font-size: 15px; line-height: 1.46667; }
  .p-company .sec03 .map-info p strong { font-size: 16px; line-height: 1.375; }
  .p-company .sec04 { padding: 40px 0 10px; }
  .p-company .sec04 .block01 { margin-bottom: 40px; }
  .p-company .sec04 .block02 { margin-bottom: 40px; }
  .p-company .sec04 .block03 .ttl { background: url(../company/images/bg02_sp.png) no-repeat center center; background-size: 100% 100%; padding: 10px 41px 10px 24px; margin-bottom: -20px; }
  .p-company .sec04 .block03 .ttl:before { width: 94px; height: 70px; top: -14px; right: -80px; }
  .p-company .sec04 .block03 .ttl .txt { font-size: 18px; line-height: 1.33333; }
  .p-company .sec04 .block03 .c-flexPC { padding: 35px 12px 25px; }
  .p-company .sec04 .block03 .c-flexPC__img { padding: 0 30% 15px; margin: 0; }
  .p-company .sec04 .block03 .c-flexPC .desc01 { font-size: 15px; line-height: 1.46667; }
  .p-company .sec04 .block03 .c-flexPC .desc02 { text-align: right; font-size: 18px; line-height: 1.27778; } }

/* ========== end △ */
/* ================================================== p-service ================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-service .sec-anchor ul { justify-content: center; padding: 0 36px 0; }
  .p-service .sec-anchor ul li { width: 33.33%; padding: 0 14px; } }

/* ========== end △ */
.p-service .sec01 { position: relative; }

.p-service .sec01 .container { position: relative; z-index: 221; }

.p-service .sec01 .sec01_desc01 { text-align: center; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; margin-bottom: 35px; }

.p-service .sec01 .block { position: relative; background: url(../common_img/c_bg03.jpg) no-repeat center center; background-size: cover; padding: 0px 0 105px; }

.p-service .sec01 .block:before { position: absolute; content: ""; left: 0; right: 0; z-index: 1; top: 0; background: url(../service/images/bg01.png) no-repeat center top; background-size: 1400px auto; height: 259px; }

.p-service .sec01 .box01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; padding: 69px 113px 0 0; }

.p-service .sec01 .box01__img { width: 120px; }

.p-service .sec01 .box01__info { max-width: calc(100% - 120px); padding: 32px 0 0; }

.p-service .sec01 .box01 .ttl01 span { font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 500; display: inline-block; position: relative; padding: 0 20px 0 20px; }

.p-service .sec01 .box01 .ttl01 span:before { position: absolute; content: ""; left: 0; z-index: 1; top: 2px; background: url(../service/images/line01.png) no-repeat center top; background-size: 100% 100%; width: 9px; height: 24px; }

.p-service .sec01 .box01 .ttl01 span:after { position: absolute; content: ""; right: 0; z-index: 1; top: 2px; background: url(../service/images/line02.png) no-repeat center center; background-size: 100% 100%; width: 9px; height: 24px; }

.p-service .sec01 .box01 .ttl02 { font-size: 45px; line-height: 1.06667; letter-spacing: 0.03em; font-weight: 500; margin: 14px 0 0 10px; }

.p-service .sec01 .lst01 { max-width: 1080px; margin: 55px -10px 0; }

.p-service .sec01 .lst01 li { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }

.p-service .sec01 .lst01 li .img { width: 124px; }

.p-service .sec01 .lst01 li .cap { text-align: left; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 400; padding: 0 0 0 19px; width: calc(100% - 124px); }

.p-service .sec01 .lst01 li .cap strong { font-size: 20px; line-height: 1.5; letter-spacing: 0.05em; font-weight: bold; }

.p-service .sec01 .lst01 li .cap small { font-size: 18px; line-height: 1.66667; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-service .sec01 .lst01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-service .sec01 .lst01 li { width: 47%; margin: 0 6% 39px 0; padding: 0 0 0 20px; }
  .p-service .sec01 .lst01 li:nth-child(2n) { margin-right: 0; } }

/* ========== end △ */
.p-service .sec01 .box02 { position: relative; margin: 101px 0 0; text-align: center; padding: 66px 60px 63px; background: #fff; border-radius: 5px; }

.p-service .sec01 .box02:before { position: absolute; content: ""; left: 0; right: 0; z-index: 1; top: -94px; background: url(../images/arr01.png) no-repeat center top; background-size: 100% 100%; width: 74px; height: 41px; margin: 0 auto; }

.p-service .sec01 .box02__ttl01 { font-size: 40px; line-height: 1.55; letter-spacing: 0.025em; font-weight: 500; }

.p-service .sec01 .box02__ttl01 .orange { color: #e86913; font-weight: bold; }

.p-service .sec01 .box02__desc01 { font-size: 18px; line-height: 2; letter-spacing: 0.025em; font-weight: 400; margin: 24px 0 0; }

.p-service .sec01 .box02 .btn02 { margin: 54px 0 0; text-align: center; }

.p-service .sec01 .box02 .btn02 .c-btn01 { margin: 0 auto; }

.p-service .sec01 .box02 .box02_ttl01 { font-size: 30px; line-height: 1.2; letter-spacing: 0.025em; font-weight: bold; margin: 0 0 46px; text-align: center; }

.p-service .sec01 .box02 .box02_ttl01 span { display: inline; background-image: -webkit-linear-gradient(30deg, #f5cf3f 0%, #f5cf3f 100%); background-image: -o-linear-gradient(30deg, #f5cf3f 0%, #f5cf3f 100%); background-image: linear-gradient(30deg, #f5cf3f 0%, #f5cf3f 100%); background-repeat: no-repeat; background-size: 100% 12px; background-position: 0 100%; font-style: normal; }

.p-service .sec01 .box02 .box01_desc01 { text-align: center; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 500; margin: 33px 0 0; }

.p-service .sec01 .box02 .box_contact { margin: 38px 0 0; }

.p-service .sec01 .box02 .boxtel { margin: 10px 0 0; }

.p-service .sec01 .box02 .boxtel .tel a { display: inline-block; text-decoration: none; }

.p-service .sec01 .box02 .boxtel .tel .num { position: relative; display: inline-block; font-family: "Jost", sans-serif; color: #e86913; font-size: 54px; line-height: 1; letter-spacing: 0.05em; font-weight: 400; padding: 0 0 0 79px; }

.p-service .sec01 .box02 .boxtel .tel .num:before { position: absolute; content: ""; width: 58px; height: 35px; background: url(../common_img/tel01.png) no-repeat center center; background-size: 100% auto; top: 7px; left: 0; }

.p-service .sec01 .box02 .boxtel .tel .num-char { position: relative; }

.p-service .sec01 .box02 .boxtel .tel .num-char .char { position: absolute; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 19px; line-height: 1.26316; letter-spacing: 0.025em; font-weight: 500; font-style: normal; white-space: nowrap; left: 50%; color: #000000; transform: translateX(-50%); top: -11px; }

.p-service .sec01 .box02 .boxtel .time { font-size: 18px; line-height: 1.33333; letter-spacing: 0.025em; font-weight: 500; text-align: right; margin: 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-service .sec01 .box02 .box_contact { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; align-items: center; }
  .p-service .sec01 .box02 .box_contact__left { max-width: 50%; padding: 14px 10px 0 0; }
  .p-service .sec01 .box02 .box_contact__left .boxtel { display: inline-block; width: 100%; text-align: left; }
  .p-service .sec01 .box02 .box_contact__right { max-width: 50%; padding-left: 10px; width: 436px; }
  .p-service .sec01 .box02 .box_contact__right .c-btn01 { max-width: 100%; } }

/* ========== end △ */
.p-service .sec02 { padding: 113px 0 40px; }

.p-service .sec02 .c-ttl02 { margin-bottom: 43px; }

.p-service .sec02 .block { margin-bottom: 40px; }

.p-service .sec02 .block__img { width: 48.5%; }

.p-service .sec02 .block__img img { border-radius: 5px; }

.p-service .sec02 .block__info { width: 51.5%; }

.p-service .sec02 .block .heading { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.p-service .sec02 .block .heading .tag { width: 152px; }

.p-service .sec02 .block .heading .tag span { text-align: center; background: #79a3ab; border-radius: 5px; padding: 4px 5px 4px; display: inline-block; vertical-align: top; color: #fff; width: 152px; }

.p-service .sec02 .block .heading .tag.tag02 span { background: #4972a0; }

.p-service .sec02 .block .heading .tag.tag03 span { background: #776535; }

.p-service .sec02 .block .heading .ttl01 { width: calc(100% - 152px); font-size: 30px; line-height: 1.26667; letter-spacing: 0em; font-weight: 500; padding: 0 0 0 20px; }

.p-service .sec02 .block .c-txt01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.02em; margin: 18px 0 0; }

.p-service .sec02 .block .c-txt01 p { font-size: 16px; line-height: 1.875; letter-spacing: 0.02em; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-service .sec02 .block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .p-service .sec02 .block__info { padding: 8px 0 0 50px; } }

/* ========== end △ */
.p-service .sec03 { padding: 50px 0 0px; }

.p-service .sec03 .step { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin-bottom: 15px; }

.p-service .sec03 .step:last-child .step__left:after { display: none; }

.p-service .sec03 .step .num { text-align: center; color: #e86913; font-family: "Jost", sans-serif; font-size: 20px; line-height: 1.2; letter-spacing: 0em; font-weight: 400; margin-bottom: 4px; }

.p-service .sec03 .step .num strong { color: #e86913; font-size: 24px; line-height: 1; letter-spacing: 0em; font-weight: 400; }

.p-service .sec03 .step .ttl { font-size: 26px; line-height: 1.53846; letter-spacing: 0.025em; font-weight: 500; }

.p-service .sec03 .step .c-txt01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; background: #f7f7f7; margin: 10px 0 0; padding: 24px 20px 19px; }

.p-service .sec03 .step__left { position: relative; padding: 0 0 30px; }

.p-service .sec03 .step__left:after { position: absolute; content: ""; left: 0; right: 0; z-index: 1; top: 145px; background: url(../service/images/line03.png) repeat-y center center; background-size: 100% auto; width: 3px; margin: 0 auto; bottom: 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .p-service .sec03 .step__left { width: 113px; }
  .p-service .sec03 .step__info { width: calc(100% - 113px); padding: 0 0 30px 20px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .p-service .sec01 { position: relative; }
  .p-service .sec01 .sec01_desc01 { text-align: left; font-size: 15px; line-height: 1.53333; margin-bottom: 25px; }
  .p-service .sec01 .block { background: url(../images/bg03.jpg) no-repeat center center; background-size: cover; padding: 0px 0 45px; }
  .p-service .sec01 .block:before { background: url(../images/bg02_top.png) no-repeat center top; background-size: 130% auto; height: 225px; }
  .p-service .sec01 .box01 { padding: 10px 0 0 0; }
  .p-service .sec01 .box01__img { width: 55px; }
  .p-service .sec01 .box01__info { max-width: calc(100% - 55px); width: calc(100% - 55px); padding: 2px 0 0 10px; }
  .p-service .sec01 .box01 .ttl01 span { font-size: 16px; line-height: 1.4375; padding: 0 12px 0 12px; }
  .p-service .sec01 .box01 .ttl01 span::before, .p-service .sec01 .box01 .ttl01 span::after { top: 5px; height: 36px; }
  .p-service .sec01 .box01 .ttl02 { font-size: 28px; line-height: 1.25; margin: 0 0 0 10px; }
  .p-service .sec01 .lst01 { margin: 35px 0px 0; }
  .p-service .sec01 .lst01 li { margin-bottom: 20px; }
  .p-service .sec01 .lst01 li .cap { font-size: 18px; line-height: 1.27778; letter-spacing: 0em; padding: 0 0 0 10px; }
  .p-service .sec01 .box02 { margin: 60px 0 0; padding: 22px 15px 25px; }
  .p-service .sec01 .box02:before { top: -45px; width: 50px; height: 25px; }
  .p-service .sec01 .box02__desc01 { font-size: 16px; line-height: 1.5625; margin: 24px 0 0; }
  .p-service .sec01 .box02 .btn02 { margin: 54px 0 0; }
  .p-service .sec01 .box02 .box02_ttl01 { font-size: 20px; line-height: 1.4; margin: 0 0 10px; }
  .p-service .sec01 .box02 .box02_ttl01 span { background-size: 100% 6px; background-position: 0 90%; }
  .p-service .sec01 .box02 .box01_desc01 { text-align: left; font-size: 15px; line-height: 1.53333; margin: 10px 0 0; }
  .p-service .sec01 .box02 .box_contact { margin: 25px 0 0; text-align: center; }
  .p-service .sec01 .box02 .box_contact__right { text-align: center; margin: 15px 0 0; }
  .p-service .sec01 .box02 .box_contact__right .btn01 { text-align: center; margin: 0 auto; }
  .p-service .sec01 .box02 .box_contact__right .btn01 .c-btn01 { margin: 0 auto; }
  .p-service .sec01 .box02 .boxtel { text-align: center; margin: 10px 0 0; }
  .p-service .sec01 .box02 .boxtel .tel .num { font-size: 35px; line-height: 1; padding: 0 0 0 46px; }
  .p-service .sec01 .box02 .boxtel .tel .num:before { width: 40px; height: 28px; top: 1px; left: 0; }
  .p-service .sec01 .box02 .boxtel .tel .num-char .char { font-size: 16px; line-height: 1.375; top: -11px; }
  .p-service .sec01 .box02 .boxtel .time { font-size: 14px; line-height: 1.28571; max-width: 270px; margin: 0 auto; }
  .p-service .sec02 { padding: 45px 0 20px; }
  .p-service .sec02 .c-ttl02 { margin-bottom: 25px; }
  .p-service .sec02 .block { margin-bottom: 40px; }
  .p-service .sec02 .block__img { width: 100%; text-align: center; margin-bottom: 20px; }
  .p-service .sec02 .block__img img { width: 100%; border-radius: 5px; }
  .p-service .sec02 .block__info { width: 100%; }
  .p-service .sec02 .block .heading .tag { width: 120px; }
  .p-service .sec02 .block .heading .tag span { border-radius: 3px; padding: 3px 3px 3px; width: 120px; font-size: 14px; line-height: 1.64286; letter-spacing: 0.01em; }
  .p-service .sec02 .block .heading .ttl01 { width: calc(100% - 120px); font-size: 20px; line-height: 1.2; padding: 2px 0 0 10px; }
  .p-service .sec02 .block .c-txt01 { font-size: 15px; line-height: 1.53333; margin: 15px 0 0; }
  .p-service .sec02 .block .c-txt01 p { font-size: 15px; line-height: 1.53333; }
  .p-service .sec03 { padding: 20px 0 0px; }
  .p-service .sec03 .step { margin-bottom: 15px; }
  .p-service .sec03 .step:last-child .step__left:after { display: none; }
  .p-service .sec03 .step .num { font-size: 15px; line-height: 1.46667; margin-bottom: 4px; }
  .p-service .sec03 .step .num strong { font-size: 17px; line-height: 1.29412; }
  .p-service .sec03 .step .ttl { font-size: 20px; line-height: 1.5; }
  .p-service .sec03 .step .c-txt01 { font-size: 15px; line-height: 1.53333; margin: 10px 0 0; padding: 24px 10px 19px; }
  .p-service .sec03 .step__left { position: relative; padding: 0 0 20px; width: 60px; }
  .p-service .sec03 .step__left:after { top: 85px; }
  .p-service .sec03 .step__info { width: calc(100% - 60px); padding: 0 0 0px 15px; } }

/* ========== end △ */
/* ================================================== p-company ================================================== */

/*# sourceMappingURL=maps/content.css.map */
