@charset "UTF-8";
@import url("layout.css");
@import url("blog.css");

/*
Theme Name: 株式会社日新開発 Version01
Description: 株式会社日新開発 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
    color: #333;
    border-top: 5px solid var(--primary-color);
    overflow-x: hidden;
}
#s_navi {
    display: none;
}
.img-sp {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #397B4A;
    --sub-color: #CC5517;
    --accent-color: #AEE4BB;
}
/*===========================
  headerナビゲーション
==========================*/
/* ヘッダー固定から下りてくる */
#global-nav {
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 100;
    margin: 0px;
}
#global-nav.m_fixed {
    position: fixed;
    top: 0px;
    padding-bottom: 10px;
}
/* end */
hgroup {
    margin-right: auto;
}
hgroup h1 img {
    width: clamp(12rem, 7rem + 15.625vw, 32rem);
    height: auto;
    margin-left: 40px;
    margin-top: 20px;
}
.page-header {
    display: flex;
    justify-content: end;
    align-items: center;
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 0px;
    white-space: normal;
    flex-wrap: wrap;
}
.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0px 30px;
    vertical-align: middle;
}
nav {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    margin-right: 0px;
    padding: 20px 40px 0px 20px;
}
.main-nav li {
    letter-spacing: 0.1rem;
    font-size: clamp(1.4rem, 1.335rem + 0.203vw, 1.7rem);
    line-height: 1;
    font-weight: 400;
    padding-top: 20px;
}
.main-nav li a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.8s;
}
.main-nav li a:hover {
	color: #C09973;
}
.head-contact a {
    background-color: var(--primary-color);
    color: #FFF;
    font-size: 2.8rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.8s;
    margin-left: 15px;
}
.head-contact a:hover {
    background-color: #d08e72;
}
.head-insta a {
    background: linear-gradient(137.51deg, #A822D4 -4.78%, #EA3362 53.15%, #EA3362 100%);
    color: #FFF;
    font-size: 2.8rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.8s;
    margin-left: 30px;
}
/*===========================
  header イメージ
==========================*/
.top-head-img {
    position: relative;
    padding: 20px 40px 0px;
}
.top-head-img img {
    width: 100%;
    height: auto;
}
.top-copy {
    width: min(80%, 50%);
    text-align: center;
    position: absolute;
    top: 40%;
    left: 60px;
}
/*===========================
  TOPページ PC 
==========================*/
/* トップコンテンツ About */
.top-about {
    width: 92%;
    margin: min(15%, 180px) 0px 0px auto;
    display: flex;
    gap: 60px;
}
.top-about-left {
    background: url(images/about-us.png) no-repeat 0 0 / contain;
    padding-top: 80px;
    display: flex;
    flex-direction: column; /* 子要素を縦に並べる */
    justify-content: flex-start; /* 基本は上詰め */
}
.about-link {
    margin-top: auto;
    margin-bottom: 50px;
}
.top-about-text {
    padding: 30px 0px;
}
.top-about img {
    border-radius: 30px 0px 0px 30px;
    width: min(94%, 800px);
}
/* 私たちの仕事 */
.top-business {
    width: min(94%, 1400px);
    margin: min(15%, 180px) auto 0px auto;
    text-align: center;
    background: url(images/business.png) no-repeat center 0 / 50%;
    padding-top: 60px;
}
.top-doboku-img {
    position: relative;
    margin-top: 20px;
}
.top-doboku-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.doboku-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #FFF;
    padding: 10px 50px;
    width: fit-content;
    height: fit-content;
    margin: auto;
    box-sizing: border-box;
    font-size: 1.7rem;
}
/* 私たちの強み */
.top-strong {
    width: min(94%, 1400px);
    margin: min(15%, 180px) auto 0px;
    background: url(images/strengths.png) no-repeat left 0 / 40%;
    padding: 40px 0px 0px;
}
.top-strong h4 {
    font-size: clamp(1.6rem, 1.575rem + 0.078vw, 1.7rem);
    font-weight: 400;
}
.top-strong .top-strong-text {
    font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
    text-align: center;
    padding-top: 5px;
}
.top-strong p > img {
    margin-top: min(10%, 50px);
}
/* 施工実績 */
.top-works {
    background: linear-gradient(135deg, #d9f5ea 0%, #9adbc2 100%);
    padding: 80px 0px 90px;
    margin-top: min(12%, 160px);
}
.top-works h3 {
    width: min(90%, 1400px);
    margin: 0px auto 5px;
    font-size: clamp(3rem, 2.5rem + 1vw, 4rem);
    color: var(--primary-color);
    letter-spacing: 0.05rem;
}
.top-works > img {
    width: 70px;
    height: auto;
    display: block;
    margin: 0px auto 40px;
    margin-left: calc((100% - min(90%, 1400px)) / 2);
}
.works-box {
    width: min(90%, 1400px);
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
}
.works-item {
    display: block;
    color: #333;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.works-item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}
.works-item p {
    margin-top: 10px;
    font-size: 1.4rem;
    color: var(--primary-color);
}
.works-item h4 {
    margin-top: 5px;
    font-size: clamp(1.6rem, 1.575rem + 0.078vw, 1.7rem);
    font-weight: 400;
}
.works-item:hover {
    transform: none;
}
/* お知らせ */
.top-information {
    background: url(images/top-info-haikei.jpg) no-repeat center center / cover;
    padding: 120px 0px 0px;
    margin-bottom: 80px;
}
.top-information .info-box {
    width: min(96%, 1280px);
    margin: 0px auto 0px 0px;
    background: rgba(230, 245, 238, 0.82);
    border-radius: 0px 24px 24px 0px;
    padding: 85px 75px 85px 90px;
    display: flex;
    align-items: center;
    gap: 65px;
    position: relative;
    bottom: -80px;
}
.info-left {
    width: min(100%, 250px);
}
.info-left h4 {
    margin: 0px;
}
.info-left h4 img {
    width: min(100%, 300px);
    height: auto;
}
.info-left p {
    margin: 8px 0px 0px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.2;
}
.info-right {
    flex: 1;
}
.info-right .info-item {
    display: block;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid var(--primary-color);
    padding: 0px 76px 10px 8px;
}
.info-right .info-item + .info-item {
    margin-top: 34px;
}
.info-right .info-item p {
    margin: 0px;
    font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
    color: var(--primary-color);
    line-height: 1.3;
}
.info-right .info-item h4 {
    margin: 4px 0px 0px;
    font-size: clamp(1.6rem, 1.575rem + 0.078vw, 1.7rem);
    font-weight: 400;
    color: #333;
    line-height: 1.35;
}
.info-right .info-item::after {
    content: "→";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #9bddad;
    color: #2a6c47;
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.info-right .info-item,
.info-right .info-item p,
.info-right .info-item h4 {
    transition: all 0.3s ease;
}
.info-right .info-item:hover {
    background-color: rgba(163, 228, 197, 0.4);
}
.info-right .info-item:hover h4 {
    color: var(--primary-color);
}
.info-right .info-item:hover::after {
    background-color: #7fcf96;
    transform: translateY(-50%) translateX(3px);
}

/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.sub-con {
    width: min(94%, 1400px);
    margin: auto;
}
.sub-head-img {
    margin: 40px calc(50% - 50vw);
    width: 100vw;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-left: 40px;
}
.sub-head-img img {
    width: min(100%, 1000px);
    height: auto;
    border-radius: 30px 0px 0px 30px;
}
.sub-head-img h2 {
    font-size: clamp(3rem, 1.75rem + 3.906vw, 8rem);
    color: var(--primary-color);
    font-weight: 700;
    line-height: 0.7;
    margin-top: 80px;
    width: 50%;
    white-space: nowrap;
}
.sub-head-img h2 span {
    font-size: clamp(1.8rem, 1.375rem + 1.328vw, 3.5rem);
}
/* 私たちについて */
.message-wrap {
    margin: min(15%, 200px) auto 0px;
    display: grid;
    grid-template-columns: minmax(520px, 700px) minmax(520px, 1fr);
    gap: clamp(28px, 2.6vw, 38px);
    align-items: start;
    position: relative;
}
.message-wrap::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -14px;
    width: min(56%, 780px);
    aspect-ratio: 1210 / 332;
    background: url(images/about-us.png) no-repeat right bottom / contain;
    opacity: 0.5;
    pointer-events: none;
}
.message-wrap img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    display: block;
}
.message-box {
    grid-column: 2;
    grid-row: 1;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}
.message-box p:first-of-type {
    font-size: clamp(1.6rem, 1.5rem + 0.313vw, 2rem);
    font-weight: 700;
    line-height: 0.8;
    color: var(--sub-color);
    letter-spacing: 0.05em;
}
.message-box h3 {
    margin-top: 10px;
    font-size: clamp(2.5rem, 2.125rem + 1.172vw, 4rem);
    color: var(--primary-color);
    line-height: 1;
    letter-spacing: 0.01em;
}
.message-box p:not(:first-of-type) {
    margin-top: 15px;
    line-height: 2;
}
.about-group {
    margin: min(15%, 200px) calc(50% - 50vw) 0px;
    width: 100vw;
    background-color: #E7EFE9;
    padding: 40px 10px;
    background-image: url(images/our-strengths.png);
    background-repeat: no-repeat;
    background-position: right 50px bottom;
    background-size: min(60%, 600px);
}
.group-wrap {
    width: min(94%, 1400px);
    margin: auto;
    padding: 25px 0px;
}
.group-wrap p {
    padding: 10px 0px;
    width: min(100%, 1100px);
}
.three-strong {
    margin-top: min(15%, 200px);
}
.three-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.three-wrap img {
    border-radius: 20px 20px 0px 0px;
}
.three-wrap p {
    background-color: #E7EFE9;
    border-radius: 0px 0px 20px 20px;
    height: 100px;
    padding: 15px 15px 25px;
    text-align: center;
}
/* 事業紹介 */
.business-text01 {
    width: min(98%, 900px);
    margin: 20px auto 0px;
    text-align: center;
    line-height: 1.7;
}
.business-img01 {
    border-radius: 20px;
}
.business-warap {
    margin: min(15%, 200px) calc(50% - 50vw) 0px;
    width: 100vw;
    background-color: #E7EFE9;
    padding: 80px 0px;
}
.business-box {
    width: min(94%, 1400px);
    margin: auto;
    display: flex;
    gap: 60px;
}
.business-box img {
    width: 700px;
    height: auto;
    border-radius: 20px;
}
/* 会社概要 */
.company-logo {
    text-align: center;
}
.company-logo img {
    width: 130px;
    height: auto;
}
.company-rinen {
    text-align: center;
}
.company-rinen img {
    width: min(80%, 700px);
    height: auto;
}
.ceo-wrap {
    margin: 15px calc(50% - 50vw) 0px;
    width: 100vw;
    background-color: #E7EFE9;
    padding: 60px 0px;
}
.ceo-box {
    width: min(94%, 1400px);
    margin: auto;
    display: flex;
    gap: 80px;
}
.ceo-left {
    background-color: #FFF;
    padding: 25px;
    width: 70%;
}
.ceo-left p {
    margin-bottom: 15px;
}
.ceo-name {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    left: 15px;
    top: -30px;
    width: min(90%, 70%);
    padding: 15px;
}
.ceo-name h4 {
    color: var(--primary-color);
    font-size: 1.7rem;
}
.ceo-name p span {
    color: #909090;
    padding-left: 10px;
    font-size: 1.4rem;
}
.company-m {
    width: min(94%, 1100px);
    margin: 60px auto;
}
.company-m p {
    margin-bottom: 15px;
}
/* お問合せ */
.tel-box {
    width: min(92%, 520px);
    margin: 35px auto 60px;
    padding: 28px 20px;
    border: 2px solid var(--primary-color);
    border-radius: 14px;
    background-color: #FFF;
    text-align: center;
}
.tel-box p {
    margin: 0px;
    color: var(--primary-color);
}
.tel-box p:first-child {
    font-size: clamp(2.4rem, 2.1rem + 0.938vw, 3.6rem);
    font-weight: 700;
    line-height: 1.2;
}
.tel-box p:first-child i {
    margin-right: 10px;
}
.tel-box p:last-child {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #555;
}
/*===========================
  ブログ用
==========================*/
.blog-head-img {
    padding-left: 40px;
}
.blog-head-img h2 {
    font-size: clamp(2.5rem, 2rem + 1.563vw, 4.5rem);
    color: var(--primary-color);
    font-weight: 700;
    line-height: 0.9;
    margin-top: 80px;
    white-space: nowrap;
}
.blog-head-img h2 span {
    font-size: clamp(1.8rem, 1.5rem + 0.938vw, 3rem);
}
/*===========================
  footer 採用情報
==========================*/
.foot-recruit {
    width: min(94%, 1800px);
    margin: min(20%, 250px) auto 0px;
    padding: clamp(80px, 8vw, 140px) 20px clamp(120px, 11vw, 190px);
    background: url(images/foot-recruit-haikei.webp) no-repeat center center / cover;
    border-radius: 40px 40px 0px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.foot-recruit h4,
.foot-recruit p {
    position: relative;
    z-index: 2;
}
.foot-recruit h4 {
    color: #FFF;
    font-size: clamp(2rem, 1.25rem + 2.344vw, 5rem);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.foot-recruit p {
    margin-top: clamp(55px, 5vw, 85px);
}
.foot-recruit p a {
    display: inline-block;
    min-width: min(90%, 510px);
    padding: 28px 45px;
    border-radius: 9999px;
    background-color: #FFB200;
    color: #FFF;
    font-size: clamp(2rem, 1.75rem + 0.781vw, 3rem);
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.foot-recruit p a:hover {
    background-color: #eea23e;
}

/*===========================
  footer
==========================*/
footer {
    background-color: var(--primary-color);
    padding: 50px 0px 20px;
    text-align: center;
    color: #FFF;
}
.foot-logo {
    width: min(60%, 300px);
    height: auto;
    margin: auto;
}
footer ul {
    width: min(94%, 1000px);
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
footer li {
    font-size: 1.6rem;
}
footer a {
    color: #FFF;
    text-decoration: none;
    transition: all 0.8s;
}
footer ul li a:hover {
    color: var(--sub-color);
}
.foot-text {
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    padding: 10px;
}
#footer .head-insta a {
    margin-left: 0;
}
.copy {
    text-align: center;
    padding: 2px 0px;
    color: var(--primary-color);
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block!important;
}
#form {
    width: min(100%, 980px);
    margin: 30px auto 20px;
    background-color: #ffffff;
    padding: 34px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}
#form dl {
    margin-top: 20px;
    border-top: 1px solid #d7d7d7;
    display: grid;
    grid-template-columns: minmax(190px, 240px) 1fr;
}
#form dt {
    margin: 0px;
    font-size: 1.6rem;
    color: #333;
    padding: 18px 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
}
#form dd {
    margin: 0px;
    font-size: 1.6rem;
    background-color: #FFF;
    padding: 18px 20px;
    max-width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
#form dd p{
    line-height: 170%;
}
.hiss {
    font-size: 1.2rem;
    background-color: #e25b5b;
    padding: 2px 8px;
    border-radius: 4px;
    color: #FFF;
    margin-left: 10px;
    line-height: 1.4;
}
.mail_box {
    margin: 5px 0px;
    font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
#form p {
    padding: 0px;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="number"],
#form textarea,
#form select {
    width: 100%;
    border: 1px solid #cfcfcf;
    background-color: #FFF;
    border-radius: 4px;
    font-size: 1.6rem;
    padding: 10px 12px;
}
#form textarea {
    min-height: 180px;
    resize: vertical;
}

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1250px) {
.main-nav {
    gap: 10px 20px;
}
.head-contact a,
.head-insta a {
    font-size: 2.3rem;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-top: 3px;
}
}
@media only screen and (max-width: 1024px) { /* 1024pxとそれ以下 */
.page-header {
    display: none;
}
.img-pc {
    display: none;
}
.img-sp {
    display: block;
}
/* TOPヘッドイメージ スマホ */
.top-head-img {
    position: relative;
    padding: 15px 10px 0px;
}
.top-head-img img {
    width: 100%;
    height: auto;
}
.top-copy {
    width: 80%;
    position: absolute;
    top: 30%;
    left: 30px;
}
/* 下層ページ共通 */

/*===========================
  TOPページ スマホ
==========================*/
/* トップコンテンツ About スマホ */
.top-about {
    width: 94%;
    margin: min(15%, 180px) auto 0px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top-about-left {
    padding-top: 40px;
}
.top-about-left h3 {
    text-align: center;
}
.about-link {
    margin-top: auto;
    margin-bottom: 50px;
}
.top-about-text {
    padding: 30px 0px;
}
.top-about img {
    border-radius: 20px 20px 20px 20px;
    width: 100%;
}
/* 私たちの仕事 スマホ */
.top-business {
    margin: min(15%, 180px) auto 0px auto;
    background: url(images/business.png) no-repeat center 0 / 60%;
    padding-top: 20px;
}
/* 施工実績 スマホ */
.top-works {
    padding: 40px 0px 70px;
    margin-top: 60px;
}
.top-works h3 {
    width: 90%;
    margin: 0px auto 5px;
    text-align: center;
}
.top-works > img {
    width: 70px;
    margin: 0px auto 30px;
}
.works-box {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 35px;
}
/* 私たちの強み スマホ */
.top-strong {
    margin: 80px auto 0px;
    background: url(images/strengths.png) no-repeat left 0 / 50%;
    padding: 20px 0px 0px;
}
.top-strong .top-strong-text {
    text-align: left;
    padding: 5px 10px 0px;
}
/* お知らせ スマホ */
.top-information {
    margin-top: 60px;
    padding: 45px 0px 55px;
    margin-bottom: 0px;
}
.top-information .info-box {
    width: 92%;
    margin: 0px auto;
    border-radius: 20px;
    padding: 30px 18px 25px;
    display: block;
    position: static;
    bottom: auto;
}
.info-left {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}
.info-left h4 img {
    width: min(100%, 240px);
}
.info-left p {
    margin-top: 6px;
    font-size: clamp(2.2rem, 1.7rem + 2.1vw, 3rem);
}
.info-right .info-item {
    padding: 0px 48px 10px 0px;
}
.info-right .info-item + .info-item {
    margin-top: 25px;
}
.info-right .info-item h4 {
    margin-top: 5px;
}
.info-right .info-item::after {
    width: 28px;
    height: 28px;
    right: 0px;
    font-size: 2rem;
}

/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */
.sub-head-img {
    flex-direction: column;
    margin: 0px;
    gap: 20px;
    padding-left: 20px;
}
.sub-head-img h2 {
    margin-top: 40px;
    width: 100%;
}
/* 私たちについて スマホ */
.message-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px 0px;
}
.message-wrap::after {
    right: 10px;
    bottom: -20px;
    width: min(88%, 360px);
    opacity: 0.8;
}
.message-wrap img {
    max-width: none;
    border-radius: 20px;
}
.message-box {
    padding-right: 12px;
}
.message-box h3 {
    margin-top: 10px;
    line-height: 1.35;
}
.message-box p:not(:first-of-type) {
    line-height: 1.85;
}
.three-wrap {
    grid-template-columns:1fr;
    gap: 25px 0px;
    margin-top: 25px;
}
/* 事業紹介 スマホ */
.business-text01 {
    text-align: left;
}
.business-warap {
    margin: 80px calc(50% - 50vw) 0px;
    padding: 40px 0px;
}
.business-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.business-box img {
    width: 100%;
}
/* 会社概要 スマホ */
.ceo-wrap {
    margin: 15px calc(50% - 50vw) 0px;
    width: 100vw;
    background-color: #E7EFE9;
    padding: 40px 0px;
}
.ceo-box {
    width: min(94%, 1400px);
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ceo-left {
    background-color: #FFF;
    padding: 25px;
    width: 100%;
}
.ceo-name {
    left: 0px;
    top: -30px;
    width: 90%;
    margin: auto;
    padding: 15px;
}
/*===========================
  ブログ用
==========================*/
.blog-head-img {
    padding-left: 20px;
}
.blog-head-img h2 {
    margin-top: 40px;
}
/*===========================
  footer 採用情報 スマホ
==========================*/
.foot-recruit {
    width: calc(100% - 24px);
    margin: 55px auto 0px;
    padding: 52px 12px 72px;
    border-radius: 20px 20px 0px 0px;
    background-position: 62% center;
}
.foot-recruit h4 {
    line-height: 1.45;
}
.foot-recruit p {
    margin-top: 36px;
}
.foot-recruit p a {
    min-width: 0;
    width: min(92%, 360px);
    padding: 20px 24px;
}
/*===========================
  footer スマホ
==========================*/
footer {
    padding: 40px 0px 20px;
}
footer ul {
    margin: 30px auto;
    display: block;
}
footer li {
    margin-bottom: 15px;
}
/*===========================
  トップスライドインナビゲーション
==========================*/
.menu-trigger,
.menu-trigger span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    align-items: flex-start;
}
.menu-trigger {
    position: relative;
    width: 75px;
    height: 70px;
    background: var(--primary-color);
    z-index: 35;
    float: right;
}
.menu-trigger span {
    position: absolute;
    background: #FFF;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger span:nth-of-type(1){
    top: 25px;
}
.menu-trigger span:nth-of-type(2){
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 25px;
}
.menu-trigger span:nth-of-type(4){
    color: #FFF;
    font-size: 1rem;
    bottom: 22px;
    min-width: 60px;
    background: none;
    text-align: center;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4){
    opacity: 0;
}
nav {
    display: block;
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(219, 249, 232, 0.9);
    width: 100%;
    height: 100vh; /* 高さを画面全体に調整 */
    overflow-y: auto; /* 縦スクロールを許可 */
    z-index: 25;
    padding: 15px 20px 0px 20px;
    border-radius: 0px;
}
.tate-scroll {/* 縦スクロールをできるように */
    overflow-y: auto; /* スクロール可能にする */
    -webkit-overflow-scrolling: touch; /* 慣性スクロールを有効に */
}
.g-nav .list .item a{
    display: block;
    text-decoration: none;
    color: var(--primary-color);
    padding: 5px 0;
    font-size: 1.8rem;
}
.list {
	margin-top: 70px;
}
.list ul {
    width: 100%;
    border-top: 1px dotted var(--primary-color);
    border-bottom: 1px dotted var(--primary-color);
}
.list li {
	width: 100%;
	margin: 5px auto;
    padding: 7px 0px 7px 5px;
}
#s_navi:after {
	content: "";
	display: block;
	clear: both;
}
#s_navi {
    display: block;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 100;
    top: 0;
}
.sp-head {
    display: flex;
    align-items: center;
    padding: 20px 0px 10px 7px;
}
.sp-logo {
    z-index: 50;
    width: 180px;
    height: auto;
}
.sp-head p {
    font-size: 1.4rem;
    padding-left: 5px;
}
.menu-sp {
    padding: 30px 0px;
    display: flex;
    gap: 0px 35px;
    justify-content: start;
    align-items: center;
    line-height: 1.3;
}
.menu-sp a {
    font-size: 2.5rem;
    color: #FFF;
}
/*===========================
メールフォームのスタイル
==========================*/
#form {
    padding: 30px 15px;
}
#form dl {
    grid-template-columns: 1fr;
}
#form dt,
#form dd {
    padding: 14px 12px;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
.w-700 {
    width: auto;
    margin: auto;
}
}

@media only screen and (max-width: 767px) {

}
