* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
p {
    font-size: 15px;
    line-height: 1.875;
    letter-spacing: 2px;
}
body {
    font-family: "Noto Sans JP", sans-serif;
	margin: 0 !important;
}
section {
    max-width: 	1080px;
    margin: 0 auto;
}
.class {
    font-family: "Mochiy Pop One", sans-serif;
}
/*-----------------
 ヘッダー
------------------*/
header {
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
#header {
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
	padding-top: .5rem;
}
.logo {
    height: 4rem;
    margin: 0.5rem;
}
.header-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 6rem;
    transform: translateX(100%); 
    background-color: #fff;
    transition: ease .4s;
}
/* ハンバーガーメニュー */
.header-hamburger {
    width: 45px;
    height: 100%;
}
.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}
.hamburger span {
    width: 100%;
    height: 0.2rem;
    border-radius: 8px;
    background-color: #000;
    position: relative;
    transition: ease .4s;
    display: block;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    margin: 0.2rem 0;
}
.hamburger span:nth-child(3) {
    top: 0;
}
.header-nav.active {
    transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
    top: -8px;
    left: -40%;
    transform: translateY(620%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    top: -5%;
    left: -40%;
    transform: translateY(5%) rotate(-45deg);
}
.nav-items {
    padding-top: 250px;
    padding-bottom: 200px;
}

/* ナビのリンク */
.nav-items-item a {
    color: #000;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 3rem;
    font-size: 14px;
}
.nav-items-item:last-child a {
    margin-bottom: 0;
}

/* header レスポンシブ */
@media screen and (min-width: 769px) {
  .pc-nav {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: space-between;
  }
  .pc-nav-item {
        margin: auto 1rem;
  }
  .pc-nav-item > a {
        color: #000;
        font-size: 15px;
  }
  .header-nav, .hamburger {
        display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
@media screen and (max-width: 768px) {
    .pc-nav {
        display: none;
    }
    header {
        height: 60px;
    }
    #header {
        padding-top: 1rem;
    }
    .logo {
        height: 2rem;
    }
    .nav-items-item {
        border: 1px solid #FDAB28;
        border-radius: 1rem;
        padding: 1rem;
        margin: .5rem;
        width: 45%;
    }
    .sp-nav-icon {
        display: flex;
        margin: 0 auto;
        width: 30px;
        height: 30px;
    }
    .nav-items-item a {
        font-size: 12px;
        margin-bottom: 0;
        padding: 1rem 0;
        text-align: center;
    }
    .header-nav {
        padding: 5rem 1rem;
    }
    .sp-icon {
        display: block;
        margin: -1rem -2rem auto auto;
        overflow-x: hidden;
        opacity: 0.35;
    }
    .tel-sp-nav {
        margin: 2rem 0 .5rem;
    }
    .nav-tel > a {
        font-size: 18px;
        margin-left: .5rem;
        letter-spacing: 3px;
        font-weight: 400;
    }
    .nav-tel-icon {
        width: 30px;
        height: 30px;
    }
    .tel-nav-text {
        letter-spacing: 1px;
    }
}

/*-----------------
 ボタン
------------------*/
.contact-btn { 
background-color: #F57F21CC; padding: .8rem 2.5rem; border-radius: 2rem; 
}
.contact-btn > a {
color: #fff; font-size: 17px; 
}
.green {
color: #8DB728; 
}
.orange {
    color: #FDAB28;
}
.contact-btn:hover { 
opacity: 0.8; 
}

/*-----------------
 ファーストビュー
------------------*/
#fv {
    margin: 100px auto 3rem;
    position: relative;
	max-width: 85%;
}
.fv {
    position: relative;
}
.fv-img {
    width: 100%;
	border-radius: 3rem;
}
.fv-title {
    position: absolute;
    right: 4%;
    bottom: 6.5vw;
}
.fv-title > h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.fv-title > p {
    color: #fff;
	margin-top: 1rem;
}
.fv-title-big {
    font-size: 54px;
}
.fv-title {
    font-size: 20px;
}
.fv-iconbox {
    position: relative;
}
.fv-icon {
    position: absolute;
    right: 1.2%;
    bottom: -20vw;
    width: 37%;
    margin-right: -10%;
    z-index: -1;
    opacity: 0.35;
    overflow-x: hidden;
}

/*-----------------
 タイトル
------------------*/
.section-title {   
	margin: 10rem auto 5rem auto; 
	text-align: center;
}
.section-title1 { 
	margin: 5rem auto 1rem auto;
}
.section-title2 {
	margin: 5rem auto 5rem auto; 
}
.section-smalltitle {
    color: #FDAB28;
    font-size: 18px;
    font-family: "Krub", sans-serif;
}
.section-h2title {
    color: #504747;
    font-size: 30px;
    font-family: "Mochiy Pop One", sans-serif;
    letter-spacing: 10px;
}
.space6 {
    letter-spacing: 6px;
}
/*-----------------
 共通
------------------*/
.text-box {
    text-align: center;
    margin: 4rem auto;
}
.flexbox {
    display: flex;
    justify-content: center;
}
.flex-content {
    margin: 1rem;
    text-align: center;
}

/*-----------------
 事業への想い
------------------*/
.message-bigtext {
    color: #45B2FF;
    font-size: 25px;
    margin-bottom: 2rem;
}

/*-----------------
 お仕事について
------------------*/
.support-icon2 {
	width: 56%;
}
.support-icon {
    width: 90px;
    height: auto;
}
.support-img {
    width: 25%;
    float: right;
	margin-right: -5px;
}
.mochitext {
   font-family: "Mochiy Pop One", sans-serif;
   font-size: 25px;
   margin-bottom: 2rem;
   letter-spacing: 1px;
}
.kurbtext {
    font-family: "Krub", sans-serif;
}
.blue {
    color: #45B2FF;
    text-align: right;
    font-size: 24px;
    letter-spacing: 3.5px;
}
.bg-yellow {
    background-color: #FFFEF3;
    padding: 3rem 14rem 3rem 10rem;
    margin: 8rem auto;
	border-radius: 2rem;
}
.content-box {
    border-radius: 2rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 1rem 2.5rem;
    padding: 1rem;
	width: 30%;
}
.content-box2 {
    border-radius: 2rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 1rem 2.5rem;
    padding: 1rem;
	width: 42%;
}
 /*-----------------
 就労までの流れ
------------------*/
#flow {
    background-color: #B4DFF21F;
    padding: 1rem;
    border-radius: 2rem;
	 padding-bottom: 5rem;
}
.flow-content {
    max-width: 845px;
    margin: 1rem auto;
}
.flow-icon {
    width: 123px;
    height: 123px;
}
.flow-textbox {
    margin-left: 3rem;
    position: relative;
}
.flow-title {
    color: #45B2FF;
    font-size: 22px;
    margin-bottom: 1rem;
}
.arrow {
  position: relative;
  width: 2px;
  height: 40px;
  background-color: #333;
  margin: 3rem 4rem;
}
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateX(-50%) rotate(45deg);
}
.flow-btn {
    color: #fff;
    position: absolute;
    bottom: -60px;
    left: 0;
}

/*-----------------
 よくある質問
------------------*/
.accordion {
    max-width: 65%;
    margin: 0 auto 3rem;
    font-family: "Krub", sans-serif;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 6rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    font-weight: 400;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1rem 2rem 1.5rem 6rem;
    color: #333333;
    transition: transform .5s, opacity .5s;
    position: relative;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}
.question, .answer {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align:center;
    line-height: 45px;
    margin-right: 1rem;
}
.question {
    background: #1795EF;
    position: absolute;
    left: 1.4rem;
}
.answer {
    background-color: #9FCA37;
    position: absolute;
    left: 1.4rem;
}

/*-----------------
 会社概要
------------------*/
#company {
    margin: 0 auto 7rem;
}
.company-img1 {
    width: 45%;
    margin: 1rem 4rem 1rem 1rem;
}
.company-img {  width: 60%; margin: 1rem; } .company-flex { display: flex; justify-content: space-between; } .not-center { justify-content: flex-start; }
.not-center{
  justify-content: flex-start;
}
.company-info {
    margin: 0 1rem;
    width: 100%;
}
.info-box {
    margin: 1.5rem auto;
}
.info-title {
    width: 30%;
    margin-right: 2rem;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
}

/*-----------------
 お問い合わせ
------------------*/
#contact {
    background-color: #FFFEF391;
    border-radius: 1rem;
    padding: 1rem 1rem 4.5rem;
}
.contact-text {
    max-width: 780px;
    margin: 3rem auto 2rem;
}
.telbox {
    margin: 5rem auto;
    gap: 2rem;
}
.tel-textbox {
	margin-top: 1.5rem;
}
.tel {
    font-size: 38px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}
.tel::before {
	content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 8px;
	background-image: url('../images/tel-icon.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   vertical-align: middle;
}
.tel-text {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-left: 52px;
}
.Form {
    max-width: 827px;
    margin: 0 auto;
}
.form-content {
    display: flex;
    justify-content: space-between;
    margin: 3rem auto;
}
.required {
    color: #fff;
    font-size: 12px;
    font-family: "Krub", sans-serif;
    background-color: #FE3030;
    border-radius: 5px;
    padding: 5px;
}
.form-content span {
	width: 70%;
}
.wpcf7-text {
    width: 100%;
    height: 4rem;
    border-radius: 2rem;
    border: 1px solid #9FCA37;
    padding: .5rem 1rem;
    margin: 1rem;
}
.wpcf7-textarea {
    width: 100%;
    height: 15rem;
    border-radius: 2rem;
    border: 1px solid #9FCA37;
    padding: .5rem 1rem;
    margin: 1rem;
}
.wpcf7-form-control {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}
/* 1. 元々のラジオボタン（黒丸）を非表示にする */
.wpcf7-list-item input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #9FCA37;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

/* 2. チェックが入った時の「枠線」の色を変える */
.wpcf7-list-item input[type="radio"]:checked {
    border-color: #9FCA37;
}

/* 3. チェックが入った時の「中のポチ」を疑似要素で作る */
.wpcf7-list-item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9FCA37;
}
/* 4. ラベル（文字）との余白を調整 */
.wpcf7-list-item-label {
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
}
.privacy-box {
    width: 100%;
    height: 200px;
    border: 1px solid #9FCA37;  
    padding: 2rem;
    background-color: #fff;
    overflow-y: scroll;
    border-radius: .5rem;
}
.privacy-form {
    justify-content: center;
	display: flex;
    margin: 1rem;
}
.button-wrap {
    display: flex;
    justify-content: center;
}
.submit-btn {
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    background-color: #FDAB28;
    border: none;
    padding: 2rem 8rem;
    border-radius: 3rem;
}
.adressbox {
	width: 70%;
}
.form-content input[name="adress-number"] {
    max-width: 200px;
}
/*デフォルトのスタイルを無効化する*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}


/*-----------------
 フッター
------------------*/
footer {
    padding: 12rem 1rem 3rem;
}
.footer-flex {
    justify-content: flex-start;
    max-width: 85%;
    margin: 0 auto;
}
.footer-logo {
    width: 30%;
}
.footer-logo > img {
    width: 60%;
}
.footer-column {
    margin: 0 2rem;
}
.footer-nav-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 1rem;
}
.copyright {
    text-align: center;
    padding-top: 2rem;
    font-size: 9px;
}

/*-----------------
 追加分
------------------*/
.about-work {
    margin: 6rem auto;
}
.work-case {
    margin: 3rem auto 4rem;
}
.workcase-title {
    font-size: 24px;
    margin: 2.5rem auto;
}
.underline {
    padding: 0 1rem
}
.under-blue {
    background: linear-gradient(transparent 70%, rgba(69, 178, 255, 0.37) 30%);
}
.under-green {
    background: linear-gradient(transparent 70%, rgba(159, 202, 55, 0.24) 30%);
}
.workcase-subtitle {
    margin: 2.5rem auto;
    width: 35%;
    font-size: 22px;
    padding: 1.5rem;
    border-radius: 1rem;
}
.flexbox .workcase-subtitle {
    width: 40%;
    margin-top: -1rem;
}
.box-blue {
    border: 2px solid #45B2FF;
}
.box-green {
    border: 2px solid #9FCA37;
}
.space81 {
    letter-spacing: 0.81em;
}
.space26 {
    letter-spacing: 0.26em;
}
.line15 {
	line-height: 1.5;
}
.work-schedule {
    padding: 0 2rem;
}
.schedule-title {
    color: #fff;
    font-size: 25px;
    background-color: #45B2FFAD;
    padding: .8rem;
}
.schedule-text {
    padding: 0 3rem;
}
.schedule-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    padding: 1rem 3rem;
    border: 1px solid #90caf9;
    border-radius: 40px;
    margin: 2rem auto;
    max-width: 930px;
}
.schedule-column {
    flex: 1;
    min-width: 300px;
}
.schedule-item {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    gap: 4rem;
}
.schedule-item:last-child {
    border-bottom: none;
}
.time {
    flex: 0 0 150px;
    color: #64b5f6;
    font-weight: bold;
    font-size: 20px;
}
.label {
    color: #333;
}
/* --- レスポンシブ（スマホ用） --- */
@media (max-width: 768px) {
  .schedule-container {
    padding: 20px;
    border-radius: 20px;
	width: 85%;
  }
  .schedule-column {
    min-width: 100%;
  }
  .schedule-column:first-child .schedule-item:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .time {
	flex: 0 0 110px;
  }
}
/*お問い合わせLINE*/
.line-textbox {
    gap: 2rem;
    align-items: center;
}
.line-textbox a {
    color: #000;
    text-align: center;
}
.line-textbox a::after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 8px;
	background-image: url('http://hmwks.co.jp/wp-content/uploads/2026/03/linelink-icon.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   vertical-align: middle;
}
.line-img {
    width: 30%;
}

/*-----------------
 レスポンシブ
------------------*/
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    section {
        max-width: 100%;
        padding: 0 1.5rem;
    }
	p {
		letter-spacing: 1px;
	}
    .flexbox, .company-flex, .info-box {
        flex-wrap: wrap;
    }
    .form-content {
        display: block;
    }
    .fv-title > h1 {
        font-size: 24px;
    }
    .fv-title-big {
        font-size: 33px;
    }
    .workcase-title, .tel {
        font-size: 20px;
    }
    .section-h2title, .blu, .mochitext, .question, .answer {
        font-size: 18px;
    }
    .flow-title, .info-title, .submit-btn, .time, .workcase-subtitle {
        font-size: 16px;
    }
    p, .fv-title, .message-text,  .message-bigtext, .kurbtext, .flow-text, .accordion summary, 
    .answer-text, .info-text, .Form-Item-Label, .wpcf7-list-item-label, .label, .schedule-text, .schedule-text2  {
        font-size: 14px;
    }
    .section-smalltitle, .privacy-box, .footer-nav-item, .supprt-text {
        font-size: 12px;
    }
    .tel-text, .required {
        font-size: 10px;
    }
    #fv {
        margin-top: 80px;
		max-width: 100%;
    }
	.fv-img {
		border-radius: 1.5rem;
	}
    .fv-icon {
        width: 55%;
        right: 10%;
        bottom: -25%;
    }
    .section-title {
        margin: 5rem auto 3rem;
    }
    .section-title1 {
        margin: 3rem auto 2rem;
    }
	.section-title2 {
		margin-top: 2.5rem;
	}
    .section-title3 {
        margin: 5rem auto 1rem;
    }
    .section-h2title {
        letter-spacing: 5px;
    }
	.blue {
		white-space: nowrap;
	}
	.message-text, .kurbtext {
		text-align: left;
		padding: 0 .5rem;
	}
	.kurbtext {
		margin-bottom: 3rem;
	}
    .text-box, .message-bigtext {
        margin: 1.5rem auto;
    }
    .bg-yellow {
        padding: 1rem 1.35rem;
        margin: 3rem auto 6rem;
    }
	#support {
		margin-bottom: 5rem;
	}
    .support-img-sp {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .content-box, .content-box2 {
        margin: 1rem auto;
        padding: 1rem 0;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 131px;
        justify-content: center;
    }
    .support-icon {
         width: 50px;
    }
	#flow {
		margin: 0 1.5rem;
		padding-bottom: 3rem;
	}
    .flow-textbox {
        margin: 1rem auto;
    }
    .flow-title {
        text-align: center;
        margin: 1rem auto;
    }
    .flow-btn {
        margin: 0 auto;
        padding: 1.2rem;
        bottom: -80px;
        right: 0;
        left: 0;
        text-align: center;
        width: 85%;
    }
    .arrow {
        margin: 3rem auto;
    }
    .arrow1 {
        margin: 7rem auto 3rem;
    }
    .accordion {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .accordion summary, .accordion p {
        padding: 1.5rem 2rem 1.5rem 4rem;
    }
    .question, .answer {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
	#company {
		margin-bottom: 5rem;
	}
    .company-img {
        width: 45%;
        margin: 1rem auto;
    }
    .company-img1 {
        width: 100%;
        margin: 0;
    }
    .info-box {
        align-items: center;
    }
    .info-title {
        margin-right: 1rem;
    }
    .info-text {
        width: 63%;
        white-space: nowrap;
    }
	#contact {
		padding: 1rem 1.8rem 4.5rem;
	}
    .telbox {
        margin-top: 1rem;
    }
	.tel-textbox {
		margin-top: 0;
	}
	.tel {
		letter-spacing: 2px;
	}
	.tel::before {
		width: 25px;
		height: 30px;
		margin-right: 2px;
	}
    .form-content {
        margin: 2rem auto;
    }
    .required {
        padding: 2px 3px;
    }
    .wpcf7-text {
        height: 3.5rem;
        margin: .5rem 1rem;
    }
    .wpcf7-form-control {
        gap: 15px;
		width: 90%;
    }
    .wpcf7-textarea {
        height: 10rem;
    }
	.wpcf7-radio, .adressbox {
		width: 100% !important;
	}
    .privacy-box {
        padding: 1rem;
		width: 90%;
		margin: auto;
    }
	.privacy-form {
		margin: 1rem 0;
	}
	.wpcf7-list-item {
		margin: 0;
		white-space: nowrap;
	}
	.submit-btn {
		padding: 1.5rem 7rem;
		margin-top: 4rem;
	}
    .footer-logo {
        width: 100%;
    }
    .footer-logo > img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    footer {
        padding-top: 8rem;
    }
    .footer-flex {
        width: 100%;
		justify-content: center;
    }
	.footer-column {
        margin: 0px .5rem;
        width: 35%;
    }
	.footer-nav-item {
		padding: 1rem .5rem;
	}
/*-----------------
 追加レスポンシブ
------------------*/
    .fv-img {
        height: 500px;
        object-fit: cover;
    }
	.fv-title {
		right: auto;
        bottom: auto;
        top: 14%;
        left: 4%;
	}
    .tel-text {
        margin-left: 6px;
    }
    .line-textbox a {
        font-size: 14px;
        line-height: 1.7;
    }
    .line-textbox a::after {
        vertical-align: sub;
    }
    .workcase-subtitle, .flexbox .workcase-subtitle {
        width: 100%;
        padding: .8rem;
    }
    .work-schedule, .schedule-text {
        padding: 0;
    }
    .schedule-text, .schedule-text2 {
        text-align: left;
    }
    .schedule-item {
        gap: 1rem;
    }
}

