@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

:root {
    --base-color: #FAFAFA;
    --main-color: #5C98D5;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #192633;
    background-color: var(--base-color);
}

img {
    max-width: 100%;
}

#section1 {
    background-color: #5C98D5
}

#section2 {
    background-color: #5C98D5
}

#section3 {
    background-color: #5C98D5
}

.nav-color {
    transition: background-color 0.2s ease, color 0.2s ease;

}

.header {
    position: fixed;
    /* スクロールしても固定 */
    top: 0;
    right: 0;
    /* 右側に配置 */
    display: inline-block;
    /* 画面全体の高さ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* ナビを左寄せ */
    padding: 60px 0;
    z-index: 101;
}

.header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
}

.header__nav a {
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 0.5em;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    background-color: rgba(92, 152, 213, 0.8);
    border-radius: 4px 0 0 4px;
}

#nav__toggle {
    position: absolute;
    display: none;
    z-index: 31;
}

#nav__toggle span {
    display: block;
}

#header__nav--mobile {
    position: fixed;
    top: 50px;
    right: 40px;
    width: 200px;
    height: 250px;
    border: var(--main-color) solid 1px;
    border-radius: 5px;
    background-color: var(--base-color);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

#header__nav--mobile a {
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 0.5em;
    color: #fff;
    text-decoration: none;
    background-color: rgba(92, 152, 213, 0.8);
    border-radius: 4px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明の黒背景 */
    z-index: 100;
    display: none;
}

.overlay.active {
    display: block;
}

.top-video {
    position: relative;
    width: 100%;
    height: 100vh;
    /* 画面いっぱいの高さ */
    overflow: hidden;
    /* はみ出し防止 */
}

.top-video video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* アスペクト比を保ちつつ全体をカバー */

}

.top__brand {
    position: relative;
    bottom: 95%;
    width: calc(1920px / 3);
    height: 90%;
    margin-left: 50px;
    /* padding-right: 70px; */
    /* position: absolute;
    left: 20px;
    bottom: 50%; */
    font-weight: 500;
    color: #fff;
    font-size: 1.25rem;
    background-color: rgba(3, 168, 248, 0.6);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 100;
}

.top__brand .favicon-gray1 {
    /* position: absolute;
    top: 85px;
    left: 10%; */
    width: 300px;
    margin-top: 100px;
    margin-left: 40px;
    opacity: 0.2;
}

.top__brand--vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    margin: 0 auto;
    padding: 0 40px;
    border-radius: 4px;
}

.top__brand .favicon-gray2 {
    display: none;
}

.top__brand--vertical h1 {
    margin-top: 0;
    text-align: left;
    font-size: 3rem;
    font-weight: 500;
}

.top__brand--vertical span {
    display: inline-block;
    /* margin-left: 16%; */
    padding-top: 30px;
    text-align: left;
    font-family: "Yu Mincho", "游明朝";
    font-size: 1.5rem;
}

.top__brand--br {
    display: none;
}

.top__brand .wind {
    position: absolute;
    bottom: -10px;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0.2;
}

.top__brand .wind img {

    width: 100%;
    height: 100%;

    object-fit: cover;
    /* はみ出し防止＋背景のように表示 */
}

.wind-top2 {}

.main-heading {
    display: block;
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.main-heading span {
    position: absolute;
    left: 50%;
    top: -155%;
    transform: translateX(-50%);
    font-size: 6rem;
    font-weight: 500;
    color: #5C98D5;
    opacity: 0.1;
}

.sustainability-section {
    display: flex;
    margin-top: 125px;
    margin-bottom: 125px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sustainability-section__intro {
    width: 100%;
    /* display: inline-grid; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    /* grid-template-columns: repeat(16, 1fr); */
    column-gap: 20px;
    row-gap: 40px;
}
.sustainability-br2:first-child{
    display: none;
}
.sustainability-section__intro-goals {
    /* grid-column: 4 / 7;
    grid-row: 2 / 4; */
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-right: 350px;
}

.sustainability-section__intro-goals span {
    width: 21em;
    font-size: 1.5rem;
    font-weight: bold;
}

.sustainability-br {
    display: none;
}

.sustainability-section__intro-goals--blue {
    color: var(--main-color);
}

.sustainability-section__intro-goals span:nth-of-type(3) {
    /* ここにスタイルを記述 */
    font-size: 1.25rem;
}

.sustainability-section__intro img {
    /* grid-column: 9 / 14;
    grid-row: 3 / 5; */
    min-width: 200px;
    width: 400px;
    height: auto;
    margin-top: -200px;
    margin-left: 450px;
}

h2 {
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 2rem;
    text-align: left;

}

.sustainability-items {
    margin-left: 5%;
    margin-right: 5%;
}

.sustainability-items__item {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    gap: 40px;

}

.sustainability-items__item img {
    width: 200px;
    height: auto;
}

.sustainability-items_item--vertical {
    display: inline-block;
    font-size: 1.25rem;
}

.sustainability-items_item--vertical p {
    max-width: 39em;
}

.news-wrapper {
    margin-top: 100px;
    margin-bottom: 20%;
    text-align: center;
}

.news-contents {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
}

.news-contents__a {
    display: inline-block;
    margin-top: 50px;
    text-decoration: none;
    color: #192633;
}

.news-item {
    display: flex;
    gap: 20px;
    position: relative;
    margin: auto;
}

.date {
    display: inline-block;
    padding: 0.25em 1.5em;
    text-align: center;
    background-color: #5C98D5;
    border-radius: 40px;
}

.date time {
    color: #fff;
}

.news-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #8BB1D7;
}

.about-section {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 150px;
    background-color: var(--main-color);
}

/* .about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data/favicon-gray.png);
    background-size: 700px auto;
    background-position: 15% 250px;
    background-repeat: no-repeat;
    opacity: 0.2;
    透明度をここで調整
    z-index: 1;
} */

.about-section__square--top {
    position: relative;
    top: 50px;
    height: 10px;
}

.about-section__square--top .square-left {
    position: absolute;
    top: -100px;
    width: 50%;
    max-width: 50%;
    height: 100px;
    background-color: var(--base-color);
    border-radius: 18px;
}

.about-section__square--top .square-right {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 50%;
    max-width: 50%;
    height: 100px;
    background-color: var(--main-color);
    border-radius: 18px;
}

.about-contents {
    position: relative;
    margin: 90px 0;
}

.about-contents .wind {
    text-align: center;
    margin-top: -50px;
}

.wind img {
    width: 90%;
}

.heading-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.heading-wrapper .main-heading-right {
    grid-column: 2/ -1;

}

.main-heading-right>span:nth-child(1) {
    display: inline-block;
    color: #fff;
}

.main-heading-right .main-heading span {
    color: #ccc;
    opacity: 0.1;
}

.main-heading-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 左右2分割 */
    width: 100%;
    /* 高さは任意 */

}

.about-items__item--image {
    display: grid;
    justify-content: center;
    opacity: 0.3;
}

.about-items__item--image img {
    width: 500px;
    height: auto;
}

.about-items__item {
    display: grid;
}

.about-items__item--vertical {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.about-items__item--vertical p {
    font-size: 1rem;
}

.icon {
    width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
}

.btn a {
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    padding: 0.75em 3em;
    font-size: 1.25rem;
    color: #192633;
    text-decoration: none;
    background-color: #fff;
    border-radius: 40px;
}

.circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 5%;
    border-radius: 50%;
    background-color: #D6A95C;
}

.about-items__item .btn {
    margin-bottom: 20px;
}

.about-items__item p {
    display: inline-block;
    color: #fff;
}

.about-section__square--bottom {
    position: relative;
    top: 50px;
    height: 10px;
}

.about-section__square--bottom .square-left {
    position: absolute;
    top: -100px;
    width: 50%;
    max-width: 50%;
    height: 100px;
    background-color: #5C98D5;
    border-radius: 18px;
}

.about-section__square--bottom .square-right {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 50%;
    max-width: 50%;
    height: 100px;
    background-color: var(--base-color);
    border-radius: 18px;
}

.business-section {
    margin: 125px 0;
}

.main-heading-left {
    text-align: left;
}

.business-section .wind {
    margin-top: -50px;
}

.inner {
    margin: 0 15%;
}

.main-heading-left {
    display: flex;
    justify-content: center;
}

.business-section .wind {
    text-align: center;
}

.business-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.business-contents__image {
    grid-column: 2/ -1;
    display: flex;
    justify-content: center;
}

.business-contents__image img {
    width: 100%;
    height: auto;
}

.business-contents__text {
    grid-column: 1 / 2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    gap: 10px;
}

.business-contents__text>span:nth-child(1) {
    max-width: 20em;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}

.business-contents__text>span:nth-child(2) {
    max-width: 30em;
    margin-bottom: 30px;
    text-align: left;
}

.business-contents .btn {
    margin: 0 auto;
}

/* .business-contents .btn{
    height: fit-content;
    display: flex;
    justify-content: center;
    margin-top: -100px;
} */
.business-contents a {
    margin: 0 auto;
    color: #fff;
    background-color: var(--main-color);
}

.business-items__item--first {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
    /* border: 1px solid #f00; */
    text-align: center;
    box-sizing: border-box;
    border-radius: 18px;
}

.business-items__item--first a {
    display: inline-block;
    width: fit-content;
    height: 350px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
        -4px -4px 16px 0px rgba(255, 255, 255, .1), 8px 8px 16px 0px rgba(201, 217, 232, .3);
    border-radius: 18px;
}

.business-items__image--first {
    position: relative;
    display: inline-block;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    /* はみ出し防止 */
}

.business-items__image--first .business-items__name {
    text-align: left;
}

.business-items__item--first .business-items__description {
    position: absolute;
    right: 10%;
    bottom: 20%;
}

.business-items__item--first .business-items__description span {
    position: absolute;
    top: -150%;
    left: 80%;
    font-size: 4rem;

}

.business-items__image--first img {
    width: 700px;
    height: auto;
    border-radius: 18px;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    filter: brightness(75%); */
}

.business-items {
    display: grid;
    margin: 0 auto;

    grid-template-columns: repeat(auto-fit, 325px);
    max-width: calc(325px * 3 + 40px * 2);
    /* 最大3列*/
    justify-content: center;
}

.business-items__item {
    position: relative;
    margin: 0px 20px 80px;
    /* border: 1px solid #f00; */
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
        -4px -4px 16px 0px rgba(255, 255, 255, .1), 8px 8px 16px 0px rgba(201, 217, 232, .3);
    border-radius: 18px;
    box-sizing: border-box;
}

.business-items__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    color: #fff;
}

.business-items__image img {
    max-height: 100%;
    border-radius: 18px;
    filter: brightness(75%);
}

.business-items__name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}

.business-items__name span {
    color: #E8B35A;
    font-weight: 600;
}

.business-items__description {
    position: absolute;
    right: 10%;
    bottom: 10%;
    font-size: 1.25rem;
    color: #fff;
}

.business-items__description span {
    position: absolute;
    right: 5%;
    bottom: 0;
    /* transform: translateX(-50%); */
    font-size: 4.5rem;
    font-weight: 500;
    color: #E8B35A;
    opacity: 0.5;
}

.recruit-section {
    background-color: var(--main-color);
}

.recruit-contents {
    display: flex;
    gap: 2%;
}

.recruit-contents__image {
    position: relative;
    display: inline-block;


}

.recruit-contents__image img {
    width: 600px;
    height: 100%;
    object-fit: cover;
    /* 要素全体を埋める */
    object-position: center;
    /* 中央に配置 */


}

.recruit-contents__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 152, 213, 0.3);
    /* 青系のフィルター */
    mix-blend-mode: multiply;
    /* 色の重ね方を指定 */
    pointer-events: none;
}

.main-heading-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.main-heading-center>span:nth-child(1) {
    display: inline-block;
    color: #fff;

}

.main-heading-center .main-heading span {
    color: #ccc;
    opacity: 0.1;
}

.recruit-contents__description {
    display: inline-flex;
    padding: 3% 5%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.recruit-contents__description p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
}

.footer {
    display: flex;
    margin-top: 50px;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
    /* background-color: #fff;; */
    gap: 40px;
}

.footer__nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.footer__logo {}

.footer__nav ul {
    display: inline-flex;
    margin: 0;
    gap: 20px;
    padding-left: 0;
    text-decoration: none;
    list-style: none;
}

.footer__nav a {
    text-decoration: none;
    font-size: 1em;
    color: #192633;
}

.icon-svg {
    width: 50px;
    height: auto;
}

.number {
    display: flex;
    align-items: center;
}

.number__label {
    display: inline-flex;
    flex-direction: column;
}

.number>span:nth-child(1) {
    display: inline-flex;
    flex-direction: column;
    font-weight: 600;
}



/* about-and-recruit.html */
.company-section {
    width: 875px;
    margin: 0 auto;
    padding-top: 100px;
}

.company-section__wrapper {
    margin-top: 50px;
    padding: 40px 10%;
    background-color: #fff;
}

.company-profile__row {
    display: flex;
    margin: 0 5%;
    padding: 10px 0;
    border-bottom: rgba(164, 189, 214, 0.3) 2px solid;
    gap: 10%;
}

.label {
    width: 80px;
    padding: 20px 0;
}

.value {
    padding: 20px 0;
}

.company-section__profile {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(6, );
    margin: 0 auto;
    padding-bottom: 60px;
}

.company-section__profile dt {
    grid-column: 1/ 2;
    padding: 40px 0;
    border-bottom: rgba(164, 189, 214, 0.3) 2px solid;
}

.company-section__profile dd {
    grid-column: 2/ 3;
    margin: 0;
    padding: 40px;
    border-bottom: rgba(164, 189, 214, 0.3) 2px solid;
}

.company-section__info h2 {
    width: fit-content;
    margin: 0 auto;
    padding: 50px;
    padding-bottom: 30px;
}

.company-section__info-wrapper {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.company-section__info-map {
    text-align: center;
}

.company-section__info-text span {
    display: flex;
    align-items: center;
}

.company-section__info-text .icon-svg {
    width: 20px;
    height: auto;
}

.company-section__info-text {
    margin-left: 50px;
}

.company-section__info-text a {
    /* text-decoration: none; */
    color: var(--main-color);
}

.recruit-section--detail {
    width: 875px;
    margin: 0 auto;
    padding-top: 100px;
}

.recruit-section__wrapper {
    margin-top: 50px;
    padding: 40px 10%;
    background-color: #fff;
}

.recruit-profile__row {
    display: flex;
    margin: 0 5%;
    padding: 10px 0;
    border-bottom: rgba(164, 189, 214, 0.3) 2px solid;
    gap: 10%;
}

.recruit-section__wrapper .recruit-profile__row:nth-of-type(5) {
    margin-bottom: 30px;
}

.recruit-profile__row p:first-child {
    margin-top: 0;
}

.label {
    padding: 20px 0;
}

.recruit-profile__row .value {
    padding: 20px 0;
}

/* business.html */
.business-section--detail {
    margin: 0 5%;
    padding-top: 100px;
}

.business__intro--detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    gap: 20px;
}

.intro__text span {
    font-size: 1.5rem;
    color: var(--main-color);
}

.intro__text p {
    font-size: 1rem;

}

.intro__image {
    width: fit-content;
}

.intro__image img {
    width: 400px;
}

.business__contents--detail {
    margin: 0 auto;

}

.business-contents__wrapper--detail {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.triangle {
    width: 7rem;
    height: 1.5rem;
    margin: 24px 0;
    background-color: #EAF0F7;
    clip-path: polygon(0 0, 7rem 0, 3.5rem 1.5rem);
}


.sidebar-sticky {
    position: relative;
    z-index: 2000;
    width: 300px;
    flex-shrink: 0;
}


.sidebar-sticky ul {
    padding: 20px;
    background-color: #fff;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-sticky a {
    transition: color 0.3s ease;
}

.sidebar-sticky a:hover {
    color: var(--main-color)
}

.sidebar-sticky li {
    padding: 5px 0;
    border-bottom: #e4e9ee 1px solid;
}

.sidebar-sticky a {
    text-decoration: none;
    color: #192633;
}

#business-items--detail {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.business-items__item--detail {
    position: relative;
    padding: 50px;
    background-color: #fff;
}

.special-item {
    width: 89%;
}

.business-items__item--detail span {
    position: absolute;
    top: -40px;
    font-size: 3.5rem;
    font-weight: 500;
}

.business-items__item--detail h3 {
    margin: 0 30px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: #e4e9ee 1px solid;
}

.business-items__item--detail p {
    max-width: 50em;
    margin: 50px 0;
}

/* 019 */
.button019 {
    width: 100%;
    text-align: right;
}

.button019 a {
    background: var(--main-color);
    border-radius: 3px;
    position: relative;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    /* margin: 0 auto; */
    max-width: 100%;
    width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    opacity: 0.8;
    text-decoration: none;
}

.button019 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover:after {
    right: 1.4rem;
}

/* wind-analysis.html */
.wind-analysis__section {
    padding-top: 100px;
    margin: 0 2%;
}

.wind-analysis__wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
}

.wind-analysis__intro {
    margin: 0 2%;
}

.wind-analysis__wrapper h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

.wind-analysis__items {
    margin: 75px 2% 0 2%;
    border-bottom: #e4e9ee 1px solid;

}

.wind-analysis__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(30px, 2vw, 40px);
    padding-top: 25px;
    padding-bottom: 25px;
    /* border-bottom: #e4e9ee 1px solid; */

}

.wind-analysis__item:first-child {
    border-top: #e4e9ee 1px solid;
    border-bottom: #e4e9ee 1px solid;
}

.wind-analysis__item:nth-child(2) {
    justify-content: flex-end;
}

.wind-analysis__item:nth-child(7) {
    border-bottom: #e4e9ee 1px solid;
}

.wind-analysis__item:nth-child(n + 3):nth-child(-n + 7) {
    justify-content: center;

}

.wind-analysis__item:last-child {
    align-items: center;
    justify-content: start;

}

.ml {
    margin-left: 4.2%;
}

.wind-analysis__image {
    display: flex;
    flex-direction: column;

}

.wind-analysis__image .hukyou-kansoku-graph__image {
    justify-content: center;
}

.hukyou-kansoku-graph__image {
    max-width: 100%;
}

.hukyou-seisa-graph__image {
    min-width: 500px;
}

.wind-analysis__image span {
    display: inline-block;
    margin-bottom: 10px;
}
.wind-analysis__value h3 {
    margin-top: 0;
}

.wind-analysis__value p {
    max-width: 33em;
}

.wind-analysis__value:nth-child(1) ul {

    display: inline-grid;
    grid-template-columns: 50px 50px;
    /* 2列 */
    grid-template-rows: repeat(3, auto);
    /* 2行ぶん確保 */
    grid-auto-flow: column;
    /* 列優先で詰める（縦に埋めて次列へ） */
    gap: 0 40px;
    list-style: disc;
    margin: 0;

}
.wind-analysis__value li{

}
@media(max-width:1220px){
    .hukyou-seisa-graph__image {
    min-width: auto;
}
}
@media(max-width: 1160px) {


    .main-heading span {
        top: -45px;
        font-size: 4.5rem;

    }

    .about-contents .wind {
        margin-top: -10px;
    }

    .wind img {
        width: 100%;
    }

    .about-container {
        display: flex;
        flex-direction: column-reverse;
        margin: 30px 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .about-items__item--vertical {
        display: flex;
    }

    .about-items__item--vertical p {
        margin: 0 auto;
    }

    .about-items__item--image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-items__item--image img {
        max-width: 40%;
        min-width: 30%;
        height: auto;
    }

    .business-section .wind {
        margin-top: -10px;
    }

    .business-contents {
        display: block;
    }

    .business-contents__image {
        margin-bottom: 25px;
    }

    .business-contents__text {
        align-items: center;
        margin: 0 5%;
    }

    /* .about-section::before {
        background-size: 400px auto;
        background-position: 5% 300px;
        z-index: 2;
    } */

    .footer {
        flex-direction: column;
        align-items: start;
        padding-left: 3%;
    }

    .footer__nav ul {
        flex-direction: column;
    }
}

@media(max-width: 1024px) {


    .sustainability-section__intro {
        margin-left: 5%;
        margin-right: 5%;
    }

    .sustainability-section__intro-goals {
        margin: 0 5%;
    }

    .sustainability-section__intro-goals span {
        width: auto;
        margin: 0;
    }

    .sustainability-section__intro-goals>span:nth-of-type(2) {
        text-align: right;
    }



    .sustainability-section__intro img {
        width: 50%;
        margin-top: 0;
        margin-left: 3%;
    }

    .sustainability-section__intro-goals span {
        width: auto;
        margin: 0;
    }

    .sustainability-section__intro-goals>span:nth-of-type(2) {
        text-align: right;
    }

    .about-contents .main-heading-right {
        right: 12%;
    }


    .recruit-contents {
        flex-direction: column;
    }

    .recruit-contents__image img {
        width: 100%;
        height: auto;
    }

    .recruit-contents__image::after {
        height: 97%;
    }

    .recruit-contents__description {
        flex-direction: column;
        gap: 40px;
    }

    .footer {
        padding: 0;
        padding-left: 3%;
    }

    /* about-and-recruit.html */
    .company-section {
        width: auto;
        margin: 0 2%;
        padding-top: 100px;
    }

    .company-section__wrapper {
        padding: 40px 3%;
    }

    .recruit-section--detail {
        width: auto;
    }

    .recruit-section__wrapper {
        margin: 0 2%;
        margin-top: 50px;
        padding: 40px 3%;
    }

    .company-section__info-text {
        margin-left: 4%;
    }

    iframe {
        width: 90%;
        height: 400px;
    }

    /*business.html*/
    .business__intro--detail {
        flex-direction: column-reverse;
    }

    .intro__image img {
        width: 250px;
    }

    .business-items__item--detail {
        padding: 25px;
    }


    .special-item {
        width: 94%;
    }


    .business-items__item--detail span {
        top: -25px;
        font-size: 2rem;
    }

    .sidebar-sticky {
        display: none;
    }

    /*wind-analysis.html*/
    .wind-analysis__item {
        flex-direction: column;
    }

    .wind-analysis__item:nth-of-type(1) {
        flex-direction: column-reverse;
    }

    .wind-analysis__item:nth-of-type(2) {
        flex-direction: column-reverse;
        align-items: center;
    }

    .wind-analysis__item:nth-of-type(7) {
        flex-direction: column-reverse;
        align-items: center;

    }
    .wind-analysis__item:last-child{
        gap:0;
    }
    .wind-analysis__image {
        max-width: 70%;
        min-width: 300px;
    }
    .ml{
        margin-left: 0;
    }
}

@media (max-width:900px) {
    /* .about-section::before {
        background-position: 3% 380px;
    } */

    .about-items {
        position: absolute;
        top: 3%;
        right: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5%;
    }

}

@media(max-width: 880px) {}

@media (max-width: 768px) {
    .header {
        padding-top: 20px;
        padding-right: 10px;
    }

    .header__nav {
        display: none;
    }

    #nav__toggle {
        position: relative;
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 50px;
        position: relative;
        background-color: var(--base-color);
        border: var(--main-color) 1px solid;
        z-index: 100;
    }

    #nav__toggle::after {
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 18px;
        display: block;
        position: absolute;
        top: 65%;
        left: calc(50% - 10px);
        background-color: var(--main-color);
    }

    #nav__toggle::before {
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 18px;
        display: block;
        position: absolute;
        top: 35%;
        left: calc(50% - 10px);
        background-color: var(--main-color);
    }

    #nav__toggle p {}

    #nav__toggle span {
        width: 20px;
        height: 2px;
        border-radius: 18px;
        position: absolute;
        top: 50%;
        left: calc(50% - 10px);
        background-color: var(--main-color);

    }

    #header__nav--mobile {
        display: none;
    }

    #header__nav--mobile.active {
        display: flex;
    }

    /* ✕ に変化する状態 */
    #nav__toggle.active::before {
        border-radius: 18px;
        transform: rotate(45deg);
        top: 50%;
    }

    #nav__toggle.active::after {
        border-radius: 18px;
        transform: rotate(-45deg);
        top: 50%;
    }

    #nav__toggle.active span {
        opacity: 0;
    }

    .top__brand {
        bottom: 40%;
        height: auto;
        margin: 0 auto;
        padding: 3%;

    }

    .top__brand .favicon-gray1 {
        width: 200px;
        margin: 0;
    }

    .top__brand--vertical {
        padding: 0;
    }

    .top__brand--vertical h1 {
        display: inline;
        margin-bottom: 0;
        font-size: 2rem;
    }

    .top__brand--vertical span {
        padding-top: 10px;
    }

    .wind {
        display: none;
    }

    .main-heading {

        font-weight: 600;
    }

    .main-heading span {
        top: -30px;
        font-size: 3rem;
        font-weight: 600;
    }

    .sustainability-items__item {
        flex-direction: column;
    }

    .about-section {
        margin-bottom: 100px;
    }

    .business-section {
        margin-top: 50px;
    }

    .recruit-contents__image img {
        width: 100%;
        height: auto;
    }

    .recruit-contents__description {
        flex-direction: column;
    }


    /* about-and-recruit.html */
    .company-profile__row {
        gap: 3%;
    }

    .recruit-profile__row {
        gap: 3%;
    }

    /* business.html */
    .business__intro--detail {
        margin-bottom: 50px;
    }

    .triangle {
        width: 4rem;
        height: 0.75rem;
        margin: 12px 0;
        clip-path: polygon(0 0, 4rem 0, 2rem 0.75rem);
    }

    .special-item {
        width: auto;
    }

    .button019 a {
        max-width: 100%;
        width: 150px;
        padding: 10px 25px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        opacity: 0.8;
        text-decoration: none;
    }

    .button019 a:after {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 1rem;
        font-size: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: right 0.3s;
        width: 6px;
        height: 6px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: translateY(-50%) rotate(45deg);
    }

    .button019 a:hover:after {
        right: 1.4rem;
    }

    /* wind-analysis.html */
    .wind-analysis__wrapper {
        padding: 25px 6% 25px 6%;
    }
    .wind-analysis__wrapper h2{
        margin-bottom: 0;
    }
    .wind-analysis__items{
        margin: 24px 2%;
    }
    .wind-analysis__item{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .wind-analysis__image{
        max-width: 90%;
    }
}

@media(max-width: 660px) {
    .top__brand--vertical span {
        font-size: 1.25rem;
    }
}

@media(max-width: 600px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .sustainability-section {
        margin: 48px 0;
    }

    .sustainability-section__intro-goals span {
        font-size: 1.25rem;
    }

    .sustainability-section__intro-goals>span:nth-of-type(1) {
        text-align: left;
    }

    .sustainability-section__intro-goals>span:nth-of-type(2) {
        text-align: left;
    }

    .sustainability-section__intro {
        row-gap: 24px;
    }

    .h2 h2 {
        margin: 24px 0;
        font-size: 1.5rem;
    }

    .sustainability-items__item {
        margin-bottom: 8px;
        gap: 0;
    }

    .sustainability-items__item img {
        width: 150px;
    }

    .sustainability-items_item--vertical p {
        font-size: 1rem;
    }

    .about-section {
        margin-bottom: 60px;
    }

    .about-section__square--top .square-left {
        top: -75px;
        height: 50px;
    }

    .about-section__square--top .square-right {
        top: -75px;
        height: 50px;
    }

    .about-section__square--bottom .square-left {
        top: -75px;
        height: 50px;
    }

    .about-section__square--bottom .square-right {
        top: -75px;
        height: 50px;
    }

    .about-contents {
        margin: 50px 0;
    }

    .business-section {
        margin-top: 0;
    }

    .business-section {
        margin-bottom: 24px;
    }

    .business-contents {
        margin-top: 24px;
    }

    .btn a {
        padding: 0.75em 2em;
        font-size: 1rem;
    }

    .footer {
        margin-top: 24px;
    }

    /* about-and-recruit.html */
    .company-profile__row {
        flex-direction: column;
    }

    .recruit-profile__row {
        flex-direction: column;
    }

    .value {
        padding-top: 0;
    }

    .recruit-profile__row .value {
        padding-top: 0;
    }

    .recruit-value__br {
        display: none;
    }

    /* business.html*/
    .intro__text span {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .intro__text p {
        font-size: 1.25rem;
        font-weight: normal;
    }

    .intro__text br {
        display: none;
    }

    .business-items__item--detail {
        padding: 5%;
    }

    .business-items__item--detail h3 {
        margin-top: 12px;
    }

    .business-items__item--detail p {
        margin: 12px 0;
    }
    /* .wind-analysis.html */
    .wind-analysis__intro h2{
        font-size: 1.5rem;
    }
}

@media(max-width: 560px) {
    .top__brand--vertical h1 {
        display: inline-block;
    }

    .top__brand--vertical span {
        font-size: 1.15rem;
    }

    .sustainability-section__intro-goals span:nth-of-type(3) {
        font-size: 1rem;
    }
}

@media (max-width:450px) {
    .top__brand br {
        display: none;
    }

    .top__brand--br {
        display: inline !important;
    }

    .main-heading {
        font-size: 1.5rem;
    }

    .main-heading span {
        top: -25px;
        font-size: 2.5rem;
    }

    .main-heading-right>span:nth-child(1) {
        font-size: 1.5rem;
    }

    .sustainability-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .h2 h2 {
        margin: 50px 0;
    }

    .sustainability-items__item {
        margin-bottom: 25px;
        gap: 20px;
    }

    .sustainability-items_item--vertical {
        font-size: 1rem;
    }

    /* .about-section::before {
        background-position: 50% 380px;
        background-size: 70%;
    } */
    .about-items__item {
        margin: 0 5%;
    }

    .about-items__item--vertical p {
        max-width: 25em;
    }

    .about-items__item--vertical br {
        display: none;
    }

    /* business.html*/
    .intro__text p {
        font-size: 1rem;
    }

    .intro__text span {
        width: 12em;
        margin: 0 auto;
        display: inline-block;
    }
}

@media(max-width: 400px) {
    .main-heading-left .main-heading {
        margin-left: 35px;
    }

    .sustainability-br {
        display: inline;
    }
}



@media (max-width: 375px) {
    .top__brand--vertical h1 {
        display: flex;
        flex-direction: column;
        font-size: 1.5rem;
    }

    .top__brand--vertical span {
        font-size: 1rem;
    }

    .main-heading {
        white-space: nowrap;
    }

    .main-heading span {}

    .about-items__item {
        justify-content: center;
        align-items: center;
    }
}