@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 rgba(51, 51, 51, 0.5); 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; }

textarea { resize: vertical; }

button { cursor: pointer; }

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

body { overflow: hidden; min-width: 320px; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color: #333; font-size: 1.4rem; font-weight: 500; line-height: 1.8; letter-spacing: .02em; word-break: normal; }

@media all and (min-width: 768px) { body { min-width: 1200px; padding-top: 0; font-size: 1.7rem; } }

.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: 1100px; 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: 1200px) { .u-media-query { font-family: 'pc'; } }

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

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

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

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

@media all and (min-width: 1200px) { .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; }

/* 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: 15px; padding-right: 15px; }

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

.u-en { font-family: 'Roboto', sans-serif; font-weight: bold; letter-spacing: -.01em; }

.u-marker-yellow { background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #fcf34f), color-stop(35%, transparent)); background: linear-gradient(to top, #fcf34f 35%, transparent 35%); }

/* component
================================================ */
/* c-bg01
======================== */
.c-bg01 { background-color: #dbf2ec; }

/* c-box01
==================== */
.c-box01 { position: relative; background-color: #fff; border-radius: 7px; }

.c-box01 + .c-box01 { margin-top: 29px; }

.c-box01::before { content: ''; position: absolute; bottom: 10px; right: 23px; width: 71px; height: 49px; background: url(../img/common/ico_car01.png) no-repeat 0 0/contain; opacity: .11; }

.c-box01__wrap { padding: 15px 22px 25px; }

.c-box01__img { margin-bottom: 15px; text-align: center; }

@media all and (min-width: 768px) { .c-box01 + .c-box01 { margin-top: 36px; }
  .c-box01::before { right: 45px; bottom: 20px; width: 142px; height: 98px; }
  .c-box01__wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 30px 60px 40px; }
  .c-box01__img { width: 340px; margin: 0 40px 0 0; }
  .c-box01__area-txt { width: calc(100% - 380px); padding-bottom: 10px; } }

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

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

.c-color-main { color: #008f4e; }

.c-color-orange { color: #f34320; }

/* .c-cv01
================================================== */
.c-cv01 { position: relative; z-index: 1; }

.c-cv01__inner { margin-bottom: -352px; padding: 14px 10px 20px; }

.c-cv01__con { position: relative; max-width: 372px; margin: auto; -webkit-transform: translateY(-180px); transform: translateY(-180px); }

.c-cv01__link { display: block; }

.c-cv01__head { position: relative; z-index: 2; color: #fff; font-size: 1.8rem; font-weight: bold; line-height: 1.36842; }

.c-cv01__head-wrap { padding: 15px 90px 17px 25px; border-radius: 8px 8px 0 0; background-image: linear-gradient(-50deg, #f4421b 42%, #f4502b 42%); }

.c-cv01__head-small { position: relative; vertical-align: 1px; font-size: 1.3rem; }

.c-cv01__head::before { content: ''; position: absolute; top: 2px; right: -82px; z-index: -1; width: 35px; height: 40px; background: url(../img/common/ico_tel02.png) no-repeat 0 0/contain; -webkit-transform: rotate(-10deg) scale(-1, 1); transform: rotate(-10deg) scale(-1, 1); }

.c-cv01__area-main { position: relative; padding: 9px 15px 21px; background-color: #ff634e; }

.c-cv01__contact { position: absolute; right: 3px; bottom: -7px; line-height: 1.1; color: #f41f1b; font-size: 3.5rem; letter-spacing: 0.07em; opacity: .42; }

.c-cv01__car { width: 63.4%; margin: 0 0 10px 5px; }

.c-cv01-btn { position: relative; max-width: 325px; margin: auto; }

.c-cv01-btn::after { content: ''; position: absolute; top: -176px; right: 5px; z-index: 1; width: 113px; height: 263px; background: url(../img/common/img_cv01_sp.png) no-repeat 0 0/contain; }

.c-cv01-btn__area-txt { position: relative; z-index: 2; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 12px 10px 15px 0; -webkit-box-shadow: 6px 8px 10px 0px rgba(168, 67, 0, 0.55); box-shadow: 6px 8px 10px 0px rgba(168, 67, 0, 0.55); border-radius: 75px; background: #fff; text-align: center; }

.c-cv01-btn__area-txt::before { content: ''; position: absolute; top: 50%; right: 10px; width: 22px; height: 22px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(../img/common/ico_arw01.png) no-repeat 0 0/100%; }

.c-cv01-btn__tel { position: relative; padding: 0 0 0 42px; color: #f34320; font-size: 3.2rem; line-height: 1; letter-spacing: -0.03em; }

.c-cv01-btn__tel::before { position: absolute; content: ''; top: 50%; left: 0; width: 42px; height: 24px; background: url(../img/common/ico_tel01.png) no-repeat 0 0/100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.c-cv01-btn__txt { display: block; font-size: 1.3rem; font-weight: bold; line-height: 1.1; }

.c-cv01-time { padding: 0 0 8px; line-height: 1.5; font-size: 1.8rem; font-weight: bold; text-align: center; background-color: #fff25d; border-radius: 0 0 8px 8px; }

.c-cv01-time__current { margin-right: 3px; font-size: 1.6rem; }

.c-cv01-time__num { position: relative; top: 4px; font-size: 2.8rem; }

@media (max-width: 374px) { .c-cv01__head { font-size: 1.5rem; }
  .c-cv01__head-wrap { padding: 15px 85px 17px 20px; }
  .c-cv01__head-small { font-size: 1rem; }
  .c-cv01-btn::after { top: -140px; right: -30px; width: 115px; height: 180px; }
  .c-cv01-btn__tel { font-size: 2.6rem; }
  .c-cv01-time { font-size: 1.5rem; }
  .c-cv01-time__current { font-size: 1.3rem; }
  .c-cv01-time__num { font-size: 2.4rem; } }

.c-cv01.is-lower { margin: -34px 0 0; position: relative; }

.c-cv01.is-lower::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 34px); background-color: #bce6da; }

.c-cv01.is-lower .c-cv01__inner { margin-bottom: 0; padding-bottom: 6px; }

.c-cv01.is-lower .c-cv01__con { -webkit-transform: translateY(-50px); transform: translateY(-50px); }

@media all and (min-width: 768px) { .c-cv01__inner { margin-bottom: -381px; padding: 0; }
  .c-cv01__con { position: relative; width: 1280px; max-width: none; left: 50%; -webkit-transform: translate(-50%, -180px); transform: translate(-50%, -180px); }
  .c-cv01__link { position: relative; -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 143, 78, 0.25); box-shadow: 0px 12px 20px 0px rgba(0, 143, 78, 0.25); border-radius: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .c-cv01__link::after { content: ''; position: absolute; bottom: 0; right: 20px; z-index: 1; width: 258px; height: 401px; background: url(../img/common/img_cv01_pc.png) no-repeat 0 0/contain; }
  .c-cv01__head { font-size: 3.6rem; text-align: center; }
  .c-cv01__head::before { top: -24px; left: -95px; width: 93px; height: 93px; -webkit-transform: scale(1); transform: scale(1); }
  .c-cv01__head-small { top: -5px; font-size: 2.6rem; }
  .c-cv01__head-wrap { padding: 17px 200px 24px 140px; border-radius: 20px 20px 0 0; background-image: linear-gradient(-50deg, #f4421b 48%, #f4502b 48%); }
  .c-cv01__area-main { padding: 32px 15px 42px; }
  .c-cv01__contact { right: auto; left: 20px; bottom: -13px; font-size: 7rem; }
  .c-cv01__car { position: absolute; top: 126px; left: 37px; }
  .c-cv01__circle { position: absolute; top: 5px; left: 70px; opacity: 0; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }
  .c-cv01-btn { max-width: 670px; }
  .c-cv01-btn::after { content: none; }
  .c-cv01-btn__area-txt { padding: 25px 10px 30px; -webkit-box-shadow: 12px 16px 20px 0px rgba(0, 0, 0, 0.35); box-shadow: 12px 16px 20px 0px rgba(0, 0, 0, 0.35); }
  .c-cv01-btn__area-txt::before { content: none; }
  .c-cv01-btn__tel { padding-left: 87px; font-size: 7rem; }
  .c-cv01-btn__tel::before { width: 87px; height: 50px; }
  .c-cv01-btn__txt { font-size: 2.4rem; }
  .c-cv01-time { padding-bottom: 14px; line-height: 1.1; font-size: 2.5rem; border-radius: 0 0 20px 20px; }
  .c-cv01-time__current { margin-right: 8px; font-size: 2.5rem; }
  .c-cv01-time__num { top: 6px; font-size: 4.2rem; }
  .c-cv01.is-animated .c-cv01__circle { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  .c-cv01.is-lower { margin-top: -129px; }
  .c-cv01.is-lower::before { height: calc(100% - 129px); }
  .c-cv01.is-lower .c-cv01__inner { padding-bottom: 65px; }
  .c-cv01.is-lower .c-cv01__con { -webkit-transform: translate(-50%, -61px); transform: translate(-50%, -61px); } }

/*  .c-faq01
================================================== */
.c-faq01 { padding: 15px 15px 23px; background: #fff; border-radius: 5px; }

.c-faq01 + .c-faq01 { margin-top: 10px; }

.c-faq01-list { margin: 0 -5px; }

.c-faq01__ico { position: absolute; top: 0; left: 0; 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: 35px; height: 35px; text-align: center; background: #008f4e; color: #fff; font-size: 1.8rem; font-weight: 700; border-radius: 50%; }

.c-faq01__head { position: relative; padding: 5px 0 15px 45px; font-size: 1.7rem; font-weight: bold; line-height: 1.5; }

.c-faq01__head[class*="toggle"] { padding-right: 50px; cursor: pointer; }

.c-faq01__head[class*="toggle"]::before, .c-faq01__head[class*="toggle"]::after { position: absolute; top: 50%; right: 15px; content: ""; display: block; width: 20px; height: 2px; margin-top: -1px; background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.c-faq01__head[class*="toggle"]::before { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.c-faq01__head[class*="toggle"].is-active::before { -webkit-transform: rotate(0); transform: rotate(0); }

.c-faq01__txt { position: relative; padding: 0px 0 0 45px; }

.c-faq01__txt .c-faq01__ico { background: #dbf2ec; color: #008f4e; }

.c-faq01__txt a { color: #008f4e; text-decoration: underline; }

@media all and (min-width: 768px) { .c-faq01 { border-radius: 10px; }
  .c-faq01:nth-child(n) { width: 538px; margin: 0 0 20px; padding: 33px 35px 35px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .c-faq01-list { 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; margin: 0; }
  .c-faq01__ico { width: 40px; height: 40px; font-size: 2.5rem; }
  .c-faq01__head { padding: 5px 0 25px 56px; font-size: 2.1rem; }
  .c-faq01__txt { padding: 6px 0 0 56px; }
  .c-faq01__txt a:hover { text-decoration: none; } }

/* .c-head01.is-big
=========================== */
.c-head01.is-big { margin-bottom: 20px; padding-top: 15px; }

.c-head01.is-big .c-head01__en { margin-bottom: 4px; }

.c-head01.is-big .c-head01__head { font-weight: 900; font-size: 2.5rem; }

@media (max-width: 374px) { .c-head01.is-big .c-head01__head { font-size: 2.2rem; } }

@media all and (min-width: 768px) { .c-head01.is-big { margin-bottom: 52px; padding-top: 27px; }
  .c-head01.is-big .c-head01__en { margin-bottom: 9px; }
  .c-head01.is-big .c-head01__head { font-size: 4.2rem; } }

/* .c-head01
=========================== */
.c-head01 { position: relative; z-index: 2; margin-bottom: 16px; padding: 11px 0 0; text-align: center; }

.c-head01::before { position: absolute; content: ''; top: 0; left: 50%; z-index: -1; width: 71px; height: 49px; background: url(../img/common/ico_car01.png) no-repeat 0 0/100%; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: .11; }

.c-head01__en { color: #008f4e; font-size: 1.6rem; line-height: 1; letter-spacing: .07em; text-transform: uppercase; font-weight: bold; }

.c-head01__head { font-size: 2.1rem; font-weight: 700; line-height: 1.5; }

.c-head01__marker { background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff25d), color-stop(20%, transparent)); background: linear-gradient(to top, #fff25d 20%, transparent 20%); }

@media all and (min-width: 768px) { .c-head01 { margin-bottom: 57px; padding: 28px 0 0; }
  .c-head01::before { width: 142px; height: 98px; }
  .c-head01__en { margin-bottom: 9px; font-size: 2.5rem; }
  .c-head01__head { font-size: 4rem; } }

/* .c-head02.is-car
======================== */
.c-head02.is-car .c-head02__txt { padding-top: 26px; }

.c-head02.is-car .c-head02__txt::before { width: 21px; height: 21px; background: url(../img/common/ico_car02.png) no-repeat 0 0/100%; }

@media all and (min-width: 768px) { .c-head02.is-car .c-head02__txt { padding-left: 40px; }
  .c-head02.is-car .c-head02__txt::before { top: calc(50% + 16px); left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 33px; height: 33px; } }

/* .c-head02.is-payment
======================== */
.c-head02.is-payment .c-head02__txt::before { width: 29px; height: 25px; background: url(../img/common/ico_payment01.png) no-repeat 0 0/100%; }

@media all and (min-width: 768px) { .c-head02.is-payment .c-head02__txt { padding-left: 51px; }
  .c-head02.is-payment .c-head02__txt::before { left: -5px; width: 43px; height: 37px; } }

/* .c-head02
======================== */
.c-head02 { margin-bottom: 17px; font-size: 2rem; font-weight: bold; text-align: center; line-height: 1.5; }

.c-head02__txt { position: relative; display: block; padding: 30px 0 0; }

.c-head02__txt::before { position: absolute; content: ''; width: 22px; height: 25px; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: url(../img/common/ico_estimate01.png) no-repeat 0 0/100%; }

@media all and (min-width: 768px) { .c-head02 { margin-bottom: 48px; padding: 0; }
  .c-head02__txt { display: inline-block; font-size: 3.5rem; padding: 0 0 0 46px; }
  .c-head02__txt::before { top: 55%; left: 0; width: 33px; height: 38px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } }

/* c-head03
=========================== */
.c-head03 { position: relative; padding: 10px 10px 13px; }

.c-head03::before { content: ''; position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background-image: linear-gradient(-50deg, #008f4e 43%, #00995b 43%); border-radius: 7px 7px 0 0; }

.c-head03__head { position: relative; z-index: 1; padding-left: 40px; line-height: 1.3; color: #fff; font-weight: 700; font-size: 2rem; letter-spacing: 0.02em; }

.c-head03__head::before { content: ''; position: absolute; top: -18px; left: -3px; width: 39px; height: 41px; background: url(../img/common/ico_tool01.png) no-repeat 0 0/contain; }

.c-head03__head-small { font-size: 1.5rem; }

@media (max-width: 374px) { .c-head03__head { font-size: 1.8rem; }
  .c-head03__head-small { font-size: 1.4rem; } }

@media all and (min-width: 768px) { .c-head03 { padding: 12px 30px 17px; }
  .c-head03::before { background-image: linear-gradient(-50deg, #008f4e 47.5%, #00995b 47.5%); }
  .c-head03__head { padding-left: 67px; font-size: 3.2rem; }
  .c-head03__head::before { top: -28px; left: -16px; width: 78px; height: 82px; }
  .c-head03__head-small { font-size: 2.4rem; vertical-align: 2px; } }

/* .c-head04
============================= */
.c-head04 { padding: 13px 0; background-color: rgba(0, 143, 78, 0.75); line-height: 1.5; color: #fff; font-size: 1.6rem; text-align: center; }

@media all and (min-width: 768px) { .c-head04 { font-size: 2.2rem; } }

/* .c-list01
===================== */
.c-list01__item { position: relative; padding-left: 15px; }

.c-list01__item::before { content: '\30FB'; position: absolute; top: 0; left: 0; color: #008f4e; }

@media all and (min-width: 768px) { .c-list01__item { padding-left: 17px; } }

/*  .c-table01
================================================== */
.c-table01 table { table-layout: fixed; }

.c-table01 th, .c-table01 td { -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 2px solid #fff; vertical-align: middle; }

.c-table01 th { width: 28.9%; padding: 7px 5px; border-right: 2px solid #fff; line-height: 1.3; color: #fff; }

.c-table01 td { padding: 12px 15px; word-break: normal; }

.c-table01 tr:nth-of-type(odd) th { background-color: rgba(0, 143, 78, 0.75); }

.c-table01 tr:nth-of-type(odd) td { background-color: rgba(231, 238, 237, 0.5); }

.c-table01 tr:nth-of-type(even) th { background-color: rgba(0, 143, 78, 0.88); }

.c-table01 tr:nth-of-type(even) td { background-color: rgba(231, 238, 237, 0.2); }

@media (max-width: 374px) { .c-table01 th, .c-table01 td { font-size: 1.2rem; }
  .c-table01 th { padding: 7px 2px; }
  .c-table01 td { padding: 12px 10px; } }

@media all and (min-width: 768px) { .c-table01 th, .c-table01 td { border-width: 3px; }
  .c-table01 th { width: 20.7%; padding: 31px 12px; line-height: 1.5; font-size: 2.2rem; }
  .c-table01 td { padding: 15px 10px 15px 31px; border-right: 3px solid #fff; }
  .c-table01 td:last-of-type { border-width: 3px; border-right: none; }
  .c-table01 td + .c-table01 td { border-left: 3px solid #000; } }

/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 1300px; margin: 0 auto; padding: 20px 50px; }

.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; color: #008f4e; }

.l-breadcrumb-list a { position: relative; color: #008f4e; padding-bottom: 5px; }

.l-breadcrumb-list a::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #008f4e; }

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

/* .l-footer
================================================ */
.l-footer { position: relative; padding: 0 0 60px; }

.l-footer__inner { padding: 20px 20px 0; }

.l-footer__logo { width: 190px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.l-footer__cr { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 65px; margin: 0 -20px; background: #f7f7f7; font-weight: 500; text-align: center; }

@media all and (min-width: 768px) { .l-footer { padding: 0; }
  .l-footer__inner { width: 1100px; padding: 45px 0 25px; }
  .l-footer__con { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .l-footer__logo { width: 104px; margin-right: 39px; }
  .l-footer__cr { display: block; margin: -4px 44px 0 0; height: auto; text-align: right; background: none; font-size: 1.5rem; } }

.l-footer-fix { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 5000; -webkit-transform: translateY(60px); transform: translateY(60px); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-footer-fix.is-scrolled { -webkit-transform: translateY(0); transform: translateY(0); }

.l-footer-fix__con { 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; }

.l-footer-fix-cv { overflow: hidden; border-radius: 10px 10px 0 0; width: calc(100% - 60px - 5px); height: 60px; }

.l-footer-fix-cv__link { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; padding: 0 20px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: #ff721a; color: #fff; text-align: center; }

.l-footer-fix-cv__link::before { position: absolute; content: ''; top: 50%; right: 12px; width: 22px; height: 22px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(../img/common/ico_arw01.png) no-repeat 0 0/100%; }

.l-footer-fix-cv__tel { position: relative; padding: 0 0 0 42px; font-size: 2.9rem; line-height: 1; }

.l-footer-fix-cv__tel::before { position: absolute; content: ''; top: 50%; left: 0; width: 42px; height: 24px; background: url(../img/common/ico_tel01.png) no-repeat 0 0/100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.l-footer-fix-cv__txt { display: block; font-size: 1.2rem; font-weight: bold; line-height: 1.1; }

@media all and (max-width: 360px) { .l-footer-fix-cv__tel { font-size: 2.2rem; }
  .l-footer-fix-cv__tel::before { -webkit-transform: translateY(-50%) scale(0.8); transform: translateY(-50%) scale(0.8); }
  .l-footer-fix-cv__txt { font-size: 1.1rem; } }

.l-footer-fix-btn { position: relative; border-radius: 10px 10px 0 0; width: 60px; height: 60px; background: #008f4e; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; border: 0; border-radius: none; }

.l-footer-fix-btn__line { position: absolute; left: 18px; width: 24px; height: 3px; content: ''; background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-footer-fix-btn__line:nth-child(1) { top: 14px; }

.l-footer-fix-btn__line:nth-child(2) { top: 21px; }

.l-footer-fix-btn__line:nth-child(3) { top: 28px; }

.l-footer-fix-btn.is-open .l-footer-fix-btn__line:nth-child(1) { top: 21px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-footer-fix-btn.is-open .l-footer-fix-btn__line:nth-child(2) { opacity: 0; }

.l-footer-fix-btn.is-open .l-footer-fix-btn__line:nth-child(3) { top: 21px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.l-footer-fix-btn__chara { position: absolute; left: 0; bottom: 10px; width: 100%; color: #fff; font-size: 1.3rem; font-weight: bold; line-height: 1; text-align: center; }

.l-footer-nav { margin-top: 25px; }

.l-footer-nav-list { 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; margin-bottom: 13px; }

.l-footer-nav-list__item { width: 50%; margin-bottom: 24px; }

.l-footer-nav-list__item.is-wide { width: 100%; color: #008f4e; font-size: 1.5rem; font-weight: bold; }

.l-footer-nav-list__link { display: block; line-height: 1.5; }

@media (max-width: 374px) { .l-footer-nav-list__item { font-size: 1.3rem; letter-spacing: 0.01em; } }

@media all and (min-width: 768px) { .l-footer-nav { width: 514px; margin: 0; }
  .l-footer-nav-list { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; }
  .l-footer-nav-list__item:nth-child(n) { width: auto; margin: 0 0 15px; font-size: 1.7rem; }
  .l-footer-nav-list__item.is-wide { width: 100%; }
  .l-footer-nav-list__item:nth-child(2), .l-footer-nav-list__item:nth-child(5) { width: 190px; }
  .l-footer-nav-list__item:nth-child(3), .l-footer-nav-list__item:nth-child(6) { width: 140px; }
  .l-footer-nav-list__link { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-footer-nav-list__link:hover { color: #008f4e; } }

/* .l-footer-pagetop
================================================ */
.l-footer-pagetop { position: absolute; top: 20px; right: 10px; width: 50px; }

@media all and (min-width: 768px) { .l-footer-pagetop { opacity: 0; visibility: hidden; overflow: hidden; position: fixed; top: auto; right: 20px; bottom: 20px; z-index: 10; width: 64px; height: 64px; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
  .l-footer-pagetop.is-view { opacity: 1; visibility: visible; } }

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

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

/* .l-header-info
================================================== */
.l-header-info { position: relative; z-index: 3; 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; height: 60px; padding: 0 0 0 8px; background: #fff; }

.l-header-info__logo { width: 125px; margin-right: 22px; }

.l-header-info__img { width: calc(100% - 125px - 72px - 22px); max-width: 144px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

@media all and (min-width: 768px) { .l-header-info { height: 100px; padding: 0 0 0 17px; }
  .l-header-info__logo { width: 233px; margin-right: 7px; }
  .l-header-info__img { width: 204px; max-width: 100%; max-height: 100%; } }

/* .l-nav-btn
================================================== */
.l-nav-btn { position: absolute; top: 0; right: 0; width: 60px; height: 60px; background: #008f4e; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; border: 0; border-radius: none; }

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

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

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

.l-nav-btn__line:nth-child(3) { top: 28px; }

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

.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) { opacity: 0; }

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

.l-nav-btn__chara { position: absolute; left: 0; bottom: 10px; width: 100%; color: #fff; font-size: 1.3rem; font-weight: bold; line-height: 1; text-align: center; }

/* .l-nav
================================================ */
.l-nav { position: fixed; top: 60px; left: 0; z-index: 2; width: 100%; max-height: calc(100vh - 70px); min-width: 320px; background: #d4f3ed; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-overflow-scrolling: touch; }

@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); }
  .l-nav.is-scrolled { top: 0; } }

@media all and (min-width: 768px) { .l-nav { position: absolute; top: 0; left: auto; right: 0; 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: 724px; min-width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 5; background: none; text-align: left; } }

@media (min-width: 1240px) { .l-nav { width: 765px; } }

/* .l-nav-list
================================================== */
.l-nav-list { 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; }

@media all and (max-width: 767px) { .l-nav-list { padding: 37px 23px 20px; }
  .l-nav-list__item { width: 50%; margin-bottom: 20px; }
  .l-nav-list__item.is-wide { width: 100%; font-weight: bold; color: #008f4e; }
  .l-nav-list__link { display: block; font-size: 1.5rem; line-height: 1.4; } }

@media all and (max-width: 360px) { .l-nav-list__link { font-size: 1.2rem; } }

@media all and (min-width: 768px) { .l-nav-list { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .l-nav-list__item { margin-right: 15px; }
  .l-nav-list__item.is-last { margin-right: 0; }
  .l-nav-list__link { display: block; height: 100px; padding: 38px 0 29px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 5px solid transparent; font-size: 1.5rem; font-weight: 700; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-nav-list__link:hover { border-bottom-color: #008f4e; } }

@media (min-width: 1240px) { .l-nav-list__item { margin-right: 30px; } }

#low_price .l-nav-list__link.is-low-price, #attitude .l-nav-list__link.is-attitude, #price .l-nav-list__link.is-price, #company .l-nav-list__link.is-company { border-bottom-color: #008f4e; }

.l-nav-cv { padding: 25px 10px 30px; background: #008f4e; }

.l-nav-cv-btn { max-width: 325px; margin: auto; }

.l-nav-cv-btn__link { position: relative; display: block; padding: 12px 0 15px; background: #fff; border-radius: 75px; text-align: center; }

.l-nav-cv-btn__link::before { position: absolute; content: ''; top: 50%; right: 12px; width: 22px; height: 22px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(../img/common/ico_arw01.png) no-repeat 0 0/100%; }

.l-nav-cv-btn__tel { display: inline-block; position: relative; padding: 0 0 0 42px; color: #f34320; font-size: 3.2rem; line-height: 1; -webkit-transform: translateX(-10px); transform: translateX(-10px); }

.l-nav-cv-btn__tel::before { position: absolute; content: ''; top: 50%; left: 0; width: 42px; height: 24px; background: url(../img/common/ico_tel01.png) no-repeat 0 0/100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.l-nav-cv-btn__txt { display: block; font-size: 1.3rem; font-weight: bold; line-height: 1.1; }

@media (max-width: 374px) { .l-nav-cv-btn__tel { font-size: 2.6rem; } }

@media all and (min-width: 768px) { .l-nav-cv { width: 343px; padding: 14px 0 0; background: none; }
  .l-nav-cv-txt { width: calc(100% + 20px); margin-bottom: 6px; font-size: 1.4rem; font-weight: bold; line-height: 1; }
  .l-nav-cv-txt__large { font-size: 2.2rem; vertical-align: baseline; }
  .l-nav-cv-txt__tel { position: relative; padding: 0 0 0 54px; color: #f34320; font-weight: bold; font-size: 4rem; line-height: 1; }
  .l-nav-cv-txt__tel::before { position: absolute; content: ''; top: 50%; left: 0; width: 52px; height: 30px; background: url(../img/common/ico_tel01.png) no-repeat 0 0/100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } }

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

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

/* .l-main-img HOME
================================================ */
.l-main-img { position: relative; background: #bfe8db url(../img/home/bg_mv01_sp.png) no-repeat 0 0/100%; }

.l-main-img__inner { position: relative; padding: 96.26% 0 180px 0; }

.l-main-img__inner::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; background-color: #d4f3ed; }

.l-main-img__area-content { position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-top: 96.26%; }

.l-main-img__copy { position: absolute; top: 6vw; z-index: 2; margin-bottom: -10px; opacity: 0; -webkit-transform: translateX(50%); transform: translateX(50%); -webkit-transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1) 0.5s; transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1) 0.5s; }

.l-main-img__man { position: absolute; top: 6vw; left: 0; z-index: 0; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.l-main-img-circle { overflow: hidden; position: absolute; top: 19.6vw; left: 32%; z-index: 1; width: 85px; height: 85px; padding: 0 0 10px; background: #f34320; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 50%; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }

.l-main-img-circle::before { position: absolute; content: ''; width: 95px; height: 95px; background: url(../img/home/img_mv_border01_sp.png); background-size: 95px; -webkit-animation: mvBdr 3s ease-in-out infinite; animation: mvBdr 3s ease-in-out infinite; }

.l-main-img-circle__txt { color: #fff; font-size: 1.2rem; font-weight: bold; text-align: center; letter-spacing: .05em; line-height: 1.5; }

.l-main-img-circle__txt-big { font-size: 1.8rem; }

.l-main-img-list { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: calc(100% - 18px); margin: -31px auto 14px; text-align: center; }

.l-main-img-list__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: calc(33.33% - 8px); max-width: 110px; margin: 0 4px; border-radius: 3px; background-color: #fff; }

.l-main-img-list__item-head { border-radius: 3px 3px 0 0; background-image: linear-gradient(-50deg, #008f4e 42%, #00a158 42%); line-height: 1.5; font-weight: 700; font-size: 2.1rem; color: #fff; }

.l-main-img-list__item-area-txt { 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; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; padding: 5px 5px 10px; }

.l-main-img-list__item-txt { line-height: 1.3; font-weight: 700; }

.l-main-img__msg { padding: 0 15px 16px; line-height: 1.53; font-weight: 700; font-size: 1.5rem; letter-spacing: 0.03em; text-align: center; }

.l-main-img-works { position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: calc(100% - 18px); margin: 0 auto; padding: 20px 0 19px; text-align: center; }

.l-main-img-works::before { content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: calc(100% + 18px); margin-left: -9px; height: 100%; background-color: #d4f3ed; }

.l-main-img-works__item { width: calc(33.3% - 8px); max-width: 210px; margin: 0 4px; }

.l-main-img-works__item:nth-of-type(n+4) { margin-top: 10px; }

.l-main-img-works__item-img { padding: 3px 3px 0; background-color: #fff; }

.l-main-img-works__item-area-txt { -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 45px; padding: 5px 0; background-color: #fff25d; }

.l-main-img-works__item-txt { display: inline-block; line-height: 1.4; font-weight: 700; font-size: 1rem; letter-spacing: 0.01em; text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff; }

.l-main-img-works__item-txt.is-small { padding: 0; width: calc(100% + 10px); margin-left: -5px; -webkit-transform: scale(0.9); transform: scale(0.9); }

.l-main-img-works__item-txt-big { font-size: 1.2rem; }

.l-main-img.is-animated .l-main-img-circle { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.l-main-img.is-animated .l-main-img__copy { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

@media (max-width: 374px) { .l-main-img-circle { width: 80px; height: 80px; }
  .l-main-img-list__item-area-txt { padding: 3px 2px; }
  .l-main-img-list__item-txt { font-size: 1.3rem; }
  .l-main-img-works__item-txt-big { font-size: 1rem; } }

@media all and (min-width: 768px) { .l-main-img { position: relative; height: calc(100vh - 100px); min-height: 600px; max-height: 800px; margin: 0 auto 356px; background: none; }
  .l-main-img::before { position: absolute; content: ''; top: 0; left: 50%; min-width: 1290px; max-width: 1870px; width: 100vw; height: 100%; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 20px 0 0 20px; background: url(../img/home/bg_mv01_pc.png) no-repeat center 0/cover; }
  .l-main-img::after { position: absolute; content: ''; width: 100%; height: 450px; bottom: -350px; left: 0; background: #bfe8db; z-index: -1; }
  .l-main-img__inner { position: static; padding: 0; }
  .l-main-img__inner::before { content: none; }
  .l-main-img__area-content { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); max-width: 1200px; height: 100%; padding: 0; }
  .l-main-img__copy { position: absolute; width: 77.3%; height: 54%; max-width: 927px; max-height: 430px; top: 15.5%; left: -3.8%; }
  .l-main-img__copy img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; font-family: 'object-fit: contain;'; }
  .l-main-img__man { position: absolute; top: auto; bottom: 0; left: 23%; width: 102%; height: 95%; max-width: 1222px; max-height: 761px; }
  .l-main-img__man img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; font-family: 'object-fit: contain;'; }
  .l-main-img-circle { top: 16%; right: 15px; left: auto; width: 194px; height: 194px; }
  .l-main-img-circle::before { width: 200px; height: 200px; background-size: 200px; }
  .l-main-img-circle__txt { font-size: 2.4rem; }
  .l-main-img-circle__txt-big { font-size: 3.6rem; }
  .l-main-img-list { position: absolute; top: 68%; right: 47.2%; width: 52.5%; max-width: 628px; margin: 0; }
  .l-main-img-list__item { width: 30%; max-width: 180px; margin: 0 10px; border-radius: 7px; }
  .l-main-img-list__item-head { border-radius: 7px 7px 0 0; font-size: 3.5rem; }
  .l-main-img-list__item-area-txt { padding: 12px 5px 15px; }
  .l-main-img-list__item-txt { font-size: 2rem; letter-spacing: 0.05em; }
  .l-main-img__msg { position: absolute; top: 68.2%; left: 53.2%; padding: 0; line-height: 1.8; color: #fff; font-size: 2.2rem; text-align: left; text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.6); }
  .l-main-img-works { position: absolute; top: 91%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); max-width: 1180px; padding: 0; }
  .l-main-img-works::before { background: none; }
  .l-main-img-works__item { width: calc(20% - 16px); max-width: 220px; margin: 0 8px; }
  .l-main-img-works__item:nth-of-type(n+4) { margin-top: 0; }
  .l-main-img-works__item-img { padding: 5px 5px 0; }
  .l-main-img-works__item-area-txt { min-height: 60px; }
  .l-main-img-works__item-txt { line-height: 1.2; vertical-align: -5px; font-size: 1.6rem; }
  .l-main-img-works__item-txt-big { font-size: 2rem; vertical-align: -2px; } }

@media (min-width: 1280px) { .l-main-img::before { margin-left: 50px; } }

@-webkit-keyframes mvBdr { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  30% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  100% { -webkit-transform: translateX(100%); transform: translateX(100%); } }

@keyframes mvBdr { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  30% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  100% { -webkit-transform: translateX(100%); transform: translateX(100%); } }

/* .l-sub-img
================================================ */
.l-sub-img { position: relative; width: 100%; height: 0; padding-top: 37.33%; }

.l-sub-img::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/common/bg_mv01_sp.png); background-repeat: no-repeat; background-position: center 0; background-size: cover; }

.l-sub-img__area-txt { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; 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; }

.l-sub-img__head { color: #fff; font-weight: 700; font-size: 3rem; letter-spacing: 0.02em; }

@media all and (min-width: 768px) { .l-sub-img { height: 260px; padding-top: 0; }
  .l-sub-img::before { left: 50px; width: calc(100% - 50px); background-image: url(../img/common/bg_mv01_pc.png); border-radius: 16px 0 0 16px; }
  .l-sub-img__head { font-size: 5rem; } }

.l-sub-img.is-green { position: relative; height: 100px; padding-top: 0; }

.l-sub-img.is-green::before { background-image: none; background-color: #1f9d64; }

.l-sub-img.is-green .l-sub-img__area-txt::after { content: ''; position: absolute; bottom: 16px; right: 26px; z-index: -1; width: 71px; height: 49px; background: url(../img/common/ico_car03.png) no-repeat 0 0/contain; }

@media all and (min-width: 768px) { .l-sub-img.is-green { height: 180px; }
  .l-sub-img.is-green .l-sub-img__area-txt { max-width: 1100px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .l-sub-img.is-green .l-sub-img__area-txt::after { right: 100px; width: 142px; height: 98px; } }

/* .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
================================================ */
/* attitude-info
==================== */
.attitude-info__inner { padding-top: 48px; padding-bottom: 129px; }

@media all and (min-width: 768px) { .attitude-info__inner { padding-top: 100px; padding-bottom: 273px; } }

/* company-info
========================= */
.company-info__inner { padding-top: 40px; padding-bottom: 50px; }

@media all and (min-width: 768px) { .company-info__inner { padding-top: 53px; padding-bottom: 126px; } }

/* .home-service
================================================ */
.home-service { background: #d4f3ed; }

.home-service__inner { padding: 185px 10px 24px; }

.home-service-header { position: relative; margin-bottom: 12px; }

.home-service-header__head { position: relative; text-align: center; padding-left: 8%; }

.home-service-header__head img { width: 98%; max-width: 316px; }

.home-service-header__img { position: absolute; top: -10px; left: -28px; width: 142px; }

.home-service-list { position: relative; 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; max-width: 710px; margin: 0 auto; }

.home-service-list__item { width: 48.5%; margin-bottom: 22px; }

.home-service-list__item:nth-child(1), .home-service-list__item:nth-child(2) { width: 100%; margin-bottom: 18px; }

.home-service-list__item:nth-child(1) .home-service-list__item-head, .home-service-list__item:nth-child(2) .home-service-list__item-head { padding: 0 0 5px; line-height: 1.6; font-size: 3.1rem; }

.home-service-list__item:nth-child(1) .home-service-list__item-head-small, .home-service-list__item:nth-child(2) .home-service-list__item-head-small { font-size: 2rem; }

.home-service-list__item-head { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 9px 0; background-color: #00ad72; line-height: 1.3; color: #fff; font-weight: 700; font-size: 2rem; letter-spacing: 0.01em; text-align: center; }

.home-service-list__item-head-small { font-size: 1.3rem; }

.home-service-list__item-head.is-row1 { padding: 22px 0; }

@media (max-width: 374px) { .home-service-list__item:nth-child(1) .home-service-list__item-head, .home-service-list__item:nth-child(2) .home-service-list__item-head { font-size: 2.6rem; }
  .home-service-list__item-head { font-size: 1.8rem; } }

@media all and (min-width: 768px) { .home-service__inner { padding: 287px 0 72px; }
  .home-service-header { margin-bottom: 17px; }
  .home-service-header__head { margin-left: -30px; padding: 0; -webkit-transform: translateX(60px); transform: translateX(60px); }
  .home-service-header__head img { width: 1199px; max-width: none; }
  .home-service-header__img { width: 284px; top: -65px; left: -75px; }
  .home-service-list { max-width: 100%; }
  .home-service-list__item { width: 260px; margin: 0 20px 0 0; }
  .home-service-list__item-head { padding: 15px 0 18px; font-size: 3rem; }
  .home-service-list__item-head-small { font-size: 2rem; }
  .home-service-list__item-head.is-row1 { padding: 36px 0 36px; }
  .home-service-list__item:nth-child(1), .home-service-list__item:nth-child(2) { width: 530px; margin-bottom: 33px; }
  .home-service-list__item:nth-child(1) .home-service-list__item-head, .home-service-list__item:nth-child(2) .home-service-list__item-head { padding: 2px 0 5px; font-size: 4rem; }
  .home-service-list__item:nth-child(1) .home-service-list__item-head-small, .home-service-list__item:nth-child(2) .home-service-list__item-head-small { font-size: 2.6rem; }
  .home-service-list__item:nth-child(2), .home-service-list__item:nth-child(6) { margin-right: 0; } }

/* .home-area
================================================ */
@media all and (min-width: 768px) { .home-area { position: relative; }
  .home-area img { position: relative; display: block; width: 1920px; max-width: none; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }

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

.home-flow-list { 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; max-width: 694px; margin: 0 -3px; }

.home-flow-list__item { width: 47%; margin-bottom: 14px; }

.home-flow-list__item:nth-child(odd) { position: relative; }

.home-flow-list__item:nth-child(odd)::before { position: absolute; content: ''; top: 30%; right: -9%; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #008f4e; }

.home-flow-list__item-area-txt { position: relative; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; width: calc(100% - 10px); min-height: 83px; margin: -8px 0 0 5px; padding: 12px 0; text-align: center; }

.home-flow-list__item-area-txt::before { content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-color: #fff9b6; border-radius: 5px; }

.home-flow-list__item-area-txt.is-big-sp { -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 102px; padding: 20px 0; }

.home-flow-list__item-head { line-height: 1.4; font-weight: 900; font-size: 1.7rem; }

.home-flow-list__item-head.is-big { font-size: 1.9rem; }

.home-flow-list__item-txt { line-height: 1.5; font-size: 1.2rem; }

@media (max-width: 374px) { .home-flow-list__item-area-txt { min-height: 73px; padding: 9px 0; }
  .home-flow-list__item-area-txt.is-big-sp { min-height: 84px; padding: 12px 0; }
  .home-flow-list__item-head { font-size: 1.4rem; }
  .home-flow-list__item-txt { font-size: 1rem; } }

@media (min-width: 744px) and (max-width: 767px) { .home-flow-list { margin: 0 auto; } }

@media all and (min-width: 768px) { .home-flow__inner { padding: 77px 0 205px; }
  .home-flow-list { position: relative; max-width: none; }
  .home-flow-list__item:nth-child(n) { position: relative; width: 340px; margin: 0 40px 79px 0; }
  .home-flow-list__item:nth-child(n)::before { position: absolute; content: ''; width: 0; height: 0; top: 115px; right: -32px; border-style: solid; border-width: 20px 0 20px 19px; border-color: transparent transparent transparent #008f4e; }
  .home-flow-list__item:nth-child(3n) { margin-right: 0; }
  .home-flow-list__item:nth-child(3n)::before { content: none; }
  .home-flow-list__item:nth-child(3)::after { content: ''; position: absolute; bottom: -30px; right: 50%; width: 762px; height: 50px; border-right: 4px solid #008f4e; border-bottom: 4px solid #008f4e; opacity: 0.6; }
  .home-flow-list__item:nth-child(4)::after { content: ''; position: absolute; top: -49px; right: calc(50% - 4px); width: 4px; height: 50px; background-color: #008f4e; opacity: 0.6; }
  .home-flow-list__item-area-txt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: calc(100% - 20px); min-height: 128px; margin: -20px 0 0 10px; padding: 17px 0 20px; }
  .home-flow-list__item-area-txt.is-big-sp { min-height: 128px; padding: 17px 0 20px; }
  .home-flow-list__item-head { margin-bottom: 5px; font-size: 2.6rem; }
  .home-flow-list__item-head.is-big { font-size: 3.2rem; }
  .home-flow-list__item-txt { font-size: 1.7rem; } }

/* .home-trouble
================================================ */
.home-trouble { position: relative; background: #d7f5ff url(../img/home/bg_trouble01_sp.png) no-repeat bottom center/100%; }

.home-trouble::before { position: absolute; content: ''; width: 100%; height: 493px; background: url(../img/home/bg_trouble02_sp.png) no-repeat bottom center/cover; }

.home-trouble__inner { position: relative; padding-top: 181px; padding-bottom: 113px; }

.home-trouble-header { position: relative; max-width: 345px; margin: 0 auto 17px; padding: 0 0 0 11px; }

.home-trouble-header__head { max-width: 219px; }

.home-trouble-header__img { position: absolute; top: -5px; right: 9px; z-index: -1; width: 106px; }

.home-trouble-list { 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; max-width: 345px; margin: 0 auto; padding: 0 3px; }

.home-trouble-list__item { position: relative; width: 48%; max-width: 165px; margin-bottom: 8px; }

.home-trouble-list__item:nth-of-type(odd) { margin-right: 10px; }

.home-trouble-list__item-txt { 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; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100%; height: 0; padding-top: 20%; line-height: 1.33; font-weight: 700; font-size: 1.5rem; text-align: center; }

.home-trouble__copy01 { max-width: 341px; margin: 26px auto 20px; }

.home-trouble__copy02 { width: calc(100% + 10px); max-width: 328px; margin: 0 auto; }

.home-trouble__img { max-width: 288px; margin: 0 auto 15px; -webkit-transform: translateX(-12px); transform: translateX(-12px); }

.home-trouble__txt { padding: 0 6px; line-height: 1.9; font-size: 1.5rem; font-weight: bold; }

@media (max-width: 374px) { .home-trouble-header__head { width: 180px; }
  .home-trouble-header__img { width: 92px; }
  .home-trouble-list__item-txt { padding-top: 18%; font-size: 1.3rem; } }

@media all and (min-width: 768px) { .home-trouble { background: #d7f5ff url(../img/home/bg_trouble01_pc.png) no-repeat bottom center/1920px; }
  .home-trouble::before { left: 50%; width: 1920px; height: 532px; background-image: url(../img/home/bg_trouble02_pc.png); background-position: top center; background-size: 1920px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .home-trouble__inner { padding: 268px 0 114px; }
  .home-trouble-header { max-width: 100%; margin: 0 0 20px; padding: 0 0 0 126px; }
  .home-trouble-header__head { position: relative; max-width: 100%; z-index: 1; }
  .home-trouble-header__img { top: -21px; right: -10px; width: 224px; }
  .home-trouble-list { max-width: 100%; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0; }
  .home-trouble-list__item { max-width: 257px; }
  .home-trouble-list__item:nth-child(n) { width: 257px; margin: 0 24px 0 0; }
  .home-trouble-list__item:nth-child(4n) { margin-right: 0; }
  .home-trouble-list__item:nth-child(2) { margin-top: 30px; }
  .home-trouble-list__item:nth-child(3) { margin-top: 30px; }
  .home-trouble-list__item-txt { padding-top: 19%; line-height: 1.4; font-size: 2.2rem; }
  .home-trouble__copy01 { max-width: 100%; margin: 40px 0 15px; padding: 0 0 0 77px; }
  .home-trouble__con { position: relative; min-height: 582px; padding: 0 11px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .home-trouble__area-txt { width: 582px; margin: 0 0 0 auto; padding-top: 21px; }
  .home-trouble__copy02 { width: 597px; max-width: 597px; margin: 0; -webkit-transform: translateX(-7px); transform: translateX(-7px); }
  .home-trouble__img { position: absolute; top: 0; left: -33px; max-width: 567px; }
  .home-trouble__txt { margin-top: 20px; padding: 0 0 0 43px; font-size: 2rem; line-height: 1.8; } }

/* .home-staff
================================================ */
.home-staff { margin-bottom: 86px; background: #dbf2ec; }

.home-staff__inner { padding-top: 35px; padding-bottom: 105px; }

.home-staff-header { margin-bottom: 27px; text-align: center; }

.home-staff-header img { width: 213px; }

.home-staff-list { 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; max-width: 680px; margin: 0 auto; }

.home-staff-list__item { width: 47.5%; margin-bottom: 11px; }

.home-staff-list__item-img { margin-bottom: -13px; }

.home-staff-list__item-name { position: relative; width: 70%; max-width: 111px; border-radius: 12px; margin: 0 auto; color: #fff; font-weight: 700; text-align: center; background-color: #008f4e; }

.home-staff-list__txt { margin-top: 7px; font-size: 1.3rem; font-weight: bold; }

@media all and (min-width: 768px) { .home-staff { margin-bottom: -7px; }
  .home-staff__inner { padding: 80px 0 274px; }
  .home-staff-header { margin-bottom: 57px; }
  .home-staff-header img { width: auto; }
  .home-staff-list { max-width: none; margin: 0 -59px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .home-staff-list__item { width: 185px; margin: 0 9px; }
  .home-staff-list__item:nth-child(1), .home-staff-list__item:nth-child(2), .home-staff-list__item:nth-child(3) { width: 340px; margin: 0 20px 52px; text-align: center; }
  .home-staff-list__item:nth-child(1) .home-staff-list__item-img, .home-staff-list__item:nth-child(2) .home-staff-list__item-img, .home-staff-list__item:nth-child(3) .home-staff-list__item-img { margin-bottom: -22px; }
  .home-staff-list__item:nth-child(1) .home-staff-list__item-name, .home-staff-list__item:nth-child(2) .home-staff-list__item-name, .home-staff-list__item:nth-child(3) .home-staff-list__item-name { max-width: 222px; border-radius: 25px; font-size: 2.5rem; }
  .home-staff-list__item:nth-child(1) .home-staff-list__txt, .home-staff-list__item:nth-child(2) .home-staff-list__txt, .home-staff-list__item:nth-child(3) .home-staff-list__txt { width: calc(100% + 10px); margin-left: -5px; }
  .home-staff-list__item-img { margin-bottom: -20px; }
  .home-staff-list__item-name { width: 80%; max-width: 150px; border-radius: 20px; font-size: 2rem; }
  .home-staff-list__item:nth-child(1) .home-staff-list__txt, .home-staff-list__item:nth-child(2) .home-staff-list__txt, .home-staff-list__item:nth-child(3) .home-staff-list__txt { font-size: 2rem; }
  .home-staff-list__txt { margin-top: 17px; font-size: 1.7rem; } }

/* .home-feature
================================================ */
.home-feature { margin-top: 198px; background: #dbf2ec url(../img/home/bg_feature01_sp.png) no-repeat top center/100%; }

.home-feature__inner { padding-top: 35px; padding-bottom: 43px; }

.home-feature-header { position: relative; max-width: 410px; margin: 0 auto 18px; text-align: center; }

.home-feature-header__head { position: relative; z-index: 1; margin-right: -65px; }

.home-feature-header img { max-width: 292px; }

.home-feature-header__img { position: absolute; top: -16%; left: -56px; width: 130px; }

.home-feature-header__img img { width: 100%; }

.home-feature-list { position: relative; width: calc(100% + 10px); margin-left: -5px; }

.home-feature-list__item { padding: 30px 22px 25px; background: #fff; border-radius: 5px; }

.home-feature-list__item + .home-feature-list__item { margin-top: 40px; }

.home-feature-list__area-img { position: relative; max-width: 610px; margin: 0 auto 18px; text-align: center; }

.home-feature-list__num { position: absolute; top: -43px; left: -8px; width: 80px; }

.home-feature-list__head { margin-left: -5px; }

.home-feature-list__head.is-head01 img { max-width: 259px; }

.home-feature-list__head.is-head02 img { max-width: 204px; }

.home-feature-list__head.is-head03 img { max-width: 249px; }

.home-feature-list__txt { margin-top: 11px; font-size: 1.5rem; font-weight: bold; letter-spacing: .02em; }

@media (max-width: 374px) { .home-feature-header img { max-width: 255px; }
  .home-feature-header__img { left: -50px; width: 110px; } }

@media all and (min-width: 768px) { .home-feature { margin-top: 317px; background-image: url(../img/home/bg_feature01_pc.png); background-size: 1920px; }
  .home-feature__inner { max-width: 1200px; padding: 104px 0 332px; }
  .home-feature-header { max-width: 450px; margin: 0 auto 36px; }
  .home-feature-header__head img { max-width: 657px; }
  .home-feature-header__img { width: 241px; height: 627px; top: -65px; left: -285px; }
  .home-feature-list { width: 100%; margin-left: 0; padding: 0; }
  .home-feature-list__item { border-radius: 10px; position: relative; padding: 40px 65px 46px 50px; background: none; }
  .home-feature-list__item + .home-feature-list__item { margin-top: 50px; }
  .home-feature-list__item::before { position: absolute; content: ''; top: 0; right: 0; width: calc(100% - 100px); height: 100%; background: #fff; border-radius: 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .home-feature-list__con { 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; }
  .home-feature-list__area-img { width: 470px; margin: 0; padding: 0; }
  .home-feature-list__num { top: -40px; left: -40px; width: 140px; }
  .home-feature-list__area-txt { position: relative; width: 555px; padding: 25px 0 0; }
  .home-feature-list__head.is-head01 img { max-width: 543px; }
  .home-feature-list__head.is-head02 img { max-width: 340px; }
  .home-feature-list__head.is-head03 img { max-width: 420px; }
  .home-feature-list__txt { margin-top: 26px; font-size: 2rem; } }

/* .home-safety
================================================ */
.home-safety { position: relative; background: #bce6da; }

.home-safety::before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 240px; background: #dbf2ec; }

.home-safety__inner { position: relative; padding-bottom: 40px; }

.home-safety__con { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 -5px; padding: 13px 28px 34px 19px; background: #fff; }

.home-safety__con::before, .home-safety__con::after { position: absolute; content: ''; width: 100%; height: 8px; left: 0; background-image: linear-gradient(-45deg, #ffe75d 25%, #ffffff 25%, #ffffff 50%, #ffe75d 50%, #ffe75d 75%, #ffffff 75%, #ffffff); background-size: 22px 22px; /*ストライプ線の太さ*/ }

.home-safety__con::before { top: 0; }

.home-safety__con::after { bottom: 0; }

.home-safety__head { position: relative; z-index: 1; display: inline; background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 173, 114, 0.2)), color-stop(25%, transparent)); background: linear-gradient(to top, rgba(0, 173, 114, 0.2) 25%, transparent 25%); line-height: 1.5; font-weight: 900; font-size: 2rem; }

.home-safety__head::before { content: ''; position: relative; top: 7px; display: inline-block; width: 34px; height: 41px; background: url(../img/common/ico_logo01.png) no-repeat 0 0/contain; }

.home-safety__head-wrap { max-width: 500px; margin: 0 auto 13px; }

.home-safety__head-big { font-size: 2.3rem; }

.home-safety__head-middle { font-size: 1.8rem; }

.home-safety__head-small { font-size: 1.5rem; }

.home-safety__img { position: relative; margin: 0 17px 0 25px; text-align: center; }

.home-safety__person { position: absolute; top: -7px; right: 0; width: 126px; }

.home-safety__txt { margin-top: 13px; font-size: 1.5rem; font-weight: bold; }

.home-safety__txt-large { font-size: 1.7rem; }

@media (max-width: 374px) { .home-safety__head { font-size: 1.8rem; }
  .home-safety__head-big { font-size: 2rem; }
  .home-safety__head-middle { font-size: 1.5rem; }
  .home-safety__head-small { font-size: 1.4rem; }
  .home-safety__person { top: 18px; width: 94px; } }

@media (min-width: 656px) and (max-width: 767px) { .home-safety__person { right: 50%; margin-right: -290px; } }

@media all and (min-width: 768px) { .home-safety { background: none; }
  .home-safety::before { background: #bce6da; height: 370px; }
  .home-safety__inner { margin-bottom: -100px; padding-bottom: 0; }
  .home-safety__con { min-height: 510px; margin: 0; padding: 57px 0 0 57px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transform: translateY(-249px); transform: translateY(-249px); }
  .home-safety__con::before, .home-safety__con::after { height: 12px; background-size: 44px 44px; }
  .home-safety__head { font-size: 4.1rem; }
  .home-safety__head::before { position: absolute; top: 36px; left: -105px; width: 85px; height: 103px; }
  .home-safety__head-wrap { max-width: 670px; margin: 0 0 25px; padding-left: 104px; }
  .home-safety__head-big { font-size: 4rem; }
  .home-safety__head-middle { font-size: 3rem; vertical-align: 5px; }
  .home-safety__head-small { font-size: 3rem; vertical-align: 5px; }
  .home-safety__img { position: absolute; top: 253px; right: 60px; width: 311px; margin: 0; }
  .home-safety__person { top: 48px; right: 116px; width: 206px; }
  .home-safety__txt { width: 620px; font-size: 2rem; }
  .home-safety__txt-large { font-size: 2.7rem; } }

/* .home-addr
================================================ */
.home-addr { background: url(../img/home/bg_addr01_sp.jpg) no-repeat 50% 50%/cover; }

.home-addr__inner { padding-bottom: 49px; padding-right: 10px; padding-left: 10px; }

.home-addr__con { position: relative; margin-bottom: -68px; padding: 32px 17px 22px; border: 3px solid #008f4e; border-radius: 5px; -webkit-transform: translateY(-68px); transform: translateY(-68px); background: #fff; }

.home-addr__balloon { position: absolute; top: -13px; left: 50%; width: 97px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.home-addr__head { margin-bottom: 15px; line-height: 1.5; font-weight: 900; font-size: 2.2rem; text-align: center; }

.home-addr__head-txt { position: relative; display: inline; background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 173, 114, 0.2)), color-stop(25%, transparent)); background: linear-gradient(to top, rgba(0, 173, 114, 0.2) 25%, transparent 25%); }

.home-addr__head-txt::before { content: ''; position: absolute; top: 6px; left: -25px; width: 17px; height: 24px; background: url(../img/common/ico_addr01.png) no-repeat 0 0/contain; }

.home-addr__head-txt-small { font-size: 1.6rem; vertical-align: 3px; }

.home-addr__area-img { width: calc(100% + 5px); margin: 0 0 16px -5px; text-align: center; }

.home-addr__txt { font-size: 1.5rem; font-weight: bold; }

.home-addr__copy { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 12px 0 7px; background: #008f4e; color: #fff; font-size: 1.8rem; font-weight: bold; text-align: center; }

.home-addr__sub { font-size: 1.8rem; font-weight: bold; }

@media (max-width: 374px) { .home-addr__head { font-size: 2rem; }
  .home-addr__copy { font-size: 1.4rem; } }

@media all and (min-width: 768px) { .home-addr { background: url(../img/home/bg_addr01_pc.jpg) no-repeat bottom center/cover; }
  .home-addr__inner { padding: 0 0 100px; }
  .home-addr__con { margin-bottom: -98px; padding: 58px 56px 46px 56px; border-radius: 10px; border-width: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transform: translateY(-98px); transform: translateY(-98px); }
  .home-addr__balloon { top: -24px; width: 162px; }
  .home-addr__head { line-height: 1.4; padding-left: 50px; margin-bottom: 39px; font-size: 4.5rem; }
  .home-addr__head-txt { padding-left: 30px; }
  .home-addr__head-txt::before { top: 8px; bottom: auto; top: 12px; left: -16px; width: 33px; height: 47px; }
  .home-addr__head-txt-small { font-size: 3.3rem; vertical-align: 5px; }
  .home-addr__main { 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; }
  .home-addr__area-img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 429px; margin: 0; }
  .home-addr__area-txt { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 504px; padding-top: 2px; }
  .home-addr__txt { font-size: 1.9rem; }
  .home-addr__copy { width: auto; margin: 22px 0 17px; padding: 0 14px; font-size: 2.3rem; text-align: left; }
  .home-addr__sub { font-size: 2.1rem; } }

/* .home-table
================================================ */
.home-table__inner { padding-top: 36px; padding-bottom: 202px; }

.home-table__head { max-width: 276px; margin: auto; }

.home-table__img { margin: 15px -5px 10px; text-align: center; }

.home-table__note { font-size: 1.3rem; }

@media all and (min-width: 768px) { .home-table__inner { padding: 60px 0 271px; }
  .home-table__head { max-width: 100%; text-align: center; }
  .home-table__img { margin: 50px 0 2px; }
  .home-table__note { font-size: 1.6rem; } }

/* .home-attention
================================================ */
.home-attention { background: #f7f7f7; }

.home-attention__inner { padding-top: 186px; padding-bottom: 38px; }

.home-attention__head { max-width: 320px; margin: auto; }

.home-attention-list { margin-top: 25px; }

.home-attention-list__item { max-width: 632px; margin: 0 auto; }

.home-attention-list__item + .home-attention-list__item { margin-top: 27px; }

.home-attention-list__img { position: relative; padding: 0 10px; }

.home-attention-list__tag { position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); width: 100px; height: 28px; padding: 7px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 28px; background: #fa0052; color: #fff; font-size: 1.5rem; font-weight: normal; line-height: 1; letter-spacing: .07em; text-transform: uppercase; text-align: center; }

.home-attention-list__head { margin: 25px 0 13px; font-size: 1.9rem; font-weight: bold; line-height: 1.5; text-align: center; }

@media all and (min-width: 768px) { .home-attention__inner { padding: 313px 0 92px; }
  .home-attention__head { max-width: 100%; text-align: center; }
  .home-attention-list { 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; margin: 58px 0 0; padding: 0 40px; }
  .home-attention-list__item:nth-child(n) { width: 480px; margin: 0; }
  .home-attention-list__img { padding: 0; }
  .home-attention-list__tag { width: 145px; height: 40px; padding: 10px 0 0; font-size: 2.2rem; }
  .home-attention-list__head { margin: 39px 0 18px; font-size: 2.8rem; } }

/* .home-voice
================================================ */
.home-voice { background: url(../img/home/bg_voice01_sp.png) no-repeat top center/cover; }

.home-voice__inner { padding-top: 41px; padding-bottom: 50px; }

.home-voice-list { margin: 28px -5px 0; }

.home-voice-list__item { padding: 21px 20px 27px; background: #fff; border-radius: 5px; }

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

.home-voice-list__head { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 7px; }

.home-voice-list__ico { width: 50px; }

.home-voice-list__name { color: #008f4e; font-size: 1.8rem; font-weight: bold; }

@media all and (min-width: 768px) { .home-voice { background: url(../img/home/bg_voice01_pc.png) no-repeat top center/cover; }
  .home-voice__inner { padding: 91px 0 119px; }
  .home-voice-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 78px 0 0; }
  .home-voice-list__item { padding: 35px 34px 48px; border-radius: 10px; }
  .home-voice-list__item:nth-child(n) { width: 350px; margin: 0 25px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .home-voice-list__item:nth-child(3n) { margin-right: 0; }
  .home-voice-list__head { margin: 0 0 13px; }
  .home-voice-list__name { font-size: 2rem; }
  .home-voice-list__ico { width: 75px; } }

/* .home-message
================================================ */
.home-message__inner { padding-top: 43px; padding-bottom: 0; }

.home-message__head { margin-bottom: 32px; text-align: center; }

.home-message__head-wrap { position: relative; max-width: 345px; margin: 0 auto; }

.home-message-imgs { position: absolute; top: 0; left: 0; width: 100%; }

.home-message-imgs__item { position: absolute; opacity: 0; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }

.home-message-imgs__item:nth-child(1) { top: 30px; left: 10px; width: 40px; }

.home-message-imgs__item:nth-child(2) { top: 82px; left: -15px; width: 57px; }

.home-message-imgs__item:nth-child(3) { top: 17px; right: 14px; width: 38px; }

.home-message-imgs__item:nth-child(4) { top: 76px; right: -15px; width: 56px; }

.home-message-imgs.is-animated .home-message-imgs__item { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.home-message__txt { font-weight: bold; font-size: 1.5rem; }

.home-message__txt + .home-message__txt { margin-top: 1.8em; }

.home-message__img { margin-top: 31px; }

@media (max-width: 374px) { .home-message-imgs__item:nth-child(1) { left: 5px; } }

@media all and (min-width: 768px) { .home-message__inner { padding-top: 100px; }
  .home-message__head { margin-bottom: 54px; }
  .home-message__head-wrap { max-width: none; }
  .home-message-imgs__item:nth-child(1) { top: 129px; left: -14px; width: 157px; }
  .home-message-imgs__item:nth-child(2) { top: 280px; left: -131px; width: 225px; }
  .home-message-imgs__item:nth-child(3) { top: 129px; right: 0; width: 157px; }
  .home-message-imgs__item:nth-child(4) { top: 280px; right: -118px; width: 225px; }
  .home-message-imgs.is-animated .home-message-imgs__item { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  .home-message__txt { font-size: 1.8rem; text-align: center; }
  .home-message__img { position: relative; margin-top: 73px; text-align: center; }
  .home-message__img::before { position: absolute; content: ''; bottom: 0; left: 0; width: 100%; height: 212px; background: #dbf2ec; }
  .home-message__img img { position: relative; } }

/* .home-faq
================================================ */
.home-faq { background: #dbf2ec; }

.home-faq__inner { padding-top: 44px; padding-bottom: 200px; }

.home-faq__head { margin-bottom: 25px; }

@media all and (min-width: 768px) { .home-faq__inner { padding-top: 69px; padding-bottom: 283px; }
  .home-faq__head { margin-bottom: 77px; } }

/* .home-estimate
================================================ */
.home-estimate { position: relative; }

.home-estimate::before { position: absolute; content: ''; width: 100%; height: 193px; background: #bce6da; z-index: -1; }

.home-estimate__inner { padding-top: 248px; padding-bottom: 28px; }

.home-estimate-list__item { max-width: 632px; margin: 0 auto; }

.home-estimate-list__item + .home-estimate-list__item { margin-top: 33px; }

.home-estimate-list__img { padding: 0 20px; }

.home-estimate-list__head { margin: 15px 0 12px; font-size: 1.8rem; font-weight: bold; line-height: 1.5; text-align: center; }

.home-estimate-list__txt { font-size: 1.5rem; }

.home-estimate-list__note { font-size: 1.3rem; }

@media all and (min-width: 768px) { .home-estimate::before { content: none; }
  .home-estimate__inner { padding: 288px 0 30px; }
  .home-estimate-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .home-estimate-list__item:nth-child(n) { width: 340px; margin: 0 40px 0 0; }
  .home-estimate-list__item:nth-child(3n) { margin-right: 0; }
  .home-estimate-list__img { padding: 0; }
  .home-estimate-list__head { margin: 43px 0 34px; font-size: 2.2rem; }
  .home-estimate-list__item:nth-child(1) .home-estimate-list__head { margin: 28px 0 16px; }
  .home-estimate-list__txt { font-size: 1.7rem; }
  .home-estimate-list__note { font-size: 1.5rem; } }

/* .home-primise
================================================ */
.home-promise__inner { padding-top: 32px; padding-bottom: 29px; }

.home-promise-list__item { max-width: 632px; margin: 0 auto; }

.home-promise-list__item + .home-promise-list__item { margin-top: 19px; }

.home-promise-list__num { position: relative; max-width: 100px; margin: -15px auto 0; background-image: linear-gradient(-40deg, #008f4e 45%, #00a158 45%); border-radius: 14px; line-height: 1.7; color: #fff; font-weight: 700; font-size: 1.5rem; text-align: center; }

.home-promise-list__img { padding: 0 20px; }

.home-promise-list__head { margin: 12px 0 8px; font-size: 1.8rem; font-weight: bold; line-height: 1.5; text-align: center; }

.home-promise-list__txt { font-size: 1.5rem; }

.home-promise-list__note { font-size: 1.3rem; }

@media all and (min-width: 768px) { .home-promise__inner { padding: 39px 0 120px; }
  .home-promise-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .home-promise-list__item:nth-child(n) { width: 340px; margin: 0 40px 0 0; }
  .home-promise-list__item:nth-child(3n) { margin-right: 0; }
  .home-promise-list__num { max-width: 145px; margin: -23px auto 0; border-radius: 20px; font-size: 2.2rem; }
  .home-promise-list__img { padding: 0; }
  .home-promise-list__head { margin: 18px 0; font-size: 2.2rem; }
  .home-promise-list__head.is-row1-pc { margin: 33px 0; }
  .home-promise-list__txt { font-size: 1.7rem; }
  .home-promise-list__note { font-size: 1.5rem; } }

/* .home-hr
================================================ */
.home-hr { margin: 0 15px; height: 1px; background: #e0e0e0; }

/* .home-payment
================================================ */
.home-payment { background: #f7f7f7; }

.home-payment__inner { padding-top: 33px; padding-bottom: 40px; }

.home-payment-list__item { margin-bottom: 20px; }

.home-payment-list__item + .home-payment-list__item { padding-top: 20px; border-top: 1px solid #e0e0e0; }

.home-payment-list__head { margin-bottom: 4px; font-size: 1.7rem; font-weight: bold; }

.home-payment-list__img { margin-top: 15px; }

.home-payment-list__txt { font-size: 1.5rem; }

.home-payment-other { margin-top: 35px; padding: 16px 21px; background: #fff; border-radius: 10px; }

.home-payment-other__head { margin-bottom: 7px; color: #008f4e; font-size: 1.7rem; font-weight: bold; }

.home-payment-other__txt { font-size: 1.5rem; }

@media all and (min-width: 768px) { .home-payment__inner { padding: 90px 0 105px; }
  .home-payment-list { 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; margin: 68px 0 0; }
  .home-payment-list__item:nth-child(n) { width: 366px; margin: 0; padding: 6px 35px 13px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid #e0e0e0; }
  .home-payment-list__item + .home-payment-list__item { border-top: none; }
  .home-payment-list__item:nth-child(3) { border-right: 1px solid #e0e0e0; }
  .home-payment-list__head { margin-bottom: 8px; font-size: 2rem; }
  .home-payment-list__img { margin-top: 17px; }
  .home-payment-list__txt { font-size: 1.7rem; }
  .home-payment-other { margin: 44px 0 0; padding: 29px 41px 37px; }
  .home-payment-other__head { margin-bottom: 4px; font-size: 2rem; }
  .home-payment-other__txt { font-size: 1.7rem; } }

/* low_price-info
==================== */
.low_price-info__inner { padding-top: 48px; padding-bottom: 120px; }

@media all and (min-width: 768px) { .low_price-info__inner { padding-top: 100px; padding-bottom: 273px; } }

/* price-info
===================== */
.price-info__inner { padding-top: 40px; padding-bottom: 116px; }

@media all and (min-width: 768px) { .price-info__inner { padding-top: 33px; padding-bottom: 299px; } }

/* price-info-detail
========================= */
.price-info-detail + .price-info-detail { margin-top: 30px; }

.price-info-detail__wrap { margin-top: 15px; }

.price-info-detail__img { width: 87%; margin: 0 auto 15px; text-align: center; }

.price-info-detail dl dt { margin-bottom: 2px; padding: 12px 0; background-color: rgba(231, 238, 237, 0.5); text-align: center; }

.price-info-detail dl dd { margin-bottom: 2px; }

.price-info-detail__showy { position: relative; padding: 14px 5px 15px; background-color: rgba(250, 218, 0, 0.18); line-height: 1.1; color: #008f4e; font-weight: 700; text-align: center; }

.price-info-detail__showy::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; border: 3px solid #008f4e; }

.price-info-detail__showy-txt { font-size: 2rem; letter-spacing: 0.01em; }

.price-info-detail__showy-txt-small { font-size: 1rem; vertical-align: 3px; }

.price-info-detail__area-txt { margin-bottom: 2px; padding: 13px 20px 20px; background-color: rgba(231, 238, 237, 0.5); }

.price-info-detail__txt + .price-info-detail__txt { margin-top: 1.9em; }

@media all and (min-width: 768px) { .price-info-detail + .price-info-detail { margin-top: 60px; }
  .price-info-detail__wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; }
  .price-info-detail__img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 340px; margin: 0; }
  .price-info-detail dl { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% - 370px); height: 100%; margin-right: 30px; }
  .price-info-detail dl dt { -webkit-box-sizing: border-box; box-sizing: border-box; width: 27.4%; margin: 0 0.5% 3px 0; padding: 20px 22px; font-size: 1.6rem; }
  .price-info-detail dl dt.is-left { text-align: left; }
  .price-info-detail dl dd { width: 72.1%; margin-bottom: 3px; }
  .price-info-detail__showy { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 18px 5px 19px; }
  .price-info-detail__showy::before { border-width: 7px; }
  .price-info-detail__showy-txt { font-size: 3rem; }
  .price-info-detail__showy-txt-small { font-size: 2rem; }
  .price-info-detail__area-txt { -webkit-box-sizing: border-box; box-sizing: border-box; width: calc(100% - 313px); margin-right: 3px; padding: 20px 30px 25px; }
  .price-info-detail__area-price { width: 310px; }
  .price-info-detail__area-price .price-info-detail__showy { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; }
  .price-info-detail__txt { line-height: 1.5; font-size: 1.6rem; }
  .price-info-detail__txt + .price-info-detail__txt { margin-top: 1.5em; } }

/* privacypolicy-info
========================== */
.privacypolicy-info__inner { padding-top: 40px; padding-bottom: 49px; }

.privacypolicy-info__box { padding: 25px 22px 70px; background-color: #f7f7f7; border-radius: 8px; }

.privacypolicy-info__lead { margin-bottom: 25px; }

@media all and (min-width: 768px) { .privacypolicy-info__inner { padding-top: 54px; padding-bottom: 99px; }
  .privacypolicy-info__box { padding: 53px 41px 55px; }
  .privacypolicy-info__lead { margin-bottom: 31px; } }

/* .privacypolicy-info-detail
--------------------------------------- */
.privacypolicy-info-detail + .privacypolicy-info-detail { margin-top: 17px; }

.privacypolicy-info-detail.is-mt-small { margin-top: 12px; }

.privacypolicy-info-detail.is-mt-large { margin-top: 25px; }

.privacypolicy-info-detail__head { font-weight: 700; }

.privacypolicy-info-detail__head.is-small { font-weight: 500; }

.privacypolicy-info-detail__txt.has-mb { margin-bottom: 26px; }

.privacypolicy-info-detail__note { word-break: break-all; }

.privacypolicy-info-detail-list01 { counter-reset: num01; }

.privacypolicy-info-detail-list01__item { position: relative; padding-left: 1.5em; }

.privacypolicy-info-detail-list01__item + .privacypolicy-info-detail-list01__item { margin-top: 1em; }

.privacypolicy-info-detail-list01__item::before { position: absolute; top: 0; left: 0; counter-increment: num01; /* section カウンターの値に1を加算 */ content: counter(num01) ")"; }

.privacypolicy-info-detail-list02 { counter-reset: num02; }

.privacypolicy-info-detail-list02__item { position: relative; padding-left: 1.5em; }

.privacypolicy-info-detail-list02__item::before { position: absolute; top: 0; left: 0; counter-increment: num02; /* section カウンターの値に1を加算 */ content: counter(num02, lower-roman) "."; }

.privacypolicy-info-detail-list03__item { position: relative; padding-left: 1em; }

.privacypolicy-info-detail-list03__item::before { position: absolute; top: 0; left: 0; content: '・'; }

.privacypolicy-info-detail-list04 { counter-reset: num04; }

.privacypolicy-info-detail-list04__item { position: relative; padding-left: 1.5em; }

.privacypolicy-info-detail-list04__item::before { position: absolute; top: 0; left: 0; counter-increment: num04; /* section カウンターの値に1を加算 */ content: counter(num04, lower-alpha) ")"; }

@media all and (min-width: 768px) { .privacypolicy-info-detail + .privacypolicy-info-detail { margin-top: 24px; }
  .privacypolicy-info-detail.is-mt-large { margin-top: 33px; }
  .privacypolicy-info-detail__head { font-size: 2rem; }
  .privacypolicy-info-detail__head.is-small { font-size: 1.7rem; }
  .privacypolicy-info-detail__txt.has-mb { margin-bottom: 33px; } }

/* .tokusho-info
==================== */
.tokusho-info__inner { padding-top: 40px; padding-bottom: 45px; }

.tokusho-info__note { font-size: 1.2rem; }

.tokusho-info__note.has-mb { margin-bottom: 25px; }

.tokusho-info__link { position: relative; color: #008f4e; border-bottom: 1px solid #008f4e; }

@media all and (min-width: 768px) { .tokusho-info__inner { padding-top: 48px; padding-bottom: 95px; }
  .tokusho-info__note { font-size: 1.7rem; }
  .tokusho-info__note.has-mb { margin-bottom: 36px; }
  .tokusho-info__note.is-small { font-size: 1.4rem; }
  .tokusho-info__link { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .tokusho-info__link:hover { opacity: .7; } }

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  padding: 20px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}