@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}

#header-container {
    /*position: fixed !important;*/
}

.header-in {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-in:after {
    content: none;
}

.logo-text {
    padding: 10px 0;
}

.my-header {
    align-items: center;
    margin-right: 1rem;
    /*display: flex;
  gap: 10px;*/
}
@media (max-width: 768px){
    .my-header {
        padding-bottom: 1rem;
    }
}

.my-box a {

    color: #FEFEFE;
    text-decoration: none;
}

.my-box2 * {
    display: inline-block;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 1000;
}

.my-box {
    display: inline-block !important;
    float: right;
}

.my-box,
.my-box2 {
    display: inline-block;

    font-weight: bold;
}

.my-box_text {
    font-size: clamp(10px, 1.5vw, 12px);
    margin-bottom: .5rem;
}
@media (max-width: 768px){
    .my-box_text {
        margin-bottom: 0;
    }
}

.my-box .toiawase {
    background-color: #c42318;
    border-radius: 1px;
    color: #FEFEFE;
    font-size: clamp(10px, 2vw, 16px);
    font-weight: 400;
    padding: 8px 20px;
}

@media (width <=1023px) {
    .header-in {
        flex-direction: column;
    }
}

@media (width <=768px) {
        {
        pointer-events: none;
    }
}

.my-box {
    display: block;
    text-align: right;
    font-size: clamp(16px, 2vw, 22px);
}

.tell-text>div {
    display: inline-block;
}

.tell-text>a {
    color: #FEFEFE;
}

.my-box2 {
    margin-right: 1rem;
}

/*メニュー設定*/
.navi-in a {
    color: #fff;
    margin-left: 2rem;
    margin-right: 2rem;
}

.navi-in a:hover {
    color: #fff;
    text-shadow: #fff 1px 0 10px;
    font-weight: bold;
    background: none;
    transition: all .3s ease;
}

.navi-in>ul .sub-menu {
    background-color: rgba(0, 0, 0, .2);
    margin-left: 2rem;
    margin-right: 2rem;
    width: 200px;
}

.navi-in>ul li {
    height: 40px;
    line-height: 40px;
}

/*各ページアピールページCSS*/
.header-container {
    background-color: rgba(0, 0, 0, .2);
    color: #FEFEFE
}

.header-container>*,
#navi {
    background-color: rgba(0, 0, 0, 0);
}

.site-name-text {
    color: #FEFEFE;
    font-weight: bold;
    font-size: 2.0em;
}

.header-container {
    z-index: 3;
}

.appeal {
    z-index: 2;
}

.appeal::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(69, 69, 69, .2);
    /* 画像の明るさ設定 */
}

/*アピールエリア中央テキスト*/
#appeal-in {
    color: #FEFEFE;
}

.appeal-content {
    background-color: rgba(255, 255, 255, 0);
}

.appeal-title {
    font-size: clamp(23px, 3vw, 36px);
}

.appeal-message {
    font-size: clamp(16px, 3vw, 22px);
}

/*カバー用css*/
.cover-parallax {
    background-attachment: fixed;
    background-position: -50% 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto;
}

/*メインコンテンツ設定*/
#main {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.entry-content {
    margin-top: -2px !important;
}

/*h2*/
.h2_text {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-bottom: .5rem !important;
    font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
    padding: 0 !important;
    position: relative;
}

.h2_text::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #000;
    bottom: -3px;
    width: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.h2_text_white {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-bottom: .5rem !important;
    font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
    padding: 0 !important;
    position: relative;
}

.h2_text_white::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fff;
    bottom: -3px;
    width: 5%;
    left: 50%;
    transform: translateX(-50%);
}

/*ボタンプリセット*/
.btn_02 a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 230px;
    margin: 0 auto;
    padding: 0.5rem 2.0rem;
    font-weight: bold;
    border: 0.5px solid #c42318;
    background: #c42318;
    color: #fff;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.btn_02 a:hover {
    color: #c42318;
    background: #fff;
    font-weight: 600;
}

/*template*/
.template01 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.temp_box01 {
    position: relative;
    cursor: pointer;
    max-height: 300px;
    overflow: hidden;
    width: 100%;
}

.temp_box01 img {
    object-fit: cover;
    transition: transform .6s ease;
}

.temp_box01:hover img {
    transform: scale(1.1);
}

.temp_box01_child01 {
    line-height: normal;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: .5rem 1.4rem !important;
}

.temp_box01_child01 a {
    text-decoration: none;
    color: #fff;
}

.temp_box01_child01 a:hover {
    text-shadow: 0 0 0 white;
    color: #fff;
    font-weight: 400;
}

.temp_box02 {
    max-width: 1200px;
    width: 100%;
}

.temp_box02_text {
    max-width: 100%;
}

/* template01 */
.form__wrap {
    width: 100%;
    max-width: 1000px;
    /*フォームの最大幅*/
    margin-right: auto;
    margin-left: auto;
}

.wpcf7 .template01 {
    color: #333;
    font-size: 16px;
}

.wpcf7 .template01 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
}

.wpcf7 .template01 a:hover {
    opacity: .5;
    transition: opacity .25s;
}

.wpcf7 .template01 div.form__row {
    margin: 0;
    padding: 0;
    margin-top: 0;
}

.wpcf7 .template01 div.form__row.row-privacy {
    margin-top: 3.5em;
    text-align: center;
}

.wpcf7 .template01 div.form__row.row-submit {
    margin-top: 3em;
    text-align: center;
}

.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
    box-sizing: border-box;
}

.wpcf7 .template01 p.form__label label {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label {
    padding-right: 40px;
}

.wpcf7 .template01 p.form__label.is-required label::after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 0 5px;
    background-color: rgba(179, 0, 36);
    color: #fff;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
    color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #080808 solid;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
    display: none;
}

.wpcf7 .template01 input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=checkbox]+span::before {
    content: "";
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
    transition: opacity .25s ease;
    z-index: 1;
}

.wpcf7 .template01 input[type=checkbox]+span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
    z-index: 10;
}

.wpcf7 .template01 input[type=checkbox]:checked+span {
    color: #306ad4;
    transition: all .25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked+span::before {
    opacity: 1;
    transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked+span::after {
    opacity: 1;
    border-bottom: 2px solid #306ad4;
    border-right: 2px solid #306ad4;
    transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
    display: none;
}

.wpcf7 .template01 input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]+span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked+span {
    color: #306ad4;
    transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked+span::after {
    opacity: 1;
    top: .2em;
    left: .2em;
    width: .6em;
    height: .6em;
    background-color: #306ad4;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
}

.wpcf7 .template01 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 2.5em .5em 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fff;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 .template01 select::-ms-expand {
    display: none;
}

.wpcf7 .template01 span.select-wrap::after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
}

.wpcf7 .template01 select:focus {
    outline: 0;
    border: 1px #080808 solid;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
    border-bottom: 1px solid #080808;
    border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 .template01 input[type="submit"] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 18px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000;
    background-color: rgba(179, 0, 36);
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: opacity .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 .template01 input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #999 !important;
}

.wpcf7 .template01 input[type="submit"]:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    transition: opacity .25s, background-color .25s;
}

.wpcf7 .template01 input[type="submit"]:focus {
    outline: 1px #eee solid;
    border: 1px #080808 solid;
}

.wpcf7 .template01 span.wpcf7-list-item {
    margin: 0 1em .2em 0;
}

.wpcf7 .template01 .ajax-loader {
    display: block;
}

@media only screen and (max-width: 768px) {
    .wpcf7 .template01 span.wpcf7-list-item {
        display: block;
    }
}

/*フッター設定*/
#footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://seishin-tech.jp/wp-content/uploads/2024/10/pixta_80685889_M.jpg");
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: -1;
    padding-bottom: .5rem;
}

.custom-footer-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.custom-footer-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-footer-content ul li {
    margin: 10px;
    text-align: center;

}

@media (max-width: 768px) {
    .custom-footer-content ul li {
        flex-basis: calc(50% - 20px) !important;
        /* 横幅が狭くなったら2列表示 */
    }
}

.custom-footer-content a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.custom-footer-content a:hover {
    color: #fff;
    text-shadow: #fff 1px 0 10px;
    font-weight: bold;
    background: none;
    transition: all .3s ease;
}

#footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.footer-in {
    width: 100% !important;
}

.footer-bottom {
    position: static !important;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

.footer-bottom-logo,
.footer-bottom-content {
    color: #fff;
    position: static;
    float: none !important;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom-logo {
    margin-bottom: 4rem;
}

.logo-footer a span {
    font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
}

.footer-bottom-content {
    font-size: 12px;
}

.contact_footer {
    width: 100%;
    color: #FEFEFE;
    background-color: rgb(100, 100, 100);
}

.contact_footer_wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.contact_footer .footer_my-box span {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translate(0, -50%);
    font-size: clamp(18px, 3vw, 26px);
}

.contact_footer .footer_my-box a {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    font-weight: 400;
}

.footer_my-box .toiawase {
    text-decoration: none;
    background-color: #c42318;
    border-radius: 1px;
    color: #FEFEFE;
    padding: 8px 20px;
    font-size: clamp(14px, 2vw, 16px);
}

@media (max-width: 768px) {
    mobile-header-menu-buttons li {
        flex-basis: auto;
    }
}

/*パンくず後のマージン*/
#breadcrumb {
    margin-top: 0.5rem;
    margin-bottom: 6rem;
}
@media (max-width: 512px) {
    #breadcrumb {
        margin-top: 0.5rem;
        margin-bottom: 3rem;
    }
}

/*コンテンツタイトルサブテキスト*/
.contents_subtext {
    font-size: clamp(12px, 1vw, 16px);
}

.photo_link:hover {
    opacity: 0.5;
}

.job_phot {
    height: 200px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.blogcard-footer {
    display: none;
}

.member_table {
    width: 100%;
    table-layout: fixed;
}

.member_table td:first-child {
    width: 30%;
}

.member_table td:nth-child(2) {
    width: 70%;
}

.recruit_table {
    width: 100%;
    table-layout: fixed;
}

.recruit_table td:first-child {
    width: 30%;
    text-align: center;
}

.recruit_table td:nth-child(2) {
    width: 70%;
    padding-left: 1rem;
}
.job_column{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
}
.job_parent{
    overflow: hidden;
    width: 100%;
}
.job_textbox{
    padding-bottom: 2rem !important;
}
.about_box{
    display: flex !important;
    align-items: center !important;
}

/*サイトマップリスト下線とマージン*/
.user_sitmaplist li:first-child {
  border-top: 1px solid rgb(135 135 135 /.5); /* 最初のliだけ上部に線を引く */
  border-bottom: 1px solid rgb(135 135 135 /.5); /* 最初のliにも下部に線 */
  padding: 0 0; /* 上下の余白を調整 */
  width: 100%;
  box-sizing: border-box;
}
.user_sitmaplist li a,
.user_sitmaplist li ul li a{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.user_sitmaplist li {
  border-bottom: 1px solid rgb(135 135 135 /.5); /* 2番目以降のliは下部の線のみ */
  padding: 0 0;
  width: 100%;
  box-sizing: border-box;
}
.user_sitmaplist li ul{
  border-top: 1px solid rgb(135 135 135 /.5); /* 2番目以降のliは下部の線のみ */
  width: 100%;
  box-sizing: border-box;
}
.list_nonebar_top{
	border-top: none !important;
}
.list_nonebar_bottom{
	border-bottom: none !important;
}
/*サイトマップマーカー*/
.user_sitmaplist {
  list-style-type: none; /* デフォルトのリストマーカーを無効化 */
  padding-left: 0; /* 左の余白をなくす */
}
.user_sitmaplist li ul{
  list-style-type: none; /* デフォルトのリストマーカーを無効化 */
}

.user_sitmaplist li a {
  position: relative;
  padding-left: 20px; /* 三角形とリンクテキストが重ならないようにスペースを確保 */
  display: flex;
  align-items: center; /* 三角形とテキストを縦中央に揃える */
  text-decoration: none; /* リンクの下線を無効化 */
  color: inherit; /* テキスト色を親要素に合わせる */
}

.user_sitmaplist li a::before {
  content: ''; /* テキストとしてではなく形状として描画 */
  position: absolute;
  left: 0; /* aタグの左側に配置 */
  top: 50%; /* 縦の中央に配置 */
  transform: translateY(-50%); /* 正確に中央に揃える */
  border-top: 4px solid transparent; /* 上側の透明な三角形の一辺 */
  border-bottom: 4px solid transparent; /* 下側の透明な三角形の一辺 */
  border-left: 6px solid #c92a40; /* 左側の赤い三角形の一辺 */
}
