@charset "UTF-8";
/*!
* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress
*/html {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-text-size-adjust:100%;
    word-break:normal;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4
}
*,:before,:after {
    background-repeat:no-repeat;
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
:before,:after {
    text-decoration:inherit;
    vertical-align:inherit
}
* {
    padding:0;
    margin:0
}
hr {
    overflow:visible;
    height:0
}
details,main {
    display:block
}
summary {
    display:list-item
}
small {
    font-size:80%
}
[hidden] {
    display:none
}
abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
a {
    background-color:transparent
}
a:active,a:hover {
    outline-width:0
}
code,kbd,pre,samp {
    font-family:monospace,monospace
}
pre {
    font-size:1em
}
b,strong {
    font-weight:bolder
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub {
    bottom:-.25em
}
sup {
    top:-.5em
}
input {
    border-radius:0
}
[disabled] {
    cursor:default
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height:auto
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
textarea {
    overflow:auto;
    resize:vertical
}
button,input,optgroup,select,textarea {
    font:inherit
}
optgroup {
    font-weight:700
}
button {
    overflow:visible
}
button,select {
    text-transform:none
}
button,[type=button],[type=reset],[type=submit],[role=button] {
    cursor:pointer;
    color:inherit
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style:none;
    padding:0
}
button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    outline:1px dotted ButtonText
}
button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance:button
}
button,input,select,textarea {
    background-color:transparent;
    border-style:none
}
select {
    -moz-appearance:none;
    -webkit-appearance:none
}
select::-ms-expand {
    display:none
}
select::-ms-value {
    color:currentColor
}
legend {
    border:0;
    color:inherit;
    display:table;
    white-space:normal;
    max-width:100%
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    color:inherit;
    font:inherit
}
img {
    border-style:none
}
progress {
    vertical-align:baseline
}
svg:not([fill]) {
    fill:currentColor
}
[aria-busy=true] {
    cursor:progress
}
[aria-controls] {
    cursor:pointer
}
[aria-disabled] {
    cursor:default
}
:root {
    --white: #ffffff;
    --black: #222222;
    --green: #88b826;
    --darkGreen: #415812;
    --lightGreen: #abda4e;
    --orange: #facd46;
    --lightOrange: #fef2cf;
    --lighterOrange: #fef8e2;
    --red: #e74c3c;
    --gray: #7f8c8d;
    --darkGray: #2c3e50;
    --lightGray: #bdc3c7
}
html,body {
    margin:0;
    padding:0;
    width:100%
}
* {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*:before,*:after {
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html {
    font-size:16px;
    font-family:"Noto Serif JP",serif;
    scroll-padding-top:20px
}
body {
    background-color:var(--white);
    color:var(--black)
}
main {
    overflow-x:hidden;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
ul {
    margin:0;
    padding:0;
    list-style:none
}
p {
    margin:0;
    letter-spacing:0;
    line-height:1.7
}
a {
    color:inherit;
    text-decoration:none
}
figure {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
picture {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
img {
    width:100%;
    height:auto
}
address {
    font-style:normal
}
.l-wrapper {
    position:relative;
    margin-inline:auto;
    padding-inline:16px;
    max-width:1312px;
    width:100%
}
.l-section {
    margin:100px 0
}
.l-header {
    margin-top:36px;
    background:url(../images/top/bg.png);
    background-size:contain;
    background-position:top center;
    background-repeat:repeat;
    position:relative
}
.l-header--lawer {
    background-size:cover
}
.l-header--lawer .l-header__button {
    top:52px
}
.l-header__wrapper {
    position:relative;
    margin-inline:auto;
    padding-inline:16px;
    max-width:1838px;
    width:100%
}
.l-header__row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.l-header__body {
    width:40%;
    min-width:400px
}
.l-header__body--lawer .l-header__logo {
    margin-left:min(155.5px,8.1vw)
}
.l-header__logo {
    max-width:206px;
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-left:min(155.5px,8.1vw)
}
.l-header__nav {
    margin-top:82px
}
.l-header__hamburger {
    position:fixed;
    width:100%;
    min-width:100%;
    min-height:calc(100vh + 136px);
    height:100%;
    background-color:var(--lighterOrange);
    overflow-y:auto;
    -webkit-transition:right .4s;
    transition:right .4s;
    z-index:9998;
    padding:100px 16px 60px;
    top:0;
    left:unset;
    -webkit-transform:unset;
    transform:unset;
    right:-150%;
    margin-right:0
}
.l-header__hamburger.active {
    right:0
}
.l-header__hamburger .l-header__nav--list {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin:46px auto 0
}
.l-header__hamburger .l-header__nav--item {
    font-size:1rem
}
.l-header__nav--item {
    padding-left:24px;
    position:relative;
    font-size:1.25rem;
    margin-bottom:24px
}
.l-header__nav--item:last-child {
    margin-bottom:0
}
.l-header__nav--item:before {
    content:"";
    display:inline-block;
    background:url(../images/common/header_list_icon.png) no-repeat;
    background-size:contain;
    width:16px;
    height:16px;
    position:absolute;
    left:0;
    top:8px
}
a.l-header__nav--link:hover {
    color:var(--darkGreen);
    opacity:.8;
    -webkit-transition:all .3s;
    transition:all .3s
}
.l-header__image {
    width:100%;
    min-height:800px;
    position:relative
}
.l-header__bg {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    border-radius:30px
}
.l-header__title {
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    right:2em;
    max-width:148px
}
.l-header__nav--parts {
    color:var(--green);
    margin-left:1em
}
.l-header__fixed {
    position:fixed;
    bottom:0;
    right:0;
    z-index:9999
}
.l-header__fixed--inner {
    border:1px solid var(--white);
    width:156px;
    height:156px;
    aspect-ratio:1/1;
    border-radius:50%;
    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-header__fixed--link {
    background-color:var(--green);
    width:160px;
    height:160px;
    aspect-ratio:1/1;
    border-radius:50%;
    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;
    color:var(--white);
    font-size:1.5rem;
    text-align:center
}
.l-header__fixed--link:hover {
    background-color:var(--darkGreen);
    -webkit-transition:all .3s;
    transition:all .3s
}
.l-header__button {
    position:fixed;
    top:68px;
    right:16px;
    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;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    row-gap:6px;
    width:50px;
    height:61px;
    z-index:9999
}
.l-header__button.active .l-header__line:nth-child(1) {
    -webkit-transform:translateY(10px) rotate(-30deg);
    transform:translateY(10px) rotate(-30deg)
}
.l-header__button.active .l-header__line:nth-child(2) {
    opacity:0;
    -webkit-transition:opacity .4s;
    transition:opacity .4s
}
.l-header__button.active .l-header__line:nth-child(3) {
    -webkit-transform:translateY(-11px) rotate(30deg);
    transform:translateY(-11px) rotate(30deg)
}
.l-header__line {
    width:50px;
    height:5px;
    background-color:var(--black)
}
.l-header__bnr {
    display: block;
    max-width: 380px;
    margin: 56px auto 0 auto;
}
.l-footer {
    padding:96px 0 36px;
    background:url(../images/common/footer_bg.png) no-repeat;
    background-size:cover;
    background-position:center
}
.l-footer__wrapper {
    position:relative;
    margin-inline:auto;
    padding-inline:16px;
    max-width:1032px;
    width:100%
}
.l-footer__header {
    margin-bottom:65px
}
.l-footer__header .l-footer__nav--list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-column-gap:82px;
    -moz-column-gap:82px;
    column-gap:82px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.l-footer__header .l-footer__nav--item:first-of-type {
    width:100%
}
.l-footer__nav--parts {
    color:var(--darkGreen)
}
.l-footer__nav--list {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px
}
.l-footer__nav--item {
    padding-left:24px;
    font-size:1.0625rem;
    position:relative
}
.l-footer__nav--item:before {
    content:"";
    display:inline-block;
    background:url(../images/common/list_icon.png) no-repeat;
    background-size:contain;
    width:16px;
    height:16px;
    position:absolute;
    left:0;
    top:5px
}
a.l-footer__nav--link:hover {
    color:var(--darkGreen);
    -webkit-transition:all .3s;
    transition:all .3s
}
.l-footer__under {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin:108px 0 0 auto
}
.l-footer__logo {
    max-width:178px;
    display:block;
    margin:0 auto 20px
}
.l-footer__under--text {
    font-size:.75rem
}
.l-footer__under--text a:hover {
    opacity:.6;
    -webkit-transition:all .3s;
    transition:all .3s
}
.l-footer__copy {
    text-align:center;
    font-size:.75rem;
    margin-top:36px
}
.l-mv__inner {
    position:relative;
    margin-inline:auto;
    padding-inline:16px;
    max-width:1838px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-column-gap:24px;
    -moz-column-gap:24px;
    column-gap:24px
}
.l-mv__inner:not(:has(.l-mv__slider)) {
    max-width:1312px
}
.l-mv__heading {
    -ms-flex-negative:0;
    flex-shrink:0;
    width:426px;
    margin-block:16px
}
.l-mv__heading:not(:has(~.l-mv__slider)) {
    width:100%;
    margin-block:32px
}
.l-mv__title {
    font-size:1.875rem;
    font-weight:400;
    line-height:1.2
}
.l-mv__title>span {
    display:inline-block;
    color:var(--green)
}
.l-mv__text {
    margin-top:24px;
    font-size:1.25rem;
    line-height:1.6
}
.l-mv__slider {
    max-width:1280px
}
.c-features {
    background-color:var(--orange);
    margin-top:156px;
    position:relative;
    padding:56px 0 42px
}
.c-features:before {
    content:"";
    display:inline-block;
    background:url(../images/common/feature_icon.png) no-repeat;
    background-size:contain;
    width:122px;
    height:122px;
    position:absolute;
    top:-56px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translate(-50%)
}
.c-features__title {
    font-size:2rem;
    text-align:center;
    font-weight:400
}
.c-features__list {
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px
}
.c-features__item {
    background-color:var(--white);
    padding:60px 16px 32px;
    border-radius:30px;
    position:relative
}
.c-features__number {
    color:var(--orange);
    font-size:3rem;
    font-style:italic;
    background-color:var(--white);
    border-radius:50%;
    aspect-ratio:1/1;
    position:absolute;
    top:-36px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translate(-50%);
    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;
    width:100%;
    max-width:76px
}
.c-features__number--inner {
    border:1px solid var(--orange);
    border-radius:50%;
    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;
    width:100%;
    max-width:72px
}
.c-features__text {
    font-size:.9375rem
}
.c-heading {
    width:100%;
    font-size:2rem;
    font-weight:400;
    line-height:1.2;
    text-align:center;
    padding-bottom:20px;
    border-bottom:16px solid var(--lightGreen)
}
.c-button {
    width:100%;
    max-width:320px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:48px;
    margin-inline:auto;
    padding:12px 24px;
    background-color:var(--green);
    color:var(--white);
    font-size:1rem;
    border-radius:6px;
    border:1px solid var(--white);
    outline:3px solid var(--green);
    text-decoration:none;
    -webkit-transition:background-color .3s ease,outline .3s ease;
    transition:background-color .3s ease,outline .3s ease
}
.c-button:after {
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
    background-image:url(../images/common/arrow-right.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center
}
.c-button:hover {
    background-color:var(--lightGreen);
    outline:3px solid var(--lightGreen)
}
.c-link>span {
    background-image:linear-gradient(transparent calc(100% - 1px),var(--black) calc(100% - 1px),var(--black));
    display:inline;
    padding:0 1px;
    -webkit-transition:color .3s ease,background-coimagelor .3s ease;
    transition:color .3s ease,background-coimagelor .3s ease
}
a:not(.u-unset)[href$=".pdf"] {
    position:relative
}
a:not(.u-unset)[href$=".pdf"]:after {
    content:"";
    display:inline-block;
    -webkit-transform:translateY(.2em);
    transform:translateY(.2em);
    width:1.5em;
    height:1.2em;
    background:url(../images/common/icon_pdf.svg) no-repeat center center;
    background-size:contain
}
.c-table {
    width:100%;
    border-spacing:10px
}
.c-table th {
    width:240px;
    height:44px;
    min-height:44px;
    font-size:.875rem;
    font-weight:500;
    line-height:1.2;
    letter-spacing:0;
    text-align:center;
    background-color:var(--lightOrange)
}
.c-table td {
    height:44px;
    min-height:44px;
    font-size:.875rem;
    line-height:1.2;
    letter-spacing:0;
    text-align:left;
    background-color:var(--lighterOrange);
    padding:8px 12px
}
.p-top__bg {
    background:url(../images/top/bg.png);
    background-size:cover;
    background-position:center
}
.p-top__grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    row-gap:80px;
    -webkit-column-gap:40px;
    -moz-column-gap:40px;
    column-gap:40px
}
.p-top__grid--item {
    border-bottom:2px solid var(--green);
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-top__grid--item:after {
    content:"";
    display:inline-block;
    width:100%;
    height:2px;
    background-color:var(--green);
    position:absolute;
    bottom:4px;
    left:0
}
.p-top__grid--header {
    position:relative
}
.p-top__grid--lead {
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translate(-50%);
    width:80%;
    background-color:var(--white);
    border-top:12px solid var(--green);
    padding:14px 0
}
.p-top__grid--trouble .p-top__grid--lead {
    background-color:var(--green);
    border-top:12px solid var(--white)
}
.p-top__grid--name {
    text-align:center;
    font-size:1.125rem
}
.p-top__grid--title {
    text-align:center;
    font-size:1.125rem;
    color:var(--green)
}
.p-top__grid--image {
    margin-bottom:0
}
.p-top__grid--text {
    padding:14px 8px
}
.p-top__grid--button {
    margin: 16px auto;
}
.p-top__grid--tel {
    background: var(--orange);
    padding: 16px 16px 16px 24px;
    border-radius: 100px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p-top__grid--tel:hover {
    opacity: .8;
    transition: all .3s;
}
.p-top__grid--parts {
    display: block;
    font-size: 42px;
    font-weight: 500;
    position: relative;
    line-height: 1;
}
.p-top__grid--parts::before {
    content: '';
    display: inline-block;
    background: url(../images/common/tel_icon_green.png) no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    position: absolute;
    left: -32px;
    top: 12px;
}
.p-top__cta {
    display:block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin:0 auto;
    max-width:880px
}
.p-top__cta:hover {
    opacity:.8;
    -webkit-transition:all .3s;
    transition:all .3s
}
.p-philosophy__intro--inner {
    background-color:#88b82633;
    padding:24px;
    border-radius:30px
}
.p-philosophy__intro--heading {
    position:relative;
    border-bottom:none
}
.p-philosophy__intro--heading:after {
    content:"";
    display:inline-block;
    background-color:var(--green);
    width:86px;
    height:1px;
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translate(-50%)
}
.p-philosophy__intro--text {
    font-size:1.5rem;
    text-align:center;
    margin-top:20px
}
.p-philosophy__intro--text br.u-sp {
    display:none
}
.p-philosophy__intro--parts {
    color:var(--green);
    font-size:2.25rem
}
.p-philosophy__list {
    margin:20px auto 0;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.p-philosophy__item {
    font-size:1.25rem;
    padding-left:2.5em;
    position:relative;
    margin-bottom:.5em
}
.p-philosophy__item:last-child {
    margin-bottom:0
}
.p-philosophy__number {
    position:absolute;
    left:0;
    top:0
}
.p-philosophy__message {
    margin:20px auto 0;
    max-width:1000px
}
.p-philosophy__message--header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.p-philosophy__message--header .p-philosophy__message--lead {
    color:var(--green)
}
.p-philosophy__message--image {
    width:40%;
    margin-bottom:0;
    max-width:382px;
    padding-right:24px
}
.p-philosophy__message--body {
    width:60%
}
.p-philosophy__message--title {
    font-size:1.5rem;
    margin-bottom:16px
}
.p-philosophy__message--lead {
    font-size:1.25rem;
    margin:16px 0
}
.p-philosophy__message--parts {
    color:var(--green)
}
.p-philosophy__message--under {
    margin-top:20px
}
.p-philosophy__message--name {
    margin:36px 0 0 auto;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.p-philosophy__message--name img {
    max-width:186px;
    display:block;
    margin:16px 0 0 auto
}
.p-trouble__intro--text {
    margin-top:20px;
    text-align:center
}
.p-trouble__intro--list {
    margin:36px auto 0;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
}
.p-trouble__intro--item {
    margin-bottom:1em;
    padding-left:1.5em;
    position:relative
}
.p-trouble__intro--item:last-child {
    margin-bottom:0
}
.p-trouble__intro--number {
    position:absolute;
    left:0
}
.p-trouble__orange {
    background-color:var(--orange);
    border-radius:5px;
    padding:4px 8px;
    font-size:.875rem;
    text-wrap:nowrap
}
.p-trouble__red {
    background-color:var(--red);
    border-radius:5px;
    padding:4px 8px;
    font-size:.875rem;
    text-wrap:nowrap
}
.p-trouble__table {
    margin:46px auto 0
}
.p-trouble__table--heading {
    text-align:left;
    min-width:366px;
    border-bottom:1px solid var(--green);
    padding:16px;
    background-color:#fef8e2
}
.p-trouble__table--body {
    border-bottom:1px solid var(--green);
    padding:16px
}
.p-trouble__table01 .p-trouble__orange,.p-trouble__table01 .p-trouble__red {
    margin-right:.5em
}
.p-trouble__table--text {
    margin-bottom:8px
}
.p-trouble__table--text:last-child {
    margin-bottom:0
}
.p-trouble__table02 .p-trouble__table--body {
    line-height:2
}
.p-trouble__table--text a:hover {
    color:var(--green);
    -webkit-transition:all .3s;
    transition:all .3s
}
.p-service__content {
    margin-top:30px
}
.p-service__cta {
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(136, 184, 38, 0.3);
    padding: 24px 24px;
    border-radius: 16px;
}
.p-service__cta--title {
    font-size: 24px;
    text-align: center;
}
.p-service__cta--link {
    font-size: 36px;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: var(--darkGreen);
    position: relative;
    padding-left: 40px;
}
.p-service__cta--link::before {
    content: "";
    display: inline-block;
    background: url(../images/common/tel_icon_green.png) no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 13px;
}
.p-service__cta--link:hover {
    opacity: .8;
    transition: all .3s;
}
.p-service__cta--text {
    font-size: 14px;
    text-align: center;
}
.p-service__feature--intro {
    text-align: center;
    font-size: 18px;
}
.p-service__card--title {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
}
.p-service__card--list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    background-color: rgba(136, 184, 38, 0.3);
    padding: 24px 42px;
}
.p-service__card--item {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 24px;
}
.p-service__card--number {
    border-radius: 50%;
    background-color: var(--darkGreen);
    color: #fff;
    margin: 0 auto 16px auto;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p-service__list {
    width: fit-content;
    margin: 0 auto;
}
.p-service__list li {
    list-style: disc;
}
.p-service__features--list {
    gap:0;
    display:block
}
.p-service__features--list .c-features__item {
    padding:32px 16px
}
.p-service__pdf--link {
    display: block;
    width: fit-content;
}
.p-service-calendar__list {
    display:grid;
    grid-template-columns:1fr 1fr;
    border-inline:1px solid var(--lightGreen)
}
.p-service-calendar__item {
    display:grid;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    grid-template-columns:196px 1fr;
    -webkit-column-gap:24px;
    -moz-column-gap:24px;
    column-gap:24px;
    padding:4px;
    border-top:1px solid var(--lightGreen)
}
.p-service-calendar__item:last-child {
    border-bottom:1px solid var(--lightGreen)
}
.p-service-calendar__title {
    font-size:1.5rem;
    line-height:1.2;
    text-align:center;
    padding:8px;
    background-color:var(--lightGreen)
}
.p-service-calendar__detail {
    font-size:1.5rem;
    line-height:1.2
}
.p-service-flow {
    padding-top:74px;
    overflow-x:hidden
}
.p-service-flow__list {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(132px,1fr));
    grid-auto-rows:132px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-column-gap:56px;
    -moz-column-gap:56px;
    column-gap:56px;
    row-gap:56px
}
.p-service-flow__item {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background-color:var(--white);
    border-radius:8px;
    border:4px solid var(--orange);
    position:relative
}
.p-service-flow__item:not(:last-child):after {
    content:"";
    position:absolute;
    top:50%;
    right:-60px;
    width:56px;
    height:4px;
    background-color:var(--orange)
}
.p-service-flow__label {
    position:absolute;
    top:-30px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translate(-50%);
    width:51px;
    height:51px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:1.25rem;
    line-height:1.2;
    letter-spacing:0;
    background-color:var(--orange);
    border-radius:50%
}
.p-service-flow__content {
    font-size:1.125rem;
    line-height:1.2;
    letter-spacing:0;
    text-align:center
}
.p-service-flow__content>span {
    font-size:.875rem;
    display:block
}
.p-service-table {
    max-width:872px;
    margin-inline:auto
}
.p-service__main {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    row-gap:22px;
    padding-inline:10px
}
.p-service__text {
    line-height:1.4;
    letter-spacing:0
}
.p-service__text.--right {
    text-align:right
}
.p-jinzai__table th {
    font-size:1.125rem;
    font-weight:700;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.p-jinzai__table td {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.p-jinzai__items {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px
}
.p-jinzai__link {
    font-size:1rem;
    font-weight:500;
    color:var(--black)
}
.p-jinzai__bnr {
    max-width: 880px;
    display: block;
    margin: 0 auto;
}
.p-access {
    margin-top:32px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    row-gap:64px
}
.p-access__content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    row-gap:12px
}
.p-access__heading {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    row-gap:4px
}
.p-access__name {
    font-size:1.25rem;
    font-weight:400;
    line-height:1.2;
    letter-spacing:0;
    color:var(--green)
}
.p-access__address {
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    letter-spacing:0;
    color:var(--black)
}
.p-access__map {
    margin-top:2px;
    width:100%;
    height:240px
}
.p-access__map iframe {
    width:100%!important;
    height:100%!important;
    -o-object-fit:cover;
    object-fit:cover
}
.p-info__note {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-left:auto;
    color:var(--red);
    margin-bottom:16px
}
.p-info__primary {
    margin-top:32px;
    font-size:1.25rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.p-info-table {
    margin:46px auto 0
}
.p-info-table__heading {
    vertical-align:top;
    text-align:left;
    width:240px;
    border-bottom:1px solid var(--green);
    padding:16px;
    background-color:#fef8e2
}
.p-info-table__body {
    border-bottom:1px solid var(--green);
    padding:16px
}
.p-info-table__text {
    font-size:.9375rem
}
.p-info-table__text--smaller {
    font-size:.875rem;
    color:var(--darkGray)
}
.p-info-table__list {
    display:grid;
    row-gap:6px
}
*+.p-info-table__list {
    margin-top:16px
}
.p-info-table__row {
    grid-template-columns:repeat(2,-webkit-max-content);
    grid-template-columns:repeat(2,max-content);
    -webkit-column-gap:8px;
    -moz-column-gap:8px;
    column-gap:8px
}
.p-info-more+.p-info-table {
    display:none
}
.p-info-more:has(.p-info-more__checkbox:checked) {
    display:none
}
.p-info-more:has(.p-info-more__checkbox:checked)+.p-info-table {
    display:table
}
.p-info-more__checkbox {
    visibility:hidden;
    opacity:0
}
.p-info-more__text {
    cursor:pointer;
    width:100%;
    max-width:400px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:12px 24px;
    margin-inline:auto;
    margin-top:16px;
    background-color:var(--green);
    color:var(--white);
    font-size:1.125rem;
    border-radius:6px;
    border:1px solid var(--white);
    outline:3px solid var(--green);
    text-decoration:none;
    text-align:center;
    -webkit-transition:background-color .3s ease,outline .3s ease;
    transition:background-color .3s ease,outline .3s ease
}
.p-info-more__text:hover {
    background-color:var(--lightGreen);
    outline:3px solid var(--lightGreen)
}
.p-contact {
    margin-top:56px
}
.p-contact .wpcf7-list-item {
    display:block;
    margin:0
}
.p-contact .wpcf7-list-item:has(.p-contact__form-privacy) label {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-column-gap:8px;
    -moz-column-gap:8px;
    column-gap:8px;
    margin-top:16px
}
.p-contact .wpcf7-form-control,.p-contact .wpcf7-form-control-wrap {
    display:block
}
.p-contact__text {
    font-size:1.125rem
}
.p-contact__form {
    margin-top:32px
}
.p-contact__form-group {
    display:grid;
    grid-template-columns:192px 1fr;
    -webkit-column-gap:24px;
    -moz-column-gap:24px;
    column-gap:24px;
    border-top:1px solid var(--lightGreen);
    padding:32px 8px
}
.p-contact__form-label {
    margin-top:8px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.p-contact__form-required {
    font-size:.875rem;
    color:var(--white);
    background-color:var(--red);
    border-radius:6px;
    padding:2px 6px;
    margin-left:4px
}
.p-contact__form-grid {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-column-gap:16px;
    -moz-column-gap:16px;
    column-gap:16px;
    row-gap:8px
}
.p-contact__form-grid label {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-column-gap:6px;
    -moz-column-gap:6px;
    column-gap:6px
}
.p-contact__form-input {
    width:100%;
    padding:8px;
    border:1px solid var(--black);
    border-radius:6px;
    font-size:1rem;
    color:var(--black)
}
.p-contact__form-textarea {
    width:100%;
    min-height:240px;
    padding:8px;
    border:1px solid var(--black);
    border-radius:6px;
    font-size:1rem;
    color:var(--black)
}
.p-contact__form-wrap {
    width:min(100%,400px);
    margin:56px auto 0;
    position:relative
}
.p-contact__form-wrap+.p-contact__form-wrap {
    margin-top:32px
}
.p-contact__form-wrap .wpcf7-spinner {
    position:absolute;
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.p-contact__form-button {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:12px 24px;
    background-color:var(--green);
    color:var(--white);
    font-size:1.125rem;
    border-radius:6px;
    border:1px solid var(--white);
    outline:3px solid var(--green);
    text-decoration:none;
    text-align:center;
    -webkit-transition:background-color .3s ease,outline .3s ease;
    transition:background-color .3s ease,outline .3s ease
}
.p-contact__form-button:hover {
    background-color:var(--lightGreen);
    outline:3px solid var(--lightGreen)
}
.p-contact__form-prev {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:12px 24px;
    background-color:var(--gray);
    color:var(--white);
    font-size:1.125rem;
    border-radius:6px;
    border:1px solid var(--white);
    outline:3px solid var(--gray);
    text-decoration:none;
    text-align:center;
    -webkit-transition:background-color .3s ease,outline .3s ease;
    transition:background-color .3s ease,outline .3s ease
}
.p-contact__form-prev:hover {
    background-color:var(--lightGray);
    outline:3px solid var(--lightGray)
}
.p-contact__form-confirm {
    margin-top:8px
}
.p-contact__privacy {
    border-top:1px solid var(--lightGreen);
    padding:32px 8px 0
}
.p-contact__privacy-wrapper {
    max-width:1024px;
    margin-inline:auto;
    border:1px solid var(--gray);
    border-radius:6px
}
.p-contact__privacy-inner {
    padding:48px 16px 24px;
    overflow-y:auto;
    max-height:480px
}
.p-contact__privacy-heading {
    font-size:1.25rem;
    font-weight:700;
    line-height:1.2;
    letter-spacing:0;
    color:var(--black);
    margin-bottom:40px;
    text-align:center
}
.p-contact__privacy-text {
    font-size:1rem;
    line-height:1.5;
    letter-spacing:0;
    color:var(--black)
}
.p-contact__privacy-text strong {
    font-weight:700;
    margin-bottom:8px
}
.p-contact__privacy-label {
    font-size:1rem;
    line-height:1.2;
    letter-spacing:0;
    color:var(--black);
    text-align:center;
    margin-block:32px
}
.p-contact__privacy-group {
    margin-top:40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    row-gap:8px
}
.p-contact__privacy-group *+.p-contact__privacy-text {
    padding-left:1em
}
.p-contact__privacy-group.--right {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-left:auto
}
.p-contact__privacy-title {
    font-size:1rem;
    font-weight:700;
    line-height:1.5;
    letter-spacing:0;
    color:var(--black)
}
.p-magazine .l-wrapper {
    max-width:1000px
}
.p-magazine__content h2 {
    width:100%;
    font-size:2rem;
    font-weight:400;
    line-height:1.2;
    text-align:center;
    padding-bottom:20px;
    border-bottom:16px solid var(--lightGreen);
    margin-bottom:20px;
    margin-top:46px
}
.p-magazine__content h3 {
    margin-bottom:20px;
    font-size:1.5rem;
    line-height:1.2;
    border-left:8px solid var(--lightGreen);
    padding-left:.5em
}
.p-magazine__content p {
    margin-bottom:1em
}
.p-magazine__category {
    width: 100%;
    margin-bottom: 8px;
}
.p-magazine__category--list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.p-magazine__category--item {
    color:var(--white);
    padding:16px;
    background-color:var(--green);
    padding: 4px 8px;
    border-radius: 56px;
    font-size: 12px;
}
.p-magazine__pdf {
    background-color:var(--green);
    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;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:var(--white);
    padding:16px;
    width:100%;
    max-width:216px;
    margin:100px auto 0;
    position:relative
}
.p-magazine__pdf:after {
    content:"";
    display:inline-block;
    background:url(../images/common/arrow-right.svg) no-repeat;
    background-size:contain;
    width:24px;
    height:10px;
    position:absolute;
    right:1em;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.p-magazine__pdf:hover {
    background-color:var(--darkGreen);
    -webkit-transition:all .3s;
    transition:all .3s
}
.p-magazine__item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    gap:16px;
    border-bottom:1px solid var(--green);
    padding:16px 0
}
.p-magazine__header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:16px
}
.p-magazine__date {
    min-width:117px
}
.p-magazine__title {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden
}
.p-magazine__list--link:hover {
    opacity:.8;
    -webkit-transition:all .3s;
    transition:all .3s
}
.p-magazine__list--pdf {
    background-color:var(--green);
    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;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:var(--white);
    padding:8px;
    width:100%;
    max-width:180px;
    position:relative;
    height:100%
}
.p-magazine__list--pdf:after {
    content:"";
    display:inline-block;
    background:url(../images/common/arrow-right.svg) no-repeat;
    background-size:contain;
    width:24px;
    height:10px;
    position:absolute;
    right:1em;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.p-magazine__list--pdf:hover {
    background-color:var(--darkGreen);
    -webkit-transition:all .3s;
    transition:all .3s
}
.p-magazine__pagenation {
    margin-top:100px
}
.nav-links {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    gap:16px
}
.nav-links .page-numbers.current {
    color:var(--green)
}
.nav-links .page-numbers:hover {
    color:var(--darkGreen);
    -webkit-transition:all .3s;
    transition:all .3s
}
.u-uppercase {
    text-transform:uppercase
}
.u-lowercase {
    text-transform:lowercase
}
.u-centerposition {
    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
}
.u-visually-hidden {
    position:absolute;
    overflow:hidden;
    clip:rect(0 0 0 0);
    margin:-1px;
    padding:0;
    width:1px;
    height:1px;
    border:0;
    white-space:nowrap;
    clip-path:inset(50%)
}
.u-bold {
    font-weight:700
}
.u-color\:white {
    color:#fff
}
.u-block {
    display:block
}
.u-left {
    text-align:left
}
.u-center {
    text-align:center
}
.u-font-size\:smallish {
    font-size:var(--font-size-smallish)
}
.u-font-size\:biggish {
    font-size:var(--font-size-biggish)
}
.u-font-size\:big {
    font-size:var(--font-size-big)
}
.u-sp {
    display:none
}
@media screen and (max-width: 1200px) {
    .l-header__body {
        display:none
    }
    .l-header__body--lawer {
        display:block;
        min-width:unset
    }
    .l-header__body--lawer .l-header__logo {
        margin-left:0
    }
    .l-header__image {
        min-height:450px
    }
    .l-header__title {
        right:7vw;
        max-width:14vw;
        min-width:82px
    }
    .l-mv__inner {
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .l-mv__heading {
        width:30%
    }
    .l-mv__title {
        font-size:1.75rem
    }
    .l-mv__text {
        font-size:1.125rem;
        margin-top:20px
    }
    .l-mv__slider {
        width:calc(70% - 24px)
    }
    .p-top__grid--tel {
        font-size: 11px;
    }
    .p-top__grid--parts {
        font-size: 26px;
    }
    .p-top__grid--parts::before {
        width: 20px;
        height: 20px;
        left: -16px;
    }
}
@media screen and (max-width: 992px) {
    .l-footer__nav--list {
        grid-template-columns:repeat(2,1fr)
    }
    .l-mv__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        row-gap:24px;
        margin-top:32px
    }
    .l-mv__heading {
        width:100%;
        margin-block:0
    }
    .l-mv__heading:not(:has(~.l-mv__slider)) {
        margin-block:0
    }
    .l-mv__slider {
        width:100%
    }
    .p-service-calendar__item {
        grid-template-columns:120px 1fr;
        -webkit-column-gap:16px;
        -moz-column-gap:16px;
        column-gap:16px
    }
    .p-service-calendar__title,.p-service-calendar__detail {
        font-size:1.25rem
    }
}
@media screen and (max-width: 768px) {
    .l-header__text {
        font-size:.75rem
    }
    .l-header__fixed--inner {
        width:96px;
        height:96px
    }
    .l-header__fixed--link {
        width:100px;
        height:100px;
        font-size:.9375rem
    }
    .l-header__button {
        width:40px;
        height:50px
    }
    .l-header__line {
        width:40px
    }
    .l-header--lawer .l-header__button {
        top: 42px;
    }
    .l-mv__title {
        font-size:1.5rem
    }
    .l-mv__text {
        font-size:1rem
    }
    .c-features__list {
        grid-template-columns:1fr;
        gap:60px
    }
    .c-heading {
        font-size:1.5rem;
        padding-bottom:16px;
        border-bottom:12px solid var(--lightGreen)
    }
    .c-table th {
        width:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .c-table td {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .p-top__grid {
        grid-template-columns:repeat(2,1fr);
        row-gap:40px;
        -webkit-column-gap:16px;
        -moz-column-gap:16px;
        column-gap:16px
    }
    .p-philosophy__intro--heading {
        border-bottom:none
    }
    .p-philosophy__intro--text {
        font-size:1.25rem
    }
    .p-philosophy__intro--parts {
        font-size:2rem
    }
    .p-philosophy__item {
        font-size:1.125rem
    }
    .p-philosophy__message--header {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .p-philosophy__message--image {
        width:100%;
        padding-right:0
    }
    .p-philosophy__message--body {
        width:100%;
        margin-top:20px
    }
    .p-trouble__intro--list {
        border-bottom:none
    }
    .p-trouble__table {
        width:100%
    }
    .p-trouble__table--heading {
        display:block;
        text-align:center
    }
    .p-trouble__table--body {
        display:block
    }
    .p-service-calendar__list {
        grid-template-columns:1fr
    }
    .p-service-calendar__group:last-child {
        border-bottom:1px solid var(--lightGreen)
    }
    .p-service-calendar__item {
        grid-template-columns:1fr;
        row-gap:8px;
        padding:8px
    }
    .p-service-calendar__item:last-child {
        border-bottom:none
    }
    .p-service-calendar__title {
        padding:4px;
        font-size:1.125rem
    }
    .p-service-calendar__detail {
        font-size:1.125rem
    }
    .p-service-flow {
        padding-top:32px
    }
    .p-service-flow__list {
        -webkit-column-gap:32px;
        -moz-column-gap:32px;
        column-gap:32px
    }
    .p-service-flow__item:not(:last-child):after {
        right:-36px;
        width:32px
    }
    .p-service__main {
        padding-inline:0
    }
    .p-service__text {
        font-size:.875rem
    }
    .p-service__cta--title {
        font-size: 18px;
    }
    .p-service__card--title {
        font-size: 24px;
    }
    .p-service__card--list {
        grid-template-columns: 1fr;
    }
    .p-jinzai__table th {
        font-size:1rem
    }
    .p-jinzai__items {
        padding-inline:0
    }
    .p-jinzai__link {
        font-size:.875rem
    }
    .p-access__name {
        font-size:1.125rem
    }
    .p-access__address {
        font-size:.9375rem
    }
    .p-info-table {
        width:100%
    }
    .p-info-table__heading {
        display:block;
        text-align:center;
        width:100%;
    }
    .p-info-table__body {
        display:block
    }
    .p-contact__form-group {
        grid-template-columns:1fr;
        row-gap:16px;
        padding:16px 8px
    }
    .p-contact__form-label {
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        -webkit-column-gap:16px;
        -moz-column-gap:16px;
        column-gap:16px
    }
    .p-contact__privacy-inner {
        padding:32px 16px
    }
    .p-contact__privacy-heading {
        font-size:1.125rem;
        margin-bottom:32px
    }
    .p-contact__privacy-text {
        font-size:.875rem
    }
    .p-contact__privacy-label {
        font-size:.875rem;
        margin-block:24px
    }
    .p-contact__privacy-group {
        margin-top:32px
    }
    .p-contact__privacy-title {
        font-size:.875rem
    }
    .p-magazine__content h2 {
        font-size:1.5rem;
        padding-bottom:16px;
        border-bottom:12px solid var(--lightGreen)
    }
    .p-magazine__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .p-magazine__list--pdf {
        max-width:unset
    }
    .u-sp {
        display:block
    }
    .u-pc {
        display:none
    }
}
@media screen and (max-width: 576px) {
    .l-footer__nav--list,.p-top__grid {
        grid-template-columns:1fr
    }
    .p-philosophy__intro--text br.u-sp {
        display:block
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-link:hover>span {
        color:var(--green);
        background-image:unset
    }
}
@media screen {
    [hidden~=screen] {
        display:inherit
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position:absolute!important;
        clip:rect(0 0 0 0)!important
    }
}