@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap";
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
src: local("Roboto"),url("/assets/fonts/Roboto-Bold.woff") format("woff");
font-display: swap;
}

@font-face {
font-family: "Noto Sans Japanese";
font-style: normal;
font-weight: 900;
src: local("Noto Sans Japanese"),url("/assets/fonts/NotoSansJP-Bold.woff") format("woff");
font-display: swap;
}

@font-face {
font-family: "Noto Sans Japanese";
font-style: normal;
font-weight: 700;
src: local("Noto Sans Japanese"),url("/assets/fonts/NotoSansJP-Medium.woff") format("woff");
font-display: swap;
}

@font-face {
font-family: "Noto Sans Japanese";
font-style: normal;
font-weight: 400;
src: local("Noto Sans Japanese"),url("/assets/fonts/NotoSansJP-Regular.woff") format("woff");
font-display: swap;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
word-break: normal;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}

*,::before,::after {
background-repeat: no-repeat;
box-sizing: inherit;
box-sizing: border-box;
}

::before,::after {
text-decoration: inherit;
vertical-align: inherit
}

* {
padding: 0;
margin: 0
}

hr {
overflow: visible;
height: 0
}

details,main {
display: block
}

summary {
display: list-item;
}

small {
font-size: 80%;
}

[hidden] {
display: none;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted
}

a {
background-color: rgba(0,0,0,0)
}

a:active,a:hover {
outline-width: 0
}

code,kbd,pre,samp {
font-family: monospace,monospace
}

pre {
font-size: 1em
}

b,strong {
font-weight: bold
}

sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}

sub {
bottom: -0.25em
}

sup {
top: -0.5em
}

input {
border-radius: 0
}

[disabled] {
cursor: default
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
height: auto
}

[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

textarea {
overflow: auto;
resize: vertical
}

button,input,optgroup,select,textarea {
font: inherit
}

optgroup {
font-weight: bold
}

button {
overflow: visible
}

button,select {
text-transform: none
}

button,[type=button],[type=reset],[type=submit],[role=button] {
cursor: pointer;
color: inherit
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0
}

button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
outline: 1px dotted ButtonText
}

button,html [type=button],[type=reset],[type=submit] {
-webkit-appearance: button;
}

button,input,select,textarea {
background-color: rgba(0,0,0,0);
border-style: none;
}

select {
-moz-appearance: none;
-webkit-appearance: none
}

select::-ms-expand {
display: none;
}

select::-ms-value {
color: currentColor
}

legend {
border: 0;
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
max-width: 100%
}

::-webkit-file-upload-button {
-webkit-appearance: button;
color: inherit;
font: inherit
}

img {
border-style: none
}

progress {
vertical-align: baseline
}

svg:not([fill]) {
fill: currentColor
}

[aria-busy=true] {
cursor: progress
}

[aria-controls] {
cursor: pointer
}

[aria-disabled] {
cursor: default
}

html {
font-size: 62.5%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}

body {
position: relative;
margin: auto;
/*color: #344d90;*/
color: #2c628c;
font-size: 1.6rem;
line-height: 1.6;
font-family: "Zen Kaku Gothic New",serif;
font-weight: 300;
}

body.is-backdrop::after {
pointer-events: auto;
opacity: .34
}

body.is-scrollLock {
position: fixed;
width: 100%
}

body::after {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
pointer-events: none;
content: "";
background-color: #000;
opacity: 0;
transition: opacity .2s
}

h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0
}

b,th {
font-weight: 900
}

h1,h2,h3,h4,h5,h6,a,p {
box-sizing: border-box
}

a {
color: #2c628c;
text-decoration: none
}

a:hover,a:active,a:focus {
text-decoration: underline
}

p {
font-size: 1.6rem;
margin-bottom: 20px
}

p>a {
color: #2c628c;
text-decoration: underline;
transition: .2s;
opacity: 1
}

p>a:hover,p>a:active,p>a:focus {
opacity: .7;
text-decoration: none
}

em {
font-weight: 900;
font-style: normal
}

strong {
font-weight: 900;
color: #b8180e
}

img {
max-width: 100%;
height: auto;
vertical-align: bottom
}

table {
border-collapse: collapse
}

table tr {
vertical-align: top
}

button {
border: none;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

abbr {
text-decoration: none
}

li {
list-style: none
}

dfn {
display: block;
font-style: normal
}

@font-face {
font-family: swiper-icons;
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
font-weight: 400;
font-style: normal
}

.l-section {
position: relative
}

.l-section--resolution {
padding-top: 154px;
padding-bottom: 117px;
background: linear-gradient(225.16deg, #3ed7da 1.88%, #0091c6 97.84%)
}

.l-section--resolution::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-image: url("../img/resolution_bg_01-pc.png");
background-size: cover;
pointer-events: none
}

.l-section--resolution::after {
content: "";
display: block;
position: absolute;
width: 280px;
height: 70px;
background-color: #fff;
top: -1px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
clip-path: polygon(50% 100%, 0 0, 100% 0);
pointer-events: none
}

.l-section--story {
padding-top: 100px;
padding-bottom: 116px;
position: relative
}

.l-section--story::before {
content: "";
display: block;
position: absolute;
width: 232px;
height: 220px;
top: -180px;
left: 51px;
background-image: url("../img/story_deco_01.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center
}

.l-section--qa {
background-color: #fbf6eb;
padding-top: 73px;
padding-bottom: 105px
}

.l-section--cv {
padding-top: 100px;
padding-bottom: 117px;
background: linear-gradient(225.16deg, #3ed7da 1.88%, #0091c6 97.84%)
}

.l-section--cv::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-image: url("../img/resolution_bg_01-pc.png");
background-size: cover;
pointer-events: none
}

.l-fixed-content {
display: none
}

.l-header {
position: relative;
z-index: 99;
pointer-events: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 0%;
}

.l-header.scrolled {
background-color: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.l-header__inner {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100vh;
height: 100dvh;
z-index: 10;
overflow: hidden;
}

.l-header-back {
position: sticky;
top: 0;
z-index: 1000;
background-color: transparent;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
backdrop-filter: blur(6px);   
}

.l-header-back__inner {
margin-inline: auto;
height: 40px;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}

.l-header-back__inner:active {

}

.l-header.is-open .p-header-layout {
box-shadow: 0px 0px 0px rgba(0,0,0,0);
transition: box-shadow 1s cubic-bezier(0.22, 1, 0.36, 1)
}

.p-header-layout {
background: #fff;
box-shadow: 0px 1px 10px rgba(0,0,0,.13);
pointer-events: all;
border-radius: 10px;
max-width: calc(100% - 120px);
width: 100%;
margin: 0px auto 0;
position: relative;
padding: 11px 20px 11px 24px;
z-index: 1;
transition: box-shadow 1s cubic-bezier(0.22, 1, 0.36, 1);
display: flex
}

.p-header-layout__head {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.p-header-layout__body {
width: 100%;
margin-left: 20px
}

.p-header-logo {
position: relative;
display: flex
}

.p-header-logo__link {
display: flex;
flex-direction: column;
align-items: center
}

.p-header-logo__link img {
height: 36px
}

.p-header-nav-btn {
position: absolute;
width: 27px;
height: 20px;
top: 50%;
right: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
pointer-events: all;
display: none
}

.p-header-nav-btn__btn::before,.p-header-nav-btn__btn::after {
content: "";
display: block;
position: absolute;
background-color: #444;
width: 0;
height: 2px;
overflow: hidden;
border-radius: 50rem;
top: 50%;
left: 50%;
transition: width .3s cubic-bezier(0.83, 0, 0.17, 1)
}

.p-header-nav-btn__btn::before {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
background-color: #2c628c;
}

.p-header-nav-btn__btn::after {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
background-color: #04affb;
}

.p-header-nav-btn__text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
font-size: 0
}

.p-header-nav-btn__content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}

.p-header-nav-btn__content::before,.p-header-nav-btn__content::after {
content: "";
display: block;
position: absolute;
height: 2px;
overflow: hidden;
border-radius: 5rem;
left: 0;
background-color: #04affb;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.p-header-nav-btn__content::before {
width: calc(100% - 3px);
top: 0;
transition: width .3s cubic-bezier(0.83, 0, 0.17, 1) .3s
}

.p-header-nav-btn__content::after {
width: calc(100% - 10px);
bottom: 0;
transition: width .3s cubic-bezier(0.83, 0, 0.17, 1) .5s
}

.p-header-nav-btn__icon {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}

.p-header-nav-btn__icon::before {
content: "";
display: block;
position: absolute;
height: 2px;
overflow: hidden;
border-radius: 5rem;
background-color: #2c628c;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
transition: width .3s cubic-bezier(0.83, 0, 0.17, 1) .4s
}

.p-header-nav-btn.is-open .p-header-nav-btn__content::before,.p-header-nav-btn.is-open .p-header-nav-btn__content::after {
width: 0;
-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

.p-header-nav-btn.is-open .p-header-nav-btn__content::before {
transition: width 0s linear .3s,-webkit-clip-path .3s cubic-bezier(0.83, 0, 0.17, 1);
transition: clip-path .3s cubic-bezier(0.83, 0, 0.17, 1),width 0s linear .3s;
transition: clip-path .3s cubic-bezier(0.83, 0, 0.17, 1),width 0s linear .3s,-webkit-clip-path .3s cubic-bezier(0.83, 0, 0.17, 1)
}

.p-header-nav-btn.is-open .p-header-nav-btn__content::after {
transition: width 0s linear .5s,-webkit-clip-path .3s cubic-bezier(0.83, 0, 0.17, 1) .2s;
transition: clip-path .3s cubic-bezier(0.83, 0, 0.17, 1) .2s,width 0s linear .5s;
transition: clip-path .3s cubic-bezier(0.83, 0, 0.17, 1) .2s,width 0s linear .5s,-webkit-clip-path .3s cubic-bezier(0.83, 0, 0.17, 1) .2s
}

.p-header-nav-btn.is-open .p-header-nav-btn__icon::before {
width: 0;
left: auto;
right: 0;
transition: width .3s cubic-bezier(0.83, 0, 0.17, 1) .1s
}

.p-header-nav-btn.is-open .p-header-nav-btn__btn::before,.p-header-nav-btn.is-open .p-header-nav-btn__btn::after {
width: 141.42%;
transition: width .3s cubic-bezier(0.83, 0, 0.17, 1) .3s
}

.p-header_menu {
margin-top: 6px
}

.p-header_nav-cv {
margin-left: 23px
}

.p-header_nav-cv>*:first-child {
margin-top: 0
}

.p-header_nav-cv>*:last-child {
margin-bottom: 0
}

.p-header-nav__inner {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%
}

.l-content__primary.is-active .p-header-nav {
border-radius: 0 0 0 0
}

.js-animation {
opacity: 0;
-webkit-transform: translateY(60px);
transform: translateY(60px)
}

.js-animation.is-active {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: opacity .4s,-webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),opacity .4s;
transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),opacity .4s,-webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1)
}

.p-nav-list {
position: relative
}

.p-nav-list__list {
display: flex;
gap: 50px
}

.p-nav-list__item {
display: flex;
}

.p-nav-list__text {
transition: -webkit-transform .3s cubic-bezier(0, 0.55, 0.45, 1);
transition: transform .3s cubic-bezier(0, 0.55, 0.45, 1);
transition: transform .3s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform .3s cubic-bezier(0, 0.55, 0.45, 1)
}

.p-nav-list__link {
line-height: 1.5;
font-size: clamp(1.45rem,.95vw,1.65rem);
letter-spacing: .01em;
position: relative;
transition: color .3s;
font-weight: 700;
cursor: pointer
}

.p-nav-list__link::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background-color: #fcd73f;
border-radius: 50%; /* 円形にする */
transform: translate(-50%, -50%);
transition: width 0.4s, height 0.4s;
z-index: -1; /* 文字の後ろに配置 */
}

.p-nav-list__link:hover,.p-nav-list__link:active,.p-nav-list__link:focus {
text-decoration: none;
color: #2c628c;
}

.p-nav-list__link:hover::before {
/* ホバー時に円を巨大化させる */
width: 50px;
height: 50px;
}
@media only screen and (max-width: 480px) {
.p-nav-list__link:hover::before {
/* ホバー時に円を巨大化させる */
width: 40px;
height: 40px;
}
}


.p-nav-list__link.is-current {
opacity: 1
}

.p-nav-list__link.is-current::before {
-webkit-transform: translateY(calc(-50% + 0.1em)) scale(1);
transform: translateY(calc(-50% + 0.1em)) scale(1);
opacity: 1;
transition: opacity .2s,-webkit-transform .3s;
transition: transform .3s,opacity .2s;
transition: transform .3s,opacity .2s,-webkit-transform .3s
}

.p-fv_layout {
/*display: grid;*/
/*grid-template-columns: 1fr repeat(6, 188.3333333333px) 1fr*/
}

.p-fv_layout.js-hero-animation .p-fv_text {
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px)
}

.p-fv_layout.js-hero-animation.is-active .p-fv_text {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: opacity .4s .6s,-webkit-transform .7s cubic-bezier(0, 0.55, 0.45, 1) .6s;
transition: opacity .4s .6s,transform .7s cubic-bezier(0, 0.55, 0.45, 1) .6s;
transition: opacity .4s .6s,transform .7s cubic-bezier(0, 0.55, 0.45, 1) .6s,-webkit-transform .7s cubic-bezier(0, 0.55, 0.45, 1) .6s
}

.p-title {
display: flex;
flex-direction: column;
align-items: center
}

.p-title {
display: flex;
flex-direction: column;
align-items: center
}

.p-title__inner {
font-size: 4rem;
color: #2c628c;
font-weight: 600;
letter-spacing: .108em;
text-indent: .2em;
}

.sp {
display: none !important
}

.pc {
 display: block !important
}

@media screen {
[hidden~=screen] {
display: inherit
}

[hidden~=screen]:not(:active):not(:focus):not(:target) {
position: absolute !important;
clip: rect(0 0 0 0) !important
}
}

@media only screen and (max-width: 960px) {
.sp {
display: block !important
}

.pc {
display: none !important
}
}

.sp-450 {
display: none !important
}
@media only screen and (max-width: 450px) {
.sp-450 {
display: block !important
}
}

@media only screen and (max-width: 768px) {
body {
font-size:1.6rem
}

.l-section--fv {
padding-top: 98px;
padding-bottom: 0
}

.l-fixed-content {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
z-index: 2;
pointer-events: none;
}

.l-fixed-content__inner {
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: -webkit-transform .4s cubic-bezier(0.16, 1, 0.3, 1);
transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform .4s cubic-bezier(0.16, 1, 0.3, 1);
padding: 10px
}

.l-fixed-content.is-visible .l-fixed-content__inner {
-webkit-transform: translateY(0);
transform: translateY(0)
} 

.p-title__inner {
-webkit-transform: translateX(-4px);
transform: translateX(-4px)
}

.p-title__inner {
font-size: 2.3rem;
text-align: center;
letter-spacing: .04em;
margin-right: -5px;
margin-left: -5px
}

.p-title--cv .p-title__inner {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}

@media only screen and (max-width: 1141px) {
.p-header-layout {
margin: 0px auto 0;
max-width: calc(100% - 40px);
background-color: rgba(0,0,0,0);
box-shadow: none;
padding: 0;
border-radius: 0;
overflow: visible
}

.p-header-layout__head {
border-radius: 10px;
background: #fff;
box-shadow: 0px 1px 10px rgba(0,0,0,.13);
padding: 16px 24px;
max-width: 100%;
width: 100%;
align-items: flex-start;
position: relative;
z-index: 100;
flex-shrink: 1
}

.p-header-layout__body {
width: auto;
margin-left: 11px;
width: 100%;
position: relative;
max-width: 62px;
flex-shrink: 0
}

.p-header-logo__link img {
height: 28px
}

.p-header-nav-btn.is-open .p-header-nav-btn__btn {
max-width: calc(100% - 44px)
}

.p-header-nav-btn {
border-radius: 10px;
background: #fff;
box-shadow: 0px 1px 10px rgba(0,0,0,.13);
z-index: 100;
width: 100%;
height: 100%;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}

.p-header-nav-btn__btn {
display: block;
max-width: calc(100% - 41px);
width: 100%;
aspect-ratio: 1/1;
position: relative
}

.p-header_menu {
padding-left: 0;
margin-top: 10px;
width: 100%
}

.p-header_menu .p-nav-list {
width: 100%
}

.p-header_menu .p-nav-list__item {
width: 100%;
flex-direction: column;
align-items: center
}

.p-header_menu .p-nav-list__list {
align-items: center;
gap: 33.2px
}

.p-header_menu .p-nav-list__link {
width: 100%;
font-size: 1.9rem;
cursor: pointer;
opacity: 1;
text-align: center;
line-height: 3rem;
}
@media only screen and (max-width: 480px) {
.p-header_menu .p-nav-list__link {
font-size: 1.6rem;
line-height: 1rem;
}
}

.p-header_menu .p-nav-list__text {
text-align: center;
letter-spacing: -0.05em;
}

.p-header_nav-cv {
margin-top: 51px;
margin-top: 43.3px;
margin-left: 0;
width: 100%
}

.p-header-nav {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
pointer-events: none;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
transition: -webkit-clip-path .4s;
transition: clip-path .4s;
transition: clip-path .4s, -webkit-clip-path .4s
}

.p-header-nav__bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}

.p-header-nav__inner {
position: relative;
height: 100vh;
height: 100dvh;
padding-top: 128px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
display: flex;
flex-direction: column;
pointer-events: none;
justify-content: flex-start
}

.p-header-nav.is-open {
pointer-events: all;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
transition: -webkit-clip-path .4s;
transition: clip-path .4s;
transition: clip-path .4s, -webkit-clip-path .4s
}

.p-header-nav.is-open .p-header_menu .p-nav-list__link {
pointer-events: all
}

.p-header-nav.is-open .p-header_nav-cv {
pointer-events: all
}

.p-header-nav.is-open .p-header_nav-cv .p-cv_btn {
pointer-events: all
}

.p-nav-list__list {
flex-direction: column
}

.p-nav-list__item {
max-width: 100%
}
}

@media only screen and (max-width: 960px) {
.p-title__inner {
font-size: 3.3rem;
}
}

@media only screen and (max-width: 441px) {
.p-title__inner {
font-size: 2.5rem;
}
}


/*--------------------------
ドロップダウンメニュー
--------------------------*/
/* ナビゲーションメニュー */
.menu-list {
display: flex;
justify-content: center;
}

.menu-item {
position: relative;
transition: background-color .3s;
display: flex;
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
transform: scaleY(1);
}

.menu-item:hover {
transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}

.drop-menu-item:hover {
/*opacity: .8;*/
transition: opacity .3s; 
}

.menu-item a {
align-items: center;
color: #2c628c;
display: flex;
height: 50px;
justify-content: center;
text-decoration: none;
width: 120px;
}

.menu-item a:hover {
color: #04affb;
}

.menu-item a {

}

/* ドロップダウンメニュー */
.drop-menu {
position: relative;
}

.drop-menu-list {
left: -34px;
position: absolute;
top: 100%;
transform: scaleY(0); /* ドロップダウンメニューの非表示 */
transform-origin: center top; /* 変形を適応する基準を設定 */
transition: transform .3s; /* 表示の変化をアニメーション化 */
width: max-content;
z-index: 1;
align-items: center;
display: inline-block;
padding-top: 16.5px;
}

.drop-menu-item {
background-color: #fdefb2;
transition: opacity .3s;
padding: 0 10px;
}

.menu-sen {
 border-bottom: dotted 3px #fff;   
}

@media only screen and (max-width: 1560px) {
.drop-menu-list {
left: -44px;
padding-top: 19px;
}
}

@media only screen and (max-width: 1141px) {
.drop-menu {
width: 100%;
flex-direction: column;
align-items: center
}

.drop-menu-list {
width: 100%;
flex-direction: column;
align-items: center;
text-align: center;
left: 0;
}

.menu-item a {
align-items: center;
color: #00a5ff;
display: flex;
width: 220px;
height: 50px;
justify-content: center;
}

.drop-menu-item {
background-color: #fff; /* ドロップダウンメニューの背景色 */
align-items: center;
padding: 0 10px;
}

.drop-menu-item:hover {
opacity: .8;
transition: opacity 1.0s; 
text-decoration: underline dotted 3px #00a5ff;
text-underline-offset: 10px;
}
}

/* sp_menu */
.sp_menu {
display: none !important
}

.pc_menu {
display: block !important
}

@media only screen and (max-width: 1141px) {
.sp_menu {
display: block !important
}

.pc_menu {
display: none !important
}

.drop-menu-list {
transform: scaleY(1); /* ドロップダウンメニューの非表示 */
width: 100%;
flex-direction: column;
align-items: center;
text-align: center;
left: 0;
}

.menu-item .p-nav-list__text a:hover {
color: #2c628c;
}

.menu-item .p-nav-list__text a {
position: relative;
padding: 0.8rem 0;
margin-bottom: 0.2rem;
border-bottom: 2px solid;
color: #2c628c;
ont-weight: bold;
text-align: center;
width: 100%;
}

.menu-item .p-nav-list__text a:before,
.menu-item .p-nav-list__text a:after {
position: absolute;
top: 100%;
left: 50%;
content: "";
height: 0;
width: 0;
}

.menu-item .p-nav-list__text a:before {
border: 13px solid;
border-color: transparent;
border-top-color: #2c628c;
margin-left: -13px;
}

.menu-item .p-nav-list__text a:after {
border: 10px solid;
border-color: transparent;
border-top-color: #2c628c;
margin-left: -10px;
}
}

@media only screen and (max-width: 480px) {
.drop-menu-list {
padding-top: 15px;
}
.menu-item a {
height: 40px;
}
}


/*--------------------------
メインビジュアル
--------------------------*/
.p-fv_layout {
display: grid;
/*gap: 10px;*/
grid-template-columns: 1.6fr 1.4fr;
grid-auto-rows: 400px;   
}

.l-section--fv {
background: url("../img/main/main_bg.jpg") no-repeat center center / cover;
/*padding-top: 30%;*/
/*height: 65vh;*/
  
padding-top: 150px;
padding-bottom: 100px;
overflow: hidden;
}

.l-section--fv .l-section__inner {
max-width: 100%;
padding: 0;
}

.p-fv_layout.js-hero-animation .p-fv_visual {
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px);
}

.p-fv_layout.js-hero-animation.is-active .p-fv_visual {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
transition: opacity .4s .6s,-webkit-transform .7s cubic-bezier(0.33, 1, 0.68, 1) .6s;
transition: opacity .4s .6s,transform .7s cubic-bezier(0.33, 1, 0.68, 1) .6s;
transition: opacity .4s .6s,transform .7s cubic-bezier(0.33, 1, 0.68, 1) .6s,-webkit-transform .7s cubic-bezier(0.33, 1, 0.68, 1) .6s
}

.p-fv_layout__head {
margin: auto 0px auto 50%;
width: 100%;
align-self: center;
justify-self: center;
}

.p-fv_text {
display: flex;
flex-direction: column;
grid-column: 6/9;
grid-row: 1/2;
margin-left: 4.3%;
}

.main-title {
font-size: 5.5rem;
color: #fff;
color: #2c628c;
font-weight: 700;
letter-spacing: .010em;
line-height: 1.3em;
text-shadow: #04affb 3px 0 10px;
margin-top: 20px;
}

.main-title-big {
color: #fff;
font-size: 7.6rem;
font-weight: 700;
letter-spacing: .010em;
line-height: 1.3em;
text-shadow: #04affb 3px 0 10px;
}

.br {
white-space: pre;
/*font-weight: normal;*/
word-wrap: break-word; /* 古い表記だが互換性高 */
overflow-wrap: break-word; /* 推奨 */
word-break: break-all; /* 単語の途中でも改行する */
}

.main-sab {
font-size: 2.8rem;
font-weight: 500;
letter-spacing: .010em;
color: #2c628c;
padding-left: 10px;
display: block;
width: 680px;
height: 100%;
background-color: rgb(255, 255, 255, 0.60);
border-radius: 10px;
padding: 0.5em 1.0em;
margin: 1.5em 0;
/*text-shadow: #04affb 3px 0 10px;*/
}

.p-fv_layout__body {
margin: 0px 80px auto 20px;
padding-top: 20px;
}

.p-fv_visual__item img {
width: 900px;
}


@media only screen and (max-width: 1650px) {
.p-fv_layout__head {
margin: auto 0px auto 20%;
}
}

@media only screen and (max-width: 1528px) {
.p-fv_layout__head {
margin: auto 0px auto 28%;
}

.main-title {
font-size: 4.5rem;
}

.main-title-big {
font-size: 6.7rem;
}

.main-sab {
font-size: 2.7rem;
width: auto;
height: 100%;
margin-right: 15%;
}

.l-section--fv {
padding-top: 120px;
padding-bottom: 40px;
}
}

@media only screen and (max-width: 1366px) {
.p-fv_layout__body {
transform: translateY(15%);
}
}

@media only screen and (max-width: 1246px) {
.p-fv_layout__head {
margin: auto 0px auto 20%;
}

.main-title {
font-size: 4.0rem;
}

.main-title-big {
font-size: 5.9rem;
}

.main-sab {
font-size: 2.26rem;
padding: 0.5em 0.8em;
}
}

@media only screen and (max-width: 1141px) {
.l-section--fv {
padding-top: 80px;
padding-bottom: 10px;
}
}

@media only screen and (max-width: 1084px) {
.l-section--fv {
padding-top: 70px;
padding-bottom: 0px;
}

.main-title {
font-size: 3.4rem;
}

.main-title-big {
font-size: 5.3rem;
}

.main-sab {
font-size: 2.2rem;
width: auto;
height: 100%;
margin-right: 10%;
}
}

@media only screen and (max-width: 1075px) {
.p-fv_layout__body {
transform: translateY(30%);
}
}

@media only screen and (max-width: 960px) {
.l-section--fv {
padding-top: 70px;
padding-bottom: 90px;
justify-items: center;
}

.p-fv_layout__body {
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
align-self: center;
justify-self: center;
}
    
.p-fv_layout {
display: flex;
flex-direction: column
}

.p-fv_layout__head {
padding: 0;
margin: 0 auto;
width: 100%;
text-align: center;
align-self: center;
justify-self: center;
}

.p-fv_text {
margin-top: 24px;
margin-left: 5px
}

.main-title {
font-size: 4.8rem;
}

.main-title-big {
font-size: 6.3rem;
}

.main-sab {
padding-top: 20px;
font-size: 2.6rem;
padding-right: 0;
margin: 0 30px;
padding: 0.4em 0.5em 0.5em;
}
}

@media only screen and (max-width: 768px) {
.p-fv_text {
margin-top: 24px;
margin-left: 5px
}

.main-title {
font-size: 3.8rem;
}

.main-title-big {
font-size: 5.5rem;
}

.main-sab {
padding-top: 20px;
font-size: 2.6rem;
padding-right: 0;
margin: 0 30px;
padding: 0.4em 0.5em 0.5em;
}
}

@media only screen and (max-width: 590px) {
.l-section--fv {
padding-top: 70px;
padding-bottom: 50px;
}

.p-fv_layout__head {
padding: 0 30px;      
}

.main-title {
font-size: 3.0rem;
}

.main-title-big {
font-size: 4.2rem;
}

.main-sab {
padding: 0.45em 0.5em 0.5em;
font-size: 1.9rem;
margin: 0;
}
}

@media only screen and (max-width: 400px) {
.main-sab {
font-size: 1.6rem;
}
}


/*--------------------------
コラム
--------------------------*/
.index-column-item {
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
/*box-shadow: 0 5px 30px -10px rgba(0,0,0,.3);*/
box-shadow: 0 5px 20px -10px rgba(0,0,0,.3);
}

.index-column-item-text {
background: #fff;
padding: 15px 15px 25px;
}

@media (max-width: 1250px) { 
.index-column-item-text {
padding: 12px 12px 20px;
}

.few-center .index-column-item-text {
padding: 15px 15px 25px;
}
}

@media (max-width: 959px) { 
.center .index-column-item-text, .few-center .index-column-item-text {
padding: 20px 20px 20px;
}
}

@media screen and (max-width: 768px) {
.index-column-item {
border-radius: 5px;
}

.center .index-column-item-text, .few-center .index-column-item-text {
padding: 15px 15px 20px;
}

.index-column-item-text>.pos_relative {
margin-bottom: 10px;
}
}

@media (max-width: 480px) {
.center .index-column-item-text, .few-center .index-column-item-text {
padding: 10px 10px 15px;
}
}

@media (max-width: 418px) {
.center .index-column-item-text, .few-center .index-column-item-text {
padding: 10px 10px 10px;
}
}


/*--------------------------
テキスト
--------------------------*/
.l-section--about {
/*padding-top: 50px;*/
padding-bottom: 0px
}

.line-yellow {
position: relative;
background: linear-gradient(transparent 70%, #fcd73f 70%);
}

.fv-line-yellow {
position: relative;
background: linear-gradient(transparent 80%, rgba(252, 215, 63, 0.8) 80%);
}

.first-text {
display: flex; 
justify-content: center;
align-items: center;
}

.first-img-pc {
display: flex;
justify-content: flex-start;
float: left;
width: 9.5em;
height: 9.5em;
padding: 20px 30px 20px 30px;
}

.first-img-pc {
display: block;
}

.first-img-sp {
display: none;
}

@media only screen and (max-width: 960px) {
.first-text {
display: flex; 
justify-content: flex-start;
}

.first-img-pc {
display: flex;
justify-content: flex-start;
width: 30%;
height: auto;
padding: 20px 20px 20px 30px;
}

.p-about_text {
width: 70%;
height: auto;
}
}

@media only screen and (max-width: 768px) {
.first-img-pc {
display: none;
}

.first-img-sp {
display: block;
}

.first-img-sp {
display: flex;
justify-content: flex-start;
float: left;
width: 11em;
height: 11em;
padding: 0px 30px 0px 0px;
}

.p-about_text {
width: 100%;
height: auto;
}
}

@media only screen and (max-width: 480px) {
.first-img-sp {
width: 9em;
height: 9em;
padding: 0px 20px 0px 0px;
}
}

/* 吹き出し */
.p-cv_title01, .p-cv_title02, .p-cv_title03 {
margin-top: 29px;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 40px;
}

.p-cv_title01::before {
content: "";
display: inline-block;  
background-image: url('../img/step03_img01.svg');
background-size: cover;
background-repeat: no-repeat;
width: 12em;
height: 12em;
margin: 0 220px -110px 0;
z-index: 1000;
}

.p-cv_title02::before {
content: "";
display: inline-block;  
background-image: url('../img/step03_img02.svg');
background-size: cover;
background-repeat: no-repeat;
width: 12em;
height: 12em;
margin: 0 280px -110px 0;
z-index: 1000;
}

.p-cv_title03::before {
content: "";
display: inline-block;  
background-image: url('../img/step03_img03.svg');
background-size: cover;
background-repeat: no-repeat;
width: 12em;
height: 12em;
margin: 0 330px -110px 0;
z-index: 1000;
}

.p-cv_title__inner {
color: #2c628c;
font-size: 2.5rem;
letter-spacing: .02em;
font-weight: 600;
position: relative;
z-index: 100;
}

.fukidashi {
position: relative;
width: fit-content;
text-align: right;
padding: 12px 20px 12px 150px;
color: #04affb;
border-radius: 10px;
background-color: #fff;
box-shadow: #85d3f3 3px 3px 10px;
isolation: isolate;

&::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
z-index: -1;
width: 20px;
height: 12px;
box-sizing: border-box;
background-color: #fff;
clip-path: polygon(0 0, 100% 0, 50% 100%);
translate: -50% 0;
}
}

@media only screen and (max-width: 960px) {
.fukidashi {
padding: 12px 20px 12px 165px;
}

.p-cv_title01::before {
margin: 0 230px -110px 0;
}
.p-cv_title02::before {
margin: 0 180px -150px 0;
}
.p-cv_title03::before {
margin: 0 230px -150px 0;
}

.p-cv_title__inner {
text-align: left;
}
}

@media only screen and (max-width: 768px) {
.p-cv_title01, .p-cv_title02, .p-cv_title03 {
margin-top: 15px;
margin-bottom: 20px;
margin-left: 30px;
}

.p-cv_title__inner {
font-size: 2rem;
text-align: left;
}

.p-cv_title01::before {
content: "";
width: 8em;
height: 8em;
margin: 0 190px -90px 0;
}

.p-cv_title02::before {
content: "";
width: 8em;
height: 8em;
margin: 0 150px -105px 0;
}

.p-cv_title03::before {
content: "";
width: 8em;
height: 8em;
margin: 0 195px -105px 0;
}

.fukidashi {
padding: 12px 20px 12px 100px;
}
}

.l-section__out {
margin: 25px auto;
}

.title-waku {
display: flex;
justify-content: center;
align-items: center;
padding: 12px 0px;
position: relative;
z-index: 100;

&::before {
content: "";
width: 50px;
height: 3px;
box-sizing: border-box;
background-color: #2c628c;
rotate: 60deg;
}

&::after {
content: "";
width: 50px;
height: 3px;
box-sizing: border-box;
background-color: #2c628c;
rotate: -60deg;
}
}

.p-title__inner span {
color: #04affb;
border-bottom: dotted 4px #04affb;
}

.p-about_text h1 {
font-size: 1.8rem;
line-height: 1.5;
padding-bottom: 20px;
}
.p-about_text h1 span {
font-size: 2.8rem;
line-height: 1.5;
}

@media only screen and (max-width: 960px) {
.p-about_text h1 {
padding-top: 15px;
}
}

@media only screen and (max-width: 825px) {
.p-about_text h1 {
font-size: 1.45rem;
line-height: 1.5;
padding-bottom: 15px;
}
}
@media only screen and (max-width: 441px) {
.p-about_text h1 {
font-size: 1.1rem;
line-height: 1.5;
padding-bottom: 15px;
}
.p-about_text h1 span {
font-size: 2.4rem;
line-height: 1.2;
}
}

.h1-sp {
display: none !important
}
@media only screen and (max-width: 590px) {
.h1-sp {
display: block !important;
line-height: 0;	 
}
}

.p-about_text, .p-about_text-end {
margin: 20px;
font-weight: 500;
font-size: 1.8rem;
line-height: 2.0;
letter-spacing: .06em;
color: #2c628c;
padding-bottom: 50px;
padding-top: 50px;
}

.p-about_text {
text-align: left;
}

.p-about_text-end {
text-align: center;
}

@media only screen and (max-width: 960px) {
.p-about_text, .p-about_text-end {
padding-bottom: 0px;
padding-top: 0px;
}
}

.p-about_text02 {
margin: 20px 0;
font-weight: 500;
font-size: 1.8rem;
line-height: 2.0;
text-align: center;
letter-spacing: .06em;
color: #2c628c;
}

.column-item-content h3,
.column-item-content h4 {
display: block;
width: calc(100%);
font-size: 1.7rem;
font-weight: 600;
color: #2c628c;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3; /* 3行で省略 */
overflow: hidden;
text-align: left;
text-align: justify;
}

.few-center .column-item-content h4 {
font-size: 2.3rem;
}

@media only screen and (max-width: 1250px) {
.column-item-content h3,
.column-item-content h4 {
font-size: 1.2rem;
}
.few-center .column-item-content h4 {
font-size: 1.9rem;  
}
}

@media only screen and (max-width: 1080px) {
.column-item-content h3,
.column-item-content h4 {
font-size: 1.05rem;
}
.few-center .column-item-content h4 {
font-size: 1.7rem;  
}
}

@media only screen and (max-width: 998px) {
.column-item-content h3,
.column-item-content h4 {
font-size: 1.00rem;
}
.few-center .column-item-content h4 {
font-size: 1.6rem;  
}
}

@media only screen and (max-width: 960px) {
.p-about_text, .p-about_text02, .p-about_text-end {
text-align: left;
text-align: justify;
}
}

@media only screen and (max-width: 959px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.5rem;
}
}

@media only screen and (max-width: 768px) {
.p-about_text, .p-about_text-end {
margin: 20px 35px;
padding-bottom: 0px;
font-size: 1.6rem;
line-height: 2.0;
}

.p-about_text02 {
font-size: 1.6rem;
line-height: 2.0;
}
    
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.5rem;
}
}

@media only screen and (max-width: 525px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.3rem;
}
}

@media only screen and (max-width: 493px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.2rem;
}
}

@media only screen and (max-width: 480px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.1rem;
}
}

@media only screen and (max-width: 433px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.0rem;
}
}

@media only screen and (max-width: 410px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 0.9rem;
}
}

@media only screen and (max-width: 390px) {
.column-item-content h3, .column-item-content h4, .few-center .column-item-content h4 {
font-size: 1.0rem;
}
}

.pc-title {
display: block;

}
.sp-title {
display: none;
}

@media only screen and (max-width: 768px) {
.pc-title {
display: none;
}
.sp-title {
display: block;
}
}

.p-nav-list__link:hover,.p-nav-list__link:active,.p-nav-list__link:focus {
text-decoration: none;
color: #2c628c;
}


/*--------------------------
足跡
--------------------------*/
.p-cv_flow__step {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-shrink: 0;
padding-top: 3px;
padding-bottom: 3px;
}

.p-cv_flow__step::before {
content: "";
display: block;
position: absolute;
width: 2px;
height: 100%;
top: 0;
right: -3px;
background-size: contain;
background-repeat: repeat-y;
background-position: top;
}

.p-cv_flow__step-text,.p-cv_flow__step-num {
line-height: 1;
color: #2c628c;
font-family: "Roboto Condensed",serif;
font-weight: 600;
text-align: center;
}

.p-cv_flow__step-text {
font-size: 1.8rem;
z-index: 50;
}

.p-cv_flow__step-num {
font-size: 3.6rem;
z-index: 50;
}

.bk-step {
background: url(../img/step_img.svg) no-repeat;
width: 95px;
height: 95px;
background-size: 95px;	
display: inline-block;
margin-top: -78px;
z-index: 1;
}

@media (max-width: 768px) {
.p-cv_flow__step-text {
font-size: 1.5rem;
z-index: 50;
}

.p-cv_flow__step-num {
font-size: 3.0rem;
z-index: 50;
}

.bk-step {
width: 80px;
height: 80px;
background-size: 80px;	
display: inline-block;
margin-top: -65px;
z-index: 1;
}
}


/*--------------------------
下部ボタン
--------------------------*/
.access-aria {
background-color: #fff;
padding: 40px 0;
}

.l-fixed-btn {
text-align: center;
}

.p-pc_btn {
margin: 50px 0px 20px 0px;
display: inline-block;
flex-direction: column;
align-items: flex-start;
margin-left: 2px;
}

.p-pc_btn__btn {
overflow: hidden;
border-radius: 50rem;
position: relative;
text-decoration: none;
min-width: 740px;
min-height: 75px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0;
}

.btn-A::before, .btn-A::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
background: linear-gradient(91.45deg, #00a5ff 0%, #85d3f3 99.6%);
}

.btn_img::before{
content: "";
display: inline-block;  
background-image: url('../img/btnA_img.svg');
background-size: cover;
background-repeat: no-repeat;
width: 10em;
height: 10em;
margin: 0 0 -50px 0;
z-index: 1000;
}

.p-pc_btn__btn::before {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.p-pc_btn__btn::after {
opacity: 0;
-webkit-transform: translate(-50%, -50%) rotate(180deg);
transform: translate(-50%, -50%) rotate(180deg);
transition: opacity .8s;
}

.p-pc_btn__btn:hover, .p-pc_btn__btn:active, .p-pc_btn__btn:focus {
text-decoration: none;
}

.p-pc_btn__btn:hover::after, .p-pc_btn__btn:active::after, .p-pc_btn__btn:focus::after {
opacity: 1;
}

.p-pc_btn__content {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
}

.p-pc_btn__main {
color: #fff;
font-weight: 600;
font-size: 2.8rem;
margin-right: 15px;
letter-spacing: .1em;
}

.btn-A .p-pc_btn__main span::after {
content: '';
position: absolute;
top: calc(50% - 7px);
text-align: right;
left: 500px;
display: inline-block;
width: 15px;
height: 15px;
margin: 0 5px 2px 5px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.p-link p {
font-size: 1.6rem;
font-weight: 400;
padding-top: 20px;
line-height: 1.8;
text-align: center;
letter-spacing: .06em;
color: #2c628c;
}

.p-link p::after {
content: '';
position: relative;
top: calc(50% - 7px);
text-align: right;
left: 0px;
display: inline-block;
width: 10px;
height: 10px;
margin: 0 5px 0.5px 5px;
border-top: 2px solid #2c628c;
border-right: 2px solid #2c628c;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}


@media only screen and (max-width: 768px) {
.p-pc_btn__btn {
min-width: 400px;
min-height: 80px;
}

.p-pc_btn__main {
font-size: 2rem;
}

.btn-A .p-pc_btn__main span::after {
content: '';
position: absolute;
top: calc(50% - 7px);
text-align: right;
left: 180px;
display: inline-block;
width: 12px;
height: 12px;
margin: 0 5px 2px 5px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.p-link p {
font-size: 1.4rem;
line-height: 1.6;
}
}

@media only screen and (max-width: 460px) {
.p-pc_btn__btn {
min-width: 315px;
min-height: 80px;
}
}
	
/*--------------------------
セクション
--------------------------*/
.l-section__inner {
max-width: 1130px;
width: 100%;
padding: 0 15px;
margin: 0 auto
}

.l-section__inner02 {
max-width: 1130px;
width: 100%;
padding: 0 15px 80px;
margin: 0 auto
}

.l-section--resolution .l-section__inner {
position: relative
}

@media only screen and (max-width: 768px) {
body {
font-size:1.6rem
}
.l-section__inner {
max-width: 1130px;
width: 100%;
padding: 0 0px;
margin: 0 auto;
max-width: 100%;
}
.l-section__inner02 {
max-width: 1130px;
width: 100%;
padding: 0 0px 50px;
margin: 0 auto;
max-width: 100%;
}
.l-section--fv .l-section__inner {
padding: 0 15px;
}
}

@media only screen and (max-width: 460px) {
.l-section__inner02 {
padding: 0 0px 30px;
}
}

.l-section__inner, .l-section__inner02 {
position: sticky;   
}

.relative {
position: relative;
}

p + p {
margin-top: 100px;
}
img {
height: auto;
max-width: 100%;
vertical-align: top;
}

section {
overflow-x: hidden;
width: 100%;
}
section:nth-of-type(1) {
background: url("../img/section_bg01.webp") no-repeat center center / cover;
padding: 140px 50px 80px;
}
section:nth-of-type(2) {
background: url("../img/section_bg02.webp") no-repeat center center / cover;
padding: 140px 50px 80px;
}
section:nth-of-type(3) {
background: url("../img/section_bg03-1.webp") no-repeat center center / cover;
padding: 140px 50px 0px;
}
section:nth-of-type(4) {
background: url("../img/section_bg03-2.webp") no-repeat center center / cover;
padding: 80px 50px 0px;
}
section:nth-of-type(5) {
background: url("../img/section_bg03-1.webp") no-repeat center center / cover;
padding: 80px 50px 80px;
}

.aria-border {
border-bottom: dotted 4px #fff;
}

@media (max-width: 768px) {
section:nth-of-type(1) {
padding: 100px 25px 50px;
}
section:nth-of-type(2) {
padding: 100px 25px 50px;
}
section:nth-of-type(3) {
padding: 100px 25px 0px;
}
section:nth-of-type(4) {
padding: 50px 25px 0px;
}
section:nth-of-type(5) {
padding: 50px 25px 50px;
}
}

@media (max-width: 460px) {
section:nth-of-type(1) {
padding: 70px 25px 30px;
}
section:nth-of-type(2) {
padding: 70px 25px 30px;
}
section:nth-of-type(3) {
padding: 70px 25px 0px;
}
section:nth-of-type(4) {
padding: 30px 25px 0px;
}
section:nth-of-type(5) {
padding: 30px 25px 30px;
}
}


/*--------------------------
カルーセル
--------------------------*/
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
    user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
    touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}

.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
 display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/*--------- scroll button ---------*/
/* Arrows */
.slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 30px;
height: 30px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);

cursor: pointer;

color: transparent;
border: 2px solid rgba(44, 98, 140, 0.6);
outline: none;
background: transparent;
position-anchor: --carousel;
align-self: anchor-center;
border-radius: 50%;
padding-bottom: 2px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
border: 2px solid #2c628c;
color: transparent;
outline: none;
background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
font-size: 18px;
line-height: 1;
opacity: 0.6;
color: #2c628c;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*.slick-prev:hover,
.slick-next:hover {
color: #fff;
}*/

.slick-prev {
left: -40px;
}
[dir='rtl'] .slick-prev {
right: -40px;
left: auto;
}
.slick-prev:before {
content: '⬅';
grid-area: left;
left: calc(anchor(left) + 10px);
top:2px;
}
[dir='rtl'] .slick-prev:before {
content: '⮕';
grid-area: right;
right: calc(anchor(right) + 10px);
}

.slick-next {
right: -40px;
}
[dir='rtl'] .slick-next {
right: auto;
left: -40px;
}
.slick-next:before {
content: '⮕';
grid-area: right;
right: calc(anchor(right) + 10px);
}
[dir='rtl'] .slick-next:before {
content: '⬅';
grid-area: left;
left: calc(anchor(left) + 10px);
}


@media screen and (max-width: 480px) {
.slick-prev,
.slick-next {
width: 25px;
height: 25px;
}

.slick-prev:before,
.slick-next:before {
font-size: 15px;
}

.slick-prev {
left: -35px;
}
[dir='rtl'] .slick-prev {
right: -35px;
left: auto;
}

.slick-next {
right: -35px;
}
[dir='rtl'] .slick-next {
right: auto;
left: -35px;
}
}


/*--------- carousel saizu ---------*/
.features {
display: block;
list-style-type: none;
padding: 0;
text-align: center;
}
.features li {
margin: 20px 0;
}

.index-column-item {
background: #fff;
}

.carousel {
margin: auto;
padding: 10px;
width: 1100px;
}

.carousel:after,
.buttons::after {
clear: both;
content: '';
display: table;
}

.center li, .few-center li {
margin: 0.5px;
padding: 0.75%;
position: relative;
text-align: center;
margin-top: 30px;
margin-bottom: 70px;
}

/*中心を拡大する*/
.center .slick-center .many-column, .few-center .slick-center .many-column {
-moz-transform: scale(1.35);
-ms-transform: scale(1.35);
-o-transform: scale(1.35);
-webkit-transform: scale(1.35);
opacity: 1;
transform: scale(1.35);
}

.center .many-column, .few-center .many-column {
opacity: 0.8;
transition: all 300ms ease;
}

.few-center li {
/*transform: scale(1.15);
margin: 0 25px;*/
}

@media (max-width: 1250px) {
.carousel {
margin: auto;
padding: 10px 35px;
width: auto;
}

.center li {
padding: 1.10%;
margin-top: 30px;
margin-bottom: 60px;
}

.few-center li {
padding: 1.10%;
margin-top: 20px;
margin-bottom: 40px;
}

.center .slick-center .many-column, .few-center .slick-center .many-column {
-moz-transform: scale(1.65);
-ms-transform: scale(1.65);
-o-transform: scale(1.65);
-webkit-transform: scale(1.65);
opacity: 1;
transform: scale(1.65);
}
}

@media (max-width: 959px) {
.center li {
padding: 0.80%;
margin-top: 10px;
margin-bottom: 50px;
}

.few-center li {
padding: 1.00%;
margin-top: 10px;
margin-bottom: 40px;
}

.center .slick-center .many-column {
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
-webkit-transform: scale(1.25);
opacity: 1;
transform: scale(1.25);
}

.few-center .slick-center .few-column {
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
-webkit-transform: scale(1.25);
opacity: 1;
transform: scale(1.25);
}
}

@media (max-width: 768px) {
.center li {
padding: 1.00%;
margin-bottom: 40px;
}

.few-center li {
padding: 1.15%;
margin-bottom: 35px;
}

.center .slick-center .many-column {
-moz-transform: scale(1.30);
-ms-transform: scale(1.30);
-o-transform: scale(1.30);
-webkit-transform: scale(1.30);
opacity: 1;
transform: scale(1.30);
}

.few-center .slick-center .few-column {
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
-webkit-transform: scale(1.25);
opacity: 1;
transform: scale(1.25);
}
}

@media (max-width: 480px) {
.carousel {
padding: 10px 25px;
}

.center li {
padding: 1.65%;
margin-bottom: 40px;
}

.few-center li {
padding: 2.10%;
margin-bottom: 35px;
}

.center .slick-center .many-column, .few-center .slick-center .few-column {
-moz-transform: scale(1.65);
-ms-transform: scale(1.65);
-o-transform: scale(1.65);
-webkit-transform: scale(1.65);
opacity: 1;
transform: scale(1.65);
}
}

@media (max-width: 418px) {
.carousel {
padding: 10px 20px;
}

.center li {
padding: 1.75%;
margin-top: 30px;
margin-bottom: 50px;
}
    
.few-center li {
padding: 2.10%;
margin-top: 30px;
margin-bottom: 50px;
}

.center .slick-center .many-column {
-moz-transform: scale(1.75);
-ms-transform: scale(1.75);
-o-transform: scale(1.75);
-webkit-transform: scale(1.75);
opacity: 1;
transform: scale(1.75);
}

.few-center .slick-center .few-column {
-moz-transform: scale(1.63);
-ms-transform: scale(1.63);
-o-transform: scale(1.63);
-webkit-transform: scale(1.63);
opacity: 1;
transform: scale(1.63);
}
}

/*--------- carousel cursor ---------*/
.index-column-item {
transition: all 0.3s;
}
.index-column-item:hover {
border: 1.5px solid transparent; 
border-color: #fcd73f;
}


/*--------------------------
step-line
--------------------------*/
.step-line section {
position: relative;
}

.step-line-border section {
position: relative;
top: 0;
width: 100%;
height: auto;
overflow: hidden;
}

.step-line-border section::before {
content: "";
display: block;
position: absolute;
width: 40px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: auto;
opacity: 0.75;
}

.step-line-border section:nth-of-type(1)::before {
background: linear-gradient(#f6f6f6, #aae0f7);
}

.step-line-border section:nth-of-type(2)::before {
background: linear-gradient(#aae0f7, #fff);
}

.step-line-border section:nth-of-type(3)::before {
background: linear-gradient(#fff, #fdefb2);
}

.step-line-border section:nth-of-type(4)::before {
background: linear-gradient(#fdefb2, #fde16f);
}

.step-line-border section:nth-of-type(5)::before {
background: linear-gradient(#fde16f, #d1eefd);
}

@keyframes scrollbar {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
  100% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}

@media (max-width: 768px) {
.step-line-border section::before {
width: 30px;
}
}

