/*!**********************************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/_index.scss ***!
    \**********************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
    scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
body.scroll-lock {
    overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
    -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

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

main {
    display: block;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

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

address {
    font-style: normal;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

form {
    accent-color: #014c86;
}

button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: none;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

[type=number] {
    -moz-appearance: textfield;
}
[type=number]::-webkit-outer-spin-button, [type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[type=radio],
[type=checkbox] {
    cursor: pointer;
}

button,
[type=submit],
[type=reset] {
    cursor: pointer;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    cursor: pointer;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    word-break: break-all;
}

.l-inner {
    max-width: calc((1100 / 1440) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .l-inner {
        max-width: calc(327 / 375 * 100%);
    }
}

.u-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.is-md-show {
    display: none;
}
@media (max-width: 768px) {
    .is-md-show {
        display: block;
    }
}

@media (max-width: 768px) {
    .is-md-hide {
        display: none;
    }
}

/* ヘッダー */
.p-header--simple{
    position: relative;
    height: 100px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .p-header--simple{
        height: 50px;
    }
}

.p-header__logo{
    display: none;
    position: fixed;
    top: 30px;
    left: 40px;
    z-index: 1002;
}

.p-header--simple .p-header__logo{
    width: 120px;
    display: block;
}

@media screen and (max-width: 768px) {
    .p-header--simple .p-header__logo{
        display: none;
    }
}

.p-header-hamburger__menu {
    position: absolute;
    top: 24px;
    right: 40px;
    width: 52px;
    height: 46px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1002;
}

@media screen and (max-width: 768px) {
    .p-header-hamburger__menu {
        top: 12px;
        right: 24px;
        width: 26px;
        height: 20px;
        gap: 7px;
    }
}

.p-header-hamburger__line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.p-header--simple .p-header-hamburger__menu{
    top: 28px;
    right: 40px;
}

.p-header--simple .p-header-hamburger__line{
    background-color: #433131;
}

/* アクティブ状態（Xアニメーション） */
.p-header-hamburger__menu.active .p-header-hamburger__line:nth-child(1) {
    rotate: 35deg;
    translate: 0 24px;
}
@media screen and (max-width: 768px) {
    .p-header-hamburger__menu.active .p-header-hamburger__line:nth-child(1) {
        rotate: 35deg;
        translate: 0 9px;
    }
}

.p-header-hamburger__menu.active .p-header-hamburger__line:nth-child(2) {
    opacity: 0;
}

.p-header-hamburger__menu.active .p-header-hamburger__line:nth-child(3) {
    rotate: -35deg;
    translate: 0 -20px;
}
@media screen and (max-width: 768px) {
    .p-header-hamburger__menu.active .p-header-hamburger__line:nth-child(3) {
        rotate: -35deg;
        translate: 0 -9px;
    }
}

.p-header-hamburger__menu.active .p-header-hamburger__line {
    background-color: #433131;
}

/* オーバーレイ */
.p-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.p-header-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* スライドメニュー */
.p-header-slide__menu.overlay-menu {
    position: fixed;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100vh;
    background: #F4F5F6;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
}
@media screen and (max-width: 768px) {
    .p-header-slide__menu.overlay-menu {
        width: 100%;
        right: -100%;
    }
    .p-header--simple .p-header-hamburger__menu{
        top: 15px;
        right: 15px;
    }
}

.p-header-slide__menu.overlay-menu.active {
    right: 0;
}

.p-header-slide__list {
    list-style: none;
    padding: 40px 0 0 0;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .p-header-slide__list {
        padding: 25px 0 0 0;
    }
}

.p-header-slide__list li {
    margin: 0;
    padding: 0;
}

.p-header-slide__list a {
    display: block;
    padding: 15px 30px;
    color: #433131;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-family: "Baskervville", serif;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-header-slide__list a {
        max-width: 200px;
        width: 100%;
        font-size: 20px;
        text-align: left;
        position: relative;
        line-height: 1;
        padding: 10px 0;
        margin: 0 auto;
    }
    .p-header-slide__list a:not(:has(span)) {
        display: flex;
        align-items: center;
        min-height: 60px;
    }
    .p-header-slide__list a::before {
        content: "";
        display: block;
        position: absolute;
        width: 9px;
        height: 12px;
        background: url('data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L10%207L1%2013%22%20stroke%3D%22black%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E') no-repeat center center / contain;
        top: 50%;
        right: 10px;
        translate: 0 -50%;
    }
}

.p-header-slide__list a span {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .p-header-slide__list a span {
        font-size: 10px;
    }
}

.p-header-slide__list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.p-header-slide__title {
    max-width: 240px;
    margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
    .p-header-slide__title {
        max-width: 107px;
        margin: 63px auto 0;
    }
}

/*フッター---------------------*/
footer {
    padding: 160px 0;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 24px 0 70px;
    }
}

.p-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.p-footer-inner__logo{
    max-width: 310px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .p-footer-inner__logo{
        max-width: 140px;
    }
}

.p-footer-inner__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12 / 1440 * 100vw);
    margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-footer-inner__icon{
        max-width: 272px;
        margin: 16px auto 0;
        column-gap: 6px;
    }
}

.p-footer-inner__icon li{
    width: 44px;
    height: 44px;
}
@media screen and (max-width: 768px) {
    .p-footer-inner__icon li:first-child{
        margin-right: -12px;
    }
    .p-footer-inner__icon li:last-child{
        margin-left: -14px;
    }
}

.p-footer-inner__link{
    font-family: "Shippori Mincho", serif;
    display: flex;
    max-width: 100%;
    margin: 32px auto 22px;
    font-size: 20px;
    line-height: 2.2;
    padding: 0 20px;
    font-weight: 600;
    justify-content: space-between;
}
@media screen and (max-width:1060px) {
    .p-footer-inner__link{
        font-size: calc(20 / 1440 * 100vw);
    }
}
@media screen and (max-width: 768px) {
    .p-footer-inner__link{
        flex-direction: column;
        align-items: center;
        margin: 19px auto 80px;
        line-height: 2.5;
        font-size: 20px;
        gap: 2px;
    }
}

.p-footer-inner__copyright{
    font-size: 16px;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-footer-inner__copyright{
        font-size: 12px;
    }
}

/* sayamg */
.p-company-story{
    padding-block: calc(200 / 1440 * 100vw) calc(189 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-company-story{
        padding-block: calc(24 / 375 * 100vw) calc(85 / 375 * 100vw);
    }
}
.p-company-story__text{
    margin-top: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-company-story__text{
        margin-top: calc(30 / 375 * 100vw);
    }
    .p-company-story__text img{
        width: calc(316 / 375 * 100vw);
    }
}
@media screen and (max-width: 768px) {
    .p-eyecatch {
        margin-inline: auto;
        width: calc(327 / 375 * 100vw);
    }
}

.p-philosophy{
    padding-block: calc(118 / 1440 * 100vw) 0;
}
@media screen and (max-width: 768px) {
    .p-philosophy{
        padding-block: calc(24 / 375 * 100vw) 0;
    }
}
.p-philosophy .section-title{
    width: 100%;
}
.p-philosophy__text{
    margin-top: calc(56 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-philosophy__text{
        margin-top: calc(24 / 375 * 100vw);
    }
}

.p-about-us{
    padding-block: calc(300 / 1440 * 100vw) 0;
}
@media screen and (max-width: 768px) {
    .p-about-us{
        padding-block: calc(80 / 375 * 100vw) 0;
    }
}

.p-message{
    padding-block: calc(300 / 1440 * 100vw) calc(200 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-message{
        padding-block: calc(80 / 375 * 100vw);
    }
}
.p-message__founder{
    margin-top: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-message__founder{
        margin-top: calc(40 / 375 * 100vw);
    }
}
.p-message__text{
    margin-top: calc(85 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-message__text{
        margin-top: calc(40 / 375 * 100vw);
    }
}
.p-message__text + .p-message__text{
    margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-message__text + .p-message__text{
        margin-top: calc(40 / 375 * 100vw);
    }
}

.p-review{
    background: #F4F5F6;
    padding-block: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-review{
        padding-block: calc(80 / 375 * 100vw);
    }
}
.p-review .p-review__content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: calc(21 / 1440 * 100vw);
}
@media screen and (max-width: 1060px) {
    .p-review .p-review__content{
        grid-template-columns: 1fr;
        gap: calc(21 / 375 * 100vw);
    }
}

.p-link{
    padding-top: calc(213 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-link{
        padding-block: calc(80 / 375 * 100vw);
    }
}
.p-link .p-link__content{
    display: flex;
    justify-content: space-between;
    gap: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 1060px) {
    .p-link .p-link__content{
        flex-direction: column;
        gap: calc(40 / 375 * 100vw);
    }
}
.p-link .p-link__item{
    display: grid;
    place-items: center;
}
@media screen and (max-width: 768px) {
    .p-link .p-link__item .pikiran-link{
        width: calc(184 / 375 * 100vw);
    }
}
.p-link .p-link__item > a{
    display: block;
    width: calc(300 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-link .p-link__item > a{
        width: calc(210 / 375 * 100vw);
        margin-top: calc(24 / 375 * 100vw);
    }
}

.p-maison{
    margin-top: calc(200 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-maison{
        margin-top: 0;
    }
}

.p-company{
    margin-top: calc(203 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-company{
        margin-top: calc(80 / 375 * 100vw);
    }
}
.p-company__info{
    margin-top: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-company__info{
        margin-top: calc(-3 / 375 * 100vw);
    }
}

.p-bottom-image{
    margin-top: calc(200 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .p-bottom-image{
        margin-top: calc(80 / 375 * 100vw);
    }
}

/* 特定商取引法に基づく表記 */
.l-tokushoho{
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-title{
    max-height: 400px;
    height: calc(400 / 1440 * 100vw);
    display: grid;
    place-items: center;
    background: #F4F5F6;
}
.p-title img{
    max-width: calc(720 / 1440 * 100vw);
    width: 50vw;
}
@media screen and (max-width: 768px) {
    .p-title img{
        width: 60%;
        max-width: 100%;
    }
}
.l-tokushoho-content {
    padding-top: calc(160 / 1440 * 100vw);
    max-width: calc(900 / 1440 * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .l-tokushoho-content {
        max-width: 100%;
        padding-top: calc(80 / 375 * 100vw);
        padding-inline: calc(20 / 375 * 100vw);
    }
}
.l-tokushoho-list {
    margin-bottom: calc(80 / 1440 * 100vw);
    padding-bottom: calc(80 / 1440 * 100vw);
    border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 768px) {
    .l-tokushoho-list {
        margin-bottom: calc(40 / 375 * 100vw);
        padding-bottom: calc(40 / 375 * 100vw);
    }
}
.l-tokushoho-list:last-child {
    margin-bottom: 0;
}
.l-tokushoho-list dt {
    font-size: calc(34 / 1440 * 100vw);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: calc(42/34);
    font-family: "Shippori Mincho" ,"Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
    .l-tokushoho-list dt {
        font-size: calc(24 / 375 * 100vw);
        line-height: 1.5;
    }
}
.l-tokushoho-list dd {
    font-size: calc(22 / 1440 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(42/22);
    text-align: justify;
}
@media screen and (max-width: 768px) {
    .l-tokushoho-list dd {
        font-size: calc(20 / 375 * 100vw);
    }
}
.l-tokushoho-list dd > a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.l-tokushoho-list dd > a:hover{
    text-decoration: none;
}
.l-tokushoho-list dd.num-item {
    padding-left: 1em;
    text-indent: -1em;
}
.l-tokushoho-list dd:first-of-type {
    margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .l-tokushoho-list dd:first-of-type {
        margin-top: calc(40 / 375 * 100vw);
    }
}
.l-tokushoho-list dd+dd {
    margin-top: 2em;
}
@media screen and (max-width: 768px) {
    .tokushoho-footer{
        padding-top: calc(80 / 375 * 100vw);
        padding-bottom: calc(80 / 375 * 100vw);
    }
}

/* プライバシーポリシー */
.l-privacy-policy{
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-privacy-policy .p-title img{
    max-width: calc(600 / 1440 * 100vw);
    width: 42vw;
}
@media screen and (max-width: 768px) {
    .l-privacy-policy .p-title img{
        width: 60%;
        max-width: 100%;
    }
}
.l-privacy-policy-introduction{
    font-size: calc(22 / 1440 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(42/22);
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: calc(80 / 1440 * 100vw);
    text-align: justify;
}
@media screen and (max-width: 768px) {
    .l-privacy-policy-introduction{
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(80 / 375 * 100vw);
    }
}
.l-privacy-policy-content {
    padding-top: calc(160 / 1440 * 100vw);
    max-width: calc(900 / 1440 * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .l-privacy-policy-content {
        max-width: 100%;
        padding-top: calc(80 / 375 * 100vw);
        padding-inline: calc(20 / 375 * 100vw);
    }
}
.l-privacy-policy-list {
    margin-bottom: calc(80 / 1440 * 100vw);
    padding-bottom: calc(80 / 1440 * 100vw);
    border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 768px) {
    .l-privacy-policy-list {
        margin-bottom: calc(40 / 375 * 100vw);
        padding-bottom: calc(40 / 375 * 100vw);
    }
}
.l-privacy-policy-list:last-child {
    margin-bottom: 0;
}
.l-privacy-policy-list dt {
    font-size: calc(34 / 1440 * 100vw);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: calc(42/34);
    font-family: "Shippori Mincho" ,"Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
    .l-privacy-policy-list dt {
        font-size: calc(24 / 375 * 100vw);
        line-height: 1.5;
    }
}
.l-privacy-policy-list dd {
    font-size: calc(22 / 1440 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(42/22);
    text-align: justify;
}
@media screen and (max-width: 768px) {
    .l-privacy-policy-list dd {
        font-size: calc(20 / 375 * 100vw);
    }
}
.l-privacy-policy-list dd > a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.l-privacy-policy-list dd > a:hover{
    text-decoration: none;
}
.l-privacy-policy-list dd:first-of-type {
    margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
    .l-privacy-policy-list dd:first-of-type {
        margin-top: calc(40 / 375 * 100vw);
    }
}
.l-privacy-policy-list dd+dd {
    margin-top: 2em;
}

@media screen and (max-width: 768px) {
    .privacy-policy-footer{
        padding-top: calc(80 / 375 * 100vw);
        padding-bottom: calc(80 / 375 * 100vw);
    }
}

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