@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/**********************
* 共通
**********************/
* {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
    line-height: 1.7;
}
.font-serif,
.font-serif span{
    font-family: 'Noto Serif JP', serif;
}
body{
    background: none;
    min-width: 1300px;
}
a {
    color: #1a1a1a;
    text-decoration: none;
}
a:hover {
    color: #1a1a1a;
}
ol, ul, li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.article ol,
.article ul,
.article ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
em, pre, i, address {
    font-style: normal;
}
img{
    vertical-align: top;
}
.inner{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.wrap{
    width: 1300px;
    padding: 0 25px;
}
#content{
    padding: 160px 0 100px;
    margin: 0;
}
.content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

/* 画像 フィット */
img.img-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

/* フワッと表示 0.2秒遅延 */
.fade-in01 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out 0.2s;
}
.fade-in01.visible {
  opacity: 1;
  transform: translateY(0);
}

/* フワッと表示 0.4秒遅延 */
.fade-in02 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out 0.4s, transform 0.4s ease-out 0.4s;
}
.fade-in02.visible {
  opacity: 1;
  transform: translateY(0);
}

/* pc、sp */
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

/**********************
* Zen Maru フォント
**********************/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('fonts/ZenMaruGothic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('fonts/ZenMaruGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('fonts/ZenMaruGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('fonts/ZenMaruGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Maru Gothic';
    src: url('fonts/ZenMaruGothic-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/**********************
* 固定ページ
**********************/
/* content */
body.page .article,
body.page .entry-content,
body.page .content .main{
    padding: 0;
    margin: 0;
    border: 0;
}
body.page .article p{
    margin: 0;
}
body.page .date-tags {
    display: none;
}

/* パンくず */
.breadcrumbs{
    margin: 0 auto 20px;
    color: #1ea5da;
    font-size: 23px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.breadcrumbs span{
    color: #00143a;
    font-size: 13px;
}

/* デフォルトのパンくず非表示 */
#breadcrumb{
    display: none;
}

/* 各固定ページの先頭画像 */
.header-ttl-img{
    margin-bottom: 60px;
}
.header-ttl-img p img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 60px 60px 270px 60px;
}

/**********************
* TOPのみ
**********************/
body.home .wrap{
    width: 100%;
    padding: 0;
}
body.home #content,
body.home .article,
body.home .entry-content,
body.home .main{
    margin: 0;
    padding: 0;
    border: 0;
}

/**********************
* 1カラム(フルワイド)
**********************/
body.column-full-wide .article-header{
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
body.column-full-wide .breadcrumbs{
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

/**********************
* サイドバー
**********************/
.sidebar {
    width: 320px;
}

/**********************
* 見出し
**********************/
/* page h1 */
body.page .article-header{
    margin-bottom: 50px;
}
body.page .article-header h1.entry-title{
    margin: 0;
    font-size: 70px;
    font-weight: 500;
}

/* 固定ページのみ h1 */
#h1-key-wrap {
    width: 1250px;
    height: 370px;
    position: relative;
    border-radius: 30px;
    background: url("img/common/h1-key-bg-default.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 30px;
}
#h1-key-wrap h1.h1-key-title{
    background: #fff;
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 12px 37px 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* h2 */
.article h2{
    font-family: "Zen Maru Gothic", sans-serif;
    background: #1ea5da;
    color: #fff;
    border-radius: 10px;
}

/* h2-simple */
.article h2.h2-simple {
    position: relative;
    margin-bottom: 50px;
    background: none;
    font-size: 30px;
    color: #1a1a1a;
    text-align: center;
}
.article h2.h2-simple:before {
    content: '';
    position: absolute;
    bottom: -3px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1ea5da;
    border-radius: 2px;
}

/* h3 */
.article h3{
    font-family: "Zen Maru Gothic", sans-serif;
    border: 0;
    border-left: solid 4px #1ea5da;
    padding: 7px 0 7px 17px;
    margin: 0 0 20px;
}

/**********************
* p、span
**********************/
p.p-center{
    text-align: center;
}
p.p-last{
    margin: 0;
}
.bold{
    font-weight: 700;
}
.small{
    font-size: 13px;
}
.light-blue{
    color: #1ea5da;
}

/**********************
* ボタン 汎用
**********************/
/* btn01 */
.btn01 a {
    position: relative;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 24px 80px 24px 60px;
    background-color: #1ea5da;
    border: solid 3px #1ea5da;
    border-radius: 45px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-in;
}
.btn01 a:hover{
    color: #1ea5da;
    background-color: #fff;
}
.btn01 a::after{
    content: "";
    background-image: url(img/top/btn01-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.btn01 a:hover::after{
    background-image: url(img/top/btn01-icon.svg);
}

/* btn02 */
.btn02 a {
    position: relative;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 24px 80px 24px 60px;
    background-color: #f28c37;
    border: solid 3px #f28c37;
    border-radius: 45px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-in;
}
.btn02 a:hover{
    color: #f28c37;
    background-color: #fff;
}
.btn02 a::after{
    content: "";
    background-image: url(img/top/btn01-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.btn02 a:hover::after{
    background-image: url(img/common/btn02-icon.svg);
}

/**********************
* table
**********************/
/* table01 */
.table01 tr{
    background: none;
    border-top: solid 1px #d3d3d3;
}
.table01 tr:last-child{
    border-bottom: solid 1px #d3d3d3;
}
.table01 tr:nth-of-type(2n+1){
    background: none;
}
.table01 th,
.table01 td{
    background: none;
    border: none;
    padding: 30px 0;
}

/**********************
* ul li系
**********************/
/* list-box */
div.list-box{
    margin: 40px 0;
}
div.list-box ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
div.list-box ul li{
    position: relative;
    padding: 17px 17px 17px 55px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
div.list-box ul li::before {
    content: "";
    background-image: url(img/common/check-img.png);
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

/**********************
* google-map
**********************/
.google-map iframe{
    width: 100%;
    height: 450px;
}

/**********************
* sclckスライダー　基本
**********************/
.slick-slider{
  margin: 0;
  padding: 0;
}
.slick-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
* header
**********************/
#header{
    height: auto;
    width: 100%;
    min-width: 1300px;
    position: fixed;
    top: 0;
    z-index: 100;
}
#header-in-pc{
    padding: 30px 10px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background: #fff;
}
#header-in-pc .h-logo{
    position: absolute;
    left: 13px;
    top: 25px;
}
#header-in-pc .h-logo p.text{
    font-size: 14px;
    color: #1a1a1a;
}

/* navナビゲーション */
#header-in-pc #h-nav-box{
    margin: 0 200px 0 0;
}
#header-in-pc nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#header-in-pc nav ul li a{
    font-weight: 700;
    color: #00143A;
    transition: all 0.2s ease-in;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
}
#header-in-pc nav ul li a:hover{
    color: #3fb6eb;
    background: #f2fafd;
}
#header-in-pc nav#h-nav0{
    margin: 0 0 20px;
}
#header-in-pc nav#h-nav0 ul{
    display: flex;
    justify-content: flex-end;
}
#header-in-pc nav#h-nav0 ul li{
    border-right: solid 1px #d9d9d9;
    line-height: 1.3;
}
#header-in-pc nav#h-nav0 ul li:last-child{
    border: none;
}
#header-in-pc nav#h-nav0 ul li a{
    color: #696969;
    font-size: 12px;
    padding: 10px 15px;
}
#header-in-pc nav#h-nav0 ul li a:hover{
    color: #3fb6eb;
    background: none;
}

/* お問い合わせボタン */
#header-in-pc .h-btn{
    position: absolute;
    right: 30px;
}
#header-in-pc .h-btn a{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 24px 50px 24px 30px;
    background-color: #1ea5da;
    border: solid 3px #1ea5da;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-in;
}
#header-in-pc .h-btn a:hover{
    color: #1ea5da;
    background-color: #fff;
}
#header-in-pc .h-btn a::after{
    content: "";
    background-image: url(img/top/btn01-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
#header-in-pc .h-btn a:hover::after{
    background-image: url(img/top/btn01-icon.svg);
}

/* 非表示 */
#header-in-sp{
    display: none;
}
#drawerPane{
    display: none;
}

/**********************
* footer
**********************/
/* footer共通 */
#footer{
    color: #1a1a1a;
}

/* footer01 */
#footer01{
    background-color: #1ea5da;
    max-width: 1100px;
    margin: 0 auto 0px;
    border-radius: 40px;
    padding: 60px 50px;
}
#footer01 .f-nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
#footer01 .f-nav ul li a{
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 0 0 0 13px;
    font-weight: 600;
}
#footer01 .f-nav ul li a::before {
    content: "";
    width: 7px;
    height: 10px;
    background: url(img/top/arrow_white.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
}

/* footer02 */
#footer02{
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0;
}
#footer02 #footer-in{
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}
#footer02 .f-logo{
    width: 40%;
}
#footer02 .f-logo a{
    display: inline-block;
}
#footer02 .f-info{
    width: 33%;
}
#footer02 .f-info p{
    line-height: 2;
    font-weight: 600;
}
#footer02 .f-info p.ttl{
    font-size: 20px;
}
#footer02 .f-btn{
    width: 23%;
}
#footer02 .f-btn ul li{
    margin: 0 0 20px;
}
#footer02 .f-btn ul li:last-child{
    margin: 0 0 0;
}
#footer02 .f-btn ul li a{
    position: relative;
    width: 100%;
    background: #f28c37;
    border: solid 3px #f28c37;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 20px;
    transition: all 0.2s ease-in;
}
#footer02 .f-btn ul li a::after {
    content: "";
    width: 9px;
    height: 13px;
    background: url(img/top/arrow_white.png) no-repeat center / contain;
    position: absolute;
    right: 27px;
    top: 53%;
    transform: translateY(-50%);
}
#footer02 .f-btn ul li a:hover{
    color: #f28c37;
    background: #fff;
}
#footer02 .f-btn ul li.f-btn02 a{
    background: #176cc7;
    border: solid 3px #176cc7;
}
#footer02 .f-btn ul li.f-btn02 a:hover{
    color: #176cc7;
    background: #fff;
}
#f-copyright{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #252525;
}

/**********************
* メインイメージ
**********************/
#main-img{
    background: #f2fafd;
}
#main-img .main-img-in{
    width: 100%;
    max-width: 1300px;
    height: 600px;
    margin: 130px auto 0;
    background: url("img/top/main-img.jpg") no-repeat center center / cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}
#main-img .main-text{
    margin: 0 0 0 70px;
}
#main-img .p-main {
    margin-bottom: 10px;
}
#main-img .p-main .main-part {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 3px;
    display: inline-block;
    color: #1ea5da;
    background: #fff;
    padding: 0px 10px;
    margin-bottom: 10px;
}
#main-img .p-sub .sub-part {
    display: inline-block;
    background: #1ea5da;
    color: #fff;
    margin-bottom: 5px;
    padding: 3px 10px;
}

/**********************
* コンタクトフォーム問い合わせページ
**********************/
/* h1 */
.page-id-47 #h1-key-wrap,
.page-id-55 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-contact.jpg");
}

/* h1 */
.page-id-75 #h1-key-wrap,
.page-id-82 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-recruit-contact.jpg");
}

/* 全体のフォームスタイル */
.wpcf7-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* テーブル */
#contact-form table th,
#contact-form table td{
    background: none;
}
#contact-form table tr:nth-of-type(2n+1) {
    background: none;
}
#contact-form table th{
    text-align: left;
    padding: 10px 50px;
    width: 370px;
}
#contact-form table th span{
    color: #fff;
    font-size: 13px;
    padding: 3px 9px;
    margin: 0 0 0 10px;
    background: #cf3535;
    border-radius: 7px;
}

/* 入力フィールド */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #3aa0ea;
    box-shadow: 0 0 8px rgba(58, 160, 234, 0.5);
    outline: none;
}

/* テキストエリア */
.wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
    background-color: #c91300;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, transform 0.2s;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #f15d4e;
    transform: scale(1.05);
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
}
tr.select-01 .wpcf7-not-valid-tip{
    margin: 10px 0 0;
}

/* 成功メッセージ */
.wpcf7-mail-sent-ok {
    color: #3aa0ea;
    background-color: #e7f4fc;
    border: 1px solid #3aa0ea;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

/* ラベル */
.wpcf7-form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

/**********************
* TOPページ
**********************/
/*** TOP共通 ***/
.home #main{
    overflow-x: clip;
}
.top-inner{
    max-width: 1100px;
    margin: 0 auto;
}
.home #content h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1A1A1A;
    position: relative;
    margin: 0 0 40px;
}
.home #content h2 span {
    font-size: 20px;
    letter-spacing: 1px;
    color: #1ea5da;
    display: block;
}
.home #content h2.top-h2{
    text-align: center;
}
.top-wave01{
    position: absolute;
    top: -250px;
    z-index: -1;
}

/*** TOPコンセプト ***/
#top-concept{
    margin: 0 auto 0;
    padding: 160px 0 190px;
}
#top-concept .item{
    display: flex;
    position: relative;
}
#top-concept .item p.text{
    margin: 0 0 40px;
}
#top-concept .item01{
    margin: 0 0 310px;
}
#top-concept .item .text-box{
    width: 500px;
}
#top-concept .item .img-box {
    position: absolute;
    max-width: 785px;
    right: -275px;
    top: 28px;
}
#top-concept .item::before {
    content: "";
    width: 715px;
    height: 719px;
    background: url(img/top/top-concept-bg01.svg) no-repeat center / contain;
    position: absolute;
    left: -696px;
    top: -160px;
}
#top-concept .item02{
    flex-direction: row-reverse;
}
.home #content #top-concept .item02 h2 span{
    color: #ffac1a;
}
#top-concept .item02 .img-box{
    left: -300px;
}
#top-concept .item02::before{
    display: none;
}
#top-concept .item02::after {
    content: "";
    width: 800px;
    height: 806px;
    background: url(img/top/top-concept-bg02.svg) no-repeat center / contain;
    position: absolute;
    right: -602px;
    bottom: -550px;
    z-index: 1;
}
#top-concept .item02 .btn01 a{
    background-color: #ffac1a;
    border: solid 3px #ffac1a;
}
#top-concept .item02 .btn01 a:hover{
    color: #ffac1a;
    background-color: #fff;
}
#top-concept .item02 .btn01 a:hover::after {
    background-image: url(img/top/btn01-icon-orange.svg);
}

@media screen and (max-width: 1350px){
    #top-concept .item .img-box {
        max-width: 646px;
        right: -110px;
    }
    #top-concept .item02 .img-box {
        left: -120px;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    #top-concept{
        margin: 0 0 430px;
    }
}

/*** TOP 誓い7条 ***/
#top-company-oath{
    margin: 30px 0 100px;
    padding: 100px 0;
    background: #fff6e7;
}
.home #content #top-company-oath h2{
    text-align: center;
}
#top-company-oath .company-oath{
    width: 1200px;
    margin: 30px auto 0;
    padding: 0 20px;
}

/*** TOP こんな心配ごとがあっても大丈夫 ***/
#top-support {
    margin: 0 0 100px;
}
.home #content #top-support h2{
    text-align: center;
    color: #1ea5da;
    font-size: 43px;
}
.home #content #top-support h2 span{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1A1A1A;
}
.top-support-in{
    width: 1200px;
    margin: 90px auto 0;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 90px 30px;
}
.item-wrap{
    width: 31.6%;
    position: relative;
}
.top-support-in .item-wrap .icon{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.top-support-in .item-wrap .icon span{
    display: inline-block;
    background: #e92020;
    width: 90px;
    padding: 20px 24px;
    border-radius: 60px;
}
.top-support-in .item{
    position: relative;
    border-radius: 60px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    padding: 60px 25px 40px;
    border-bottom: solid 10px #e92020;
    height: 290px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow .3s;
}
.top-support-in .item:hover{
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}
.top-support-in .item::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,.95) 70%,
        rgba(255,255,255,1) 100%
    );
    pointer-events: none;
    transition: opacity .3s;
}
.top-support-in .item.open::after{
    opacity: 0;
}
.top-support-in .item .text-box p{
    color: #535353;
    font-size: 15px;
}
.top-support-in .item .text-box p.ttl{
    color: #1A1A1A;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px;
}
.top-support-in .item .text-box ul{
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.top-support-in .item .text-box ul li{
    font-size: 14px;
    position: relative;
    padding: 0 0 0 30px;
    color: #575757;
}
.top-support-in .item .text-box ul li::after {
    content: "";
    background-image: url(img/common/li-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 11px;
    transform: translateY(-50%);
}
.top-support-in .item-wrap:nth-child(2) .icon span{
    background: #ff8a0c;
}
.top-support-in .item-wrap:nth-child(2) .item{
    border-bottom: solid 10px #ff8a0c;
}
.top-support-in .item-wrap:nth-child(3) .icon span{
    background: #0595ff;
}
.top-support-in .item-wrap:nth-child(3) .item{
    border-bottom: solid 10px #0595ff;
}
.top-support-in .item-wrap:nth-child(4) .icon span{
    background: #23b900;
}
.top-support-in .item-wrap:nth-child(4) .item{
    border-bottom: solid 10px #23b900;
}
.top-support-in .item-wrap:nth-child(5) .icon span{
    background: #8b00cf;
}
.top-support-in .item-wrap:nth-child(5) .item{
    border-bottom: solid 10px #8b00cf;
}
.top-support-in .item-wrap:nth-child(6) .icon span{
    background: #ff5995;
}
.top-support-in .item-wrap:nth-child(6) .item{
    border-bottom: solid 10px #ff5995;
}
#top-support .btn01 {
    margin: 40px 0 0;
    text-align: center;
}
#top-support .btn01 a{
    padding: 18px 45px;
}

/*** TOP よくあるご質問 ***/
#top_faq{
    position: relative;
    margin: 0 0 100px;
}
#top_faq dl{
    background: rgba(242, 245, 247, 1);
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
}
#top_faq dl.item-last{
    margin: 0 0 50px;
}
#top_faq dl p{
    font-size: 18px;
}
#top_faq dl p span{
    font-family: "Lexend Zetta", sans-serif;
    font-optical-sizing: auto;
    margin-right: 10px;
    font-size: 23px;
    font-weight: 700;
    color: #022c59;
}
#top_faq dt{
    cursor: pointer;
    position: relative;
    padding: 0;
}
#top_faq dd{
    max-height: 0;
    overflow: hidden;
    transition: 0.8s ease;
    padding: 0;
}
#top_faq .item.is-open dd{
    padding: 0;
    margin-top: 15px;
}
#top_faq dt::after {
    content: "+";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: bold;
    transition: transform .3s;
}
#top_faq .item.is-open dt::after {
    content: "-";
}
#top_faq .btn01 {
    text-align: center;
    margin: 40px 0 0;
}
#top_faq .btn01 a{
    padding: 18px 45px;
}

/*** TOP お知らせ ***/
#top-news{
    position: relative;
    margin: 0 0 100px;
}
#top-news::before {
    content: "";
    width: 580px;
    height: 580px;
    background: url(img/top/top-news-bg01.svg) no-repeat center / contain;
    position: absolute;
    left: -380px;
    top: -60px;
    z-index: -1;
}
#top-news::after {
    content: "";
    width: 430px;
    height: 450px;
    background: url(img/top/top-news-bg02.svg) no-repeat center / contain;
    position: absolute;
    right: -326px;
    top: 300px;
    z-index: -1;
}
.home #content #top-news h2.top-h2{
    margin: 0 auto 10px;
}
#top-news ul{
    max-width: 740px;
    margin: 0 auto 40px;
}
#top-news ul li{
    border-bottom: solid 1px #b1b1b1;
    padding: 30px 0 30px;
}
#top-news ul li a{
    font-weight: 600;
    transition: all 0.2s ease-in;
}
#top-news ul li a:hover{
    opacity: 0.5;
}
#top-news ul li span{
    margin: 0 20px 0 0;
}
#top-news .btn01{
    text-align: center;
}

/*** TOPお問い合わせ ***/
#top-contact{
    margin: 0 0 100px;
}
#top-contact .top-contact-in{
    position: relative;
    color: #fff;
    background-color: #f28c37;
    border-radius: 40px;
    padding: 82px 80px 85px;
}
.home #content #top-contact h2.top-h2{
    color: #fff;
}
.top-contact-in p{
    text-align: center;
}
#top-contact ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0;
}
#top-contact ul li a{
    background: #fff;
    border: solid 3px #fff;
    padding: 17px 40px;
    display: block;
    border-radius: 60px;
    color: #f28c37;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.2s ease-in;
}
#top-contact ul li a:hover{
    background: #f28c37;
    color: #fff;
}

/**********************
* 事業所ページ
**********************/
.company-flow{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px;
}
.company-flow .item{
    width: 32%;
}
.company-flow ul li{
    display: block;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    list-style: none;
    text-align: center;
    background: #1ea5da;
    color: #fff;
    position: relative;
}
.company-gallery ul{
    display: flex;
    justify-content: space-between;
}
.company-gallery ul li{
    width: 32%;
}
.company-gallery ul li p{
    text-align: center;
}
.company-gallery ul li p.img{
    margin: 0 0 10px;
}
.company-oath ul{
    counter-reset: num;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.company-oath ul li{
    counter-increment: num;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding: 40px 40px 40px 135px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.company-oath ul li:before{
    content: counter(num, decimal-leading-zero);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1ea5da;
    color: #fff;
    font-weight: bold;
}
.company-oath span.color{
    font-size: 20px;
    color: #f57000;
}

/**********************
* 利用対象者・手続きページ
**********************/
/* h1 */
.page-id-33 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-service.jpg");
}

/**********************
* アクセスページ
**********************/
/* h1 */
.page-id-40 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-access.jpg");
}

/**********************
* 求人情報ページ
**********************/
/* h1 */
.page-id-61 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-recruit.jpg");
}

.recruit-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.recruit-box .item{
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.recruit-box .item-in{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.recruit-box .item-in div{
    width: 48.66%;
}
body.page .article .recruit-box .item p{
    margin: 0 0 30px;
}
body.page .article .recruit-box .item p.p-ttl{
    list-style: none;
    text-align: center;
    color: #fff;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 6px;
    background: #1ea5da;
}

/**********************
* プライバシーポリシーページ
**********************/
/* h1 */
.page-id-3 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-privacy-policy.jpg");
}

/**********************
* 発達障害とはページ
**********************/
/* h1 */
.page-id-95 #h1-key-wrap{
    background-image: url("img/common/h1-key-bg-hattatsu.jpg");
}
.hattatsu-intro{
    width: 830px;
    margin: 0 auto 100px;
}
.hattatsu-features-in{
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
.hattatsu-features-in .item{
    width: 31.5%;
    background: #f0fbff;
    border-radius: 20px;
    padding: 47px;
}
.hattatsu-features-in .item .icon{
    text-align: center;
    margin: 0 0 30px;
}
.hattatsu-features-in .item .icon img{
    width: 140px;
}
.article .hattatsu-features-in .item h3{
    position: relative;
    border: 0;
    padding: 0;
    text-align: center;
}
.hattatsu-features-in .item ul{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.hattatsu-features-in .item li{
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.hattatsu-features-in .item li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #3fb6eb;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
.hattatsu-arrow{
    text-align: center;
}
.hattatsu-arrow img{
    width: 500px;
}
.hattatsu-features02{
    background: #fff6ef;
    padding: 30px 60px 50px;
    border-radius: 20px;
    width: 880px;
    margin: auto;
}
.article .hattatsu-features02 h2{
    text-align: center;
    color: #ed7a00;
    background: none;
    margin: 0;
}
.hattatsu-box01{
    display: flex;
    justify-content: space-around;
    margin: 100px 0;
}
.hattatsu-box01 .img-box{
    width: 34%;
}
.hattatsu-box01 .text-box{
    width: 57%;
}
.hattatsu-sasae{
    margin: 0 auto 100px;
}
.hattatsu-sasae .text-box{
    width: 830px;
    margin: auto;
}
.hattatsu-shime{
    width: 830px;
    margin: 0 auto 0;
}

/* ===== FEATURES カード（子テーマ style.css か 追加CSS に追記） ===== */
.sakura-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
  max-width: 1060px;
  margin: 48px auto;
}

.sakura-feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 14px 14px 24px;
  box-shadow: 0 6px 24px rgba(90, 165, 207, 0.20);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.sakura-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(90, 165, 207, 0.30);
}

.sakura-feature-img {
  margin: 0 0 16px;
}

.sakura-feature-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

/* Cocoon の見出しスタイルを打ち消してカード用に */
.sakura-features .sakura-feature-title {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.sakura-features .sakura-feature-title::before,
.sakura-features .sakura-feature-title::after {
  content: none;
}

.sakura-feature-text {
  margin: 0;
  padding: 0 6px;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

/* タブレット: 2列 */
@media screen and (max-width: 834px) {
  .sakura-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}

/* スマホ: 1列 */
@media screen and (max-width: 520px) {
  .sakura-features {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
}

/* ===== REASONS カード（子テーマ style.css か 追加CSS に追記） ===== */
.sakura-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1060px;
  margin: 56px auto 40px;
}

.sakura-reason-card {
  text-align: center;
}

/* 番号バッジ（画像の上に半分重なる） */
.sakura-reason-num {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 84px;
  margin: 0 auto -42px;
  border-radius: 50%;
  background: #f0a24c;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: .02em;
}

.sakura-reason-img {
  margin: 0 0 20px;
}

.sakura-reason-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

/* Cocoon の見出しスタイルを打ち消し */
.sakura-reasons .sakura-reason-title {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 700;
  color: #58a3d4;
  line-height: 1.5;
  text-align: left;
}

.sakura-reasons .sakura-reason-title::before,
.sakura-reasons .sakura-reason-title::after {
  content: none;
}

.sakura-reason-text {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  text-align: left;
}

/* タブレット以下: 1列 */
@media screen and (max-width: 834px) {
  .sakura-reasons {
    grid-template-columns: 1fr;
    max-width: 480px;
    gap: 48px;
  }
}

/* ===== Instagramバナー（子テーマ style.css か 追加CSS に追記） ===== */
.sakura-insta {
  max-width: 640px;
  margin: 40px auto 56px;
  text-align: center;
}
 
.sakura-insta-lead {
  margin: 0 0 16px;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}
 
.sakura-insta-banner {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(90, 165, 207, 0.20);
  transition: transform .25s ease, box-shadow .25s ease;
}
 
.sakura-insta-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(90, 165, 207, 0.30);
}
 
.sakura-insta-banner img {
  display: block;
  width: 100%;
  height: auto;
}
 
@media screen and (max-width: 834px) {
  .sakura-insta {
    max-width: 480px;
    padding: 0 10px;
  }
}
 
/* ===== CONCERNS お悩み吹き出し（子テーマ style.css か 追加CSS に追記） ===== */
.sakura-concerns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 30px;
  max-width: 960px;
  margin: 44px auto;
  padding: 0 10px;
}
 
/* 手描き風のもこもこ吹き出し */
.sakura-concern {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 18px 36px;
  background: #3f3f3f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 38px 52px 42px 58px / 52px 40px 58px 44px;
}
 
.sakura-concern::before,
.sakura-concern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #3f3f3f;
}
 
.sakura-concern::before {
  border-radius: 56px 40px 60px 38px / 42px 58px 40px 56px;
  transform: rotate(2.2deg);
}
 
.sakura-concern::after {
  border-radius: 44px 60px 38px 54px / 58px 42px 54px 38px;
  transform: rotate(-2deg);
}
 
/* 少しずつ傾けて手描き感を出す */
.sakura-concern:nth-child(odd)  { transform: rotate(-1deg); }
.sakura-concern:nth-child(even) { transform: rotate(1deg); }
 
@media screen and (max-width: 834px) {
  .sakura-concerns {
    gap: 20px;
  }
  .sakura-concern {
    font-size: 15px;
    padding: 14px 24px;
  }
}
 
