@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap");

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-weight: normal;
}

/**
 * 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 !important;
}

/* 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] {
    -webkit-text-decoration: underline dotted;
    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 */
    -moz-appearance: none;
    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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #222222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: white;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 600px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    margin: 40px 0 60px;
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
    padding: 8px 16px;
    color: #888888;
    background-color: #eee;
    border-radius: 3px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    text-align: end;
    flex: 1 0 50%;
    order: 2;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: start;
    flex: 1 0 50%;
    order: 1;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.pd {
    padding: 0 24px;
}

header.site-header {
    width: 100%;
    height: 76px;
    background-color: white;
    border-bottom: 1px solid #eee;
    z-index: 20;
    overflow: inherit;
    position: fixed;
    top: 0;
}

@media screen and (max-width: 600px) {
    header.site-header {
        height: 56px;
    }
}

header.site-header .main-navigation {
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header.site-header .main-navigation .logo .logo-img {
    display: block;
    height: 30px;
}

@media screen and (max-width: 600px) {
    header.site-header .main-navigation .logo .logo-img {
        height: 20px;
    }
}

header.site-header #drawer_open {
    display: none;
}

@media screen and (max-width: 600px) {
    header.site-header #drawer_open {
        display: block;
    }

    header.site-header .menu-wrapper {
        display: none;
    }
}

body.home header.site-header,
body.page-template-page-services header.site-header {
    margin-top: -76px;
}

ul#primary-menu {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

ul#primary-menu li a {
    font-size: 16px;
    color: #222222;
    margin-left: 0px;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    ul#primary-menu {
        display: none;
    }
}

#drawer {
    display: none;
}

@media screen and (max-width: 600px) {
    #drawer {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }

    @-webkit-keyframes appear {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes appear {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #drawer.open {
        display: block;
        -webkit-animation: appear 0.5s ease;
        animation: appear 0.5s ease;
    }

    #drawer .drawer-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 76px;
        padding: 0 24px;
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #drawer .drawer-header .logo .logo-img {
        display: block;
        height: 20px;
    }

    #drawer .drawer-header svg {
        fill: white;
    }

    #drawer #drawer-menu {
        padding-right: 24px;
    }

    #drawer #drawer-menu li {
        list-style: none;
        text-align: right;
    }

    #drawer #drawer-menu li a {
        color: white;
        font-size: 32px;
        letter-spacing: 0.2em;
        padding: 8px 0;
        display: block;
        font-weight: 100;
    }
}

main.site-main {
    width: 100%;
}

body.page-template-page-message .site-main,
body.archive .site-main,
body.single .site-main {
    margin-top: 160px;
}

@media screen and (max-width: 600px) {

    body.page-template-page-message .site-main,
    body.archive .site-main,
    body.single .site-main {
        margin-top: 96px;
    }
}

body.page-template-page-message .site-main {
    margin-top: 75px;
}

@media screen and (max-width: 600px) {
    body.page-template-page-message .site-main {
        margin-top: 55px;
    }
}

.bg-video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.bg-video video,
.bg-video img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-video #bg_webp {
    display: none;
}

@media screen and (max-width: 600px) {
    .bg-video #bg_video {
        display: none;
    }

    .bg-video #bg_webp {
        display: block;
    }
}

.bg-video .dark-part {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #222222;
}

.bg-video .white-part {
    width: 0vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: white;
}

.first-view {
    height: 100vh;
    position: relative;
}

.first-view .animation-logo-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -2vw 2.16vw 0;
}

@media screen and (min-width: 1108px) {
    .first-view .animation-logo-wrapper {
        margin: 0 24px;
    }
}

.first-view .title-wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 2.16vw;
}

@media screen and (min-width: 1108px) {
    .first-view .title-wrapper {
        margin: 0 24px;
    }
}

.first-view .title-wrapper .title {
    padding-top: 17vh;
}

.first-view .title-wrapper .title .main {
    font-size: 7.039vw;
    line-height: 120%;
    letter-spacing: 0.09em;
    font-weight: bold;
    font-feature-settings: "palt";
}

@media screen and (min-width: 1108px) {
    .first-view .title-wrapper .title .main {
        font-size: 78px;
    }
}

.first-view .title-wrapper .title .main .white {
    color: white;
}

.first-view .title-wrapper .title .sub {
    color: white;
    text-align: right;
    padding-right: 8px;
    letter-spacing: 0.1em;
    font-size: 2.16vw;
    font-weight: 100;
}

@media screen and (min-width: 1108px) {
    .first-view .title-wrapper .title .sub {
        font-size: 24px;
    }
}

.second-view {
    height: 100vh;
    position: relative;
}

@media screen and (min-width: 1108px) {
    .second-view {
        min-height: 700px;
    }
}

.second-view .second-view-content {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 1108px) {
    .second-view .second-view-content {
        margin-top: 60px;
    }
}

.second-view .copy {
    color: white;
    font-size: 64px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    line-height: 200%;
    text-align: center;
}

.second-view .copy span.thin {
    font-weight: 100;
}

.second-view .text-body {
    color: white;
    max-width: 680px;
    margin-top: 52px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .second-view .text-body {
        margin-top: 32px;
    }
}

.second-view .button-wrapper {
    margin-top: 80px;
    margin-bottom: 24px;
}

@media screen and (max-width: 600px) {
    .second-view .button-wrapper {
        margin-top: 60px;
    }
}

.second-view-bg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}

.second-view-bg .white-part {
    width: 100vw;
    height: 100%;
    background-color: white;
}

.text-body {
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
    .text-body {
        font-size: 16px;
    }
}

.text-body-2 {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
    .text-body-2 {
        font-size: 16px;
    }
}

.subtitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 190%;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    .subtitle {
        font-size: 22px;
    }
}

.subtitle-2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
    .subtitle-2 {
        font-size: 18px;
    }
}

.button {
    color: #4e267e;
    background-color: white;
    font-size: 20px;
    padding: 16px 34px 18px;
    border-radius: 38px;
    letter-spacing: 0.05em;
    font-feature-settings: "plat";
    display: block;
}

.button:visited {
    color: #222222;
}

@media screen and (max-width: 600px) {
    .button {
        font-size: 16px;
        padding: 12px 30px 14px;
    }
}

.link-button {
    display: inline-flex;
    padding: 8px 16px;
    background-color: #f5f5f5;
    gap: 16px;
    align-items: center;
}

.link-button .label {
    color: #222222;
    white-space: nowrap;
}

.link-button .icon {
    height: 16px;
}

.our-service-menu {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 60px;
}

.our-service-menu>div {
    width: 50%;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .our-service-menu {
        flex-direction: column;
    }

    .our-service-menu>div {
        width: 100%;
        flex: 1;
    }
}

@media screen and (max-width: 600px) {
    .our-service-menu {
        gap: 48px;
    }

    .our-service-menu>div {
        flex: 0;
    }
}

.our-service-menu .our-service-copy {
    font-size: 58px;
    font-weight: bold;
    color: white;
    letter-spacing: 0.08em;
    margin-top: -16px;
}

@media screen and (max-width: 600px) {
    .our-service-menu .our-service-copy {
        font-size: 32px;
        margin-top: 0px;
    }
}

.about-us {
    position: relative;
    background-color: rgba(53, 42, 33, 0.5);
}

.about-us .container.about-us-content {
    color: white;
    padding: 64px 24px 144px;
    display: flex;
    gap: 60px;
}

.about-us .container.about-us-content>div {
    width: 50%;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .about-us .container.about-us-content {
        flex-direction: column;
    }

    .about-us .container.about-us-content>div {
        width: 100%;
        flex: 1;
    }
}

@media screen and (max-width: 600px) {
    .about-us .container.about-us-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.about-us .subtitle {
    margin-top: 80px;
}

@media screen and (max-width: 600px) {
    .about-us .subtitle {
        margin-top: 60px;
    }
}

.about-us .service-box {
    margin-top: 80px;
    padding: 32px 32px 56px 32px;
    background-color: rgba(255, 255, 255, 0.02);
}

@media screen and (max-width: 600px) {
    .about-us .service-box {
        margin-top: 0px;
        padding: 8px 16px 24px 16px;
    }
}

.about-us .service-column-title {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px;
}

@media screen and (max-width: 600px) {
    .about-us .service-column-title {
        margin-bottom: 32px;
    }
}

.about-us .service-column-title .sub {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.about-us .service-column-title .main {
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.supports {
    color: white;
    display: flex;
    flex-direction: column;
}

.supports .support {
    color: white;
    display: flex;
    gap: 32px;
    align-items: center;
}

.supports .support:hover {
    opacity: 0.8;
}

@media screen and (max-width: 600px) {
    .supports .support {
        gap: 10px;
        flex-wrap: wrap;
    }
}

.supports .support .support-number {
    margin-left: -20px;
}

.supports .support .support-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    height: 106px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.supports .support:last-child .support-main {
    border-bottom: none;
}

@media screen and (max-width: 600px) {
    .supports .support .subtitle-2 {
        width: 100%;
        margin-bottom: 0px;
    }
}

.supports .support .icon {
    width: 19px;
}

.bg-white {
    background-color: white;
}

.clients .clients-content {
    padding: 90px 0 75px;
}

@media screen and (max-width: 600px) {
    .clients .clients-content {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

.clients .clients-title {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
}

.clients .clients-logos {
    margin-top: 50px;
    width: 100%;
    height: 517px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
    .clients .clients-logos {
        height: 200px;
    }
}

h2.section-title {
    margin: 100px 0 80px;
    color: #888888;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    h2.section-title {
        margin: 70px 0 50px;
    }
}

h2.section-title .section-title-line {
    border-bottom: 1px solid #888888;
    flex: 1;
    height: 4px;
}

@media screen and (max-width: 600px) {
    h2.section-title .section-title-line {
        min-width: 16px;
    }
}

h2.section-title .section-title-text {
    width: 100%;
    max-width: 1108px;
    margin: 0 8px;
    font-size: 18px;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    h2.section-title .section-title-text {
        font-size: 14px;
    }
}

h2.section-title .section-title-spacer {
    flex: 1;
}

.members {
    background-color: white;
    overflow: hidden;
}

.members .members-content {
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.members .member {
    display: flex;
    gap: 60px;
}

.members .member>div {
    width: 50%;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .members .member {
        flex-direction: column;
    }

    .members .member>div {
        width: 100%;
        flex: 1;
    }
}

@media screen and (max-width: 600px) {
    .members .member {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.members .member-profile {
    order: 1;
}

@media screen and (max-width: 600px) {
    .members .member-profile {
        order: 3;
    }
}

.members .member-photo {
    order: 2;
}

.members .member-small .member-profile {
    order: 2;
}

.members .member-small .member-photo {
    order: 1;
    max-width: 313px;
}

.members .member-body {
    margin-top: 36px;
}

@media screen and (max-width: 600px) {
    .members .member-body {
        margin-top: 20px;
    }
}

.members .member-link {
    margin-top: 24px;
}

.member-title {
    font-size: 14px;
    font-family: serif;
    vertical-align: middle;
    margin-bottom: 4px;
}

@media screen and (max-width: 600px) {
    .member-title {
        font-size: 12px;
    }
}

.member-name {
    font-size: 26px;
    font-family: serif;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 600px) {
    .member-name {
        font-size: 22px;
    }
}

.member-name .yomi {
    font-size: 14px;
    font-family: sans-serif;
    vertical-align: middle;
    padding-left: 16px;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 600px) {
    .member-name .yomi {
        font-size: 12px;
    }
}

.works {
    background-color: white;
    overflow: hidden;
}

.works .works-content {
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    padding: 0 24px;
}

.works .work {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 600px) {
    .works .work {
        width: 100%;
    }
}

.works .work:hover {
    cursor: pointer;
}

.works .work-profile {
    width: 100%;
}

.works .work-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.works .work-logo {
    margin-bottom: 36px;
}

@media screen and (max-width: 600px) {
    .works .work-logo {
        margin-bottom: 24px;
    }
}

.works .work-logo img {
    max-width: 100%;
    max-height: 57px;
}

.works .work-logo-txt {
    font-size: 24px;
    font-weight: bold;
}

.works .work-body {
    display: none;
    margin-top: 16px;
}

.works .work-icon-close {
    display: none;
}

.topics {
    background-color: white;
}

.topics .topics-content {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    padding: 0 24px;
}

@media screen and (max-width: 600px) {
    .topics .topics-content {
        gap: 32px;
    }
}

.topics .topic {
    flex: 1 1 300px;
    text-decoration: none;
    color: #222222;
    max-width: 323.33px;
}

@media screen and (max-width: 600px) {
    .topics .topic {
        max-width: 100%;
    }
}

.topics .topic .topic-photo {
    height: 200px;
    margin-bottom: 8px;
}

.topics .topic .topic-photo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.topics .topic .topic-title {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

.topics .topic .topic-lead,
.topics .topic .topic-date {
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #726a65;
}

.topics .topic .topic-lead {
    margin-bottom: 8px;
}

.to-next-wrapper {
    margin-top: 56px;
}

.to-next-wrapper .to-next {
    display: inline-flex;
    color: #222222;
    gap: 8px;
    align-items: center;
    padding-bottom: 3px;
    border-bottom: 1px solid #222222;
}

@media screen and (max-width: 600px) {
    .to-next-wrapper .to-next {
        font-size: 15px;
    }
}

.to-next-wrapper .to-next img.icon {
    width: 14px;
    margin-top: 3px;
}

@media screen and (max-width: 600px) {
    .to-next-wrapper .to-next img.icon {
        font-size: 13px;
    }
}

.to-next-wrapper .to-next.to-next-white {
    color: white;
    border-bottom: 1px solid white;
}

.news {
    background-color: white;
}

.news .news-content {
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.news .news-post {
    display: flex;
    padding: 18px 0;
    color: #222222;
    text-decoration: none;
    gap: 64px;
    border-top: 1px solid #dcd9d6;
}

.news .news-post:last-child {
    border-bottom: 1px solid #dcd9d6;
}

@media screen and (max-width: 600px) {
    .news .news-post {
        gap: 16px;
    }
}

.news .news-post .date {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-top: 3px;
}

.news .news-post .title {
    font-size: 18px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
    .news .news-post .title {
        font-size: 16px;
    }
}

.contact {
    background-color: white;
    overflow: hidden;
}

.contact .formItem input,
.contact .formItem textarea {
    background-color: #ffffff;
    border-color: #ddd;
    padding: 16px 20px;
}

.contact .formItem input {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .contact .formItem input {
        width: 100%;
    }
}

.contact legend {
    margin-bottom: 8px;
}

.contact .formButton input {
    border: none;
    background-color: #222222;
    color: white;
    padding: 6px 21px 9px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.3em;
}

.support-section {
    overflow: hidden;
}

.support-section .support-content-strategy {
    margin-bottom: 86px;
}

.support-section .support-intersection {
    margin-bottom: 80px;
}

.support-section .support-intersection .support-intersection-line {
    border-bottom: 1px solid #ddd;
    margin-top: 14px;
}

@media screen and (max-width: 600px) {
    .support-section .support-intersection .support-intersection-line {
        font-size: 12px;
    }
}

.support-section .support-intersection .support-intersection-text {
    text-align: center;
    margin-top: -14px;
}

@media screen and (max-width: 600px) {
    .support-section .support-intersection .support-intersection-text {
        font-size: -12px;
    }
}

.support-section .support-intersection .support-intersection-text span {
    background-color: #fff;
    padding: 0 16px;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    .support-section .support-intersection .support-intersection-text span {
        font-size: 16px;
    }
}

.support-section .support-content-steps .subtitle,
.support-section .support-content-capability .subtitle {
    margin-bottom: 0;
}

.support-section .support-content {
    width: 100%;
    display: flex;
    gap: 60px;
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.support-section .support-content>div {
    width: 50%;
    flex: 1;
}

@media screen and (max-width: 600px) {
    .support-section .support-content {
        flex-direction: column;
    }

    .support-section .support-content>div {
        width: 100%;
        flex: 1;
    }
}

.support-section .support-content .strategy-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
}

@media screen and (max-width: 600px) {
    .support-section .support-content .strategy-chart {
        gap: 16px;
    }
}

.support-section .support-content .strategy-chart .strategy-step {
    display: flex;
    gap: 16px;
    width: 100%;
}

.support-section .support-content .strategy-chart .strategy-step .num {
    font-size: 37px;
    font-family: sans;
    font-weight: bold;
    line-height: 100%;
    margin-top: -3px;
}

.support-section .support-content .strategy-chart .strategy-step .doc .subtitle-2 {
    margin-bottom: 12px;
}

.support-section .support-content .strategy-chart .icon {
    width: 13px;
}

.support-section .support-content .steps-chart {
    display: flex;
    gap: 32px;
    flex-direction: column;
    z-index: 10;
    position: relative;
}

.support-section .support-content .steps-chart .step {
    display: flex;
    gap: 13px;
}

.support-section .support-content .steps-chart .step .num span {
    background-color: white;
    font-size: 14px;
    line-height: 240%;
}

.support-section .support-content .steps-chart .step .doc .subtitle-2 {
    margin-bottom: 14px;
}

.support-section .support-content .steps-chart .step .doc .step-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-section .support-content .steps-chart .step .doc .step-details .detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.support-section .support-content .steps-chart .step .doc .step-details .detail .detail-title {
    color: #888888;
    font-size: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.support-section .support-content .steps-chart .step .doc .step-details .detail .detail-body {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
    .support-section .support-content .steps-chart .step .doc .step-details .detail .detail-body {
        font-size: 14px;
    }
}

.support-section .support-content .chart {
    position: relative;
}

.support-section .support-content .steps-chart-arrow {
    position: absolute;
    top: 10px;
    bottom: 4px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-section .support-content .steps-chart-arrow .arrow-line {
    border-right: 1px solid #222222;
    height: 100%;
}

.support-section .support-content .steps-chart-arrow .icon {
    margin-top: -12px;
}

.support-section .support-content .newbiz-chart {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 12px;
}

.support-section .support-content .newbiz-chart .method {
    flex: 1 1 40%;
    border-top: 1px solid #222222;
    margin-bottom: 16px;
}

.support-section .support-content .newbiz-chart .method .subtitle-2 {
    margin-top: 18px;
}

.support-section .support-content .newbiz-chart .method .method-details {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 600px) {
    .support-section .support-content .newbiz-chart .method .method-details .text-body-2 {
        font-size: 14px;
    }
}

.support-section .support-content .newbiz-chart .empty-method {
    flex: 1 1 40%;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 600px) {
    .sp-only {
        display: inherit;
    }
}

.pc-only {
    display: inherit;
}

@media screen and (max-width: 600px) {
    .pc-only {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    body.home .second-view .copy {
        font-size: 8.5vw;
        margin-top: 46px;
        line-height: 180%;
    }
}

body.home .third-view {
    position: relative;
    background-color: rgba(53, 42, 33, 0.5);
    padding: 60px 0;
    height: 100vh;
}

body.home .third-view .container {
    overflow: visible;
}

@media screen and (max-width: 600px) {
    body.home .third-view {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    body.page-template-page-services .second-view .copy {
        font-size: 6.8vw;
        letter-spacing: 0.08em;
    }
}

body.page-template-page-services .third-view {
    position: relative;
    background-color: rgba(53, 42, 33, 0.5);
    padding: 60px 0;
    height: 100vh;
}

body.page-template-page-services .third-view .container {
    overflow: visible;
}

@media screen and (max-width: 600px) {
    body.page-template-page-services .third-view {
        height: auto;
    }
}

.pre-footer {
    width: 100%;
    height: 100px;
    background-color: white;
}

.site-footer {
    width: 100%;
    background-color: #eee;
    padding: 50px 0;
}

.site-footer .site-info {
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.site-footer .logo .logo-img {
    opacity: 0.8;
    max-width: 200px;
}

.site-footer .company-info {
    margin-top: 24px;
    line-height: 200%;
    letter-spacing: 0.02em;
}

.site-footer .copyright {
    margin-top: 50px;
    text-align: center;
}

body.single main.site-main {
    width: 100%;
    height: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    padding: 0 24px;
}

body.single .entry-header {
    margin-bottom: 40px;
}

body.single .entry-header .entry-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 170%;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    body.single .entry-header .entry-title {
        font-size: 24px;
    }
}

body.single .entry-header .entry-meta {
    color: #888888;
}

body.single .entry-header .entry-meta a {
    color: #888888;
}

body.single .entry-content #toc_container {
    border-left: 2px solid #222222;
    padding-left: 16px;
    margin: 32px 0;
}

body.single .entry-content #toc_container .toc_title {
    font-weight: bold;
    margin-bottom: 16px;
}

body.single .entry-content #toc_container .toc_list {
    padding: 0;
    margin: 0;
}

body.single .entry-content #toc_container .toc_list li {
    list-style: none;
    margin: 8px 0;
}

body.single .entry-content #toc_container .toc_list li a {
    color: #222222;
}

body.single .entry-content h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 64px 0 48px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    body.single .entry-content h2 {
        font-size: 22px;
    }
}

body.single .entry-content h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 16px 0 8px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    body.single .entry-content h3 {
        font-size: 18px;
    }
}

body.single .entry-content p {
    line-height: 170%;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    body.single .entry-content p {
        font-size: 16px;
    }
}

body.single .entry-content .yarpp-related {
    margin: 40px 0;
}

body.single .entry-content .yarpp-thumbnails-horizontal {
    margin: 0 -5px;
}

body.single .entry-content .yarpp-thumbnail {
    border: none;
    margin: 5px;
    width: 156px;
}

body.single .entry-content .yarpp-thumbnail .yarpp-thumbnail-default {
    margin: 0;
}

body.single .entry-content .yarpp-thumbnail .yarpp-thumbnail-title {
    margin: 0;
    color: #222222;
    font-weight: normal;
}

body.single .comments-area h3.comment-reply-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 16px 0 8px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    body.single .comments-area h3.comment-reply-title {
        font-size: 18px;
    }
}

body.single .comments-area input[type="checkbox"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

body.single .comments-area .form-submit input[type="submit"] {
    border: none;
    background-color: #222222;
    color: white;
    padding: 6px 21px 9px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.03em;
}

#bg_webp {
    display: none;
}

.indicator {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 40px;
}

.indicator span {
    min-width: 100px;
}

.message-layout {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .message-layout {
        flex-direction: column;
    }
}

.message-photo-col,
.message-doc-col {
    position: relative;
    padding-bottom: 80px;
}

@media screen and (min-width: 600px) {

    .message-photo-col,
    .message-doc-col {
        max-width: 50%;
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .message-photo-col img {
        max-width: 327px;
    }
}

.message-doc-col {
    padding-left: 80px;
}

@media screen and (max-width: 600px) {
    .message-doc-col {
        padding-left: 0px;
    }
}

.message-doc-col .text-body {
    white-space: pre-line;
}

.page-template-page-message .bg-video {
    right: 50%;
}

@media screen and (max-width: 600px) {
    .page-template-page-message .bg-video {
        position: absolute;
        right: 0;
        bottom: auto;
        height: 612px;
    }
}

.page-template-page-message h2.section-title {
    color: white;
}

.page-template-page-message h2.section-title .section-title-line {
    border-bottom: 1px solid white;
}

.page-template-page-message .member-profile {
    margin-top: 40px;
    color: white;
}

.page-template-page-message .link-button {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.16);
}

.page-template-page-message .link-button .label {
    color: white;
}

.company-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 200px;
}

.company-table .company-row {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.company-table .company-row .company-row-title {
    min-width: 200px;
    max-width: 200px;
    padding-right: 24px;
}

@media screen and (max-width: 600px) {
    .company-table .company-row .company-row-title {
        min-width: 120px;
        max-width: 120px;
    }
}

.page-template-page-lp main.site-main {
    padding-top: 75px;
}

.page-template-page-lp .lp-brandpower {
    margin: 150px 24px 0;
    display: flex;
    justify-content: center;
}

.page-template-page-lp .lp-title {
    margin: 160px 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-page-lp .lp-breads {
    display: flex;
    justify-content: center;
    gap: 71px;
    margin-top: 70px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .lp-breads {
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }

    .page-template-page-lp .lp-breads .lp-breadpoint {
        font-size: 18px;
    }

    .page-template-page-lp .lp-breads .lp-breadpoint br {
        display: none;
    }
}

.page-template-page-lp .lp-breadpoint {
    text-align: center;
    font-size: 28px;
    letter-spacing: 6%;
    line-height: 190%;
    letter-spacing: 1.68px;
}

.page-template-page-lp .lp-explain {
    margin: 80px auto 0;
    font-size: 24px;
    line-height: 230%;
    text-align: center;
    letter-spacing: 2.05px;
    font-weight: 400;
    max-width: 830px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .lp-explain {
        font-size: 17px;
        padding: 0 24px;
    }
}

.page-template-page-lp .lp-arrow-bottom {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .lp-arrow-bottom img {
        width: 24px;
    }
}

.page-template-page-lp .lp-brand-images {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 100px;
}

.page-template-page-lp .lp-brand-image {
    text-align: center;
}

.page-template-page-lp .lp-brand-image img {
    max-width: 400px;
}

.page-template-page-lp .lp-brand-image-title {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 50px;
}

.page-template-page-lp .lp-method-body {
    margin: 80px auto 0;
    text-align: center;
    max-width: 800px;
    padding: 0 24px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .lp-method-body {
        margin-top: 32px;
    }

    .page-template-page-lp .lp-method-body .text-body {
        font-size: 12px;
    }
}

.page-template-page-lp .lp-member {
    margin-top: 120px;
}

.page-template-page-lp .lp-member .member-profile {
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .lp-member .member-profile {
        margin-bottom: 16px;
        margin-top: -64px;
    }
}

.page-template-page-lp .section-title {
    font-size: 38px;
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .section-title {
        font-size: 22px;
    }
}

.page-template-page-lp .lp-issues {
    margin-top: 40px;
}

.page-template-page-lp .issues-layout {
    display: flex;
    gap: 80px;
    margin-top: 80px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .issues-layout {
        flex-direction: column;
    }
}

.page-template-page-lp .issue {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-template-page-lp .issue-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .issue-title {
        font-size: 18px;
    }
}

.page-template-page-lp .issue-image {
    padding: 24px;
}

.page-template-page-lp .lp-clients {
    margin-top: 120px;
}

.page-template-page-lp .client-logos {
    height: 124px;
}

.page-template-page-lp .client-logos img {
    max-width: none;
}

.page-template-page-lp .lp-client-voice {
    margin-top: 80px;
}

.page-template-page-lp .client-voice {
    display: flex;
    gap: 64px;
}

.page-template-page-lp .client-voice-photo {
    min-width: 508px;
    overflow: hidden;
}

.page-template-page-lp .client-voice-photo img {
    width: 508px;
}

.page-template-page-lp .client-voice-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    font-feature-settings: "palt";
}

.page-template-page-lp .lp-service-detail-title {
    background-color: #f5f5f5;
    margin-top: 80px;
    padding-top: 80px;
}

.page-template-page-lp .lp-service-detail {
    padding-top: 80px;
}

@media screen and (max-width: 600px) {
    .page-template-page-lp .lp-service-detail .section-title {
        font-size: 28px;
    }
}

.page-template-page-lp .lp-works {
    margin-top: 120px;
}

.page-template-page-lp .lp-faq {
    margin-top: 120px;
    margin-bottom: 240px;
}

.page-template-page-lp .faqs {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 678px;
    padding: 0 16px;
    border-bottom: 1px solid #ddd;
}

.page-template-page-lp .faqs .faq-item {
    border-top: 1px solid #ddd;
    cursor: pointer;
    padding: 20px 16px;
}

.page-template-page-lp .faqs .faq-item .icon-close {
    display: none;
}

.page-template-page-lp .faqs .faq-item .faq-answer {
    display: none;
}

.page-template-page-lp .faqs .faq-question {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.page-template-page-lp .faqs .faq-item.active .icon-open {
    display: none;
}

.page-template-page-lp .faqs .faq-item.active .icon-close {
    display: block;
}

.page-template-page-lp .faqs .faq-item.active .faq-answer {
    display: block;
}

.page-template-page-lp .faqs .faq-answer {
    margin-top: 16px;
}