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

@media screen and (min-width: 1200px) {
    .sp-only {
        display: none
    }
}

.font-open-sans {
    font-family: Open Sans, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100
}

.hover-effect, button {
    transition: all .4s ease
}

.hover-effect:hover, button:hover {
    filter: grayscale(.4) contrast(1.6)
}

html {
    color: #262626;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 500;
    scroll-behavior: smooth
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 150px
}

main {
    overflow-x: hidden;
    overflow-y: hidden
}

* {
    box-sizing: border-box
}

h1, h2, h3, h4, h5 {
    margin: 0
}

picture {
    display: block
}

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

button {
    cursor: pointer
}

.content-wrapper-base, .content-wrapper, .content-max-wrapper {
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 999px) {
    .content-wrapper-base, .content-wrapper, .content-max-wrapper {
        max-width: 100%
    }
}

@media screen and (max-width: 1199px) {
    .content-wrapper-base, .content-wrapper, .content-max-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.content-max-wrapper {
    max-width: 1100px
}

@media screen and (max-width: 999px) {
    .content-max-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.content-wrapper {
    max-width: 990px
}

@media screen and (max-width: 999px) {
    .content-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.flex-box {
    display: flex;
    list-style: none;
    padding: 0
}

.flex-box.col3 {
    gap: 40px
}

.flex-box.center {
    justify-content: center
}

.icon-base, .icon-email, .icon-dl {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px
}

.icon-dl {
    background-image: url(http://localhost:3000/assets/img/icon-dl.png)
}

.icon-email {
    background-image: url(http://localhost:3000/assets/img/icon-email-bk.png)
}

#site-header {
    background: #0c193f;
    color: #fff;
    margin-bottom: 40px
}

#site-header .content-max-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    text-align: left
}

@media screen and (max-width: 999px) {
    #site-header .content-max-wrapper {
        padding: 20px
    }
}

#site-header .logo {
    height: 50px
}

#site-header .logo img {
    height: 100%;
    width: auto
}

#site-header .links {
    display: flex
}

@media screen and (max-width: 999px) {
    #site-header .links {
        display: none
    }
}

#site-header .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #737373;
    color: #fff;
    width: 50%;
    height: 40px;
    font-size: 16px;
    text-decoration: none
}

#site-header .links a i {
    margin-left: -.3em;
    margin-right: .3em
}

#site-header .links a:last-child {
    background: #ffda00;
    color: #22242f
}

#site-header .links {
    align-items: center;
    gap: 10px
}

#site-header .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
    color: #22242f;
    border-radius: 22.5px;
    padding: 0 1.5em;
    font-size: 14px;
    white-space: nowrap
}

#site-header .links a:last-child {
    background: #ffda00
}

.page-title-wrapper {
    margin-bottom: 30px
}

.page-title-wrapper .img img {
    width: auto;
    height: 150px
}

.page-title-wrapper .page-title {
    font-size: 40px
}

@media screen and (max-width: 999px) {
    .page-title-wrapper .page-title {
        font-size: 28px;
        white-space: nowrap;
    }
}

.page-title-wrapper .page-title > * {
    display: block
}

.page-title-wrapper .page-title small {
    font-size: 30px
}

.btn-cta-base, .product-list section.product .link a, .cta {
    background: #ffda00;
    color: #22242f
}

.cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 25px;
    width: 100%;
    height: 50px;
    text-indent: -10px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none
}

.cta:disabled, .cta .disabled {
    background: #ccc;
    opacity: .7
}

.cta i {
    position: relative;
    left: -15px;
    margin-right: .5em;
    height: 25px;
    width: 20px
}

.cta:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
    content: "";
    display: inline-block;
    background: url(http://localhost:3000/assets/img/arrow-right.png) no-repeat center right;
    background-size: contain;
    width: 12px;
    height: 12px
}

.cta-wrapper {
    margin-bottom: 60px;
    padding: 40px 0;
    text-align: center
}

.cta-wrapper .cta {
    max-width: 400px;
    margin: 0 auto
}

body.index .link-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 100px 0
}

body.index .link-list a {
    width: 150px
}

body.index .link-list a img {
    width: 100%;
    height: 150px;
    object-fit: contain
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 80px;
    padding: 60px 0
}

.product-list section.product {
    width: calc((100% - 80px) / 2)
}

.product-list section.product .title {
    margin-bottom: 20px;
    text-align: left
}

.product-list section.product .title img {
    height: 40px;
    width: auto
}

.product-list section.product .inner-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.product-list section.product .inner-wrapper .text, .product-list section.product .inner-wrapper .description {
    flex: 1;
    text-align: left
}

.product-list section.product .inner-wrapper .img {
    width: 150px;
    padding: 10px 0 0
}

.product-list section.product .inner-wrapper .img img {
    width: 100%;
    height: auto
}

.product-list section.product table {
    margin: 0 auto;
    width: 350px;
    max-width: 100%
}

.product-list section.product table th, .product-list section.product table td {
    padding: 10px 20px
}

.product-list section.product table th {
    background: #3e51c61a;
    color: #555;
    width: 100px
}

.product-list section.product table td {
    text-align: left
}

.product-list section.product .link {
    padding-top: 40px
}

.product-list section.product .link a {
    color: #555;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 15px;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    .product-list section.product {
        width: 100%
    }

    .product-list section.product .inner-wrapper {
        flex-direction: column;
        align-items: center
    }

    .product-list section.product .inner-wrapper .img {
        width: 100%;
        max-width: 200px;
        padding: 0
    }

    .product-list section.product .inner-wrapper .img img {
        width: 100%;
        height: auto
    }

    .product-list ul {
        text-align: left
    }
}

body.page-il #products .content-max-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 0
}

body.page-il #products .pyramid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0
}

body.page-il #products .pyramid-svg {
    width: 100%;
    max-width: 600px;
    height: auto;
    transform: scale(1.8) translateY(20px)
}

@media screen and (max-width: 999px) {
    body.page-il #products .pyramid-svg {
        max-width: 300px
    }
}

body.page-il #products .pyramid-slice {
    stroke: #0c193f;
    stroke-width: 2;
    stroke-linejoin: round;
    transition: all .3s ease;
    cursor: pointer
}

body.page-il #products .pyramid-slice:hover {
    stroke-width: 3;
    filter: brightness(1.1);
    transform: scale(1.02);
    transform-origin: center
}

body.page-il #products .pyramid-slice.pyramid-slice-1 {
    fill: #3e51c680
}

body.page-il #products .pyramid-slice.pyramid-slice-2 {
    fill: #3e51c64d
}

body.page-il #products .pyramid-slice.pyramid-slice-3 {
    fill: #3e51c61a
}

body.page-il #products .pyramid-divider {
    stroke: #0c193f;
    stroke-width: 2;
    stroke-dasharray: 5, 5;
    opacity: .7
}

body.page-il #products .pyramid-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 700;
    pointer-events: none
}

@media screen and (max-width: 999px) {
    body.page-il #products .pyramid-text {
        font-size: 14px
    }
}

body.page-il #products .pyramid-text.pyramid-text-1, body.page-il #products .pyramid-text.pyramid-text-2 {
    fill: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

body.page-il #products .pyramid-text.pyramid-text-3 {
    fill: #0c193f;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .8)
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

body.page-il #products .pyramid-slice {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1))
}

body.page-il #products .pyramid-slice:hover {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .2))
}

@media screen and (max-width: 999px) {
    body.page-il #products .content-max-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    body.page-il #products .pyramid-container {
        padding: 20px 0
    }

    body.page-il #products .pyramid-text {
        font-size: 12px
    }
}

body.page-il #products table.product-table {
    border-collapse: collapse
}

body.page-il #products table.product-table img {
    height: 35px;
    width: auto
}

body.page-il #products table.product-table th, body.page-il #products table.product-table td {
    padding: 10px 20px
}

body.page-il #products table.product-table td .target-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    text-align: left
}

body.page-il #products table.product-table td .target-list span {
    display: inline-block;
    background: #efefef;
    color: #555;
    border-radius: 7px;
    padding: 5px 10px
}

body.page-il #products table.product-table thead th {
    border-bottom: 3px solid #CCC
}

body.page-il #products table.product-table tbody th {
    font-weight: 400
}

body.page-il #products table.product-table tbody tr > * {
    border-bottom: 1px solid #CCC
}

body.page-il #products table.product-table tbody tr:hover > * {
    background: #efefef
}

@media screen and (max-width: 999px) {
    body.page-il #products table.product-table th, body.page-il #products table.product-table td {
        padding: 10px 5px;
        font-size: 12px
    }

    body.page-il #products table.product-table img {
        height: 25px
    }
}

body.page-il #theories {
    background: #f4f4f4;
    padding: 78px 0
}

@media screen and (max-width: 999px) {
    body.page-il #theories {
        padding: 40px 0
    }
}

body.page-il #theories .list {
    display: flex;
    flex-direction: column;
    gap: 125px
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list {
        gap: 100px
    }
}

body.page-il #theories .list .list-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item {
        flex-direction: column
    }
}

body.page-il #theories .list .list-item:last-of-type .separator {
    display: none
}

body.page-il #theories .list .list-item .separator {
    position: relative;
    width: 65px;
    height: 65px
}

body.page-il #theories .list .list-item .separator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d9d9d9;
    width: 3px;
    height: 100%
}

body.page-il #theories .list .list-item .separator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #d9d9d9;
    width: 100%;
    height: 3px
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .separator {
        width: 36px;
        height: 36px
    }

    body.page-il #theories .list .list-item .separator:before {
        width: 2px
    }

    body.page-il #theories .list .list-item .separator:after {
        height: 2px
    }
}

body.page-il #theories .list .list-item .content {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 30px
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .content {
        gap: 20px
    }
}

body.page-il #theories .list .list-item .content h3 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0c193f;
    font-size: 36px;
    font-weight: 700
}

body.page-il #theories .list .list-item .content h3 span:lang(en) {
    background: #fff;
    color: #a3a3a3;
    font-size: 26px;
    font-weight: 400;
    padding: 10px
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .content h3 {
        font-size: 30px
    }

    body.page-il #theories .list .list-item .content h3 span:lang(en) {
        font-size: 20px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .content h3 {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        width: 100%;
        font-size: 24px
    }

    body.page-il #theories .list .list-item .content h3 span:lang(en) {
        font-size: 18px;
        padding: 7.34px
    }
}

body.page-il #theories .list .list-item .content ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #626262;
    line-height: 1.75em
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .content ol {
        font-size: 18px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .content ol {
        font-size: 14px;
        text-indent: -1.25em;
        padding-left: 1.25em
    }
}

body.page-il #theories .list .list-item .content p {
    line-height: 1.5em;
    margin: 0
}

body.page-il #theories .list .list-item .content p.text1 {
    font-size: 20px;
    font-weight: 700
}

body.page-il #theories .list .list-item .content p.text1.blue {
    color: #3b74c9;
    font-size: 24px
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .content p.text1.blue {
        font-size: 20px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .content p.text1.blue {
        font-size: 16px
    }
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .content p.text1 {
        font-size: 16px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .content p.text1 {
        font-size: 14px
    }
}

body.page-il #theories .list .list-item .content p.text2 {
    font-size: 18px
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .content p.text2 {
        font-size: 16px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .content p.text2 {
        width: 100%;
        font-size: 13px
    }
}

body.page-il #theories .list .list-item .icon {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 10px solid #3B74C9;
    border-radius: 190px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    height: 320px
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .icon {
        border-radius: 165px;
        min-width: 320px;
        width: 320px;
        max-width: 320px;
        height: 320px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .icon {
        border: 5px solid #3B74C9;
        width: 210px;
        min-width: 210px;
        max-width: 210px;
        height: 210px
    }
}

body.page-il #theories .list .list-item .icon img {
    height: 65px;
    width: auto;
    margin-top: -20px
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .icon img {
        height: 32px
    }
}

body.page-il #theories .list .list-item .icon span {
    font-weight: 700
}

body.page-il #theories .list .list-item .icon span:lang(en) {
    color: #0c193f;
    font-size: 32px;
    line-height: 1.2em
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .icon span:lang(en) {
        font-size: 30px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .icon span:lang(en) {
        font-size: 21px
    }
}

body.page-il #theories .list .list-item .icon span:lang(ja) {
    color: #626262;
    font-size: 20px
}

@media screen and (max-width: 1199px) {
    body.page-il #theories .list .list-item .icon span:lang(ja) {
        font-size: 20px
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .icon span:lang(ja) {
        font-size: 14px
    }
}

body.page-il #theories .list .list-item .icon .separator {
    position: absolute;
    bottom: 0;
    transform: translateY(100px)
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item .icon .separator {
        transform: translateY(70px)
    }
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item:nth-of-type(1) .content p.text2 {
        text-align: center
    }
}

body.page-il #theories .list .list-item:nth-of-type(1) .icon .separator {
    transform: translateY(90px)
}

@media screen and (max-width: 999px) {
    body.page-il #theories .list .list-item:nth-of-type(1) .icon .separator {
        transform: translateY(70px)
    }
}

body.page-lt #theories .list {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px
}

body.page-lt #theories .list .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

body.page-lt #theories .list .list-item .icon {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid #3B74C9;
    width: 200px;
    height: 200px;
    border-radius: 150px
}

body.page-lt #theories .list .list-item .icon img {
    height: 80px;
    width: auto
}

body.page-lt #theories .list .list-item .icon span:lang(en) {
    font-size: 24px;
    color: #0c193f;
    font-weight: 700
}

body.page-lt #theories .list .list-item .icon span:lang(ja) {
    font-size: 14px;
    color: #626262;
    font-weight: 700
}

body.page-lt #theories .list .list-item .content {
    order: 2
}

body.page-lt #theories .list .list-item .content img {
    height: 40px;
    width: auto;
    object-fit: contain
}

body.page-lt #theories .list .list-item .separator {
    position: absolute;
    width: 40px;
    height: 40px
}

body.page-lt #theories .list .list-item .separator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d9d9d9;
    width: 3px;
    height: 100%
}

body.page-lt #theories .list .list-item .separator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #d9d9d9;
    width: 100%;
    height: 3px
}

@media screen and (max-width: 999px) {
    body.page-lt #theories .list .list-item .separator {
        width: 36px;
        height: 36px
    }

    body.page-lt #theories .list .list-item .separator:before {
        width: 2px
    }

    body.page-lt #theories .list .list-item .separator:after {
        height: 2px
    }
}

body.page-lt #theories .list .list-item:nth-of-type(1) .separator, body.page-lt #theories .list .list-item:nth-of-type(2) .separator {
    transform: translate(130px)
}

@media screen and (max-width: 999px) {
    body.page-lt #theories .list {
        flex-direction: column;
        align-items: center;
        gap: 80px
    }

    body.page-lt #theories .list .list-item {
        width: 200px
    }

    body.page-lt #theories .list .list-item .icon {
        width: 200px;
        height: 200px;
        border-radius: 100px
    }

    body.page-lt #theories .list .list-item .icon img {
        height: 60px
    }

    body.page-lt #theories .list .list-item .icon span:lang(en) {
        font-size: 26px
    }

    body.page-lt #theories .list .list-item .icon span:lang(ja) {
        font-size: 18px
    }

    body.page-lt #theories .list .list-item .content {
        text-align: center
    }

    body.page-lt #theories .list .list-item:nth-of-type(1) .separator, body.page-lt #theories .list .list-item:nth-of-type(2) .separator {
        transform: translateY(200px)
    }
}

body.page-lt .product-list {
    padding-top: 100px
}

iframe {
    min-height: 1200px
}
