
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', Helvetica, sans-serif;
    color: #333;
    animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

a {
    text-decoration: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    /* flex-direction: row;
    justify-content: center; */
}
.top-container {
    width: 85%;
    margin: 0 auto;
}
.sub-container {
    width: 80%;
}
.main-wrapper {
    width: 900px;
    margin: 0 auto;
}
.sub-wrapper {
    width: 950px;
    margin: 0 auto;
}
.other-wrapper {
    width: 900px;
    margin: 0rem auto;
}
.other-wrapper h1{
    margin-bottom: 10px;
}
    @media (max-width: 900px) {
        .other-wrapper{
            width: 100%;
        }
    }
.center {
    text-align: center;
}

/* Header Styles */
.header-wrapper {
    width: 100%;
    position: relative;
}
.header {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
.header-left {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.header-right {
    display: flex;
    align-items: center;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 80px;
}
.contact-btn {
    width: 180px;
    height: 45px;
    font-weight: 500;
    color: #FFE329;
    font-size: 14px;
    background: #004386;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #004386;
    margin: 0px 0px 0 70px;
}
.contact-btn:hover{
    background: #fff;
    color: #004386;
    cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.nav-list li a{
    padding: 30px 15px;
}
.nav-list li a:hover{
    padding: 30px 15px;
}
.nav-link {
    font-weight: 500;
    color: #004386;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 25px;
    background: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 50px;
}
.nav-link:nth-child(-n+4):hover {
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    background: #004386;
    color: #fff;
}



/* Hero Section */
.hero-section {
    width: 100%;
    height: 90vh;
    background-image: url(../images/main.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-title {
    font-weight: 800;
    font-style: normal;
    color: white;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho";
    font-size: 48px;
    line-height: 90px;
    letter-spacing: 1px;
}
.hero-title span {
    font-size: 80%;
    line-height: 49px;
    display: block;
}

/* Page top */
#pagetop {
    padding: 50px 0;
}
#pagetop h4 {
    font-size: 18px;
    line-height: 35px;
}

.section-title {
    margin: 40px 0 30px;
}
.section-title h2{
    font-size: 28px;
    color: #03528C;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.section-title h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.title-line {
    width: 40px;
    height: 3px;
    background-color: #03528C;
    margin-bottom: 80px;
}
.title-line-center {
    width: 250px;
    height: 2px;
    background-color: #03528C;
    margin: 20px auto 40px;
}
.top-text {
    text-align: center;
    margin: 40px 0;
}
.top-text h2 {
    font-size: 24px;
    margin: 50px 0 35px;
    line-height: 40px;
}
.top-text h3 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 40px;
}
.top-text p {
    font-size: 16px;
    line-height: 35px;
    margin: 0 0 30px;
}
.top-text p.top-text-company,
.top-text p.top-text-contact {
    font-size: 18px;
}
.back-lightblue {
    background-color: #F0F7FC;
}


/* Page Hello */
.page-hero-section {
    width: 100%;
    height: 45vh;
    background-color: #004386;
    display: flex;
    align-items: center;
}
.helo-title {
    width: 40%
}

.helo-image {
    width: 60%;
    height: 100%;
}
.helo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-hero-title {
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 35px;
    letter-spacing: 2px;
    margin-left: 25%;
}


/* Catch Section */
.catch1 {
    padding: 100px 20px 0px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
}
.catch2 {
    padding: 130px 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
}


/* Service */
#own {
    background: #F0F7FC;
    padding: 30px 0;
}
.service-image {
    display: grid;
    justify-content: center;
    gap: 0;
    margin: 50px auto 130px;
    grid-template-columns: 1fr 1fr;
    width: 70%;
}
.service-image img {
    width: 100%;
    padding: 2px;
}

.juki {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 0 0 70px;
    align-items: start;
}
.juki-text {
    width: 53%;
}
.text-box {
    border: 1px solid #ACC5DF;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.text-box p {
    padding: 8px;
    line-height: 20px;
}
.text-box span {
    font-size: 14px;
}
.text-1 {
    border-right: 1px solid #ACC5DF;
    width: 20%;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    vertical-align: top;
}
.text-2 {
    width: 60%;
    padding: 5px 10px 5px 30px;
    line-height: 17px;
    height: 35px;
}
.text-3 {
    text-align: center;
    width: 15%;
    padding: 5px;
}
.own-table {
    width: 100%;
    border-collapse: collapse;
    min-height: 470px;
}
.juki-image {
    width: 47%;
}
.juki-image img {
    width: 100%;
}



/* slick slider */

html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #ACC5DF!important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.sliderArea {
    padding: 0;
}

/* .slick-next:before,
.slick-prev:before {
    content: none!important;
}
.slick-next,
.slick-prev {
    display: none!important;
    left: 0;
    right: 0;
} */


/* Works */
#works {
    background: #F0F7FC;
    padding: 30px 0;
}
.works {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 50px 0;
    height: 700px;
    max-height: 700px;
}
.works-text {
    width: 70%;
    overflow-y: scroll;
    padding: 30px;
    background: #fff;
}
.works-table {
    width: 100%;
    border-collapse: collapse;
}
.works-table th {
    padding: 18px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ACC5DF;
    width: 65%;
    line-height: 20px;
}
.works-table td {
    padding: 10px;
    border-bottom: 1px solid #ACC5DF;
    line-height: 20px;
}
.works-image {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.works-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-space {
    height: 15px;
    border-right: 1px solid #ACC5DF;
}

/* environment */
#environment {
    padding: 50px 0 30px;
}
.guideline-cercle {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    gap: 30px;
    justify-content: center;
    padding: 20px 0;
}
.circle {
    background: #004386;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    width: 250px;
    height: 250px;
}
.circle h4 {
    font-size: 18px;
    color: #FFE329;
    margin: 20px 0 30px;
    font-weight: 600;
    letter-spacing: 2px;
}
.circle p {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 26px;
}



/* Company */
#summary {
    padding: 50px 0;
}
.company-table {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
}
.company-table th {
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #ACC5DF;
    padding: 15px 20px;
    width: 30%;
    vertical-align: top;
}
.company-table td {
    border-bottom: 1px solid #ACC5DF;
    padding: 15px 20px;
}
#access {
    padding: 50px 0 20px;
}



/* Recruit */
#outline {
    background: #F0F7FC;
    padding: 30px 0 50px;
}
.requirements {
    width: 900px;
    background: #fff;
    border-radius: 30px;
    margin: 60px auto;
}



    /* Outline */
.faq-item {
    cursor: pointer;;
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
    padding: 0 30px;
}
.faq-question:hover {
    color: #03528c;
}
.faq-q {
    font-weight: 500;
    font-size: 30px;
    color: #03528c;
    min-width: 50px;
}
.faq-text {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    margin: 40px 0;
    flex: 1;
}
.faq-icon {
    width: 40px;
    height: 25px;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    display: block;
    max-height: 130vh;
    opacity: 1;
    padding-bottom: 5em;
}

.faq-answer {
    max-height: 0;
    padding: 0 70px;
    /* display: none; */
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}
.faq-answer p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.faq-answer table {
    width: 100%;
    border-collapse: collapse;
}
.faq-answer table th {
    font-weight: normal;
    text-align: left;
    padding: 20px 5px;
    border-bottom: 1px solid #ACC5DF;
    vertical-align: top;
    width: 20%;
}
.faq-answer table td {
    padding: 20px 5px;
    border-bottom: 1px solid #ACC5DF;
}



/* About,Company Section */
.market-company-section {
    width: 100%;
    background: #F0F7FC;
    padding: 60px 0;
    margin: 180px 0 0;
}

.company-container {
    position: relative;
    margin: auto;
    padding-bottom: 15px;
}
.company-content,
.about-content {
    display: flex;
    width: 80%;
    margin: 20px auto;
    gap: 60px;
}
.company-text {
    width: 45%;
    height: 280px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
}
.company-btn {
    width: 195px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    border: 1px solid #ACC5DF;
    color: #004386;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0px 20px 0 40px;
}
.company-btn i{
    font-size: 18px;
    margin: 3px 0 0 10px;
}

.about-container {
    position: relative;
    margin: auto;
    background: #F0F7FC;
}
/* .section-title-green-right {
    font-weight: bold;
    color: #014a01;
    font-size: 24px;
    text-align: right;
    margin-bottom: -15px;
} */

.about-image,
.company-image {
    width: 50%;
    height: 50%;
    object-fit: cover;
    border-radius: 60px;
    margin-top: -110px;
}
.about-text {
    width: 45%;
    height: 280px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
}
.about-text h2,
.company-text h2 {
    margin: 20px 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
}
.about-text p,
.company-text p {
    font-family: 'Noto Sans JP', Helvetica;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
}
.about-btn {
    width: 195px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    border: 1px solid #ACC5DF;
    color: #004386;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0px 20px 0 40px;
}
.about-btn i{
    font-size: 18px;
    margin: 3px 0 0 10px;
}



/* Recruit Section */

.recruit-section {
    width: 100%;
    background-color: #005AAA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 620px;
    flex-direction: row-reverse
}
.recruit-section-text {
    margin-left: 170px;
    color: #fff;
    position: absolute;
    left: 0;
}
.recruit-section-img {
    width: 60%;
    height: 620px;
}
.recruit-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-title {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 15px;
}
.recruit-image {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 80px auto 60px;
}
.recruit-image img {
    width: 30%;
}

.recruit-text {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 40px;
}
.recruit-text:first-child {
    font-size: 20px;
    font-weight: 600;
}

.recruit-btn {
    width: 195px;
    height: 42px;
    background-color: white;
    border-radius: 50px;
    border: 1px solid #005AAA;
    color: #005AAA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0px 20px 0 30px;
}
.recruit-btn:hover,
.about-btn:hover,
.company-btn:hover {
    background: #004386;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.recruit-btn i{
    font-size: 18px;
    margin: 3px 0 0 10px;
}



/* Policy Section */
.hero-policy-title {
    font-weight: 900;
    font-style: normal;
    color: white;
    font-size: 31px;
    letter-spacing: 2px;
}
.policy-section{
    padding: 40px 0;
    border-top: 1px solid rgba(172, 197, 223, 0.5);
}
.policy-item{
    margin: 50px 0 70px;
    font-size: 14px;
    line-height: 25px;
}
.policy-item h4{
    font-size: 20px;
    margin-bottom: 30px;
}
.policy-item p {
    margin: 0 20px;
    line-height: 28px;
}
.policy-item ul{
    margin: 20px 40px;
}
.policy-item ul li{
    margin-bottom: 5px;
}



/* Contact section */
.contact-section {
    width: 60%;
    background-color: #F0F7FC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 20px;
    margin: 120px auto -280px;
    position: relative;
    border-radius: 60px;
}
.contact-title {
    font-weight: bold;
    color: #004386;
    margin-bottom: 0px;
}
.contact-text {
    text-align: center;
    color: #004386;
    line-height: 33px;
    margin-bottom: 10px;
}
.contactpage-text {
    text-align: center;
    line-height: 33px;
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
}
.contact-phone {
    font-weight: 800;
    color: #004386;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    margin: 15px 0;
    letter-spacing: 1px;
}
.contact-phone span {
    font-size: 16px;
    margin: 15px;
}
.contact-phone i {
    font-size: 24px;
}
.contact-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}
.contact-form-btn {
    width: 280px;
    height: 42px;
    background-color: #004386;
    border-radius: 50px;
    border: 1px solid #acc5df;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    cursor: pointer;
    padding: 0px 0px 0px 45px;
    font-size: 14px;
}
.contact-form-btn:hover{
    background-color:#FEFEF3;
    color: #004386;
    border: 1px solid #004386;
    cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact-line-icon {
    width: 27px;
    height: 25px;
}



/* Contact */
.contact-wrapper {
    /* width: 1000px; */
    background: #fff;
    padding: 20px;
    border-radius: 80px;
    margin: 0 auto 80px;
}
.form {
    padding: 50px;
}
.form h3 {
    color: inherit;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}



/* Contactform Section */
.hero-contactform-section {
    width: 100%;
    height: 45vh;
    background-image: url(../images/main-contact.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-contactform-title {
    font-weight: 900;
    font-style: normal;
    color: white;
    font-size: 32px;
    letter-spacing: 2px;
}
.contactform-section {
    width: 100%;
    background-color: #F0F7FC;
    padding-bottom: 50px;
}
.contactform-section h2{
    margin: 50px 0;
}
.contact-table {
    width: 100%;
    margin: 50px 0;
    border-collapse: collapse;
}
.contact-table tr{
    border-bottom: 1px solid #aaa;
}
.contact-table th{
    width: 32%;
    padding: 12px;
    font-weight: normal;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid rgba(172, 197, 223, 0.5);
}
.contact-table th span{
    color: #c40404;
    font-size: 85%;
}
.contact-table td{
    border-bottom: 1px solid rgba(172, 197, 223, 0.5);
    padding: 5px 30px 5px 5px;
}

textarea {
    height: 160px;
}
input, textarea{
	width: 100%;
	color: #333;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
}
input[type="file"] {
    border: none;
}
input[type="checkbox"] {
    margin-right: 3px;
}
input[type="submit"]{
	width: 30%;
    margin: 30px;
    border: 1px solid #004386;
    background: #004386;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}
input[type="submit"]:hover{
    background: #fff;
    color: #004386;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.ckinput{
	font-size:16px;
}
.submit {
    text-align: center;
}
.wpcf7-spinner{
    display: none!important;
}
.privacy_text{
    border: 1px solid #004386;
    overflow-y: scroll;
    margin: 30px auto;
    padding: 30px 50px;
    height: 250px;
    background: #fff;
}
.privacy_text h3{
    text-align: left;
    position: relative;
    color: #4d4d4d;
    padding: 10px;
    font-size: 15px;
    border-left: 10px solid #004386;
    border-bottom: 1px solid #004386;
}
.privacy_text h4{
    border-left: 10px solid #004386;
    border-bottom: 1px solid #004386;
    padding: 7px 10px;
    font-size: 18px;
}
.privacy_text p{
    font-size: 14px;
    margin: 20px 10px;
    line-height: 25px;
}
.privacy_chk{
    text-align: center;
}
.check {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    justify-content: center;
    align-items: baseline;
}
::placeholder{
    color: #ccc;
}


/* プライバシー同意のチェックボックスとリンクのスタイル */
.privacy-consent {
    margin-top: 16px;
    font-size: 0.9em;
}
.privacy-consent label {
    display: inline;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.privacy-error {
    text-align: center;
}



/* Footer */
.footer-icon {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto -5px;
}
.footer-icon img {
    width: 13%;
}
.footer {
    width: 100%;
    padding: 10px 0 0px;
}
.footer-back {
    background-color: #004386;
    padding: 190px 0 20px;
}
.footer-content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-left {
    display: flex;
    align-items: end;
    flex-direction: column;
}
.footer-logo {
    width: 85px;
    object-fit: contain;
}
.footer-logoname {
    width: 300px;
    height: 70px;
    object-fit: contain;
}
.footer-info {
    margin-left: 14px;
    align-items: center;
    display: flex;
}
.footer-company-name {
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    margin-bottom: 12px;
}
.footer-address {
    font-weight: normal;
    color: #fff;
    margin: 0px 15px 0px 0;
    font-size: 14px;
}
.footer-phone {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.footer-right {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    z-index: 1000;
}
.footer-nav {
    display: flex;
    gap: 7px;
    padding: 0 30px;
    margin-bottom: 24px;
    flex-direction: column;
}
.footer-nav-link {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
}
.footer-nav a:hover,
.footer-secondary-nav a:hover{
    color: #ACC5DF;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-secondary-nav {
    display: flex;
    gap: 7px;
    padding: 0 30px;
    flex-direction: column;
}
.footer-secondary-link {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
}
.footer-copyright {
    border-top: 1px solid rgba(172, 197, 223, 0.43);
    width: 90%;
    margin: 10px auto;
}
.footer-copyright p {
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
}





/* Responsive */
.forwide {
    display: block;
}
@media (max-width: 1023px) {
    .forwide{
        display: none;
    }
}
.fortab {
    display: none;
}
@media (max-width: 820px) {
    .fortab{
        display: block;
    }
}
.forsp {
    display: none;
}
@media (max-width: 480px) {
    .forsp{
        display: block;
    }
}


@media (min-width: 1450px) {
    .contact-section {
        width: 50%;
    }
    /* .company-text,
    .about-text {
        width: 42%;
        padding: 50px;
    } */
     .company-content,
     .about-content {
        width: 70%;
     }
}
@media (max-width: 1280px) {
    /* .main-wrapper, */
    .header-wrapper,
    .header,
    .hero-section,
    .news-section,
    .market-company-section,
    .company-section,
    .footer { 
        width: 100%;
    }
    .container {
        padding: 0;
        width: 90%;
    }
    .nav-menu{
        gap: 20px;
    }
    .company-container,
    .about-container{
        width: 90%;
    }
    .company-text{
        padding: 30px;
    }
    .about-text{
        padding: 30px;
        width: 47%;
    }
    .company-content,
    .about-content {
        width: 90%;
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .nav-menu {
        gap: 10px;
    }
    .nav-link {
        padding: 3px 15px;
    }
    .contact-btn {
        margin: 0px 0px 0 30px;
    }
    .header{
        padding: 0 20px;
    }
    .company-content, .about-content {
        width: 100%;
        margin: 20px auto;
        gap: 35px;
    }
    .company-text,
    .about-text{
        padding: 20px;
        height: 260px;
    }
    .company-text p,
    .about-text p {
        line-height: 28px;
    }
    .company-section-text {
        margin-left: 80px;
    }
    .guideline-cercle {
    grid-template-columns: repeat(4, 220px);
    }
    .circle {
        width: 220px;
        height: 220px;
        padding: 15px;
        gap: 20px;
    }
    .works {
        gap: 30px;
    }
    .works-image {
        width: 50%;
    }
    .recruit-section-text {
        margin-left: 50px;
    }
    .main-wrapper{
        width: 90%;
    }
    .contact-section {
        width: 65%;
        padding: 40px 40px;
        margin: 100px auto -240px;
    }
    .contact-buttons {
        margin: 20px 0 0;
    }
}


@media (max-width: 834px){
    .market-cards {
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }
    .market-buttons {
        flex-direction: column;
        align-items: center;
        margin: 45px 0 50px;
    }
    .btn-1, .btn-2, .btn-3{
        width: 323px;
    }
    .nav-menu {
        display:block;
        margin: 0;
    }
    .eco-description{
        text-align: justify;
    } 
}

@media (max-width: 820px) {
    .header {
        flex-direction: column;
        height: auto;
        padding: 5px 20px;
    }
    .sub-wrapper{
        width: 100%;
    }
    .catch1,
    .catch2 {
        font-size: 24px;
        padding: 50px 10px;
    }

    .hero-title {
        font-size: 40px;
    }
    .about-image, .company-image {
        margin-top: -60px;
    }
    .top-text p {
        text-align: left;
    }
    .top-container {
        width: 90%;
    }
    .hero-title span {
        font-size: 63%;
        line-height: 40px;
    }
    .works-table td {
        display: block;
        width: 100%;
    }
    .works-table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px 10px 0;
    }
    .market-company-section {
        padding: 100px 0;
        margin: 50px 0 0;
    }
    .company-text,
    .about-text {
        padding: 10px;
    }
    .info-label{
        padding: 15px 10px;
        width: 180px;
    }

    .guideline-cercle {
        display: grid;
        grid-template-columns: repeat(2, 220px);
    }
    .juki {
        flex-direction: column;
    }
    .juki-text {
        width: 100%;
    }
    .juki-image {
        width: 100%;
    }
    .requirements {
        width: 100%;
    }
    .hero-recruit-section {
        background-position: 65% 50%;
    }
    .hero-company-section {
        background-position: 35% 50%;
    }

    iframe {
        width: 100%;
    }

    .contact-btn{
        margin-top: 0;
        margin-left: 0;
        width: 200px;
    }
    .footer-logo {
        width: 90px;
        height: 90px;
    }
    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
    .footer-left {
        align-items: baseline;
    }
}




@media (max-width: 480px) {
    .main-wrapper {
        width: 95%;
    }
    .header {
        flex-direction: inherit;
        height: auto;
        padding: 5px 0;
    }
    .hero-title{
        font-size: 34px;
        margin-left: 10px;
        line-height: 55px;
        margin-top: 160px;
    }
    .hero-title span {
        margin-top: 20px;
    }
    .catch1,
    .catch2 {
        font-size: 19px;
        line-height: 40px;
    }
    /* .page-hero-section {
        flex-direction: column;
    } */
    .page-hero-title {
        margin-left: 30px;
        padding: 0;
        font-size: 25px;
        position: absolute;
        top: 31%;
    }
    .page-hero-section {
        height: 38vh;
    }
    .helo-image {
        width: 100%;
    }
    .top-text h2 {
        margin: 30px 0 35px;
    }
    .title-line {
        margin-bottom: 50px;
    }
    .section-title {
        margin: 0 0 30px;
    }

    .works {
        flex-direction: column-reverse;
        height: inherit;
        max-height: inherit;
    }
    .works-image, .works-text {
        width: 100%;
    }
    .works-text {
        padding: 15px;
        height: 400px;
    }
    .service-image {
        flex-direction: column;
        margin: 50px auto 50px;
        width: 100%;
        grid-template-columns: auto;
    }
    .service-image img {
        width: 100%;
    }
    .about-container{
        margin-top: 10px;
    }
    .about-content {
        flex-direction: column;
    }
    .company-content {
        flex-direction: column-reverse;
    }
    .text-1 {
        font-size: 18px;
    }
    .text-2 {
        padding: 8px 10px 8px 10px;
        font-size: 15px;
    }
    .text-3 {
        font-size: 15px;
    }

    .market-company-section {
        padding: 0 0 80px;
        margin: 0 0 100px;
    }
    .company-image,
    .about-image {
        width: 100%;
    }
    .about-image, .company-image {
        margin-top: -30px;
        margin-bottom: 0;
    }
    .about-text, .company-text {
        width: 100%;padding: 10px;
        text-align: justify;
    }
    .about-image, .company-image {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .about-btn, .company-btn {
        margin: 30px 0 0;
    }
    .about-text h2, .company-text h2 {
        line-height: 35px;
        font-size: 19px;
    }
    .company-section{
        height: 400px;
    }
    .company-table th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 15px 20px 0;
    }
    .company-table td {
        width: 100%;
        display: block;
    }
    .catch2 {
        line-height: 40px;
        margin-top: -100px;
    }

    .recruit-section {
        height: 620px;
    }
    .recruit-section-text {
        margin-left: 30px;
        margin-right: 30px;
        padding: 40px 0 60px;
    }
    .recruit-section-img {
        width: 100%;
    }
    .guideline-cercle {
        grid-template-columns: repeat(1, 220px);
    }
    .recruit-text {
        line-height: 30px;
    }


    .contact-section {
        width: 95%;
        padding: 40px 25px;
    }
    .contact-text {
        font-size: 15px;
        line-height: 30px;
    }
    .contact-section {
        margin: 90px auto -180px;
    }

    .contactform-section p{
        font-size: 15px;
        line-height: 25px;
    }
    .contactform-section p:first-child{
        margin: 0 10px;
    }
    /* .contact-buttons{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    } */
    .contact-table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding-left: 0;
    }
    .contact-table td {
        display: block;
        width: 100%;
        padding: 0px 5px 15px;
    }
    .contact-phone {
        font-size: 30px!important;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .contact-wrapper {
        margin: 0 auto 50px;
    }
    .privacy_text{
        padding: 20px 10px;
        width: 95%;
    }
    .privacy_chk{
        margin: 0 8px;
    }
    .wpcf7-list-item{
        margin: 0 0 0 0!important;
    }
    input[type="submit"]{
        width: 50%;
    }
    .form {
        padding: 50px 0px;
    }
    .sub-container {
        width: 100%;
    }

    .recruit-image {
        flex-flow: column;
    }
    .recruit-image img {
        width: 100%;
    }

    .company-text{
        line-height: 33px;
    }
    
    .faq-text {
        margin: 30px 0;
    }
    .faq-answer {
        padding: 0 15px;
    }
    .faq-answer table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px 5px 0;
        font-weight: bold;
    }
    .faq-answer table td {
        display: block;
        padding: 10px 5px 15px;
        font-size: 15px;
    }
    .faq-question {
        gap: 0;
        padding: 0 20px;
    }
    .faq-item.active .faq-answer {
        max-height: 145vh;
    }
    


    .footer-info {
        margin-left: 0;
    }
    .footer-left {
        justify-content: center;
    }
    .footer-logoname {
        width: 100%;
        height: 50px;
    }
    .footer-right {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .footer-nav{
        flex-direction: column;
        gap: 15px;
        margin-bottom: 45px;
    }
    .footer-add {
        margin: 0 auto;
    }
    .footer-secondary-nav,
    .footer-bottom{
        flex-direction: column;
        gap: 15px;
    }
    .footer-copyright p{
        font-size: 12px;
    }
    .footer-company-name{
        margin-bottom: -5px;
    }
}
/* @media (max-width: 480px) */



/* pull down */

.nav_list1{
    display: block;
}
.down_list {
    visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
    opacity: 0; /*不透明度0*/
    transition: all .4s; /*表示の変化を0.3秒に指定*/
    width: 86px;
    position: absolute;
    top: 40px;
    left: 0px;
}
.down_list:hover{
    background: #014a0133; /*80% 透過*/
}
    @media (max-width: 830px) {
        .down_list{
            display: none;
            visibility: visible;
            opacity: 1;
            top: 60px;
        }
    }
.nav_item:hover .down_list {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown_list {
    background-color: #f6fdf2CC; /*20% 透過*/
    height: 50px;
    transition: all .3s;
    position: relative;
    padding: 20px 0;
    width: 13px;
    text-align: center; 
    /* text-align: left; */ 
}
.dropdown_list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
} 
.dropdown_list:hover {
    background-color: #014a01;
}
.dropdown_list a {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    color: #014a01;
    text-decoration: none;
    position: relative;
}
.dropdown_list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.down_list li{
    padding: 12px 0px!important;
    width: 86px;
}
.nav_item:hover .down_list {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

@media (max-width: 830px) {
    .dropdown_list{
        text-align: center;
        display: none !important;
    }
    .dropdown_list a {
        padding: 0!important;
    }
    .nav_item:hover .down_list{
        margin-top: -30px;
    }
}




/* 下から上に移動しながらフェードイン */
.fadeInUp {
    opacity: 0;
    transform: translateY(40px);
}
/* フェードインアニメーション */
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
/* フェードインさせるクラス */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}



/* ページTOPに戻るボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border: solid 2px #ACC5DF; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: transform 2s ease, opacity 2s ease, visibility 2s ease;  /* 下からアニメーション */
    /* transition: opacity 1s ease, visibility 1s ease; */ /* ふわっと表示*/
    z-index: 999;
}
.pagetop.show {
    transform: translateY(0); 
    opacity: 1;
    visibility: visible;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #004386;
    border-right: 3px solid #004386;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #FFF;
        background-color: #004386;
    }
}

@media (max-width: 769px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;  /* ボタンを右端から15pxに */
    bottom: 15px; /* ボタンを下端から15pxに */
  }
}
