/*------------------------------------------------
Google フォント
------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*------------------------------------------------
common
------------------------------------------------*/
:root
{
    --clr-border: #333;
    --AnimationLength: 0px;
    /* font-size clamp基準：1140px以下から縮小 */
    --font-vw-base: 1140;
}

body,
html
{
    font-family: 'Noto Sans JP',sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    font-variant: normal;
    word-spacing: auto;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}

html
{
    width: 100%;
    font-size: 62.5%;
    height: -webkit-fill-available;
}

body
{
    background-color: #fefefe;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    color: #242424;
    min-height: 100vh;
}

div,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd
{
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    display: block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:-webkit-any-link
{
    color: -webkit-link;
    text-decoration: none;
    cursor: pointer;
    display: inline;
    border-style: none;
}

a img
{
    border-style: none;
    outline: none;
}

a:focus
{
    border-style: none;
    outline: none;
}

a img:active
{
    border-style: none;
    outline: none;
}

a:active
{
    border-style: none;
    outline: none;
}

img
{
    height: auto;
    max-width: 100%;
    width: 100%;
    display: block;
}

a:hover
{
    opacity: 0.5;
}

::selection
{
    background-color: rgba(215,215,215,0.35);
    background-color: rgb(215 215 215 / 35%);
}

ul,
ul li
{
    list-style-type: none;
}

*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p
{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    font-size: clamp(10.36px, 1.228vw, 14px);
}

br
{
    line-height: 1;
}

input[type="text"],
input[type="password"],
textarea,
select,
input[type="url"],
input[type="date"],
input[type=submit],
input[type=file],
input[type=checkbox]
{
    outline: none;
}

select
{
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand
{
    display: none;
}

textarea
{
    overflow: hidden;
}

[class^="icon-"],
[class*="icon-"]
{
    font-family: 'icomoon';
    color: #ffffff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img[src$=".svg"]
{
    width: 100%;
}

svg
{
    fill: currentColor;
    width: 100%;
}

div,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
span,
a
{
    font-weight: 500;
    box-sizing: border-box;
}

::-webkit-scrollbar
{
    width: 10px;
}

::-webkit-scrollbar-track
{
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0 1px #777;
}

::-webkit-scrollbar-thumb
{
    background: #D0D0D0;
    border-radius: 100px;
    box-shadow: none;
}

video
{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

br.PcNone
{
    display: none;
}

br.PcIpadNone
{
    display: none;
}

.PcBlock
{
    display: block!important;
}

.SpBlock
{
    display: none!important;
}

img,
input,
svg,
*:before,
*:after,
a,
a:hover img,
a:hover input,
a:hover,
input:hover
{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

img
{
    image-rendering: auto;
}

/*--
body:not(.home){opacity: 0;-webkit-transition: opacity 1s ease 0s;transition: opacity 1s ease 0s;}
body.Open_Changed:not(.home){opacity: 1;}
--*/
/*------------ Animation ------------*/
@-webkit-keyframes byeShutter
{
    70%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@keyframes byeShutter
{
    70%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@-webkit-keyframes shutterOpen1
{
    0%
    {
        width: 0;
        height: 1px;
    }
    50%
    {
        width: 100%;
        height: 1px;
    }
    90%
    {
        width: 100%;
        height: 100%;
    }
    100%
    {
        width: 100%;
        height: 100%;
    }
}

@keyframes shutterOpen1
{
    0%
    {
        width: 0;
        height: 1px;
    }
    50%
    {
        width: 100%;
        height: 1px;
    }
    90%
    {
        width: 100%;
        height: 100%;
    }
    100%
    {
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes shutterOpen2
{
    60%
    {
        width: 120%;
        height: 0;
        transform: rotate(5deg);
    }
    90%
    {
        width: 120%;
        height: 100%;
        transform: rotate(-5deg);
    }
    100%
    {
        width: 120%;
        height: 100%;
        transform: rotate(-5deg);
    }
}

@keyframes shutterOpen2
{
    60%
    {
        width: 120%;
        height: 0;
        transform: rotate(5deg);
    }
    90%
    {
        width: 120%;
        height: 100%;
        transform: rotate(-5deg);
    }
    100%
    {
        width: 120%;
        height: 100%;
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes contentScale
{
    70%
    {
        transform: perspective(800px) scale(0.98) rotateX(2deg);
        opacity: 0;
        visibility: visible;
    }
    100%
    {
        transform: perspective(800px) scale(1) rotateX(0);
        opacity: 1;
        visibility: visible;
        z-index: 0;
    }
}

@keyframes contentScale
{
    70%
    {
        transform: perspective(800px) scale(0.98) rotateX(2deg);
        opacity: 0;
        visibility: visible;
    }
    100%
    {
        transform: perspective(800px) scale(1) rotateX(0);
        opacity: 1;
        visibility: visible;
        z-index: 0;
    }
}

@-webkit-keyframes cube
{
    from
    {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to
    {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes cube
{
    from
    {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to
    {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes arrow01
{
    0%
    {
        transform: scale(1, 0);
    }
    30%
    {
        transform: scale(1, 0);
    }
    40%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    85%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    95%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    100%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes arrow02
{
    0%
    {
        transform: scale(1, 0);
    }
    30%
    {
        transform: scale(1, 0);
    }
    40%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    85%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    90%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
    100%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes arrow03
{
    0%
    {
        transform: rotate(45deg) scale(1, 0);
    }
    45%
    {
        transform: rotate(45deg) scale(1, 0);
    }
    55%
    {
        transform: rotate(45deg) scale(1, 1);
    }
    85%
    {
        transform: rotate(45deg) scale(1, 1);
        opacity: 1;
    }
    90%
    {
        transform: rotate(45deg) scale(1, 1);
        opacity: 0;
    }
    100%
    {
        transform: rotate(45deg) scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes pulseMotion
{
    0%
    {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        background-color: rgb(46 73 161 / 40%);
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
        transform: translate(-50%, -50%) scale(6.5, 6.5);
        background-color: rgb(46 73 161 / 0%);
    }
}

@keyframes pulseMotion
{
    0%
    {
        transform: translate(-50%, -50%) scale(1, 1);
        background-color: rgb(46 73 161 / 40%);
    }
    100%
    {
        transform: translate(-50%, -50%) scale(6.5, 6.5);
        background-color: rgb(46 73 161 / 0%);
    }
}

@-webkit-keyframes fadeInUpI
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpI
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes slideIn
{
    0%
    {
        opacity: 0;
        -webkit-transition: translate3d(-100px,0,0);
        transform: translate3d(-10px,0,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transition: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideIn
{
    0%
    {
        opacity: 0;
        -webkit-transition: translate3d(-100px,0,0);
        transform: translate3d(-10px,0,0);
    }
    100%
    {
        opacity: 1;
        -webkit-transition: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes masklogo
{
    0%
    {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    100%
    {
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    }
}

@keyframes masklogo
{
    0%
    {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    100%
    {
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    }
}

@-webkit-keyframes arrow02
{
    0%
    {
        transform: scale(1, 0);
    }
    30%
    {
        transform: scale(1, 0);
    }
    40%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    85%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    90%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
    100%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes arrow02
{
    0%
    {
        transform: scale(1, 0);
    }
    30%
    {
        transform: scale(1, 0);
    }
    40%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    85%
    {
        transform: scale(1, 1);
        opacity: 1;
    }
    90%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
    100%
    {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes arrow03
{
    0%
    {
        transform: rotate(25deg) scale(1, 0);
    }
    45%
    {
        transform: rotate(25deg) scale(1, 0);
    }
    55%
    {
        transform: rotate(25deg) scale(1, 1);
    }
    85%
    {
        transform: rotate(25deg) scale(1, 1);
        opacity: 1;
    }
    90%
    {
        transform: rotate(25deg) scale(1, 1);
        opacity: 0;
    }
    100%
    {
        transform: rotate(25deg) scale(1, 1);
        opacity: 0;
    }
}

@keyframes arrow03
{
    0%
    {
        transform: rotate(25deg) scale(1, 0);
    }
    45%
    {
        transform: rotate(25deg) scale(1, 0);
    }
    55%
    {
        transform: rotate(25deg) scale(1, 1);
    }
    85%
    {
        transform: rotate(25deg) scale(1, 1);
        opacity: 1;
    }
    90%
    {
        transform: rotate(25deg) scale(1, 1);
        opacity: 0;
    }
    100%
    {
        transform: rotate(25deg) scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut
{
    from
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

@keyframes fadeOut
{
    from
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

@-webkit-keyframes zoomUp
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes zoomUp
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@-webkit-keyframes zoomUp02
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes zoomUp02
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes scrolldown
{
    0%
    {
        background-position: 0 -80px;
    }
    75%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 80px;
    }
}

@keyframes scrolldown
{
    0%
    {
        background-position: 0 -80px;
    }
    75%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 80px;
    }
}

@-webkit-keyframes rotation
{
    from
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation
{
    from
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes gradation
{
    0%
    {
        background-position: 0% 0%;
    }
    100%
    {
        background-position: 100% 100%;
    }
}

@keyframes gradation
{
    0%
    {
        background-position: 0% 0%;
    }
    100%
    {
        background-position: 100% 100%;
    }
}

@-webkit-keyframes loop
{
    from
    {
        transform: translateX(100%);
    }
    to
    {
        transform: translateX(calc(-100% - 20px));
    }
    /* マージン分も考慮 */
}

@-webkit-keyframes loop
{
    from
    {
        transform: translateX(100%);
    }
    to
    {
        transform: translateX(calc(-100% - 20px));
    }
    /* 余白分を考慮 */
}

@keyframes loop
{
    from
    {
        transform: translateX(100%);
    }
    to
    {
        transform: translateX(calc(-100% - 20px));
    }
}

@-webkit-keyframes loop2
{
    from
    {
        transform: translateX(0);
    }
    to
    {
        transform: translateX(calc(-200% - 40px));
    }
    /* 余白分を考慮 */
}

@keyframes loop2
{
    from
    {
        transform: translateX(0);
    }
    to
    {
        transform: translateX(calc(-200% - 40px));
    }
}

@-webkit-keyframes move01
{
    0%
    {
        height: 100%;
        bottom: 0;
    }
    54%
    {
        height: 0;
        bottom: 100%;
    }
    55%
    {
        height: 0;
        bottom: 0;
    }
    100%
    {
        height: 100%;
        bottom: 0;
    }
}

@keyframes move01
{
    0%
    {
        height: 100%;
        bottom: 0;
    }
    54%
    {
        height: 0;
        bottom: 100%;
    }
    55%
    {
        height: 0;
        bottom: 0;
    }
    100%
    {
        height: 100%;
        bottom: 0;
    }
}

@-webkit-keyframes move02
{
    0%
    {
        width: 0;
        left: 0;
    }
    50%
    {
        width: 100%;
        left: 0;
    }
    100%
    {
        width: 0;
        left: 100%;
    }
}

@keyframes move02
{
    0%
    {
        width: 0;
        left: 0;
    }
    50%
    {
        width: 100%;
        left: 0;
    }
    100%
    {
        width: 0;
        left: 100%;
    }
}

@-webkit-keyframes move03
{
    0%
    {
        height: 100%;
        top: 0;
    }
    54%
    {
        height: 0;
        top: 100%;
    }
    55%
    {
        height: 0;
        top: 0;
    }
    100%
    {
        height: 100%;
        top: 0;
    }
}

@keyframes move03
{
    0%
    {
        height: 100%;
        top: 0;
    }
    54%
    {
        height: 0;
        top: 100%;
    }
    55%
    {
        height: 0;
        top: 0;
    }
    100%
    {
        height: 100%;
        top: 0;
    }
}

@-webkit-keyframes move04
{
    0%
    {
        width: 0;
        right: 0;
    }
    55%
    {
        width: 100%;
        right: 0;
    }
    100%
    {
        width: 0;
        right: 100%;
    }
}

@keyframes move04
{
    0%
    {
        width: 0;
        right: 0;
    }
    55%
    {
        width: 100%;
        right: 0;
    }
    100%
    {
        width: 0;
        right: 100%;
    }
}

/*------------ Loding ------------*/
.Fade_Group02 > div
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 999999;
    -webkit-transition: all 2s cubic-bezier(.18,.06,.23,1) 0s;
    transition: all 2s cubic-bezier(.18,.06,.23,1) 0s;
    background: #ffffff;
    background: radial-gradient(circle at top left,#ededed 0%,#ffffff 100%);
    will-change: opacity;
    background-position: 0 100%;
    background-size: 100% 200%;
}

body.Open_Changed .Fade_Group02 > div
{
    opacity: 0;
}

.Loading_Logo
{
    max-width: 380px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: filter 0.5s cubic-bezier(.43,.05,.17,1) 0s;
    transition: filter 0.5s cubic-bezier(.43,.05,.17,1) 0s;
    will-change: filter;
}

body.Open_Changed .Loading_Logo
{
}

/*------------ Animate ------------*/
.Animate-box
{
    opacity: 0;
}

.Animate-box
{
    -webkit-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s;
}

.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.Order1
{
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.animated .Order1
{
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.Order2
{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.animated .Order2
{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.animated3
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.AnimeA
{
    opacity: 0;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: transform 0.6s cubic-bezier(.43,.05,.17,1) 0s,opacity 0.6s cubic-bezier(.43,.05,.17,1) 0s,filter 0.6s cubic-bezier(.43,.05,.17,1) 0.3s;
    transition: transform 0.6s cubic-bezier(.43,.05,.17,1) 0s,opacity 0.6s cubic-bezier(.43,.05,.17,1) 0s,filter 0.6s cubic-bezier(.43,.05,.17,1) 0.3s;
    will-change: transform,filter;
}

.AnimeA.is-show
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
    -webkit-transition: transform 1.2s cubic-bezier(.43,.05,.17,1) 0s,opacity 1.2s cubic-bezier(.43,.05,.17,1) 0s,filter 1.2s cubic-bezier(.43,.05,.17,1) 0.3s;
    transition: transform 1.2s cubic-bezier(.43,.05,.17,1) 0s,opacity 1.2s cubic-bezier(.43,.05,.17,1) 0s,filter 1.2s cubic-bezier(.43,.05,.17,1) 0.3s;
}

/*------------ Header ------------*/
.Header .Header_Line
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.Header_Clone .Header_Line
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
    transition: transform .6s ease 0s, opacity .6s ease 0s, visibility .6s ease 0s;
    will-change: transform, opacity;
}

.Header_Clone.Show .Header_Line
{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: rgb(255 255 255 / 70%);
    -webkiti-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.Header .Header_Inner,
.Header_Clone .Header_Inner
{
    padding: 20px;
}

.Header .Header_H,
.Header_Clone .Header_H
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 37px;
}

.Header .Header_H_Logo,
.Header_Clone .Header_H_Logo
{
    flex: 1;
}

.Header .Header_H_Logo a,
.Header_Clone .Header_H_Logo a
{
    display: block;
    max-width: 300px;
}

/*------------ Main ------------*/
main
{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.Back
{
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0px,10%,0px);
    transform: translate3d(0px,10%,0px);
    -webkit-transition: all .2s cubic-bezier(.43,.05,.17,1) 0s;
    transition: all .2s cubic-bezier(.43,.05,.17,1) 0s;
}

.Back.Show
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all 1.2s cubic-bezier(.43,.05,.17,1) 0s;
    transition: all 1.2s cubic-bezier(.43,.05,.17,1) 0s;
}

.Back.Show.Hidden
{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0px,10%,0px);
    transform: translate3d(0px,10%,0px);
    -webkit-transition: all .2s cubic-bezier(.43,.05,.17,1) 0s;
    transition: all .2s cubic-bezier(.43,.05,.17,1) 0s;
}

.Back .Back_Box a
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 65%);
    width: 45px;
    height: 30px;
    color: #fff;
    position: relative;
    border: solid 2px #96b4b4;
}

.Back .Back_Box a:after
{
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    border-top: 2px solid #96b4b4;
    border-right: 2px solid #96b4b4;
    -webkiti-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*------------ Header Menu ------------*/
.Header .Header_H_Menu_Box a,
.Header_Clone .Header_H_Menu_Box a
{
    display: block;
}

.Header .Header_H_Menu_Box img,
.Header_Clone .Header_H_Menu_Box img
{
    width: 240px;
}

/*------------ Kv ------------*/
.Kv
{
    padding-top: 77px;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.Kv .Kv_Line
{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 77px);
    height: calc(100svh - 77px);
    min-height: 680px;
}

.Kv .Kv_Inner
{
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 1600px;
    margin-inline: auto;
    height: 100%;
}

.Kv_Title
{
    position: absolute;
    top: 18%;
    left: 50px;
    z-index: 2;
    color: #005b91;
    line-height: 1.35;
    will-change: transform;
}

.Kv_Title_Main {
    display: block;
    width: fit-content;
    padding-bottom: 4px;
    border-bottom: 2px solid #005b91;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(2.5rem, 3.333vw, 3.85rem);
    font-weight: 800;
    letter-spacing: .02em;
}

.Kv_Title_Sub {
    display: block;
    margin-top: 8px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.2rem, 1.579vw, 1.95rem);
    font-weight: 800;
    letter-spacing: .02em;
}

.Kv_Title_Label
{
    margin-left: 12px;
    padding-block: 6px;
    padding-inline: 24px;
    border-radius: 100%;
    background: #0077ad;
    color: #fff;
    font-size: clamp(1.2rem, 1.14vw, 13px);
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.Kv_Copy
{
    position: absolute;
    left: 50px;
    bottom: 28%;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .70);
}

.Kv_Copy p
{
        font-size: clamp(1.9rem, 1.7vw, 3.25rem);
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: .03em;
    will-change: transform;
}

.Kv_Copy span
{
    font-weight: 800;
    font-size: 120%;
}

.Kv_Movie
{
    position: relative;
    left: 50%;
    z-index: 1;
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    object-position: center bottom;
}

.Kv_Movie video
{
    display: block;
    width: 100%;
    height: auto;
}

/*------------ Contents01 ------------*/
.Contents01
{
    background: linear-gradient(180deg, #fff 0%, #fff 56%, #e2e2e2 100%);
    padding-block: 75px;
    padding-inline: 50px;
}

.Contents01 .Contents_Inner
{
    max-width: 1040px;
    margin: 0 auto;
}

.Contents01_Lead
{
    text-align: center;
    color: #4f7e84;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.85rem, 2.193vw, 2.5rem);
    line-height: 2.2;
    letter-spacing: .2em;
}

.Contents01_Lead p,
.Contents01_Lead span
{
    font-size: inherit;
    font-weight: 700;
}

.Contents01_Lead span
{
    color: #1f6777;
    font-family: 'Noto Sans JP', sans-serif;
}

.Contents01_LeadNote
{
    max-width: 980px;
    margin: 42px auto 0;
    font-size: clamp(0.902rem, 0.965vw, 1.1rem);
    line-height: 1.8;
}

.Contents01_MovieBlock
{
    margin-top: 105px;
}

.Contents01_BlockTitle
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    color: #8b8b8b;
    font-size: clamp(1.332rem, 1.579vw, 1.8rem);
    letter-spacing: .35em;
    text-align: center;
}

.Contents01_BlockTitle:before,
.Contents01_BlockTitle:after
{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #c7c7c7;
}

.Contents01_Video
{
    position: relative;
    aspect-ratio: 16 / 9;
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
}

.Contents01_FigureBlock
{
    margin-top: 110px;
}

.Contents01_FigureTitle
{
    max-width: 980px;
    margin: 0 auto 20px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #9cbcbc;
    color: #fff;
    font-size: clamp(1.48rem, 1.754vw, 2rem);
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
}

.Contents01_FigureImage
{
    max-width: 980px;
    margin: 0 auto;
}

.Contents01_FigureImage img
{
    max-width: 103%;
    width: 103%;
}

.Contents01_NoteList
{
    max-width: 980px;
    margin: auto;
    margin-block: 50px 0;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.Contents01_NoteItem
{
    display: flex;
    align-items: flex-start;
    gap: .4em;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    line-height: 1.7;
    color: #333;
}

.Contents01_NoteItem + .Contents01_NoteItem
{
    margin-top: 6px;
}

.Contents01_NoteMark
{
    flex: 0 0 1em;
    width: 1em;
    line-height: inherit;
}

.Contents01_NoteText {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.Contents01_NoteItem_Important
{
    color: #e4002b;
    padding: 8px 10px;
    background: #FFEBE6;
}

.Contents01_Source
{
    margin-top: 6px;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    line-height: 1.7;
    color: #333;
}

.Contents01_PointList
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    max-width: 980px;
    margin: 82px auto 0;
}

.Contents01_PointItem
{
    width: 450px;
}

.Contents01_PointCross
{
    width: 50px;
    flex: 0 0 auto;
}

/*------------ Contents02 / Contents03 Point ------------*/
.Point1,
.Point2
{
    background: linear-gradient(180deg, #ffffff 0%, #eef7f8 48%, #dceff1 100%);
    color: #111;
}

.Point1 .Contents_Line,
.Point2 .Contents_Line
{
    padding-bottom: 105px;
    position: relative;
    z-index: 0;
}

.Point1 .Contents_Line:after
{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-image: url(../images/top/Contents03_Bg.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    opacity: 0.85;
    left: 50%;
    transform: translate(-50%, 0);
}

.Point_Heading
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 35px;
    padding-block: 14px 12px;
    background: #407997;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: clamp(2.6rem, 3.509vw, 4.0rem);
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}
.AnimeB .Heading_Anime  {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(.47, .16, .24, 1) 0s,transform 1s cubic-bezier(.47, .16, .24, 1) 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AnimeB.is-show .Heading_Anime {
  opacity: 1;
  transform: translateY(0);
}
.Letter_Area .Letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards;
}

.is-show .Letter_Area .Letter {
  animation-name: letterFadeUp;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(.47, .16, .24, 1);
  animation-delay: calc(var(--letter-index, 0) * 0.04s);
}

@keyframes letterFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Point_Heading span,
.Point_Heading em
{
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}

.Point_Heading span
{
    padding-top: 6px;
}

.Point_Heading em
{
    color: #9ed2cf;
    font-style: normal;
    letter-spacing: 0;
    font-size: clamp(4.292rem, 5.088vw, 5.8rem);
    font-family: 'EB Garamond', serif;
}

.Point_Lead
{
    text-align: center;
    margin-bottom: 28px;
}

.Point_Lead_Sub
{
    font-size: clamp(1.332rem, 1.579vw, 1.8rem);
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: .12em;
}

.Point_Lead_Main
{
    margin-top: 8px;
    color: #407997;
    font-size: clamp(2.9rem, 3.48vw, 3.95rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .18em;
}

.Point_Text
{
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    line-height: 1.9;
    letter-spacing: .06em;
}

.Point_Text_Center
{
    text-align: center;
}

.Point_Box,
.Point_Semiconductor,
.Point_Technology,
.Point_Market
{
    max-width: 980px;
    margin-inline: auto;
}

.Point_BoxTitle,
.Point_CardTitle
{
    color: #fff;
    background: #39a9ca;
    text-align: center;
    font-size: clamp(1.85rem, 2.193vw, 2.5rem);
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .14em;
}

.Point_BoxTitle
{
    padding: 12px 20px;
}

.Point_RoundTitle
{
    width: 100%;
    padding: 8px 20px;
    border-radius: 999px;
    background: #93b7b9;
    color: #fff;
    font-size: clamp(1.6rem, 1.754vw, 2rem);
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    letter-spacing: .18em;
}

.Point_Note
{
    display: flex;
    align-items: flex-start;
    gap: .35em;
    margin-top: 10px;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    line-height: 1.6;
    text-align: left;
}

.Point_Note > div:first-child
{
    flex: 0 0 1em;
}

.Point_Charm .Point_Note
{
    justify-content: flex-end;
}

.Point_Charm
{
    margin-top: 38px;
}

.Point_Charm_List
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.Point_Charm_Item {
    background: #d4edf2;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.Point_Charm_Head
{
    min-height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #407997;
    color: #fff;
    font-size: clamp(1.6rem, 1.579vw, 1.8rem);
    font-weight: 700;
    line-height: 1.45;
}

.Point_Charm_Head_Inner
{
    font-weight: 700;
}

.Point_Charm_Body {
    padding: 17px 10px 19px;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.75;
    border-top: solid 5px #fafcfd;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Point_Global
{
    margin-top: 55px;
}

.Point_Global .Point_Text
{
    margin-top: 18px;
}

.Point_Global_Map
{
    max-width: 850px;
    margin: 30px auto 0;
}

.Point_CircuitArea
{
    position: relative;
    margin-top: 80px;
    padding-block: 0 30px;
    padding-inline: 20px;
}

.Point_Card
{
    max-width: 980px;
    margin-inline: auto;
    background: rgba(255,255,255,.88);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.Point_Card + .Point_Card
{
    margin-top: 55px;
}

.Point_CardTitle
{
    padding: 12px 20px;
}

.Point_Manager_Inner
{
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    padding: 28px 34px 32px;
    align-items: center;
}

.Point_Manager_Name
{
    display: flex;
    align-items: baseline;
    gap: 28px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
}

.Point_Manager_Name span
{
    display: inline-block;
    padding-bottom: 4px;
    font-family: 'EB Garamond', serif;
    font-size: clamp(2.2rem, 2.456vw, 2.8rem);
    font-weight: 500;
    letter-spacing: .03em;
}

.Point_Manager_Name small,
.Point_Manager_Text
{
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    line-height: 1.8;
}

.Point_Manager_Position {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    row-gap: 3px;
    column-gap: 1.5rem;
    text-align: center;
    flex-wrap: wrap;
}
.Point_Manager_Position span{
    font-weight: 700;
}

.Point_Philosophy
{
    padding-bottom: 26px;
}

.Point_Philosophy_List
{
    padding: 26px 38px 0;
}

.Point_Philosophy_Item
{
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    align-items: start;
}

.Point_Philosophy_Item + .Point_Philosophy_Item
{
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(52,124,153,.28);
}

.Point_Philosophy_Num
{
    color: #47b3d6;
    font-family: 'EB Garamond', serif;
    font-size: clamp(6.66rem, 7.895vw, 9rem);
    font-weight: 600;
    font-style: italic;
    line-height: .9;
}

.Point_Philosophy_Body h4
{
    color: #407997;
    font-size: clamp(1.95rem, 2.193vw, 2.5rem);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .08em;
}

.Point_Philosophy_Body p
{
    margin-top: 6px;
    font-size: clamp(1.4rem, 1.491vw, 1.7rem);
    font-weight: 500;
    line-height: 1.8;
}

.Point_Process
{
    padding-bottom: 28px;
}

.Point_Process_List
{
    padding: 32px 38px 12px;
}

.Point_Process_Item
{
    border-bottom: solid 1px rgb(64 124 154 / 25%);
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 28px;
    align-items: center;
    min-height: 92px;
}

.Point_Process_Item + .Point_Process_Item
{
    margin-top: 18px;
}

.Point_Process_Label
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    padding: 16px;
    background: #407997;
    color: #fff;
    font-size: clamp(1.6rem, 1.579vw, 1.8rem);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
}

.Point_Process_Item:not(:last-child) .Point_Process_Label::after
{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 18px solid #407997;
    transform: translateX(-50%);
}

.Point_Process_Body p
{
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
}

.Point_Process_TagList
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Point_Process_TagList span
{
    min-width: 150px;
    padding: 6px 12px;
    background: #79bdc6;
    color: #fff;
    font-size: clamp(1.25rem, 1.316vw, 1.5rem);
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.Point_Process .Point_Note,
.Point_Process .Contents01_Source
{
    margin-inline: 38px;
}

.Point2 .Contents_Line
{
    padding-top: 0;
}

.Point_Semiconductor
{
    margin-top: 50px;
}

.Point_SubTitle
{
    margin-bottom: 26px;
    font-size: clamp(1.5rem, 1.579vw, 1.8rem);
    font-weight: 800;
    line-height: 1.7;
    text-align: center;
    letter-spacing: .12em;
}

.Point_Semiconductor .Point_Text
{
    margin-top: 20px;
}

.Point_Technology
{
    margin-top: 45px;
}

.Point_Technology_Image
{
    max-width: 100%;
    margin-inline: auto;
}

.Point_Technology_Image img
{
    max-width: 150%;
    width: 120%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.Point_Market
{
    margin-top: 80px;
}

.Point_Market .Point_Text
{
    margin-top: 20px;
}

.Point_Market .Point_RoundTitle
{
    margin-top: 28px;
}

.Point_Market_Figure
{
    max-width: 100%;
    margin: 28px auto 0;
}

/*------------ Contents04 Reference ------------*/
.Contents04
{
    background: linear-gradient(180deg, #e9f5f7 0%, #ffffff 8%, #ffffff 16%, #dceff1 100%);
    color: #111;
}

.Contents04 .Contents_Line
{
    padding-bottom: 110px;
}

.Contents04 .Contents_Inner
{
    max-width: 980px;
    margin-inline: auto;
}

.Contents04_PreHeading
{
    margin: 0;
    padding-block: 6px;
    text-align: center;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .12em;
    position: relative;
    z-index: 0;
}

.Contents04_PreHeading:after
{
    content: "";
    position: absolute;
    z-index: -1;
    background: #deeff1;
    left: 50%;
    right: 0;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, 0);
    top: 0;
}

.Contents04_PreHeading_Text
{
    font-weight: 600;
}

.Contents04_Heading
{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 45px;
    padding-block: 16px 17px;
    background: #407997;
    color: #fff;
    font-size: clamp(2.22rem, 2.632vw, 3.0rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-align: center;
}

.Contents04_Block + .Contents04_Block
{
    margin-top: 70px;
}

.Contents04_BlockTitle
{
    margin: 0 auto 30px;
    padding: 13px 20px;
    background: #39a9ca;
    color: #fff;
    font-size: clamp(1.6rem, 1.579vw, 1.8rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .12em;
    text-align: center;
}

.Contents04_TableArea,
.Contents04_ChartArea
{
    margin-inline: auto;
}

.Contents04_ChartArea
{
    margin-top: 46px;
}

.Contents04_RoundTitle
{
    position: relative;
    margin: 0;
    padding: 8px 58px;
    border-radius: 999px;
    background: #93b7b9;
    color: #fff;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .18em;
    text-align: center;
}

.Contents04_TableNote
{
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: clamp(0.962rem, 1.14vw, 1.3rem);
    line-height: 1.4;
    text-align: right;
}

.Contents04_Table
{
    width: 100%;
    border-collapse: collapse;
    font-size: clamp(1.2rem, 1.228vw, 1.4rem);
    line-height: 1.45;
    text-align: center;
}

.Contents04_Table th,
.Contents04_Table td
{
    padding: 8px 10px;
    border-right: 1px solid #8f8f8f;
    font-weight: 600;
}

.Contents04_Table th:last-child,
.Contents04_Table td:last-child
{
    border-right: 0;
}

.Contents04_Table thead tr
{
    background: #bfbfbf;
}

.Contents04_Table tbody tr:nth-child(odd)
{
    background: #eeeeee;
}

.Contents04_Table tbody tr:nth-child(even)
{
    background: #dcdcdc;
}

.Contents04_Table th:first-child,
.Contents04_Table td:first-child
{
    width: 9%;
    color: #777;
    font-weight: 500;
}

.Contents04_Pie
{
    max-width: 430px;
    margin: 25px auto 0;
}

.Contents04_Pie img
{
    transform: translate(-11%, 0);
}

.Contents04_NoteList
{
    margin: 28px auto 0;
}

.Contents04_Note
{
    display: flex;
    align-items: flex-start;
    gap: .35em;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    line-height: 1.6;
    letter-spacing: .02em;
        text-align: left;
}

.Contents04_Note + .Contents04_Note
{
    margin-top: 4px;
}

.Contents04_Note > div:first-child
{
    flex: 0 0 1em;
}

.Contents04_Note_Red
{
    color: #e4002b;
}

.Contents04_StockList
{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-inline: auto;
}

.Contents04_StockCard
{
    padding: 24px 22px 30px;
    background: #fff;
}

.Contents04_StockName
{
    position: relative;
    margin: 0 0 0;
    padding: 13px 52px 13px 20px;
    background: #35ad99;
    color: #fff;
    font-size: clamp(1.75rem, 1.754vw, 2.0rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .16em;
}

.Contents04_StockName:after
{
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    transform: translateY(-50%);
}

.Contents04_StockBody
{
    padding-inline: 8px;
    padding-top: 20px;
}

.Contents04_StockTextList
{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.Contents04_StockTextItem h5
{
    margin: 0 0 7px;
    color: #247b8f;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.5;
}

.Contents04_StockTextItem p
{
    margin: 0;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .04em;
}

.Contents04_StockSmall
{
    margin-top: 3px!important;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem)!important;
}

.Contents04_StockChartTitle
{
    margin: 28px 0 18px;
    padding: 8px 20px;
    border-radius: 999px;
    background: #93b7b9;
    color: #fff;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .18em;
    text-align: center;
}

.Contents04_StockChart
{
    margin-inline: auto;
}

/*------------ Contents04 Accordion ------------*/
.Contents04_StockTitle
{
    margin: 0;
}

.Contents04_StockName
{
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.Contents04_StockName:hover
{
    opacity: 1;
}

.Contents04_StockName:after
{
    border-bottom: 9px solid #fff;
    border-top: 0;
    transition: transform .3s ease;
    transform: translateY(-50%) rotate(180deg);
}

.Contents04_StockCard.is-open .Contents04_StockName:after
{
    transform: translateY(-50%) rotate(0);
}

.Contents04_StockBody[hidden]
{
    display: none;
}

/*------------ Contents05 FundDetail ------------*/
.FundDetail
{
    background: #fff;
    color: #111;
}

.FundDetail .Contents_Line
{
    padding-bottom: 82px;
}

.FundDetail .Contents_Inner
{
    max-width: 1140px;
    margin-inline: auto;
}

.FundDetail_Heading
{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 45px;
    padding-block: 16px 17px;
    background: #407997;
    color: #fff;
    font-size: clamp(2.22rem, 2.632vw, 3.0rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-align: center;
}

.FundDetail_Lead
{
    padding-bottom: 14px;
    border-bottom: 1px solid #407997;
}

.FundDetail_LeadTitle
{
    margin-bottom: 16px;
    color: #407997;
    font-size: clamp(1.48rem, 1.754vw, 2.0rem);
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .08em;
}

.FundDetail_Text
{
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .04em;
}

.FundDetail_Text + .FundDetail_Text
{
    margin-top: 14px;
}

.FundDetail_Note
{
    display: flex;
    align-items: flex-start;
    gap: .35em;
    margin-top: 4px;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    line-height: 1.7;
    letter-spacing: .02em;
    text-align: left;
}

.FundDetail_Note > div:first-child
{
    flex: 0 0 1em;
}

.FundDetail_LinkArea
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.FundDetail_LinkCard
{
    min-width: 0;
}

.FundDetail_LinkTitle
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 68px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #407997;
    color: #fff;
    font-size: clamp(1.8rem, 1.93vw, 2.2rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .06em;
    text-align: center;
}

.FundDetail_MainLink
{
    margin-top: 18px;
}

.FundDetail_MainLink a,
.FundDetail_SubLinks a
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39a9ca;
    color: #fff!important;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    transition: opacity .3s ease;
}

.FundDetail_MainLink a
{
    min-height: 66px;
    padding: 16px 20px;
    font-size: clamp(1.8rem, 1.842vw, 2.1rem);
    letter-spacing: .06em;
}

.FundDetail_SubLinks
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.FundDetail_SubLinks a
{
    min-height: 66px;
    padding: 14px 10px;
    font-size: clamp(1.6rem, 1.579vw, 1.8rem);
    letter-spacing: .04em;
}

.FundDetail_Note_Bottom
{
    margin-top: 22px;
}

.FundDetail_Info
{
    margin-top: 28px;
}

.FundDetail_InfoBlock + .FundDetail_InfoBlock
{
    margin-top: 26px;
}

.FundDetail_InfoTitle
{
    margin-bottom: 6px;
    color: #407997;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.6;
}

.FundDetail_InfoList
{
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.FundDetail_InfoList li
{
    position: relative;
    padding-left: 1em;
    font-size: clamp(1.2rem, 1.184vw, 1.35rem);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .02em;
    text-align: left;
}

.FundDetail_InfoList li:before
{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

/*------------ Footer ------------*/
.Footer
{
    background: #407997;
    color: #fff;
}

.Footer_Line
{
    padding-block: 54px 48px;
}

.Footer_Inner
{
    max-width: 1140px;
    margin-inline: auto;
}

.Footer_Info
{
    text-align: center;
}

.Footer_Title
{
    margin-bottom: 8px;
    color: #fff;
    font-size: clamp(1.8rem, 1.754vw, 2.0rem);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .08em;
}

.Footer_Text,
.Footer_Link,
.Footer_Link a
{
    color: #fff!important;
    font-size: clamp(1.4rem, 1.404vw, 1.6rem);
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: .04em;
}

.Footer_Link
{
    margin-top: 2px;
}

.Footer_Link a
{
    display: inline;
    text-decoration: none;
}

.Contents02,
.Contents03,
.Contents04,
.Contents05,
.Footer
{
    padding-inline: 50px;
}

br.Sp_Block
{
    display: none;
}

.Contents01_Lead sup
{
    font-size: 0.45em;
    vertical-align: super;
    line-height: 0;
}

.Point_Charm_Head sup
{
    font-size: 0.45em;
    vertical-align: super;
    line-height: 0;
}

/* ========================================
  レスポンシブ調整（font-size以外）
======================================== */
/* ========================================
  Responsive
======================================== */
@media screen and (max-width: 1139px)
{
    .Contents01_Lead
    {
        letter-spacing: .15em;
    }
}
@media screen and (max-width: 1049px)
{
    .Point_Technology_Image img
    {
        width: 105%;
    }
}
@media screen and (max-width: 979px)
{
    .Kv_Title,
    .Kv_Copy
    {
        left: 40px;
    }
    .Contents01,
    .Contents02,
    .Contents03,
    .Contents04,
    .Contents05,
    .Footer
    {
        padding-inline: 40px;
    }
    .Point1 .Contents_Line,
    .Point2 .Contents_Line
    {
        padding-bottom: 80px;
    }
    .Point_CircuitArea
    {
        padding-inline: 0;
    }
    .FundDetail_LinkArea
    {
        gap: 12px;
    }
    .FundDetail_SubLinks
    {
        gap: 10px;
    }
    .Header .Header_H_Logo a,
    .Header_Clone .Header_H_Logo a
    {
        max-width: 250px;
    }
    .Header .Header_H_Menu_Box img,
    .Header_Clone .Header_H_Menu_Box img
    {
        width: 200px;
    }
    html
    {
        font-size: 60%;
    }
}
@media screen and (max-width: 767px)
{
    br.Sp_Block
    {
        display: block;
    }
    .Kv .Kv_Line {
        height: 100%;
        min-height: 560px;
    }
    .Kv_Movie
    {
        left: 35%;
        width: calc(100vw + 15%);
        min-height: 560px;
        height: 560px;
    }
    .Kv_Copy
    {
        bottom: 18%;
    }
    .Contents01,
    .Contents02,
    .Contents03,
    .Contents04,
    .Contents05,
    .Footer
    {
        padding-inline: 20px;
    }
    .Point_Heading
    {
        margin-bottom: 40px;
    }
    .Point_Text_Center
    {
        text-align: left;
    }
    .Point_Charm_List
    {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .Point_Charm_Head {
        min-height: 1px;
    }
    .Point_Global_Map
    {
        margin-top: 22px;
    }
    .Point_CircuitArea
    {
        margin-top: 60px;
        padding-bottom: 70px;
    }
    .Point_CircuitArea::before
    {
        inset: 120px 0 0;
    }
    .Point_Manager_Inner
    {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 20px 26px;
    }
    .Point_Manager_Photo
    {
        max-width: 220px;
        margin-inline: auto;
    }
    .Point_Manager_Name
    {
        justify-content: center;
        gap: 18px;
    }
    .Point_Philosophy_List,
    .Point_Process_List
    {
        padding-inline: 20px;
    }
    .Point_Philosophy_Item
    {
        grid-template-columns: 46px 1fr;
        gap: 14px;
    }
    .Point_Process_Item
    {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .Point_Process_Label
    {
        min-height: auto;
    }
    .Point_Process_Item:not(:last-child) .Point_Process_Label::after
    {
        display: none;
    }
    .Point_Process .Point_Note,
    .Point_Process .Contents01_Source
    {
        margin-inline: 20px;
    }
    .Point_Semiconductor,
    .Point_Market
    {
        margin-top: 60px;
    }
    .Contents04 .Contents_Line
    {
        padding-bottom: 75px;
    }
    .Contents04_Heading
    {
        margin-bottom: 34px;
    }
    .Contents04_BlockTitle
    {
        margin-bottom: 22px;
    }
    .Contents04_TableArea,
    .Contents04_ChartArea,
    .Contents04_NoteList,
    .Contents04_StockList
    {
        max-width: none;
    }
    .Contents04_TableArea
    {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .Contents04_Table
    {
        min-width: 560px;
    }
    .Contents04_StockCard
    {
        padding: 20px;
    }
    .Contents04_StockBody
    {
        padding-inline: 0;
    }
    .FundDetail .Contents_Line
    {
        padding-bottom: 64px;
    }
    .FundDetail_Heading
    {
        margin-bottom: 30px;
        padding-block: 22px 20px;
    }
    .FundDetail_LinkArea
    {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 32px;
    }
    .FundDetail_LinkTitle,
    .FundDetail_MainLink a,
    .FundDetail_SubLinks a
    {
        min-height: 56px;
    }
    .FundDetail_SubLinks
    {
        grid-template-columns: 1fr;
    }
    .Footer_Line
    {
        padding-block: 42px 38px;
    }
    .Contents01
    {
        padding-inline: 20px;
    }
    .Kv_Title,
    .Kv_Copy
    {
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
    }
    .Contents01_PointList
    {
        flex-flow: column;
        margin: 50px auto 0;
        gap: 10px;
    }
    .Contents01_PointItem
    {
        width: 100%;
        max-width: 345px;
    }
    .Contents01_PointCross
    {
        width: 30px;
    }
    .Point_Heading
    {
        font-size: 3.2rem;
        letter-spacing: .15em;
        gap: 8px;
    }
    .Point_Heading em
    {
        font-size: 4.8rem;
    }
    .Point_Philosophy_Body h4 br
    {
        display: none;
    }
    .Point_Process_Body
    {
        position: relative;
        z-index: 0;
    }
    .Point_Process_Item
    {
        border-bottom: solid 1px rgb(64 124 154 / 60%);
    }
    .Point_Card
    {
        background: rgba(255, 255, 255, .98);
    }
    .Point_Process_Item:not(:last-child) .Point_Process_Body::before
    {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -19px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 19px solid #91b0c2;
        transform: translateX(-50%);
        z-index: 0;
    }
    .Point_Process_Item:not(:last-child) .Point_Process_Body::after
    {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -18px;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 18px solid #fff;
        transform: translateX(-50%);
        z-index: 1;
    }
    .Point_Process_Item:last-child .Point_Process_Body
    {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 581px)
{
    .Kv_Title,
    .Kv_Copy
    {
        width: calc(100% - 40px);
        left: 15px;
        right: 15px;
    }
    .Kv_Title_Main,
    .Kv_Title_Sub
    {
        width: 100%;
    }
    .Kv_Title_Main
    {
        font-size: 4.55vw;
    }
    .Kv_Title_Sub
    {
        line-height: 1.6;
    }
    .Header .Header_Inner,
    .Header_Clone .Header_Inner
    {
        padding: 15px;
        padding-block: 10px;
    }
    .Header .Header_H_Logo a,
    .Header_Clone .Header_H_Logo a
    {
        max-width: 215px;
    }
    .Header .Header_H_Menu_Box img,
    .Header_Clone .Header_H_Menu_Box img
    {
        width: 110px;
    }
    .Kv
    {
        padding-top: 57px;
    }
    .Kv .Kv_Line {
        min-height: 520px;
    }
    .Kv_Movie
    {
        left: 22%;
        width: calc(100vw + 32%);
        min-height: 520px;
        height: 520px;
    }
    .Kv_Title {
        top: 8%;
    }
    .Kv_Title_Sub
    {
        font-size: 3.0vw;
        line-height: 1.8;
    }
    .Kv_Title_Label
    {
        padding-block: 5px;
        padding-inline: 15px;
        font-size: clamp(0.95rem, 1.14vw, 13px);
    }
    .Kv_Copy {
        bottom: 12%;
    }
    .Kv_Copy p
    {
        font-size: 1.65rem;
    }
    .Contents01
    {
        padding-block: 40px;
    }
    .Contents01_MovieBlock
    {
        margin-top: 55px;
    }
    .Contents01_FigureBlock
    {
        margin-top: 55px;
    }
    .Contents01_FigureImage img
    {
        min-width: 700px;
    }
    .Contents01_Lead
    {
        letter-spacing: 0;
        line-height: 2.1;
        font-size: 1.75rem;
    }
    .Point1 .Contents_Line,
    .Point2 .Contents_Line
    {
        padding-bottom: 65px;
    }
    .Point_Lead_Main
    {
        letter-spacing: .08em;
    }
    .Point_BoxTitle,
    .Point_CardTitle,
    .Point_RoundTitle
    {
        letter-spacing: .08em;
    }
    .Point_Lead_Sub
    {
        font-size: 1.4rem;
    }
    .Point_Lead_Main
    {
        font-size: 2.9rem;
    }
    .Point_Manager_Name {
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }
    .Point_Manager_Name span
    {
        padding-bottom: 0;
    }
    .Point_Manager_Name small
    {
        display: block;
        margin-top: 0;
    }
    .Point_Philosophy_Body h4
    {
        font-size: 1.7rem;
    }
    .Contents04_BlockTitle,
    .Contents04_RoundTitle,
    .Contents04_StockChartTitle
    {
        letter-spacing: .08em;
    }
    .Contents04_StockName
    {
        padding-left: 16px;
        letter-spacing: .08em;
    }
    .FundDetail_Heading
    {
        letter-spacing: .1em;
    }
    .Point_CircuitArea
    {
        padding-bottom: 15px;
    }
    .Point_Semiconductor,
    .Point_Market
    {
        margin-top: 40px;
    }
    .Point_Manager_Position {
      flex-direction: column;
    }
    .Contents04_StockCard
    {
        padding: 15px;
    }
    .Contents04_StockName
    {
        font-size: 1.6rem;
    }
    .Contents04_StockChart
    {
        overflow: auto;
    }
    .Contents04_Pie img {
        transform: translate(-4%, 0);
        width: 85%;
    }
    .Point_Market_Figure
    {
        overflow: auto;
    }
    .Point_Market_Figure img
    {
        min-width: 720px;
    }
    .FundDetail .Contents_Line
    {
        padding-bottom: 40px;
    }
    .FundDetail_LinkTitle
    {
        font-size: 1.7rem;
    }
    .FundDetail_MainLink a
    {
        font-size: 1.6rem;
    }
    .Contents04_StockList
    {
        gap: 20px;
    }
    .Point_Global_Map
    {
        overflow: auto;
    }
    .Point_Global_Map img
    {
        min-width: 560px;
    }
    .Footer_Title
    {
        font-size: 1.45rem;
    }
    .Footer_Text,
    .Footer_Link,
    .Footer_Link a
    {
        font-size: 1.25rem;
        letter-spacing: 0;
    }
    .FundDetail_InfoTitle
    {
        font-size: 1.6rem;
    }
    .FundDetail_InfoList li
    {
        font-size: 1.45rem;
    }
    .Point_Charm_Head {
        font-size: 1.55rem;
    }
}
@media screen and (max-width: 481px)
{
    .Kv_Title {
        top: 14%;
    }
}
@media screen and (max-width: 374px)
{
    html
    {
        font-size: 55%;
    }
}


.js-scrollable {
  overflow-x: auto;
}

.js-scrollable_Inner {
  width: max-content;
}

.js-scrollable img {
  display: block;
  max-width: none;
}
.scroll-hint-text {
    font-family: 'Noto Sans JP', sans-serif!important;
}
.js-scrollable:has(.Right_Start) .scroll-hint-icon-wrap {
left: 100% !important;
    right: auto !important;
}

/* ScrollHint fixed wrapper */
.ScrollHint_Wrap { position: relative; }
.ScrollHint_Wrap > .js-scrollable { overflow-x: auto; overflow-y: hidden; }
