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

.font-gray {
    color: #6a6a6a
}

.font-orange {
    color: #bf410f
}

.display-sp {
    display: none
}

@media(max-width: 680px) {
    .display-sp {
        display: block
    }
}

.display-tablet {
    display: none
}

@media(max-width: 985px) {
    .display-tablet {
        display: block
    }
}

@media(max-width: 985px) {
    .display-pc {
        display: none !important
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #333;
    text-decoration: none
}

a:visited {
    color: #333;
    text-decoration: none
}

input,
textarea,
select,
button {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    outline: none
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 160%;
    letter-spacing: .72px
}

h1 {
    color: #192c55;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 160%
}

h2 {
    color: #192c55;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%
}

h3 {
    color: #192c55;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 160%
}

h4 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 160%
}

p {
    font-size: 1rem;
    line-height: 160%
}

.heading-h2 {
    padding: 1rem 2rem;
    border-left: 5px solid #f7882f
}

.text-lg {
    font-size: 1.25rem;
    text-align: center
}

.callout {
    padding: 40px 0
}

.center {
    text-align: center
}

.bold {
    font-weight: 600
}

.button-basic,
.related__container__buttons li a,
.kv a {
    align-items: center;
    background-color: #f7882f;
    border-radius: 2px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    padding: 18px 40px;
    text-align: center
}

.button-basic::after,
.related__container__buttons li a::after,
.kv a::after {
    content: "";
    background-image: url("../image/icon/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    display: inline-flex;
    height: 1rem
}

.button-basic:hover,
.related__container__buttons li a:hover,
.kv a:hover {
    background-color: #e65810
}

.button-basic-back {
    align-items: center;
    background-color: #f7882f;
    border-radius: 2px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    padding: 18px 40px;
    text-align: center
}

.button-basic-back::before {
    content: "";
    background-image: url("../image/icon/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    display: inline-flex;
    height: 1rem;
    transform: rotate(180deg)
}

.button-basic-back:hover {
    background-color: #e65810
}

.button-border,
.links a {
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #f7882f;
    display: inline-flex;
    font-weight: 600;
    padding: 18px 40px;
    align-items: center;
    gap: 8px;
    color: #f7882f
}

.button-border:hover,
.links a:hover {
    border-color: #e65810;
    color: #e65810
}

.button-border img,
.links a img {
    width: 10px
}

.button-download {
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #f7882f;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    padding: 18px 40px;
    align-items: center;
    gap: 8px;
    color: #f7882f
}

.button-download:hover {
    border-color: #e65810;
    color: #e65810
}

.button-download::before {
    content: "";
    background-image: url("../image/icon/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    display: inline-flex;
    height: 1rem
}

.section-wrapper {
    padding: 80px;
    max-width: 1280px;
    margin: 0 auto
}

@media(max-width: 680px) {
    .section-wrapper {
        padding: 60px 24px
    }
}

html {
    scroll-behavior: smooth
}

#breadcrumbs {
    margin: 0 auto;
    max-width: 1280px
}

#breadcrumbs ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px
}

#breadcrumbs ul li {
    color: #6a6a6a;
    font-size: .8rem
}

#breadcrumbs ul li a {
    align-items: center;
    color: #6a6a6a;
    display: flex;
    gap: 4px;
    text-decoration: underline
}

#breadcrumbs ul li a::after {
    content: "";
    background-image: url("../image/icon/breadcrumb-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: .8rem;
    display: inline-flex;
    height: .8rem
}

.accordions {
    max-width: 480px;
    text-align: left
}

.accordion {
    background-color: #f8f8f8;
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    padding: 1em;
    margin: 1em auto
}

.accordion label {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.accordion label::after {
    content: "";
    background-image: url("../image/icon/arrow-black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    display: inline-flex;
    height: 1rem
}

.accordion p {
    margin-top: 1em
}

.accordion p span {
    font-weight: 600
}

.accordion input[type=radio] {
    appearance: none;
    position: fixed;
    top: -100vh;
    left: -100vh
}

.accordion input[type=radio]~div {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s
}

.accordion input[type=radio]:checked~div {
    max-height: 600px
}

.accordion input[type=radio]:checked+label:after {
    transform: rotate(-90deg)
}

header .header__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px 80px
}

@media(max-width: 985px) {
    header .header__wrapper {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        padding: 24px
    }
}

header .header__left {
    max-width: 45%
}

header .header__left a img {
    height: auto;
    width: 100%
}

header .header__middle {
    max-width: 45%
}

header .header__middle a img {
    height: auto;
    width: 100%
}

@media(max-width: 985px) {
    header .header__right {
        margin: 0 auto;
        margin-top: 2rem
    }
}

header .header__right ul {
    display: flex;
    gap: 1rem
}

@media(max-width: 985px) {
    header .header__right ul {
        gap: 1.5rem
    }
}

header .header__right ul li a {
    text-decoration: underline
}

footer {
    padding-top: 60px
}

footer .footer__wrapper {
    border-top: 1px solid #d9d9d9;
    padding: 40px 0;
    max-width: 1280px;
    margin: 0 auto
}

@media(max-width: 680px) {
    footer .footer__wrapper {
        padding: 40px 24px
    }
}

footer .footer__top {
    display: flex;
    justify-content: space-between
}

@media(max-width: 680px) {
    footer .footer__top {
        flex-direction: column;
        justify-content: left
    }
}

footer .footer__top__logo {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 1rem
}

footer .footer__top__logo p {
    font-weight: 600;
    font-size: 1.5rem
}

footer .footer__top__adobe p {
    font-size: .8rem;
    margin-bottom: 1rem
}

footer .footer__top__right {
    text-align: right;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media(max-width: 680px) {
    footer .footer__top__right {
        text-align: left
    }
}

.kv {
    align-items: center;
    background-color: #fcf8f0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 120px 0px;
    width: 100%
}

.kv h1 {
    color: #192c55;
    text-align: center
}

.kv p {
    color: #282828;
    text-align: center
}

.links {
    background-color: #f8f8f8
}

.links a {
    gap: 14px;
    justify-content: center;
    width: 160px;
    height: 66px
}

.links__wrapper {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.intro__top {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: fit-content
}

.intro__top__image {
    max-width: 50%
}

@media(max-width: 985px) {
    .intro__top__image {
        max-width: 100%;
        flex-direction: column
    }
}

@media(max-width: 985px) {
    .intro__top {
        display: flex;
        flex-direction: column
    }
}

.intro__top img {
    height: auto;
    width: 100%
}

.intro__bottom {
    margin: 0 auto;
    max-width: fit-content
}

.intro__bottom .callout {
    background-color: #f8f8f8;
    padding: 24px
}

.intro__bottom .callout p {
    text-align: center
}

.intro__bottom .callout p:first-child {
    font-size: 24px
}

.intro__bottom .callout p:first-child span {
    font-weight: 600;
    text-decoration: underline
}

.about {
    background-color: #fffffa
}

.about__top {
    display: flex;
    justify-content: center;
    gap: 80px
}

@media(max-width: 680px) {
    .about__top {
        flex-direction: column;
        gap: 40px
    }
}

.about__top__left {
    max-width: 45%
}

@media(max-width: 680px) {
    .about__top__left {
        max-width: none;
        width: 100%
    }
}

.about__top__left h1 {
    color: #192c55;
    margin-bottom: 40px
}

.about__top__left p:last-child {
    margin-top: 1rem;
    color: #6a6a6a
}

.about__top__right {
    max-width: 45%
}

@media(max-width: 680px) {
    .about__top__right {
        max-width: none;
        width: 100%
    }
}

.about__top__right img {
    width: 100%;
    height: auto
}

.about__middle h2 {
    text-align: center;
    margin: 40px 0
}

.about__middle__examples {
    display: flex;
    gap: 40px;
    justify-content: center
}

@media(max-width: 680px) {
    .about__middle__examples {
        flex-direction: column
    }
}

.about__middle__example {
    max-width: 45%;
    padding: 24px;
    background-color: #f3eee7
}

@media(max-width: 680px) {
    .about__middle__example {
        max-width: none
    }
}

.about__middle__example h3 {
    text-align: center
}

.about__middle__example ul {
    padding: 24px 36px;
    list-style: disc
}

.about__middle__example ul li {
    margin-left: 10px
}

.about__bottom {
    margin-top: 40px
}

.about__bottom p {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    font-weight: 600
}

.advantage__top {
    display: flex;
    gap: 80px;
    justify-content: center
}

@media(max-width: 680px) {
    .advantage__top {
        flex-direction: column-reverse;
        gap: 40px
    }
}

.advantage__top__left {
    max-width: 45%
}

@media(max-width: 680px) {
    .advantage__top__left {
        max-width: none;
        width: 100%
    }
}

.advantage__top__left img {
    height: auto;
    width: 100%
}

.advantage__top__right {
    max-width: 45%
}

@media(max-width: 680px) {
    .advantage__top__right {
        max-width: none;
        width: 100%
    }
}

.advantage__top__right h1 {
    margin-bottom: 40px
}

.advantage__top__right p:last-child {
    color: #6a6a6a;
    margin-top: 1rem
}

.cards {
    display: flex;
    gap: 20px
}

@media(max-width: 985px) {
    .cards {
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.cards .card {
    background-color: #f3eee7;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 36px 24px;
    width: calc(25% - 60px)
}

@media(max-width: 985px) {
    .cards .card {
        padding: 20px;
        height: 340px;
        flex-shrink: unset;
        flex: none;
        width: 210px
    }
}

.cards .card img {
    height: auto;
    margin-bottom: 6px;
    object-fit: cover;
    width: 50px
}

.cards .card h4 {
    color: #192c55
}

.flow {
    background-color: #fcf8f0
}

.flow h1 {
    margin-bottom: 24px
}

.flow__top {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    justify-content: space-between
}

@media(max-width: 985px) {
    .flow__top {
        flex-direction: column
    }
}

.flow__top__left p {
    margin: 24px 0
}

.flow__top__left img {
    height: auto;
    max-width: 720px;
    width: 100%
}

.flow__bottom {
    margin-top: 60px
}

.flow__bottom h2:first-child {
    text-align: center
}

.flow__bottom p {
    text-align: center;
    margin: 20px
}

.flow__bottom__video {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: min-content
}

@media(max-width: 680px) {
    .flow__bottom__video iframe {
        width: 80vw
    }
}

.flow__bottom__notes {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.flow__bottom__notes p {
    color: #6a6a6a;
    font-size: .85rem;
    margin: 0;
    text-align: left
}

.comparison {
    background-color: #fffffa
}

.comparison__container {
    padding-left: 80px;
    margin: 0 auto;
    max-width: 1440px
}

@media(max-width: 680px) {
    .comparison__container {
        padding-left: 24px
    }
}

.comparison__table-container {
    overflow-x: scroll
}

.comparison table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100% !important
}

.comparison th,
.comparison td {
    font-size: .85rem;
    padding: 10px;
    vertical-align: middle
}

.comparison thead {
    background-color: #192c55
}

.comparison thead th {
    border-left: 2px solid #d9d9d9;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 80px;
    width: 210px
}

.comparison thead th:first-child {
    width: 100px
}

.comparison tbody {
    background-color: #f8f8f8
}

.comparison tbody th {
    background-color: #192c55;
    border-top: 2px solid #d9d9d9;
    color: #fff;
    font-weight: 600;
    text-align: left;
    height: 80px;
    width: 130px
}

.comparison tbody td {
    border-right: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    text-align: center;
    width: 185px
}

.comparison tbody tr td:last-child {
    border-right: none
}

.comparison tbody tr:last-child td {
    border-bottom: none
}

.related h1 {
    text-align: center;
    margin-bottom: 40px
}

.related__container__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.related__container__buttons li a {
    height: 70px;
    width: 170px
}

.contact {
    background-color: #192c55
}

.contact h1 {
    color: #fff;
    text-align: center
}

.contact p {
    color: #fff;
    text-align: center;
    margin-top: 1.5rem
}

.contact__phone {
    font-weight: 600;
    font-size: 1.6rem
}

.contact-list .text-lg {
    margin-top: 80px
}

.contact-list__region {
    padding: 40px 0
}

.contact-list__region ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

.contact-list__region ul li {
    border: 1px solid #d9d9d9;
    padding: 8px;
    width: 340px
}

@media(max-width: 680px) {
    .contact-list__region ul li {
        width: 100%
    }
}

.contact-list__region ul li a {
    text-decoration: underline
}

.attention {
    color: #bf410f !important;
    font-weight: bold
}

.back-button {
    display: flex;
    justify-content: center;
    margin: 40px 60px
}

.example .heading-h2 {
    margin-top: 40px
}

.example h3 {
    margin-top: 20px
}

.example ul {
    margin-top: 20px
}

.example ul li {
    align-items: center;
    display: flex;
    gap: 4px;
    padding: 4px 0
}

.example ul li a {
    text-decoration: underline
}

.qna__questions {
    background-color: #f8f8f8;
    margin: 60px auto;
    padding: 32px 24px
}

.qna__questions li {
    padding: 8px 0
}

.qna__questions li a {
    text-decoration: underline
}

.qna__list__items {
    margin-bottom: 36px
}

.qna__list__items:last-child {
    margin-bottom: 0
}

.qna__list__items h3 {
    color: #bf410f;
    margin-bottom: 1rem
}

.qna__list__items a {
    text-decoration: underline
}

.qna .back-button {
    margin: 80px 0
}

.situation__item {
    padding: 30px 0
}

.situation__item__downloads {
    display: flex;
    gap: 1rem;
    padding-top: 24px
}

@media(max-width: 680px) {
    .situation__item__downloads {
        flex-direction: column
    }
}


/* contact-list 表　*/


.section-wrapper.table_blk {
    padding: 60px 80px 0;
}

.section-wrapper.table_blk table {
    font-size: 14px;
    line-height: 1.6;
}

.section-wrapper.table_blk table {
    border-collapse: collapse;
    /* 枠線を重ねる */
    width: 100%;
}

.section-wrapper.table_blk table,
.section-wrapper.table_blk th,
.section-wrapper.table_blk td {
    border: 1px solid #d9d9d9;
    vertical-align: middle;

    /* 線の色・太さ */
}

.section-wrapper.table_blk th,
.section-wrapper.table_blk td {
    padding: 8px;
    text-align: left;
}

.section-wrapper.table_blk table .column-1 {
    width: 24%;
    font-size: 14px;
}

.section-wrapper.table_blk table .column-2 {
    width: 7%;
}

.section-wrapper.table_blk table .column-3 {
    width: 20%;
}

.section-wrapper.table_blk table .column-4 {
    width: 13%;
}

.section-wrapper.table_blk table .column-5 {
    width: 13%;
}

.section-wrapper.table_blk table .column-6 {
    width: 12%;
}

.section-wrapper.table_blk table .column-7 {
    width: 11%;
}

.section-wrapper.table_blk td.column-7 {
    font-size: 12px;
}

.section-wrapper.table_blk table a {
    color: blue;
    text-decoration: underline;
}

.section-wrapper.table_blk table thead {
    background: orange;
}

.section-wrapper.table_blk table thead th {
    text-align: center;
}

.section-wrapper.table_blk table .gray-col {
    background-color: #f5f5f5;
}

.section-wrapper.table_blk h2 {
    margin-bottom: 10px;
}

.section-wrapper.table_blk .table_bottom {
    text-align: right;
    margin-top: 10px;
}

.section-wrapper.table_blk ul {
    list-style: decimal-leading-zero;
    padding-left: 40px;
}

.section-wrapper.table_blk li {
    margin-bottom: 5px;
}

/*--PC--*/
.scroll-hint {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-hint table {
    min-width: 880px;
    border-collapse: collapse;
}

.center_lined {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(max-width: 880px) {
    .section-wrapper.table_blk {
        padding: 30px 20px 30px;
    }

    .section-wrapper.table_blk .table_bottom {
        text-align: left;
    }

}

/* contact-list 表 end　*/