@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue",
    Arial,
    YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    "noto sans jp",
    "RobotoCondensed",
    sans-serif;
}

* {
    box-sizing: border-box; /* ボックスモデルを統一 */
}

@font-face {
	font-family: 'notosans';
	src:
		url('../font/NotoSansjp-Regular.otf') format('OpenType');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'notosans_bold';
	src:
		url('../font/NotoSansjp-Bold.otf') format('OpenType');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Roboto Condensed";
	src:
		url('./font/RobotoCondensed-bold.ttf') format('TrueType');
	font-weight: 700;
	font-style: normal;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
    font-size: 1.6rem;
    font-family: "Helvetica Neue",
    Arial,
    YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    "noto sans jp",
    "RobotoCondensed",
    sans-serif;    text-align: justify;
}


:root {
    --main: #008AD2;
}
section {
    margin:0;
    padding-top: 50px;
}

.sec_ttl{
    margin: 0 auto 30px;
    display: block;
}
.more_btn {
    color: #000000;
    position: absolute;
    right: -10%;
    bottom: 10%;
}

.more_btn::after {
    content: url("../img/arrow.svg");
    width: 15px;
    position: absolute;
    transform: translate(10px, 0px);
}

.pc {
    display: block;
}

.sp {
    display: none!important;
}
.ttl_caption {
    font-size: 3.2rem;
    text-align: center;
}
header{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #ffffff;
    width: 100vw;
    filter: drop-shadow(0px 0px 5px rgba(128,128,128,0.6));

}
.header_menu {
    display: flex;
    justify-content: space-between;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    padding-left: 0;
    z-index: 2;

}
.header_menu img {
    width: 160px;
}

.header_menu li {
    text-align: center;
    font-size: 1.6rem;
    list-style: none;
    margin-top: 36px;
    color: var(--main);
}

.header_menu li:first-child {
    margin-top: 14px;
    margin-right: 150px;
}

.header_menu li .rubytext {
    font-size: 1.2rem;
    list-style: none;
    margin-top: 10px;
    color: var(--main);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header_menu li:last-child {
    background-color: var(--main);
    color: #ffffff;
    width: 154px;
    border-radius: 50px;
    background-position: top;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-top: 27px;
}

.header_menu li:last-child .rubytext {
    color: #ffffff;
}

#top {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#top .mv{
    padding-top: 57px;
    max-width: 1500px;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.mainvisual {
    background-image: url(../img/mv_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0;
}
.top_ttl{
    font-weight: 700;
    font-size:2.4rem;
    text-align: center;
    text-shadow: 1px 2px 3px #000000;
}
.mainvisual p:last-child {
    padding-bottom: 50px;
    line-height: 2;
    text-align: center;
    padding-top: 10px;
}
.mv_ttl{
    display: block;
    margin: 30px auto 30px;
    max-width: 1463px;
    width: 90%;
}


#aboutus {
    font-family: YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
}

#aboutus article {
    background-image: url(../img/aboutus_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 1.8;
}

#aboutus .about_text {
    font-family: YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
    color: #ffffff;
    display: block;
    margin: 0px auto;
    max-width: 1060px;
    width: 60%;
    padding: 30px 0;
}
#aboutus .about_text p:first-child {
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 900;
}

.about_text table {
    font-size: 1.6rem;
    font-family: YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
}

.about_text h3 {
    font-family: YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;    
    font-size: 3.8rem;
}
.about_text p:nth-child(4)  {
    font-size: 2rem;
    line-height: 2;
}


.about_ttl_caption {
    font-size: 10rem;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2.1rem;
}

.aboutus_block {
    /* max-width: 1080px; */
    width: 850%;
    margin: 0 auto;
}

.about_element {
    display: flex;
}

.about_elem_ttl h3 {
    margin-right: 100px;
}

.about_eliem_caption table tr th {
    padding-right: 16px;
    border-right: 1px solid #ffffff;
    white-space: nowrap;
}

.about_eliem_caption table tr {
    line-height: 2;
}

.about_eliem_caption table tr td {
    padding-left: 16px;
}

.border_b {
    border-bottom: 1px solid var(--main);
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

#actrepo {
    position: relative;
    margin-bottom: 50px;
}

#actrepo ul {
    max-width: 1200px;
    width: 90%;
    margin-inline: -40px;
    margin: 0 auto;
    display: grid;
    display: flex;
    grid-template-columns: repeat(auto-fit, 360px);
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}

#actrepo ul li {
    background-image: url(../img/actrepo_card_bg_.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    /* margin-inline: 20px; */
    border-radius: 5%;
    color: #ffffff;
    display: inline-block;
    position: relative;
    max-width: 360px;
    width: 100%;
    margin-right: 60px;
}

#actrepo ul li img {
    border-radius: 5% 5% 0% 0%;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

#actrepo ul li p {
    font-family: "notosans",sans-serif;
    padding: 0 16px 16px;
    line-height: 1.6;
}

#actrepo ul li p:last-child {
    margin-top: 50px;
    height: 140px;
}
#actrepo ul li .act_ttl {
    font-size: 2.4rem;
    font-family: "notosans",sans-serif;
    padding-top: 16px;
    height: 55px;
}

/* -------------------- news carousel start --------------------- */

.news-carousel {
    position: relative;
    display: flex;
    /* overflow: hidden; */
    width: 90%; /* 全体の幅に合わせる */
    max-width: 750px; /* 適宜調整 */
  }
  
  .news-carousel li {
    flex: 0 0 90%;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    background-color: #ffffff;
    padding: 0px 0px 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    /* height: 147px; */
    /* width: 260px!important; */
    margin: 0;
}
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
  }
  
  .arrow.left {
    left: 10px;
  }
  
  .arrow.right {
    right: 10px;
  }
  

/* -------------------- news carousel end --------------------- */

#memcomp .company_logo img {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

#memcomp .company_logo {
    max-width: 1200px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;

}

.company_caption {
    position: absolute;
    bottom: 0%;
    right: 0%;
    padding-bottom: 40px;
}

#contact {
    text-align: center;
}

#contact h2 {
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    color: var(--main);
    line-height: 2.4rem;
}

.contact_copy {
    font-weight: 400;
    color: var(--main);
    font-size: 2.8rem;
    margin: 30px 0;
    text-align: center;
}

.contact_description {
width: 90%;
margin: 0 auto;
}
.contact_description p {
    line-height: 2;
    text-align: center;
}

.contact_description .pro_name {
    font-size: 1.8rem;
    font-weight: 700;
}

#footer {
    background-color: #F2F2F2;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;

}

.footer_block {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;

}

.promotion img {
    width: 220px;
    padding-bottom: 20px;
}

.promotion p {
    display: block;
    padding-bottom: 20px;
    text-align: left;
}
.contact_description img{
    width: 100%;
    max-width: 243px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footer_block>a img {
    width: 72px;
}

/* ------------------ sp ------------------ */
/* ------------------ sp ------------------ */
/* ------------------ sp ------------------ */
/* ------------------ sp ------------------ */
/* ------------------ sp ------------------ */
/* ------------------ sp ------------------ */
@media screen and (max-width: 750px) {

    html, body {
        margin: 0; /* 不要なマージンをリセット */
        padding: 0; /* 不要なパディングをリセット */
        overflow-x: hidden; /* 横方向のスクロールを無効化 */
    }

    .pc {
        display: none!important;
    }

    .sp {
        display: block!important;
    }
/* ------------------------ hamburger menu start ------------------ */

/* ヘッダー */
header {
    padding: 10px 20px 0;
    width: 100vw;
}
.sp-nav {
    display: none;
    height: 100vh; /* 全画面を覆う */
    overflow-y: auto; /* メニュー内のスクロールを有効にする */
  }
body.no-scroll {
    overflow: hidden; /* 背景コンテンツのスクロールを無効化 */
}
/* 右から現れるハンバーガーメニュー */
.menu-right {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background:#ffffff;
  opacity: 0;
  transform: translateX(100%); /* Y軸ではなくX軸を使う */
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out; /* スライド速度を0.6秒に設定 */
}

#hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 999;
    margin-top: 10px;
    position: fixed;
    right: 010px;
}

#hamburger span,
#hamburger::before,
#hamburger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease-in-out; /* 線のアニメーション */
}

#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #008AD2;
  transform: translateY(-50%);
}

#hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #008AD2;
}

#hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #008AD2;
}

/* メニューが開いたときのクロススタイル */
.hamburger-active #hamburger span {
  opacity: 0;
}

.hamburger-active #hamburger::before {
  top: 45%;
  transform: rotate(45deg); /* 上の線を45度回転させてクロス */
}

.hamburger-active #hamburger::after {
  bottom: 45%;
  transform: rotate(-45deg); /* 下の線を-45度回転させてクロス */
}

.menu-right.open {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out; /* 開閉両方に適用 */
  height: 100vh;
  overflow-y: auto;
}

.menu-right ul{
 /* margin-top: 150px; */
padding-bottom: 50px;
}
.menu-right ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 50px;
    border-bottom: 1px solid #008AD2;
    padding-bottom: 10px;
}
.menu-right ul li:last-child a {
    border-bottom: none;
}
.menu-right ul li a p{
display: inline-block;

}

.menu-right ul li a p{
color: var(--main);
}
.menu-right ul li a p:last-child{
font-size: 1.2rem;
font-family: "Roboto Condensed",sans-serif;
}
.menu-right ul li:first-child{
margin-right: 0;
margin-top: 120px;

}
.header_menu li:last-child a {
    display: block;
    justify-content: center;
}
.header_menu li:last-child p {
    color: #ffffff;
    padding-top: 10px;
    display: block;
    text-align: center;
}
.header_menu li:last-child {
    width: 60%;
    margin: 27px auto 0;
    padding-top: 0;
    border-bottom: none;
}
/* ------------------------ hamburger menu end ------------------ */
    .header_menu {
        display: none;
    }
    .header_menu_sp {
        max-width: 750px;
        display: flex!important;
        padding-bottom: 10px;
        width: 100%;
        overflow-y: auto; /* メニュー内のスクロールを有効化 */

    }
    .header_menu_sp img {
        width: 87px;
    }

    .sec_ttl {
        width: fit-content;
        max-width: 330px;
        padding: 70px 10px 0;
    }
    .top_ttl {
        font-size: 1.6rem;
        font-weight: 700;
        text-shadow: 1px 2px 3px #000000;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .ttl_caption {
        font-size: 2.4rem;
    }


    section {
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0;
    }


/* -------------------- news carousel start --------------------- */

.news-carousel {
    position: relative;
    display: flex;
    /* overflow: hidden; */
    width: 90%; /* 全体の幅に合わせる */
    max-width: 325px; /* 適宜調整 */
  }
  
  .news-carousel li {
    flex: 0 0 90%;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    background-color: #ffffff;
    padding: 10px 20px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 147px;
    /* width: 260px!important; */
    margin: 0;
}
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
  }
  
  .arrow.left {
    left: 10px;
  }
  
  .arrow.right {
    right: 10px;
  }
  

/* -------------------- news carousel end --------------------- */


    #aboutus {
        margin-top: 0;
    }
    .about_ttl_caption{
        font-family: "Roboto Condensed",sans-serif;
        font-weight: 700;
   }

    #aboutus .about_text {
        color: #ffffff;
        display: block;
        margin: 0px auto;
        max-width: 1060px;
        width: 90%;
        padding: 30px 0;
        font-family: "noto sans";
    }

    .container h1 {
        font-size: 5.2rem;
        color: white;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 800;
        font-style: normal;
        -webkit-text-stroke: 1px #008AD2;
        text-align: center;
    }

    .mainvisual {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin-top: 0;
    }
    #top .mv {
        margin-top: 0;
        width: 100%;
        max-width: 750px;
        padding-top: 0;
    }
    .mv_text{
        background-image: url('../img/sinapro_fv_bgsp@2x.png');
    background-position: top;
}
    .mainvisual p {
        width: 90%;
        margin: 0 auto;
    }

    .mainvisual p:last-child {
        text-align: left;
        line-height: 1.4;
        padding-top: 0;
        font-feature-settings: "palt";
        text-align: justify;
        padding-bottom: 25px;
    }
    .mv_ttl{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 25px;
    }

    .about_element {
        display: block;
    }

    .about_elem_ttl {
        padding-bottom: 20px;
    }

    .contact_copy {
        font-size: 2rem;
    }

    .about_text h3 {
        font-size: 2.6rem;
    }

    .footer_block>a img {
        width: 50px;
    }

    .footer_block {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .contact_copy {
        font-size: 2rem;
        line-height: 1.8;
        /* width: 90%; */
        text-align: center;
        /* display: inline; */
    }



    .promotion p {
        line-height: 1.8;
        font-size: 1.2rem;
    }

    #actrepo ul {
        margin-inline: -40px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, 100%);
        justify-content: center;
        position: relative;
        row-gap: 30px;
        margin-top: 20px;
        max-width: 337px;
        width: 95%;
    }
    #actrepo ul li {
        margin: 0 auto;
        padding: 0;
        height: 500px;
        max-width: 337px;
        width: 100%;
    }

    #actrepo ul li img {
        border-radius: 5% 5% 0% 0%;
        max-width: 337px;
        width: 100%;
    }
    #memcomp{
        padding-bottom: 50px;
    }
    #memcomp .company_logo img {
        width: 80%;
    }
    .promotion img {
        width: 170px;
    }
    .company_caption {
        right: 5%;
        padding-bottom: 0;

    }
    .pro_name{
        margin-bottom: 10px;
    }
}