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

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

/* reCAPTCHAの表示設定 */
.grecaptcha-badge { visibility: hidden; }
.recaptcha {
    padding-top: 4rem;
    font-size: 0.8rem;
}

/* トップへ戻る */
.go-to-top-button {
    border-width: 0;
    background-color: #1d72b4;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    font-size: 20px;
}

.go-to-top-button:hover {
    color: #fff;
}

/* リセット */
.body .article{
	margin:0;
}

.content {
    margin-top: 0;
}

.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.date-tags {
    line-height: .8;
    text-align: right;
    margin-bottom: 0;
}

.main {
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--cocoon-basic-border-radius);
    position: relative;
    z-index: 0;
}

.entry-content>*, .article p{
	margin-bottom:0;
}

header.article-header.entry-header {
    display: none;
}

/* h1～h6のデザインリセット */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: initial;
  box-shadow: none;
  font-weight: normal;
  font-size: initial;
  line-height: initial;
  color: initial;
}

/* ヘッダー */

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 80px;
    height: auto;
    vertical-align: middle;
}

.header-container-in.hlt-top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1000px;
	height: 80px;
}

.navi-in > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.navi-in > ul li {
    display: block;
    width: fit-content;
    height: 60px;
    position: relative;
}

.navi-in a {
    font-size: 14px;
	padding: 0 1rem;
}

.navi-in a:hover {
    background-color: #e4ecf1;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}


/* 共通 */
.on600{display:none;}
.off600{display:block;}


.title-box {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 30px;
}

.title-box__icon {
    width: 120px;
}

h3.top__title {
    color: #1d72b4;
    font-size: 3rem;
	font-weight: 900;
}

.top__title_sub {
    color: #333;
    font-size: 1.2rem;
    display: block;
    font-weight: 500;
}

.indent {
    text-indent: -1.4em;
    padding-left: 1.4em;
}


/* スライダー */
.p-top-main-visual__title01 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2;
}
.p-top-main-visual__title02 {
    font-size: 1.4rem;
    line-height: 1.2;
}

/* トップ */
/* スローガン */
.top__slogan_container {
    text-align: center;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
    max-width: 1000px;
}

h2.top__slogan_item01 {
    font-size: 4rem;
    font-weight: 900;
    color: #1d72b4;
    margin: 0 auto 10px;
}

.top__slogan_item02_title {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 500;
}

.top__slogan_item02_title02 {
    font-size: 1.4rem;
}

/* 環境問題への取組 */
.top__environment_container {
    background: #e4ecf1;
	width:100%;
	margin:0 auto;
	 padding: 5rem 0;
	/*
	background-image:url(https://unhap.net/web/arata/wp-content/uploads/2025/06/nature_1920.jpg);
	background-repeat:no-repeat;
	background-position:center 5%;
	*/
}

.top__environment_container_in {
    margin: 0 auto 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
	max-width: 1000px;
	position: relative;
    z-index: 10;
	padding:3rem; 
}

.top__environment_item03 {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center 10%;
}

/* あいさつ */
.top__greeting_container {
 	padding:5rem 2rem;
	margin:0 auto;
}

.top__greeting_container_in {
    display: flex;
	border: 1px solid #1d72b4;
	/*background: #eff8ff;*/
	max-width: 1000px;
	margin:0 auto;
}

.top__greeting_item02 {
    padding: 50px;
}

.top__greeting_item03 {
    text-align: right;
}

.top__greeting_img01 {
    width: 40%;
	object-fit:cover;
}

/* トップリンク */
.top__link_container {
	padding:5rem 2rem;
	margin:0 auto;
	background: #e4ecf1;
	width:100%;
	margin:0 auto;

}

.top__link_container_in {
    max-width:1000px;
	margin: 0 auto;
}

.top__link {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
}

.top__link_box {
    width: 50%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    text-decoration: none;
    gap: 5px;
	overflow: hidden;
}

.top__link_box_img01,.top__link_box_img02,.top__link_box_img03{
	overflow: hidden;
	position:relative;
}

.top__link_box_img01::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(https://unhap.net/web/arata/wp-content/uploads/2025/06/corporate.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.4s ease; /* 滑らかに拡大 */
}

.top__link_box_img02::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(https://unhap.net/web/arata/wp-content/uploads/2025/06/thunderstorm-3625405_1920.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.4s ease; /* 滑らかに拡大 */
}

.top__link_box_img03::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(https://unhap.net/web/arata/wp-content/uploads/2025/06/contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.4s ease; /* 滑らかに拡大 */
}
 
.top__link_box_img01:hover::before,.top__link_box_img02:hover::before,.top__link_box_img03:hover::before {
  transform: scale(1.1); /* ホバーした際に画像を拡大 */
}

.top__link_box_link {
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

.top__link_box_link02 {
    background: #4ab182;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
    width: 140px;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.top__link_box_link02 img{
    width: 20px;
    height: 20px;
}

.top__link_box_link_wrap {
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
	z-index:1;
	width: 50%;
    height: 50%;
}

.top__link_box:hover .top__link_box_link02 {
    background: #6eb595;
}

/* 他ページ共通 */
/* ページタイトル */

.page-heading {
    background: #e4ecf1;
    width: 100%;
    padding: 6rem 2rem 0;
}
.corporate-bg{
  background-image: url(https://unhap.net/web/arata/wp-content/uploads/2025/06/corporate.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-bg{
  background-image: url(https://unhap.net/web/arata/wp-content/uploads/2025/06/contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.privacy-bg{
  background-image: url(https://unhap.net/web/arata/wp-content/uploads/2025/06/network-1920.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-heading-in {
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fff;
    padding: 3rem 2rem 1rem;
    border-radius: 10px 10px 0 0;
}

.page-img {
    width: 120px;
}

h2.page-title {
    font-size: 3rem;
    font-weight: 900;
    color: #1d72b4;
	line-height: 1;
}

.page-title-sub {
    color: #444;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
	line-height: 1.6;
    margin-top: 5px;
}

.block{
	margin: 0 auto;
    padding: 5rem 2rem 10rem;
    max-width: 1000px;
}

.block-s{
	margin: 0 auto;
    padding: 5rem 2rem 10rem;
    max-width: 800px;
}

.page-text01{
	font-size:1.2rem;
	font-weight:500;
	padding-bottom:2rem;
}

/* フォーム */
.form-label {
    font-weight: 500;
    margin: 2rem 0 6px;
}

.form-must {
    font-size: 12px;
    margin-left: 5px;
    color: coral;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit {
    padding: 15px;
    border: none;
    border-radius: var(--cocoon-basic-border-radius);
    font-size: inherit;
    width: 100%;
    background: #e4ecf1;
}

.check-box {
    display: flex;
    gap: 1rem;
    padding: 1rem 0 2rem;
}

.check-box-b {
    width: 160px;
}

.contact-form input[type=submit] {
    -webkit-appearance: none;
    border: none;
    background-color: #4ab182;
    color: #fff;
    width: 50%;
    padding: 1rem 2rem;
    border-radius: 5px;
	font-size:1.2rem;
	font-weight:500;
}

.contact-form input[type=submit]:hover {
    background-color: #6eb595;
    color: #fff;
    width: 50%;
}

.wpcf7-previous {
    padding: 0.6rem;
    margin: 2rem 0;
    width: 50%;
    border-radius: 5px;
    border: none;
    background: #ccc;
    color: #555;
}

.wpcf7-previous:hover {
    background: #999;
    color: #fff;
}

.form-label-conf {
    padding: 1rem;
    display: block;
    background: #e4ecf1;
    margin-bottom: 0.5rem;
}

/* 会社概要 */

.corporate-box {
    display: flex;
    font-size:14px;
    /* border-bottom: 1px solid #aaa;*/
}

.corporate__all__item01 {
    min-width: 180px;
    background: #1d72b4;
	padding: 1.5rem;
	font-weight:500;
	border-bottom: 1px solid #fff;
	color:#fff;
}

.corporate__all__item02 {
	width:100%;
    background: #f1f8ff;
	padding: 1.5rem;
	border-bottom: 1px solid #1d72b4;
}

.corporate__all__item02-last {
	width:100%;
    background: #f1f8ff;
	padding: 1.5rem;
	border-bottom: none;
}

.corporate__branchoffice__item02 {
    margin-bottom: 1rem;
}

.corporate__in__container02 {
    display: flex;
    /* gap: 1.5rem; */
    flex-wrap: wrap;
}

.corporate__in__container02 div {
    padding: 0 20px 10px 0;
}

/* プライバシーポリシー */
.block-privacy {
    font-size: 14px;
}

.block-text {
    padding-bottom: 1.5rem;
}

.block-text-heading {
    font-weight: 500;
    font-size: 1rem;
}

/* フッター */
.footer {
    margin-top: 0 !important;
    padding: 2rem 2rem;
}

.footer-left a:hover{
	text-decoration:underline;
}

.navi-footer-in a:hover {
    background-color: #145181;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
	.slicknav_btn {
    margin: 5px 5px 6px;
    background-color: #4ab182;
}
	
	.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: 500;
    text-shadow: none;
}
	
	.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: none;
}
	
	.slicknav_menu {
    background: #e4ecf1;
    padding: 5px;
}
	
	.slicknav_nav a {
    padding: 0.5rem;
    margin: 2px 5px;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
}
	
	    .header-container-in.hlt-top-menu {
        flex-direction: column;
        padding: 0.5rem;
			height: 90px;
    }
	
	    .navi-footer {
        float: none;
        margin: 2rem auto;
        width: 100%;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/* スライド */	
	main.main, div.sidebar {
        padding: 0;
 
    }
	
	.flexslider .slides img {
    height: 70vh;
    -moz-user-select: none;
}

.metaslider .slides img {
    width: 100%;
    display: block;
    height: 70vh !important;
    object-fit: cover;
    object-position: top;
}
	
	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
    padding: 30px;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    position: absolute;
    min-width: auto;
    max-width: 100% !important;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #333;
    z-index: 2;
}
	
	h2.p-top-main-visual__title01 {
    font-size: 2rem;
}
	
	.p-top-main-visual__title02 {
    font-size: 1rem;
    line-height: 1.2;
}
	
	.top__slogan_container {
    text-align: center;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    max-width: 1200px;
}
	
	h2.top__slogan_item01 {
    font-size: 3rem;
    font-weight: 900;
    color: #1d72b4;
    margin: 0 auto 10px;
}
	
	.title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: column;
}
	
	.title-box__icon {
    width: 100px;
}
	
	.top__environment_container {
    background: #e4ecf1;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 1rem;
}
	
	.top__environment_container_in {
    margin: 0 auto 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    max-width: fit-content;
    position: relative;
    z-index: 10;
    padding: 2rem 1rem;
}

.top__greeting_container {
    padding: 3rem 1rem;
    margin: 0 auto;
}
	
	.top__greeting_container_in {
    display: flex;
    border: 1px solid #1d72b4;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}

    .top__greeting_img01 {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 180px;
    }
	
.top__greeting_item02 {
    padding: 2rem 1rem;
}

.top__link_container {
    padding: 3rem 1rem;
    margin: 0 auto;
    background: #e4ecf1;
    width: 100%;
}

.top__link {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

.top__link_box {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    gap: 5px;
    overflow: hidden;
}
	
	/* フッター */
	    .navi-footer {
        float: none;
        margin: 2rem auto;
        width: 100%;
    }
	
	    .navi-footer-in > .menu-footer li.menu-item {
        width: 100%;
        border: 0;
        margin: 0.5rem auto;
        display: flex;
        flex: 1 1 auto;
        text-align: center;
    }
	
}

/*600px以下*/
@media screen and (max-width: 600px){
	.on600{display:block;}
    .off600{display:none;}
	/* トップ */
	.top__slogan_item02_title02 {
    font-size: 1.2rem;
    text-align: left;
}

	
	/* その他ページ */
	
	.block {
    margin: 0 auto;
    padding: 4rem 1rem 6rem;
    max-width: 1000px;
}
	
	.block-s {
    margin: 0 auto;
    padding: 4rem 1rem 6rem;
    max-width: 800px;
}
	
	.page-heading {
    width: 100%;
    padding: 4rem 1rem 0;
}
	
	.page-img {
    width: 60px;
}
	
	h2.page-title {
    font-size: 1.8rem;
}
	
	.page-title-sub {
    font-size: 1.3rem;
}
	
	.corporate__all__item01 {
    min-width: 100px;
    padding: 1rem;
}
	
	.corporate__all__item02 {
    padding: 1rem;
}
	
	.corporate__all__item02-last {
    padding: 1rem;
}
	
	.contact-form input[type=submit] {
    width: 100%;
}
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	h2.top__slogan_item01 {
    font-size: 2rem;
    font-weight: 900;
    color: #1d72b4;
    margin: 0 auto 10px;
}
	
	.top__slogan_item02_title {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 600;
}
	
	.top__slogan_item02_title02 {
    font-size: 1rem;
}
	h3.top__title {
    color: #1d72b4;
    font-size: 2rem;
    font-weight: 900;
}
	
	
	
	
}
